From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 00: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 ESMTPS id 83DAD56A for ; Sun, 24 Nov 2013 00:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 65A17238B for ; Sun, 24 Nov 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 rAO0K0aI005846 for ; Sun, 24 Nov 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 rAO0K08R005845; Sun, 24 Nov 2013 00:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 00:20:00 GMT Resent-Message-Id: <201311240020.rAO0K08R005845@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mateusz Viste Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BE87568 for ; Sun, 24 Nov 2013 00:19:37 +0000 (UTC) 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 5130A2388 for ; Sun, 24 Nov 2013 00:19: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 rAO0JaOh031546 for ; Sun, 24 Nov 2013 00:19:36 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAO0Ja7m031471; Sun, 24 Nov 2013 00:19:36 GMT (envelope-from nobody) Message-Id: <201311240019.rAO0Ja7m031471@oldred.freebsd.org> Date: Sun, 24 Nov 2013 00:19:36 GMT From: Mateusz Viste To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184203: [NEW PORT] net/motsognir: an ANSI C gopher server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 00:20:00 -0000 >Number: 184203 >Category: ports >Synopsis: [NEW PORT] net/motsognir: an ANSI C gopher server >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 Nov 24 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mateusz Viste >Release: 9.2 >Organization: >Environment: FreeBSD build.local.net 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: This is the port of Motsognir. A gopher server written in ANSI C. >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: # # motsognir # motsognir/Makefile # motsognir/pkg-descr # motsognir/pkg-plist # motsognir/distinfo # echo c - motsognir mkdir -p motsognir > /dev/null 2>&1 echo x - motsognir/Makefile sed 's/^X//' >motsognir/Makefile << '980633cbb8d564fafb33bc7e934a7250' X# $FreeBSD$ X XPORTNAME= motsognir XPORTVERSION= 1.0.3 XCATEGORIES= net XLICENSE= GPLv3 XMASTER_SITES= SF/${PORTNAME}/v${PORTVERSION} X XMAINTAINER= mateusz@viste-family.net XCOMMENT= A full-featured gopher server without dependencies X.include 980633cbb8d564fafb33bc7e934a7250 echo x - motsognir/pkg-descr sed 's/^X//' >motsognir/pkg-descr << 'd0c9e09b75b61bf1d209cc703bcba5dc' XMotsognir is a robust, reliable and easy to install open-source gopher server for Unix-like systems (Linux, BSD, and anything else POSIX-compliant). X XThe Motsognir gopher server is meant to be used for small projects (like home servers), but should scale well on bigger architectures as well. All the configuration is done via a single configuration file, which has very reasonable defaults. That makes Motsognir easily maintainable, and allows the administrator to have a full knowledge of what features are allowed/enabled on the server. Motsognir supports server-side CGI applications and PHP scripts, is plainly compatible with UTF-8 filesystems, and is entirely written in ANSI C without external dependencies. X XWWW: http://sourceforge.net/projects/motsognir d0c9e09b75b61bf1d209cc703bcba5dc echo x - motsognir/pkg-plist sed 's/^X//' >motsognir/pkg-plist << '9a9cdee40392062fc1c975c7489d4721' Xusr/sbin/motsognir Xetc/motsognir.conf Xusr/share/doc/motsognir/changes.txt Xusr/share/doc/motsognir/manual.pdf X@dirrm usr/share/doc/motsognir 9a9cdee40392062fc1c975c7489d4721 echo x - motsognir/distinfo sed 's/^X//' >motsognir/distinfo << '606e561e826c1cfc1fab36845683cbf7' XSHA256 (motsognir-1.0.3.tar.gz) = e331fd701aa23826b88ad4818adb73691ae34c0da8d829b895aae4cd59fa04c8 XSIZE (motsognir-1.0.3.tar.gz) = 984246 606e561e826c1cfc1fab36845683cbf7 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 02: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 ESMTPS id 4B11F103 for ; Sun, 24 Nov 2013 02:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 158A02880 for ; Sun, 24 Nov 2013 02: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 rAO2o0fK037673 for ; Sun, 24 Nov 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 rAO2o0WY037672; Sun, 24 Nov 2013 02:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 02:50:00 GMT Resent-Message-Id: <201311240250.rAO2o0WY037672@freefall.freebsd.org> 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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64DDCC5 for ; Sun, 24 Nov 2013 02:43:39 +0000 (UTC) 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 54E392860 for ; Sun, 24 Nov 2013 02:43: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 rAO2hdDS032521 for ; Sun, 24 Nov 2013 02:43:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAO2hcGD032481; Sun, 24 Nov 2013 02:43:38 GMT (envelope-from nobody) Message-Id: <201311240243.rAO2hcGD032481@oldred.freebsd.org> Date: Sun, 24 Nov 2013 02:43:38 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184204: Undefined symbol "libiconv_open" on startup for java/netbeans X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 02:50:01 -0000 >Number: 184204 >Category: ports >Synopsis: Undefined symbol "libiconv_open" on startup for java/netbeans >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 Nov 24 02:50: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: On startup, java/netbeans dies with the following message: [kevinz@sigma ~]$ netbeans-7.4 /usr/local/openjdk7/jre/lib/i386/libsplashscreen.so: Undefined symbol "libiconv_open" So far I've been unable to reproduce similar splash screen bugs with other Java programs, which convinced me to file it under java/netbeans. It seems that other people have had this problem as well: http://lists.freebsd.org/pipermail/freebsd-ports/2013-November/087492.html >How-To-Repeat: Install Netbeans and try to start it. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id C998C13B; Sun, 24 Nov 2013 02:50:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A2D0D2886; Sun, 24 Nov 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 rAO2o8xV037808; Sun, 24 Nov 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 rAO2o8ld037807; Sun, 24 Nov 2013 02:50:08 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 02:50:08 GMT Message-Id: <201311240250.rAO2o8ld037807@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184204: Undefined symbol "libiconv_open" on startup for java/netbeans X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 02:50:08 -0000 Synopsis: Undefined symbol "libiconv_open" on startup for java/netbeans Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 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=184204 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 02:58:33 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 ESMTPS id 4B2EE1A9; Sun, 24 Nov 2013 02:58:33 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 1D01828C9; Sun, 24 Nov 2013 02:58:32 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 6C4F061FD9; Sun, 24 Nov 2013 11:58:30 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 497404E652; Sun, 24 Nov 2013 11:58:30 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPA id F295B4E637; Sun, 24 Nov 2013 11:58:29 +0900 (JST) Date: Sun, 24 Nov 2013 11:58:21 +0900 (JST) Message-Id: <20131124.115821.479698102.yasu@utahime.org> To: cyberbotx@cyberbotx.com Subject: Re: ports/183267: [PATCH] textproc/p5-SGML-Parser-OpenSP: fix build on system without GCC. From: Yasuhiro KIMURA In-Reply-To: <201310240930.r9O9U4Fu025465@freefall.freebsd.org> References: <20131024092436.B946F1AF16C@rolling-vm-freebsd2.home.utahime.org> <201310240930.r9O9U4Fu025465@freefall.freebsd.org> X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 02:58:33 -0000 Hello, Would you please approve this PR? Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 03: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 ESMTPS id DB6661F0 for ; Sun, 24 Nov 2013 03:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B147F28DA for ; Sun, 24 Nov 2013 03: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 rAO301tT039608 for ; Sun, 24 Nov 2013 03: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 rAO301Ts039607; Sun, 24 Nov 2013 03:00:01 GMT (envelope-from gnats) Date: Sun, 24 Nov 2013 03:00:01 GMT Message-Id: <201311240300.rAO301Ts039607@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Yasuhiro KIMURA Subject: Re: ports/183267: [PATCH] textproc/p5-SGML-Parser-OpenSP: fix build on system without GCC. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 03:00:01 -0000 The following reply was made to PR ports/183267; it has been noted by GNATS. From: Yasuhiro KIMURA To: cyberbotx@cyberbotx.com Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/183267: [PATCH] textproc/p5-SGML-Parser-OpenSP: fix build on system without GCC. Date: Sun, 24 Nov 2013 11:58:21 +0900 (JST) Hello, Would you please approve this PR? Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 03:00:11 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 ESMTPS id 841DC21D; Sun, 24 Nov 2013 03:00:11 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 545B828DB; Sun, 24 Nov 2013 03:00:10 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 8E97F61FD9; Sun, 24 Nov 2013 12:00:10 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 6BE5C4E637; Sun, 24 Nov 2013 12:00:10 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPA id 29A034E652; Sun, 24 Nov 2013 12:00:10 +0900 (JST) Date: Sun, 24 Nov 2013 11:59:58 +0900 (JST) Message-Id: <20131124.115958.255246758.yasu@utahime.org> To: kuriyama@FreeBSD.org Subject: Re: ports/182284: [PATCH] devel/magit: change directory of elisp files and etc. From: Yasuhiro KIMURA In-Reply-To: <201309211740.r8LHe0f2086028@freefall.freebsd.org> References: <20130921172319.CED484E63F@eastasia.home.utahime.org> <201309211740.r8LHe0f2086028@freefall.freebsd.org> X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 03:00:11 -0000 Hello, Would you please commit this PR? Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 03:01:59 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 ESMTPS id 79D673DE; Sun, 24 Nov 2013 03:01:59 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 4A9D52982; Sun, 24 Nov 2013 03:01:58 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 56C6C61F9D; Sun, 24 Nov 2013 11:55:27 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 290764E642; Sun, 24 Nov 2013 11:55:27 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPA id D79D34E637; Sun, 24 Nov 2013 11:55:26 +0900 (JST) Date: Sun, 24 Nov 2013 11:55:22 +0900 (JST) Message-Id: <20131124.115522.108539028.yasu@utahime.org> To: info@otsune.com Subject: Re: ports/183204: [PATCH] mail/bsfilter: update to 1.0.18.rc5 and etc. From: Yasuhiro KIMURA In-Reply-To: <201310221540.r9MFe0Sa025035@freefall.freebsd.org> References: <20131022152240.4A9801C376F@rolling-vm-freebsd1.home.utahime.org> <201310221540.r9MFe0Sa025035@freefall.freebsd.org> X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 03:01:59 -0000 Otsune-san, Would you please approve this PR? And also, I would like to take over maintainership of this ports if you agree. So please reply if you agree with transfer of maintainership. Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 03:02:19 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id 4C4C0420; Sun, 24 Nov 2013 03:02:19 +0000 (UTC) Received: from gate.utahime.jp (ipq210.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 1E81E298C; Sun, 24 Nov 2013 03:02:19 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id B4B6961FAC; Sun, 24 Nov 2013 12:02:18 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 933284E642; Sun, 24 Nov 2013 12:02:18 +0900 (JST) Received: from localhost (rolling.home.utahime.org [192.168.174.11]) by eastasia.home.utahime.org (Postfix) with ESMTPA id 543614E655; Sun, 24 Nov 2013 12:02:18 +0900 (JST) Date: Sun, 24 Nov 2013 12:02:11 +0900 (JST) Message-Id: <20131124.120211.186701156.yasu@utahime.org> To: bdrewery@FreeBSD.org Subject: Re: ports/183431: [PATCH] /Makefile: 'make index' fails after commit of r331775 From: Yasuhiro KIMURA In-Reply-To: <201310290600.r9T600HT022613@freefall.freebsd.org> References: <20131029055744.040C81C2C3A@rolling-vm-freebsd1.home.utahime.org> <201310290600.r9T600HT022613@freefall.freebsd.org> X-Mailer: Mew version 6.5 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP Cc: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 03:02:19 -0000 Hello, Would you please commit this PR? Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 03: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 ESMTPS id D42A851A for ; Sun, 24 Nov 2013 03:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA11329D0 for ; Sun, 24 Nov 2013 03: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 rAO3A2Fq041952 for ; Sun, 24 Nov 2013 03: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 rAO3A2QY041950; Sun, 24 Nov 2013 03:10:02 GMT (envelope-from gnats) Date: Sun, 24 Nov 2013 03:10:02 GMT Message-Id: <201311240310.rAO3A2QY041950@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Yasuhiro KIMURA Subject: Re: ports/183204: [PATCH] mail/bsfilter: update to 1.0.18.rc5 and etc. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 03:10:02 -0000 The following reply was made to PR ports/183204; it has been noted by GNATS. From: Yasuhiro KIMURA To: info@otsune.com Cc: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/183204: [PATCH] mail/bsfilter: update to 1.0.18.rc5 and etc. Date: Sun, 24 Nov 2013 11:55:22 +0900 (JST) Otsune-san, Would you please approve this PR? And also, I would like to take over maintainership of this ports if you agree. So please reply if you agree with transfer of maintainership. Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 04: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 ESMTPS id 4FF41A3C for ; Sun, 24 Nov 2013 04:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29F762BB1 for ; Sun, 24 Nov 2013 04: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 rAO401gX051676 for ; Sun, 24 Nov 2013 04: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 rAO401Ue051674; Sun, 24 Nov 2013 04:00:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 04:00:01 GMT Resent-Message-Id: <201311240400.rAO401Ue051674@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 906D2A0F for ; Sun, 24 Nov 2013 03:54:57 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 3A2B42B9F for ; Sun, 24 Nov 2013 03:54:56 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 468182EC002; Sun, 24 Nov 2013 12:54:50 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (p17154-ipngn100402kyoto.kyoto.ocn.ne.jp [180.10.96.154]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 1C8A42EC001; Sun, 24 Nov 2013 12:54:50 +0900 (JST) Received: from h116.65.226.10.32118.vlan.kuins.net (h116.65.226.10.32118.vlan.kuins.net [192.168.3.116]) by h120.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/20071004-1) with ESMTP id rAO3sjAN072172; Sun, 24 Nov 2013 12:54:46 +0900 (JST) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from h116.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h116.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/20070718-1) with ESMTP id rAO3skrr016518; Sun, 24 Nov 2013 12:54:46 +0900 (JST) (envelope-from turutani@h116.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h116.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/Submit) id rAO3sjK5016517; Sun, 24 Nov 2013 12:54:45 +0900 (JST) (envelope-from turutani) Message-Id: <201311240354.rAO3sjK5016517@h116.65.226.10.32118.vlan.kuins.net> Date: Sun, 24 Nov 2013 12:54:45 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184205: building japanese/eijiro-fpw fails Cc: turutani@scphys.kyoto-u.ac.jp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 04:00:01 -0000 >Number: 184205 >Category: ports >Synopsis: building japanese/eijiro-fpw fails >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: Sun Nov 24 04:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 8.4-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD h116.65.226.10.32118.vlan.kuins.net 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #1 r249390: Thu May 2 17:05:06 JST 2013 turutani@h116.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER13 amd64 >Description: building japanese/eijiro-fpw fails. >How-To-Repeat: % cd /usr/ports/japanese/eijiro-fpw % make ... Makefile:60: warning: overriding recipe for target `package' fpwutils.mk:478: warning: ignoring old recipe for target `package' test -d work || /usr/local/libexec/freepwing/mkdirhier work /usr/local/libexec/freepwing/perl.sh /usr/local/libexec/freepwing/fpwhalfchar \ -workdir work cannot create work/cgraph.dep: No such file or directory. cannot create work/sound.dep: No such file or directory. gmake: *** [work/sound.dep] Error 2 gmake: *** Waiting for unfinished works.... gmake: *** [work/cgraph.dep] Error 2 /usr/local/libexec/freepwing/perl.sh /usr/local/libexec/freepwing/fpwfullchar \ -workdir work ===> 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/japanese/eijiro-fpw. *** Error code 1 Stop in /usr/ports/japanese/eijiro-fpw. >Fix: add MAKE_JOBS_UNSAFE=yes to Makefile can avoid this problem. here is a patch to Makefile: --- Makefile.orig 2013-09-21 03:47:54.000000000 +0900 +++ Makefile 2013-11-24 11:53:05.000000000 +0900 @@ -19,6 +19,7 @@ RESTRICTED= The original dictionary is not free USES= perl5 USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/eijiro-fpw${PORTVERSION} DICT_PATH?= /cdrom SRCFILE?= eijiro52.txt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 04: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 ESMTPS id 3327DD87 for ; Sun, 24 Nov 2013 04:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D3232C71 for ; Sun, 24 Nov 2013 04: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 rAO4K0rI056392 for ; Sun, 24 Nov 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 rAO4K0LG056391; Sun, 24 Nov 2013 04:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 04:20:00 GMT Resent-Message-Id: <201311240420.rAO4K0LG056391@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23A17D31 for ; Sun, 24 Nov 2013 04:14:51 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id E09612C48 for ; Sun, 24 Nov 2013 04:14:50 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id DCD662EC002; Sun, 24 Nov 2013 13:14:49 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (p17154-ipngn100402kyoto.kyoto.ocn.ne.jp [180.10.96.154]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id C9A4E2EC001; Sun, 24 Nov 2013 13:14:49 +0900 (JST) Received: from h116.65.226.10.32118.vlan.kuins.net (h116.65.226.10.32118.vlan.kuins.net [192.168.3.116]) by h120.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/20071004-1) with ESMTP id rAO4EkPl074388; Sun, 24 Nov 2013 13:14:46 +0900 (JST) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from h116.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h116.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/20070718-1) with ESMTP id rAO4El5L078716; Sun, 24 Nov 2013 13:14:47 +0900 (JST) (envelope-from turutani@h116.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h116.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/Submit) id rAO4EljG078715; Sun, 24 Nov 2013 13:14:47 +0900 (JST) (envelope-from turutani) Message-Id: <201311240414.rAO4EljG078715@h116.65.226.10.32118.vlan.kuins.net> Date: Sun, 24 Nov 2013 13:14:47 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184206: fix audio/x11amp build failure Cc: turutani@scphys.kyoto-u.ac.jp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 04:20:01 -0000 >Number: 184206 >Category: ports >Synopsis: fix audio/x11amp build failure >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 Nov 24 04:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 8.4-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD h116.65.226.10.32118.vlan.kuins.net 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #1 r249390: Thu May 2 17:05:06 JST 2013 turutani@h116.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER13 amd64 >Description: I received a mail from pkg-fallout@freebsd.org about errors in building audio/x11amp. >How-To-Repeat: >Fix: Here is a patch. I found no problem while using stage, and enebling it. BTW, I want to abandon this port. I think this port is not used anymore... >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 05: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 ESMTPS id 22575337 for ; Sun, 24 Nov 2013 05:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ECC532E9B for ; Sun, 24 Nov 2013 05: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 rAO5K04t068213 for ; Sun, 24 Nov 2013 05: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 rAO5K0tv068212; Sun, 24 Nov 2013 05:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 05:20:00 GMT Resent-Message-Id: <201311240520.rAO5K0tv068212@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B72E82D5 for ; Sun, 24 Nov 2013 05:11:53 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 5B17E2E6F for ; Sun, 24 Nov 2013 05:11:52 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 74D3F2EC002; Sun, 24 Nov 2013 14:11:50 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (p17154-ipngn100402kyoto.kyoto.ocn.ne.jp [180.10.96.154]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 62E6A2EC001; Sun, 24 Nov 2013 14:11:50 +0900 (JST) Received: from h116.65.226.10.32118.vlan.kuins.net (h116.65.226.10.32118.vlan.kuins.net [192.168.3.116]) by h120.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/20071004-1) with ESMTP id rAO5BkUu059272; Sun, 24 Nov 2013 14:11:46 +0900 (JST) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from h116.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h116.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/20070718-1) with ESMTP id rAO5Blhw089266; Sun, 24 Nov 2013 14:11:47 +0900 (JST) (envelope-from turutani@h116.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h116.65.226.10.32118.vlan.kuins.net (8.14.6/8.14.6/Submit) id rAO5BlFr089265; Sun, 24 Nov 2013 14:11:47 +0900 (JST) (envelope-from turutani) Message-Id: <201311240511.rAO5BlFr089265@h116.65.226.10.32118.vlan.kuins.net> Date: Sun, 24 Nov 2013 14:11:47 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184208: fix plain2 build failure Cc: turutani@scphys.kyoto-u.ac.jp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 05:20:01 -0000 >Number: 184208 >Category: ports >Synopsis: fix plain2 build failure >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 Nov 24 05:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 8.4-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD h116.65.226.10.32118.vlan.kuins.net 8.4-PRERELEASE FreeBSD 8.4-PRERELEASE #1 r249390: Thu May 2 17:05:06 JST 2013 turutani@h116.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER13 amd64 >Description: I received a mail from pkg-fallout@freebsd.org about errors in building japanese/plain2. >How-To-Repeat: >Fix: Here is a patch. I found no problem while using stage, and enebling it. diff -urN plain2.orig/Makefile plain2/Makefile --- plain2.orig/Makefile 2013-09-21 03:47:54.000000000 +0900 +++ plain2/Makefile 2013-11-24 14:07:45.000000000 +0900 @@ -22,19 +22,17 @@ PLIST_FILES= bin/plain2 PORTDATA= OHP.p2 OHP_t.p2 header.p2 header_t.p2 jbook.p2 supsnum.p2 -CFLAGS+= -DBSD -DKANJI -DPICTURE -DHTML ALL_TARGET= ${PORTNAME} -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/lib/plain2|${DATADIR}|g' ${BUILD_WRKSRC}/plain2.h do-install: - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/${PORTNAME} ${STAGEDIR}/${PREFIX}/bin .if !defined(NOPORTDATA) - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/lib/*.p2 ${DATADIR} + @${MKDIR} ${STAGEDIR}/${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/lib/*.p2 ${STAGEDIR}/${DATADIR} .endif .include diff -urN plain2.orig/files/patch-src-Makefile plain2/files/patch-src-Makefile --- plain2.orig/files/patch-src-Makefile 2012-07-14 22:54:48.000000000 +0900 +++ plain2/files/patch-src-Makefile 2013-11-24 13:57:56.000000000 +0900 @@ -1,6 +1,6 @@ --- src/Makefile.orig 2011-10-01 00:07:58.000000000 +0900 +++ src/Makefile 2011-10-01 00:08:17.000000000 +0900 -@@ -12,8 +12,8 @@ +@@ -12,8 +12,9 @@ DEFINES=-DKANJI -DPICTURE -DHTML @@ -8,10 +8,11 @@ -CFLAGS= -fwritable-strings ${DEFINES} -DBSD -DDEBUG -O2 -s +CC?=gcc +CFLAGS?= -fwritable-strings ${DEFINES} -DBSD -DDEBUG -O2 -s ++CFLAGS+= ${DEFINES} #CC=cc #CFLAGS= -O -fwritable-strings ${DEFINES} -DBSD -DDEBUG -@@ -33,8 +33,8 @@ +@@ -33,8 +34,8 @@ OBJS_KANJI=roffout.o analyze.o table.o title.o picture.o ftitle.o HDRS=plain2.h table.h picture.h kanji.h diff -urN plain2.orig/files/patch-src-plain2.c plain2/files/patch-src-plain2.c --- plain2.orig/files/patch-src-plain2.c 1970-01-01 09:00:00.000000000 +0900 +++ plain2/files/patch-src-plain2.c 2013-11-24 13:47:29.000000000 +0900 @@ -0,0 +1,19 @@ +--- src/plain2.c.orig 2013-11-24 13:27:57.000000000 +0900 ++++ src/plain2.c 2013-11-24 13:45:59.000000000 +0900 +@@ -643,7 +643,7 @@ + char buf[MAX_LINE_LEN]; + FILE *initf; + if ((plainEnv = getenv(PLAIN2_ENV)) == NULL) +- return; ++ return 0; + if ((initf = fopen(plainEnv, "r")) == NULL) { + char envOpt[MAX_LINE_LEN]; + strcpy(envOpt, plainEnv); +@@ -669,6 +669,7 @@ + } + fclose(initf); + } ++ return 0; + } + /* + * Save & Restore Parameters for Parsing >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 08:13:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id 6436DABB; Sun, 24 Nov 2013 08:13:36 +0000 (UTC) Received: from mail-we0-x22a.google.com (mail-we0-x22a.google.com [IPv6:2a00:1450:400c:c03::22a]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D46042537; Sun, 24 Nov 2013 08:13:35 +0000 (UTC) Received: by mail-we0-f170.google.com with SMTP id w61so2723880wes.1 for ; Sun, 24 Nov 2013 00:13:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=fFNOQeWWCSKpOQgmLNjNQoHi7BKMgWalDCv0rvHdbUc=; b=aHIjyihUGkj23xqmIGP2zrFWqdY4z3J0FPnlM9qJVYc5UHycd0pRgp3NhmtbXYC6L8 4bbItkg6KaYD1p8JXaIjbeabgWF5doPDarHjq/6KUJpVkM29odVddWnc3xvTaJnFU3HF hFeNgN/n1J8eIcVpKknuoXOfSZY5emqwxbocM9HgbbscaoWWcccRFhHKuhBEHPcFUZx/ HQ9tyhAqX9NgfHMjJEGmeWRdrg6fSBSsb82GG5WqWQZNQOCWLowyCptk3+uViNeltypV iqTUgKL4siE8MOKgMAaH81t5nM8GbTUaDFyaqMyc+8x2swcgpIcRKmNlMJPRDqFGe/RF 6UDg== MIME-Version: 1.0 X-Received: by 10.194.178.166 with SMTP id cz6mr494643wjc.53.1385280814362; Sun, 24 Nov 2013 00:13:34 -0800 (PST) Received: by 10.194.125.211 with HTTP; Sun, 24 Nov 2013 00:13:34 -0800 (PST) In-Reply-To: <201311231550.rANFo0uN087032@freefall.freebsd.org> References: <201311231546.rANFk8nL050460@bofh.1asiacom.net> <201311231550.rANFo0uN087032@freefall.freebsd.org> Date: Sun, 24 Nov 2013 14:13:34 +0600 Message-ID: Subject: Re: ports/184197: [NEW PORT] net/ntopng: Network monitoring tool with command line and web interfaces From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@freebsd.org, freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 08:13:36 -0000 Please close this PR as it had some unwanted TYPO in the SHAR and check ports/184201. On Sat, Nov 23, 2013 at 9:50 PM, wrote: > Thank you very much for your problem report. > It has the internal identification `ports/184197'. > 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=184197 > > >Category: ports > >Responsible: freebsd-ports-bugs > >Synopsis: [NEW PORT] net/ntopng: Network monitoring tool with > command line and web interfaces > >Arrival-Date: Sat Nov 23 15:50:00 UTC 2013 > From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 09: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 ESMTPS id BFCAF6E7 for ; Sun, 24 Nov 2013 09:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DBCF2942 for ; Sun, 24 Nov 2013 09: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 rAO9o0V0039753 for ; Sun, 24 Nov 2013 09: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 rAO9o0P1039752; Sun, 24 Nov 2013 09:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 09:50:00 GMT Resent-Message-Id: <201311240950.rAO9o0P1039752@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0625B602 for ; Sun, 24 Nov 2013 09:49:01 +0000 (UTC) Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.109.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6219B2936 for ; Sun, 24 Nov 2013 09:48:59 +0000 (UTC) Received: from bofh.1asiacom.net (localhost [127.0.0.1]) by bofh.1asiacom.net (8.14.7/8.14.7) with ESMTP id rAO9mniZ003640 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sun, 24 Nov 2013 15:48:49 +0600 (BDT) (envelope-from bofh@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.7/8.14.7/Submit) id rAO9mma0003639; Sun, 24 Nov 2013 15:48:48 +0600 (BDT) (envelope-from bofh) Message-Id: <201311240948.rAO9mma0003639@bofh.1asiacom.net> Date: Sun, 24 Nov 2013 15:48:48 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184209: [NEW PORT] net/nDPI: A ntop-maintained superset of the popular OpenDPI library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 09:50:00 -0000 >Number: 184209 >Category: ports >Synopsis: [NEW PORT] net/nDPI: A ntop-maintained superset of the popular OpenDPI library >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 Nov 24 09:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r257540: Tue Nov 5 18:47:37 >Description: nDPI is a ntop-maintained superset of the popular OpenDPI library. Its goal is to extend the original library by adding new protocols that are otherwise available only on the paid version of OpenDPI. Furthermore, we have modified nDPI do be more suitable for traffic monitoring applications, by disabling specific features that slow down the DPI engine while being them un-necessary for network traffic monitoring. Author: Luca Deri WWW: http://www.ntop.org/ For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/84amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/92amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/10b3i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/10b3amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/11i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/nDPI/1.4.0.r7023/11amd64-default.log Generated with FreeBSD Port Tools 0.99_8 (mode: new) >How-To-Repeat: >Fix: --- .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: # # nDPI # nDPI/pkg-plist # nDPI/files # nDPI/files/patch-Makefile.in # nDPI/pkg-descr # nDPI/distinfo # nDPI/Makefile # echo c - nDPI mkdir -p nDPI > /dev/null 2>&1 echo x - nDPI/pkg-plist sed 's/^X//' >nDPI/pkg-plist << '50d42572b68eec91a20dcbf4e1649f46' Xinclude/libndpi-1.4/libndpi/ndpi_api.h Xinclude/libndpi-1.4/libndpi/ndpi_debug_functions.h Xinclude/libndpi-1.4/libndpi/ndpi_define.h Xinclude/libndpi-1.4/libndpi/ndpi_macros.h Xinclude/libndpi-1.4/libndpi/ndpi_protocols_osdpi.h Xinclude/libndpi-1.4/libndpi/ndpi_public_functions.h Xlib/libndpi.a Xlib/libndpi.la Xlib/libndpi.so Xlib/libndpi.so.1 Xlibdata/pkgconfig/libndpi.pc X@dirrm include/libndpi-1.4/libndpi X@dirrm include/libndpi-1.4 50d42572b68eec91a20dcbf4e1649f46 echo c - nDPI/files mkdir -p nDPI/files > /dev/null 2>&1 echo x - nDPI/files/patch-Makefile.in sed 's/^X//' >nDPI/files/patch-Makefile.in << '5e5135228878178b2e8dfbd75cb3c2bf' X--- Makefile.in.orig 2013-11-24 03:55:39.000000000 +0600 X+++ Makefile.in 2013-11-24 03:56:12.000000000 +0600 X@@ -277,7 +277,7 @@ X top_srcdir = @top_srcdir@ X SUBDIRS = src/include src/lib X ACLOCAL_AMFLAGS = -I m4 X-pkgconfigdir = $(libdir)/pkgconfig X+pkgconfigdir = $(prefix)/libdata/pkgconfig X pkgconfig_DATA = libndpi.pc X all: config.h X $(MAKE) $(AM_MAKEFLAGS) all-recursive 5e5135228878178b2e8dfbd75cb3c2bf echo x - nDPI/pkg-descr sed 's/^X//' >nDPI/pkg-descr << 'cb2bb3feb447c0ad2dc63aa91995b649' XnDPI is a ntop-maintained superset of the popular OpenDPI library. Its goal is Xto extend the original library by adding new protocols that are otherwise Xavailable only on the paid version of OpenDPI. Furthermore, we have modified XnDPI do be more suitable for traffic monitoring applications, by disabling Xspecific features that slow down the DPI engine while being them un-necessary Xfor network traffic monitoring. X XAuthor: Luca Deri XWWW: http://www.ntop.org/ cb2bb3feb447c0ad2dc63aa91995b649 echo x - nDPI/distinfo sed 's/^X//' >nDPI/distinfo << 'f5cac69ff726146a3687710aec2881ff' XSHA256 (nDPI-1.4.0_r7023.tar.gz) = a06b45cbe9336d40acb7892a3399f41e7e341a37fd2526d0b242587d21bd4197 XSIZE (nDPI-1.4.0_r7023.tar.gz) = 522464 f5cac69ff726146a3687710aec2881ff echo x - nDPI/Makefile sed 's/^X//' >nDPI/Makefile << 'd5d64cd3938610f60f4dfc6e49a1ead4' X# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> X# $FreeBSD$ X XPORTNAME= nDPI XDISTVERSION= 1.4.0_r7023 XCATEGORIES= net XMASTER_SITES= SF/ntop/${PORTNAME} X XMAINTAINER= 5u623l20@gmail.com XCOMMENT= A ntop-maintained superset of the popular OpenDPI library X XLICENSE= GPLv3 X XUSES= pkgconfig XGNU_CONFIGURE= yes XCONFIGURE_ARGS= --with-pic XUSE_LDCONFIG= yes X X.include d5d64cd3938610f60f4dfc6e49a1ead4 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 09: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 ESMTPS id 4D04272D; Sun, 24 Nov 2013 09:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25E532945; Sun, 24 Nov 2013 09: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 rAO9o9RK039886; Sun, 24 Nov 2013 09: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 rAO9o8E8039885; Sun, 24 Nov 2013 09:50:08 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 09:50:08 GMT Message-Id: <201311240950.rAO9o8E8039885@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184209: [NEW PORT] net/nDPI: A ntop-maintained superset of the popular OpenDPI library X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 09:50:09 -0000 Synopsis: [NEW PORT] net/nDPI: A ntop-maintained superset of the popular OpenDPI library Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 09:50: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=184209 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 12:29: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 ESMTPS id 5D984B14; Sun, 24 Nov 2013 12:29:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32ADE2ED4; Sun, 24 Nov 2013 12:29: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 rAOCT7Dl075169; Sun, 24 Nov 2013 12:29:07 GMT (envelope-from alexey@freefall.freebsd.org) Received: (from alexey@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOCT7ox075168; Sun, 24 Nov 2013 12:29:07 GMT (envelope-from alexey) Date: Sun, 24 Nov 2013 12:29:07 GMT Message-Id: <201311241229.rAOCT7ox075168@freefall.freebsd.org> To: alexey@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, alexey@FreeBSD.org From: alexey@FreeBSD.org Subject: Re: ports/176445: New port: audio/icecast-kh Streaming mp3/ogg-vorbis audio server, kh branch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 12:29:07 -0000 Synopsis: New port: audio/icecast-kh Streaming mp3/ogg-vorbis audio server, kh branch Responsible-Changed-From-To: freebsd-ports-bugs->alexey Responsible-Changed-By: alexey Responsible-Changed-When: Sun Nov 24 12:29:06 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176445 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 12: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 ESMTPS id 3BC2DD74 for ; Sun, 24 Nov 2013 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AF7B2F3A for ; Sun, 24 Nov 2013 12: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 rAOCe00A077178 for ; Sun, 24 Nov 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 rAOCe0Xh077177; Sun, 24 Nov 2013 12:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 12:40:00 GMT Resent-Message-Id: <201311241240.rAOCe0Xh077177@freefall.freebsd.org> 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 ESMTPS id A4979C62 for ; Sun, 24 Nov 2013 12:34:53 +0000 (UTC) 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 2211F2F26 for ; Sun, 24 Nov 2013 12:34:52 +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 rAOCYo7W041219; Sun, 24 Nov 2013 13:34:50 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by grabthar.secnetix.de (8.14.7/8.14.7/Submit) id rAOCYowv041218; Sun, 24 Nov 2013 13:34:50 +0100 (CET) (envelope-from olli) Message-Id: <201311241234.rAOCYowv041218@grabthar.secnetix.de> Date: Sun, 24 Nov 2013 13:34:50 +0100 (CET) From: Oliver Fromme To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184210: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes Cc: Oliver Fromme X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Sun, 24 Nov 2013 12:40:01 -0000 >Number: 184210 >Category: ports >Synopsis: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes >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 Nov 24 12:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: FreeBSD 9.1-STABLE amd64 >Organization: secnetix GmbH & Co. KG http://www.secnetix.de/bsd >Environment: The behaviour described occurs on my 6-core AMD Phenom II X6 with SMP enabled. However, I could not reproduce it on a 2-core Intel Atom system. >Description: Building the port multimedia/tstools on my 6-way SMP system breaks in various, non-reproducible ways, most of the time. Apparently it is not able to work correctly with multiple make jobs. For example: cc obj/pcapreport.o -o bin/pcapreport -g -lm -Llib -ltstools obj/pcapreport.o: In function `main': pcapreport.c:(.text+0x453): undefined reference to `ethernet_packet_from_pcap' gmake: *** [bin/pcapreport] Error 1 Or: cc obj/ts2es.o -o bin/ts2es -g -lm -Llib -ltstools obj/esfilter.o: In function `main': esfilter.c:(.text+0x126e): undefined reference to `tswrite_open' gmake: *** [bin/esfilter] Error 1 Or various other ways. Sometimes the build succeeds (about 24% of the time). Adding the following line to the Makefile fixes it: MAKE_JOBS_UNSAFE= yes With that line, the port builds fine reproducible on all systems that I've tried. >How-To-Repeat: Try to build multimedia/tstools on a 6-way SMP system. However, whether the problem occurs or not seems to depend on the number of cores, and maybe it also depends on timing and other things. Sometimes it even succeeds on the same system. On my 6-way system (AMD Phenom II X6) the problem occured about 75% of the time. On a 2-way system (Intel Atom) that I've tried, however, the port built just fine on three consecutive attempts. >Fix: Add this line to the port's Makefile: MAKE_JOBS_UNSAFE= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 12: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 ESMTPS id A3225DA7; Sun, 24 Nov 2013 12:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B1E82F3C; Sun, 24 Nov 2013 12: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 rAOCe9IQ077258; Sun, 24 Nov 2013 12: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 rAOCe9sk077257; Sun, 24 Nov 2013 12:40:09 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 12:40:09 GMT Message-Id: <201311241240.rAOCe9sk077257@freefall.freebsd.org> To: oliver.fromme@secnetix.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184210: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 12:40:09 -0000 Synopsis: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Nov 24 12:40:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184210 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 12: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 ESMTPS id 5CF0FEF8 for ; Sun, 24 Nov 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CF8C2F8A for ; Sun, 24 Nov 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 rAOCo1XG079294 for ; Sun, 24 Nov 2013 12: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 rAOCo1K6079293; Sun, 24 Nov 2013 12:50:01 GMT (envelope-from gnats) Date: Sun, 24 Nov 2013 12:50:01 GMT Message-Id: <201311241250.rAOCo1K6079293@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184210: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 24 Nov 2013 12:50:01 -0000 The following reply was made to PR ports/184210; it has been noted by GNATS. From: Edwin Groothuis To: fbsd@opal.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184210: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes Date: Sun, 24 Nov 2013 12:40:08 UT Maintainer of multimedia/tstools, Please note that PR ports/184210 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/184210 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 12:54: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 ESMTPS id 1DDADF3F; Sun, 24 Nov 2013 12:54:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E72682FBF; Sun, 24 Nov 2013 12:54: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 rAOCsTeN080987; Sun, 24 Nov 2013 12:54:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOCsTnI080986; Sun, 24 Nov 2013 12:54:29 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 12:54:29 GMT Message-Id: <201311241254.rAOCsTnI080986@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184175: sysutils/py-salt does not install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 12:54:30 -0000 Synopsis: sysutils/py-salt does not install Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 12:54:29 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=184175 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 13: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 ESMTPS id 64094FF9 for ; Sun, 24 Nov 2013 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4461F2FE2 for ; Sun, 24 Nov 2013 13: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 rAOD01IM081370 for ; Sun, 24 Nov 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 rAOD01pF081369; Sun, 24 Nov 2013 13:00:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 13:00:01 GMT Resent-Message-Id: <201311241300.rAOD01pF081369@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Charlie &" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F7DCF3E for ; Sun, 24 Nov 2013 12:54:29 +0000 (UTC) Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BD432FBE for ; Sun, 24 Nov 2013 12:54:28 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id up15so3895795pbc.38 for ; Sun, 24 Nov 2013 04:54:22 -0800 (PST) Received: from 7axu.com ([124.90.188.113]) by mx.google.com with ESMTPSA id ry4sm74945197pab.4.2013.11.24.04.54.16 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 24 Nov 2013 04:54:21 -0800 (PST) Received: by 7axu.com (sSMTP sendmail emulation); Sun, 24 Nov 2013 20:54:13 +0800 Message-Id: <5291f6fd.c48e420a.3884.2b12@mx.google.com> Date: Sun, 24 Nov 2013 20:54:13 +0800 From: "Charlie &" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184211: [NEW PORT] net-im/pybitmessage: A Bitmessage Client for Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 13:00:01 -0000 >Number: 184211 >Category: ports >Synopsis: [NEW PORT] net-im/pybitmessage: A Bitmessage Client for Python >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 Nov 24 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Haowu Ge >Release: FreeBSD 10.0-BETA3 amd64 >Organization: FreeBSDChina >Environment: System: FreeBSD 7axu.com 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258208: Sat Nov 16 20:56:24 CST >Description: RedPorts:https://redports.org/buildarchive/20131124122301-13237/ Bitmessage is a P2P communications protocol used to send encrypted messages to another person or to many subscribers. It is decentralized and trustless, meaning that you need-not inherently trust any entities like root certificate authorities. It uses strong authentication which means that the sender of a message cannot be spoofed, and it aims to hide "non-content" data, like the sender and receiver of messages, from passive eavesdroppers like those running warrantless wiretapping programs. WWW: https://bitmessage.org/ Generated with FreeBSD Port Tools 0.99_11 (mode: new) >How-To-Repeat: >Fix: --- .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: # # pybitmessage # pybitmessage/pkg-plist # pybitmessage/Makefile # pybitmessage/distinfo # pybitmessage/pkg-descr # echo c - pybitmessage mkdir -p pybitmessage > /dev/null 2>&1 echo x - pybitmessage/pkg-plist sed 's/^X//' >pybitmessage/pkg-plist << '0b689ba9283dd6e138207185054c6316' Xbin/pybitmessage Xshare/applications/pybitmessage.desktop Xshare/icons/hicolor/24x24/apps/pybitmessage.png X%%DATADIR%%/addresses.py X%%DATADIR%%/api_client.py X%%DATADIR%%/bitmessagemain.py X%%DATADIR%%/bitmessageqt/__init__.py X%%DATADIR%%/bitmessageqt/about.py X%%DATADIR%%/bitmessageqt/about.ui X%%DATADIR%%/bitmessageqt/addpeer.ui X%%DATADIR%%/bitmessageqt/bitmessage_icons.qrc X%%DATADIR%%/bitmessageqt/bitmessage_icons_rc.py X%%DATADIR%%/bitmessageqt/bitmessageui.py X%%DATADIR%%/bitmessageqt/bitmessageui.ui X%%DATADIR%%/bitmessageqt/connect.py X%%DATADIR%%/bitmessageqt/connect.ui X%%DATADIR%%/bitmessageqt/help.py X%%DATADIR%%/bitmessageqt/help.ui X%%DATADIR%%/bitmessageqt/iconglossary.py X%%DATADIR%%/bitmessageqt/iconglossary.ui X%%DATADIR%%/bitmessageqt/newaddressdialog.py X%%DATADIR%%/bitmessageqt/newaddressdialog.ui X%%DATADIR%%/bitmessageqt/newchandialog.py X%%DATADIR%%/bitmessageqt/newchandialog.ui X%%DATADIR%%/bitmessageqt/newsubscriptiondialog.py X%%DATADIR%%/bitmessageqt/newsubscriptiondialog.ui X%%DATADIR%%/bitmessageqt/regenerateaddresses.py X%%DATADIR%%/bitmessageqt/regenerateaddresses.ui X%%DATADIR%%/bitmessageqt/settings.py X%%DATADIR%%/bitmessageqt/settings.ui X%%DATADIR%%/bitmessageqt/specialaddressbehavior.py X%%DATADIR%%/bitmessageqt/specialaddressbehavior.ui X%%DATADIR%%/bitmessageqt/wanlan.ui X%%DATADIR%%/build_osx.py X%%DATADIR%%/class_addressGenerator.py X%%DATADIR%%/class_objectHashHolder.py X%%DATADIR%%/class_outgoingSynSender.py X%%DATADIR%%/class_receiveDataThread.py X%%DATADIR%%/class_sendDataThread.py X%%DATADIR%%/class_singleCleaner.py X%%DATADIR%%/class_singleListener.py X%%DATADIR%%/class_singleWorker.py X%%DATADIR%%/class_sqlThread.py X%%DATADIR%%/debug.py X%%DATADIR%%/defaultKnownNodes.py X%%DATADIR%%/helper_bitcoin.py X%%DATADIR%%/helper_bootstrap.py X%%DATADIR%%/helper_generic.py X%%DATADIR%%/helper_inbox.py X%%DATADIR%%/helper_sent.py X%%DATADIR%%/helper_sql.py X%%DATADIR%%/helper_startup.py X%%DATADIR%%/highlevelcrypto.py X%%DATADIR%%/images/addressbook.png X%%DATADIR%%/images/bitmessage.icns X%%DATADIR%%/images/blacklist.png X%%DATADIR%%/images/can-icon-16px.png X%%DATADIR%%/images/can-icon-24px-green.png X%%DATADIR%%/images/can-icon-24px-red.png X%%DATADIR%%/images/can-icon-24px-yellow.png X%%DATADIR%%/images/can-icon-24px.png X%%DATADIR%%/images/can-icon.ico X%%DATADIR%%/images/greenicon.png X%%DATADIR%%/images/identities.png X%%DATADIR%%/images/inbox.png X%%DATADIR%%/images/networkstatus.png X%%DATADIR%%/images/redicon.png X%%DATADIR%%/images/send.png X%%DATADIR%%/images/sent.png X%%DATADIR%%/images/subscriptions.png X%%DATADIR%%/images/yellowicon.png X%%DATADIR%%/message_data_reader.py X%%DATADIR%%/namecoin.py X%%DATADIR%%/proofofwork.py X%%DATADIR%%/pyelliptic/LICENSE X%%DATADIR%%/pyelliptic/README.md X%%DATADIR%%/pyelliptic/__init__.py X%%DATADIR%%/pyelliptic/arithmetic.py X%%DATADIR%%/pyelliptic/cipher.py X%%DATADIR%%/pyelliptic/ecc.py X%%DATADIR%%/pyelliptic/hash.py X%%DATADIR%%/pyelliptic/openssl.py X%%DATADIR%%/shared.py X%%DATADIR%%/singleton.py X%%DATADIR%%/socks/BUGS X%%DATADIR%%/socks/LICENSE X%%DATADIR%%/socks/README X%%DATADIR%%/socks/__init__.py X%%DATADIR%%/tr.py X%%DATADIR%%/translations/bitmessage_de.pro X%%DATADIR%%/translations/bitmessage_de.qm X%%DATADIR%%/translations/bitmessage_de.ts X%%DATADIR%%/translations/bitmessage_en_pirate.pro X%%DATADIR%%/translations/bitmessage_en_pirate.qm X%%DATADIR%%/translations/bitmessage_en_pirate.ts X%%DATADIR%%/translations/bitmessage_eo.pro X%%DATADIR%%/translations/bitmessage_eo.qm X%%DATADIR%%/translations/bitmessage_eo.ts X%%DATADIR%%/translations/bitmessage_fr.pro X%%DATADIR%%/translations/bitmessage_fr.qm X%%DATADIR%%/translations/bitmessage_fr.ts X%%DATADIR%%/translations/bitmessage_ru.pro X%%DATADIR%%/translations/bitmessage_ru.qm X%%DATADIR%%/translations/bitmessage_ru.ts Xman/man1/pybitmessage.1.gz X@dirrm %%DATADIR%%/translations X@dirrm %%DATADIR%%/socks X@dirrm %%DATADIR%%/pyelliptic X@dirrm %%DATADIR%%/images X@dirrm %%DATADIR%%/bitmessageqt X@dirrm %%DATADIR%% X@dirrm share/icons/hicolor/24x24/apps X@dirrm share/icons/hicolor/24x24 X@dirrm share/icons/hicolor X@dirrm share/icons 0b689ba9283dd6e138207185054c6316 echo x - pybitmessage/Makefile sed 's/^X//' >pybitmessage/Makefile << 'a5549917dd508dcd36baa142c57132c9' X# $FreeBSD$ X XPORTNAME= pybitmessage XPORTVERSION= 0.4.1 XCATEGORIES= net-im python X XMAINTAINER= ghw@7axu.com XCOMMENT= A Bitmessage Client for Python X XLICENSE= MIT XLICENSE_FILE= ${WRKSRC}/LICENSE X XUSE_GITHUB= yes XNO_STAGE= yes XGH_ACCOUNT= Bitmessage XGH_PROJECT= PyBitmessage XGH_TAGNAME= v${PORTVERSION} XGH_COMMIT= e21fdb4 X XUSE_PYTHON= 2.7 XNO_BUILD= yes XINSTALLS_ICONS= yes X XRUN_DEPENDS= ${PYTHON_SITELIBDIR}/PyQt4/QtGui.so:${PORTSDIR}/x11-toolkits/py-qt4-gui \ X ${PYTHON_LIBDIR}/lib-dynload/_sqlite3.so:${PORTSDIR}/databases/py-sqlite3 X Xdo-install: X @${MKDIR} ${DATADIR} X ${CP} -R ${WRKSRC}/src/ ${DATADIR} X @${MKDIR} ${DESKTOPDIR} X (cd ${WRKSRC} && ${INSTALL_DATA} desktop/pybitmessage.desktop ${DESKTOPDIR}) X @${MKDIR} ${PREFIX}/share/icons/hicolor/24x24/apps X ${INSTALL_DATA} ${WRKSRC}/desktop/icon24.png ${PREFIX}/share/icons/hicolor/24x24/apps/${PORTNAME}.png X @${ECHO_CMD} '#!/bin/sh' >${PREFIX}/bin/${PORTNAME} X @${ECHO_CMD} 'cd ${DATADIR}' >>${PREFIX}/bin/${PORTNAME} X @${ECHO_CMD} 'exec python2.7 bitmessagemain.py' >>${PREFIX}/bin/${PORTNAME} X @${CHMOD} 755 ${PREFIX}/bin/${PORTNAME} X ${INSTALL_MAN} ${WRKSRC}/man/pybitmessage.1.gz ${PREFIX}/man/man1/ X X.include a5549917dd508dcd36baa142c57132c9 echo x - pybitmessage/distinfo sed 's/^X//' >pybitmessage/distinfo << '0922753d72a375cf6573bdf2e3a9f87e' XSHA256 (pybitmessage-0.4.1.tar.gz) = 76dfb7512404de05cad83cb06209a550daf2b960a1a8f739b4f2059d3ecb47df XSIZE (pybitmessage-0.4.1.tar.gz) = 408989 0922753d72a375cf6573bdf2e3a9f87e echo x - pybitmessage/pkg-descr sed 's/^X//' >pybitmessage/pkg-descr << 'b980df735f22cebc1b0101234b18da27' XBitmessage is a P2P communications protocol used to send encrypted messages Xto another person or to many subscribers. It is decentralized and Xtrustless, meaning that you need-not inherently trust any entities like Xroot certificate authorities. It uses strong authentication which means Xthat the sender of a message cannot be spoofed, and it aims to hide X"non-content" data, like the sender and receiver of messages, from passive Xeavesdroppers like those running warrantless wiretapping programs. X XWWW: https://bitmessage.org/ b980df735f22cebc1b0101234b18da27 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 13: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 ESMTPS id C03981FE for ; Sun, 24 Nov 2013 13:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A0F0D205F for ; Sun, 24 Nov 2013 13: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 rAODA03T083478 for ; Sun, 24 Nov 2013 13: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 rAODA0L1083477; Sun, 24 Nov 2013 13:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 13:10:00 GMT Resent-Message-Id: <201311241310.rAODA0L1083477@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Kondratiev Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51A9D1EF for ; Sun, 24 Nov 2013 13:07:21 +0000 (UTC) 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 322EE2058 for ; Sun, 24 Nov 2013 13:07:21 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAOD7K6c044857 for ; Sun, 24 Nov 2013 13:07:20 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOD7KYL044850; Sun, 24 Nov 2013 13:07:20 GMT (envelope-from nobody) Message-Id: <201311241307.rAOD7KYL044850@oldred.freebsd.org> Date: Sun, 24 Nov 2013 13:07:20 GMT From: Vladimir Kondratiev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184212: [maintainer] devel/rubygem-debugger* Support staging, add license etc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 13:10:00 -0000 >Number: 184212 >Category: ports >Synopsis: [maintainer] devel/rubygem-debugger* Support staging, add license etc >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 Nov 24 13:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vladimir Kondratiev >Release: >Organization: >Environment: >Description: 1. Support staging 2. Add license 3. Remove ruby1.8 remnants 4. Update devel/rubygem-debugger-xml to 0.3.2 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: rubygem-debugger/Makefile =================================================================== --- rubygem-debugger/Makefile (revision 334715) +++ rubygem-debugger/Makefile (working copy) @@ -9,6 +9,9 @@ MAINTAINER= wulf@cicgroup.ru COMMENT= Fast implementation of the standard Ruby debugger +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + RUN_DEPENDS= rubygem-columnize>=0.3.1:${PORTSDIR}/devel/rubygem-columnize \ rubygem-debugger-linecache>=1.2.0:${PORTSDIR}/devel/rubygem-debugger-linecache @@ -15,8 +18,7 @@ USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/rdebug -MAN1= rdebug.1 +PLIST_FILES= bin/rdebug man/man1/rdebug.1.gz CONFIGURE_ARGS= --with-ruby-include=${WRKDIR}/ruby @@ -24,16 +26,10 @@ ${LN} -sf `cd ${PORTSDIR}/${RUBY_PORT}; make -V WRKSRC` ${WRKDIR}/ruby post-install: - @${INSTALL_MAN} ${WRKSRC}/man/rdebug.1 ${PREFIX}/man/man1 + @${INSTALL_MAN} ${WRKSRC}/man/rdebug.1 ${STAGEDIR}${PREFIX}/man/man1 -NO_STAGE= yes - .include BUILD_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/${RUBY_PORT}:patch -.if ${RUBY_VER} == 1.8 -BROKEN= does not work with ruby 1.8 -.endif - .include Index: rubygem-debugger-linecache/Makefile =================================================================== --- rubygem-debugger-linecache/Makefile (revision 334715) +++ rubygem-debugger-linecache/Makefile (working copy) @@ -9,9 +9,11 @@ MAINTAINER= wulf@cicgroup.ru COMMENT= Caches(Ruby source) Files as Might Be Used in a Debugger +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Index: rubygem-debugger-xml/Makefile =================================================================== --- rubygem-debugger-xml/Makefile (revision 334715) +++ rubygem-debugger-xml/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= debugger-xml -PORTVERSION= 0.1.6 +PORTVERSION= 0.3.2 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,6 +9,9 @@ MAINTAINER= wulf@cicgroup.ru COMMENT= XML interface for rubygem-debugger +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + RUN_DEPENDS= rubygem-debugger>=1.6.2:${PORTSDIR}/devel/rubygem-debugger \ rubygem-builder>=2.0.0:${PORTSDIR}/devel/rubygem-builder @@ -17,6 +20,4 @@ RUBYGEM_AUTOPLIST= yes PLIST_FILES= bin/rdebug-ide bin/rdebug-vim -NO_STAGE= yes - .include Index: rubygem-debugger-xml/distinfo =================================================================== --- rubygem-debugger-xml/distinfo (revision 334715) +++ rubygem-debugger-xml/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/debugger-xml-0.1.6.gem) = d816ba903a536c355730daa5763fd410d570a5df5210bba78a15a5e3b4c5d536 -SIZE (rubygem/debugger-xml-0.1.6.gem) = 24576 +SHA256 (rubygem/debugger-xml-0.3.2.gem) = 610d6be5654cad09c3d689ef51e92a613fcf994d64131b016d07c760d6ccfe3b +SIZE (rubygem/debugger-xml-0.3.2.gem) = 26624 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 13: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 ESMTPS id CE17E22F; Sun, 24 Nov 2013 13:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A566D2062; Sun, 24 Nov 2013 13: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 rAODA8Ub083616; Sun, 24 Nov 2013 13: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 rAODA8L3083615; Sun, 24 Nov 2013 13:10:08 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 13:10:08 GMT Message-Id: <201311241310.rAODA8L3083615@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184212: [maintainer] devel/rubygem-debugger* Support staging, add license etc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 13:10:08 -0000 Synopsis: [maintainer] devel/rubygem-debugger* Support staging, add license etc Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 13:10: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=184212 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 14:38:29 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 ESMTPS id 5EA5CED8; Sun, 24 Nov 2013 14:38:29 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 368BE23B2; Sun, 24 Nov 2013 14:38: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 rAOEcTCS001801; Sun, 24 Nov 2013 14:38:29 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOEcSSv001800; Sun, 24 Nov 2013 14:38:28 GMT (envelope-from antoine) Date: Sun, 24 Nov 2013 14:38:28 GMT Message-Id: <201311241438.rAOEcSSv001800@freefall.freebsd.org> To: fiziologus@gmail.com, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/184030: lang/lua52: remove package name conflict X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 14:38:29 -0000 Synopsis: lang/lua52: remove package name conflict State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Sun Nov 24 14:37:48 UTC 2013 State-Changed-Why: Close: bapt@ added PKGNAMESUFFIX to this port http://www.freebsd.org/cgi/query-pr.cgi?pr=184030 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 14: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 ESMTPS id BC9D0F1B for ; Sun, 24 Nov 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E3D123C1 for ; Sun, 24 Nov 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 rAOEe0f7001878 for ; Sun, 24 Nov 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 rAOEe0Pm001877; Sun, 24 Nov 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 14:40:00 GMT Resent-Message-Id: <201311241440.rAOEe0Pm001877@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Theis Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5F626E72 for ; Sun, 24 Nov 2013 14:30:29 +0000 (UTC) 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 3E917235B for ; Sun, 24 Nov 2013 14:30: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 rAOEUS08016288 for ; Sun, 24 Nov 2013 14:30:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOEUSIc016274; Sun, 24 Nov 2013 14:30:28 GMT (envelope-from nobody) Message-Id: <201311241430.rAOEUSIc016274@oldred.freebsd.org> Date: Sun, 24 Nov 2013 14:30:28 GMT From: Christoph Theis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184213: [maintainer-update] Update security/py-fail2ban to version 0.1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 14:40:00 -0000 >Number: 184213 >Category: ports >Synopsis: [maintainer-update] Update security/py-fail2ban to version 0.1.11 >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 Nov 24 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: Update security/py-fail2ban to version 0.8.11 I changed the Makefile to use USE_GITHUB=yes instead of hardcoding the github link. If there are still superfluous settings in the Makefile, please advice me. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 334719) +++ Makefile (working copy) @@ -1,20 +1,19 @@ # $FreeBSD$ PORTNAME= fail2ban -PORTVERSION= 0.8.10 +PORTVERSION= 0.8.11 CATEGORIES= security python -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at COMMENT= Scans log files and bans IP that makes too many password failures LICENSE= GPLv2 -GITVERSION= 0-g921d9a8 +USE_GITHUB= yes +GH_ACCOUNT= fail2ban FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-d56f01a +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-fc213a1 USE_PYTHON= -2.7 USE_PYDISTUTILS= yes @@ -24,7 +23,7 @@ PYDISTUTILS_INSTALLARGS+= --install-purelib=${PYTHON_SITELIBDIR} \ --install-data=${ETCDIR} -PYDISTUTILS_PKGVERSION= 0.8.10 +PYDISTUTILS_PKGVERSION= ${PORTVERSION} PORTDOCS= README.md DEVELOP Index: distinfo =================================================================== --- distinfo (revision 334719) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 7bed38372a24e35268d9c9ff5b272f7e88e91074f9bb24d5be5c70196f19e7be -SIZE (fail2ban-fail2ban-0.8.10-0-g921d9a8.tar.gz) = 161952 +SHA256 (fail2ban-0.8.11.tar.gz) = d53b7522875777be879bcce51b77a25ab97c4a9a7552f823ee2d085172656d16 +SIZE (fail2ban-0.8.11.tar.gz) = 204765 Index: pkg-plist =================================================================== --- pkg-plist (revision 334719) +++ pkg-plist (working copy) @@ -1,3 +1,4 @@ +%%ETCDIR%%/action.d/apf.conf %%ETCDIR%%/action.d/bsd-ipfw.conf %%ETCDIR%%/action.d/complain.conf %%ETCDIR%%/action.d/dshield.conf @@ -2,2 +3,3 @@ %%ETCDIR%%/action.d/dummy.conf +%%ETCDIR%%/action.d/firewall-cmd-direct-new.conf %%ETCDIR%%/action.d/hostsdeny.conf @@ -9,6 +11,7 @@ %%ETCDIR%%/action.d/iptables-blocktype.conf %%ETCDIR%%/action.d/iptables-ipset-proto4.conf %%ETCDIR%%/action.d/iptables-ipset-proto6.conf +%%ETCDIR%%/action.d/iptables-ipset-proto6-allports.conf %%ETCDIR%%/action.d/iptables-multiport-log.conf %%ETCDIR%%/action.d/iptables-multiport.conf %%ETCDIR%%/action.d/iptables-new.conf @@ -19,14 +22,18 @@ %%ETCDIR%%/action.d/mail-whois.conf %%ETCDIR%%/action.d/mail.conf %%ETCDIR%%/action.d/mynetwatchman.conf +%%ETCDIR%%/action.d/osx-afctl.conf +%%ETCDIR%%/action.d/osx-ipfw.conf %%ETCDIR%%/action.d/pf.conf %%ETCDIR%%/action.d/route.conf %%ETCDIR%%/action.d/sendmail-buffered.conf +%%ETCDIR%%/action.d/sendmail-common.conf %%ETCDIR%%/action.d/sendmail-whois-lines.conf %%ETCDIR%%/action.d/sendmail-whois.conf %%ETCDIR%%/action.d/sendmail.conf %%ETCDIR%%/action.d/shorewall.conf %%ETCDIR%%/fail2ban.conf +%%ETCDIR%%/filter.d/3proxy.conf %%ETCDIR%%/filter.d/apache-auth.conf %%ETCDIR%%/filter.d/apache-badbots.conf %%ETCDIR%%/filter.d/apache-common.conf @@ -45,24 +52,31 @@ %%ETCDIR%%/filter.d/dovecot.conf %%ETCDIR%%/filter.d/dropbear.conf %%ETCDIR%%/filter.d/exim.conf +%%ETCDIR%%/filter.d/exim-common.conf +%%ETCDIR%%/filter.d/exim-spam.conf %%ETCDIR%%/filter.d/gssftpd.conf %%ETCDIR%%/filter.d/lighttpd-auth.conf -%%ETCDIR%%/filter.d/lighttpd-fastcgi.conf %%ETCDIR%%/filter.d/mysqld-auth.conf %%ETCDIR%%/filter.d/named-refused.conf +%%ETCDIR%%/filter.d/nginx-http-auth.conf %%ETCDIR%%/filter.d/pam-generic.conf +%%ETCDIR%%/filter.d/perdition.conf %%ETCDIR%%/filter.d/php-url-fopen.conf %%ETCDIR%%/filter.d/postfix.conf +%%ETCDIR%%/filter.d/postfix-sasl.conf %%ETCDIR%%/filter.d/proftpd.conf %%ETCDIR%%/filter.d/pure-ftpd.conf %%ETCDIR%%/filter.d/qmail.conf %%ETCDIR%%/filter.d/recidive.conf %%ETCDIR%%/filter.d/roundcube-auth.conf -%%ETCDIR%%/filter.d/sasl.conf +%%ETCDIR%%/filter.d/selinux-common.conf +%%ETCDIR%%/filter.d/selinux-ssh.conf %%ETCDIR%%/filter.d/sieve.conf %%ETCDIR%%/filter.d/sogo-auth.conf %%ETCDIR%%/filter.d/sshd-ddos.conf %%ETCDIR%%/filter.d/sshd.conf +%%ETCDIR%%/filter.d/suhosin.conf +%%ETCDIR%%/filter.d/uwimap-auth.conf %%ETCDIR%%/filter.d/vsftpd.conf %%ETCDIR%%/filter.d/webmin-auth.conf %%ETCDIR%%/filter.d/wuftpd.conf @@ -147,7 +161,9 @@ bin/fail2ban-client bin/fail2ban-regex bin/fail2ban-server +@dirrmtry %%ETCDIR%%/jail.d @dirrmtry %%ETCDIR%%/filter.d +@dirrmtry %%ETCDIR%%/fail2ban.d @dirrmtry %%ETCDIR%%/action.d @dirrmtry %%ETCDIR%% @dirrm %%PYTHON_SITELIBDIR%%/server >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 14: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 ESMTPS id 3AD17F4C; Sun, 24 Nov 2013 14:40:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1254C23C4; Sun, 24 Nov 2013 14: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 rAOEe7H5002014; Sun, 24 Nov 2013 14: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 rAOEe7i1002013; Sun, 24 Nov 2013 14:40:07 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 14:40:07 GMT Message-Id: <201311241440.rAOEe7i1002013@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184213: [maintainer-update] Update security/py-fail2ban to version 0.1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 14:40:08 -0000 Synopsis: [maintainer-update] Update security/py-fail2ban to version 0.1.11 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 14:40:07 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=184213 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 14:52:30 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 ESMTPS id 2B13BCF; Sun, 24 Nov 2013 14:52:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 024832460; Sun, 24 Nov 2013 14:52: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 rAOEqTZ9005357; Sun, 24 Nov 2013 14:52:29 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOEqTZL005356; Sun, 24 Nov 2013 14:52:29 GMT (envelope-from antoine) Date: Sun, 24 Nov 2013 14:52:29 GMT Message-Id: <201311241452.rAOEqTZL005356@freefall.freebsd.org> To: antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/181058: graphics/epix: Update to version 1.2.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 14:52:30 -0000 Synopsis: graphics/epix: Update to version 1.2.12 Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Sun Nov 24 14:52:11 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=181058 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 15:33: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 ESMTPS id 86F989E0; Sun, 24 Nov 2013 15:33:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DE8125FB; Sun, 24 Nov 2013 15:33: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 rAOFXUY9015291; Sun, 24 Nov 2013 15:33:30 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOFXUKK015290; Sun, 24 Nov 2013 15:33:30 GMT (envelope-from ak) Date: Sun, 24 Nov 2013 15:33:30 GMT Message-Id: <201311241533.rAOFXUKK015290@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/184196: [maintainer-update] sysutils/automounter X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 15:33:30 -0000 Synopsis: [maintainer-update] sysutils/automounter Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Sun Nov 24 15:33:30 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184196 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 15: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 ESMTPS id 3B65CD42 for ; Sun, 24 Nov 2013 15:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D07A2646 for ; Sun, 24 Nov 2013 15: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 rAOFe2js015661 for ; Sun, 24 Nov 2013 15: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 rAOFe2wW015660; Sun, 24 Nov 2013 15:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 15:40:02 GMT Resent-Message-Id: <201311241540.rAOFe2wW015660@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3576BDA for ; Sun, 24 Nov 2013 15:36:27 +0000 (UTC) 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 A24BF260F for ; Sun, 24 Nov 2013 15:36:27 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAOFaPwV010631 for ; Sun, 24 Nov 2013 15:36:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOFaPW8010611; Sun, 24 Nov 2013 15:36:25 GMT (envelope-from nobody) Message-Id: <201311241536.rAOFaPW8010611@oldred.freebsd.org> Date: Sun, 24 Nov 2013 15:36:25 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184215: New port: sysutils/slurm-hpc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 15:40:02 -0000 >Number: 184215 >Category: ports >Synopsis: New port: sysutils/slurm-hpc >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 Nov 24 15:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 10.0-BETA3 >Organization: Acadix Consulting, LLC >Environment: FreeBSD oyster.jbacon.dyndns.org 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 19:43:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: SLURM is an open-source resource manager designed for *nix clusters of all sizes. It provides three key functions. First it allocates exclusive and/or non-exclusive access to resources (computer nodes) to users for some duration of time so they can perform work. Second, it provides a framework for starting, executing, and monitoring work (typically a parallel job) on a set of allocated nodes. Finally, it arbitrates contention for resources by managing a queue of pending work. This PR deprecates PR #177753. >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: # # slurm-hpc # slurm-hpc/files # slurm-hpc/files/slurmctld.in # slurm-hpc/files/patch-src-plugins-select-cons_res-dist_tasks.c # slurm-hpc/files/pkg-message.in # slurm-hpc/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c # slurm-hpc/files/slurm.conf.in # slurm-hpc/files/slurmd.in # slurm-hpc/files/patch-configure # slurm-hpc/files/create-slurm-ids # slurm-hpc/files/patch-src-plugins-task-cgroup-task_cgroup_cpuset.c # slurm-hpc/files/notes # slurm-hpc/distinfo # slurm-hpc/pkg-descr # slurm-hpc/pkg-plist # slurm-hpc/Makefile # echo c - slurm-hpc mkdir -p slurm-hpc > /dev/null 2>&1 echo c - slurm-hpc/files mkdir -p slurm-hpc/files > /dev/null 2>&1 echo x - slurm-hpc/files/slurmctld.in sed 's/^X//' >slurm-hpc/files/slurmctld.in << '2c45851badcb7cca6a03148491b60b1f' X#!/bin/sh X X# PROVIDE: slurmctld X# REQUIRE: DAEMON munge X# BEFORE: LOGIN X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable this service: X# X# slurmctld_enable (bool): Set to NO by default. X# Set it to YES to enable slurmctld. X# X X. /etc/rc.subr X Xname="slurmctld" Xrcvar=slurmctld_enable X Xpidfile=/var/run/$name.pid X Xload_rc_config $name X X: ${slurmctld_enable="NO"} X Xstart_cmd=slurmctld_start Xstop_cmd=slurmctld_stop X Xslurmctld_start() { X checkyesno slurmctld_enable && echo "Starting $name." && \ X %%PREFIX%%/sbin/$name $slurmctld_flags X} X Xslurmctld_stop() { X if [ -e $pidfile ]; then X checkyesno slurmctld_enable && echo "Stopping $name." && \ X kill `cat $pidfile` X else X killall $name X fi X} X Xrun_rc_command "$1" 2c45851badcb7cca6a03148491b60b1f echo x - slurm-hpc/files/patch-src-plugins-select-cons_res-dist_tasks.c sed 's/^X//' >slurm-hpc/files/patch-src-plugins-select-cons_res-dist_tasks.c << 'd7d900875b8116d5dd0b1419f12fd534' X--- src/plugins/select/cons_res/dist_tasks.c.orig 2013-09-10 16:44:33.000000000 -0500 X+++ src/plugins/select/cons_res/dist_tasks.c 2013-11-14 10:23:02.000000000 -0600 X@@ -271,6 +271,30 @@ X return SLURM_SUCCESS; X } X X+// These were nested below, which is not legal in standard C X+ X+ /* qsort compare function for ascending int list */ X+ int _cmp_int_ascend (const void *a, const void *b) X+ { X+ return (*(int*)a - *(int*)b); X+ } X+ X+ /* qsort compare function for descending int list */ X+ int _cmp_int_descend (const void *a, const void *b) X+ { X+ return (*(int*)b - *(int*)a); X+ } X+ X+ int* sockets_cpu_cnt; X+ X+ /* qsort compare function for board combination socket X+ * list */ X+ int _cmp_sock (const void *a, const void *b) X+ { X+ return (sockets_cpu_cnt[*(int*)b] - X+ sockets_cpu_cnt[*(int*)a]); X+ } X+ X /* sync up core bitmap with new CPU count using a best-fit approach X * on the available resources on each node X * X@@ -298,7 +322,6 @@ X int elig_idx, comb_brd_idx, sock_list_idx, comb_min, board_num; X int* boards_cpu_cnt; X int* sort_brds_cpu_cnt; X- int* sockets_cpu_cnt; X int* board_combs; X int* socket_list; X int* elig_brd_combs; X@@ -316,26 +339,6 @@ X uint64_t ncomb_brd; X bool sufficient,best_fit_sufficient; X X- /* qsort compare function for ascending int list */ X- int _cmp_int_ascend (const void *a, const void *b) X- { X- return (*(int*)a - *(int*)b); X- } X- X- /* qsort compare function for descending int list */ X- int _cmp_int_descend (const void *a, const void *b) X- { X- return (*(int*)b - *(int*)a); X- } X- X- /* qsort compare function for board combination socket X- * list */ X- int _cmp_sock (const void *a, const void *b) X- { X- return (sockets_cpu_cnt[*(int*)b] - X- sockets_cpu_cnt[*(int*)a]); X- } X- X if (!job_res) X return; X d7d900875b8116d5dd0b1419f12fd534 echo x - slurm-hpc/files/pkg-message.in sed 's/^X//' >slurm-hpc/files/pkg-message.in << '42d444fc9057b21bae9a49c5610cbed2' X X------------------------------------------------------------- XA sample configuration file is provided in X X %%EXAMPLESDIR%%/slurm.conf X XA similar file must be installed in X X %%PREFIX%%/etc X Xon the controller node in order for slurmctld to function. X------------------------------------------------------------- X 42d444fc9057b21bae9a49c5610cbed2 echo x - slurm-hpc/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c sed 's/^X//' >slurm-hpc/files/patch-src-plugins-acct_gather_filesystem-lustre-acct_gather_filesystem_lustre.c << '7f9a2e867c694ef5df6c7d9efeb0c525' X--- src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c.orig 2013-09-10 16:44:33.000000000 -0500 X+++ src/plugins/acct_gather_filesystem/lustre/acct_gather_filesystem_lustre.c 2013-11-14 10:23:02.000000000 -0600 X@@ -49,6 +49,8 @@ X #include X #include X X+#include X+ X X #include "src/common/slurm_xlator.h" X #include "src/common/slurm_acct_gather_filesystem.h" 7f9a2e867c694ef5df6c7d9efeb0c525 echo x - slurm-hpc/files/slurm.conf.in sed 's/^X//' >slurm-hpc/files/slurm.conf.in << 'f872d32fb2423ea2cbe3f17d86cbf3b3' X# slurm.conf file generated by configurator.html. X# Put this file on all nodes of your cluster. X# See the slurm.conf man page for more information. X# XControlMachine=%%CONTROL_MACHINE%% X#ControlAddr= X#BackupController=%%BACKUP_CONTROL_MACHINE%% X#BackupAddr= X# XAuthType=auth/munge XCacheGroups=0 X#CheckpointType=checkpoint/none XCryptoType=crypto/munge X#DisableRootJobs=NO X#EnforcePartLimits=NO X#Epilog= X#EpilogSlurmctld= X#FirstJobId=1 X#MaxJobId=999999 X#GresTypes= X#GroupUpdateForce=0 X#GroupUpdateTime=600 X#JobCheckpointDir=/var/slurm/checkpoint X#JobCredentialPrivateKey= X#JobCredentialPublicCertificate= X#JobFileAppend=0 X#JobRequeue=1 X#JobSubmitPlugins=1 X#KillOnBadExit=0 X#LaunchType=launch/slurm X#Licenses=foo*4,bar XMailProg=/usr/bin/mail X#MaxJobCount=5000 X#MaxStepCount=40000 X#MaxTasksPerNode=128 XMpiDefault=none X#MpiParams=ports=#-# X#PluginDir= X#PlugStackConfig= X#PrivateData=jobs XProctrackType=proctrack/pgid X#Prolog= X#PrologSlurmctld= X#PropagatePrioProcess=0 X#PropagateResourceLimits= X# Prevent head node limits from being applied to jobs! XPropagateResourceLimitsExcept=ALL X#RebootProgram= XReturnToService=1 X#SallocDefaultCommand= XSlurmctldPidFile=/var/run/slurmctld.pid XSlurmctldPort=6817 XSlurmdPidFile=/var/run/slurmd.pid XSlurmdPort=6818 XSlurmdSpoolDir=/var/spool/slurmd XSlurmUser=slurm X#SlurmdUser=root X#SrunEpilog= X#SrunProlog= XStateSaveLocation=/home/slurm/slurmctld XSwitchType=switch/none X#TaskEpilog= XTaskPlugin=task/none X#TaskPluginParam= X#TaskProlog= X#TopologyPlugin=topology/tree X#TmpFs=/tmp X#TrackWCKey=no X#TreeWidth= X#UnkillableStepProgram= X#UsePAM=0 X# X# X# TIMERS X#BatchStartTimeout=10 X#CompleteWait=0 X#EpilogMsgTime=2000 X#GetEnvTimeout=2 X#HealthCheckInterval=0 X#HealthCheckProgram= XInactiveLimit=0 XKillWait=30 X#MessageTimeout=10 X#ResvOverRun=0 XMinJobAge=300 X#OverTimeLimit=0 XSlurmctldTimeout=120 XSlurmdTimeout=300 X#UnkillableStepTimeout=60 X#VSizeFactor=0 XWaittime=0 X# X# X# SCHEDULING X#DefMemPerCPU=0 XFastSchedule=1 X#MaxMemPerCPU=0 X#SchedulerRootFilter=1 X#SchedulerTimeSlice=30 XSchedulerType=sched/backfill XSchedulerPort=7321 XSelectType=select/cons_res X#SelectTypeParameters= X# X# X# JOB PRIORITY X#PriorityType=priority/basic X#PriorityDecayHalfLife= X#PriorityCalcPeriod= X#PriorityFavorSmall= X#PriorityMaxAge= X#PriorityUsageResetPeriod= X#PriorityWeightAge= X#PriorityWeightFairshare= X#PriorityWeightJobSize= X#PriorityWeightPartition= X#PriorityWeightQOS= X# X# X# LOGGING AND ACCOUNTING X#AccountingStorageEnforce=0 X#AccountingStorageHost= X#AccountingStorageLoc= X#AccountingStoragePass= X#AccountingStoragePort= XAccountingStorageType=accounting_storage/none X#AccountingStorageUser= XAccountingStoreJobComment=YES XClusterName=cluster X#DebugFlags= X#JobCompHost= X#JobCompLoc= X#JobCompPass= X#JobCompPort= XJobCompType=jobcomp/none X#JobCompUser= XJobAcctGatherFrequency=30 XJobAcctGatherType=jobacct_gather/none XSlurmctldDebug=5 XSlurmctldLogFile=/var/log/slurmctld XSlurmdDebug=5 XSlurmdLogFile=/var/log/slurmd X#SlurmSchedLogFile= X#SlurmSchedLogLevel= X# X# X# POWER SAVE SUPPORT FOR IDLE NODES (optional) X#SuspendProgram= X#ResumeProgram= X#SuspendTimeout= X#ResumeTimeout= X#ResumeRate= X#SuspendExcNodes= X#SuspendExcParts= X#SuspendRate= X#SuspendTime= X# X# X# COMPUTE NODES X X############################################################################# X# Note: Using CPUs=2 or Sockets=2 causes slurmctld to seg fault on FreeBSD. X# Use Sockets=1, CoresPerSocket=total-cores-in-node, and X# ThreadsPerCore=N, even if your motherboard has more than 1 socket. X# This issue is related to get_cpuinfo() and is being investigated. X############################################################################# X XNodeName=compute-[001-002] Sockets=1 CoresPerSocket=1 ThreadsPerCore=1 State=UNKNOWN XPartitionName=default-partition Nodes=compute-[001-002] Default=YES MaxTime=INFINITE State=UP f872d32fb2423ea2cbe3f17d86cbf3b3 echo x - slurm-hpc/files/slurmd.in sed 's/^X//' >slurm-hpc/files/slurmd.in << 'dcff7b0b1135795c214d0f35afb19378' X#!/bin/sh X X# PROVIDE: slurmd X# REQUIRE: DAEMON munge X# BEFORE: LOGIN X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable this service: X# X# slurmd_enable (bool): Set to NO by default. X# Set it to YES to enable slurmd. X# X X. /etc/rc.subr X Xname="slurmd" Xrcvar=slurmd_enable X Xpidfile=/var/run/$name.pid X Xload_rc_config $name X X: ${slurmd_enable="NO"} X Xstart_cmd=slurmd_start Xstop_cmd=slurmd_stop X Xslurmd_start() { X checkyesno slurmd_enable && echo "Starting $name." && \ X %%PREFIX%%/sbin/$name $slurmd_flags X} X Xslurmd_stop() { X if [ -e $pidfile ]; then X checkyesno slurmd_enable && echo "Stopping $name." && \ X kill `cat $pidfile` X else X killall $name X fi X} X Xrun_rc_command "$1" dcff7b0b1135795c214d0f35afb19378 echo x - slurm-hpc/files/patch-configure sed 's/^X//' >slurm-hpc/files/patch-configure << '91713a9568cb1034c0ad785632cfe5e5' X--- configure.orig 2013-09-10 16:44:33.000000000 -0500 X+++ configure 2013-11-14 10:23:02.000000000 -0600 X@@ -21594,12 +21594,9 @@ X main () X { X X- int main() X- { X MYSQL mysql; X (void) mysql_init(&mysql); X (void) mysql_close(&mysql); X- } X X ; X return 0; X@@ -21636,12 +21633,9 @@ X main () X { X X- int main() X- { X MYSQL mysql; X (void) mysql_init(&mysql); X (void) mysql_close(&mysql); X- } X X ; X return 0; X@@ -21803,12 +21797,9 @@ X main () X { X X- int main() X- { X PGconn *conn; X conn = PQconnectdb("dbname = postgres"); X (void) PQfinish(conn); X- } X X ; X return 0; 91713a9568cb1034c0ad785632cfe5e5 echo x - slurm-hpc/files/create-slurm-ids sed 's/^X//' >slurm-hpc/files/create-slurm-ids << 'a03f49bd70f21a29234a4f8624d08fb3' X#!/bin/sh -e X Xusage() X{ X printf "Usage: $0 head|compute\n" X exit 1 X} X X Xpause() X{ X local junk X X printf 'Press return to continue...' X read junk X} X X X# Make sure slurm UID and GID are registered Xuids='/usr/ports/UIDs' Xif ! fgrep -q slurm $uids; then X awk -F ':' ' X { X if ( $1 == "_bbstored" ) X { X print "slurm:*:467:467::0:0:SLURM Daemon:/home/slurm:/usr/sbin/nologin"; X print $0; X } X else X { X print $0; X } X }' $uids > $uids.new X if [ ! -e $uids.orig ]; then X cp $uids $uids.orig X fi X mv $uids.new $uids Xfi X Xgids='/usr/ports/GIDs' Xif ! fgrep -q slurm $gids; then X awk -F ':' ' X { X if ( $1 == "_bbstored" ) X { X print "slurm:*:467:" X print $0; X } X else X { X print $0; X } X }' $gids > $gids.new X if [ ! -e $gids.orig ]; then X cp $gids $gids.orig X fi X mv $gids.new $gids Xfi a03f49bd70f21a29234a4f8624d08fb3 echo x - slurm-hpc/files/patch-src-plugins-task-cgroup-task_cgroup_cpuset.c sed 's/^X//' >slurm-hpc/files/patch-src-plugins-task-cgroup-task_cgroup_cpuset.c << '1a5ac400e8ddb0b464ce32d022851781' X--- src/plugins/task/cgroup/task_cgroup_cpuset.c.orig 2013-11-14 10:56:33.000000000 -0600 X+++ src/plugins/task/cgroup/task_cgroup_cpuset.c 2013-11-14 11:10:51.000000000 -0600 X@@ -59,7 +59,12 @@ X X #ifdef HAVE_HWLOC X #include X+#if !defined(__FreeBSD__) X #include X+#else X+// For cpuset X+#include X+#endif X X # if HWLOC_API_VERSION <= 0x00010000 X /* After this version the cpuset structure and all it's functions X@@ -714,7 +719,7 @@ X hwloc_obj_type_t req_hwtype; X X size_t tssize; X- cpu_set_t ts; X+ cpuset_t ts; X X bind_type = job->cpu_bind_type ; X if (conf->task_plugin_param & CPU_BIND_VERBOSE || X@@ -900,7 +905,7 @@ X X hwloc_bitmap_asprintf(&str, cpuset); X X- tssize = sizeof(cpu_set_t); X+ tssize = sizeof(cpuset_t); X if (hwloc_cpuset_to_glibc_sched_affinity(topology,cpuset, X &ts,tssize) == 0) { X fstatus = SLURM_SUCCESS; 1a5ac400e8ddb0b464ce32d022851781 echo x - slurm-hpc/files/notes sed 's/^X//' >slurm-hpc/files/notes << 'bda313c920df0343bfb4900c39e2430c' X# slurmctld default port = 6817 X# slurmd default port = 6818 X# wiki/wiki2 default port = 7321 X# OPTIONS mysql, totalview, padb, hostlist, qsnetlibs+libelanhosts X# io-watchdog, pam-slurm, sqlog X# Install munge.key to all nodes and start munge daemons before slurm X# Create SlurmUser (Unix: slurm) X# Use doc/html/configurator.html to generate slurm.conf X# install into sysconfdir X# start slurm daemons bda313c920df0343bfb4900c39e2430c echo x - slurm-hpc/distinfo sed 's/^X//' >slurm-hpc/distinfo << '7e810ca4e4f23933791dc71e1a24e449' XSHA256 (slurm-2.6.4.tar.bz2) = f44a9a80c502dba9809127dc2a04069fd7c87d6b1e10824fe254b2077f9adac8 XSIZE (slurm-2.6.4.tar.bz2) = 5954130 7e810ca4e4f23933791dc71e1a24e449 echo x - slurm-hpc/pkg-descr sed 's/^X//' >slurm-hpc/pkg-descr << '9aeed98a021341e3e00b2793d52ec24e' XSLURM is an open-source resource manager designed for *nix clusters of all Xsizes. It provides three key functions. First it allocates exclusive and/or Xnon-exclusive access to resources (computer nodes) to users for some duration Xof time so they can perform work. Second, it provides a framework for starting, Xexecuting, and monitoring work (typically a parallel job) on a set of allocated Xnodes. Finally, it arbitrates contention for resources by managing a queue of Xpending work. X XWWW: https://computing.llnl.gov/linux/slurm/ 9aeed98a021341e3e00b2793d52ec24e echo x - slurm-hpc/pkg-plist sed 's/^X//' >slurm-hpc/pkg-plist << 'af6408067df11c45079e13e3444c6abf' X@comment Generated by sysutils/genplist Xbin/sacct Xbin/sacctmgr Xbin/salloc Xbin/sattach Xbin/sbatch Xbin/sbcast Xbin/scancel Xbin/scontrol Xbin/sdiag Xbin/sh5util Xbin/sinfo Xbin/smap Xbin/sprio Xbin/squeue Xbin/sreport Xbin/srun Xbin/sshare Xbin/sstat Xbin/strigger Xinclude/slurm/pmi.h Xinclude/slurm/slurm.h Xinclude/slurm/slurm_errno.h Xinclude/slurm/slurmdb.h Xinclude/slurm/spank.h Xlib/libpmi.a Xlib/libpmi.la Xlib/libpmi.so Xlib/libpmi.so.0 Xlib/libslurm.a Xlib/libslurm.la Xlib/libslurm.so Xlib/libslurm.so.26 Xlib/libslurmdb.a Xlib/libslurmdb.la Xlib/libslurmdb.so Xlib/libslurmdb.so.26 Xlib/slurm/accounting_storage_filetxt.a Xlib/slurm/accounting_storage_filetxt.la Xlib/slurm/accounting_storage_filetxt.so Xlib/slurm/accounting_storage_none.a Xlib/slurm/accounting_storage_none.la Xlib/slurm/accounting_storage_none.so Xlib/slurm/accounting_storage_slurmdbd.a Xlib/slurm/accounting_storage_slurmdbd.la Xlib/slurm/accounting_storage_slurmdbd.so Xlib/slurm/acct_gather_energy_none.a Xlib/slurm/acct_gather_energy_none.la Xlib/slurm/acct_gather_energy_none.so Xlib/slurm/acct_gather_energy_rapl.a Xlib/slurm/acct_gather_energy_rapl.la Xlib/slurm/acct_gather_energy_rapl.so Xlib/slurm/acct_gather_filesystem_lustre.a Xlib/slurm/acct_gather_filesystem_lustre.la Xlib/slurm/acct_gather_filesystem_lustre.so Xlib/slurm/acct_gather_filesystem_none.a Xlib/slurm/acct_gather_filesystem_none.la Xlib/slurm/acct_gather_filesystem_none.so Xlib/slurm/acct_gather_infiniband_none.a Xlib/slurm/acct_gather_infiniband_none.la Xlib/slurm/acct_gather_infiniband_none.so Xlib/slurm/acct_gather_profile_hdf5.a Xlib/slurm/acct_gather_profile_hdf5.la Xlib/slurm/acct_gather_profile_hdf5.so Xlib/slurm/acct_gather_profile_none.a Xlib/slurm/acct_gather_profile_none.la Xlib/slurm/acct_gather_profile_none.so Xlib/slurm/auth_munge.a Xlib/slurm/auth_munge.la Xlib/slurm/auth_munge.so Xlib/slurm/auth_none.a Xlib/slurm/auth_none.la Xlib/slurm/auth_none.so Xlib/slurm/checkpoint_none.a Xlib/slurm/checkpoint_none.la Xlib/slurm/checkpoint_none.so Xlib/slurm/checkpoint_ompi.a Xlib/slurm/checkpoint_ompi.la Xlib/slurm/checkpoint_ompi.so Xlib/slurm/crypto_munge.a Xlib/slurm/crypto_munge.la Xlib/slurm/crypto_munge.so Xlib/slurm/crypto_openssl.a Xlib/slurm/crypto_openssl.la Xlib/slurm/crypto_openssl.so Xlib/slurm/ext_sensors_none.a Xlib/slurm/ext_sensors_none.la Xlib/slurm/ext_sensors_none.so Xlib/slurm/ext_sensors_rrd.a Xlib/slurm/ext_sensors_rrd.la Xlib/slurm/ext_sensors_rrd.so Xlib/slurm/gres_gpu.a Xlib/slurm/gres_gpu.la Xlib/slurm/gres_gpu.so Xlib/slurm/gres_mic.a Xlib/slurm/gres_mic.la Xlib/slurm/gres_mic.so Xlib/slurm/gres_nic.a Xlib/slurm/gres_nic.la Xlib/slurm/gres_nic.so Xlib/slurm/job_submit_all_partitions.a Xlib/slurm/job_submit_all_partitions.la Xlib/slurm/job_submit_all_partitions.so Xlib/slurm/job_submit_cnode.a Xlib/slurm/job_submit_cnode.la Xlib/slurm/job_submit_cnode.so Xlib/slurm/job_submit_defaults.a Xlib/slurm/job_submit_defaults.la Xlib/slurm/job_submit_defaults.so Xlib/slurm/job_submit_logging.a Xlib/slurm/job_submit_logging.la Xlib/slurm/job_submit_logging.so Xlib/slurm/job_submit_partition.a Xlib/slurm/job_submit_partition.la Xlib/slurm/job_submit_partition.so Xlib/slurm/job_submit_pbs.a Xlib/slurm/job_submit_pbs.la Xlib/slurm/job_submit_pbs.so Xlib/slurm/job_submit_require_timelimit.a Xlib/slurm/job_submit_require_timelimit.la Xlib/slurm/job_submit_require_timelimit.so Xlib/slurm/jobacct_gather_aix.a Xlib/slurm/jobacct_gather_aix.la Xlib/slurm/jobacct_gather_aix.so Xlib/slurm/jobacct_gather_cgroup.a Xlib/slurm/jobacct_gather_cgroup.la Xlib/slurm/jobacct_gather_cgroup.so Xlib/slurm/jobacct_gather_linux.a Xlib/slurm/jobacct_gather_linux.la Xlib/slurm/jobacct_gather_linux.so Xlib/slurm/jobacct_gather_none.a Xlib/slurm/jobacct_gather_none.la Xlib/slurm/jobacct_gather_none.so Xlib/slurm/jobcomp_filetxt.a Xlib/slurm/jobcomp_filetxt.la Xlib/slurm/jobcomp_filetxt.so Xlib/slurm/jobcomp_none.a Xlib/slurm/jobcomp_none.la Xlib/slurm/jobcomp_none.so Xlib/slurm/jobcomp_script.a Xlib/slurm/jobcomp_script.la Xlib/slurm/jobcomp_script.so Xlib/slurm/launch_slurm.a Xlib/slurm/launch_slurm.la Xlib/slurm/launch_slurm.so Xlib/slurm/mpi_lam.a Xlib/slurm/mpi_lam.la Xlib/slurm/mpi_lam.so Xlib/slurm/mpi_mpich1_p4.a Xlib/slurm/mpi_mpich1_p4.la Xlib/slurm/mpi_mpich1_p4.so Xlib/slurm/mpi_mpich1_shmem.a Xlib/slurm/mpi_mpich1_shmem.la Xlib/slurm/mpi_mpich1_shmem.so Xlib/slurm/mpi_mpichgm.a Xlib/slurm/mpi_mpichgm.la Xlib/slurm/mpi_mpichgm.so Xlib/slurm/mpi_mpichmx.a Xlib/slurm/mpi_mpichmx.la Xlib/slurm/mpi_mpichmx.so Xlib/slurm/mpi_mvapich.a Xlib/slurm/mpi_mvapich.la Xlib/slurm/mpi_mvapich.so Xlib/slurm/mpi_none.a Xlib/slurm/mpi_none.la Xlib/slurm/mpi_none.so Xlib/slurm/mpi_openmpi.a Xlib/slurm/mpi_openmpi.la Xlib/slurm/mpi_openmpi.so Xlib/slurm/mpi_pmi2.a Xlib/slurm/mpi_pmi2.la Xlib/slurm/mpi_pmi2.so Xlib/slurm/preempt_none.a Xlib/slurm/preempt_none.la Xlib/slurm/preempt_none.so Xlib/slurm/preempt_partition_prio.a Xlib/slurm/preempt_partition_prio.la Xlib/slurm/preempt_partition_prio.so Xlib/slurm/preempt_qos.a Xlib/slurm/preempt_qos.la Xlib/slurm/preempt_qos.so Xlib/slurm/priority_basic.a Xlib/slurm/priority_basic.la Xlib/slurm/priority_basic.so Xlib/slurm/priority_multifactor.a Xlib/slurm/priority_multifactor.la Xlib/slurm/priority_multifactor.so Xlib/slurm/proctrack_cgroup.a Xlib/slurm/proctrack_cgroup.la Xlib/slurm/proctrack_cgroup.so Xlib/slurm/proctrack_linuxproc.a Xlib/slurm/proctrack_linuxproc.la Xlib/slurm/proctrack_linuxproc.so Xlib/slurm/proctrack_pgid.a Xlib/slurm/proctrack_pgid.la Xlib/slurm/proctrack_pgid.so Xlib/slurm/sched_backfill.a Xlib/slurm/sched_backfill.la Xlib/slurm/sched_backfill.so Xlib/slurm/sched_builtin.a Xlib/slurm/sched_builtin.la Xlib/slurm/sched_builtin.so Xlib/slurm/sched_hold.a Xlib/slurm/sched_hold.la Xlib/slurm/sched_hold.so Xlib/slurm/sched_wiki.a Xlib/slurm/sched_wiki.la Xlib/slurm/sched_wiki.so Xlib/slurm/sched_wiki2.a Xlib/slurm/sched_wiki2.la Xlib/slurm/sched_wiki2.so Xlib/slurm/select_cons_res.a Xlib/slurm/select_cons_res.la Xlib/slurm/select_cons_res.so Xlib/slurm/select_cray.a Xlib/slurm/select_cray.la Xlib/slurm/select_cray.so Xlib/slurm/select_linear.a Xlib/slurm/select_linear.la Xlib/slurm/select_linear.so Xlib/slurm/select_serial.a Xlib/slurm/select_serial.la Xlib/slurm/select_serial.so Xlib/slurm/spank_pbs.a Xlib/slurm/spank_pbs.la Xlib/slurm/spank_pbs.so Xlib/slurm/src/sattach/sattach.wrapper.c Xlib/slurm/src/srun/srun.wrapper.c Xlib/slurm/switch_none.a Xlib/slurm/switch_none.la Xlib/slurm/switch_none.so Xlib/slurm/task_cgroup.a Xlib/slurm/task_cgroup.la Xlib/slurm/task_cgroup.so Xlib/slurm/task_none.a Xlib/slurm/task_none.la Xlib/slurm/task_none.so Xlib/slurm/topology_3d_torus.a Xlib/slurm/topology_3d_torus.la Xlib/slurm/topology_3d_torus.so Xlib/slurm/topology_node_rank.a Xlib/slurm/topology_node_rank.la Xlib/slurm/topology_node_rank.so Xlib/slurm/topology_none.a Xlib/slurm/topology_none.la Xlib/slurm/topology_none.so Xlib/slurm/topology_tree.a Xlib/slurm/topology_tree.la Xlib/slurm/topology_tree.so Xsbin/slurmctld Xsbin/slurmd Xsbin/slurmdbd Xsbin/slurmstepd X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/Slurm_Entity.pdf X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/Slurm_Individual.pdf X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/accounting.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/accounting_storageplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/acct_gather_energy_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/acct_gather_profile_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/add.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/allocation_pies.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/api.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/arch.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/authplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/big_sys.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/bluegene.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/bull.jpg X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cgroups.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/checkpoint_blcr.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/checkpoint_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/coding_style.pdf X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/configurator.easy.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/configurator.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cons_res.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cons_res_share.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/contributor.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cpu_management.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/cray.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/crypto_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/disclaimer.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/dist_plane.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/documentation.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/download.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/dynalloc.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/elastic_computing.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/entities.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/example_usage.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/ext_sensorsplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/faq.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/gang_scheduling.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/gres.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/gres_design.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/gres_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/hdf5_job_outline.png X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/hdf5_profile_user_guide.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/hdf5_task_attr.png X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/help.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/high_throughput.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/ibm-pe.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/ibm.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/ibm_pe_fig1.png X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/ibm_pe_fig2.png X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/job_array.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/job_exit_code.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/job_launch.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/job_submit_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/jobacct_gatherplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/jobcompplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/launch_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/linuxstyles.css X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/lll.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/mail.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/man_index.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/maui.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/mc_support.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/mc_support.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/meetings.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/moab.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/mpi_guide.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/mpiplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/multi_cluster.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/news.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/overview.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/plane_ex1.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/plane_ex2.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/plane_ex3.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/plane_ex4.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/plane_ex5.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/plane_ex6.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/plane_ex7.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/platforms.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/power_save.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/preempt.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/preemption_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/priority_multifactor.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/priority_multifactor2.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/priority_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/proctrack_plugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/programmer_guide.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/prolog_epilog.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/publications.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/qos.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/quickstart.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/quickstart_admin.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/reservations.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/resource_limits.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/rosetta.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/schedmd.png X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/schedplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/select_design.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/selectplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/slurm.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/slurm_design.pdf X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/slurm_logo.png X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/slurm_ug_agenda.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/slurm_ug_cfp.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/slurm_ug_registration.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/slurmctld_plugstack.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/slurmstyles.css X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/sponsors.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/sun_const.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/switchplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/taskplugins.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/team.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/testimonials.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/topo_ex1.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/topo_ex2.gif X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/topology.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/topology_plugin.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/troubleshoot.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/tutorial_intro_files.tar X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/tutorials.html X%%PORTDOCS%%%%DOCSDIR%%-2.6.4/html/usage_pies.gif X%%PORTEXAMPLES%%%%EXAMPLESDIR%%/slurm.conf X%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%%-2.6.4/html X%%PORTDOCS%%@dirrm %%DOCSDIR%%-2.6.4 X@dirrm lib/slurm/src/srun X@dirrm lib/slurm/src/sattach X@dirrm lib/slurm/src X@dirrm lib/slurm X@dirrm include/slurm af6408067df11c45079e13e3444c6abf echo x - slurm-hpc/Makefile sed 's/^X//' >slurm-hpc/Makefile << '768d540eab22269b21ae1ef2d092e014' X# Created by: Jason Bacon X# $FreeBSD$ X XPORTNAME= slurm XPORTVERSION= 2.6.4 XCATEGORIES= sysutils XMASTER_SITES= http://www.schedmd.com/download/archive/ \ X http://www.schedmd.com/download/latest/ \ X http://www.schedmd.com/download/development/ X XMAINTAINER= jwbacon@tds.net XCOMMENT= Simple Linux Utility for Resource Management X XLICENSE= GPLv1 X XLIB_DEPENDS= sysinfo:${PORTSDIR}/devel/libsysinfo \ X hwloc:${PORTSDIR}/devel/hwloc \ X munge:${PORTSDIR}/security/munge \ X rrd:${PORTSDIR}/databases/rrdtool X# Testing for hdf5.so is insufficient. It will accept hdf5 1.6 and X# slurm requires hdf5 1.8. h5copy is present only in 1.8. XBUILD_DEPENDS+= ${LOCALBASE}/bin/h5copy:${PORTSDIR}/science/hdf5-18 XRUN_DEPENDS+= ${BUILD_DEPENDS} X X# This is a new and complex port. Allow debugging. XSTRIP_CMD= # NONE X XUSE_BZIP2= yes XUSE_LDCONFIG= yes XGNU_CONFIGURE= yes XUSE_PYTHON= yes XUSES= perl5 gmake X XOPTIONS_DEFINE= MYSQL PGSQL GUI XOPTIONS_DEFAULT="" XMYSQL_DESC= Build with MYSQL accounting support XPGSQL_DESC= Build with POSTGRESQL accounting support XGUI_DESC= Build GUI config tools (requires GTK2) X X.include X X.if ${PORT_OPTIONS:MMYSQL} XUSE_MYSQL= yes # Job accounting XPLIST_FILES+= lib/slurm/accounting_storage_mysql.a \ X lib/slurm/accounting_storage_mysql.la \ X lib/slurm/accounting_storage_mysql.so \ X lib/slurm/jobcomp_mysql.a \ X lib/slurm/jobcomp_mysql.la \ X lib/slurm/jobcomp_mysql.so X.else X# Can't disable configure test, so make it fail XCONFIGURE_ARGS+=--with-mysql_config=/nomysql X.endif X X.if ${PORT_OPTIONS:MPGSQL} XUSE_PGSQL= yes # Job accounting XPLIST_FILES+= lib/slurm/accounting_storage_pgsql.a \ X lib/slurm/accounting_storage_pgsql.la \ X lib/slurm/accounting_storage_pgsql.so \ X lib/slurm/jobcomp_pgsql.a \ X lib/slurm/jobcomp_pgsql.la \ X lib/slurm/jobcomp_pgsql.so X.else X# Can't disable configure test, so make it fail XCONFIGURE_ARGS+=--with-pg_config=/nopostgres X.endif X X.if ${PORT_OPTIONS:MGUI} X# Note: Configure could not find pcre when building with no ports X# preinstalled on 9.1-RELEASE. Worked fine on second try. XUSE_GNOME= glib20 gtk20 # sview XPLIST_FILES+= bin/sview X.else X# Can't disable configure test, so make it fail Xpost-patch: X ${REINPLACE_CMD} -e 's|min_gtk_version=2.7.1|min_gtk_version=200.7.1|' \ X ${WRKSRC}/configure X.endif X X# This is a new and complex port. Allow debugging. XCFLAGS+= -I${LOCALBASE}/include -g -O1 XLDFLAGS+= -L${LOCALBASE}/lib -lsysinfo -lkvm X XSUB_FILES+= slurm.conf pkg-message X XUSERS= slurm XGROUPS= ${USERS} X XUSE_RC_SUBR= slurmctld slurmd X XMAN1= \ X sacct.1 \ X sacctmgr.1 \ X salloc.1 \ X sattach.1 \ X sbatch.1 \ X sbcast.1 \ X scancel.1 \ X scontrol.1 \ X sdiag.1 \ X sinfo.1 \ X slurm.1 \ X smap.1 \ X sprio.1 \ X squeue.1 \ X sreport.1 \ X srun.1 \ X srun_cr.1 \ X sshare.1 \ X sstat.1 \ X strigger.1 \ X sview.1 \ X sh5util.1 X XMAN3= \ X slurm_allocate_resources.3 \ X slurm_allocate_resources_blocking.3 \ X slurm_allocation_lookup.3 \ X slurm_allocation_lookup_lite.3 \ X slurm_allocation_msg_thr_create.3 \ X slurm_allocation_msg_thr_destroy.3 \ X slurm_api_version.3 \ X slurm_checkpoint.3 \ X slurm_checkpoint_able.3 \ X slurm_checkpoint_complete.3 \ X slurm_checkpoint_create.3 \ X slurm_checkpoint_disable.3 \ X slurm_checkpoint_enable.3 \ X slurm_checkpoint_error.3 \ X slurm_checkpoint_failed.3 \ X slurm_checkpoint_restart.3 \ X slurm_checkpoint_task_complete.3 \ X slurm_checkpoint_tasks.3 \ X slurm_checkpoint_vacate.3 \ X slurm_clear_trigger.3 \ X slurm_complete_job.3 \ X slurm_confirm_allocation.3 \ X slurm_create_partition.3 \ X slurm_create_reservation.3 \ X slurm_delete_partition.3 \ X slurm_delete_reservation.3 \ X slurm_free_ctl_conf.3 \ X slurm_free_front_end_info_msg.3 \ X slurm_free_job_alloc_info_response_msg.3 \ X slurm_free_job_info_msg.3 \ X slurm_free_job_step_create_response_msg.3 \ X slurm_free_job_step_info_response_msg.3 \ X slurm_free_node_info.3 \ X slurm_free_node_info_msg.3 \ X slurm_free_partition_info.3 \ X slurm_free_partition_info_msg.3 \ X slurm_free_reservation_info_msg.3 \ X slurm_free_resource_allocation_response_msg.3 \ X slurm_free_slurmd_status.3 \ X slurm_free_submit_response_response_msg.3 \ X slurm_free_trigger_msg.3 \ X slurm_get_end_time.3 \ X slurm_get_errno.3 \ X slurm_get_job_steps.3 \ X slurm_get_rem_time.3 \ X slurm_get_select_jobinfo.3 \ X slurm_get_triggers.3 \ X slurm_hostlist_create.3 \ X slurm_hostlist_destroy.3 \ X slurm_hostlist_shift.3 \ X slurm_init_job_desc_msg.3 \ X slurm_init_part_desc_msg.3 \ X slurm_init_resv_desc_msg.3 \ X slurm_init_trigger_msg.3 \ X slurm_init_update_front_end_msg.3 \ X slurm_init_update_node_msg.3 \ X slurm_init_update_step_msg.3 \ X slurm_job_cpus_allocated_on_node.3 \ X slurm_job_cpus_allocated_on_node_id.3 \ X slurm_job_step_create.3 \ X slurm_job_step_launch_t_init.3 \ X slurm_job_step_layout_free.3 \ X slurm_job_step_layout_get.3 \ X slurm_job_will_run.3 \ X slurm_jobinfo_ctx_get.3 \ X slurm_kill_job.3 \ X slurm_kill_job_step.3 \ X slurm_load_ctl_conf.3 \ X slurm_load_front_end.3 \ X slurm_load_job.3 \ X slurm_load_job_user.3 \ X slurm_load_jobs.3 \ X slurm_load_node.3 \ X slurm_load_node_single.3 \ X slurm_load_partitions.3 \ X slurm_load_reservations.3 \ X slurm_load_slurmd_status.3 \ X slurm_notify_job.3 \ X slurm_perror.3 \ X slurm_pid2jobid.3 \ X slurm_ping.3 \ X slurm_print_ctl_conf.3 \ X slurm_print_front_end_info_msg.3 \ X slurm_print_front_end_table.3 \ X slurm_print_job_info.3 \ X slurm_print_job_info_msg.3 \ X slurm_print_job_step_info.3 \ X slurm_print_job_step_info_msg.3 \ X slurm_print_node_info_msg.3 \ X slurm_print_node_table.3 \ X slurm_print_partition_info.3 \ X slurm_print_partition_info_msg.3 \ X slurm_print_reservation_info.3 \ X slurm_print_reservation_info_msg.3 \ X slurm_print_slurmd_status.3 \ X slurm_read_hostfile.3 \ X slurm_reconfigure.3 \ X slurm_requeue.3 \ X slurm_resume.3 \ X slurm_set_debug_level.3 \ X slurm_set_trigger.3 \ X slurm_shutdown.3 \ X slurm_signal_job.3 \ X slurm_signal_job_step.3 \ X slurm_slurmd_status.3 \ X slurm_sprint_front_end_table.3 \ X slurm_sprint_job_info.3 \ X slurm_sprint_job_step_info.3 \ X slurm_sprint_node_table.3 \ X slurm_sprint_partition_info.3 \ X slurm_sprint_reservation_info.3 \ X slurm_step_ctx_create.3 \ X slurm_step_ctx_create_no_alloc.3 \ X slurm_step_ctx_daemon_per_node_hack.3 \ X slurm_step_ctx_destroy.3 \ X slurm_step_ctx_get.3 \ X slurm_step_ctx_params_t_init.3 \ X slurm_step_launch.3 \ X slurm_step_launch_abort.3 \ X slurm_step_launch_fwd_signal.3 \ X slurm_step_launch_wait_finish.3 \ X slurm_step_launch_wait_start.3 \ X slurm_strerror.3 \ X slurm_submit_batch_job.3 \ X slurm_suspend.3 \ X slurm_takeover.3 \ X slurm_terminate_job.3 \ X slurm_terminate_job_step.3 \ X slurm_update_front_end.3 \ X slurm_update_job.3 \ X slurm_update_node.3 \ X slurm_update_partition.3 \ X slurm_update_reservation.3 \ X slurm_update_step.3 X XMAN5= \ X bluegene.conf.5 \ X cgroup.conf.5 \ X cray.conf.5 \ X gres.conf.5 \ X slurm.conf.5 \ X slurmdbd.conf.5 \ X topology.conf.5 \ X wiki.conf.5 \ X acct_gather.conf.5 \ X ext_sensors.conf.5 X XMAN8 = \ X slurmctld.8 \ X slurmd.8 \ X slurmdbd.8 \ X slurmstepd.8 \ X spank.8 X Xpost-install: X.if !${PORT_OPTIONS:MDOCS} X ${RM} -rf ${STAGEDIR}${DOCSDIR}-${PORTVERSION} X.endif X.if ${PORT_OPTIONS:MEXAMPLES} X ${MKDIR} ${STAGEDIR}${EXAMPLESDIR} X ${INSTALL_DATA} ${WRKDIR}/slurm.conf ${STAGEDIR}${EXAMPLESDIR} X.endif X.if !exists(${PREFIX}/etc/slurm.conf) X ${INSTALL_DATA} ${WRKDIR}/slurm.conf ${STAGEDIR}${PREFIX}/etc X.endif X @${CAT} ${WRKDIR}/pkg-message X X.include 768d540eab22269b21ae1ef2d092e014 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 15:40: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 ESMTPS id 75DA6D44 for ; Sun, 24 Nov 2013 15:40:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6590B2647 for ; Sun, 24 Nov 2013 15:40: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 rAOFe2KQ015667 for ; Sun, 24 Nov 2013 15: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 rAOFe2FG015666; Sun, 24 Nov 2013 15:40:02 GMT (envelope-from gnats) Date: Sun, 24 Nov 2013 15:40:02 GMT Message-Id: <201311241540.rAOFe2FG015666@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "J.R. Oldroyd" Subject: Re: ports/184210: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: "J.R. Oldroyd" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 15:40:03 -0000 The following reply was made to PR ports/184210; it has been noted by GNATS. From: "J.R. Oldroyd" To: bug-followup@FreeBSD.ORG Cc: edwin@FreeBSD.ORG Subject: Re: ports/184210: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes Date: Sun, 24 Nov 2013 10:29:46 -0500 --Sig_/jTE_BdvdQH6FlGv0vjMBh0o Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Sun, 24 Nov 2013 12:40:08 UT Edwin Groothuis wrote: > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/184210 >=20 I have no problem with this suggested fix. Please commit it. -jr --Sig_/jTE_BdvdQH6FlGv0vjMBh0o Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlKSG3oACgkQls33urr0k4lclQCff34SN6K2OPbllVzl5nyGf4J8 g9MAoJtHTUVKMESZs0juZ8+clpegaSaz =HBvi -----END PGP SIGNATURE----- --Sig_/jTE_BdvdQH6FlGv0vjMBh0o-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 16: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 ESMTPS id 5E54C4A0 for ; Sun, 24 Nov 2013 16:00:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34308272A for ; Sun, 24 Nov 2013 16: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 rAOG01dv019355 for ; Sun, 24 Nov 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 rAOG01gP019354; Sun, 24 Nov 2013 16:00:01 GMT (envelope-from gnats) Date: Sun, 24 Nov 2013 16:00:01 GMT Message-Id: <201311241600.rAOG01gP019354@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Adam Nowacki Subject: Re: ports/183946: [patch] let net/openafs build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Adam Nowacki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 16:00:03 -0000 The following reply was made to PR ports/183946; it has been noted by GNATS. From: Adam Nowacki To: bug-followup@FreeBSD.org, bjk@FreeBSD.org Cc: Subject: Re: ports/183946: [patch] let net/openafs build on 10.0 Date: Sun, 24 Nov 2013 16:50:36 +0100 Current port version doesn't build on 9.2 RELEASE either because of missing header files. Looks like the patch fixes that too. Please commit. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 16: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 ESMTPS id 82D3A4A1 for ; Sun, 24 Nov 2013 16:00:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 644C7272C for ; Sun, 24 Nov 2013 16: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 rAOG03A1019369 for ; Sun, 24 Nov 2013 16: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 rAOG03Q9019368; Sun, 24 Nov 2013 16:00:03 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 16:00:03 GMT Resent-Message-Id: <201311241600.rAOG03Q9019368@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Naylor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6C625480 for ; Sun, 24 Nov 2013 15:57:16 +0000 (UTC) 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 5B4FD271B for ; Sun, 24 Nov 2013 15:57: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 rAOFvGqi072894 for ; Sun, 24 Nov 2013 15:57:16 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOFvGQq072891; Sun, 24 Nov 2013 15:57:16 GMT (envelope-from nobody) Message-Id: <201311241557.rAOFvGQq072891@oldred.freebsd.org> Date: Sun, 24 Nov 2013 15:57:16 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184216: [exp-run] add stage support to Mk/bsd.cran.mk and USE_R_MOD ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 16:00:03 -0000 >Number: 184216 >Category: ports >Synopsis: [exp-run] add stage support to Mk/bsd.cran.mk and USE_R_MOD ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 16:00:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: >Organization: >Environment: >Description: Add stage support to bsd.cran.mk and convert all ports defining USE_R_MOD to support staging. Since this patch converts all affected ports make the use of NO_STAGE produce an error. This patch has been tested on my system by building all affected ports - without issue - however I would like a more thorough test of this patch. >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/Mk/bsd.cran.mk b/Mk/bsd.cran.mk index 5b82c1f..5353449 100644 --- a/Mk/bsd.cran.mk +++ b/Mk/bsd.cran.mk @@ -27,7 +27,8 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/R:${PORTSDIR}/math/R PKGNAMEPREFIX?= R-cran- -R_MOD_DIR?= lib/R/library/${PORTNAME} +R_LIB_DIR= lib/R/library +R_MOD_DIR?= ${R_LIB_DIR}/${PORTNAME} PLIST_SUB+= R_MOD_DIR=${R_MOD_DIR} WRKSRC?= ${WRKDIR}/${PORTNAME} @@ -41,6 +42,12 @@ R_POSTCMD_CHECK_OPTIONS?= --timings R_POSTCMD_CHECK_OPTIONS+= --no-manual --no-rebuild-vignettes .endif +.if defined(NO_STAGE) +check-makevars:: + @${ECHO_MSG} "Makefile error: USE_R_MOD cannot be used with NO_STAGE" + @${FALSE} +.endif + regression-test: build @cd ${WRKDIR} ; ${SETENV} ${MAKE_ENV} _R_CHECK_FORCE_SUGGESTS_=FALSE \ ${R_COMMAND} ${R_PRECMD_CHECK_OPTIONS} CMD check \ @@ -48,6 +55,7 @@ regression-test: build .endif .if !target(do-install) +R_POSTCMD_INSTALL_OPTIONS+= -l ${STAGEDIR}${PREFIX}/${R_LIB_DIR} .if defined(NOPORTDATA) R_POSTCMD_INSTALL_OPTIONS+= --no-data --no-demo .else @@ -59,6 +67,7 @@ R_POSTCMD_INSTALL_OPTIONS+= --no-docs --no-html .endif do-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/${R_LIB_DIR} @cd ${WRKDIR} ; ${SETENV} ${MAKE_ENV} ${R_COMMAND} \ ${R_PRECMD_INSTALL_OPTIONS} CMD INSTALL \ ${R_POSTCMD_INSTALL_OPTIONS} ${PORTNAME} @@ -67,10 +76,10 @@ do-install: .if defined(R_MOD_AUTOPLIST) .if !target(post-install-script) post-install-script: - @${FIND} -ds ${PREFIX}/${R_MOD_DIR} \( -type f -or -type l \) -print | \ - ${SED} -E -e 's,^${PREFIX}/?,,' >> ${TMPPLIST} - @${FIND} -ds ${PREFIX}/${R_MOD_DIR} -type d -print | ${SED} -E -e \ - 's,^${PREFIX}/?,@dirrm ,' >> ${TMPPLIST} + @${FIND} -ds ${STAGEDIR}${PREFIX}/${R_MOD_DIR} \( -type f -or -type l \) -print | \ + ${SED} -E -e 's,^${STAGEDIR}${PREFIX}/?,,' >> ${TMPPLIST} + @${FIND} -ds ${STAGEDIR}${PREFIX}/${R_MOD_DIR} -type d -print | ${SED} -E -e \ + 's,^${STAGEDIR}${PREFIX}/?,@dirrm ,' >> ${TMPPLIST} .endif .endif diff --git a/astro/R-cran-maptools/Makefile b/astro/R-cran-maptools/Makefile index 5fa4d9b..86565cf 100644 --- a/astro/R-cran-maptools/Makefile +++ b/astro/R-cran-maptools/Makefile @@ -15,7 +15,6 @@ LICENSE_COMB= dual RUN_DEPENDS= R-cran-sp>=1.0.11:${PORTSDIR}/math/R-cran-sp -NO_STAGE= yes USE_R_MOD= yes R_MOD_AUTOPLIST= yes diff --git a/converters/R-cran-RJSONIO/Makefile b/converters/R-cran-RJSONIO/Makefile index ec715c1..bf24bf0 100644 --- a/converters/R-cran-RJSONIO/Makefile +++ b/converters/R-cran-RJSONIO/Makefile @@ -15,5 +15,4 @@ LICENSE= BSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/converters/R-cran-rjson/Makefile b/converters/R-cran-rjson/Makefile index 6b38630..4203d52 100644 --- a/converters/R-cran-rjson/Makefile +++ b/converters/R-cran-rjson/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/databases/R-cran-DBI/Makefile b/databases/R-cran-DBI/Makefile index 2e21bd4..e944177 100644 --- a/databases/R-cran-DBI/Makefile +++ b/databases/R-cran-DBI/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/databases/R-cran-RMySQL/Makefile b/databases/R-cran-RMySQL/Makefile index 9434745..6677d68 100644 --- a/databases/R-cran-RMySQL/Makefile +++ b/databases/R-cran-RMySQL/Makefile @@ -18,5 +18,4 @@ USE_MYSQL= yes USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/databases/R-cran-RSQLite.extfuns/Makefile b/databases/R-cran-RSQLite.extfuns/Makefile index ddfed70..833a915 100644 --- a/databases/R-cran-RSQLite.extfuns/Makefile +++ b/databases/R-cran-RSQLite.extfuns/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/databases/R-cran-RSQLite/Makefile b/databases/R-cran-RSQLite/Makefile index fdd7771..a675cee 100644 --- a/databases/R-cran-RSQLite/Makefile +++ b/databases/R-cran-RSQLite/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/databases/R-cran-sqldf/Makefile b/databases/R-cran-sqldf/Makefile index 1ebe784..2b275b9 100644 --- a/databases/R-cran-sqldf/Makefile +++ b/databases/R-cran-sqldf/Makefile @@ -23,5 +23,4 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-Defaults/Makefile b/devel/R-cran-Defaults/Makefile index bac3b32..201de79 100644 --- a/devel/R-cran-Defaults/Makefile +++ b/devel/R-cran-Defaults/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-Hmisc/Makefile b/devel/R-cran-Hmisc/Makefile index 7108b60..c4b34d7 100644 --- a/devel/R-cran-Hmisc/Makefile +++ b/devel/R-cran-Hmisc/Makefile @@ -14,5 +14,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-RUnit/Makefile b/devel/R-cran-RUnit/Makefile index 7a2a0c6..3ec69b2 100644 --- a/devel/R-cran-RUnit/Makefile +++ b/devel/R-cran-RUnit/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-Rcpp/Makefile b/devel/R-cran-Rcpp/Makefile index adbf3f7..2573fbc 100644 --- a/devel/R-cran-Rcpp/Makefile +++ b/devel/R-cran-Rcpp/Makefile @@ -15,5 +15,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-bitops/Makefile b/devel/R-cran-bitops/Makefile index 451d775..1c667e2 100644 --- a/devel/R-cran-bitops/Makefile +++ b/devel/R-cran-bitops/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-caTools/Makefile b/devel/R-cran-caTools/Makefile index 016c818..8f71689 100644 --- a/devel/R-cran-caTools/Makefile +++ b/devel/R-cran-caTools/Makefile @@ -16,5 +16,4 @@ RUN_DEPENDS= R-cran-bitops>0:${PORTSDIR}/devel/R-cran-bitops USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-caret/Makefile b/devel/R-cran-caret/Makefile index c014c17..395007c 100644 --- a/devel/R-cran-caret/Makefile +++ b/devel/R-cran-caret/Makefile @@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-reshape2>0:${PORTSDIR}/devel/R-cran-reshape2 \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-chron/Makefile b/devel/R-cran-chron/Makefile index 1c9714c..bbc4d08 100644 --- a/devel/R-cran-chron/Makefile +++ b/devel/R-cran-chron/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-foreach/Makefile b/devel/R-cran-foreach/Makefile index 21c76b8..343f81b 100644 --- a/devel/R-cran-foreach/Makefile +++ b/devel/R-cran-foreach/Makefile @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-gbm/Makefile b/devel/R-cran-gbm/Makefile index b7b9b4d..2c975bf 100644 --- a/devel/R-cran-gbm/Makefile +++ b/devel/R-cran-gbm/Makefile @@ -14,5 +14,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-gdata/Makefile b/devel/R-cran-gdata/Makefile index adadfff..073eba3 100644 --- a/devel/R-cran-gdata/Makefile +++ b/devel/R-cran-gdata/Makefile @@ -19,5 +19,4 @@ USE_PERL5= run USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-glmnet/Makefile b/devel/R-cran-glmnet/Makefile index ab2d5b0..7d4ebd2 100644 --- a/devel/R-cran-glmnet/Makefile +++ b/devel/R-cran-glmnet/Makefile @@ -14,5 +14,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-gsubfn/Makefile b/devel/R-cran-gsubfn/Makefile index f341244..404305d 100644 --- a/devel/R-cran-gsubfn/Makefile +++ b/devel/R-cran-gsubfn/Makefile @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-proto>=0.3.9.2_6:${PORTSDIR}/devel/R-cran-proto USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-gtools/Makefile b/devel/R-cran-gtools/Makefile index 25cc334..81632e60 100644 --- a/devel/R-cran-gtools/Makefile +++ b/devel/R-cran-gtools/Makefile @@ -14,5 +14,4 @@ LICENSE= LGPL21 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-iterators/Makefile b/devel/R-cran-iterators/Makefile index abd4f68..516764a 100644 --- a/devel/R-cran-iterators/Makefile +++ b/devel/R-cran-iterators/Makefile @@ -15,5 +15,4 @@ LICENSE= AL2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-itertools/Makefile b/devel/R-cran-itertools/Makefile index 62748f4..592a624 100644 --- a/devel/R-cran-itertools/Makefile +++ b/devel/R-cran-itertools/Makefile @@ -15,5 +15,4 @@ RUN_DEPENDS= R-cran-iterators>=1.0.0:${PORTSDIR}/devel/R-cran-iterators USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-memoise/Makefile b/devel/R-cran-memoise/Makefile index 91455b8..1fbdae5 100644 --- a/devel/R-cran-memoise/Makefile +++ b/devel/R-cran-memoise/Makefile @@ -15,5 +15,4 @@ RUN_DEPENDS= R-cran-digest>=0:${PORTSDIR}/security/R-cran-digest USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-plyr/Makefile b/devel/R-cran-plyr/Makefile index e1dabd3..8682b47 100644 --- a/devel/R-cran-plyr/Makefile +++ b/devel/R-cran-plyr/Makefile @@ -16,5 +16,4 @@ RUN_DEPENDS= R-cran-itertools>0:${PORTSDIR}/devel/R-cran-itertools \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-proto/Makefile b/devel/R-cran-proto/Makefile index 4b07ec9..d213015 100644 --- a/devel/R-cran-proto/Makefile +++ b/devel/R-cran-proto/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-randomForest/Makefile b/devel/R-cran-randomForest/Makefile index 9a47c32..dc73bf0 100644 --- a/devel/R-cran-randomForest/Makefile +++ b/devel/R-cran-randomForest/Makefile @@ -14,5 +14,4 @@ RUN_DEPENDS= R-cran-RColorBrewer>=1.0.5_6:${PORTSDIR}/graphics/R-cran-RColorBrew USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-reshape/Makefile b/devel/R-cran-reshape/Makefile index 4593733..419cc54 100644 --- a/devel/R-cran-reshape/Makefile +++ b/devel/R-cran-reshape/Makefile @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/devel/R-cran-reshape2/Makefile b/devel/R-cran-reshape2/Makefile index faf6a93..d9da765 100644 --- a/devel/R-cran-reshape2/Makefile +++ b/devel/R-cran-reshape2/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-plyr>=1.5:${PORTSDIR}/devel/R-cran-plyr \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-PerformanceAnalytics/Makefile b/finance/R-cran-PerformanceAnalytics/Makefile index f13998d..ac8ea48 100644 --- a/finance/R-cran-PerformanceAnalytics/Makefile +++ b/finance/R-cran-PerformanceAnalytics/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-RFinanceYJ/Makefile b/finance/R-cran-RFinanceYJ/Makefile index 2073167..9f6044b 100644 --- a/finance/R-cran-RFinanceYJ/Makefile +++ b/finance/R-cran-RFinanceYJ/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-TTR/Makefile b/finance/R-cran-TTR/Makefile index a1b7467..f485e9a 100644 --- a/finance/R-cran-TTR/Makefile +++ b/finance/R-cran-TTR/Makefile @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-xts>=0.9.3:${PORTSDIR}/math/R-cran-xts USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-ccgarch/Makefile b/finance/R-cran-ccgarch/Makefile index 8937caf..bfd63a6 100644 --- a/finance/R-cran-ccgarch/Makefile +++ b/finance/R-cran-ccgarch/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-fBasics/Makefile b/finance/R-cran-fBasics/Makefile index 038f1de..c0c0a43 100644 --- a/finance/R-cran-fBasics/Makefile +++ b/finance/R-cran-fBasics/Makefile @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-fGarch/Makefile b/finance/R-cran-fGarch/Makefile index 5650f4e..aa2575d 100644 --- a/finance/R-cran-fGarch/Makefile +++ b/finance/R-cran-fGarch/Makefile @@ -20,5 +20,4 @@ RUN_DEPENDS= R-cran-timeDate>0:${PORTSDIR}/finance/R-cran-timeDate \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-gmm/Makefile b/finance/R-cran-gmm/Makefile index 36f6055..1b6e5ca 100644 --- a/finance/R-cran-gmm/Makefile +++ b/finance/R-cran-gmm/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-sandwich>0:${PORTSDIR}/math/R-cran-sandwich USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-lmtest/Makefile b/finance/R-cran-lmtest/Makefile index 83f1940..46e248a 100644 --- a/finance/R-cran-lmtest/Makefile +++ b/finance/R-cran-lmtest/Makefile @@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-zoo>=0:${PORTSDIR}/math/R-cran-zoo \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-plm/Makefile b/finance/R-cran-plm/Makefile index f6de7f5..de23ece 100644 --- a/finance/R-cran-plm/Makefile +++ b/finance/R-cran-plm/Makefile @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-bdsmatrix>0:${PORTSDIR}/math/R-cran-bdsmatrix \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-quantmod/Makefile b/finance/R-cran-quantmod/Makefile index ed884db..a5ce01a 100644 --- a/finance/R-cran-quantmod/Makefile +++ b/finance/R-cran-quantmod/Makefile @@ -20,5 +20,4 @@ RUN_DEPENDS= R-cran-Defaults>0:${PORTSDIR}/devel/R-cran-Defaults \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-strucchange/Makefile b/finance/R-cran-strucchange/Makefile index 45a75d4..0e5df1e 100644 --- a/finance/R-cran-strucchange/Makefile +++ b/finance/R-cran-strucchange/Makefile @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-timeDate/Makefile b/finance/R-cran-timeDate/Makefile index 3e6a0f1..fc7de25 100644 --- a/finance/R-cran-timeDate/Makefile +++ b/finance/R-cran-timeDate/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-timeSeries/Makefile b/finance/R-cran-timeSeries/Makefile index 45b2ff9..4ac3b23 100644 --- a/finance/R-cran-timeSeries/Makefile +++ b/finance/R-cran-timeSeries/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-timeDate>=2150.95:${PORTSDIR}/finance/R-cran-timeDate USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-tseries/Makefile b/finance/R-cran-tseries/Makefile index 4ac31d9..7f51fb3 100644 --- a/finance/R-cran-tseries/Makefile +++ b/finance/R-cran-tseries/Makefile @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-quadprog>0:${PORTSDIR}/math/R-cran-quadprog \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-urca/Makefile b/finance/R-cran-urca/Makefile index 510a5f0..4059a9a 100644 --- a/finance/R-cran-urca/Makefile +++ b/finance/R-cran-urca/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/finance/R-cran-vars/Makefile b/finance/R-cran-vars/Makefile index 545125d..53e64af 100644 --- a/finance/R-cran-vars/Makefile +++ b/finance/R-cran-vars/Makefile @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-strucchange>0:${PORTSDIR}/finance/R-cran-strucchange \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/ftp/R-cran-RCurl/Makefile b/ftp/R-cran-RCurl/Makefile index 115cc3b..9fbaa41 100644 --- a/ftp/R-cran-RCurl/Makefile +++ b/ftp/R-cran-RCurl/Makefile @@ -19,5 +19,4 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-GDD/Makefile b/graphics/R-cran-GDD/Makefile index bbb4178..e7ce8fc 100644 --- a/graphics/R-cran-GDD/Makefile +++ b/graphics/R-cran-GDD/Makefile @@ -20,5 +20,4 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-RColorBrewer/Makefile b/graphics/R-cran-RColorBrewer/Makefile index 2972f7c..71ed9c0 100644 --- a/graphics/R-cran-RColorBrewer/Makefile +++ b/graphics/R-cran-RColorBrewer/Makefile @@ -15,5 +15,4 @@ LICENSE= AL2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-colorspace/Makefile b/graphics/R-cran-colorspace/Makefile index 677113d..400b1ee 100644 --- a/graphics/R-cran-colorspace/Makefile +++ b/graphics/R-cran-colorspace/Makefile @@ -15,5 +15,4 @@ LICENSE= BSD USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-diagram/Makefile b/graphics/R-cran-diagram/Makefile index 9f0ea1b..67344d3 100644 --- a/graphics/R-cran-diagram/Makefile +++ b/graphics/R-cran-diagram/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-shape>0:${PORTSDIR}/graphics/R-cran-shape USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-dichromat/Makefile b/graphics/R-cran-dichromat/Makefile index a48545d..d8536a8 100644 --- a/graphics/R-cran-dichromat/Makefile +++ b/graphics/R-cran-dichromat/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-ggplot2/Makefile b/graphics/R-cran-ggplot2/Makefile index b41ff6c..5bebcf9 100644 --- a/graphics/R-cran-ggplot2/Makefile +++ b/graphics/R-cran-ggplot2/Makefile @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-plyr>=1.7.1:${PORTSDIR}/devel/R-cran-plyr \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-munsell/Makefile b/graphics/R-cran-munsell/Makefile index 43d174e..49e08da 100644 --- a/graphics/R-cran-munsell/Makefile +++ b/graphics/R-cran-munsell/Makefile @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-colorspace>0:${PORTSDIR}/graphics/R-cran-colorspace USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-pixmap/Makefile b/graphics/R-cran-pixmap/Makefile index 434f1c1..69f993e 100644 --- a/graphics/R-cran-pixmap/Makefile +++ b/graphics/R-cran-pixmap/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-png/Makefile b/graphics/R-cran-png/Makefile index 72dae1f..3b95c5c 100644 --- a/graphics/R-cran-png/Makefile +++ b/graphics/R-cran-png/Makefile @@ -18,5 +18,4 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-rgdal/Makefile b/graphics/R-cran-rgdal/Makefile index 3414776..5040203 100644 --- a/graphics/R-cran-rgdal/Makefile +++ b/graphics/R-cran-rgdal/Makefile @@ -21,5 +21,4 @@ R_MOD_AUTOPLIST= yes R_POSTCMD_INSTALL_OPTIONS+= --configure-args="--with-proj-lib=${LOCALBASE}/lib" -NO_STAGE= yes .include diff --git a/graphics/R-cran-rtiff/Makefile b/graphics/R-cran-rtiff/Makefile index 2d99c9a..fd6f280 100644 --- a/graphics/R-cran-rtiff/Makefile +++ b/graphics/R-cran-rtiff/Makefile @@ -18,5 +18,4 @@ LICENSE_FILE= ${WRKSRC}/LICENSE USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-scales/Makefile b/graphics/R-cran-scales/Makefile index d23d2b7..b98c942 100644 --- a/graphics/R-cran-scales/Makefile +++ b/graphics/R-cran-scales/Makefile @@ -21,5 +21,4 @@ RUN_DEPENDS= R-cran-RColorBrewer>=0:${PORTSDIR}/graphics/R-cran-RColorBrewer \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/graphics/R-cran-shape/Makefile b/graphics/R-cran-shape/Makefile index cb8db64..5d11f1b 100644 --- a/graphics/R-cran-shape/Makefile +++ b/graphics/R-cran-shape/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv3 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-ChangeAnomalyDetection/Makefile b/math/R-cran-ChangeAnomalyDetection/Makefile index 4d4fe77..c7f3564 100644 --- a/math/R-cran-ChangeAnomalyDetection/Makefile +++ b/math/R-cran-ChangeAnomalyDetection/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-TTR>0:${PORTSDIR}/finance/R-cran-TTR \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-Formula/Makefile b/math/R-cran-Formula/Makefile index 6928a1a..e144fbd 100644 --- a/math/R-cran-Formula/Makefile +++ b/math/R-cran-Formula/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-KFAS/Makefile b/math/R-cran-KFAS/Makefile index 603044e..79c2680 100644 --- a/math/R-cran-KFAS/Makefile +++ b/math/R-cran-KFAS/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-LearnBayes/Makefile b/math/R-cran-LearnBayes/Makefile index 3ae6d60..8969803 100644 --- a/math/R-cran-LearnBayes/Makefile +++ b/math/R-cran-LearnBayes/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-MCMCpack/Makefile b/math/R-cran-MCMCpack/Makefile index c7554d8..9cb3104 100644 --- a/math/R-cran-MCMCpack/Makefile +++ b/math/R-cran-MCMCpack/Makefile @@ -19,5 +19,4 @@ USE_GCC= 4.2+ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-RHmm/Makefile b/math/R-cran-RHmm/Makefile index ee9390a..20cd9af 100644 --- a/math/R-cran-RHmm/Makefile +++ b/math/R-cran-RHmm/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-RSvgDevice/Makefile b/math/R-cran-RSvgDevice/Makefile index 99f5fd6..1fc4e90 100644 --- a/math/R-cran-RSvgDevice/Makefile +++ b/math/R-cran-RSvgDevice/Makefile @@ -13,5 +13,4 @@ COMMENT= A R SVG graphics device USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-RcppArmadillo/Makefile b/math/R-cran-RcppArmadillo/Makefile index c097cd04..467f85d 100644 --- a/math/R-cran-RcppArmadillo/Makefile +++ b/math/R-cran-RcppArmadillo/Makefile @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-Rcpp>=0.10.5:${PORTSDIR}/devel/R-cran-Rcpp USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-SuppDists/Makefile b/math/R-cran-SuppDists/Makefile index 4b9d2f3..7b182ec 100644 --- a/math/R-cran-SuppDists/Makefile +++ b/math/R-cran-SuppDists/Makefile @@ -20,7 +20,6 @@ BENCHMARK_SCRIPT= R-benchmark-25.R R_MOD_AUTOPLIST= yes USE_R_MOD= yes WRKSRC = ${WRKDIR}/${PORTNAME} -NO_STAGE= yes .if defined(MAINTAINER_MODE) USE_DOS2UNIX= ../${BENCHMARK_SCRIPT} diff --git a/math/R-cran-Zelig/Makefile b/math/R-cran-Zelig/Makefile index b4407fa..c318119 100644 --- a/math/R-cran-Zelig/Makefile +++ b/math/R-cran-Zelig/Makefile @@ -16,5 +16,4 @@ RUN_DEPENDS= R-cran-sandwich>=0:${PORTSDIR}/math/R-cran-sandwich USE_R_MOD= yes R_MOD_AUTOPLIST=yes -NO_STAGE= yes .include diff --git a/math/R-cran-bdsmatrix/Makefile b/math/R-cran-bdsmatrix/Makefile index 18db08a..23972b1 100644 --- a/math/R-cran-bdsmatrix/Makefile +++ b/math/R-cran-bdsmatrix/Makefile @@ -15,5 +15,4 @@ LICENSE= LGPL20 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-car/Makefile b/math/R-cran-car/Makefile index b19f95e..410f25f 100644 --- a/math/R-cran-car/Makefile +++ b/math/R-cran-car/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-coda/Makefile b/math/R-cran-coda/Makefile index 57a60df..7ba985e 100644 --- a/math/R-cran-coda/Makefile +++ b/math/R-cran-coda/Makefile @@ -13,5 +13,4 @@ COMMENT= Output analysis and diagnostics for MCMC USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-deldir/Makefile b/math/R-cran-deldir/Makefile index 21be709..28ac1db 100644 --- a/math/R-cran-deldir/Makefile +++ b/math/R-cran-deldir/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-dlmodeler/Makefile b/math/R-cran-dlmodeler/Makefile index 002f1d4..1976515 100644 --- a/math/R-cran-dlmodeler/Makefile +++ b/math/R-cran-dlmodeler/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-forecast/Makefile b/math/R-cran-forecast/Makefile index bb5f9eb..d4291d7 100644 --- a/math/R-cran-forecast/Makefile +++ b/math/R-cran-forecast/Makefile @@ -23,5 +23,4 @@ RUN_DEPENDS= R-cran-tseries>0:${PORTSDIR}/finance/R-cran-tseries \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-fracdiff/Makefile b/math/R-cran-fracdiff/Makefile index 0ee1934..4c4fd08 100644 --- a/math/R-cran-fracdiff/Makefile +++ b/math/R-cran-fracdiff/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-gpclib/Makefile b/math/R-cran-gpclib/Makefile index fe1575d..cac0051 100644 --- a/math/R-cran-gpclib/Makefile +++ b/math/R-cran-gpclib/Makefile @@ -13,5 +13,4 @@ COMMENT= General Polygon Clipping Library for R USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-gss/Makefile b/math/R-cran-gss/Makefile index d44359c..3e58feb 100644 --- a/math/R-cran-gss/Makefile +++ b/math/R-cran-gss/Makefile @@ -15,5 +15,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-gtable/Makefile b/math/R-cran-gtable/Makefile index 7f84678..c8c5146 100644 --- a/math/R-cran-gtable/Makefile +++ b/math/R-cran-gtable/Makefile @@ -14,5 +14,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-igraph/Makefile b/math/R-cran-igraph/Makefile index 7901e93..0cea417 100644 --- a/math/R-cran-igraph/Makefile +++ b/math/R-cran-igraph/Makefile @@ -15,7 +15,6 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include .if ${ARCH} == "sparc64" diff --git a/math/R-cran-inline/Makefile b/math/R-cran-inline/Makefile index 581a345..f440e6c 100644 --- a/math/R-cran-inline/Makefile +++ b/math/R-cran-inline/Makefile @@ -13,5 +13,4 @@ COMMENT= Inline C, C++, Fortran function calls from R USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-labeling/Makefile b/math/R-cran-labeling/Makefile index 7503dff..c8fd02f 100644 --- a/math/R-cran-labeling/Makefile +++ b/math/R-cran-labeling/Makefile @@ -15,5 +15,4 @@ LICENSE= MIT USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-memisc/Makefile b/math/R-cran-memisc/Makefile index d5a63d7..05d840b 100644 --- a/math/R-cran-memisc/Makefile +++ b/math/R-cran-memisc/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-mvtnorm/Makefile b/math/R-cran-mvtnorm/Makefile index f69f52e..2255af6 100644 --- a/math/R-cran-mvtnorm/Makefile +++ b/math/R-cran-mvtnorm/Makefile @@ -13,5 +13,4 @@ COMMENT= Multivariate Normal and t Distributions USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-nnls/Makefile b/math/R-cran-nnls/Makefile index 77013c3..10585c1 100644 --- a/math/R-cran-nnls/Makefile +++ b/math/R-cran-nnls/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-outliers/Makefile b/math/R-cran-outliers/Makefile index 1a9a404..d297435 100644 --- a/math/R-cran-outliers/Makefile +++ b/math/R-cran-outliers/Makefile @@ -13,5 +13,4 @@ COMMENT= Collection of some tests commonly used for identifying outliers USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-psych/Makefile b/math/R-cran-psych/Makefile index 59061a1..55e6ec6 100644 --- a/math/R-cran-psych/Makefile +++ b/math/R-cran-psych/Makefile @@ -13,5 +13,4 @@ COMMENT= Psych package for the R project USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-quadprog/Makefile b/math/R-cran-quadprog/Makefile index ee04068..310e236 100644 --- a/math/R-cran-quadprog/Makefile +++ b/math/R-cran-quadprog/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-sandwich/Makefile b/math/R-cran-sandwich/Makefile index caa6b44..a475b49 100644 --- a/math/R-cran-sandwich/Makefile +++ b/math/R-cran-sandwich/Makefile @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-zoo>0:${PORTSDIR}/math/R-cran-zoo USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-sm/Makefile b/math/R-cran-sm/Makefile index e91255f..ad104f1 100644 --- a/math/R-cran-sm/Makefile +++ b/math/R-cran-sm/Makefile @@ -13,5 +13,4 @@ COMMENT= Smoothing methods for nonparametric regression and density estimation USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-sp/Makefile b/math/R-cran-sp/Makefile index 2782131..1dea766 100644 --- a/math/R-cran-sp/Makefile +++ b/math/R-cran-sp/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-spdep/Makefile b/math/R-cran-spdep/Makefile index 54d528f..f0f8203 100644 --- a/math/R-cran-spdep/Makefile +++ b/math/R-cran-spdep/Makefile @@ -20,5 +20,4 @@ RUN_DEPENDS= R-cran-sp>=0.9:${PORTSDIR}/math/R-cran-sp \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-sspir/Makefile b/math/R-cran-sspir/Makefile index b43eb86..05d252e 100644 --- a/math/R-cran-sspir/Makefile +++ b/math/R-cran-sspir/Makefile @@ -16,6 +16,5 @@ RUN_DEPENDS= R-cran-mvtnorm>=0.9.96_11:${PORTSDIR}/math/R-cran-mvtnorm \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-stabledist/Makefile b/math/R-cran-stabledist/Makefile index 13e0079..0a42f01 100644 --- a/math/R-cran-stabledist/Makefile +++ b/math/R-cran-stabledist/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-xts/Makefile b/math/R-cran-xts/Makefile index 6525155..91ff877 100644 --- a/math/R-cran-xts/Makefile +++ b/math/R-cran-xts/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-zoo>=1.7.10:${PORTSDIR}/math/R-cran-zoo USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/math/R-cran-zoo/Makefile b/math/R-cran-zoo/Makefile index 2ae1c66..0ca1192 100644 --- a/math/R-cran-zoo/Makefile +++ b/math/R-cran-zoo/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/net/R-cran-twitteR/Makefile b/net/R-cran-twitteR/Makefile index 79fc54d..d0e4f4e 100644 --- a/net/R-cran-twitteR/Makefile +++ b/net/R-cran-twitteR/Makefile @@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-RCurl>0:${PORTSDIR}/ftp/R-cran-RCurl \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/science/R-cran-AMORE/Makefile b/science/R-cran-AMORE/Makefile index f92256e..c659fe1 100644 --- a/science/R-cran-AMORE/Makefile +++ b/science/R-cran-AMORE/Makefile @@ -13,5 +13,4 @@ COMMENT= A MORE flexible neural network package USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/science/R-cran-DCluster/Makefile b/science/R-cran-DCluster/Makefile index 8dfff61..864d8f9 100644 --- a/science/R-cran-DCluster/Makefile +++ b/science/R-cran-DCluster/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-spdep>0:${PORTSDIR}/math/R-cran-spdep USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/science/R-cran-Epi/Makefile b/science/R-cran-Epi/Makefile index 348b823..9cba92d 100644 --- a/science/R-cran-Epi/Makefile +++ b/science/R-cran-Epi/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/science/R-cran-bayesm/Makefile b/science/R-cran-bayesm/Makefile index a2a9915..c97b11c 100644 --- a/science/R-cran-bayesm/Makefile +++ b/science/R-cran-bayesm/Makefile @@ -13,5 +13,4 @@ COMMENT= Bayesian Inference for Marketing/Micro-econometrics USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/science/R-cran-e1071/Makefile b/science/R-cran-e1071/Makefile index a45ba51..ce539f9 100644 --- a/science/R-cran-e1071/Makefile +++ b/science/R-cran-e1071/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/science/R-cran-eco/Makefile b/science/R-cran-eco/Makefile index f9a7a88..8ff0f31 100644 --- a/science/R-cran-eco/Makefile +++ b/science/R-cran-eco/Makefile @@ -13,5 +13,4 @@ COMMENT= R Package for Ecological Inference in 2x2 Tables USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/science/R-cran-epicalc/Makefile b/science/R-cran-epicalc/Makefile index 1346cbc..5149729 100644 --- a/science/R-cran-epicalc/Makefile +++ b/science/R-cran-epicalc/Makefile @@ -13,5 +13,4 @@ COMMENT= Epidemiological calculator USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/science/R-cran-snow/Makefile b/science/R-cran-snow/Makefile index 598b6d7..bf6769f 100644 --- a/science/R-cran-snow/Makefile +++ b/science/R-cran-snow/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/science/R-cran-som/Makefile b/science/R-cran-som/Makefile index 7b5d781..8bbc2b9 100644 --- a/science/R-cran-som/Makefile +++ b/science/R-cran-som/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv3 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/security/R-cran-ROAuth/Makefile b/security/R-cran-ROAuth/Makefile index 3fcde09..c5e195f 100644 --- a/security/R-cran-ROAuth/Makefile +++ b/security/R-cran-ROAuth/Makefile @@ -18,5 +18,4 @@ RUN_DEPENDS= R-cran-RCurl>=1.6.4:${PORTSDIR}/ftp/R-cran-RCurl \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/security/R-cran-digest/Makefile b/security/R-cran-digest/Makefile index b8b8d1e..b22401b 100644 --- a/security/R-cran-digest/Makefile +++ b/security/R-cran-digest/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/textproc/R-cran-R2HTML/Makefile b/textproc/R-cran-R2HTML/Makefile index f6b37f4..94f8ea5 100644 --- a/textproc/R-cran-R2HTML/Makefile +++ b/textproc/R-cran-R2HTML/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/textproc/R-cran-XML/Makefile b/textproc/R-cran-XML/Makefile index 1276c58..3b78928 100644 --- a/textproc/R-cran-XML/Makefile +++ b/textproc/R-cran-XML/Makefile @@ -16,5 +16,4 @@ USE_R_MOD= yes R_MOD_AUTOPLIST= yes USE_GNOME= libxml2 -NO_STAGE= yes .include diff --git a/textproc/R-cran-stringr/Makefile b/textproc/R-cran-stringr/Makefile index 3142029..a2afaf1 100644 --- a/textproc/R-cran-stringr/Makefile +++ b/textproc/R-cran-stringr/Makefile @@ -17,5 +17,4 @@ RUN_DEPENDS= R-cran-plyr>0:${PORTSDIR}/devel/R-cran-plyr USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/textproc/R-cran-xtable/Makefile b/textproc/R-cran-xtable/Makefile index 6ee7985..2815c2e 100644 --- a/textproc/R-cran-xtable/Makefile +++ b/textproc/R-cran-xtable/Makefile @@ -16,5 +16,4 @@ LICENSE_COMB= dual USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/www/R-cran-RgoogleMaps/Makefile b/www/R-cran-RgoogleMaps/Makefile index 6f6cecd..eaafa76 100644 --- a/www/R-cran-RgoogleMaps/Makefile +++ b/www/R-cran-RgoogleMaps/Makefile @@ -19,5 +19,4 @@ RUN_DEPENDS= R-cran-png>0:${PORTSDIR}/graphics/R-cran-png \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/www/R-cran-Rpad/Makefile b/www/R-cran-Rpad/Makefile index b9e3d89..d2e9dd3 100644 --- a/www/R-cran-Rpad/Makefile +++ b/www/R-cran-Rpad/Makefile @@ -15,5 +15,4 @@ LICENSE= GPLv2 USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/www/R-cran-httpuv/Makefile b/www/R-cran-httpuv/Makefile index ea8a318..b96ac97 100644 --- a/www/R-cran-httpuv/Makefile +++ b/www/R-cran-httpuv/Makefile @@ -23,5 +23,4 @@ R_MOD_AUTOPLIST= yes MAKE_ENV= MAKE=${GMAKE} -NO_STAGE= yes .include diff --git a/www/R-cran-scrapeR/Makefile b/www/R-cran-scrapeR/Makefile index 7b36b38..2d26042 100644 --- a/www/R-cran-scrapeR/Makefile +++ b/www/R-cran-scrapeR/Makefile @@ -16,5 +16,4 @@ RUN_DEPENDS= R-cran-XML>0:${PORTSDIR}/textproc/R-cran-XML \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include diff --git a/www/R-cran-shiny/Makefile b/www/R-cran-shiny/Makefile index e7dec96..3d9ede2 100644 --- a/www/R-cran-shiny/Makefile +++ b/www/R-cran-shiny/Makefile @@ -20,5 +20,4 @@ RUN_DEPENDS= R-cran-httpuv>=1.2.0:${PORTSDIR}/www/R-cran-httpuv \ USE_R_MOD= yes R_MOD_AUTOPLIST= yes -NO_STAGE= yes .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 16:09:57 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 ESMTPS id 77034667; Sun, 24 Nov 2013 16:09:57 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B367278A; Sun, 24 Nov 2013 16:09: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 rAOG9vkd021395; Sun, 24 Nov 2013 16:09:57 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOG9vEZ021394; Sun, 24 Nov 2013 10:09:57 -0600 (CST) (envelope-from bdrewery) Date: Sun, 24 Nov 2013 10:09:57 -0600 (CST) Message-Id: <201311241609.rAOG9vEZ021394@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Subject: Re: ports/184216: [exp-run] add stage support to Mk/bsd.cran.mk and USE_R_MOD ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 16:09:57 -0000 Synopsis: [exp-run] add stage support to Mk/bsd.cran.mk and USE_R_MOD ports Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Sun Nov 24 10:09:56 CST 2013 Responsible-Changed-Why: take for exp-run http://www.freebsd.org/cgi/query-pr.cgi?pr=184216 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 17:36: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 ESMTPS id EAA45BF0; Sun, 24 Nov 2013 17:36:35 +0000 (UTC) Received: from mail1.yamagi.org (yugo.yamagi.org [84.201.39.245]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A07B22B4B; Sun, 24 Nov 2013 17:36:34 +0000 (UTC) Received: from p579a6dca.dip0.t-ipconnect.de ([87.154.109.202] helo=happy.home.yamagi.org) by mail1.yamagi.org with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VkdFE-0009Rb-J5; Sun, 24 Nov 2013 18:13:18 +0100 Date: Sun, 24 Nov 2013 18:13:10 +0100 From: Yamagi Burmeister To: makc@freebsd.org Subject: Re: ports/184034: [PATCH] Update games/chessx to 1.0.0 and add stagedir support Message-Id: <20131124181310.b3c2da7d98367bf0f8f28a31@yamagi.org> In-Reply-To: <7581571.VAY6FEcFtx@mercury.ph.man.ac.uk> References: <201311181542.rAIFgd8o076427@freefall.freebsd.org> <7581571.VAY6FEcFtx@mercury.ph.man.ac.uk> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd9.1) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Sun__24_Nov_2013_18_13_10_+0100_J0k.4l4MC7L48sX2" Cc: freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 17:36:36 -0000 This is a multi-part message in MIME format. --Multipart=_Sun__24_Nov_2013_18_13_10_+0100_J0k.4l4MC7L48sX2 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Hello, I was away for some days and just read your mail. The updates patch looks good, thank you for the commit. > Btw, does chessx really require games/stockfish and games/crafty? If it can be > useful without them, I suggest to disable these options by default, so that > users who install chessx from package won't be forced to download and install > additional packages. Regarding stockfish and crafty: xchess is usable without them, but as soon as games should be analysed (and that is the main reason to install a chess database) an engine must be present. Nevertheless, I suggest to disable the dependencies to both engines by default. pkg users can install an engine by hand if they need one. Patch is attached. Ciao, Yamagi -- Homepage: www.yamagi.org XMPP: yamagi@yamagi.org GnuPG/GPG: 0xEFBCCBCB --Multipart=_Sun__24_Nov_2013_18_13_10_+0100_J0k.4l4MC7L48sX2 Content-Type: text/x-diff; name="xchess.patch" Content-Disposition: attachment; filename="xchess.patch" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== --- Makefile (Revision 334746) +++ Makefile (Arbeitskopie) @@ -17,7 +17,6 @@ QMAKE_ARGS+= QMAKE_LRELEASE=${LRELEASE} OPTIONS_DEFINE= STOCKFISH CRAFTY -OPTIONS_DEFAULT= STOCKFISH CRAFTY STOCKFISH_DESC= Install Stockfish Chess Engine STOCKFISH_RUN_DEPENDS= stockfish:${PORTSDIR}/games/stockfish --Multipart=_Sun__24_Nov_2013_18_13_10_+0100_J0k.4l4MC7L48sX2-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 17:43:52 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 ESMTPS id B4BD1E1A; Sun, 24 Nov 2013 17:43:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C4AA2BA9; Sun, 24 Nov 2013 17:43: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 rAOHhqnT042515; Sun, 24 Nov 2013 17:43:52 GMT (envelope-from bsam@freefall.freebsd.org) Received: (from bsam@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOHhq1u042514; Sun, 24 Nov 2013 17:43:52 GMT (envelope-from bsam) Date: Sun, 24 Nov 2013 17:43:52 GMT Message-Id: <201311241743.rAOHhq1u042514@freefall.freebsd.org> To: bsam@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bsam@FreeBSD.org From: bsam@FreeBSD.org Subject: Re: ports/184215: New port: sysutils/slurm-hpc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 17:43:52 -0000 Synopsis: New port: sysutils/slurm-hpc Responsible-Changed-From-To: freebsd-ports-bugs->bsam Responsible-Changed-By: bsam Responsible-Changed-When: Sun Nov 24 17:43:52 UTC 2013 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=184215 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 17:46: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 ESMTPS id 40CA3E96; Sun, 24 Nov 2013 17:46:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 179402BC2; Sun, 24 Nov 2013 17:46:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOHkJ1W042668; Sun, 24 Nov 2013 17:46:19 GMT (envelope-from bsam@freefall.freebsd.org) Received: (from bsam@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOHkHYC042666; Sun, 24 Nov 2013 17:46:17 GMT (envelope-from bsam) Date: Sun, 24 Nov 2013 17:46:17 GMT Message-Id: <201311241746.rAOHkHYC042666@freefall.freebsd.org> To: jwbacon@tds.net, bsam@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: bsam@FreeBSD.org Subject: Re: ports/177753: New port: sysutils/slurm-devel X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 17:46:20 -0000 Synopsis: New port: sysutils/slurm-devel State-Changed-From-To: open->closed State-Changed-By: bsam State-Changed-When: Sun Nov 24 17:46:17 UTC 2013 State-Changed-Why: Superseded by 181691. http://www.freebsd.org/cgi/query-pr.cgi?pr=177753 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id E557C397 for ; Sun, 24 Nov 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B08762CC5 for ; Sun, 24 Nov 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 rAOIA0fL046702 for ; Sun, 24 Nov 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 rAOIA0YH046691; Sun, 24 Nov 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:00 GMT Resent-Message-Id: <201311241810.rAOIA0YH046691@freefall.freebsd.org> 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 ESMTPS id C9570349 for ; Sun, 24 Nov 2013 18:05:54 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 98CD82CA9 for ; Sun, 24 Nov 2013 18:05:54 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id DB9001880017 for ; Mon, 25 Nov 2013 03:00:21 +0900 (JST) Message-Id: <20131125025022.6a128224d86dab239fcc836c@yahoo.com> Date: Mon, 25 Nov 2013 02:50:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184219: biology/lamarc: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:01 -0000 >Number: 184219 >Category: ports >Synopsis: biology/lamarc: Fix 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: Sun Nov 24 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current New file: files/patch-src__control__defaults.h >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/lamarc/Makefile biology/lamarc/Makefile --- /usr/ports/biology/lamarc/Makefile 2013-11-06 22:05:44.000000000 +0900 +++ biology/lamarc/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -32,10 +32,6 @@ CONFIGURE_ARGS+= --disable-converter .endif -.if empty(PORT_OPTIONS:MDOCS) -INSTALL_TARGET= install-exec-am -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|/html/lamarc|/${DOCSDIR_REL}|' ${WRKSRC}/Makefile.in diff -urN /usr/ports/biology/lamarc/files/patch-src__control__defaults.h biology/lamarc/files/patch-src__control__defaults.h --- /usr/ports/biology/lamarc/files/patch-src__control__defaults.h 1970-01-01 09:00:00.000000000 +0900 +++ biology/lamarc/files/patch-src__control__defaults.h 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/control/defaults.h.orig ++++ src/control/defaults.h +@@ -3,6 +3,7 @@ + #ifndef DEFAULTS_H + #define DEFAULTS_H + ++#include + #include + #include "constants.h" + #include "local_build.h" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id DD2893B4 for ; Sun, 24 Nov 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2EB02CE3 for ; Sun, 24 Nov 2013 18: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 rAOIA45Y046871 for ; Sun, 24 Nov 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA4BV046870; Sun, 24 Nov 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:04 GMT Resent-Message-Id: <201311241810.rAOIA4BV046870@freefall.freebsd.org> 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 ESMTPS id A24422C2 for ; Sun, 24 Nov 2013 18:01:54 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 788C12C80 for ; Sun, 24 Nov 2013 18:01:54 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id 86C3F980038 for ; Mon, 25 Nov 2013 03:01:52 +0900 (JST) Message-Id: <20131125025205.88f7ac92be1b187475bc1e13@yahoo.com> Date: Mon, 25 Nov 2013 02:52:05 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184232: graphics/png2ico: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:05 -0000 >Number: 184232 >Category: ports >Synopsis: graphics/png2ico: Fix build >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 Nov 24 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build New file: files/patch-png2ico.cpp Remove file: files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/png2ico/Makefile graphics/png2ico/Makefile --- /usr/ports/graphics/png2ico/Makefile 2013-11-06 22:02:20.000000000 +0900 +++ graphics/png2ico/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -13,24 +13,29 @@ LICENSE= GPLv2 -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png - -MAN1= png2ico.1 -PLIST_FILES= bin/png2ico -PORTDOCS= bmp.txt +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME} -NO_STAGE= yes +CPPFLAGS+= $$(libpng-config --cflags) +LDFLAGS+= $$(libpng-config --ldflags) + +PORTDOCS= bmp.txt +PLIST_FILES= bin/png2ico man/man1/png2ico.1.gz + .include -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${MAN1} ${MAN1PREFIX}/man/man1 +do-build: + (cd ${WRKSRC} && ${CXX} ${CXXFLAGS} ${CPPFLAGS} -o png2ico \ + png2ico.cpp ${LDFLAGS}) -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${DOCSDIR} -.endif +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} png2ico \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/doc && ${INSTALL_DATA} png2ico.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} bmp.txt \ + ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/graphics/png2ico/files/patch-Makefile graphics/png2ico/files/patch-Makefile --- /usr/ports/graphics/png2ico/files/patch-Makefile 2013-11-06 22:02:20.000000000 +0900 +++ graphics/png2ico/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- Makefile.orig Mon Oct 17 13:19:41 2005 -+++ Makefile Mon Oct 17 13:21:09 2005 -@@ -5,7 +5,7 @@ - all: png2ico - - png2ico: png2ico.cpp -- g++ $(CPPFLAGS) $(DEBUG) -o $@ $< -lpng -lz -lm -+ $(CXX) $(CXXFLAGS) -I$(LOCALBASE)/include -L$(LOCALBASE)/lib -o $@ $< -lpng -lz -lm - - doc/png2ico.txt: doc/png2ico.1 - man $< |sed -e $$'s/.\b\\(.\\)/\\1/g' -e 's/\(.*\)/\1'$$'\r/' >$@ diff -urN /usr/ports/graphics/png2ico/files/patch-png2ico.cpp graphics/png2ico/files/patch-png2ico.cpp --- /usr/ports/graphics/png2ico/files/patch-png2ico.cpp 1970-01-01 09:00:00.000000000 +0900 +++ graphics/png2ico/files/patch-png2ico.cpp 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- png2ico.cpp.orig ++++ png2ico.cpp +@@ -33,6 +33,7 @@ + + + #include ++#include + #include + #include + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10:06 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 ESMTPS id 64A223C1 for ; Sun, 24 Nov 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45C732CEE for ; Sun, 24 Nov 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 rAOIA6fJ046926 for ; Sun, 24 Nov 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 rAOIA6QO046925; Sun, 24 Nov 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:06 GMT Resent-Message-Id: <201311241810.rAOIA6QO046925@freefall.freebsd.org> 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 ESMTPS id DBF542D5 for ; Sun, 24 Nov 2013 18:02:12 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id B15C52C85 for ; Sun, 24 Nov 2013 18:02:12 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta02.auone-net.jp (au one net mail) with ESMTP id 9ED641560039 for ; Mon, 25 Nov 2013 03:02:09 +0900 (JST) Message-Id: <20131125025218.b0da0a02f55823852e44a250@yahoo.com> Date: Mon, 25 Nov 2013 02:52:18 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184237: japanese/skkfep: Update MASTER_SITES and WWW line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:06 -0000 >Number: 184237 >Category: ports >Synopsis: japanese/skkfep: Update MASTER_SITES and WWW line >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 Nov 24 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update MASTER_SITES anfd WWW: line - Fix build with clang >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/skkfep/Makefile japanese/skkfep/Makefile --- /usr/ports/japanese/skkfep/Makefile 2013-11-06 21:58:42.000000000 +0900 +++ japanese/skkfep/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -5,19 +5,21 @@ PORTVERSION= 0.87 PORTREVISION= 2 CATEGORIES= japanese -MASTER_SITES= http://homepage2.nifty.com/aito/skkfep/ +MASTER_SITES= http://aitoweb.world.coocan.jp/skkfep/ MAINTAINER= ports@FreeBSD.org COMMENT= SKK-like Kana-to-Kanji FrontEnd Processor RUN_DEPENDS= ${LOCALBASE}/sbin/skkserv:${PORTSDIR}/japanese/skk -MAN1= skkfep.1 -PLIST_FILES= bin/skkfep +CFLAGS+= -Wno-return-type + +PLIST_FILES= bin/skkfep man/man1/skkfep.1 -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/skkfep ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/skkfep.1 ${MANPREFIX}/man/man1 + (cd ${WRKSRC} && ${INSTALL_PROGRAM} skkfep \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} skkfep.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) .include diff -urN /usr/ports/japanese/skkfep/pkg-descr japanese/skkfep/pkg-descr --- /usr/ports/japanese/skkfep/pkg-descr 2013-11-06 21:58:42.000000000 +0900 +++ japanese/skkfep/pkg-descr 2013-11-25 00:00:00.000000000 +0900 @@ -1,4 +1,4 @@ skkfep is a tool to input Kana and Kanji from the terminal. This also include some patches for Word registration. -WWW: http://homepage2.nifty.com/aito/soft.html +WWW: http://aitoweb.world.coocan.jp/soft.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10: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 ESMTPS id DD3F13F9 for ; Sun, 24 Nov 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1A352CF8 for ; Sun, 24 Nov 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 rAOIA78T046981 for ; Sun, 24 Nov 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 rAOIA74V046980; Sun, 24 Nov 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:07 GMT Resent-Message-Id: <201311241810.rAOIA74V046980@freefall.freebsd.org> 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 ESMTPS id B5AA0289 for ; Sun, 24 Nov 2013 18:00:18 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 751972C43 for ; Sun, 24 Nov 2013 18:00:18 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id 816EE98003E for ; Mon, 25 Nov 2013 03:00:03 +0900 (JST) Message-Id: <20131125025005.62f18cfa13dffcf41050c1ce@yahoo.com> Date: Mon, 25 Nov 2013 02:50:05 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184242: biology/avida: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:07 -0000 >Number: 184242 >Category: ports >Synopsis: biology/avida: 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: Sun Nov 24 18:10:07 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang New file: files/patch-avida-core__source__main__cGenomeUtil.cc files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc Remove file: files/patch-libs_apto_include_apto_core_Functor.h files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-por t.h >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/avida/Makefile biology/avida/Makefile --- /usr/ports/biology/avida/Makefile 2013-11-06 22:05:42.000000000 +0900 +++ biology/avida/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -8,13 +8,14 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An auto-adaptive genetic system designed for ALife research +COMMENT= Auto-adaptive genetic system designed for ALife research LICENSE= GPLv3 OPTIONS_DEFINE= DOCS USES= cmake:outsource ncurses +CMAKE_ARGS= -DAPTO_UNIT_TESTS:BOOL=OFF -DAVD_UNIT_TESTS:BOOL=OFF PORTDOCS= * PLIST_FILES= ${BIN_FILES:S|^|bin/|} \ @@ -30,7 +31,6 @@ instset-heads-sex.cfg instset-heads.cfg instset-smt.cfg \ instset-transsmt.cfg -NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" @@ -41,7 +41,7 @@ @${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \ ${REINPLACE_CMD} -e \ 's|-O[0-9]|| ; \ - s| pthread| ${PTHREAD_LIBS}|' + s| pthread| -pthread|' @${REINPLACE_CMD} -e '/long long int/s|std::abs|llabs|' \ ${WRKSRC}/avida-core/source/main/cPopulationInterface.cc @@ -52,20 +52,19 @@ .endfor do-install: - @${MKDIR} ${PREFIX}/lib/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} .for exec in ${BIN_FILES} - (cd ${WRKSRC} \ - && ${INSTALL_SCRIPT} ${exec}.sh ${PREFIX}/bin/${exec}) - (cd ${BUILD_WRKSRC}/bin \ - && ${INSTALL_PROGRAM} ${exec} ${PREFIX}/lib/${PORTNAME}) + (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${exec}.sh \ + ${STAGEDIR}${PREFIX}/bin/${exec}) + (cd ${BUILD_WRKSRC}/bin && ${INSTALL_PROGRAM} ${exec} \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) .endfor - (cd ${WRKSRC}/avida-core/support/config \ - && ${INSTALL_DATA} *.cfg ${PREFIX}/lib/${PORTNAME} \ - && ${INSTALL_DATA} *.org ${PREFIX}/lib/${PORTNAME}) -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}/avida-core/documentation \ - && ${COPYTREE_SHARE} . ${DOCSDIR}) -.endif + (cd ${WRKSRC}/avida-core/support/config && ${INSTALL_DATA} *.cfg \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) + (cd ${WRKSRC}/avida-core/support/config && ${INSTALL_DATA} *.org \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/avida-core/documentation && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc --- /usr/ports/biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc 1970-01-01 09:00:00.000000000 +0900 +++ biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,18 @@ +--- avida-core/source/main/cGenomeUtil.cc.orig ++++ avida-core/source/main/cGenomeUtil.cc +@@ -214,7 +214,14 @@ + */ + void cGenomeUtil::RandomShuffle(cAvidaContext& ctx, Sequence& genome) { + std::vector idx(static_cast(genome.GetSize())); +- std::iota(idx.begin(), idx.end(), 0); ++ ++ std::vector::iterator idx_it = idx.begin(); ++ int value = 0; ++ while (idx_it != idx.end()) { ++ *idx_it++ = value; ++ ++value; ++ } ++ + cRandomStdAdaptor rng(ctx.GetRandom()); + std::random_shuffle(idx.begin(), idx.end(), rng); + Sequence shuffled(genome.GetSize()); diff -urN /usr/ports/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc --- /usr/ports/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc 1970-01-01 09:00:00.000000000 +0900 +++ biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- libs/tcmalloc-1.4/src/malloc_extension.cc.orig ++++ libs/tcmalloc-1.4/src/malloc_extension.cc +@@ -57,6 +57,7 @@ + #include + #include + #include ++#include + #if defined HAVE_STDINT_H + #include + #elif defined HAVE_INTTYPES_H diff -urN /usr/ports/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h biology/avida/files/patch-libs_apto_include_apto_core_Functor.h --- /usr/ports/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h 2013-11-06 22:05:42.000000000 +0900 +++ biology/avida/files/patch-libs_apto_include_apto_core_Functor.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- libs/apto/include/apto/core/Functor.h.orig 2012-09-29 03:33:38.000000000 +0000 -+++ libs/apto/include/apto/core/Functor.h -@@ -38,6 +38,7 @@ - - #include "apto/platform/Visibility.h" - -+#include - #include - - diff -urN /usr/ports/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h --- /usr/ports/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h 2013-11-06 22:05:42.000000000 +0900 +++ biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- libs/apto/utils/unittest/googletest/include/gtest/internal/gtest-port.h.orig 2012-09-29 03:33:39.000000000 +0000 -+++ libs/apto/utils/unittest/googletest/include/gtest/internal/gtest-port.h -@@ -173,6 +173,7 @@ - #include - #include - #include -+#include - #ifndef _WIN32_WCE - #include - #endif // !_WIN32_WCE >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18: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 ESMTPS id C062A3FF for ; Sun, 24 Nov 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5D8D2CFD for ; Sun, 24 Nov 2013 18: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 rAOIA8Qx047003 for ; Sun, 24 Nov 2013 18:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA88G047002; Sun, 24 Nov 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:08 GMT Resent-Message-Id: <201311241810.rAOIA88G047002@freefall.freebsd.org> 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 ESMTPS id 1E9AE2A5 for ; Sun, 24 Nov 2013 18:01:40 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id E9DC62C7C for ; Sun, 24 Nov 2013 18:01:39 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id 0FD0A188002E for ; Mon, 25 Nov 2013 03:01:37 +0900 (JST) Message-Id: <20131125025131.10f748546fd93e62fe197b53@yahoo.com> Date: Mon, 25 Nov 2013 02:51:31 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184244: games/jfk: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:08 -0000 >Number: 184244 >Category: ports >Synopsis: games/jfk: 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: Sun Nov 24 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang New file: files/patch-src__client__objects_c.cc files/patch-src__lib__network.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/games/jfk/Makefile games/jfk/Makefile --- /usr/ports/games/jfk/Makefile 2013-11-06 22:01:00.000000000 +0900 +++ games/jfk/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -8,7 +8,6 @@ MASTER_SITES= http://hop.at/jfk/ LICENSE= GPLv2 # (or later) -LICENSE_FILE= ${WRKSRC}/COPYING MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer 2D shoot'em up game diff -urN /usr/ports/games/jfk/files/patch-src__client__objects_c.cc games/jfk/files/patch-src__client__objects_c.cc --- /usr/ports/games/jfk/files/patch-src__client__objects_c.cc 1970-01-01 09:00:00.000000000 +0900 +++ games/jfk/files/patch-src__client__objects_c.cc 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/client/objects_c.cc.orig ++++ src/client/objects_c.cc +@@ -21,6 +21,7 @@ + */ + + #include ++#include + #include + #include "objects_c.h" + #include "level.h" diff -urN /usr/ports/games/jfk/files/patch-src__lib__network.cc games/jfk/files/patch-src__lib__network.cc --- /usr/ports/games/jfk/files/patch-src__lib__network.cc 1970-01-01 09:00:00.000000000 +0900 +++ games/jfk/files/patch-src__lib__network.cc 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,28 @@ +--- src/lib/network.cc.orig ++++ src/lib/network.cc +@@ -6,6 +6,7 @@ + #include + #include + #include ++#include + #include + #include + #include +@@ -289,7 +290,7 @@ + + set_socket_nonblocking(listenfd); + +- sa = (sockaddr*)std::malloc(MAXSOCKADDR); ++ sa = (sockaddr*)malloc(MAXSOCKADDR); + if (sa == NULL) + throw std::bad_alloc(); + } +@@ -370,7 +371,7 @@ + const size_t MIN_POLLFD = 10; + /* allocate more memory for the pollfd array */ + fd_alloc = std::max(MIN_POLLFD, 3 * fd_alloc / 2); +- pollfd* tmp = (pollfd*)std::realloc(fds, fd_alloc * sizeof *fds); ++ pollfd* tmp = (pollfd*)realloc(fds, fd_alloc * sizeof *fds); + if (tmp == NULL) + throw std::bad_alloc(); + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10: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 ESMTPS id 68D7C3B0 for ; Sun, 24 Nov 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3455E2CDE for ; Sun, 24 Nov 2013 18: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 rAOIA4S5046849 for ; Sun, 24 Nov 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA44G046848; Sun, 24 Nov 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:04 GMT Resent-Message-Id: <201311241810.rAOIA44G046848@freefall.freebsd.org> 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 ESMTPS id EC5D128E for ; Sun, 24 Nov 2013 18:00:34 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id C17D82C6F for ; Sun, 24 Nov 2013 18:00:34 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id 1AA4B980038 for ; Mon, 25 Nov 2013 03:00:32 +0900 (JST) Message-Id: <20131125025035.7e9b6507e01970ef57df9928@yahoo.com> Date: Mon, 25 Nov 2013 02:50:35 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184230: devel/ace: Update to version 6.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:04 -0000 >Number: 184230 >Category: ports >Synopsis: devel/ace: Update to version 6.2.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: Sun Nov 24 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 6.2.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/ace/Makefile devel/ace/Makefile --- /usr/ports/devel/ace/Makefile 2013-11-06 21:50:40.000000000 +0900 +++ devel/ace/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/ace/Makefile 329971 2013-10-10 07:19:48Z jhale $ PORTNAME= ace -PORTVERSION= 6.2.2 +PORTVERSION= 6.2.3 CATEGORIES= devel MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \ http://download.dre.vanderbilt.edu/previous_versions/ diff -urN /usr/ports/devel/ace/distinfo devel/ace/distinfo --- /usr/ports/devel/ace/distinfo 2013-11-06 21:50:40.000000000 +0900 +++ devel/ace/distinfo 2013-11-25 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ACE-6.2.2.tar.bz2) = a2615c069299668fea46197acf3e9adfd8ad925aea075ccd35767604e5bae734 -SIZE (ACE-6.2.2.tar.bz2) = 8052120 +SHA256 (ACE-6.2.3.tar.bz2) = f967a5f07dd48c9d49ecafa2c3fcab2560780f0c30742ec8983f1794fa9bc1b5 +SIZE (ACE-6.2.3.tar.bz2) = 8232226 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10:05 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 ESMTPS id 2F7593B7 for ; Sun, 24 Nov 2013 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14E6F2CE5 for ; Sun, 24 Nov 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 rAOIA4LE046882 for ; Sun, 24 Nov 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA4Yg046881; Sun, 24 Nov 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:04 GMT Resent-Message-Id: <201311241810.rAOIA4Yg046881@freefall.freebsd.org> 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 ESMTPS id 3DDC72D4 for ; Sun, 24 Nov 2013 18:02:07 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 145C42C84 for ; Sun, 24 Nov 2013 18:02:07 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id 5F40C188002E for ; Mon, 25 Nov 2013 03:02:05 +0900 (JST) Message-Id: <20131125025215.19138d743bffd2349c4c7606@yahoo.com> Date: Mon, 25 Nov 2013 02:52:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184233: graphics/rgbpaint: Support CC properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:05 -0000 >Number: 184233 >Category: ports >Synopsis: graphics/rgbpaint: Support CC properly >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 Nov 24 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC properly >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/rgbpaint/Makefile graphics/rgbpaint/Makefile --- /usr/ports/graphics/rgbpaint/Makefile 2013-11-06 22:01:31.000000000 +0900 +++ graphics/rgbpaint/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -10,17 +10,21 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Very basic painting program -USES= gettext pkgconfig USE_BZIP2= yes +USES= gettext pkgconfig USE_GNOME= gtk20 HAS_CONFIGURE= yes -CONFIGURE_ARGS= --prefix=${PREFIX} --mandir=${MAN1PREFIX}/man/man1 \ - --locale=${PREFIX}/share/locale cflags slow intl man -MAN1= ${PORTNAME}.1 -MANCOMPRESSED= yes +CONFIGURE_ARGS= --prefix=${STAGEDIR}${PREFIX} \ + --mandir=${STAGEDIR}${MAN1PREFIX}/man/man1 \ + --locale=${STAGEDIR}${PREFIX}/share/locale \ + cflags slow debug intl man -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e '/if \[/s|==|=|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + '/gcc/s|^|#| ; \ + /if \[/s|==|=|' ${WRKSRC}/configure + +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/rgbpaint .include diff -urN /usr/ports/graphics/rgbpaint/pkg-plist graphics/rgbpaint/pkg-plist --- /usr/ports/graphics/rgbpaint/pkg-plist 2013-11-06 22:01:31.000000000 +0900 +++ graphics/rgbpaint/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -1,4 +1,5 @@ bin/rgbpaint +man/man1/rgbpaint.1.gz share/locale/cs/LC_MESSAGES/rgbpaint.mo share/locale/de_DE/LC_MESSAGES/rgbpaint.mo share/locale/es/LC_MESSAGES/rgbpaint.mo @@ -8,13 +9,3 @@ share/locale/pt_BR/LC_MESSAGES/rgbpaint.mo share/locale/tr/LC_MESSAGES/rgbpaint.mo share/locale/zh_TW/LC_MESSAGES/rgbpaint.mo -@dirrmtry share/locale/cs/LC_MESSAGES -@dirrmtry share/locale/cs -@dirrmtry share/locale/de_DE/LC_MESSAGES -@dirrmtry share/locale/de_DE -@dirrmtry share/locale/pl/LC_MESSAGES -@dirrmtry share/locale/pl -@dirrmtry share/locale/pt/LC_MESSAGES -@dirrmtry share/locale/pt -@dirrmtry share/locale/zh_TW/LC_MESSAGES -@dirrmtry share/locale/zh_TW >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id 7FE993B9 for ; Sun, 24 Nov 2013 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E60E2CE7 for ; Sun, 24 Nov 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 rAOIA55S046893 for ; Sun, 24 Nov 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 rAOIA5d9046892; Sun, 24 Nov 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:05 GMT Resent-Message-Id: <201311241810.rAOIA5d9046892@freefall.freebsd.org> 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 ESMTPS id C4C9F28C for ; Sun, 24 Nov 2013 18:00:29 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 85DE72C4A for ; Sun, 24 Nov 2013 18:00:29 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id 72A221880033 for ; Mon, 25 Nov 2013 03:00:25 +0900 (JST) Message-Id: <20131125025028.7ae84c9499840b3c8d013a53@yahoo.com> Date: Mon, 25 Nov 2013 02:50:28 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184234: databases/gtksql: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:05 -0000 >Number: 184234 >Category: ports >Synopsis: databases/gtksql: Fix 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: Sun Nov 24 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/gtksql/Makefile databases/gtksql/Makefile --- /usr/ports/databases/gtksql/Makefile 2013-11-06 22:04:17.000000000 +0900 +++ databases/gtksql/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -3,73 +3,80 @@ PORTNAME= gtksql PORTVERSION= 0.4.5 +PORTREVISION= 1 CATEGORIES= databases -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-testing/${PORTNAME}-${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-testing/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Graphical query tool for PostgreSQL/MySQL/SQLite -LICENSE= GPLv2 +LICENSE= GPLv2 # (or later) -LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app +LIB_DEPENDS= libscintilla.so:${PORTSDIR}/x11-toolkits/scintilla +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils -GNU_CONFIGURE= yes -USE_AUTOTOOLS= libtool -USES= pkgconfig gmake -USE_GNOME= gtk20 -LDFLAGS+= -L${LOCALBASE}/lib -lgmodule-2.0 +OPTIONS_DEFINE= AVAHI +OPTIONS_MULTI= DB +OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE +OPTIONS_DEFAULT= SQLITE -MAN1= ${PORTNAME}.1 -PORTDOCS= AUTHORS ChangeLog NEWS README TODO +USES= gettext gmake pkgconfig +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ + AUTOHEADER="${TRUE}" -OPTIONS_MULTI= DB -OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE3 -OPTIONS_DEFAULT= MYSQL PGSQL SQLITE3 +CPPFLAGS+= -I${LOCALBASE}/include/scintilla -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -lscintilla -lscintilla_lexers -NO_STAGE= yes .include -.if ${PORT_OPTIONS:MMYSQL} -USE_MYSQL= yes +.if ${PORT_OPTIONS:MAVAHI} +LIB_DEPENDS+= libavahi-common.so:${PORTSDIR}/net/avahi-app .else -CONFIGURE_ARGS+=--without-mysql +CONFIGURE_ARGS+= --without-avahi .endif -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" +.if ${PORT_OPTIONS:MMYSQL} +USE_MYSQL= yes +CPPFLAGS+= -I${LOCALBASE}/include/mysql +LDFLAGS+= -L${LOCALBASE}/lib/mysql .else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " +CONFIGURE_ARGS+= --without-mysql .endif .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes .else -CONFIGURE_ARGS+=--without-postgresql +CONFIGURE_ARGS+= --without-postgresql .endif -.if ${PORT_OPTIONS:MSQLITE3} -LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 +.if ${PORT_OPTIONS:MSQLITE} +USE_SQLITE= yes .else -CONFIGURE_ARGS+=--without-sqlite +CONFIGURE_ARGS+= --without-sqlite .endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/include/mysql|${LOCALBASE}/include/mysql|g' \ - -e 's|/usr/include/postgresql|${LOCALBASE}/include/postgresql/server|g' \ + @${REINPLACE_CMD} -e \ + '/-lstdc++/s|^|#| ; \ + /scintilla.a/s|^|#| ; \ + /\/scintilla\/include/s|^|#| ; \ + /ac_header/s|postgres.h|libpq-fe.h| ; \ + /^packagedatadir/s|=.*|=share/gtksql|' \ ${WRKSRC}/configure - @${REINPLACE_CMD} 's|make|$$(MAKE)|' \ - ${WRKSRC}/scintilla/Makefile.in - @${REINPLACE_CMD} 's|-Os|${CFLAGS}|g' \ - ${WRKSRC}/scintilla/gtk/makefile - -post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} -.for file in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif + @${REINPLACE_CMD} -e \ + 's|-O1|| ; \ + s|-g$$|-DGTK|' \ + ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e \ + 's|||' \ + ${WRKSRC}/src/d_postgres_f.c + @${REINPLACE_CMD} -e \ + 's|mozilla|xdg-open|' \ + ${WRKSRC}/src/gtkui-object.c + @${REINPLACE_CMD} -e \ + 's|/usr/local/gtksql|${PREFIX}/lib/gtksql|' \ + ${WRKSRC}/src/plugins.c .include diff -urN /usr/ports/databases/gtksql/files/patch-Makefile.in databases/gtksql/files/patch-Makefile.in --- /usr/ports/databases/gtksql/files/patch-Makefile.in 2013-11-06 22:04:17.000000000 +0900 +++ databases/gtksql/files/patch-Makefile.in 2013-11-25 00:00:00.000000000 +0900 @@ -1,20 +1,19 @@ --- Makefile.in.orig 2013-10-08 11:01:04.306764000 +0200 +++ Makefile.in 2013-10-08 11:27:51.000000000 +0200 -@@ -728,7 +728,7 @@ +@@ -237,14 +237,12 @@ + target_alias = @target_alias@ + top_builddir = @top_builddir@ + top_srcdir = @top_srcdir@ +-SUBDIRS = Pics po scintilla intl src pixmaps man gnome +-gtksqldocdir = ${prefix}/doc/gtksql ++SUBDIRS = Pics po src pixmaps man gnome ++gtksqldocdir = ${docdir} + gtksqldoc_DATA = \ + README\ +- COPYING\ + AUTHORS\ + ChangeLog\ +- INSTALL\ + NEWS\ + TODO - info-am: - --install-data-am: install-gtksqldocDATA -+install-data-am: - - install-dvi: install-dvi-recursive - -@@ -764,7 +764,7 @@ - - ps-am: - --uninstall-am: uninstall-gtksqldocDATA -+uninstall-am: - - .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \ - install-strip diff -urN /usr/ports/databases/gtksql/pkg-plist databases/gtksql/pkg-plist --- /usr/ports/databases/gtksql/pkg-plist 2013-11-06 22:04:17.000000000 +0900 +++ databases/gtksql/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -1,35 +1,44 @@ bin/gtksql +man/man1/gtksql.1.gz share/applications/gtksql.desktop -%%NLS%%share/locale/de_DE/LC_MESSAGES/gtksql.mo -share/pixmaps/connect-grey.xpm -share/pixmaps/connect.png -share/pixmaps/connect.xpm -share/pixmaps/delete-grey.xpm -share/pixmaps/delete.xpm -share/pixmaps/disconnect-grey.xpm -share/pixmaps/disconnect.png -share/pixmaps/disconnect.xpm -share/pixmaps/export-grey.xpm -share/pixmaps/export.xpm -share/pixmaps/gtksql.png -share/pixmaps/gtksql.xpm -share/pixmaps/gtksql_db.png -share/pixmaps/gtksql_field.png -share/pixmaps/gtksql_gnome_icon.png -share/pixmaps/gtksql_table.png -share/pixmaps/new-grey.xpm -share/pixmaps/new.xpm -share/pixmaps/open-grey.xpm -share/pixmaps/open.xpm -share/pixmaps/question.xpm -share/pixmaps/refresh-grey.xpm -share/pixmaps/refresh.xpm -share/pixmaps/rename-grey.xpm -share/pixmaps/rename.xpm -share/pixmaps/save-grey.xpm -share/pixmaps/save.xpm -share/pixmaps/send-grey.xpm -share/pixmaps/send.xpm -share/pixmaps/warning.xpm -%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/de_DE +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%DATADIR%%/pixmaps/connect-grey.xpm +%%DATADIR%%/pixmaps/connect.png +%%DATADIR%%/pixmaps/connect.xpm +%%DATADIR%%/pixmaps/delete-grey.xpm +%%DATADIR%%/pixmaps/delete.xpm +%%DATADIR%%/pixmaps/disconnect-grey.xpm +%%DATADIR%%/pixmaps/disconnect.png +%%DATADIR%%/pixmaps/disconnect.xpm +%%DATADIR%%/pixmaps/export-grey.xpm +%%DATADIR%%/pixmaps/export.xpm +%%DATADIR%%/pixmaps/gtksql.png +%%DATADIR%%/pixmaps/gtksql.xpm +%%DATADIR%%/pixmaps/gtksql_db.png +%%DATADIR%%/pixmaps/gtksql_field.png +%%DATADIR%%/pixmaps/gtksql_gnome_icon.png +%%DATADIR%%/pixmaps/gtksql_table.png +%%DATADIR%%/pixmaps/new-grey.xpm +%%DATADIR%%/pixmaps/new.xpm +%%DATADIR%%/pixmaps/open-grey.xpm +%%DATADIR%%/pixmaps/open.xpm +%%DATADIR%%/pixmaps/question.xpm +%%DATADIR%%/pixmaps/refresh-grey.xpm +%%DATADIR%%/pixmaps/refresh.xpm +%%DATADIR%%/pixmaps/rename-grey.xpm +%%DATADIR%%/pixmaps/rename.xpm +%%DATADIR%%/pixmaps/save-grey.xpm +%%DATADIR%%/pixmaps/save.xpm +%%DATADIR%%/pixmaps/send-grey.xpm +%%DATADIR%%/pixmaps/send.xpm +%%DATADIR%%/pixmaps/warning.xpm +share/locale/de_DE/LC_MESSAGES/gtksql.mo +@dirrmtry share/locale/de_DE/LC_MESSAGES +@dirrmtry share/locale/de_DE +@dirrm %%DATADIR%%/pixmaps +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id C46BD3A7 for ; Sun, 24 Nov 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A94E62CD5 for ; Sun, 24 Nov 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 rAOIA2qP046805 for ; Sun, 24 Nov 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 rAOIA2p3046804; Sun, 24 Nov 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:02 GMT Resent-Message-Id: <201311241810.rAOIA2p3046804@freefall.freebsd.org> 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 ESMTPS id DA0AD2DA for ; Sun, 24 Nov 2013 18:02:29 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id AE3942C8B for ; Sun, 24 Nov 2013 18:02:29 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id 77939980038 for ; Mon, 25 Nov 2013 03:02:27 +0900 (JST) Message-Id: <20131125025230.d0e377cef1b5e952d78a9f75@yahoo.com> Date: Mon, 25 Nov 2013 02:52:30 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184226: print/xmbibtex: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:02 -0000 >Number: 184226 >Category: ports >Synopsis: print/xmbibtex: 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: Sun Nov 24 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang New file: files/patch-print_cb.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/print/xmbibtex/Makefile print/xmbibtex/Makefile --- /usr/ports/print/xmbibtex/Makefile 2013-11-06 22:05:15.000000000 +0900 +++ print/xmbibtex/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -5,8 +5,7 @@ PORTVERSION= 1.7 PORTREVISION= 3 CATEGORIES= print databases -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/tex +MASTER_SITES= SUNSITE/apps/tex MAINTAINER= ports@FreeBSD.org COMMENT= Reference manager based on the BibTeX file format @@ -19,9 +18,4 @@ PLIST_FILES= bin/xmbibtex lib/X11/app-defaults/XmBibTeX -NO_STAGE= yes -post-configure: - @${REINPLACE_CMD} -e 's,(CCLINK,(CXXLINK, ; s,/usr/local,${PREFIX},' \ - ${WRKSRC}/Makefile - .include diff -urN /usr/ports/print/xmbibtex/files/patch-aa print/xmbibtex/files/patch-aa --- /usr/ports/print/xmbibtex/files/patch-aa 2013-11-06 22:05:15.000000000 +0900 +++ print/xmbibtex/files/patch-aa 2013-11-25 00:00:00.000000000 +0900 @@ -1,11 +1,11 @@ --- Imakefile.orig Sun Oct 19 02:50:16 1997 +++ Imakefile Sun Nov 12 20:17:11 2000 -@@ -1,11 +1,11 @@ --SYS_LIBRARIES = -lXm -lXt -lSM -lICE -lX11 -lXpm -lXext -lXmu +@@ -1,11 +1,12 @@ + SYS_LIBRARIES = -lXm -lXt -lSM -lICE -lX11 -lXpm -lXext -lXmu -CC = g++ -INCLUDES = -I/usr/include/g++ -+SYS_LIBRARIES = ${MOTIFLIB} -lXt -lSM -lICE -lX11 -lXpm -lXext -lXmu +CC = $(CXX) ++CCLINK = $(CXXLINK) +XCOMM INCLUDES = -I/usr/include/g++ -BINDIR = /usr/local/bin diff -urN /usr/ports/print/xmbibtex/files/patch-print_cb.cc print/xmbibtex/files/patch-print_cb.cc --- /usr/ports/print/xmbibtex/files/patch-print_cb.cc 1970-01-01 09:00:00.000000000 +0900 +++ print/xmbibtex/files/patch-print_cb.cc 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,46 @@ +--- print_cb.cc.orig ++++ print_cb.cc +@@ -2,9 +2,9 @@ + /* Print LaTeX Module */ + /* Last change 18.08.1996 */ + +-#include +-#include +-#include ++#include ++#include ++#include + #include + #include "globals.h" + +@@ -13,18 +13,18 @@ + char *filename; + char *db, *pdb; + unsigned long n; +- ofstream out; ++ std::ofstream out; + Cursor uhr, pfeil; + + XmFileSelectionBoxCallbackStruct *cbs= + (XmFileSelectionBoxCallbackStruct *) call_data; + + if (!XmStringGetLtoR(cbs->value, XmFONTLIST_DEFAULT_TAG, &filename)) { +- cout << "Internal error pasting filename! \n"; ++ std::cout << "Internal error pasting filename! \n"; + return; + } + if (!*filename) { +- cout << "No file selected! \n"; ++ std::cout << "No file selected! \n"; + XtFree(filename); + return; + } +@@ -37,7 +37,7 @@ + + out.open(filename); + if(!out) { +- cout << "Cannot open LaTeX file for output! \n"; ++ std::cout << "Cannot open LaTeX file for output! \n"; + return; + } + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10:05 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 ESMTPS id C24DA3BD for ; Sun, 24 Nov 2013 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A76E42CEA for ; Sun, 24 Nov 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 rAOIA51e046904 for ; Sun, 24 Nov 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 rAOIA5Ak046903; Sun, 24 Nov 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:05 GMT Resent-Message-Id: <201311241810.rAOIA5Ak046903@freefall.freebsd.org> 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 ESMTPS id EECB02D9 for ; Sun, 24 Nov 2013 18:02:25 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id AE4DC2C8A for ; Sun, 24 Nov 2013 18:02:25 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id D3190980038 for ; Mon, 25 Nov 2013 03:02:21 +0900 (JST) Message-Id: <20131125025227.070b55594d516e926cf1148f@yahoo.com> Date: Mon, 25 Nov 2013 02:52:27 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184235: net/pmf: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:05 -0000 >Number: 184235 >Category: ports >Synopsis: net/pmf: Fix 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: Sun Nov 24 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current New file: files/patch-help.c files/patch-ipc.c files/patch-putget.c >How-To-Repeat: >Fix: diff -urN /usr/ports/net/pmf/Makefile net/pmf/Makefile --- /usr/ports/net/pmf/Makefile 2013-11-06 21:53:08.000000000 +0900 +++ net/pmf/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -12,32 +12,31 @@ WRKSRC= ${WRKDIR}/pmfdir/src -SYSSRC= ${WRKSRC}/../system_dir -DOCSRC= ${WRKSRC}/../doc -XMPSRC= ${WRKSRC}/../examples -SUB_FILES= pmfrc.default +OPTIONS_DEFINE= DOCS EXAMPLES + +USES= readline -CFLAGS+= -Wno-return-type +SUB_FILES= pmfrc.default -NO_STAGE= yes .include +post-extract: + @${LN} -sf .pmfrc ${WRKSRC}/../examples/dot.pmfrc + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pmf ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${SYSSRC}/NEWS ${DATADIR} - ${INSTALL_DATA} ${WRKDIR}/pmfrc.default ${DATADIR} - @${MKDIR} ${DATADIR}/helpfiles - ${INSTALL_DATA} ${SYSSRC}/helpfiles/.pmfrc ${DATADIR}/helpfiles - ${INSTALL_DATA} ${SYSSRC}/helpfiles/* ${DATADIR}/helpfiles -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${XMPSRC}/.pmfrc ${EXAMPLESDIR}/dot.pmfrc - ${INSTALL_DATA} ${XMPSRC}/* ${EXAMPLESDIR} -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DOCSRC}/* ${DOCSDIR} -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} pmf ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/../system_dir && ${INSTALL_DATA} NEWS \ + ${STAGEDIR}${DATADIR}) + (cd ${WRKDIR} && ${INSTALL_DATA} pmfrc.default \ + ${STAGEDIR}${DATADIR}) + @(cd ${WRKSRC}/../system_dir && ${COPYTREE_SHARE} helpfiles \ + ${STAGEDIR}${DATADIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/../doc && ${INSTALL_DATA} * \ + ${STAGEDIR}${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/../examples && ${INSTALL_DATA} * \ + ${STAGEDIR}${EXAMPLESDIR}) .include diff -urN /usr/ports/net/pmf/files/patch-Makefile net/pmf/files/patch-Makefile --- /usr/ports/net/pmf/files/patch-Makefile 2013-11-06 21:53:08.000000000 +0900 +++ net/pmf/files/patch-Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -34,26 +34,26 @@ ###################################################################### -@@ -104,7 +105,8 @@ - READLINE_LIB = $(READLINE_DIR)/libreadline.a +@@ -101,7 +102,7 @@ + + READLINE_DIR = readline + C_PACKAGES_DIR = c_packages +-READLINE_LIB = $(READLINE_DIR)/libreadline.a ++#READLINE_LIB = $(READLINE_DIR)/libreadline.a C_PACKAGES_LIB = $(C_PACKAGES_DIR)/libc_packs.a --LIBS = $(READLINE_LIB) $(C_PACKAGES_LIB) -+#LIBS = $(READLINE_LIB) $(C_PACKAGES_LIB) -+LIBS = $(C_PACKAGES_LIB) -lreadline -lcompat - - INCLUDEDIRS = -I$(C_PACKAGES_DIR)/safe_malloc \ - -I$(C_PACKAGES_DIR)/generic_list \ -@@ -123,7 +125,7 @@ + LIBS = $(READLINE_LIB) $(C_PACKAGES_LIB) +@@ -123,8 +124,7 @@ pmf: $(OBJECTS) $(LIBS) rm -f compile_time.c - $(CC) -o pmf $(CFLAGS) $(OBJECTS) $(LIBS) -ltermcap -lresolv -+ $(CC) -o pmf $(CFLAGS) $(OBJECTS) $(LIBS) -ltermcap - strip pmf +- strip pmf ++ $(CC) -o pmf $(CFLAGS) $(OBJECTS) $(LIBS) -ltermcap -lreadline -lcompat rm -f compile_time.o -@@ -133,10 +135,10 @@ + compile_time.c: +@@ -133,10 +133,10 @@ ###################################################################### $(READLINE_LIB): diff -urN /usr/ports/net/pmf/files/patch-help.c net/pmf/files/patch-help.c --- /usr/ports/net/pmf/files/patch-help.c 1970-01-01 09:00:00.000000000 +0900 +++ net/pmf/files/patch-help.c 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,15 @@ +--- help.c.orig ++++ help.c +@@ -16,10 +16,11 @@ + #include "globals.h" + + extern char compile_time[], version[]; ++extern void cmd_help(); + + /*---------------------------------------------------------------------------*/ + +-cmd_help(orig_arg) ++void cmd_help(orig_arg) + char *orig_arg; + { + char *arg, *lc = NULL, *try2 = NULL, *try3 = NULL, *try4 = NULL; diff -urN /usr/ports/net/pmf/files/patch-ipc.c net/pmf/files/patch-ipc.c --- /usr/ports/net/pmf/files/patch-ipc.c 1970-01-01 09:00:00.000000000 +0900 +++ net/pmf/files/patch-ipc.c 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,21 @@ +--- ipc.c.orig ++++ ipc.c +@@ -35,8 +35,7 @@ + #endif /* FD_ZERO */ + + extern char *get_now_date_string(); +- +-extern int errno; ++extern void telnet_protocol(); + + static struct in_addr host_address; + static struct sockaddr_in socket_address; +@@ -360,7 +359,7 @@ + /* This function takes the three bytes from a telnet command, + * and implements a very limited telnet protocol. + */ +-telnet_protocol(one, two, three) ++void telnet_protocol(one, two, three) + unsigned int one, two, three; + { + unsigned char reply[3]; diff -urN /usr/ports/net/pmf/files/patch-putget.c net/pmf/files/patch-putget.c --- /usr/ports/net/pmf/files/patch-putget.c 1970-01-01 09:00:00.000000000 +0900 +++ net/pmf/files/patch-putget.c 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,28 @@ +--- putget.c.orig ++++ putget.c +@@ -30,6 +30,7 @@ + *expand_variables(), + *find_robot_action_string(), + *return_last(); ++extern void cmd_putfile(), cmd_getfile(); + + /* This is a temporary buffer of text received from the MUD game. + * If the flag "getfiling" is true, the routines that receive the MUD +@@ -44,7 +45,7 @@ + /*---------------------------------------------------------------------------*/ + + /* Send a file to LPmud using the built-in editor */ +-cmd_putfile(filename, optional_filename) ++void cmd_putfile(filename, optional_filename) + char *filename, *optional_filename; + { + char *local_filename, *remote_filename, cmd_buffer[MAX_LINE_LENGTH + 1]; +@@ -103,7 +104,7 @@ + /*---------------------------------------------------------------------------*/ + + /* Get a file from LPmud using the built-in editor */ +-cmd_getfile(filename, optional_filename) ++void cmd_getfile(filename, optional_filename) + char *filename, *optional_filename; + { + char *local_filename, *remote_filename, cmd_buffer[MAX_LINE_LENGTH + 1]; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10:06 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 ESMTPS id 1CC793BF for ; Sun, 24 Nov 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1BD12CEC for ; Sun, 24 Nov 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 rAOIA5Zh046915 for ; Sun, 24 Nov 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 rAOIA5cj046914; Sun, 24 Nov 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:05 GMT Resent-Message-Id: <201311241810.rAOIA5cj046914@freefall.freebsd.org> 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 ESMTPS id EE55C2D1 for ; Sun, 24 Nov 2013 18:02:03 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id AD21B2C83 for ; Sun, 24 Nov 2013 18:02:03 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta02.auone-net.jp (au one net mail) with ESMTP id 3CBCD1560045 for ; Mon, 25 Nov 2013 03:02:00 +0900 (JST) Message-Id: <20131125025212.92f71887eaa6be184872ce7d@yahoo.com> Date: Mon, 25 Nov 2013 02:52:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184236: graphics/rayshade: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:06 -0000 >Number: 184236 >Category: ports >Synopsis: graphics/rayshade: Fix 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: Sun Nov 24 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current New file: files/patch-etc__rsconvert__lex.l files/patch-etc__rsconvert__yacc.y files/patch-libray__libtext__texture.c files/patch-libshade__lex.l files/patch-libshade__yacc.y Remove file: files/patch-ab >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/rayshade/Makefile graphics/rayshade/Makefile --- /usr/ports/graphics/rayshade/Makefile 2013-11-06 22:02:26.000000000 +0900 +++ graphics/rayshade/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -8,20 +8,18 @@ MASTER_SITES= http://ccl.net/cca/software/SOURCES/C/rayshade/ \ http://www.mirrorservice.org/sites/graphics.stanford.edu/pub/rayshade/ \ ftp://graphics.stanford.edu/pub/rayshade/ -DISTNAME= ${PORTNAME}.${PORTVERSION} -EXTRACT_SUFX= .tar.Z -.if !defined(NOPORTDOCS) -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} guide.ps.Z -.endif -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +DISTFILES= ${PORTNAME}.${PORTVERSION}.tar.Z ${GUIDE_PS_Z} +EXTRACT_ONLY= ${PORTNAME}.${PORTVERSION}.tar.Z DIST_SUBDIR= rayshade MAINTAINER= ports@FreeBSD.org -COMMENT= An extensible system for creating ray-traced images +COMMENT= Extensible system for creating ray-traced images BUILD_DEPENDS= $(LOCALBASE)/lib/librle.a:${PORTSDIR}/graphics/urt -WRKSRC= ${WRKDIR}/${PORTNAME}.4.0 +OPTIONS_DEFINE= DOCS EXAMPLES + +WRKSRC= ${WRKDIR}/${PORTNAME}.${PORTVERSION:R} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= Configure @@ -31,11 +29,16 @@ PORTEXAMPLES= * PLIST_FILES= bin/rayshade +.include + +.if ${PORT_OPTIONS:MDOCS} +GUIDE_PS_Z= guide.ps.Z +.endif + .if defined(BATCH) || defined(PACKAGE_BUILDING) CONFIGURE_ARGS= < ${WRKDIR}/config.ans .endif -NO_STAGE= yes pre-configure: @${SED} -e \ "s,@CFLAGS@,${CFLAGS},g ; \ @@ -45,14 +48,15 @@ < ${FILESDIR}/config.ans > ${WRKDIR}/config.ans do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/rayshade/rayshade ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/guide.ps.Z ${DOCSDIR} -.endif -.if !defined(NOPORTEXAMPLES) - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${WRKSRC}/Examples/* ${EXAMPLESDIR} + (cd ${WRKSRC}/rayshade && ${INSTALL_PROGRAM} rayshade \ + ${STAGEDIR}${PREFIX}/bin) +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${DISTDIR}/${DIST_SUBDIR} && ${INSTALL_DATA} ${GUIDE_PS_Z} \ + ${STAGEDIR}${DOCSDIR}) .endif + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/Examples && ${INSTALL_DATA} * \ + ${STAGEDIR}${EXAMPLESDIR}) .include diff -urN /usr/ports/graphics/rayshade/files/patch-ab graphics/rayshade/files/patch-ab --- /usr/ports/graphics/rayshade/files/patch-ab 2013-11-06 22:02:26.000000000 +0900 +++ graphics/rayshade/files/patch-ab 1970-01-01 09:00:00.000000000 +0900 @@ -1,24 +0,0 @@ -*** etc/rsconvert/lex.l.orig Sun Mar 8 18:55:39 1998 ---- etc/rsconvert/lex.l Sun Mar 8 18:56:05 1998 -*************** -*** 22,27 **** ---- 22,28 ---- - #include "libcommon/common.h" - #include "y.tab.h" - %} -+ %option yylineno - alpha [a-zA-Z] - special [\.\_-] - digit [0-9] -*** libshade/lex.l.orig Sun Mar 8 18:52:11 1998 ---- libshade/lex.l Sun Mar 8 18:53:18 1998 -*************** -*** 29,34 **** ---- 29,35 ---- - #include "y.tab.h" - extern char *strsave(); - %} -+ %option yylineno - alpha [a-zA-Z] - special [\.\_-] - digit [0-9] diff -urN /usr/ports/graphics/rayshade/files/patch-etc__rsconvert__lex.l graphics/rayshade/files/patch-etc__rsconvert__lex.l --- /usr/ports/graphics/rayshade/files/patch-etc__rsconvert__lex.l 1970-01-01 09:00:00.000000000 +0900 +++ graphics/rayshade/files/patch-etc__rsconvert__lex.l 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,19 @@ +--- etc/rsconvert/lex.l.orig 1992-02-10 12:03:54.000000000 +0900 ++++ etc/rsconvert/lex.l 2013-05-28 22:55:24.000000000 +0900 +@@ -22,6 +22,7 @@ + #include "libcommon/common.h" + #include "y.tab.h" + %} ++%option yylineno + alpha [a-zA-Z] + special [\.\_-] + digit [0-9] +@@ -113,7 +114,7 @@ + if ((c = input()) == '/') { + WriteChar(c); + WriteNewline(); +- return; ++ return FALSE; + } + unput(c); + } diff -urN /usr/ports/graphics/rayshade/files/patch-etc__rsconvert__yacc.y graphics/rayshade/files/patch-etc__rsconvert__yacc.y --- /usr/ports/graphics/rayshade/files/patch-etc__rsconvert__yacc.y 1970-01-01 09:00:00.000000000 +0900 +++ graphics/rayshade/files/patch-etc__rsconvert__yacc.y 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- etc/rsconvert/yacc.y.orig ++++ etc/rsconvert/yacc.y +@@ -14,6 +14,7 @@ + /* $Id: yacc.y,v 4.0.1.3 92/02/07 11:05:21 cek Exp Locker: cek $ */ + %{ + #include ++#include + #include "libcommon/common.h" + + #define NEWLINE() WriteNewline() diff -urN /usr/ports/graphics/rayshade/files/patch-libray__libtext__texture.c graphics/rayshade/files/patch-libray__libtext__texture.c --- /usr/ports/graphics/rayshade/files/patch-libray__libtext__texture.c 1970-01-01 09:00:00.000000000 +0900 +++ graphics/rayshade/files/patch-libray__libtext__texture.c 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- libray/libtext/texture.c.orig 1992-02-10 12:04:02.000000000 +0900 ++++ libray/libtext/texture.c 2013-05-28 22:41:59.000000000 +0900 +@@ -162,7 +162,7 @@ + *u = ptmp.x; + *v = ptmp.y; + if (dpdu == (Vector *)NULL || dpdv == (Vector *)NULL) +- return; ++ return FALSE; + /* + * Here's the ugly part. + * Build initial UVN-->XYZ matrix... diff -urN /usr/ports/graphics/rayshade/files/patch-libshade__lex.l graphics/rayshade/files/patch-libshade__lex.l --- /usr/ports/graphics/rayshade/files/patch-libshade__lex.l 1970-01-01 09:00:00.000000000 +0900 +++ graphics/rayshade/files/patch-libshade__lex.l 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,19 @@ +--- libshade/lex.l.orig 1992-02-10 12:04:02.000000000 +0900 ++++ libshade/lex.l 2013-05-28 22:45:54.000000000 +0900 +@@ -29,6 +29,7 @@ + #include "y.tab.h" + extern char *strsave(); + %} ++%option yylineno + alpha [a-zA-Z] + special [\.\_-] + digit [0-9] +@@ -171,7 +172,7 @@ + while (input() != '*') + ; + if ((c = input()) == '/') +- return; ++ return FALSE; + unput(c); + } + } diff -urN /usr/ports/graphics/rayshade/files/patch-libshade__yacc.y graphics/rayshade/files/patch-libshade__yacc.y --- /usr/ports/graphics/rayshade/files/patch-libshade__yacc.y 1970-01-01 09:00:00.000000000 +0900 +++ graphics/rayshade/files/patch-libshade__yacc.y 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- libshade/yacc.y.orig ++++ libshade/yacc.y +@@ -13,6 +13,8 @@ + /* for any purpose. It is provided solely "as is". */ + /* $Id: yacc.y,v 4.0.1.4 92/01/10 16:29:55 cek Exp Locker: cek $ */ + %{ ++#include ++#include + #include "rayshade.h" + + #include "symtab.h" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18: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 ESMTPS id 1C9E2401 for ; Sun, 24 Nov 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 01B662CFF for ; Sun, 24 Nov 2013 18: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 rAOIA8Wa047014 for ; Sun, 24 Nov 2013 18:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA8iR047013; Sun, 24 Nov 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:08 GMT Resent-Message-Id: <201311241810.rAOIA8iR047013@freefall.freebsd.org> 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 ESMTPS id 7C0EC28A for ; Sun, 24 Nov 2013 18:00:21 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 3E4142C47 for ; Sun, 24 Nov 2013 18:00:21 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id C20F7980038 for ; Mon, 25 Nov 2013 03:00:12 +0900 (JST) Message-Id: <20131125025010.6e5b12f9432d96b76a95a48a@yahoo.com> Date: Mon, 25 Nov 2013 02:50:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184245: biology/blat: Update to version 35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:09 -0000 >Number: 184245 >Category: ports >Synopsis: biology/blat: Update to version 35 >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 Nov 24 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 35 >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/blat/Makefile biology/blat/Makefile --- /usr/ports/biology/blat/Makefile 2013-11-13 17:50:18.000000000 +0900 +++ biology/blat/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -2,45 +2,68 @@ # $FreeBSD: head/biology/blat/Makefile 333628 2013-11-12 22:02:02Z bapt $ PORTNAME= blat -PORTVERSION= 34 +PORTVERSION= 35 CATEGORIES= biology -MASTER_SITES= http://www.soe.ucsc.edu/~kent/src/ +MASTER_SITES= http://hgwdev.cse.ucsc.edu/~kent/src/ \ + http://users.soe.ucsc.edu/~kent/src/ DISTNAME= ${PORTNAME}Src${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Fast tool for local sequence similarity searches +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png + +OPTIONS_DEFINE= DOCS + +WRKSRC= ${WRKDIR}/${PORTNAME}Src + USES= gmake -EXTRACT_SUFX= .zip +USE_OPENSSL= yes MAKEFILE= makefile -WRKSRC= ${WRKDIR}/${PORTNAME}Src -MAKE_ENV+= HOME="${WRKSRC}/${BINDIR}" MACHTYPE="${ARCH}" +MAKE_ENV= MACHTYPE="${ARCH}" HOME="${WRKSRC}/${BINDIR}" STRIP="${TRUE}" + +CPPFLAGS+= $$(libpng-config --cflags) +LDFLAGS+= $$(libpng-config --ldflags) SUB_FILES= pkg-message +PORTDOCS= README +PLIST_FILES= ${EXECUTABLES:S,^,bin/,} \ + lib/blat/webBlat/webBlat \ + lib/blat/webBlat/install.txt +PLIST_DIRS= lib/blat/webBlat \ + lib/blat + EXECUTABLES= blat faToNib faToTwoBit gfClient gfServer nibFrag \ pslPretty pslReps pslSort twoBitInfo twoBitToFa -PLIST_FILES+= ${EXECUTABLES:S,^,bin/,} -PORTDOCS= README -PORTDATA= * - -OPTIONS_DEFINE= DOCS +.include post-patch: @${MKDIR} ${WRKSRC}/bin/${ARCH} @${MKDIR} ${WRKSRC}/lib/${ARCH} - @${REINPLACE_CMD} -E 's,^(CC|CFLAGS)=,\1 ?=,g;s,-Werror,,g' \ - ${WRKSRC}/inc/common.mk + @${FIND} ${WRKSRC} -name "makefile" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|$${DESTDIR}||g' + @${REINPLACE_CMD} -e \ + 's|cd |$$(MAKE) -C | ; \ + s| &&.*||' ${WRKSRC}/makefile + @${REINPLACE_CMD} -e \ + 's|^CC=|CC?=| ; \ + s|^COPT=.*|COPT=$${CPPFLAGS}| ; \ + s|^L=.*|L=$${LDFLAGS}|' ${WRKSRC}/inc/common.mk do-install: .for exe in ${EXECUTABLES} - ${INSTALL_PROGRAM} ${WRKSRC}/bin/${ARCH}/${exe} ${STAGEDIR}${PREFIX}/bin + (cd ${WRKSRC}/bin/${ARCH} && ${INSTALL_PROGRAM} ${exe} \ + ${STAGEDIR}${PREFIX}/bin) .endfor - @${MKDIR} ${STAGEDIR}${DATADIR}/webBlat - ${INSTALL_PROGRAM} ${WRKSRC}/webBlat/webBlat ${STAGEDIR}${DATADIR}/webBlat - ${INSTALL_DATA} ${WRKSRC}/webBlat/install.txt ${STAGEDIR}${DATADIR}/webBlat + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/blat/webBlat + (cd ${WRKSRC}/webBlat && ${INSTALL_PROGRAM} webBlat \ + ${STAGEDIR}${PREFIX}/lib/blat/webBlat) + (cd ${WRKSRC}/webBlat && ${INSTALL_DATA} install.txt \ + ${STAGEDIR}${PREFIX}/lib/blat/webBlat) @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/biology/blat/distinfo biology/blat/distinfo --- /usr/ports/biology/blat/distinfo 2013-11-06 22:05:44.000000000 +0900 +++ biology/blat/distinfo 2013-11-25 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (blatSrc34.zip) = b764828fdf8ef4c9994ae4b6148340a776493475edb573b6adf63ae7ca9b2629 -SIZE (blatSrc34.zip) = 2142975 +SHA256 (blatSrc35.zip) = 06d9bcf114ec4a4b21fef0540a0532556b6602322a5a2b33f159dc939ae53620 +SIZE (blatSrc35.zip) = 1886214 diff -urN /usr/ports/biology/blat/files/pkg-message.in biology/blat/files/pkg-message.in --- /usr/ports/biology/blat/files/pkg-message.in 2013-11-06 22:05:44.000000000 +0900 +++ biology/blat/files/pkg-message.in 2013-11-25 00:00:00.000000000 +0900 @@ -3,6 +3,6 @@ A CGI script (webBlat) and instructions on how to set up a BLAT web server have been installed in - %%DATADIR%% + %%PREFIX%%/lib/blat =============================================================================== diff -urN /usr/ports/biology/blat/pkg-descr biology/blat/pkg-descr --- /usr/ports/biology/blat/pkg-descr 2013-11-06 22:05:44.000000000 +0900 +++ biology/blat/pkg-descr 2013-11-25 00:00:00.000000000 +0900 @@ -1,9 +1,9 @@ -BLAT is a bioinformatics software tool which performs rapid mRNA/DNA -and cross-species protein alignments. BLAT is more accurate and 500 -times faster than popular existing tools for mRNA/DNA alignments and 50 -times faster for protein alignments at sensitivity settings typically -used when comparing vertebrate sequences. (Source: Kent, W.J. 2002. BLAT --- The BLAST-Like Alignment Tool. Genome Research 4: 656-664. +BLAT is a bioinformatics software tool which performs rapid mRNA/DNA and +cross-species protein alignments. BLAT is more accurate and 500 times +faster than popular existing tools for mRNA/DNA alignments and 50 times +faster for protein alignments at sensitivity settings typically used +when comparing vertebrate sequences. (Source: Kent, W.J. 2002. BLAT -- +The BLAST-Like Alignment Tool. Genome Research 4: 656-664. http://dx.doi.org/10.1101/gr.229202) BLAT is not BLAST. DNA BLAT works by keeping an index of the entire @@ -11,4 +11,4 @@ bit less than a gigabyte of RAM, BLAT can deliver high performance on a reasonably priced Linux box. -WWW: http://www.genomeblat.com +WWW: http://users.soe.ucsc.edu/~kent/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10: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 ESMTPS id 4E43D402 for ; Sun, 24 Nov 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3240A2D01 for ; Sun, 24 Nov 2013 18: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 rAOIA9E6047025 for ; Sun, 24 Nov 2013 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA9ou047024; Sun, 24 Nov 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:09 GMT Resent-Message-Id: <201311241810.rAOIA9ou047024@freefall.freebsd.org> 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 ESMTPS id DC1FA29C for ; Sun, 24 Nov 2013 18:01:25 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 82D2B2C75 for ; Sun, 24 Nov 2013 18:01:25 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id 3DFC4188002E for ; Mon, 25 Nov 2013 03:01:19 +0900 (JST) Message-Id: <20131125025109.76df1c4f4d40c2679b20694c@yahoo.com> Date: Mon, 25 Nov 2013 02:51:09 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184246: emulators/mame: Update to version 0.151 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:09 -0000 >Number: 184246 >Category: ports >Synopsis: emulators/mame: Update to version 0.151 >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 Nov 24 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update emulators/mame to version 0.151 - Update emulators/mess to version 0.151 - Update emulators/qmc2 to version 0.41 [emulators/mame] Remove file: files/patch-src__osd__sdl__input.c files/patch-src__osd__sdl__testkeys.c [emulators/mame] Remove file: files/patch-src__osd__sdl__input.c files/patch-src__osd__sdl__testkeys.c >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 # emulators_qmc2.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-11-20 21:29:32.000000000 +0900 X+++ emulators/mame/Makefile 2013-11-25 00:00:00.000000000 +0900 X@@ -2,15 +2,12 @@ X # $FreeBSD: head/emulators/mame/Makefile 334361 2013-11-19 23:08:44Z mat $ X X PORTNAME= mame X-PORTVERSION= 0.150${PATCHSUFFIX} X-PORTREVISION= 1 X+PORTVERSION= 0.151${PATCHSUFFIX} X CATEGORIES= emulators X-MASTER_SITES= SF/${PORTNAME}.mirror/${PORTNAME:U}%20${PORTVERSION} \ X- http://mame.mirrors.zippykid.com/releases/ \ X+MASTER_SITES= http://mame.mirrors.zippykid.com/releases/ \ X http://emumovies.com/aarongiles/releases/ \ X http://mamedev.org/updates/:patchsets X-DISTNAME= ${PORTNAME}${PORTVERSION:S/.//:C/p[0-9]*$//}s X-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ X+DISTFILES= ${PORTNAME}${PORTVERSION:S/.//:C/p[0-9]*$//}s.zip \ X ${UPDATE_PATCHES:C/$/.zip:patchsets/} X DIST_SUBDIR= ${PORTNAME} X X@@ -23,22 +20,17 @@ X libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig X RUN_DEPENDS= liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf X X-OPTIONS_DEFINE= SDL2 DEBUG DOCS EXAMPLES X-OPTIONS_RADIO= BUILTIN_DEBUGGER X-OPTIONS_RADIO_BUILTIN_DEBUGGER= GTK2 QT4 X+OPTIONS_DEFINE= BUILTIN_DEBUGGER SDL2 DEBUG DOCS EXAMPLES 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= gmake pkgconfig shebangfix dos2unix 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-DOS2UNIX_FILES= src/osd/sdl/input.c \ X- src/osd/sdl/testkeys.c X USE_XORG= xext xi xinerama xrender X USE_GL= gl X USE_PYTHON_BUILD=yes X@@ -60,6 +52,12 @@ X X .include X X+.if ${PORT_OPTIONS:MBUILTIN_DEBUGGER} X+USE_QT4= gui moc_build qmake_build X+.else X+MAKE_ENV+= NO_DEBUGGER=1 NO_USE_QTDEBUG=1 X+.endif X+ X .if ${PORT_OPTIONS:MSDL2} X USE_SDL= sdl2 ttf2 X MAKE_ENV+= SDL_LIBVER="sdl2" X@@ -71,43 +69,15 @@ X MAKE_ENV+= DEBUG=1 X .endif X X-.if ${PORT_OPTIONS:MGTK2} X-USE_GNOME= gtk20 gconf2 X-MAKE_ENV+= GTK_INCPATH="$$(pkg-config --cflags-only-I gtk+-2.0 gconf-2.0)" \ X- GTK_CCOMFLAGS="$$(pkg-config --cflags-only-other gtk+-2.0 gconf-2.0)" \ X- GTK_LIBS="$$(pkg-config --libs gtk+-2.0 gconf-2.0)" X-.else X-MAKE_ENV+= GTK_INCPATH="" \ X- GTK_CCOMFLAGS="" \ X- GTK_LIBS="" X-.endif X- X-.if ${PORT_OPTIONS:MQT4} X-USE_QT4= gui moc_build qmake_build X-.else X-MAKE_ENV+= NO_USE_QTDEBUG=1 X-.endif X- X-.if empty(PORT_OPTIONS:MGTK2) && empty(PORT_OPTIONS:MQT4) X-MAKE_ENV+= NO_DEBUGGER=1 X-.endif X- X .include X X-.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014 X-CC= /usr/bin/clang X-CPP= /usr/bin/clang-cpp X-CXX= /usr/bin/clang++ X-.else X-USE_GCC= yes X-.endif X- X .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" X BROKEN= Does not install on ia64, powerpc, or sparc64 X .endif X X post-extract: X- @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/mame.zip ${EXTRACT_AFTER_ARGS} X+ @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} mame.zip \ X+ ${EXTRACT_AFTER_ARGS}) X @${RM} -f ${WRKDIR}/mame.zip X # Use post-extract target to get in before dos2unix-isation X .if defined(UPDATE_PATCHES) X@@ -135,10 +105,7 @@ 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- /--cflags-only-other gtk+-2.0/s|=.*|= $$(GTK_CCOMFLAGS)| ; \ X- /--libs gtk+-2.0/s|=.*|= $$(GTK_LIBS)| ; \ X+ /-isystem/s|^|#| ; \ X /X11R6/s|^|#|' ${WRKSRC}/src/osd/sdl/sdl.mak X X do-install: Xdiff -urN /usr/ports/emulators/mame/distinfo emulators/mame/distinfo X--- /usr/ports/emulators/mame/distinfo 2013-11-06 22:06:22.000000000 +0900 X+++ emulators/mame/distinfo 2013-11-25 00:00:00.000000000 +0900 X@@ -1,2 +1,2 @@ X-SHA256 (mame/mame0150s.zip) = e672b033baa001e1a909498b6c9206c68d0456fd883e410ad50f1a4f4c2253f7 X-SIZE (mame/mame0150s.zip) = 35999158 X+SHA256 (mame/mame0151s.zip) = 84ae6a40ea4652bb2211504704e479530ab0182fe5a18641a5dca6d80e4ed72e X+SIZE (mame/mame0151s.zip) = 36052471 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 2013-11-06 22:06:22.000000000 +0900 X+++ emulators/mame/files/patch-src__osd__sdl__input.c 1970-01-01 09:00:00.000000000 +0900 X@@ -1,14 +0,0 @@ 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 2013-11-06 22:06:22.000000000 +0900 X+++ emulators/mame/files/patch-src__osd__sdl__testkeys.c 1970-01-01 09:00:00.000000000 +0900 X@@ -1,18 +0,0 @@ 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); 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-11-20 21:29:32.000000000 +0900 X+++ emulators/mess/Makefile 2013-11-25 00:00:00.000000000 +0900 X@@ -2,15 +2,12 @@ X # $FreeBSD: head/emulators/mess/Makefile 334361 2013-11-19 23:08:44Z mat $ X X PORTNAME= mess X-PORTVERSION= 0.150${PATCHSUFFIX} X-PORTREVISION= 1 X+PORTVERSION= 0.151${PATCHSUFFIX} X CATEGORIES= emulators X-MASTER_SITES= SF/mame.mirror/MAME%20${PORTVERSION} \ X- http://mame.mirrors.zippykid.com/releases/ \ X+MASTER_SITES= http://mame.mirrors.zippykid.com/releases/ \ X http://emumovies.com/aarongiles/releases/ \ X http://mamedev.org/updates/:patchsets X-DISTNAME= mame${PORTVERSION:S/.//:C/p[0-9]*$//}s X-DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ X+DISTFILES= mame${PORTVERSION:S/.//:C/p[0-9]*$//}s.zip \ X ${UPDATE_PATCHES:C/$/.zip:patchsets/} X DIST_SUBDIR= mame X X@@ -23,22 +20,17 @@ X libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig X RUN_DEPENDS= liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf X X-OPTIONS_DEFINE= SDL2 DEBUG DOCS EXAMPLES X-OPTIONS_RADIO= BUILTIN_DEBUGGER X-OPTIONS_RADIO_BUILTIN_DEBUGGER= GTK2 QT4 X+OPTIONS_DEFINE= BUILTIN_DEBUGGER SDL2 DEBUG DOCS EXAMPLES 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= gmake pkgconfig shebangfix dos2unix 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-DOS2UNIX_FILES= src/osd/sdl/input.c \ X- src/osd/sdl/testkeys.c X USE_XORG= xext xi xinerama xrender X USE_GL= gl X USE_PYTHON_BUILD=yes X@@ -60,6 +52,12 @@ X X .include X X+.if ${PORT_OPTIONS:MBUILTIN_DEBUGGER} X+USE_QT4= gui moc_build qmake_build X+.else X+MAKE_ENV+= NO_DEBUGGER=1 NO_USE_QTDEBUG=1 X+.endif X+ X .if ${PORT_OPTIONS:MSDL2} X USE_SDL= sdl2 ttf2 X MAKE_ENV+= SDL_LIBVER="sdl2" X@@ -71,43 +69,15 @@ X MAKE_ENV+= DEBUG=1 X .endif X X-.if ${PORT_OPTIONS:MGTK2} X-USE_GNOME= gtk20 gconf2 X-MAKE_ENV+= GTK_INCPATH="$$(pkg-config --cflags-only-I gtk+-2.0 gconf-2.0)" \ X- GTK_CCOMFLAGS="$$(pkg-config --cflags-only-other gtk+-2.0 gconf-2.0)" \ X- GTK_LIBS="$$(pkg-config --libs gtk+-2.0 gconf-2.0)" X-.else X-MAKE_ENV+= GTK_INCPATH="" \ X- GTK_CCOMFLAGS="" \ X- GTK_LIBS="" X-.endif X- X-.if ${PORT_OPTIONS:MQT4} X-USE_QT4= gui moc_build qmake_build X-.else X-MAKE_ENV+= NO_USE_QTDEBUG=1 X-.endif X- X-.if empty(PORT_OPTIONS:MGTK2) && empty(PORT_OPTIONS:MQT4) X-MAKE_ENV+= NO_DEBUGGER=1 X-.endif X- X .include X X-.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014 X-CC= /usr/bin/clang X-CPP= /usr/bin/clang-cpp X-CXX= /usr/bin/clang++ X-.else X-USE_GCC= yes X-.endif X- X .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" X BROKEN= Does not install on ia64, powerpc, or sparc64 X .endif X X post-extract: X- @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/mame.zip ${EXTRACT_AFTER_ARGS} X+ @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} mame.zip \ X+ ${EXTRACT_AFTER_ARGS}) X @${RM} -f ${WRKDIR}/mame.zip X # Use post-extract target to get in before dos2unix-isation X .if defined(UPDATE_PATCHES) X@@ -135,29 +105,26 @@ 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- /--cflags-only-other gtk+-2.0/s|=.*|= $$(GTK_CCOMFLAGS)| ; \ X- /--libs gtk+-2.0/s|=.*|= $$(GTK_LIBS)| ; \ X+ /-isystem/s|^|#| ; \ X /X11R6/s|^|#|' ${WRKSRC}/src/osd/sdl/sdl.mak X X do-install: X (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ X- ${STAGEDIR}/${PREFIX}/bin) X- @${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/${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 (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${F} \ X- ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}) X+ ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}) X .endfor X- @${MKDIR} ${STAGEDIR}/${DATADIR} X- @(cd ${WRKSRC} && ${COPYTREE_SHARE} artwork ${STAGEDIR}/${DATADIR}) X- @(cd ${WRKSRC} && ${COPYTREE_SHARE} hash ${STAGEDIR}/${DATADIR}) 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+ ${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-11-06 22:06:20.000000000 +0900 X+++ emulators/mess/distinfo 2013-11-25 00:00:00.000000000 +0900 X@@ -1,2 +1,2 @@ X-SHA256 (mame/mame0150s.zip) = e672b033baa001e1a909498b6c9206c68d0456fd883e410ad50f1a4f4c2253f7 X-SIZE (mame/mame0150s.zip) = 35999158 X+SHA256 (mame/mame0151s.zip) = 84ae6a40ea4652bb2211504704e479530ab0182fe5a18641a5dca6d80e4ed72e X+SIZE (mame/mame0151s.zip) = 36052471 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 2013-11-06 22:06:20.000000000 +0900 X+++ emulators/mess/files/patch-src__osd__sdl__input.c 1970-01-01 09:00:00.000000000 +0900 X@@ -1,14 +0,0 @@ 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 2013-11-06 22:06:20.000000000 +0900 X+++ emulators/mess/files/patch-src__osd__sdl__testkeys.c 1970-01-01 09:00:00.000000000 +0900 X@@ -1,38 +0,0 @@ X---- src/osd/sdl/testkeys.c.orig 2013-10-30 21:16:48.577335486 +0100 X-+++ src/osd/sdl/testkeys.c 2013-10-30 21:27:06.551455870 +0100 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- } X-@@ -165,7 +165,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- lasttext); X- #else X- memset(buf, 0, 19); X-@@ -173,7 +173,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- break; 13f7e11912cff6c9343e13b09ba021e1 echo x - emulators_qmc2.diff sed 's/^X//' >emulators_qmc2.diff << 'db55c78c3bf9192c4def1b21f00fbc6f' Xdiff -urN /usr/ports/emulators/qmc2/Makefile emulators/qmc2/Makefile X--- /usr/ports/emulators/qmc2/Makefile 2013-11-06 22:06:22.000000000 +0900 X+++ emulators/qmc2/Makefile 2013-11-25 00:00:00.000000000 +0900 X@@ -2,8 +2,7 @@ X # $FreeBSD: head/emulators/qmc2/Makefile 332169 2013-10-30 20:42:02Z pawel $ X X PORTNAME= qmc2 X-PORTVERSION= 0.40 X-PORTREVISION= 1 X+PORTVERSION= 0.41 X CATEGORIES= emulators X MASTER_SITES= SF X Xdiff -urN /usr/ports/emulators/qmc2/distinfo emulators/qmc2/distinfo X--- /usr/ports/emulators/qmc2/distinfo 2013-11-06 22:06:22.000000000 +0900 X+++ emulators/qmc2/distinfo 2013-11-25 00:00:00.000000000 +0900 X@@ -1,2 +1,2 @@ X-SHA256 (qmc2-0.40.tar.bz2) = 1119b991a93f9a29a1605219a05459aa1345397906eb7e32856d7ec96a2dc717 X-SIZE (qmc2-0.40.tar.bz2) = 17910405 X+SHA256 (qmc2-0.41.tar.bz2) = 4c37a1cc64f6799aaafe09133475f988d7221d198b2a23005138ed182038289b X+SIZE (qmc2-0.41.tar.bz2) = 16353382 db55c78c3bf9192c4def1b21f00fbc6f exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10: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 ESMTPS id DEB5A409 for ; Sun, 24 Nov 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3C5B2D06 for ; Sun, 24 Nov 2013 18: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 rAOIA9wd047047 for ; Sun, 24 Nov 2013 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA9Em047046; Sun, 24 Nov 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:09 GMT Resent-Message-Id: <201311241810.rAOIA9Em047046@freefall.freebsd.org> 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 ESMTPS id EC0D129D for ; Sun, 24 Nov 2013 18:01:28 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id C32F92C76 for ; Sun, 24 Nov 2013 18:01:28 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id E27D9188002E for ; Mon, 25 Nov 2013 03:01:26 +0900 (JST) Message-Id: <20131125025117.9302e9d08a4cf7c2d83e7cf7@yahoo.com> Date: Mon, 25 Nov 2013 02:51:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184248: finance/qhacc: Update to version 4.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:10 -0000 >Number: 184248 >Category: ports >Synopsis: finance/qhacc: Update to version 4.2.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: Sun Nov 24 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 4.2.1 Remove file: files/patch-gui__graphing__BudgetingWindow.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/finance/qhacc/Makefile finance/qhacc/Makefile --- /usr/ports/finance/qhacc/Makefile 2013-11-22 07:07:10.000000000 +0900 +++ finance/qhacc/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/finance/qhacc/Makefile 334499 2013-11-21 16:09:47Z makc $ PORTNAME= qhacc -PORTVERSION= 4.2 +PORTVERSION= 4.2.1 CATEGORIES= finance MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tgz @@ -19,10 +19,9 @@ USES= qmake:norecursive USE_QT4= corelib gui sql moc_build rcc_build uic_build USE_GCC= yes +USE_CXXSTD= c++0x USE_LDCONFIG= yes -CXXFLAGS+= -fpermissive - DESKTOP_ENTRIES="QHacc" "" "" "${PORTNAME}" "" "" .include @@ -32,6 +31,7 @@ '/^INSTALLDIR/s|=.*|=${DATADIR}| ; \ /^QWTINCS/s|=.*|=${LOCALBASE}/include/qwt6| ; \ /^QWTLIBS/s|=.*|=${LOCALBASE}/lib -lqwt6| ; \ + /^QMAKE_/s|=.*|=| ; \ /+= debug/s|^|#|' ${WRKSRC}/user.pri @${REINPLACE_CMD} -e \ 's|/usr/include|${LOCALBASE}/include| ; \ diff -urN /usr/ports/finance/qhacc/distinfo finance/qhacc/distinfo --- /usr/ports/finance/qhacc/distinfo 2013-11-06 22:05:36.000000000 +0900 +++ finance/qhacc/distinfo 2013-11-25 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (qhacc-4.2.tgz) = e432006ba24a930ebc2cf8ced29a27de7ace9fdefe780d6bccb17aeb0419dc53 -SIZE (qhacc-4.2.tgz) = 135066 +SHA256 (qhacc-4.2.1.tgz) = 2e491f0c6c47d81f2ed32f8bad49bb18c6c19a43a05679d2e445c7e081bbe08d +SIZE (qhacc-4.2.1.tgz) = 145190 diff -urN /usr/ports/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp --- /usr/ports/finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp 2013-11-06 22:05:36.000000000 +0900 +++ finance/qhacc/files/patch-gui__graphing__BudgetingWindow.cpp 1970-01-01 09:00:00.000000000 +0900 @@ -1,14 +0,0 @@ ---- gui/graphing/BudgetingWindow.cpp.orig -+++ gui/graphing/BudgetingWindow.cpp -@@ -120,7 +120,11 @@ - } - } - -+#if defined(QWT_VERSION) && QWT_VERSION>=0x060100 -+ const QwtScaleDiv * div = &widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom ); -+#else - QwtScaleDiv * div = widget.qwtPlot->axisScaleDiv( QwtPlot::xBottom ); -+#endif - div->setInterval( 0, drawer->count() ); - widget.qwtPlot->setAxisMaxMajor( QwtPlot::xBottom, drawer->count() ); - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id 062A63A1 for ; Sun, 24 Nov 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DA6712CCF for ; Sun, 24 Nov 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 rAOIA14g046772 for ; Sun, 24 Nov 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 rAOIA1Gm046771; Sun, 24 Nov 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:01 GMT Resent-Message-Id: <201311241810.rAOIA1Gm046771@freefall.freebsd.org> 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 ESMTPS id D57452DE for ; Sun, 24 Nov 2013 18:02:44 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1FC2C8E for ; Sun, 24 Nov 2013 18:02:44 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id D7FD5188002E for ; Mon, 25 Nov 2013 03:02:41 +0900 (JST) Message-Id: <20131125025244.87e57ef28a1e573d26092fa9@yahoo.com> Date: Mon, 25 Nov 2013 02:52:44 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184223: x11/roxterm: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:02 -0000 X-List-Received-Date: Sun, 24 Nov 2013 18:10:02 -0000 >Number: 184223 >Category: ports >Synopsis: x11/roxterm: Fix 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: Sun Nov 24 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/roxterm/Makefile x11/roxterm/Makefile --- /usr/ports/x11/roxterm/Makefile 2013-11-06 21:55:51.000000000 +0900 +++ x11/roxterm/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -14,7 +14,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lockfile>0:${PORTSDIR}/devel/py-lockfile \ docbook-xsl>0:${PORTSDIR}/textproc/docbook-xsl \ xsltproc:${PORTSDIR}/textproc/libxslt -LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib +LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils OPTIONS_DEFINE= DOCS @@ -26,12 +26,8 @@ USE_AUTOTOOLS= libtool:env INSTALLS_ICONS= yes -MAN1= roxterm.1 \ - roxterm-config.1 +MAITCHFLAGS= CC=${CC};GCC=${CC};CPP=${CC};CFLAGS=${CFLAGS};PARALLEL=${MAKE_JOBS_NUMBER} -MAITCHFLAGS= CC=${CC};CPP=${CC};CFLAGS=${CFLAGS};PARALLEL=${MAKE_JOBS_NUMBER} - -NO_STAGE= yes .include post-patch: @@ -43,42 +39,39 @@ do-configure: @(cd ${WRKSRC} && ${SETENV} MAITCHFLAGS="${MAITCHFLAGS}" \ ${PYTHON_CMD} mscript.py configure --prefix=${PREFIX} \ - --disable-gtk3 --disable-gettext --disable-po4a --disable-git) + --disable-gtk3 --disable-po4a --disable-git) do-build: @(cd ${WRKSRC} && ${PYTHON_CMD} mscript.py build) - @${MKDIR} ${WRKSRC}/build/po -.for i in es fr pt_BR ru uk - @(cd ${WRKSRC}/po && ${LOCALBASE}/bin/msgfmt \ - -o ${WRKSRC}/build/po/${i}.mo ${i}.po) -.endfor do-install: - (cd ${WRKSRC}/build && ${INSTALL_PROGRAM} roxterm ${PREFIX}/bin) - (cd ${WRKSRC}/build && ${INSTALL_SCRIPT} roxterm-config ${PREFIX}/bin) - (cd ${WRKSRC}/build && ${INSTALL_MAN} *.1 ${MANPREFIX}/man/man1) - @${MKDIR} ${DESKTOPDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} roxterm.desktop ${DESKTOPDIR}) - @${MKDIR} ${PREFIX}/share/icons/hicolor/scalable/apps + (cd ${WRKSRC}/build && ${INSTALL_PROGRAM} roxterm \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/build && ${INSTALL_SCRIPT} roxterm-config \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/build && ${INSTALL_MAN} *.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${WRKSRC} && ${INSTALL_DATA} roxterm.desktop \ + ${STAGEDIR}${DESKTOPDIR}) + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps (cd ${WRKSRC} && ${INSTALL_DATA} roxterm.svg \ - ${PREFIX}/share/icons/hicolor/scalable/apps) - @${MKDIR} ${DATADIR} - (cd ${WRKSRC}/src && ${INSTALL_DATA} roxterm-config.ui ${DATADIR}) - @(cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${DATADIR}) + ${STAGEDIR}${PREFIX}/share/icons/hicolor/scalable/apps) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/src && ${INSTALL_DATA} roxterm-config.ui \ + ${STAGEDIR}${DATADIR}) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} Config ${STAGEDIR}${DATADIR}) .for i in es fr pt_BR ru uk - @${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES + @${MKDIR} ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES (cd ${WRKSRC}/build/po && ${INSTALL_DATA} ${i}.mo \ - ${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo) + ${STAGEDIR}${PREFIX}/share/locale/${i}/LC_MESSAGES/roxterm.mo) .endfor -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in AUTHORS ChangeLog README - @(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) + @(cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor - @${MKDIR} ${DOCSDIR}/en - @(cd ${WRKSRC}/Help/en && ${INSTALL_DATA} * ${DOCSDIR}/en) - @${MKDIR} ${DOCSDIR}/lib - @(cd ${WRKSRC}/Help/lib && ${INSTALL_DATA} * ${DOCSDIR}/lib) -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR}/en + @(cd ${WRKSRC}/Help/en && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/en) + @${MKDIR} ${STAGEDIR}${DOCSDIR}/lib + @(cd ${WRKSRC}/Help/lib && ${INSTALL_DATA} * ${STAGEDIR}${DOCSDIR}/lib) .include diff -urN /usr/ports/x11/roxterm/pkg-plist x11/roxterm/pkg-plist --- /usr/ports/x11/roxterm/pkg-plist 2013-11-06 21:55:51.000000000 +0900 +++ x11/roxterm/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -1,5 +1,7 @@ bin/roxterm bin/roxterm-config +man/man1/roxterm.1.gz +man/man1/roxterm-config.1.gz share/applications/roxterm.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id 360F039B for ; Sun, 24 Nov 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0219F2CC7 for ; Sun, 24 Nov 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 rAOIA0ai046739 for ; Sun, 24 Nov 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 rAOIA0j1046736; Sun, 24 Nov 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:00 GMT Resent-Message-Id: <201311241810.rAOIA0j1046736@freefall.freebsd.org> 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 ESMTPS id 59CBA2A1 for ; Sun, 24 Nov 2013 18:01:36 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 2F8122C79 for ; Sun, 24 Nov 2013 18:01:36 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id 85C741880033 for ; Mon, 25 Nov 2013 03:01:34 +0900 (JST) Message-Id: <20131125025128.842d1347d76b9e09f3f1686d@yahoo.com> Date: Mon, 25 Nov 2013 02:51:28 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184220: games/freedoko: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:01 -0000 >Number: 184220 >Category: ports >Synopsis: games/freedoko: Fix 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: Sun Nov 24 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current New file: files/patch-src__freedoko.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/games/freedoko/files/patch-src__freedoko.cpp games/freedoko/files/patch-src__freedoko.cpp --- /usr/ports/games/freedoko/files/patch-src__freedoko.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/freedoko/files/patch-src__freedoko.cpp 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/freedoko.cpp.orig ++++ src/freedoko.cpp +@@ -43,6 +43,7 @@ + #else + // for 'mkdir' + #include ++#include + #endif + + #include "class/getopt/getopt.h" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18: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 ESMTPS id 31CF03A9 for ; Sun, 24 Nov 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1AF32CD7 for ; Sun, 24 Nov 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 rAOIA2Z6046816 for ; Sun, 24 Nov 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 rAOIA23k046815; Sun, 24 Nov 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:02 GMT Resent-Message-Id: <201311241810.rAOIA23k046815@freefall.freebsd.org> 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 ESMTPS id DBE242BF for ; Sun, 24 Nov 2013 18:01:50 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id B06EB2C7F for ; Sun, 24 Nov 2013 18:01:50 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id 01C5A188002E for ; Mon, 25 Nov 2013 03:01:48 +0900 (JST) Message-Id: <20131125025150.22a3fe83a07f13bfff03fe5d@yahoo.com> Date: Mon, 25 Nov 2013 02:51:50 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184227: games/xspacewarp: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:03 -0000 >Number: 184227 >Category: ports >Synopsis: games/xspacewarp: 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: Sun Nov 24 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xspacewarp/Makefile games/xspacewarp/Makefile --- /usr/ports/games/xspacewarp/Makefile 2013-11-16 18:14:54.000000000 +0900 +++ games/xspacewarp/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -5,8 +5,7 @@ PORTVERSION= 1.2 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games +MASTER_SITES= XCONTRIB/games MAINTAINER= ports@FreeBSD.org COMMENT= Time Trek - like game for X Window System @@ -19,6 +18,14 @@ lib/X11/app-defaults/XSpacewarp post-extract: - @${CP} ${WRKSRC}/XSpacewarp.app_def ${WRKSRC}/XSpacewarp.ad + @${LN} -sf XSpacewarp.app_def ${WRKSRC}/XSpacewarp.ad + +post-patch: + @${FIND} ${WRKSRC} -name "*.cc" -or -name "*.hh" | ${XARGS} \ + ${REINPLACE_CMD} -e \ + 's||| ; \ + s| cerr| std::cerr| ; \ + s| cout| std::cout| ; \ + s| endl| std::endl|' .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18: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 ESMTPS id 9BB613B2 for ; Sun, 24 Nov 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C8FE2CE0 for ; Sun, 24 Nov 2013 18: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 rAOIA40V046860 for ; Sun, 24 Nov 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA4NX046859; Sun, 24 Nov 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:04 GMT Resent-Message-Id: <201311241810.rAOIA4NX046859@freefall.freebsd.org> 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 ESMTPS id 41F342BE for ; Sun, 24 Nov 2013 18:01:47 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 183D12C7E for ; Sun, 24 Nov 2013 18:01:47 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta02.auone-net.jp (au one net mail) with ESMTP id 563D31560005 for ; Mon, 25 Nov 2013 03:01:45 +0900 (JST) Message-Id: <20131125025146.a4860e1381701a1aa08ef697@yahoo.com> Date: Mon, 25 Nov 2013 02:51:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184231: games/tuxpuck: Support CC properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:04 -0000 X-List-Received-Date: Sun, 24 Nov 2013 18:10:04 -0000 >Number: 184231 >Category: ports >Synopsis: games/tuxpuck: Support CC properly >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 Nov 24 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC properly >How-To-Repeat: >Fix: diff -urN /usr/ports/games/tuxpuck/Makefile games/tuxpuck/Makefile --- /usr/ports/games/tuxpuck/Makefile 2013-11-12 18:11:17.000000000 +0900 +++ games/tuxpuck/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -22,15 +22,19 @@ ALL_TARGET= ${PORTNAME} MAKE_JOBS_UNSAFE= yes -CFLAGS+= -I${LOCALBASE}/include/libpng15 - PLIST_FILES= bin/${PORTNAME} man/man6/tuxpuck.6.gz post-patch: - cd ${WRKSRC}; \ - ${REINPLACE_CMD} 's|timer_create|_timer_create|g' \ - tuxpuck.c video.c timer.c intro.c tuxpuck.h - ${REINPLACE_CMD} -e 's|sdl-config|$$(SDL_CONFIG)|g' ${WRKSRC}/utils/Makefile +.for i in intro.c timer.c tuxpuck.c tuxpuck.h video.c + @${REINPLACE_CMD} -e \ + 's|timer_create|_timer_create|g' ${WRKSRC}/${i} +.endfor +.for i in data utils + @${REINPLACE_CMD} -e \ + 's|^CC|#CC| ; \ + s|^CFLAGS|#CFLAGS| ; \ + s|sdl-config|$$(SDL_CONFIG)|' ${WRKSRC}/${i}/Makefile +.endfor do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin diff -urN /usr/ports/games/tuxpuck/files/patch-Makefile games/tuxpuck/files/patch-Makefile --- /usr/ports/games/tuxpuck/files/patch-Makefile 2013-11-06 22:00:20.000000000 +0900 +++ games/tuxpuck/files/patch-Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -16,12 +16,12 @@ %.o : %.c - $(CC) $(CFLAGS) `sdl-config --cflags` -c -o $@ $< -+ $(CC) $(CFLAGS) `$(SDL_CONFIG) --cflags` -c -o $@ $< ++ $(CC) $(CFLAGS) `$(SDL_CONFIG) --cflags` `libpng-config --cflags` -c -o $@ $< $(NAME) : $(OBJS) cd data; $(MAKE) - $(CC) $(CFLAGS) $(OBJS) data/libdata.a `sdl-config --libs` -lm -lpng \ -+ $(CC) $(CFLAGS) $(OBJS) data/libdata.a `$(SDL_CONFIG) --libs` -lm -lpng \ ++ $(CC) $(CFLAGS) $(OBJS) data/libdata.a `$(SDL_CONFIG) --libs` `libpng-config --libs` -lm \ -ljpeg -lz -lvorbisfile -lvorbis -logg -o $(NAME) w32icon.o : data/icons/tuxpuck.ico >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10: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 ESMTPS id 457923F4 for ; Sun, 24 Nov 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BA072CF4 for ; Sun, 24 Nov 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 rAOIA7vV046959 for ; Sun, 24 Nov 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 rAOIA7Qp046958; Sun, 24 Nov 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:07 GMT Resent-Message-Id: <201311241810.rAOIA7Qp046958@freefall.freebsd.org> 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 ESMTPS id 656982D7 for ; Sun, 24 Nov 2013 18:02:16 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 390152C87 for ; Sun, 24 Nov 2013 18:02:16 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id 7C957980038 for ; Mon, 25 Nov 2013 03:02:14 +0900 (JST) Message-Id: <20131125025221.74d79810422be2756ad3fc91@yahoo.com> Date: Mon, 25 Nov 2013 02:52:21 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184240: math/tvmet: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:07 -0000 >Number: 184240 >Category: ports >Synopsis: math/tvmet: 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: Sun Nov 24 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang >How-To-Repeat: >Fix: diff -urN /usr/ports/math/tvmet/Makefile math/tvmet/Makefile --- /usr/ports/math/tvmet/Makefile 2013-11-06 22:04:31.000000000 +0900 +++ math/tvmet/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -9,40 +9,43 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tiny Vector and Matrix template library +LICENSE= LGPL21 # (or later) + +OPTIONS_DEFINE= CPPUNIT DEBUG DOCS EXAMPLES + USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= libtool -MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" +CONFIGURE_ARGS= --with-cxx=${CXX} -MAN1= tvmet-config.1 +.include -.if defined(WITH_CPPUNIT) -LIB_DEPENDS+= cppunit-1.10.2:${PORTSDIR}/devel/cppunit +.if ${PORT_OPTIONS:MCPPUNIT} +LIB_DEPENDS+= libcppunit-1.12.so:${PORTSDIR}/devel/cppunit CONFIGURE_ARGS+= --with-cppunit-prefix=${LOCALBASE} .else CONFIGURE_ENV+= ac_cv_path_CPPUNIT_CONFIG=no .endif -.if defined(WITH_DEBUG) +.if ${PORT_OPTIONS:MDEBUG} CXXFLAGS+= -DTVMET_DEBUG .else CXXFLAGS+= -DTVMET_OPTIMIZE .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|= -O |= |g' ${WRKSRC}/doc/Makefile.in post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for ext in dox cc css h png - ${INSTALL_DATA} ${WRKSRC}/doc/*.${ext} ${DOCSDIR} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.${ext} \ + ${STAGEDIR}${DOCSDIR}) .endfor - @${MKDIR} ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} .for ext in cc - ${INSTALL_DATA} ${WRKSRC}/examples/*.${ext} ${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${INSTALL_DATA} *.${ext} \ + ${STAGEDIR}${EXAMPLESDIR}) .endfor -.endif .include diff -urN /usr/ports/math/tvmet/pkg-plist math/tvmet/pkg-plist --- /usr/ports/math/tvmet/pkg-plist 2013-11-06 22:04:31.000000000 +0900 +++ math/tvmet/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -1,5 +1,6 @@ @comment $FreeBSD: head/math/tvmet/pkg-plist 300896 2012-07-14 13:54:48Z beat $ bin/tvmet-config +man/man1/tvmet-config.1.gz include/tvmet/AliasProxy.h include/tvmet/BinaryFunctionals.h include/tvmet/CommaInitializer.h >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id 92C323F7 for ; Sun, 24 Nov 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7755E2CF6 for ; Sun, 24 Nov 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 rAOIA7PJ046970 for ; Sun, 24 Nov 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 rAOIA70p046969; Sun, 24 Nov 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:07 GMT Resent-Message-Id: <201311241810.rAOIA70p046969@freefall.freebsd.org> 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 ESMTPS id CBDFF2C4 for ; Sun, 24 Nov 2013 18:01:58 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id A07DE2C81 for ; Sun, 24 Nov 2013 18:01:58 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id 4B99B980038 for ; Mon, 25 Nov 2013 03:01:56 +0900 (JST) Message-Id: <20131125025209.85cbc18e1fcfa0c64ddd87d8@yahoo.com> Date: Mon, 25 Nov 2013 02:52:09 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184241: graphics/qslim: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:07 -0000 >Number: 184241 >Category: ports >Synopsis: graphics/qslim: Fix 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: Sun Nov 24 18:10:07 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/qslim/Makefile graphics/qslim/Makefile --- /usr/ports/graphics/qslim/Makefile 2013-11-06 22:02:22.000000000 +0900 +++ graphics/qslim/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -13,27 +13,28 @@ LICENSE= GPLv2 -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - gfx.0:${PORTSDIR}/graphics/libgfx \ - forms.2:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff \ + libgfx.so:${PORTSDIR}/graphics/libgfx \ + libforms.so:${PORTSDIR}/x11-toolkits/xforms CONFIGURE_WRKSRC= ${WRKSRC}/mixkit BUILD_WRKSRC= ${WRKSRC}/mixkit/src +USES= gmake USE_GL= glu -USE_GMAKE= yes GNU_CONFIGURE= yes -MAKE_ENV= FLTKCONFIG="${LOCALBASE}/bin/fltk-config" +MAKE_ENV= FLTKCONFIG="${FLTK_CONFIG}" GUI_LIBS="${GUI_LIBS}" MAKE_ARGS= CC="${CC}" CXX="${CXX}" ALL_TARGET= # none USE_LDCONFIG= yes -CFLAGS+= -DMIX_ANSI_IOSTREAMS -fpermissive -fPIC ${CPPFLAGS} -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -DHAVE_BOOL -LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS} +CFLAGS+= -DMIX_ANSI_IOSTREAMS -DHAVE_BOOL -fPIC -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +FLTK_CONFIG= ${LOCALBASE}/bin/fltk-config +GUI_LIBS= $$(${FLTK_CONFIG} --use-gl --ldflags) -NO_STAGE= yes post-extract: @${RM} -rf ${WRKSRC}/libgfx/ @@ -42,21 +43,26 @@ @${REINPLACE_CMD} -e 's/\.\..*mix\.a//' ${WRKSRC}/tools/qslim/Makefile @${REINPLACE_CMD} -e '/gfx-config/d;s/\.a/.so/g;s/[(]AR[)] cru/(CXX) \ $$(CXXFLAGS) -shared -o/;/RANLIB/d' ${BUILD_WRKSRC}/${MAKEFILE} - @for f in ${BUILD_WRKSRC}/Makefile ${WRKSRC}/tools/qslim/Makefile;do\ - ${ECHO_CMD} '.SUFFIXES: .fl .c .cc .cxx .o' >> $$f;\ - ${ECHO_CMD} '.cxx.o:' >> $$f;\ - ${ECHO_CMD} ' $$(CXX) -c $$(CXXFLAGS) $$<' >> $$f;done +.for i in mixkit/src/Makefile tools/qslim/Makefile + @${ECHO_CMD} '.SUFFIXES: .fl .c .cc .cxx .o' >> ${WRKSRC}/${i} + @${ECHO_CMD} '.cxx.o:' >> ${WRKSRC}/${i} + @${ECHO_CMD} ' $$(CXX) -c $$(CXXFLAGS) $$<' >> ${WRKSRC}/${i} +.endfor post-build: @(cd ${BUILD_WRKSRC}/../../tools/qslim && ${SETENV} ${MAKE_ENV} \ - ${GMAKE} ${MAKE_ARGS} ${ALL_TARGET}) + ${MAKE_CMD} ${MAKE_ARGS} ${ALL_TARGET}) do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/mixkit/src/libmix.so ${PREFIX}/lib/ - @${LN} -sf libmix.so ${PREFIX}/lib/libmix.so.0 - @${INSTALL_PROGRAM} ${WRKSRC}/tools/qslim/qslim ${PREFIX}/bin/ - @${INSTALL_PROGRAM} ${WRKSRC}/tools/qslim/qvis ${PREFIX}/bin/ - @${INSTALL} -d ${PREFIX}/include/mixkit/ - @${INSTALL_DATA} ${WRKSRC}/mixkit/src/*.h ${PREFIX}/include/mixkit/ +.for i in qslim qvis + (cd ${WRKSRC}/tools/qslim && ${INSTALL_PROGRAM} ${i} \ + ${STAGEDIR}${PREFIX}/bin) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/include/mixkit + (cd ${WRKSRC}/mixkit/src && ${INSTALL_DATA} *.h \ + ${STAGEDIR}${PREFIX}/include/mixkit) + (cd ${WRKSRC}/mixkit/src && ${INSTALL_PROGRAM} libmix.so \ + ${STAGEDIR}${PREFIX}/lib) + @${LN} -sf libmix.so ${STAGEDIR}${PREFIX}/lib/libmix.so.0 .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id 495C73A3 for ; Sun, 24 Nov 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D6462CD1 for ; Sun, 24 Nov 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 rAOIA2g9046783 for ; Sun, 24 Nov 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 rAOIA2vR046782; Sun, 24 Nov 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:02 GMT Resent-Message-Id: <201311241810.rAOIA2vR046782@freefall.freebsd.org> 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 ESMTPS id 532E72DB for ; Sun, 24 Nov 2013 18:02:36 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 126CF2C8C for ; Sun, 24 Nov 2013 18:02:35 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta02.auone-net.jp (au one net mail) with ESMTP id CF9811560039 for ; Mon, 25 Nov 2013 03:02:31 +0900 (JST) Message-Id: <20131125025233.369cf7f05cb19b1049a6afed@yahoo.com> Date: Mon, 25 Nov 2013 02:52:33 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184224: science/gromacs: Update to version 4.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:02 -0000 >Number: 184224 >Category: ports >Synopsis: science/gromacs: Update to version 4.6.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 4.6.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/gromacs/Makefile science/gromacs/Makefile --- /usr/ports/science/gromacs/Makefile 2013-11-06 22:05:52.000000000 +0900 +++ science/gromacs/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/science/gromacs/Makefile 331644 2013-10-26 00:52:33Z gerald $ PORTNAME= gromacs -PORTVERSION= 4.6.3 -PORTREVISION= 2 +PORTVERSION= 4.6.4 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ @@ -31,59 +30,32 @@ -DLAPACK_LIBRARIES:FILEPATH="${LAPACK_LIBS}" USE_LDCONFIG= yes -MAN1= do_dssp.1 editconf.1 eneconv.1 g_anadock.1 \ - g_anaeig.1 g_analyze.1 g_angle.1 g_bar.1 \ - g_bond.1 g_bundle.1 g_chi.1 g_cluster.1 \ - g_clustsize.1 g_confrms.1 g_covar.1 g_current.1 \ - g_density.1 g_densmap.1 g_densorder.1 g_dielectric.1 \ - g_dipoles.1 g_disre.1 g_dist.1 g_dos.1 \ - g_dyecoupl.1 g_dyndom.1 g_enemat.1 g_energy.1 \ - g_filter.1 g_gyrate.1 g_h2order.1 g_hbond.1 \ - g_helix.1 g_helixorient.1 g_hydorder.1 g_kinetics.1 \ - g_lie.1 g_mdmat.1 g_membed.1 g_mindist.1 \ - g_morph.1 g_msd.1 g_nmeig.1 g_nmens.1 \ - g_nmtraj.1 g_order.1 g_pme_error.1 g_polystat.1 \ - g_potential.1 g_principal.1 g_protonate.1 g_rama.1 \ - g_rdf.1 g_rms.1 g_rmsdist.1 g_rmsf.1 \ - g_rotacf.1 g_rotmat.1 g_saltbr.1 g_sans.1 \ - g_sas.1 g_select.1 g_sgangle.1 g_sham.1 \ - g_sigeps.1 g_sorient.1 g_spatial.1 g_spol.1 \ - g_tcaf.1 g_traj.1 g_tune_pme.1 g_vanhove.1 \ - g_velacc.1 g_wham.1 g_wheel.1 g_x2top.1 \ - genbox.1 genconf.1 genion.1 genrestr.1 \ - gmxcheck.1 gmxdump.1 grompp.1 make_edi.1 \ - make_ndx.1 mdrun.1 mk_angndx.1 pdb2gmx.1 \ - tpbconv.1 trjcat.1 trjconv.1 trjorder.1 \ - xpm2ps.1 -MAN7= gromacs.7 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MATLAS} -LIB_DEPENDS+= alapack:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libalapack.so:${PORTSDIR}/math/atlas BLAS_LIBS= ${LOCALBASE}/lib/libcblas.so;${LOCALBASE}/lib/libf77blas.so LAPACK_LIBS= ${LOCALBASE}/lib/libalapack.so .else -LIB_DEPENDS+= blas:${PORTSDIR}/math/blas \ - lapack:${PORTSDIR}/math/lapack +LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas \ + liblapack.so:${PORTSDIR}/math/lapack BLAS_LIBS= ${LOCALBASE}/lib/libblas.so LAPACK_LIBS= ${LOCALBASE}/lib/liblapack.so .endif .if ${PORT_OPTIONS:MFLOAT} BUILD_DEPENDS+= fftw3>0:${PORTSDIR}/math/fftw3 -LIB_DEPENDS+= fftw3f:${PORTSDIR}/math/fftw3-float +LIB_DEPENDS+= libfftw3f.so:${PORTSDIR}/math/fftw3-float CMAKE_ARGS+= -DGMX_DOUBLE:BOOL=OFF PLIST_SUB+= SUFFIX_D="" .else -LIB_DEPENDS+= fftw3:${PORTSDIR}/math/fftw3 +LIB_DEPENDS+= libfftw3.so:${PORTSDIR}/math/fftw3 CMAKE_ARGS+= -DGMX_DOUBLE:BOOL=ON PLIST_SUB+= SUFFIX_D="_d" .endif .if ${PORT_OPTIONS:MGSL} -LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl +LIB_DEPENDS+= libgsl.so:${PORTSDIR}/math/gsl CMAKE_ARGS+= -DGMX_GSL:BOOL=ON .else CMAKE_ARGS+= -DGMX_GSL:BOOL=OFF @@ -97,7 +69,6 @@ USE_XORG= xext x11 CMAKE_ARGS+= -DGMX_X11:BOOL=ON PLIST_SUB+= X11="" -MAN1+= g_xrama.1 ngmx.1 .else CMAKE_ARGS+= -DGMX_X11:BOOL=OFF PLIST_SUB+= X11="@comment " diff -urN /usr/ports/science/gromacs/distinfo science/gromacs/distinfo --- /usr/ports/science/gromacs/distinfo 2013-11-06 22:05:52.000000000 +0900 +++ science/gromacs/distinfo 2013-11-25 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gromacs-4.6.3.tar.gz) = b748f912b606032471e7da2db349db44f53d717b2490ad9316eb962bd75eccd4 -SIZE (gromacs-4.6.3.tar.gz) = 10985615 +SHA256 (gromacs-4.6.4.tar.gz) = 4d4f15e6d10e97aff7a21d3bb5536283cf8ba669589310c456c1bb22bdfe7d8e +SIZE (gromacs-4.6.4.tar.gz) = 10990996 diff -urN /usr/ports/science/gromacs/pkg-plist science/gromacs/pkg-plist --- /usr/ports/science/gromacs/pkg-plist 2013-11-06 22:05:52.000000000 +0900 +++ science/gromacs/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -159,7 +159,13 @@ include/gromacs/gmx_omp_nthreads.h include/gromacs/gmx_parallel_3dfft.h include/gromacs/gmx_random.h +include/gromacs/gmx_simd4_macros.h +include/gromacs/gmx_simd4_ref.h include/gromacs/gmx_simd_macros.h +include/gromacs/gmx_simd_math_double.h +include/gromacs/gmx_simd_math_single.h +include/gromacs/gmx_simd_ref.h +include/gromacs/gmx_simd_vec.h include/gromacs/gmx_sort.h include/gromacs/gmx_statistics.h include/gromacs/gmx_system_xdr.h @@ -167,8 +173,6 @@ include/gromacs/gmx_wallcycle.h include/gromacs/gmx_x86_avx_128_fma.h include/gromacs/gmx_x86_avx_256.h -include/gromacs/gmx_x86_simd_double.h -include/gromacs/gmx_x86_simd_single.h include/gromacs/gmx_x86_sse2.h include/gromacs/gmx_x86_sse4_1.h include/gromacs/gmxcomplex.h @@ -356,11 +360,106 @@ libdata/pkgconfig/libgmxana%%SUFFIX_MPI%%%%SUFFIX_D%%.pc libdata/pkgconfig/libgmxpreprocess%%SUFFIX_MPI%%%%SUFFIX_D%%.pc libdata/pkgconfig/libmd%%SUFFIX_MPI%%%%SUFFIX_D%%.pc +man/man1/do_dssp.1.gz +man/man1/editconf.1.gz +man/man1/eneconv.1.gz +man/man1/g_anadock.1.gz +man/man1/g_anaeig.1.gz +man/man1/g_analyze.1.gz +man/man1/g_angle.1.gz +man/man1/g_bar.1.gz +man/man1/g_bond.1.gz +man/man1/g_bundle.1.gz +man/man1/g_chi.1.gz +man/man1/g_cluster.1.gz +man/man1/g_clustsize.1.gz +man/man1/g_confrms.1.gz +man/man1/g_covar.1.gz +man/man1/g_current.1.gz +man/man1/g_density.1.gz +man/man1/g_densmap.1.gz +man/man1/g_densorder.1.gz +man/man1/g_dielectric.1.gz +man/man1/g_dipoles.1.gz +man/man1/g_disre.1.gz +man/man1/g_dist.1.gz +man/man1/g_dos.1.gz +man/man1/g_dyecoupl.1.gz +man/man1/g_dyndom.1.gz +man/man1/g_enemat.1.gz +man/man1/g_energy.1.gz +man/man1/g_filter.1.gz +man/man1/g_gyrate.1.gz +man/man1/g_h2order.1.gz +man/man1/g_hbond.1.gz +man/man1/g_helix.1.gz +man/man1/g_helixorient.1.gz +man/man1/g_hydorder.1.gz +man/man1/g_kinetics.1.gz +man/man1/g_lie.1.gz +man/man1/g_mdmat.1.gz +man/man1/g_membed.1.gz +man/man1/g_mindist.1.gz +man/man1/g_morph.1.gz +man/man1/g_msd.1.gz +man/man1/g_nmeig.1.gz +man/man1/g_nmens.1.gz +man/man1/g_nmtraj.1.gz +man/man1/g_order.1.gz +man/man1/g_pme_error.1.gz +man/man1/g_polystat.1.gz +man/man1/g_potential.1.gz +man/man1/g_principal.1.gz +man/man1/g_protonate.1.gz +man/man1/g_rama.1.gz +man/man1/g_rdf.1.gz +man/man1/g_rms.1.gz +man/man1/g_rmsdist.1.gz +man/man1/g_rmsf.1.gz +man/man1/g_rotacf.1.gz +man/man1/g_rotmat.1.gz +man/man1/g_saltbr.1.gz +man/man1/g_sans.1.gz +man/man1/g_sas.1.gz +man/man1/g_select.1.gz +man/man1/g_sgangle.1.gz +man/man1/g_sham.1.gz +man/man1/g_sigeps.1.gz +man/man1/g_sorient.1.gz +man/man1/g_spatial.1.gz +man/man1/g_spol.1.gz +man/man1/g_tcaf.1.gz +man/man1/g_traj.1.gz +man/man1/g_tune_pme.1.gz +man/man1/g_vanhove.1.gz +man/man1/g_velacc.1.gz +man/man1/g_wham.1.gz +man/man1/g_wheel.1.gz +man/man1/g_x2top.1.gz +%%X11%%man/man1/g_xrama.1.gz +man/man1/genbox.1.gz +man/man1/genconf.1.gz +man/man1/genion.1.gz +man/man1/genrestr.1.gz +man/man1/gmxcheck.1.gz +man/man1/gmxdump.1.gz +man/man1/grompp.1.gz +man/man1/make_edi.1.gz +man/man1/make_ndx.1.gz +man/man1/mdrun.1.gz +man/man1/mk_angndx.1.gz +%%X11%%man/man1/ngmx.1.gz +man/man1/pdb2gmx.1.gz +man/man1/tpbconv.1.gz +man/man1/trjcat.1.gz +man/man1/trjconv.1.gz +man/man1/trjorder.1.gz +man/man1/xpm2ps.1.gz +man/man7/gromacs.7.gz %%DATADIR%%/COPYING %%DATADIR%%/CTestTestfile.cmake %%DATADIR%%/README.tutor %%DATADIR%%/README_FreeEnergyModifications.txt -%%DATADIR%%/html/gmxfaq.html %%DATADIR%%/html/images/1ctf-0.2.jpg %%DATADIR%%/html/images/1ctf-0.5.jpg %%DATADIR%%/html/images/1ctf-0.jpg @@ -547,7 +646,6 @@ %%DATADIR%%/html/online/xtc.html %%DATADIR%%/html/online/xvg.html %%DATADIR%%/html/online/yourown.html -%%DATADIR%%/html/online.html %%DATADIR%%/template/CMakeLists.txt %%DATADIR%%/template/Makefile.pkg %%DATADIR%%/template/README >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id 7CBC33A5 for ; Sun, 24 Nov 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FF9C2CD3 for ; Sun, 24 Nov 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 rAOIA2jk046794 for ; Sun, 24 Nov 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 rAOIA2tg046793; Sun, 24 Nov 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:02 GMT Resent-Message-Id: <201311241810.rAOIA2tg046793@freefall.freebsd.org> 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 ESMTPS id 0B74429B for ; Sun, 24 Nov 2013 18:01:18 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 6B41A2C74 for ; Sun, 24 Nov 2013 18:01:17 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta02.auone-net.jp (au one net mail) with ESMTP id E7703156003F for ; Mon, 25 Nov 2013 03:00:49 +0900 (JST) Message-Id: <20131125025100.159feaf04f3e810e4183c3d7@yahoo.com> Date: Mon, 25 Nov 2013 02:51:00 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184225: editors/leo: Update to version 4.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:02 -0000 >Number: 184225 >Category: ports >Synopsis: editors/leo: Update to version 4.11 >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 Nov 24 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 4.11 >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/leo/Makefile editors/leo/Makefile --- /usr/ports/editors/leo/Makefile 2013-11-06 22:06:10.000000000 +0900 +++ editors/leo/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -2,11 +2,10 @@ # $FreeBSD: head/editors/leo/Makefile 327720 2013-09-20 16:36:23Z bapt $ PORTNAME= leo -PORTVERSION= 4.10 -PORTREVISION= 4 +PORTVERSION= 4.11 CATEGORIES= editors python -MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}%20final -DISTNAME= Leo-${PORTVERSION}-final +MASTER_SITES= SF/${PORTNAME}/Leo/${PORTVERSION}-final +DISTFILES= Leo-${PORTVERSION}-final.zip DIST_SUBDIR= leo MAINTAINER= ports@FreeBSD.org @@ -19,7 +18,6 @@ ${PYTHON_PKGNAMEPREFIX}qt4-svg>=0:${PORTSDIR}/graphics/py-qt4-svg \ ${PYTHON_PKGNAMEPREFIX}docutils>=0:${PORTSDIR}/textproc/py-docutils \ silvercity>=0:${PORTSDIR}/textproc/silvercity \ - ${PYTHON_PKGNAMEPREFIX}Pmw>=0:${PORTSDIR}/x11-toolkits/py-Pmw \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=0:${PORTSDIR}/x11-toolkits/py-qt4-gui OPTIONS_DEFINE= PYENCHANT DOCS @@ -27,40 +25,48 @@ WRKSRC= ${WRKDIR}/Leo-${PORTVERSION}-final -USE_ZIP= yes +USES= shebangfix +SHEBANG_FILES= leo/doc/html/fixup.pl leo/scripts/LinixInstall.py USE_PYTHON= yes +DESKTOP_ENTRIES="Leo" "Literate Editor with Outlines" \ + "${LEO_DIR}/Icons/leoapp32.png" "leo" "" "" + LEO_DIR= ${PYTHONPREFIX_SITELIBDIR}/leo -NO_STAGE= yes -.include +PYENCHANT_RUN_DEPENDS=${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant -.if ${PORT_OPTIONS:MPYENCHANT} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}enchant>=0:${PORTSDIR}/textproc/py-enchant -.endif +.include post-extract: @-${FIND} ${WRKSRC}/leo -type d -empty -delete +post-patch: + @${REINPLACE_CMD} -i '' -e \ + '1s|^\#![[:space:]].*|#!${python_CMD}|' \ + ${WRKSRC}/leo/test/cgi-bin/edward.py + do-build: ${SED} -e 's|@PKGDATADIR@/leo.py|${LEO_DIR}/core/runLeo.py|' \ ${FILESDIR}/leo.in > ${WRKDIR}/leo do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/leo ${PREFIX}/bin/leo - @${MKDIR} ${LEO_DIR} - ${INSTALL_DATA} ${WRKSRC}/leo/__init__.py ${LEO_DIR} - @${MKDIR} ${LEO_DIR}/Icons - ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.GIF ${LEO_DIR}/Icons - ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.gif ${LEO_DIR}/Icons - ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.png ${LEO_DIR}/Icons - ${INSTALL_DATA} ${WRKSRC}/leo/Icons/*.svg ${LEO_DIR}/Icons - @(cd ${WRKSRC}/leo/Icons && ${COPYTREE_SHARE} cleo ${LEO_DIR}/Icons) -.for dir in config core external extensions modes plugins scripts test www - @(cd ${WRKSRC}/leo; ${COPYTREE_SHARE} ${dir} ${LEO_DIR}) + (cd ${WRKDIR} && ${INSTALL_SCRIPT} leo ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${LEO_DIR} + (cd ${WRKSRC}/leo && ${INSTALL_DATA} __init__.py ${STAGEDIR}${LEO_DIR}) + @${MKDIR} ${STAGEDIR}${LEO_DIR}/Icons +.for i in GIF gif png svg + (cd ${WRKSRC}/leo/Icons && ${INSTALL_DATA} *.${i} \ + ${STAGEDIR}${LEO_DIR}/Icons) +.endfor +.for i in cleo recorder + @(cd ${WRKSRC}/leo/Icons && ${COPYTREE_SHARE} ${i} \ + ${STAGEDIR}${LEO_DIR}/Icons) +.endfor +.for i in config core doc external extensions modes plugins scripts test www + @(cd ${WRKSRC}/leo && ${COPYTREE_SHARE} ${i} ${STAGEDIR}${LEO_DIR}) .endfor -.if ${PORT_OPTIONS:MDOCS} - @(cd ${WRKSRC}/leo; ${COPYTREE_SHARE} doc ${LEO_DIR}) -.endif + @-(cd ${STAGEDIR}/${PREFIX} && ${PYTHON_CMD} -m compileall \ + -d ${PREFIX} -f ${LEO_DIR:S,${PREFIX}/,,}) .include diff -urN /usr/ports/editors/leo/distinfo editors/leo/distinfo --- /usr/ports/editors/leo/distinfo 2013-11-06 22:06:10.000000000 +0900 +++ editors/leo/distinfo 2013-11-25 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (leo/Leo-4.10-final.zip) = 3c27d28e8127094aee9a9dba3d4b5093275e5f35af1b2d3ea1e8b76e5a9f7c7b -SIZE (leo/Leo-4.10-final.zip) = 5467948 +SHA256 (leo/Leo-4.11-final.zip) = eb1fd0e07533db4886fd7962a7d7431244b75239fd161395859e20a7e0f6ba62 +SIZE (leo/Leo-4.11-final.zip) = 7282503 diff -urN /usr/ports/editors/leo/pkg-descr editors/leo/pkg-descr --- /usr/ports/editors/leo/pkg-descr 2013-11-06 22:06:10.000000000 +0900 +++ editors/leo/pkg-descr 2013-11-25 00:00:00.000000000 +0900 @@ -1,18 +1,22 @@ * Leo is a programmer's editor and a flexible browser for projects, - programs, classes or data. Leo clarifies design, coding, debugging, testing - and maintenance. + programs, classes or data. Leo clarifies design, coding, debugging, + testing and maintenance. * Leo is an outlining editor. Outlines clarify the big picture while providing unlimited space for details. -* Leo is a literate programming tool, compatible with noweb and CWEB. Leo - enhances any text-based programming language, from assembly language and C - to Java, Python and XML. -* Leo is also a data organizer. A single Leo outline can generate complex - data spanning many different files. Leo has been used to manage web sites. -* Leo is a project manager. Leo provides multiple views of a project within - a single outline. Leo naturally represents tasks that remain up-to-date. -* Leo is fully scriptable using Python and saves its files in XML format. -* Leo is portable. Leo.py is 100% pure Python and will run on any platform - supporting Python and Tk/tcl, including Windows, Linux and MacOS X. -* Leo is Open Software, distributed under the Python License. +* Leo is a literate programming tool, compatible with noweb and CWEB. + Leo enhances any text-based programming language, from assembly + language and C to Java, Python and XML. +* Leo is also a data organizer. A single Leo outline can generate + complex data spanning many different files. Leo has been used to + manage web sites. +* Leo is a project manager. Leo provides multiple views of a project + within a single outline. Leo naturally represents tasks that remain + up-to-date. +* Leo is fully scriptable using Python and saves its files in XML + format. +* Leo is portable. Leo.py is 100% pure Python and will run on any + platform supporting Python and Tk/tcl, including Windows, Linux and + MacOS X. +* Leo is Open Software, distributed under the Python License. -WWW: http://webpages.charter.net/edreamleo/front.html +WWW: http://leoeditor.com/ diff -urN /usr/ports/editors/leo/pkg-plist editors/leo/pkg-plist --- /usr/ports/editors/leo/pkg-plist 2013-11-06 22:06:10.000000000 +0900 +++ editors/leo/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -5,7 +5,6 @@ %%PYTHON_SITELIBDIR%%/leo/Icons/Leosplash.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/application-x-leo-outline.png %%PYTHON_SITELIBDIR%%/leo/Icons/arrows.svg -%%PYTHON_SITELIBDIR%%/leo/Icons/bubbles.svg %%PYTHON_SITELIBDIR%%/leo/Icons/box00.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/box01.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/box02.GIF @@ -22,12 +21,20 @@ %%PYTHON_SITELIBDIR%%/leo/Icons/box13.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/box14.GIF %%PYTHON_SITELIBDIR%%/leo/Icons/box15.GIF +%%PYTHON_SITELIBDIR%%/leo/Icons/bubbles.svg %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/LeoTaskTab.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/bngblk.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/bottom.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/bullet.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/chkblk.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/chkboxblk.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/cleo_icons.svg +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/date_future.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/date_past.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/date_today.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/document-save.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/down.png +%%PYTHON_SITELIBDIR%%/leo/Icons/cleo/edit-clear.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/index.html %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/prg000.png %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/prg010.png @@ -87,67 +94,110 @@ %%PYTHON_SITELIBDIR%%/leo/Icons/lt_arrow_enabled.gif %%PYTHON_SITELIBDIR%%/leo/Icons/minusnode.gif %%PYTHON_SITELIBDIR%%/leo/Icons/plusnode.gif +%%PYTHON_SITELIBDIR%%/leo/Icons/recorder/pointer.png %%PYTHON_SITELIBDIR%%/leo/Icons/rt_arrow_disabled.gif %%PYTHON_SITELIBDIR%%/leo/Icons/rt_arrow_enabled.gif %%PYTHON_SITELIBDIR%%/leo/__init__.py +%%PYTHON_SITELIBDIR%%/leo/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/config/leoSettings.leo %%PYTHON_SITELIBDIR%%/leo/core/LeoPyRef.leo %%PYTHON_SITELIBDIR%%/leo/core/__init__.py +%%PYTHON_SITELIBDIR%%/leo/core/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/core/buttons.txt %%PYTHON_SITELIBDIR%%/leo/core/bzr_version.py +%%PYTHON_SITELIBDIR%%/leo/core/bzr_version.pyc %%PYTHON_SITELIBDIR%%/leo/core/format-code.py +%%PYTHON_SITELIBDIR%%/leo/core/format-code.pyc %%PYTHON_SITELIBDIR%%/leo/core/key-handling-notes.txt %%PYTHON_SITELIBDIR%%/leo/core/leoApp.py +%%PYTHON_SITELIBDIR%%/leo/core/leoApp.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoAtFile.py +%%PYTHON_SITELIBDIR%%/leo/core/leoAtFile.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoBridge.py +%%PYTHON_SITELIBDIR%%/leo/core/leoBridge.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoBridgeTest.py +%%PYTHON_SITELIBDIR%%/leo/core/leoBridgeTest.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoCache.py +%%PYTHON_SITELIBDIR%%/leo/core/leoCache.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoChapters.py +%%PYTHON_SITELIBDIR%%/leo/core/leoChapters.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoColor.py +%%PYTHON_SITELIBDIR%%/leo/core/leoColor.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoCommands.py +%%PYTHON_SITELIBDIR%%/leo/core/leoCommands.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoCompare.py +%%PYTHON_SITELIBDIR%%/leo/core/leoCompare.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoConfig.py +%%PYTHON_SITELIBDIR%%/leo/core/leoConfig.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoDebugger.py +%%PYTHON_SITELIBDIR%%/leo/core/leoDebugger.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoDynamicTest.py +%%PYTHON_SITELIBDIR%%/leo/core/leoDynamicTest.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoEditCommands.py +%%PYTHON_SITELIBDIR%%/leo/core/leoEditCommands.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoFileCommands.py +%%PYTHON_SITELIBDIR%%/leo/core/leoFileCommands.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoFind.py +%%PYTHON_SITELIBDIR%%/leo/core/leoFind.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoFrame.py +%%PYTHON_SITELIBDIR%%/leo/core/leoFrame.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoGlobals.py +%%PYTHON_SITELIBDIR%%/leo/core/leoGlobals.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoGui.py +%%PYTHON_SITELIBDIR%%/leo/core/leoGui.pyc +%%PYTHON_SITELIBDIR%%/leo/core/leoIPython.py +%%PYTHON_SITELIBDIR%%/leo/core/leoIPython.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoImport.py +%%PYTHON_SITELIBDIR%%/leo/core/leoImport.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoInspect.py +%%PYTHON_SITELIBDIR%%/leo/core/leoInspect.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoKeys.py +%%PYTHON_SITELIBDIR%%/leo/core/leoKeys.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoMenu.py +%%PYTHON_SITELIBDIR%%/leo/core/leoMenu.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoNodes.py +%%PYTHON_SITELIBDIR%%/leo/core/leoNodes.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoPlugins.py +%%PYTHON_SITELIBDIR%%/leo/core/leoPlugins.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoPymacs.py +%%PYTHON_SITELIBDIR%%/leo/core/leoPymacs.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoRst.py +%%PYTHON_SITELIBDIR%%/leo/core/leoRst.pyc +%%PYTHON_SITELIBDIR%%/leo/core/leoSessions.py +%%PYTHON_SITELIBDIR%%/leo/core/leoSessions.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoShadow.py +%%PYTHON_SITELIBDIR%%/leo/core/leoShadow.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoTangle.py +%%PYTHON_SITELIBDIR%%/leo/core/leoTangle.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoTest.py +%%PYTHON_SITELIBDIR%%/leo/core/leoTest.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoUndo.py +%%PYTHON_SITELIBDIR%%/leo/core/leoUndo.pyc %%PYTHON_SITELIBDIR%%/leo/core/leoVersion.py +%%PYTHON_SITELIBDIR%%/leo/core/leoVersion.pyc +%%PYTHON_SITELIBDIR%%/leo/core/qsyntaxhighlighter.py +%%PYTHON_SITELIBDIR%%/leo/core/qsyntaxhighlighter.pyc %%PYTHON_SITELIBDIR%%/leo/core/runLeo.py +%%PYTHON_SITELIBDIR%%/leo/core/runLeo.pyc %%PYTHON_SITELIBDIR%%/leo/core/test_core.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/CheatSheet.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/FAQ.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/IpythonBridge.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/LeoDocs.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/appendices.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/atShadow.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/cheatsheet.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/coloring.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/commands.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/customizing.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/debuggers.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/default.css +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/default_workbook.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/design.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/directives.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/doc-startup.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/download.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/emacs.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/frontMatter.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/glossary.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/history.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/Blank.gif %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/Leo4-80-border.jpg %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/LeoCodeGray.gif @@ -157,11 +207,13 @@ %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/arrow_lt.gif %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/arrow_rt.gif %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/conf.py +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/conf.pyc %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/default.css %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/docModeOnlyTest.html %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/fixup.pl -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/front.html +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/index.html %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/jythonShell.html +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/leoLinks.html %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/leo_rst.css %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/leo_toc.html.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/make.bat @@ -170,6 +222,7 @@ %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/html/techReport.html %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/inkscape-template.svg %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/installing.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/intermediatetopics.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/intro.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leoBridge.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leoInspect.txt @@ -181,337 +234,700 @@ %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leoUserGuide.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leo_rst.css %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leo_toc.html +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/leoandotherprograms.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/nutshell.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/other_docs.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/outline-commands.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/outlines.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/plugin_catalog.py +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/plugin_catalog.pyc %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/plugins.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/preface.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/preliminaries.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/quickstart.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/release_notes.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/rstplugin3.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/running.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/screen-shots.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/scripting.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sidebar.js %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/silver_city.css %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/slides.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/slideshows.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/Makefile +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/conf.py +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/conf.pyc +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/index.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.core.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.extensions.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.external.concurrent.futures.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.external.concurrent.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.external.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.plugins.pygeotag.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.plugins.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/leo.rst +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/make.bat +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/make.log +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/requirements.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs/sphinxDocs.leo %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/testimonials.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/theory.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/treecaching.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/tutorial.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/underscore.js %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/unitTesting.txt +%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/usersguide.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/vimBindings.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/whatsnew.txt -%%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/whitepapers.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/writingPlugins.txt %%PORTDOCS%%%%PYTHON_SITELIBDIR%%/leo/doc/zodb.txt %%PYTHON_SITELIBDIR%%/leo/extensions/__init__.py +%%PYTHON_SITELIBDIR%%/leo/extensions/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/extensions/asciidoc.py +%%PYTHON_SITELIBDIR%%/leo/extensions/asciidoc.pyc %%PYTHON_SITELIBDIR%%/leo/extensions/colors.py +%%PYTHON_SITELIBDIR%%/leo/extensions/colors.pyc %%PYTHON_SITELIBDIR%%/leo/extensions/patch_11_01.py +%%PYTHON_SITELIBDIR%%/leo/extensions/patch_11_01.pyc +%%PYTHON_SITELIBDIR%%/leo/extensions/sh.py +%%PYTHON_SITELIBDIR%%/leo/extensions/sh.pyc %%PYTHON_SITELIBDIR%%/leo/extensions/testExtension.py +%%PYTHON_SITELIBDIR%%/leo/extensions/testExtension.pyc +%%PYTHON_SITELIBDIR%%/leo/external/README.ckeditor.txt %%PYTHON_SITELIBDIR%%/leo/external/__init__.py +%%PYTHON_SITELIBDIR%%/leo/external/__init__.pyc +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/CHANGES.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/LICENSE.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/README.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/adapters/jquery.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/build-config.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/ckeditor.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/config.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/contents.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/af.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ar.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/bg.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/bn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/bs.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/cs.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/cy.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/da.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/de.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/el.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/en-au.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/en-ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/en-gb.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/en.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/eo.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/es.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/et.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/eu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fa.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fo.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fr-ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/fr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/gl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/gu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/he.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/hi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/hr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/hu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/id.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/is.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/it.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ja.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ka.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/km.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ko.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ku.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/lt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/lv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/mk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/mn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ms.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/nb.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/nl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/no.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/pl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/pt-br.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/pt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ro.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ru.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/si.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sq.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sr-latn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/sv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/th.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/tr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/ug.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/uk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/vi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/zh-cn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang/zh.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/a11yhelp.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/_translationstatus.txt +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ar.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/bg.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/cs.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/cy.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/da.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/de.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/el.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/en.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/eo.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/es.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/et.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/fa.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/fi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/fr-ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/fr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/gl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/gu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/he.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/hi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/hr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/hu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/id.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/it.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ja.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/km.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ku.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/lt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/lv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/mk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/mn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/nb.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/nl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/no.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/pl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/pt-br.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/pt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ro.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ru.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/si.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sq.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sr-latn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/sv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/th.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/tr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/ug.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/uk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/vi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang/zh-cn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/about/dialogs/about.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/about/dialogs/hidpi/logo_ckeditor.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/about/dialogs/logo_ckeditor.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/clipboard/dialogs/paste.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/colordialog/dialogs/colordialog.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/dialog/dialogDefinition.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/div/dialogs/div.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/fakeobjects/images/spacer.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/find/dialogs/find.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/flash/dialogs/flash.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/flash/images/placeholder.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/button.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/checkbox.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/form.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/hiddenfield.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/radio.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/select.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/textarea.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs/textfield.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/images/hiddenfield.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/icons.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/icons_hidpi.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/iframe/dialogs/iframe.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/iframe/images/placeholder.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/image/dialogs/image.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/image/images/noimage.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/dialogs/anchor.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/dialogs/link.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/images/anchor.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/images/hidpi/anchor.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/liststyle/dialogs/liststyle.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/magicline/images/hidpi/icon.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/magicline/images/icon.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/pagebreak/images/pagebreak.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/pastefromword/filter/default.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/preview/preview.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt/LICENSE.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt/README.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt/dialogs/options.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt/dialogs/toolbar.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_address.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_blockquote.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_div.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h1.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h2.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h3.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h4.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h5.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_h6.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_p.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images/block_pre.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/dialogs/smiley.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/angel_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/angry_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/broken_heart.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/confused_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/cry_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/devil_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/embaressed_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/embarrassed_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/envelope.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/heart.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/kiss.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/lightbulb.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/omg_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/regular_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/sad_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/shades_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/teeth_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/thumbs_down.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/thumbs_up.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/tongue_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/tounge_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/whatchutalkingabout_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images/wink_smile.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/_translationstatus.txt +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ar.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/bg.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/cs.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/cy.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/de.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/el.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/en.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/eo.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/es.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/et.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/fa.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/fi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/fr-ca.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/fr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/gl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/he.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/hr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/hu.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/id.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/it.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ja.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ku.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/lv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/nb.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/nl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/no.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/pl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/pt-br.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/pt.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ru.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/si.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/sk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/sl.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/sq.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/sv.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/th.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/tr.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/ug.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/uk.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/vi.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang/zh-cn.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/specialchar.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/table/dialogs/table.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/tabletools/dialogs/tableCell.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/dialogs/templates.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/dialogs/templates.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates/default.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates/images/template1.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates/images/template2.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates/images/template3.gif +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/LICENSE.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/README.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/ciframe.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/tmp.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/tmpFrameset.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/wsc.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/wsc.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs/wsc_ie.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/ajax.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/api.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/appendto.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/inlineall/logo.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/outputxhtml/outputxhtml.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/posteddata.php +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/sample.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/sample.jpg +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/uilanguages/languages.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/datafiltering.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/divreplace.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/index.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/inlineall.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/inlinebycode.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/inlinetextarea.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/jquery.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/dialog/assets/my_dialog.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/dialog/dialog.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/enterkey/enterkey.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.fla +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/outputforflash.swf +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/assets/outputforflash/swfobject.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/outputforflash.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/outputhtml.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/magicline/magicline.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/toolbar/toolbar.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/wysiwygarea/fullpage.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/readonly.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/replacebyclass.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/replacebycode.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/sample.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/sample.js +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/sample_posteddata.php +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/tabindex.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/uicolor.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/uilanguages.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/xhtmlstyle.html +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_ie.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_ie7.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_ie8.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_iequirks.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/dialog_opera.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_gecko.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_ie.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_ie7.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_ie8.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/editor_iequirks.css +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/icons.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/icons_hidpi.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/arrow.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/close.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/hidpi/close.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/hidpi/lock-open.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/hidpi/lock.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/hidpi/refresh.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/lock-open.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/lock.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/refresh.png +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/readme.md +%%PYTHON_SITELIBDIR%%/leo/external/ckeditor/styles.js %%PYTHON_SITELIBDIR%%/leo/external/codewise.py +%%PYTHON_SITELIBDIR%%/leo/external/codewise.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/__init__.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/__init__.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/__init__.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/__init__.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/_base.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/_base.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/_compat.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/_compat.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/process.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/process.pyc +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/thread.py +%%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures/thread.pyc %%PYTHON_SITELIBDIR%%/leo/external/edb.py -%%PYTHON_SITELIBDIR%%/leo/external/ipy_leo.py +%%PYTHON_SITELIBDIR%%/leo/external/edb.pyc %%PYTHON_SITELIBDIR%%/leo/external/leoSAGlobals.py +%%PYTHON_SITELIBDIR%%/leo/external/leoSAGlobals.pyc +%%PYTHON_SITELIBDIR%%/leo/external/leoftsindex.py +%%PYTHON_SITELIBDIR%%/leo/external/leoftsindex.pyc %%PYTHON_SITELIBDIR%%/leo/external/leosax.py +%%PYTHON_SITELIBDIR%%/leo/external/leosax.pyc %%PYTHON_SITELIBDIR%%/leo/external/lproto.py +%%PYTHON_SITELIBDIR%%/leo/external/lproto.pyc +%%PYTHON_SITELIBDIR%%/leo/external/obsolete/ipy_leo.py +%%PYTHON_SITELIBDIR%%/leo/external/obsolete/ipy_leo.pyc %%PYTHON_SITELIBDIR%%/leo/external/stringlist.py +%%PYTHON_SITELIBDIR%%/leo/external/stringlist.pyc %%PYTHON_SITELIBDIR%%/leo/modes/__init__.py +%%PYTHON_SITELIBDIR%%/leo/modes/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/modes/actionscript.py -%%PYTHON_SITELIBDIR%%/leo/modes/actionscript.xml +%%PYTHON_SITELIBDIR%%/leo/modes/actionscript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ada95.py -%%PYTHON_SITELIBDIR%%/leo/modes/ada95.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ada95.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ahk.py -%%PYTHON_SITELIBDIR%%/leo/modes/ahk.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ahk.pyc %%PYTHON_SITELIBDIR%%/leo/modes/antlr.py -%%PYTHON_SITELIBDIR%%/leo/modes/antlr.xml +%%PYTHON_SITELIBDIR%%/leo/modes/antlr.pyc %%PYTHON_SITELIBDIR%%/leo/modes/apacheconf.py -%%PYTHON_SITELIBDIR%%/leo/modes/apacheconf.xml +%%PYTHON_SITELIBDIR%%/leo/modes/apacheconf.pyc %%PYTHON_SITELIBDIR%%/leo/modes/apdl.py -%%PYTHON_SITELIBDIR%%/leo/modes/apdl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/apdl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/applescript.py -%%PYTHON_SITELIBDIR%%/leo/modes/applescript.xml +%%PYTHON_SITELIBDIR%%/leo/modes/applescript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/asp.py -%%PYTHON_SITELIBDIR%%/leo/modes/asp.xml +%%PYTHON_SITELIBDIR%%/leo/modes/asp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/aspect_j.py -%%PYTHON_SITELIBDIR%%/leo/modes/aspect_j.xml +%%PYTHON_SITELIBDIR%%/leo/modes/aspect_j.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_macro32.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_macro32.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_macro32.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_mcs51.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_mcs51.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_mcs51.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_parrot.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_parrot.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_parrot.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_r2000.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_r2000.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_r2000.pyc %%PYTHON_SITELIBDIR%%/leo/modes/assembly_x86.py -%%PYTHON_SITELIBDIR%%/leo/modes/assembly_x86.xml +%%PYTHON_SITELIBDIR%%/leo/modes/assembly_x86.pyc %%PYTHON_SITELIBDIR%%/leo/modes/awk.py -%%PYTHON_SITELIBDIR%%/leo/modes/awk.xml +%%PYTHON_SITELIBDIR%%/leo/modes/awk.pyc %%PYTHON_SITELIBDIR%%/leo/modes/b.py -%%PYTHON_SITELIBDIR%%/leo/modes/b.xml +%%PYTHON_SITELIBDIR%%/leo/modes/b.pyc %%PYTHON_SITELIBDIR%%/leo/modes/batch.py -%%PYTHON_SITELIBDIR%%/leo/modes/batch.xml +%%PYTHON_SITELIBDIR%%/leo/modes/batch.pyc %%PYTHON_SITELIBDIR%%/leo/modes/bbj.py -%%PYTHON_SITELIBDIR%%/leo/modes/bbj.xml +%%PYTHON_SITELIBDIR%%/leo/modes/bbj.pyc %%PYTHON_SITELIBDIR%%/leo/modes/bcel.py -%%PYTHON_SITELIBDIR%%/leo/modes/bcel.xml +%%PYTHON_SITELIBDIR%%/leo/modes/bcel.pyc %%PYTHON_SITELIBDIR%%/leo/modes/bibtex.py -%%PYTHON_SITELIBDIR%%/leo/modes/bibtex.xml +%%PYTHON_SITELIBDIR%%/leo/modes/bibtex.pyc %%PYTHON_SITELIBDIR%%/leo/modes/c.py -%%PYTHON_SITELIBDIR%%/leo/modes/c.xml +%%PYTHON_SITELIBDIR%%/leo/modes/c.pyc %%PYTHON_SITELIBDIR%%/leo/modes/catalog %%PYTHON_SITELIBDIR%%/leo/modes/chill.py -%%PYTHON_SITELIBDIR%%/leo/modes/chill.xml -%%PYTHON_SITELIBDIR%%/leo/modes/cil.xml +%%PYTHON_SITELIBDIR%%/leo/modes/chill.pyc +%%PYTHON_SITELIBDIR%%/leo/modes/clojure.py +%%PYTHON_SITELIBDIR%%/leo/modes/clojure.pyc +%%PYTHON_SITELIBDIR%%/leo/modes/clojure.xml %%PYTHON_SITELIBDIR%%/leo/modes/cobol.py -%%PYTHON_SITELIBDIR%%/leo/modes/cobol.xml +%%PYTHON_SITELIBDIR%%/leo/modes/cobol.pyc %%PYTHON_SITELIBDIR%%/leo/modes/coldfusion.py -%%PYTHON_SITELIBDIR%%/leo/modes/coldfusion.xml +%%PYTHON_SITELIBDIR%%/leo/modes/coldfusion.pyc %%PYTHON_SITELIBDIR%%/leo/modes/cplusplus.py -%%PYTHON_SITELIBDIR%%/leo/modes/cplusplus.xml +%%PYTHON_SITELIBDIR%%/leo/modes/cplusplus.pyc %%PYTHON_SITELIBDIR%%/leo/modes/csharp.py -%%PYTHON_SITELIBDIR%%/leo/modes/csharp.xml +%%PYTHON_SITELIBDIR%%/leo/modes/csharp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/css.py -%%PYTHON_SITELIBDIR%%/leo/modes/css.xml -%%PYTHON_SITELIBDIR%%/leo/modes/cvs_commit.py -%%PYTHON_SITELIBDIR%%/leo/modes/cvs_commit.xml +%%PYTHON_SITELIBDIR%%/leo/modes/css.pyc %%PYTHON_SITELIBDIR%%/leo/modes/cython.py +%%PYTHON_SITELIBDIR%%/leo/modes/cython.pyc %%PYTHON_SITELIBDIR%%/leo/modes/d.py -%%PYTHON_SITELIBDIR%%/leo/modes/d.xml +%%PYTHON_SITELIBDIR%%/leo/modes/d.pyc %%PYTHON_SITELIBDIR%%/leo/modes/doxygen.py -%%PYTHON_SITELIBDIR%%/leo/modes/doxygen.xml -%%PYTHON_SITELIBDIR%%/leo/modes/dsssl.py -%%PYTHON_SITELIBDIR%%/leo/modes/dsssl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/doxygen.pyc %%PYTHON_SITELIBDIR%%/leo/modes/eiffel.py -%%PYTHON_SITELIBDIR%%/leo/modes/eiffel.xml +%%PYTHON_SITELIBDIR%%/leo/modes/eiffel.pyc %%PYTHON_SITELIBDIR%%/leo/modes/embperl.py -%%PYTHON_SITELIBDIR%%/leo/modes/embperl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/embperl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/erlang.py -%%PYTHON_SITELIBDIR%%/leo/modes/erlang.xml +%%PYTHON_SITELIBDIR%%/leo/modes/erlang.pyc %%PYTHON_SITELIBDIR%%/leo/modes/factor.py -%%PYTHON_SITELIBDIR%%/leo/modes/factor.xml +%%PYTHON_SITELIBDIR%%/leo/modes/factor.pyc %%PYTHON_SITELIBDIR%%/leo/modes/forth.py +%%PYTHON_SITELIBDIR%%/leo/modes/forth.pyc %%PYTHON_SITELIBDIR%%/leo/modes/fortran.py -%%PYTHON_SITELIBDIR%%/leo/modes/fortran.xml +%%PYTHON_SITELIBDIR%%/leo/modes/fortran.pyc %%PYTHON_SITELIBDIR%%/leo/modes/fortran90.py -%%PYTHON_SITELIBDIR%%/leo/modes/fortran90.xml +%%PYTHON_SITELIBDIR%%/leo/modes/fortran90.pyc %%PYTHON_SITELIBDIR%%/leo/modes/foxpro.py -%%PYTHON_SITELIBDIR%%/leo/modes/foxpro.xml -%%PYTHON_SITELIBDIR%%/leo/modes/freemarker.py -%%PYTHON_SITELIBDIR%%/leo/modes/freemarker.xml +%%PYTHON_SITELIBDIR%%/leo/modes/foxpro.pyc %%PYTHON_SITELIBDIR%%/leo/modes/gettext.py -%%PYTHON_SITELIBDIR%%/leo/modes/gettext.xml +%%PYTHON_SITELIBDIR%%/leo/modes/gettext.pyc %%PYTHON_SITELIBDIR%%/leo/modes/groovy.py -%%PYTHON_SITELIBDIR%%/leo/modes/groovy.xml +%%PYTHON_SITELIBDIR%%/leo/modes/groovy.pyc %%PYTHON_SITELIBDIR%%/leo/modes/haskell.py -%%PYTHON_SITELIBDIR%%/leo/modes/haskell.xml +%%PYTHON_SITELIBDIR%%/leo/modes/haskell.pyc %%PYTHON_SITELIBDIR%%/leo/modes/haxe.py -%%PYTHON_SITELIBDIR%%/leo/modes/haxe.xml -%%PYTHON_SITELIBDIR%%/leo/modes/hex.py -%%PYTHON_SITELIBDIR%%/leo/modes/hex.xml +%%PYTHON_SITELIBDIR%%/leo/modes/haxe.pyc %%PYTHON_SITELIBDIR%%/leo/modes/html.py -%%PYTHON_SITELIBDIR%%/leo/modes/html.xml +%%PYTHON_SITELIBDIR%%/leo/modes/html.pyc %%PYTHON_SITELIBDIR%%/leo/modes/i4gl.py -%%PYTHON_SITELIBDIR%%/leo/modes/i4gl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/i4gl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/icon.py -%%PYTHON_SITELIBDIR%%/leo/modes/icon.xml +%%PYTHON_SITELIBDIR%%/leo/modes/icon.pyc %%PYTHON_SITELIBDIR%%/leo/modes/idl.py -%%PYTHON_SITELIBDIR%%/leo/modes/idl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/idl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/inform.py -%%PYTHON_SITELIBDIR%%/leo/modes/inform.xml +%%PYTHON_SITELIBDIR%%/leo/modes/inform.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ini.py -%%PYTHON_SITELIBDIR%%/leo/modes/ini.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ini.pyc %%PYTHON_SITELIBDIR%%/leo/modes/inno_setup.py -%%PYTHON_SITELIBDIR%%/leo/modes/inno_setup.xml +%%PYTHON_SITELIBDIR%%/leo/modes/inno_setup.pyc %%PYTHON_SITELIBDIR%%/leo/modes/interlis.py -%%PYTHON_SITELIBDIR%%/leo/modes/interlis.xml +%%PYTHON_SITELIBDIR%%/leo/modes/interlis.pyc %%PYTHON_SITELIBDIR%%/leo/modes/io.py -%%PYTHON_SITELIBDIR%%/leo/modes/io.xml +%%PYTHON_SITELIBDIR%%/leo/modes/io.pyc %%PYTHON_SITELIBDIR%%/leo/modes/java.py -%%PYTHON_SITELIBDIR%%/leo/modes/java.xml +%%PYTHON_SITELIBDIR%%/leo/modes/java.pyc %%PYTHON_SITELIBDIR%%/leo/modes/javascript.py -%%PYTHON_SITELIBDIR%%/leo/modes/javascript.xml -%%PYTHON_SITELIBDIR%%/leo/modes/jcl.py -%%PYTHON_SITELIBDIR%%/leo/modes/jcl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/javascript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/jhtml.py -%%PYTHON_SITELIBDIR%%/leo/modes/jhtml.xml +%%PYTHON_SITELIBDIR%%/leo/modes/jhtml.pyc %%PYTHON_SITELIBDIR%%/leo/modes/jmk.py -%%PYTHON_SITELIBDIR%%/leo/modes/jmk.xml +%%PYTHON_SITELIBDIR%%/leo/modes/jmk.pyc %%PYTHON_SITELIBDIR%%/leo/modes/jsp.py -%%PYTHON_SITELIBDIR%%/leo/modes/jsp.xml +%%PYTHON_SITELIBDIR%%/leo/modes/jsp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/latex.py -%%PYTHON_SITELIBDIR%%/leo/modes/latex.xml +%%PYTHON_SITELIBDIR%%/leo/modes/latex.pyc %%PYTHON_SITELIBDIR%%/leo/modes/lilypond.py -%%PYTHON_SITELIBDIR%%/leo/modes/lilypond.xml +%%PYTHON_SITELIBDIR%%/leo/modes/lilypond.pyc %%PYTHON_SITELIBDIR%%/leo/modes/lisp.py -%%PYTHON_SITELIBDIR%%/leo/modes/lisp.xml +%%PYTHON_SITELIBDIR%%/leo/modes/lisp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/lotos.py -%%PYTHON_SITELIBDIR%%/leo/modes/lotos.xml +%%PYTHON_SITELIBDIR%%/leo/modes/lotos.pyc %%PYTHON_SITELIBDIR%%/leo/modes/lua.py -%%PYTHON_SITELIBDIR%%/leo/modes/lua.xml +%%PYTHON_SITELIBDIR%%/leo/modes/lua.pyc %%PYTHON_SITELIBDIR%%/leo/modes/mail.py -%%PYTHON_SITELIBDIR%%/leo/modes/mail.xml +%%PYTHON_SITELIBDIR%%/leo/modes/mail.pyc %%PYTHON_SITELIBDIR%%/leo/modes/makefile.py -%%PYTHON_SITELIBDIR%%/leo/modes/makefile.xml +%%PYTHON_SITELIBDIR%%/leo/modes/makefile.pyc %%PYTHON_SITELIBDIR%%/leo/modes/maple.py -%%PYTHON_SITELIBDIR%%/leo/modes/maple.xml +%%PYTHON_SITELIBDIR%%/leo/modes/maple.pyc %%PYTHON_SITELIBDIR%%/leo/modes/matlab.py -%%PYTHON_SITELIBDIR%%/leo/modes/matlab.xml +%%PYTHON_SITELIBDIR%%/leo/modes/matlab.pyc +%%PYTHON_SITELIBDIR%%/leo/modes/md.py +%%PYTHON_SITELIBDIR%%/leo/modes/md.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ml.py -%%PYTHON_SITELIBDIR%%/leo/modes/ml.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ml.pyc %%PYTHON_SITELIBDIR%%/leo/modes/modula3.py -%%PYTHON_SITELIBDIR%%/leo/modes/modula3.xml +%%PYTHON_SITELIBDIR%%/leo/modes/modula3.pyc %%PYTHON_SITELIBDIR%%/leo/modes/moin.py -%%PYTHON_SITELIBDIR%%/leo/modes/moin.xml +%%PYTHON_SITELIBDIR%%/leo/modes/moin.pyc %%PYTHON_SITELIBDIR%%/leo/modes/mqsc.py -%%PYTHON_SITELIBDIR%%/leo/modes/mqsc.xml +%%PYTHON_SITELIBDIR%%/leo/modes/mqsc.pyc %%PYTHON_SITELIBDIR%%/leo/modes/netrexx.py -%%PYTHON_SITELIBDIR%%/leo/modes/netrexx.xml +%%PYTHON_SITELIBDIR%%/leo/modes/netrexx.pyc %%PYTHON_SITELIBDIR%%/leo/modes/nqc.py -%%PYTHON_SITELIBDIR%%/leo/modes/nqc.xml +%%PYTHON_SITELIBDIR%%/leo/modes/nqc.pyc %%PYTHON_SITELIBDIR%%/leo/modes/nsi.py +%%PYTHON_SITELIBDIR%%/leo/modes/nsi.pyc %%PYTHON_SITELIBDIR%%/leo/modes/nsis2.py -%%PYTHON_SITELIBDIR%%/leo/modes/nsis2.xml +%%PYTHON_SITELIBDIR%%/leo/modes/nsis2.pyc %%PYTHON_SITELIBDIR%%/leo/modes/objective_c.py -%%PYTHON_SITELIBDIR%%/leo/modes/objective_c.xml +%%PYTHON_SITELIBDIR%%/leo/modes/objective_c.pyc %%PYTHON_SITELIBDIR%%/leo/modes/objectrexx.py -%%PYTHON_SITELIBDIR%%/leo/modes/objectrexx.xml +%%PYTHON_SITELIBDIR%%/leo/modes/objectrexx.pyc %%PYTHON_SITELIBDIR%%/leo/modes/occam.py -%%PYTHON_SITELIBDIR%%/leo/modes/occam.xml +%%PYTHON_SITELIBDIR%%/leo/modes/occam.pyc %%PYTHON_SITELIBDIR%%/leo/modes/omnimark.py -%%PYTHON_SITELIBDIR%%/leo/modes/omnimark.xml +%%PYTHON_SITELIBDIR%%/leo/modes/omnimark.pyc %%PYTHON_SITELIBDIR%%/leo/modes/pascal.py -%%PYTHON_SITELIBDIR%%/leo/modes/pascal.xml +%%PYTHON_SITELIBDIR%%/leo/modes/pascal.pyc %%PYTHON_SITELIBDIR%%/leo/modes/patch.py -%%PYTHON_SITELIBDIR%%/leo/modes/patch.xml +%%PYTHON_SITELIBDIR%%/leo/modes/patch.pyc %%PYTHON_SITELIBDIR%%/leo/modes/perl.py -%%PYTHON_SITELIBDIR%%/leo/modes/perl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/perl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/php.py -%%PYTHON_SITELIBDIR%%/leo/modes/php.xml +%%PYTHON_SITELIBDIR%%/leo/modes/php.pyc %%PYTHON_SITELIBDIR%%/leo/modes/phpsection.py -%%PYTHON_SITELIBDIR%%/leo/modes/phpsection.xml +%%PYTHON_SITELIBDIR%%/leo/modes/phpsection.pyc %%PYTHON_SITELIBDIR%%/leo/modes/pike.py -%%PYTHON_SITELIBDIR%%/leo/modes/pike.xml +%%PYTHON_SITELIBDIR%%/leo/modes/pike.pyc %%PYTHON_SITELIBDIR%%/leo/modes/pl1.py -%%PYTHON_SITELIBDIR%%/leo/modes/pl1.xml +%%PYTHON_SITELIBDIR%%/leo/modes/pl1.pyc %%PYTHON_SITELIBDIR%%/leo/modes/plain.py -%%PYTHON_SITELIBDIR%%/leo/modes/plain.xml +%%PYTHON_SITELIBDIR%%/leo/modes/plain.pyc %%PYTHON_SITELIBDIR%%/leo/modes/plsql.py -%%PYTHON_SITELIBDIR%%/leo/modes/plsql.xml +%%PYTHON_SITELIBDIR%%/leo/modes/plsql.pyc %%PYTHON_SITELIBDIR%%/leo/modes/pop11.py -%%PYTHON_SITELIBDIR%%/leo/modes/pop11.xml +%%PYTHON_SITELIBDIR%%/leo/modes/pop11.pyc %%PYTHON_SITELIBDIR%%/leo/modes/postscript.py -%%PYTHON_SITELIBDIR%%/leo/modes/postscript.xml +%%PYTHON_SITELIBDIR%%/leo/modes/postscript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/povray.py -%%PYTHON_SITELIBDIR%%/leo/modes/povray.xml +%%PYTHON_SITELIBDIR%%/leo/modes/povray.pyc %%PYTHON_SITELIBDIR%%/leo/modes/powerdynamo.py -%%PYTHON_SITELIBDIR%%/leo/modes/powerdynamo.xml -%%PYTHON_SITELIBDIR%%/leo/modes/progress.py -%%PYTHON_SITELIBDIR%%/leo/modes/progress.xml +%%PYTHON_SITELIBDIR%%/leo/modes/powerdynamo.pyc %%PYTHON_SITELIBDIR%%/leo/modes/prolog.py -%%PYTHON_SITELIBDIR%%/leo/modes/prolog.xml -%%PYTHON_SITELIBDIR%%/leo/modes/props.py -%%PYTHON_SITELIBDIR%%/leo/modes/props.xml +%%PYTHON_SITELIBDIR%%/leo/modes/prolog.pyc %%PYTHON_SITELIBDIR%%/leo/modes/pseudoplain.py +%%PYTHON_SITELIBDIR%%/leo/modes/pseudoplain.pyc %%PYTHON_SITELIBDIR%%/leo/modes/psp.py -%%PYTHON_SITELIBDIR%%/leo/modes/psp.xml +%%PYTHON_SITELIBDIR%%/leo/modes/psp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ptl.py -%%PYTHON_SITELIBDIR%%/leo/modes/ptl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ptl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/pvwave.py -%%PYTHON_SITELIBDIR%%/leo/modes/pvwave.xml +%%PYTHON_SITELIBDIR%%/leo/modes/pvwave.pyc %%PYTHON_SITELIBDIR%%/leo/modes/pyrex.py -%%PYTHON_SITELIBDIR%%/leo/modes/pyrex.xml +%%PYTHON_SITELIBDIR%%/leo/modes/pyrex.pyc %%PYTHON_SITELIBDIR%%/leo/modes/python.py -%%PYTHON_SITELIBDIR%%/leo/modes/python.xml +%%PYTHON_SITELIBDIR%%/leo/modes/python.pyc %%PYTHON_SITELIBDIR%%/leo/modes/r.py -%%PYTHON_SITELIBDIR%%/leo/modes/r.xml +%%PYTHON_SITELIBDIR%%/leo/modes/r.pyc %%PYTHON_SITELIBDIR%%/leo/modes/rebol.py -%%PYTHON_SITELIBDIR%%/leo/modes/rebol.xml +%%PYTHON_SITELIBDIR%%/leo/modes/rebol.pyc %%PYTHON_SITELIBDIR%%/leo/modes/redcode.py -%%PYTHON_SITELIBDIR%%/leo/modes/redcode.xml -%%PYTHON_SITELIBDIR%%/leo/modes/relax_ng_compact.py -%%PYTHON_SITELIBDIR%%/leo/modes/relax_ng_compact.xml +%%PYTHON_SITELIBDIR%%/leo/modes/redcode.pyc %%PYTHON_SITELIBDIR%%/leo/modes/rest.py -%%PYTHON_SITELIBDIR%%/leo/modes/rest.xml +%%PYTHON_SITELIBDIR%%/leo/modes/rest.pyc %%PYTHON_SITELIBDIR%%/leo/modes/rhtml.py -%%PYTHON_SITELIBDIR%%/leo/modes/rhtml.xml +%%PYTHON_SITELIBDIR%%/leo/modes/rhtml.pyc %%PYTHON_SITELIBDIR%%/leo/modes/rib.py -%%PYTHON_SITELIBDIR%%/leo/modes/rib.xml +%%PYTHON_SITELIBDIR%%/leo/modes/rib.pyc %%PYTHON_SITELIBDIR%%/leo/modes/rpmspec.py -%%PYTHON_SITELIBDIR%%/leo/modes/rpmspec.xml +%%PYTHON_SITELIBDIR%%/leo/modes/rpmspec.pyc %%PYTHON_SITELIBDIR%%/leo/modes/rtf.py -%%PYTHON_SITELIBDIR%%/leo/modes/rtf.xml +%%PYTHON_SITELIBDIR%%/leo/modes/rtf.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ruby.py -%%PYTHON_SITELIBDIR%%/leo/modes/ruby.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ruby.pyc %%PYTHON_SITELIBDIR%%/leo/modes/rview.py -%%PYTHON_SITELIBDIR%%/leo/modes/rview.xml +%%PYTHON_SITELIBDIR%%/leo/modes/rview.pyc %%PYTHON_SITELIBDIR%%/leo/modes/sas.py -%%PYTHON_SITELIBDIR%%/leo/modes/sas.xml +%%PYTHON_SITELIBDIR%%/leo/modes/sas.pyc %%PYTHON_SITELIBDIR%%/leo/modes/scala.py -%%PYTHON_SITELIBDIR%%/leo/modes/scala.xml +%%PYTHON_SITELIBDIR%%/leo/modes/scala.pyc %%PYTHON_SITELIBDIR%%/leo/modes/scheme.py -%%PYTHON_SITELIBDIR%%/leo/modes/scheme.xml +%%PYTHON_SITELIBDIR%%/leo/modes/scheme.pyc %%PYTHON_SITELIBDIR%%/leo/modes/sdl_pr.py -%%PYTHON_SITELIBDIR%%/leo/modes/sdl_pr.xml +%%PYTHON_SITELIBDIR%%/leo/modes/sdl_pr.pyc %%PYTHON_SITELIBDIR%%/leo/modes/sgml.py -%%PYTHON_SITELIBDIR%%/leo/modes/sgml.xml +%%PYTHON_SITELIBDIR%%/leo/modes/sgml.pyc %%PYTHON_SITELIBDIR%%/leo/modes/shell.py -%%PYTHON_SITELIBDIR%%/leo/modes/shell.xml +%%PYTHON_SITELIBDIR%%/leo/modes/shell.pyc %%PYTHON_SITELIBDIR%%/leo/modes/shellscript.py -%%PYTHON_SITELIBDIR%%/leo/modes/shellscript.xml +%%PYTHON_SITELIBDIR%%/leo/modes/shellscript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/shtml.py -%%PYTHON_SITELIBDIR%%/leo/modes/shtml.xml +%%PYTHON_SITELIBDIR%%/leo/modes/shtml.pyc %%PYTHON_SITELIBDIR%%/leo/modes/smalltalk.py -%%PYTHON_SITELIBDIR%%/leo/modes/smalltalk.xml +%%PYTHON_SITELIBDIR%%/leo/modes/smalltalk.pyc %%PYTHON_SITELIBDIR%%/leo/modes/smi_mib.py -%%PYTHON_SITELIBDIR%%/leo/modes/smi_mib.xml +%%PYTHON_SITELIBDIR%%/leo/modes/smi_mib.pyc %%PYTHON_SITELIBDIR%%/leo/modes/splus.py -%%PYTHON_SITELIBDIR%%/leo/modes/splus.xml +%%PYTHON_SITELIBDIR%%/leo/modes/splus.pyc %%PYTHON_SITELIBDIR%%/leo/modes/sqr.py -%%PYTHON_SITELIBDIR%%/leo/modes/sqr.xml +%%PYTHON_SITELIBDIR%%/leo/modes/sqr.pyc %%PYTHON_SITELIBDIR%%/leo/modes/squidconf.py -%%PYTHON_SITELIBDIR%%/leo/modes/squidconf.xml +%%PYTHON_SITELIBDIR%%/leo/modes/squidconf.pyc %%PYTHON_SITELIBDIR%%/leo/modes/ssharp.py -%%PYTHON_SITELIBDIR%%/leo/modes/ssharp.xml -%%PYTHON_SITELIBDIR%%/leo/modes/svn_commit.py -%%PYTHON_SITELIBDIR%%/leo/modes/svn_commit.xml +%%PYTHON_SITELIBDIR%%/leo/modes/ssharp.pyc %%PYTHON_SITELIBDIR%%/leo/modes/swig.py -%%PYTHON_SITELIBDIR%%/leo/modes/swig.xml +%%PYTHON_SITELIBDIR%%/leo/modes/swig.pyc %%PYTHON_SITELIBDIR%%/leo/modes/tcl.py -%%PYTHON_SITELIBDIR%%/leo/modes/tcl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/tcl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/tex.py -%%PYTHON_SITELIBDIR%%/leo/modes/tex.xml +%%PYTHON_SITELIBDIR%%/leo/modes/tex.pyc %%PYTHON_SITELIBDIR%%/leo/modes/texinfo.py -%%PYTHON_SITELIBDIR%%/leo/modes/texinfo.xml +%%PYTHON_SITELIBDIR%%/leo/modes/texinfo.pyc %%PYTHON_SITELIBDIR%%/leo/modes/text.py -%%PYTHON_SITELIBDIR%%/leo/modes/text.xml +%%PYTHON_SITELIBDIR%%/leo/modes/text.pyc %%PYTHON_SITELIBDIR%%/leo/modes/tpl.py -%%PYTHON_SITELIBDIR%%/leo/modes/tpl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/tpl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/tsql.py -%%PYTHON_SITELIBDIR%%/leo/modes/tsql.xml +%%PYTHON_SITELIBDIR%%/leo/modes/tsql.pyc %%PYTHON_SITELIBDIR%%/leo/modes/uscript.py -%%PYTHON_SITELIBDIR%%/leo/modes/uscript.xml +%%PYTHON_SITELIBDIR%%/leo/modes/uscript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/vbscript.py -%%PYTHON_SITELIBDIR%%/leo/modes/vbscript.xml +%%PYTHON_SITELIBDIR%%/leo/modes/vbscript.pyc %%PYTHON_SITELIBDIR%%/leo/modes/velocity.py -%%PYTHON_SITELIBDIR%%/leo/modes/velocity.xml +%%PYTHON_SITELIBDIR%%/leo/modes/velocity.pyc %%PYTHON_SITELIBDIR%%/leo/modes/verilog.py -%%PYTHON_SITELIBDIR%%/leo/modes/verilog.xml +%%PYTHON_SITELIBDIR%%/leo/modes/verilog.pyc %%PYTHON_SITELIBDIR%%/leo/modes/vhdl.py -%%PYTHON_SITELIBDIR%%/leo/modes/vhdl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/vhdl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/xml.py -%%PYTHON_SITELIBDIR%%/leo/modes/xml.xml +%%PYTHON_SITELIBDIR%%/leo/modes/xml.pyc %%PYTHON_SITELIBDIR%%/leo/modes/xsl.py -%%PYTHON_SITELIBDIR%%/leo/modes/xsl.xml +%%PYTHON_SITELIBDIR%%/leo/modes/xsl.pyc %%PYTHON_SITELIBDIR%%/leo/modes/zpt.py -%%PYTHON_SITELIBDIR%%/leo/modes/zpt.xml -%%PYTHON_SITELIBDIR%%/leo/plugins/.cvsignore +%%PYTHON_SITELIBDIR%%/leo/modes/zpt.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/Backlink.ui %%PYTHON_SITELIBDIR%%/leo/plugins/FileActions.py +%%PYTHON_SITELIBDIR%%/leo/plugins/FileActions.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/GraphCanvas/GraphCanvas.svg %%PYTHON_SITELIBDIR%%/leo/plugins/GraphCanvas/GraphCanvas.ui %%PYTHON_SITELIBDIR%%/leo/plugins/GraphCanvas/comment.png @@ -532,105 +948,211 @@ %%PYTHON_SITELIBDIR%%/leo/plugins/GraphCanvas/no_image.png %%PYTHON_SITELIBDIR%%/leo/plugins/GraphCanvas/preferences-desktop-locale.png %%PYTHON_SITELIBDIR%%/leo/plugins/GraphCanvas/stock_right.png +%%PYTHON_SITELIBDIR%%/leo/plugins/QNCalendarWidget.py +%%PYTHON_SITELIBDIR%%/leo/plugins/QNCalendarWidget.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/ScrolledMessage.ui %%PYTHON_SITELIBDIR%%/leo/plugins/ToDo.ui %%PYTHON_SITELIBDIR%%/leo/plugins/__init__.py +%%PYTHON_SITELIBDIR%%/leo/plugins/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/active_path.py +%%PYTHON_SITELIBDIR%%/leo/plugins/active_path.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/add_directives.py +%%PYTHON_SITELIBDIR%%/leo/plugins/add_directives.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/aspell.pyd %%PYTHON_SITELIBDIR%%/leo/plugins/at_folder.py +%%PYTHON_SITELIBDIR%%/leo/plugins/at_folder.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/at_produce.py +%%PYTHON_SITELIBDIR%%/leo/plugins/at_produce.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/at_view.py +%%PYTHON_SITELIBDIR%%/leo/plugins/at_view.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/attrib_edit.py +%%PYTHON_SITELIBDIR%%/leo/plugins/attrib_edit.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/backlink.py +%%PYTHON_SITELIBDIR%%/leo/plugins/backlink.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/baseNativeTree.py +%%PYTHON_SITELIBDIR%%/leo/plugins/baseNativeTree.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/bibtex.py +%%PYTHON_SITELIBDIR%%/leo/plugins/bibtex.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/bigdash.py +%%PYTHON_SITELIBDIR%%/leo/plugins/bigdash.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/bookmarks.py +%%PYTHON_SITELIBDIR%%/leo/plugins/bookmarks.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/bzr_qcommands.py +%%PYTHON_SITELIBDIR%%/leo/plugins/bzr_qcommands.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/chapter_hoist.py +%%PYTHON_SITELIBDIR%%/leo/plugins/chapter_hoist.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/cke_template.html %%PYTHON_SITELIBDIR%%/leo/plugins/codewisecompleter.py +%%PYTHON_SITELIBDIR%%/leo/plugins/codewisecompleter.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/colorize_headlines.py +%%PYTHON_SITELIBDIR%%/leo/plugins/colorize_headlines.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/contextmenu.py +%%PYTHON_SITELIBDIR%%/leo/plugins/contextmenu.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/ctagscompleter.py +%%PYTHON_SITELIBDIR%%/leo/plugins/ctagscompleter.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/cursesGui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/cursesGui.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/datenodes.py +%%PYTHON_SITELIBDIR%%/leo/plugins/datenodes.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/debugger_pudb.py -%%PYTHON_SITELIBDIR%%/leo/plugins/default +%%PYTHON_SITELIBDIR%%/leo/plugins/debugger_pudb.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/dragdropgoodies.py +%%PYTHON_SITELIBDIR%%/leo/plugins/dragdropgoodies.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/dtest.py +%%PYTHON_SITELIBDIR%%/leo/plugins/dtest.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/dump_globals.py +%%PYTHON_SITELIBDIR%%/leo/plugins/dump_globals.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/empty_leo_file.py +%%PYTHON_SITELIBDIR%%/leo/plugins/empty_leo_file.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/enable_gc.py +%%PYTHON_SITELIBDIR%%/leo/plugins/enable_gc.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/examples/__overrideClasses.py +%%PYTHON_SITELIBDIR%%/leo/plugins/examples/__overrideClasses.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/examples/chinese_menu.py +%%PYTHON_SITELIBDIR%%/leo/plugins/examples/chinese_menu.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/examples/french_fm.py +%%PYTHON_SITELIBDIR%%/leo/plugins/examples/french_fm.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/examples/leocursordemo.leo %%PYTHON_SITELIBDIR%%/leo/plugins/examples/override_commands.py +%%PYTHON_SITELIBDIR%%/leo/plugins/examples/override_commands.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/examples/print_cp.py +%%PYTHON_SITELIBDIR%%/leo/plugins/examples/print_cp.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/examples/redefine_put.py +%%PYTHON_SITELIBDIR%%/leo/plugins/examples/redefine_put.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/expfolder.py +%%PYTHON_SITELIBDIR%%/leo/plugins/expfolder.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/footprints.ini %%PYTHON_SITELIBDIR%%/leo/plugins/free_layout.py +%%PYTHON_SITELIBDIR%%/leo/plugins/free_layout.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/ftp.py +%%PYTHON_SITELIBDIR%%/leo/plugins/ftp.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/geotag.py +%%PYTHON_SITELIBDIR%%/leo/plugins/geotag.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/gitarchive.py +%%PYTHON_SITELIBDIR%%/leo/plugins/gitarchive.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/graphcanvas.py +%%PYTHON_SITELIBDIR%%/leo/plugins/graphcanvas.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/gtkDialogs.py +%%PYTHON_SITELIBDIR%%/leo/plugins/gtkDialogs.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/gtkGui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/gtkGui.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/import_cisco_config.py +%%PYTHON_SITELIBDIR%%/leo/plugins/import_cisco_config.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/initinclass.py +%%PYTHON_SITELIBDIR%%/leo/plugins/initinclass.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/interact.py +%%PYTHON_SITELIBDIR%%/leo/plugins/interact.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/internal_ipkernel.py +%%PYTHON_SITELIBDIR%%/leo/plugins/internal_ipkernel.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/ipython.py -%%PYTHON_SITELIBDIR%%/leo/plugins/ironPythonGui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/ipython.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/jinjarender.py +%%PYTHON_SITELIBDIR%%/leo/plugins/jinjarender.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/keys.css %%PYTHON_SITELIBDIR%%/leo/plugins/leoGuiPluginsRef.leo %%PYTHON_SITELIBDIR%%/leo/plugins/leoOPML.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leoOPML.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leoPluginNotes.txt %%PYTHON_SITELIBDIR%%/leo/plugins/leoPluginsRef.leo %%PYTHON_SITELIBDIR%%/leo/plugins/leo_interface.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leo_interface.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leo_pdf.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leo_pdf.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leo_to_html.ini %%PYTHON_SITELIBDIR%%/leo/plugins/leo_to_html.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leo_to_html.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leo_to_rtf.ini %%PYTHON_SITELIBDIR%%/leo/plugins/leo_to_rtf.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leo_to_rtf.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leocursor.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leocursor.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leofeeds.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leofeeds.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leofts.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leofts.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leomail.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leomail.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/leomylyn.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leomylyn.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leoremote.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leoremote.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/leoscreen.py +%%PYTHON_SITELIBDIR%%/leo/plugins/leoscreen.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/lineNumbers.py +%%PYTHON_SITELIBDIR%%/leo/plugins/lineNumbers.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/macros.py +%%PYTHON_SITELIBDIR%%/leo/plugins/macros.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/markup_inline.py +%%PYTHON_SITELIBDIR%%/leo/plugins/markup_inline.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/maximizeNewWindows.py +%%PYTHON_SITELIBDIR%%/leo/plugins/maximizeNewWindows.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mime.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mime.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mnplugins.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mnplugins.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mod_autosave.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mod_autosave.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mod_framesize.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mod_framesize.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mod_http.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mod_http.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mod_leo2ascd.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mod_leo2ascd.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mod_leo2ascd.txt %%PYTHON_SITELIBDIR%%/leo/plugins/mod_read_dir_outline.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mod_read_dir_outline.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mod_scripting.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mod_scripting.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mod_speedups.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mod_speedups.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mod_tempfname.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mod_tempfname.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/mod_timestamp.py +%%PYTHON_SITELIBDIR%%/leo/plugins/mod_timestamp.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/multifile.py +%%PYTHON_SITELIBDIR%%/leo/plugins/multifile.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/nav_qt.py +%%PYTHON_SITELIBDIR%%/leo/plugins/nav_qt.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/nested_splitter.py +%%PYTHON_SITELIBDIR%%/leo/plugins/nested_splitter.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/niceNosent.py +%%PYTHON_SITELIBDIR%%/leo/plugins/niceNosent.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/nodeActions.py +%%PYTHON_SITELIBDIR%%/leo/plugins/nodeActions.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/nodewatch.py +%%PYTHON_SITELIBDIR%%/leo/plugins/nodewatch.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/notebook.py +%%PYTHON_SITELIBDIR%%/leo/plugins/notebook.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/ipython.py +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/ipython.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/ironPythonGui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/ironPythonGui.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/swing_gui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/swing_gui.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/tkGui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/tkGui.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/wxGui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/obsolete/wxGui.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/open_shell.py +%%PYTHON_SITELIBDIR%%/leo/plugins/open_shell.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/outline_export.py +%%PYTHON_SITELIBDIR%%/leo/plugins/outline_export.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/paste_as_headlines.py +%%PYTHON_SITELIBDIR%%/leo/plugins/paste_as_headlines.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/pluginsManager.txt %%PYTHON_SITELIBDIR%%/leo/plugins/pluginsNotes.txt %%PYTHON_SITELIBDIR%%/leo/plugins/pluginsTest.py +%%PYTHON_SITELIBDIR%%/leo/plugins/pluginsTest.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/plugins_menu.py +%%PYTHON_SITELIBDIR%%/leo/plugins/plugins_menu.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/pretty_print.py +%%PYTHON_SITELIBDIR%%/leo/plugins/pretty_print.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/printing.py +%%PYTHON_SITELIBDIR%%/leo/plugins/printing.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/projectwizard.py +%%PYTHON_SITELIBDIR%%/leo/plugins/projectwizard.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/__init__.py +%%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/__init__.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/geotagdemo.leo %%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/jquery.color.js %%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/jquery.js @@ -638,108 +1160,195 @@ %%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/map.js %%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/pygeotag.leo %%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/pygeotag.py +%%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/pygeotag.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag/template.html +%%PYTHON_SITELIBDIR%%/leo/plugins/qmlnb/launchqmlnb.py +%%PYTHON_SITELIBDIR%%/leo/plugins/qmlnb/launchqmlnb.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/qmlnb/qml/leonbmain.qml +%%PYTHON_SITELIBDIR%%/leo/plugins/qmlnb/qml/leonbmain.qmlproject %%PYTHON_SITELIBDIR%%/leo/plugins/qtGui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/qtGui.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/qtNotes.txt %%PYTHON_SITELIBDIR%%/leo/plugins/qt_main.py +%%PYTHON_SITELIBDIR%%/leo/plugins/qt_main.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/qt_main.ui %%PYTHON_SITELIBDIR%%/leo/plugins/qt_main_2.ui %%PYTHON_SITELIBDIR%%/leo/plugins/qt_main_hardyheron.ui %%PYTHON_SITELIBDIR%%/leo/plugins/qt_quicksearch.py +%%PYTHON_SITELIBDIR%%/leo/plugins/qt_quicksearch.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/qt_quicksearch.ui %%PYTHON_SITELIBDIR%%/leo/plugins/qtframecommands.py +%%PYTHON_SITELIBDIR%%/leo/plugins/qtframecommands.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/quickMove.py +%%PYTHON_SITELIBDIR%%/leo/plugins/quickMove.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/quicksearch.py +%%PYTHON_SITELIBDIR%%/leo/plugins/quicksearch.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/quit_leo.py +%%PYTHON_SITELIBDIR%%/leo/plugins/quit_leo.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/read_only_nodes.py +%%PYTHON_SITELIBDIR%%/leo/plugins/read_only_nodes.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/redirect_to_log.py +%%PYTHON_SITELIBDIR%%/leo/plugins/redirect_to_log.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/richtext.py +%%PYTHON_SITELIBDIR%%/leo/plugins/richtext.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/rss.py +%%PYTHON_SITELIBDIR%%/leo/plugins/rss.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/rst3.py +%%PYTHON_SITELIBDIR%%/leo/plugins/rst3.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/runGtkDialogs.py.txt %%PYTHON_SITELIBDIR%%/leo/plugins/run_nodes.py +%%PYTHON_SITELIBDIR%%/leo/plugins/run_nodes.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/screen_capture.py +%%PYTHON_SITELIBDIR%%/leo/plugins/screen_capture.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/screencast.py +%%PYTHON_SITELIBDIR%%/leo/plugins/screencast.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/screenshots.py +%%PYTHON_SITELIBDIR%%/leo/plugins/screenshots.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/script_io_to_body.py +%%PYTHON_SITELIBDIR%%/leo/plugins/script_io_to_body.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/scripts_menu.py +%%PYTHON_SITELIBDIR%%/leo/plugins/scripts_menu.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/setHomeDirectory.py +%%PYTHON_SITELIBDIR%%/leo/plugins/setHomeDirectory.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/slideshow.py -%%PYTHON_SITELIBDIR%%/leo/plugins/spellpyx.txt +%%PYTHON_SITELIBDIR%%/leo/plugins/slideshow.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/spydershell.py +%%PYTHON_SITELIBDIR%%/leo/plugins/spydershell.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/startfile.py +%%PYTHON_SITELIBDIR%%/leo/plugins/startfile.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/stickynotes.py +%%PYTHON_SITELIBDIR%%/leo/plugins/stickynotes.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/stickynotes_plus.py -%%PYTHON_SITELIBDIR%%/leo/plugins/swing_gui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/stickynotes_plus.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/systray.py +%%PYTHON_SITELIBDIR%%/leo/plugins/systray.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/test/ekr_test.py +%%PYTHON_SITELIBDIR%%/leo/plugins/test/ekr_test.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/test/failed_import.py +%%PYTHON_SITELIBDIR%%/leo/plugins/test/failed_import.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/test/failed_to_load_plugin.py +%%PYTHON_SITELIBDIR%%/leo/plugins/test/failed_to_load_plugin.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/test/syntax_error_plugin.py %%PYTHON_SITELIBDIR%%/leo/plugins/testRegisterCommand.py +%%PYTHON_SITELIBDIR%%/leo/plugins/testRegisterCommand.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/textnode.py -%%PYTHON_SITELIBDIR%%/leo/plugins/tkGui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/textnode.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/threadutil.py +%%PYTHON_SITELIBDIR%%/leo/plugins/threadutil.pyc +%%PYTHON_SITELIBDIR%%/leo/plugins/timestamp.py +%%PYTHON_SITELIBDIR%%/leo/plugins/timestamp.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/todo.py +%%PYTHON_SITELIBDIR%%/leo/plugins/todo.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/tomboy_import.py +%%PYTHON_SITELIBDIR%%/leo/plugins/tomboy_import.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/trace_gc_plugin.py +%%PYTHON_SITELIBDIR%%/leo/plugins/trace_gc_plugin.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/trace_keys.py +%%PYTHON_SITELIBDIR%%/leo/plugins/trace_keys.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/trace_tags.py +%%PYTHON_SITELIBDIR%%/leo/plugins/trace_tags.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/valuespace.py +%%PYTHON_SITELIBDIR%%/leo/plugins/valuespace.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/viewrendered.py +%%PYTHON_SITELIBDIR%%/leo/plugins/viewrendered.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/vim.py +%%PYTHON_SITELIBDIR%%/leo/plugins/vim.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/word_count.py +%%PYTHON_SITELIBDIR%%/leo/plugins/word_count.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/word_export.ini %%PYTHON_SITELIBDIR%%/leo/plugins/word_export.py -%%PYTHON_SITELIBDIR%%/leo/plugins/wxGui.py +%%PYTHON_SITELIBDIR%%/leo/plugins/word_export.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/xemacs.py +%%PYTHON_SITELIBDIR%%/leo/plugins/xemacs.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/xml_edit.py +%%PYTHON_SITELIBDIR%%/leo/plugins/xml_edit.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/xsltWithNodes.py +%%PYTHON_SITELIBDIR%%/leo/plugins/xsltWithNodes.pyc %%PYTHON_SITELIBDIR%%/leo/plugins/zenity_file_dialogs.py +%%PYTHON_SITELIBDIR%%/leo/plugins/zenity_file_dialogs.pyc %%PYTHON_SITELIBDIR%%/leo/scripts/LinixInstall.py +%%PYTHON_SITELIBDIR%%/leo/scripts/LinixInstall.pyc +%%PYTHON_SITELIBDIR%%/leo/scripts/build-leo.bat %%PYTHON_SITELIBDIR%%/leo/scripts/convert_to_shadow.py +%%PYTHON_SITELIBDIR%%/leo/scripts/convert_to_shadow.pyc +%%PYTHON_SITELIBDIR%%/leo/scripts/create-leobat.bat +%%PYTHON_SITELIBDIR%%/leo/scripts/elevate.py +%%PYTHON_SITELIBDIR%%/leo/scripts/elevate.pyc %%PYTHON_SITELIBDIR%%/leo/scripts/gen_blender_docs.py +%%PYTHON_SITELIBDIR%%/leo/scripts/gen_blender_docs.pyc %%PYTHON_SITELIBDIR%%/leo/scripts/leo %%PYTHON_SITELIBDIR%%/leo/scripts/leoFindScript.py +%%PYTHON_SITELIBDIR%%/leo/scripts/leoFindScript.pyc %%PYTHON_SITELIBDIR%%/leo/scripts/leoScripts.txt %%PYTHON_SITELIBDIR%%/leo/scripts/openLeoScript.sh +%%PYTHON_SITELIBDIR%%/leo/scripts/register-leo.leox %%PYTHON_SITELIBDIR%%/leo/scripts/scripts.leo %%PYTHON_SITELIBDIR%%/leo/scripts/tangle_done.py +%%PYTHON_SITELIBDIR%%/leo/scripts/tangle_done.pyc +%%PYTHON_SITELIBDIR%%/leo/scripts/unregister-leo.leox %%PYTHON_SITELIBDIR%%/leo/scripts/untangle_done.py +%%PYTHON_SITELIBDIR%%/leo/scripts/untangle_done.pyc %%PYTHON_SITELIBDIR%%/leo/test/activeUnitTests.txt %%PYTHON_SITELIBDIR%%/leo/test/at-auto-unit-test.py +%%PYTHON_SITELIBDIR%%/leo/test/at-auto-unit-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/cgi-bin/edward.py +%%PYTHON_SITELIBDIR%%/leo/test/cgi-bin/edward.pyc %%PYTHON_SITELIBDIR%%/leo/test/cgi-bin/leo.js %%PYTHON_SITELIBDIR%%/leo/test/default.css %%PYTHON_SITELIBDIR%%/leo/test/goto-line-number-test.py +%%PYTHON_SITELIBDIR%%/leo/test/goto-line-number-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/inactiveTests.txt %%PYTHON_SITELIBDIR%%/leo/test/pylint-leo-rc.txt %%PYTHON_SITELIBDIR%%/leo/test/qtui_generate.py +%%PYTHON_SITELIBDIR%%/leo/test/qtui_generate.pyc %%PYTHON_SITELIBDIR%%/leo/test/test.leo %%PYTHON_SITELIBDIR%%/leo/test/unitTest.leo %%PYTHON_SITELIBDIR%%/leo/test/unitTestStartup.txt %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-asis-test.py %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-auto-line-number-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-auto-line-number-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-auto-section-ref-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-auto-section-ref-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-auto-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-auto-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-file-line-number-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-file-line-number-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-file-test.leo %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-file-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-file-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-file-thin-test2.txt %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-noref-test.py %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-nosent-line-number-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-nosent-line-number-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-nosent-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-nosent-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-path-test1.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-path-test1.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-path-test2.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-path-test2.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-path-test3.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-path-test3.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-root-test.py %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-shadow-line-number-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-shadow-line-number-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-shadow-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-shadow-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-shadow-unlink-clones.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-shadow-unlink-clones.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-thin-html-test.html %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-thin-line-number-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-thin-line-number-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/at-thin-test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/at-thin-test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/batchTest.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/batchTest.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/errorTest.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/errorTest.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/input/cweave.w %%PYTHON_SITELIBDIR%%/leo/test/unittest/input/flat.txt %%PYTHON_SITELIBDIR%%/leo/test/unittest/input/noweave.nw.txt %%PYTHON_SITELIBDIR%%/leo/test/unittest/input/testLeoAtFile.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/input/testLeoAtFile.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/minimalLeoFile.leo %%PYTHON_SITELIBDIR%%/leo/test/unittest/minimalLeoFile2.leo %%PYTHON_SITELIBDIR%%/leo/test/unittest/minimalLeoFile3.leo @@ -749,12 +1358,19 @@ %%PYTHON_SITELIBDIR%%/leo/test/unittest/output/outlineToNoweb.txt %%PYTHON_SITELIBDIR%%/leo/test/unittest/output/weave.txt %%PYTHON_SITELIBDIR%%/leo/test/unittest/perfectImport/SimpleHTTPServer.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/perfectImport/SimpleHTTPServer.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/perfectImport/formatter.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/perfectImport/formatter.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/perfectImport/unitTestFile.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/perfectImport/unitTestFile.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/read_test.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/read_test.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/replaceFileWithStringTestFile.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/replaceFileWithStringTestFile.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/shadowWriteTest-2.py +%%PYTHON_SITELIBDIR%%/leo/test/unittest/shadowWriteTest-2.pyc %%PYTHON_SITELIBDIR%%/leo/test/unittest/tex-error.tex +%%PYTHON_SITELIBDIR%%/leo/test/utf-16-test.txt %%PYTHON_SITELIBDIR%%/leo/www/default.css %%PYTHON_SITELIBDIR%%/leo/www/index.html %%PYTHON_SITELIBDIR%%/leo/www/leo_rst.css @@ -768,18 +1384,112 @@ @dirrm %%PYTHON_SITELIBDIR%%/leo/test @dirrm %%PYTHON_SITELIBDIR%%/leo/scripts @dirrm %%PYTHON_SITELIBDIR%%/leo/plugins/test +@dirrm %%PYTHON_SITELIBDIR%%/leo/plugins/qmlnb/qml +@dirrm %%PYTHON_SITELIBDIR%%/leo/plugins/qmlnb @dirrm %%PYTHON_SITELIBDIR%%/leo/plugins/pygeotag +@dirrm %%PYTHON_SITELIBDIR%%/leo/plugins/obsolete @dirrm %%PYTHON_SITELIBDIR%%/leo/plugins/examples @dirrm %%PYTHON_SITELIBDIR%%/leo/plugins/GraphCanvas @dirrm %%PYTHON_SITELIBDIR%%/leo/plugins @dirrm %%PYTHON_SITELIBDIR%%/leo/modes +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/obsolete +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/concurrent/futures +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/concurrent +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images/hidpi +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins/moono +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/skins +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/wysiwygarea +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/toolbar +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/magicline +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/assets/outputforflash +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter/assets +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/htmlwriter +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/enterkey +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/dialog/assets +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins/dialog +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/plugins +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/uilanguages +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/outputxhtml +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets/inlineall +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples/assets +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/samples +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/wsc +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/templates +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/templates +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/tabletools/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/tabletools +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/table/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/table +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs/lang +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/specialchar +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/smiley +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/showblocks +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/scayt +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/preview +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/pastefromword/filter +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/pastefromword +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/pagebreak/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/pagebreak +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/magicline/images/hidpi +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/magicline/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/magicline +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/liststyle/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/liststyle +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/images/hidpi +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/link +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/image/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/image/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/image +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/iframe/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/iframe/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/iframe +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/forms +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/flash/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/flash/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/flash +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/find/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/find +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/fakeobjects/images +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/fakeobjects +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/div/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/div +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/dialog +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/colordialog/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/colordialog +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/clipboard/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/clipboard +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/about/dialogs/hidpi +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/about/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/about +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs/lang +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp/dialogs +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins/a11yhelp +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/plugins +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/lang +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor/adapters +@dirrm %%PYTHON_SITELIBDIR%%/leo/external/ckeditor @dirrm %%PYTHON_SITELIBDIR%%/leo/external @dirrm %%PYTHON_SITELIBDIR%%/leo/extensions +%%PORTDOCS%%@dirrm %%PYTHON_SITELIBDIR%%/leo/doc/sphinx-docs %%PORTDOCS%%@dirrm %%PYTHON_SITELIBDIR%%/leo/doc/html/screen-shots %%PORTDOCS%%@dirrm %%PYTHON_SITELIBDIR%%/leo/doc/html %%PORTDOCS%%@dirrm %%PYTHON_SITELIBDIR%%/leo/doc @dirrm %%PYTHON_SITELIBDIR%%/leo/core @dirrm %%PYTHON_SITELIBDIR%%/leo/config +@dirrm %%PYTHON_SITELIBDIR%%/leo/Icons/recorder @dirrm %%PYTHON_SITELIBDIR%%/leo/Icons/cleo/small @dirrm %%PYTHON_SITELIBDIR%%/leo/Icons/cleo @dirrm %%PYTHON_SITELIBDIR%%/leo/Icons >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10:06 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 ESMTPS id AABBF3C3 for ; Sun, 24 Nov 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FB192CF0 for ; Sun, 24 Nov 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 rAOIA6u0046937 for ; Sun, 24 Nov 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 rAOIA6DQ046936; Sun, 24 Nov 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:06 GMT Resent-Message-Id: <201311241810.rAOIA6DQ046936@freefall.freebsd.org> 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 ESMTPS id 7479B28B for ; Sun, 24 Nov 2013 18:00:26 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 1B09D2C49 for ; Sun, 24 Nov 2013 18:00:25 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id E9147980059 for ; Mon, 25 Nov 2013 03:00:17 +0900 (JST) Message-Id: <20131125025017.f1135763afaf796cbd7f66dd@yahoo.com> Date: Mon, 25 Nov 2013 02:50:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184238: biology/lagan: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:06 -0000 >Number: 184238 >Category: ports >Synopsis: biology/lagan: Fix build >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 Nov 24 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build New file: files/patch-src__glocal__rightinfluence.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/lagan/Makefile biology/lagan/Makefile --- /usr/ports/biology/lagan/Makefile 2013-11-06 22:05:39.000000000 +0900 +++ biology/lagan/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -39,7 +39,6 @@ READMES= README.FIRST README.chaos README.lagan README.mlagan \ README.tools README.shuffle -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ '/^CC/s|^|#| ; \ @@ -47,26 +46,27 @@ s|$$(CC) -o|$$(CC) $$(CFLAGS) -o| ; \ s|$$(CPP) -o|$$(CXX) $$(CXXFLAGS) -o| ; \ s|$$(CLINKER) $$(OPTFLAGS)|$$(CXX) $$(LDFLAGS)|' + @${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|^inline |static inline |' do-install: - @${MKDIR} ${LAGAN_DIR} + @${MKDIR} ${STAGEDIR}${LAGAN_DIR} .for exe in ${EXECUTABLES} - ${INSTALL_PROGRAM} ${WRKSRC}/${exe} ${LAGAN_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/${exe} ${STAGEDIR}${LAGAN_DIR} .endfor .for script in ${SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${LAGAN_DIR} + ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${LAGAN_DIR} .endfor - @${MKDIR} ${LAGAN_DIR}/utils + @${MKDIR} ${STAGEDIR}${LAGAN_DIR}/utils .for exeutil in ${EXEUTILS} - ${INSTALL_PROGRAM} ${WRKSRC}/utils/${exeutil} ${LAGAN_DIR}/utils + ${INSTALL_PROGRAM} ${WRKSRC}/utils/${exeutil} ${STAGEDIR}${LAGAN_DIR}/utils .endfor .for scriptutil in ${SCRIPTUTILS} - ${INSTALL_SCRIPT} ${WRKSRC}/utils/${scriptutil} ${LAGAN_DIR}/utils + ${INSTALL_SCRIPT} ${WRKSRC}/utils/${scriptutil} ${STAGEDIR}${LAGAN_DIR}/utils .endfor - @${MKDIR} ${LAGAN_DIR}/Readmes + @${MKDIR} ${STAGEDIR}${LAGAN_DIR}/Readmes .for readme in ${READMES} - ${INSTALL_DATA} ${WRKSRC}/Readmes/${readme} ${LAGAN_DIR}/Readmes + ${INSTALL_DATA} ${WRKSRC}/Readmes/${readme} ${STAGEDIR}${LAGAN_DIR}/Readmes .endfor - @${CAT} ${PKGMESSAGE} .include diff -urN /usr/ports/biology/lagan/files/patch-src__glocal__rightinfluence.cpp biology/lagan/files/patch-src__glocal__rightinfluence.cpp --- /usr/ports/biology/lagan/files/patch-src__glocal__rightinfluence.cpp 1970-01-01 09:00:00.000000000 +0900 +++ biology/lagan/files/patch-src__glocal__rightinfluence.cpp 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,33 @@ +--- src/glocal/rightinfluence.cpp.orig ++++ src/glocal/rightinfluence.cpp +@@ -1,6 +1,6 @@ + #include + +-Fragment origin, end; ++Fragment origin, my_end; + + // Sets the first default owner of the whole region + void initRI(RI *RightInfluence, long long int scoreIndex) { +@@ -18,17 +18,17 @@ + + // hack to aid winner selection + origin.score = -1; +- end.score = -2; +- origin.totalScore = end.totalScore = 0; ++ my_end.score = -2; ++ origin.totalScore = my_end.totalScore = 0; + + // will win against anyone +- end.seq1End = 0; end.seq2End = 0; +- end.seq1Start = 0; end.seq2Start = 0; ++ my_end.seq1End = 0; my_end.seq2End = 0; ++ my_end.seq1Start = 0; my_end.seq2Start = 0; + + origin.back = NULL; + + RightInfluence->act[-INF] = &origin; +- RightInfluence->act[+INF] = &end; ++ RightInfluence->act[+INF] = &my_end; + } + + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10: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 ESMTPS id 326013FB for ; Sun, 24 Nov 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1736F2CFA for ; Sun, 24 Nov 2013 18: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 rAOIA7vG046992 for ; Sun, 24 Nov 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 rAOIA7sG046991; Sun, 24 Nov 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:07 GMT Resent-Message-Id: <201311241810.rAOIA7sG046991@freefall.freebsd.org> 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 ESMTPS id 236FE2D8 for ; Sun, 24 Nov 2013 18:02:20 +0000 (UTC) Received: from omta01.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id ED0562C89 for ; Sun, 24 Nov 2013 18:02:19 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta01.auone-net.jp (au one net mail) with ESMTP id 12559980038 for ; Mon, 25 Nov 2013 03:02:17 +0900 (JST) Message-Id: <20131125025224.91f874f6e8ca7bbe2f113d43@yahoo.com> Date: Mon, 25 Nov 2013 02:52:24 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184243: multimedia/oggvideotools: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:08 -0000 >Number: 184243 >Category: ports >Synopsis: multimedia/oggvideotools: Fix 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: Sun Nov 24 18:10:07 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current New file: files/patch-src__pictureBlend.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/oggvideotools/Makefile multimedia/oggvideotools/Makefile --- /usr/ports/multimedia/oggvideotools/Makefile 2013-11-06 21:59:31.000000000 +0900 +++ multimedia/oggvideotools/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -12,20 +12,16 @@ LICENSE= GPLv2 # (or later) -LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ - ogg:${PORTSDIR}/audio/libogg \ - theora:${PORTSDIR}/multimedia/libtheora \ - vorbis:${PORTSDIR}/audio/libvorbis +LIB_DEPENDS= libgd.so:${PORTSDIR}/graphics/gd \ + libogg.so:${PORTSDIR}/audio/libogg \ + libtheora.so:${PORTSDIR}/multimedia/libtheora \ + libvorbis.so:${PORTSDIR}/audio/libvorbis -USE_SDL= sdl USES= cmake pkgconfig +USE_SDL= sdl USE_LDCONFIG= yes +CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= mkThumbs.1 oggCat.1 oggCut.1 oggDump.1 oggJoin.1 \ - oggLength.1 oggSilence.1 oggSlideshow.1 oggSplit.1 \ - oggThumb.1 oggTranscode.1 - -NO_STAGE= yes .include diff -urN /usr/ports/multimedia/oggvideotools/files/patch-src__pictureBlend.cpp multimedia/oggvideotools/files/patch-src__pictureBlend.cpp --- /usr/ports/multimedia/oggvideotools/files/patch-src__pictureBlend.cpp 1970-01-01 09:00:00.000000000 +0900 +++ multimedia/oggvideotools/files/patch-src__pictureBlend.cpp 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/pictureBlend.cpp.orig ++++ src/pictureBlend.cpp +@@ -9,6 +9,8 @@ + // Copyright: See COPYING file that comes with this distribution + // + // ++#include ++ + #include "pictureBlend.h" + #include "exception.h" + diff -urN /usr/ports/multimedia/oggvideotools/pkg-plist multimedia/oggvideotools/pkg-plist --- /usr/ports/multimedia/oggvideotools/pkg-plist 2013-11-06 21:59:31.000000000 +0900 +++ multimedia/oggvideotools/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -78,5 +78,16 @@ include/oggvt/vorbisStreamParameter.h include/oggvt/wishList.h lib/liboggvideotools.so +man/man1/mkThumbs.1.gz +man/man1/oggCat.1.gz +man/man1/oggCut.1.gz +man/man1/oggDump.1.gz +man/man1/oggJoin.1.gz +man/man1/oggLength.1.gz +man/man1/oggSilence.1.gz +man/man1/oggSlideshow.1.gz +man/man1/oggSplit.1.gz +man/man1/oggThumb.1.gz +man/man1/oggTranscode.1.gz sbin/mkThumbs @dirrm include/oggvt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id 6414939D for ; Sun, 24 Nov 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48F402CCA for ; Sun, 24 Nov 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 rAOIA1Ew046750 for ; Sun, 24 Nov 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 rAOIA1sN046749; Sun, 24 Nov 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:01 GMT Resent-Message-Id: <201311241810.rAOIA1sN046749@freefall.freebsd.org> 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 ESMTPS id C02B42A6 for ; Sun, 24 Nov 2013 18:01:43 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 95E262C7D for ; Sun, 24 Nov 2013 18:01:43 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id 7B431188002E for ; Mon, 25 Nov 2013 03:01:41 +0900 (JST) Message-Id: <20131125025136.01a27c29d590b160848dfb9c@yahoo.com> Date: Mon, 25 Nov 2013 02:51:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184221: games/nighthawk: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:01 -0000 >Number: 184221 >Category: ports >Synopsis: games/nighthawk: Support CC/CFLAGS properly >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 Nov 24 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly >How-To-Repeat: >Fix: diff -urN /usr/ports/games/nighthawk/Makefile games/nighthawk/Makefile --- /usr/ports/games/nighthawk/Makefile 2013-11-06 22:01:24.000000000 +0900 +++ games/nighthawk/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -5,28 +5,24 @@ PORTVERSION= 3.0.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= games/arcade +MASTER_SITES= SUNSITE/games/arcade MAINTAINER= ports@FreeBSD.org -COMMENT= An X11 shoot-'em up which requires some lateral thinking +COMMENT= X11 shoot-'em up which requires some lateral thinking WRKSRC= ${WRKDIR}/${PORTNAME} USE_BZIP2= yes +USES= gmake USE_GL= glut -USE_GMAKE= yes MAKE_ARGS= CC="${CC}" CPP="${CXX}" CC_FLAGS="${CXXFLAGS}" \ - LIB_FLAGS="${LDFLAGS}" - -MAN6= nighthawk.6 + LIB_FLAGS="${LDFLAGS}" GCC="${CC}" CFLAGS="${CFLAGS}" CFLAGS+= -DINSTALL_DIR=\\\"\${DATADIR}\\\" \ -DSCORES_FILE=\\\"/var/games/nighthawk.scores\\\" \ -I${LOCALBASE}/include LDFLAGS+= -lm -L${LOCALBASE}/lib -lX11 -lGL -lGLU -lglut -NO_STAGE= yes post-patch: ${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ 's|make|$$(MAKE)|g ; \ @@ -36,16 +32,12 @@ ${REINPLACE_CMD} -e 's|^|#|g' ${WRKSRC}/config.user do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/nighthawk ${PREFIX}/bin - ${CHOWN} root:games ${PREFIX}/bin/nighthawk - ${CHMOD} g+s ${PREFIX}/bin/nighthawk - ${INSTALL_DATA} ${WRKSRC}/doc/nighthawk.6 ${MANPREFIX}/man/man6 - @${MKDIR} ${DATADIR} + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} nighthawk \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} nighthawk.6 \ + ${STAGEDIR}${MANPREFIX}/man/man6) + @${MKDIR} ${STAGEDIR}${DATADIR} ${TAR} -C ${WRKSRC} --exclude ".xvpics" -cf - data | \ - ${TAR} -C ${DATADIR} --unlink -xf - - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} - @${FIND} ${DATADIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} - @${FIND} ${DATADIR} -type d | ${XARGS} ${CHMOD} a+rx - @${SH} ${PKGINSTALL} ${PORTNAME} POST-INSTALL + ${TAR} -C ${STAGEDIR}${DATADIR} --unlink -xf - .include diff -urN /usr/ports/games/nighthawk/pkg-plist games/nighthawk/pkg-plist --- /usr/ports/games/nighthawk/pkg-plist 2013-11-06 22:01:24.000000000 +0900 +++ games/nighthawk/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -1,4 +1,11 @@ +@owner root +@group games +@mode 6755 bin/nighthawk +@owner +@group +@mode +man/man6/nighthawk.6.gz %%DATADIR%%/data/Anoyle/Bridge.f %%DATADIR%%/data/Anoyle/Bridge.m %%DATADIR%%/data/Anoyle/Engineering.f @@ -215,4 +222,4 @@ @dirrm %%DATADIR%%/data/Anoyle @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% -@unexec if [ -s /var/games/nighthawk.scores ] || rm -f /var/games/nighthawk.scores +@unexec if [ ! -s /var/games/nighthawk.scores ]; then rm -f /var/games/nighthawk.scores; fi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id AD43639F for ; Sun, 24 Nov 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 922B42CCC for ; Sun, 24 Nov 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 rAOIA1LI046761 for ; Sun, 24 Nov 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 rAOIA1Oo046760; Sun, 24 Nov 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:01 GMT Resent-Message-Id: <201311241810.rAOIA1Oo046760@freefall.freebsd.org> 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 ESMTPS id 3830B2DC for ; Sun, 24 Nov 2013 18:02:40 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id 0ED8E2C8D for ; Sun, 24 Nov 2013 18:02:40 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id F1FEC1880035 for ; Mon, 25 Nov 2013 03:02:37 +0900 (JST) Message-Id: <20131125025240.7fb131a21af3c4cf6cf3fd3e@yahoo.com> Date: Mon, 25 Nov 2013 02:52:40 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184222: sysutils/eiciel: Update to version 0.9.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:01 -0000 >Number: 184222 >Category: ports >Synopsis: sysutils/eiciel: Update to version 0.9.8.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: Sun Nov 24 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 0.9.8.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/eiciel/Makefile sysutils/eiciel/Makefile --- /usr/ports/sysutils/eiciel/Makefile 2013-11-06 21:54:48.000000000 +0900 +++ sysutils/eiciel/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/sysutils/eiciel/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= eiciel -PORTVERSION= 0.9.8.1 -PORTREVISION= 2 +PORTVERSION= 0.9.8.2 CATEGORIES= sysutils security MASTER_SITES= http://rofi.roger-ferrer.org/eiciel/download/ @@ -12,32 +11,14 @@ LICENSE= GPLv2 -LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 - USE_BZIP2= yes -USES= pathfix pkgconfig -USE_GNOME= gnomeprefix intlhack nautilus2 libgnomeui - -USE_GMAKE= yes +USES= gettext gmake pathfix pkgconfig +USE_GNOME= gnomeprefix gtkmm24 libgnome nautilus2 USE_AUTOTOOLS= libtool +CONFIGURE_ARGS= --with-gnome-version=2 \ + --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --with-nautilus-extensions-dir=${PREFIX}/lib/nautilus/extensions-2.0 - -MAN1= eiciel.1 - -NO_STAGE= yes -.include - -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif - -post-install: - @${CAT} ${PKGMESSAGE} .include diff -urN /usr/ports/sysutils/eiciel/distinfo sysutils/eiciel/distinfo --- /usr/ports/sysutils/eiciel/distinfo 2013-11-06 21:54:48.000000000 +0900 +++ sysutils/eiciel/distinfo 2013-11-25 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (eiciel-0.9.8.1.tar.bz2) = 1e0e16e624235d4e93770146fec3665d362421f277322fd50b02c33d774e6b8a -SIZE (eiciel-0.9.8.1.tar.bz2) = 617663 +SHA256 (eiciel-0.9.8.2.tar.bz2) = fd99837a57adf83767765a4f096ae81c0af7e33f81df24c55c304b3b649c2079 +SIZE (eiciel-0.9.8.2.tar.bz2) = 648067 diff -urN /usr/ports/sysutils/eiciel/pkg-plist sysutils/eiciel/pkg-plist --- /usr/ports/sysutils/eiciel/pkg-plist 2013-11-06 21:54:48.000000000 +0900 +++ sysutils/eiciel/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -2,6 +2,7 @@ lib/nautilus/extensions-2.0/libeiciel-nautilus.a lib/nautilus/extensions-2.0/libeiciel-nautilus.la lib/nautilus/extensions-2.0/libeiciel-nautilus.so +man/man1/eiciel.1.gz share/applications/eiciel.desktop %%DATADIR%%/img/group-acl-default.png %%DATADIR%%/img/group-acl.png @@ -40,10 +41,10 @@ share/gnome/help/eiciel/C/figures/user-acl.png share/gnome/help/eiciel/C/figures/user-default.png share/gnome/help/eiciel/C/figures/user.png -%%NLS%%share/locale/ca/LC_MESSAGES/eiciel.mo -%%NLS%%share/locale/de/LC_MESSAGES/eiciel.mo -%%NLS%%share/locale/es/LC_MESSAGES/eiciel.mo -%%NLS%%share/locale/sv/LC_MESSAGES/eiciel.mo +share/locale/ca/LC_MESSAGES/eiciel.mo +share/locale/de/LC_MESSAGES/eiciel.mo +share/locale/es/LC_MESSAGES/eiciel.mo +share/locale/sv/LC_MESSAGES/eiciel.mo @dirrm share/gnome/help/eiciel/C/figures @dirrm share/gnome/help/eiciel/C @dirrm share/gnome/help/eiciel >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18: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 ESMTPS id A71973AB for ; Sun, 24 Nov 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 872E62CDA for ; Sun, 24 Nov 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 rAOIA3RH046827 for ; Sun, 24 Nov 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 rAOIA3ue046826; Sun, 24 Nov 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:03 GMT Resent-Message-Id: <201311241810.rAOIA3ue046826@freefall.freebsd.org> 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 ESMTPS id 3A821291 for ; Sun, 24 Nov 2013 18:00:48 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id D70862C72 for ; Sun, 24 Nov 2013 18:00:47 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id 34148188002E for ; Mon, 25 Nov 2013 03:00:45 +0900 (JST) Message-Id: <20131125025053.b8e1ef218db8c3f97e64376b@yahoo.com> Date: Mon, 25 Nov 2013 02:50:53 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184228: devel/rudiments: Update to version 0.44.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:03 -0000 >Number: 184228 >Category: ports >Synopsis: devel/rudiments: Update to version 0.44.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: Sun Nov 24 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 0.44.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/rudiments/Makefile devel/rudiments/Makefile --- /usr/ports/devel/rudiments/Makefile 2013-11-06 21:49:51.000000000 +0900 +++ devel/rudiments/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/rudiments/Makefile 332473 2013-11-02 12:38:47Z wg $ PORTNAME= rudiments -PORTVERSION= 0.44 +PORTVERSION= 0.44.1 CATEGORIES= devel MASTER_SITES= SF diff -urN /usr/ports/devel/rudiments/distinfo devel/rudiments/distinfo --- /usr/ports/devel/rudiments/distinfo 2013-11-06 21:49:51.000000000 +0900 +++ devel/rudiments/distinfo 2013-11-25 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (rudiments-0.44.tar.gz) = be262df2ac624306351ae58017069b452b6311afd1fc0b86f662153c165880a9 -SIZE (rudiments-0.44.tar.gz) = 1664741 +SHA256 (rudiments-0.44.1.tar.gz) = 3c66fed7ef4d68200af9d0ccba4d35ac6777fa76fb0182fec614493725cc8d20 +SIZE (rudiments-0.44.1.tar.gz) = 1637638 diff -urN /usr/ports/devel/rudiments/pkg-plist devel/rudiments/pkg-plist --- /usr/ports/devel/rudiments/pkg-plist 2013-11-06 21:49:51.000000000 +0900 +++ devel/rudiments/pkg-plist 2013-11-25 00:00:00.000000000 +0900 @@ -221,8 +221,6 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/classchat.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclient-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclient.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientserverfactory-members.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientserverfactory.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcodetree-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcodetree.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcommandline-members.html @@ -367,8 +365,6 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/classxmlsax.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/client_8h_source.html %%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/closed.png %%PORTDOCS%%%%DOCSDIR%%/classes/html/codetree_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/codetreeincludes_8h_source.html @@ -386,9 +382,9 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/dictionaryincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dictionaryinlines_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dictionarynode_8h_source.html -%%PORTDOCS%%%%DOCSDIR%%/classes/html/dictionarynodeinlines_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dir_112db68a333403863d626f7c0db30bfe.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dir_4df9bcb2c843055bc10a65c25bb4048a.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/dir_64fdbe0393e8a2dda2fc39e144de80a9.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/dir_d44c64559bbebec7f509842c48db8b23.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/directory_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/directoryincludes_8h_source.html @@ -574,6 +570,7 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2pseudotty_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2regularexpression_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2rpcentry_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2save_2linkedlist_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2semaphoreset_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2serialport_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2serialportprofile_8h_source.html @@ -612,6 +609,10 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/rpcentry_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/rpcentryincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/rudimentsinlines_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/save_2linkedlistincludes_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/save_2linkedlistinlines_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/save_2linkedlistnode_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/save_2linkedlistutilinlines_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/semaphoreset_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/semaphoresetincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/serialport_8h_source.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10: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 ESMTPS id 182973CD for ; Sun, 24 Nov 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D831F2CF2 for ; Sun, 24 Nov 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 rAOIA6kE046948 for ; Sun, 24 Nov 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 rAOIA6LN046947; Sun, 24 Nov 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:06 GMT Resent-Message-Id: <201311241810.rAOIA6LN046947@freefall.freebsd.org> 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 ESMTPS id 71EF128F for ; Sun, 24 Nov 2013 18:00:38 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 496952C70 for ; Sun, 24 Nov 2013 18:00:38 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta02.auone-net.jp (au one net mail) with ESMTP id 8C8C5156003C for ; Mon, 25 Nov 2013 03:00:36 +0900 (JST) Message-Id: <20131125025041.67feb9b29e484a6c40ffdff8@yahoo.com> Date: Mon, 25 Nov 2013 02:50:41 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184239: devel/libcwd: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:07 -0000 >Number: 184239 >Category: ports >Synopsis: devel/libcwd: Fix 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: Sun Nov 24 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libcwd/Makefile devel/libcwd/Makefile --- /usr/ports/devel/libcwd/Makefile 2013-11-06 21:50:19.000000000 +0900 +++ devel/libcwd/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -7,10 +7,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= The C++ Debugging Support Library +COMMENT= C++ Debugging Support Library -USES= pathfix pkgconfig -USE_GMAKE= yes +USES= gmake pathfix pkgconfig +USE_GCC= any USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --disable-alloc --disable-location --disable-threading \ --disable-pch @@ -18,7 +18,6 @@ CFLAGS+= -D__GNU_LIBRARY__ -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|malloc\.h|stdlib.h|g ; \ s|localtime(|localtime((const time_t *)|g' ${WRKSRC}/debugmalloc.cc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10: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 ESMTPS id AC955407 for ; Sun, 24 Nov 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 79D2E2D04 for ; Sun, 24 Nov 2013 18: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 rAOIA9be047036 for ; Sun, 24 Nov 2013 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOIA9LV047035; Sun, 24 Nov 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:09 GMT Resent-Message-Id: <201311241810.rAOIA9LV047035@freefall.freebsd.org> 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 ESMTPS id B993529E for ; Sun, 24 Nov 2013 18:01:32 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or2-f145.auone-net.jp [111.87.219.145]) by mx1.freebsd.org (Postfix) with ESMTP id 9014E2C77 for ; Sun, 24 Nov 2013 18:01:32 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id C0C18188002E for ; Mon, 25 Nov 2013 03:01:30 +0900 (JST) Message-Id: <20131125025123.de5a9c9b3f8becc4be8e3ab4@yahoo.com> Date: Mon, 25 Nov 2013 02:51:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184247: games/flying: Support CXX properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:09 -0000 >Number: 184247 >Category: ports >Synopsis: games/flying: Support CXX properly >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 Nov 24 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CXX properly >How-To-Repeat: >Fix: diff -urN /usr/ports/games/flying/Makefile games/flying/Makefile --- /usr/ports/games/flying/Makefile 2013-11-06 22:00:51.000000000 +0900 +++ games/flying/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -5,8 +5,7 @@ PORTVERSION= 6.20 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= games/arcade +MASTER_SITES= SUNSITE/games/arcade EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/games/flying/files/patch-aa games/flying/files/patch-aa --- /usr/ports/games/flying/files/patch-aa 2013-11-06 22:00:51.000000000 +0900 +++ games/flying/files/patch-aa 2013-11-25 00:00:00.000000000 +0900 @@ -13,7 +13,7 @@ XCOMM ##### macro should be set when using gcc-2.7.0 to create target XCOMM ##### pball.o without optimization -CXX = gcc -+CXX = g++ ++XCOMM # CXX = gcc XCOMM # CXX_NOOPT = -O0 XCOMM ####################################################################### >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18:10: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 ESMTPS id 061F43AE for ; Sun, 24 Nov 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF74B2CDC for ; Sun, 24 Nov 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 rAOIA3un046838 for ; Sun, 24 Nov 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 rAOIA3MZ046837; Sun, 24 Nov 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:10:03 GMT Resent-Message-Id: <201311241810.rAOIA3MZ046837@freefall.freebsd.org> 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 ESMTPS id 2099C290 for ; Sun, 24 Nov 2013 18:00:44 +0000 (UTC) Received: from omta03.auone-net.jp (mail-or0-f67.auone-net.jp [106.187.230.67]) by mx1.freebsd.org (Postfix) with ESMTP id D68962C71 for ; Sun, 24 Nov 2013 18:00:43 +0000 (UTC) Received: from coppermine.my.domain (ZT030024.ppp.dion.ne.jp [59.128.30.24]) by omta03.auone-net.jp (au one net mail) with ESMTP id DDB08188002E for ; Mon, 25 Nov 2013 03:00:39 +0900 (JST) Message-Id: <20131125025047.6ff942e8e0d216a3c6f86cf3@yahoo.com> Date: Mon, 25 Nov 2013 02:50:47 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184229: devel/regexx: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:10:04 -0000 >Number: 184229 >Category: ports >Synopsis: devel/regexx: Fix build >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 Nov 24 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build New file: files/patch-src__Makefile.in files/patch-src__regexx.hh Remove file: files/patch-libtool22 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/regexx/Makefile devel/regexx/Makefile --- /usr/ports/devel/regexx/Makefile 2013-11-06 21:49:40.000000000 +0900 +++ devel/regexx/Makefile 2013-11-25 00:00:00.000000000 +0900 @@ -3,27 +3,28 @@ PORTNAME= regexx PORTVERSION= 0.98.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= A complete regular expressions C++ solution +COMMENT= Complete regular expressions C++ solution -USE_GMAKE= yes +LICENSE= LGPL21 + +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre + +USES= gmake pkgconfig USE_AUTOTOOLS= libtool +MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOHEADER="${TRUE}" \ + AUTOMAKE="${TRUE}" USE_LDCONFIG= yes -MAKE_ENV+= INCLUDES="-I${WRKSRC}/pcre" -NO_STAGE= yes +CPPFLAGS+= $$(pkg-config --cflags libpcre) +LDFLAGS+= $$(pkg-config --libs libpcre) + post-patch: - @${REINPLACE_CMD} -e 's|@LIBTOOL@|${LIBTOOL}|g ; \ - s| \./libtool|${LIBTOOL}|g ; \ - s|\(DEFS.*\)|\1 -I${LOCALBASE}/include|' \ - ${WRKSRC}/src/Makefile.in ${WRKSRC}/pcre/Makefile.in - @${REINPLACE_CMD} -e 's|$${CONFIG_SHELL-/bin/sh} $$ac_aux_dir|$$ac_aux_dir|' \ - ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's| examples||g' \ - ${WRKSRC}/Makefile.am + @${REINPLACE_CMD} -e \ + 's|"pcre"||' ${WRKSRC}/configure .include diff -urN /usr/ports/devel/regexx/files/patch-libtool22 devel/regexx/files/patch-libtool22 --- /usr/ports/devel/regexx/files/patch-libtool22 2013-11-06 21:49:40.000000000 +0900 +++ devel/regexx/files/patch-libtool22 1970-01-01 09:00:00.000000000 +0900 @@ -1,56 +0,0 @@ ---- pcre/Makefile.in.orig 2001-03-13 10:31:36.000000000 -0600 -+++ pcre/Makefile.in 2009-07-13 22:54:21.000000000 -0500 -@@ -90,13 +90,13 @@ - @echo ' ' - @echo '--- Building pcregrep utility' - @echo ' ' -- $(LIBTOOL) $(CC) $(CFLAGS) -o pcregrep pcregrep.o libpcre.$(LIBSUFFIX) -+ $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o pcregrep pcregrep.o libpcre.$(LIBSUFFIX) - - pcretest: libpcre.$(LIBSUFFIX) libpcreposix.$(LIBSUFFIX) pcretest.o - @echo ' ' - @echo '--- Building pcretest testing program' - @echo ' ' -- $(LIBTOOL) $(PURIFY) $(CC) $(CFLAGS) -o pcretest pcretest.o \ -+ $(LIBTOOL) --mode=link $(PURIFY) $(CC) $(CFLAGS) -o pcretest pcretest.o \ - libpcre.$(LIBSUFFIX) libpcreposix.$(LIBSUFFIX) - - libpcre.a: $(OBJ) -@@ -112,7 +112,7 @@ - @echo '--- Building shared library: libpcre' - @echo ' ' - -rm -f libpcre.la -- ./libtool $(CC) -version-info '$(PCRELIBVERSION)' -o libpcre.la -rpath $(LIBDIR) $(LOBJ) -+ ./libtool --mode=link $(CC) -version-info '$(PCRELIBVERSION)' -o libpcre.la -rpath $(LIBDIR) $(LOBJ) - - libpcreposix.a: pcreposix.o - @echo ' ' -@@ -127,22 +127,22 @@ - @echo '--- Building shared library: libpcreposix' - @echo ' ' - -rm -f libpcreposix.la -- ./libtool $(CC) -version-info '$(PCREPOSIXLIBVERSION)' -o libpcreposix.la -rpath $(LIBDIR) pcreposix.lo -+ ./libtool --mode=link $(CC) -version-info '$(PCREPOSIXLIBVERSION)' -o libpcreposix.la -rpath $(LIBDIR) pcreposix.lo - - pcre.o: chartables.c pcre.c pcre.h internal.h config.h Makefile -- $(LIBTOOL) $(CC) -c $(CFLAGS) $(UTF8) pcre.c -+ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(UTF8) pcre.c - - pcreposix.o: pcreposix.c pcreposix.h internal.h pcre.h config.h Makefile -- $(LIBTOOL) $(CC) -c $(CFLAGS) pcreposix.c -+ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) pcreposix.c - - maketables.o: maketables.c pcre.h internal.h config.h Makefile -- $(LIBTOOL) $(CC) -c $(CFLAGS) maketables.c -+ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) maketables.c - - get.o: get.c pcre.h internal.h config.h Makefile -- $(LIBTOOL) $(CC) -c $(CFLAGS) get.c -+ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) get.c - - study.o: study.c pcre.h internal.h config.h Makefile -- $(LIBTOOL) $(CC) -c $(CFLAGS) $(UTF8) study.c -+ $(LIBTOOL) --mode=compile $(CC) -c $(CFLAGS) $(UTF8) study.c - - pcretest.o: pcretest.c pcre.h config.h Makefile - $(CC) -c $(CFLAGS) $(UTF8) pcretest.c diff -urN /usr/ports/devel/regexx/files/patch-src__Makefile.in devel/regexx/files/patch-src__Makefile.in --- /usr/ports/devel/regexx/files/patch-src__Makefile.in 1970-01-01 09:00:00.000000000 +0900 +++ devel/regexx/files/patch-src__Makefile.in 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig 2013-11-15 21:03:55.000000000 +0900 ++++ src/Makefile.in 2013-11-15 21:04:18.000000000 +0900 +@@ -74,7 +74,7 @@ + + lib_LTLIBRARIES = libregexx.la + libregexx_la_SOURCES = regexx.cc regexx.hh split.cc split.hh +-libregexx_la_LDFLAGS = -version-info 2:0:1 ../pcre/maketables.lo ../pcre/get.lo ../pcre/study.lo ../pcre/pcre.lo ++libregexx_la_LDFLAGS = -version-info 2:0:1 + include_HEADERS = regexx.hh split.hh + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_CLEAN_FILES = diff -urN /usr/ports/devel/regexx/files/patch-src__regexx.hh devel/regexx/files/patch-src__regexx.hh --- /usr/ports/devel/regexx/files/patch-src__regexx.hh 1970-01-01 09:00:00.000000000 +0900 +++ devel/regexx/files/patch-src__regexx.hh 2013-11-25 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/regexx.hh.orig 2013-11-15 21:02:42.000000000 +0900 ++++ src/regexx.hh 2013-11-15 21:03:03.000000000 +0900 +@@ -29,6 +29,7 @@ + #ifndef REGEXX_HH + #define REGEXX_HH + ++#include + #include + #include + #include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18: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 ESMTPS id 014514E6 for ; Sun, 24 Nov 2013 18:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF78A2E95 for ; Sun, 24 Nov 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 rAOIe1jP056721 for ; Sun, 24 Nov 2013 18: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 rAOIe1ft056720; Sun, 24 Nov 2013 18:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:40:01 GMT Resent-Message-Id: <201311241840.rAOIe1ft056720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Theis Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ED24F2E for ; Sun, 24 Nov 2013 18:31:56 +0000 (UTC) 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 8E65A2E51 for ; Sun, 24 Nov 2013 18:31: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 rAOIVuSq024107 for ; Sun, 24 Nov 2013 18:31:56 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOIVuQh024103; Sun, 24 Nov 2013 18:31:56 GMT (envelope-from nobody) Message-Id: <201311241831.rAOIVuQh024103@oldred.freebsd.org> Date: Sun, 24 Nov 2013 18:31:56 GMT From: Christoph Theis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184251: [maintainer-update] Remove LATEST_LINK from www/cakephp21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:40:02 -0000 >Number: 184251 >Category: ports >Synopsis: [maintainer-update] Remove LATEST_LINK from www/cakephp21 >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 Nov 24 18:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: In www/cakephp21 remove LATEST_LINK from Makefile and add PKGNAMESUFFIX=21 instead to avoid package name collision >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 334749) +++ Makefile (working copy) @@ -12,7 +12,7 @@ LICENSE= MIT -LATEST_LINK= cakephp21 +PKGNAMESUFFIX= 21 GITVERSION= 0-gc26df70 FETCH_ARGS= -pRr >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 18: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 ESMTPS id B22984E4 for ; Sun, 24 Nov 2013 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A7272E93 for ; Sun, 24 Nov 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 rAOIe1po056710 for ; Sun, 24 Nov 2013 18: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 rAOIe1JI056709; Sun, 24 Nov 2013 18:40:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 18:40:01 GMT Resent-Message-Id: <201311241840.rAOIe1JI056709@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Theis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D24CCE50 for ; Sun, 24 Nov 2013 18:30:18 +0000 (UTC) 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 C28882E44 for ; Sun, 24 Nov 2013 18:30:18 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAOIUIZU076930 for ; Sun, 24 Nov 2013 18:30:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOIUIu9076881; Sun, 24 Nov 2013 18:30:18 GMT (envelope-from nobody) Message-Id: <201311241830.rAOIUIu9076881@oldred.freebsd.org> Date: Sun, 24 Nov 2013 18:30:18 GMT From: Christoph Theis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184250: [maintainer-update] Remove LATEST_LINK from www/cakephp13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 18:40:01 -0000 >Number: 184250 >Category: ports >Synopsis: [maintainer-update] Remove LATEST_LINK from www/cakephp13 >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 Nov 24 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: In www/cakephp13 remove LATEST_LINK from Makefile and add PKGNAMESUFFIX=13 instead to avoid package name collision >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 334749) +++ Makefile (working copy) @@ -11,7 +11,7 @@ MAINTAINER= theis@gmx.at COMMENT= A framework for developing PHP web applications -LATEST_LINK= cakephp13 +PKGNAMESUFFIX= 13 LICENSE= MIT >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 19:15:19 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 ESMTPS id 37F3A76B; Sun, 24 Nov 2013 19:15:19 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 101AB20A8; Sun, 24 Nov 2013 19:15: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 rAOJFI4R064990; Sun, 24 Nov 2013 19:15:18 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOJFI8G064989; Sun, 24 Nov 2013 19:15:18 GMT (envelope-from sunpoet) Date: Sun, 24 Nov 2013 19:15:18 GMT Message-Id: <201311241915.rAOJFI8G064989@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/184250: [maintainer-update] Remove LATEST_LINK from www/cakephp13 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 19:15:19 -0000 Synopsis: [maintainer-update] Remove LATEST_LINK from www/cakephp13 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sun Nov 24 19:15:18 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184250 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 19:15:20 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 ESMTPS id EEBEC76D; Sun, 24 Nov 2013 19:15:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C55B520A9; Sun, 24 Nov 2013 19:15:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOJFK1B065056; Sun, 24 Nov 2013 19:15:20 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOJFK0U065055; Sun, 24 Nov 2013 19:15:20 GMT (envelope-from sunpoet) Date: Sun, 24 Nov 2013 19:15:20 GMT Message-Id: <201311241915.rAOJFK0U065055@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/184251: [maintainer-update] Remove LATEST_LINK from www/cakephp21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 19:15:21 -0000 Synopsis: [maintainer-update] Remove LATEST_LINK from www/cakephp21 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Sun Nov 24 19:15:20 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184251 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 20: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 ESMTPS id 2ECBB76 for ; Sun, 24 Nov 2013 20:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 10F1122A7 for ; Sun, 24 Nov 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 rAOK01Hf072587 for ; Sun, 24 Nov 2013 20: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 rAOK00PB072586; Sun, 24 Nov 2013 20:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 20:00:00 GMT Resent-Message-Id: <201311242000.rAOK00PB072586@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Kondratiev Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7FC4FC7E for ; Sun, 24 Nov 2013 19:51:23 +0000 (UTC) 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 6ED5A2247 for ; Sun, 24 Nov 2013 19:51: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 rAOJpNjG031781 for ; Sun, 24 Nov 2013 19:51:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOJpNDL031778; Sun, 24 Nov 2013 19:51:23 GMT (envelope-from nobody) Message-Id: <201311241951.rAOJpNDL031778@oldred.freebsd.org> Date: Sun, 24 Nov 2013 19:51:23 GMT From: Vladimir Kondratiev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184252: [patch] games/0verkill security fixes support staging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 20:00:01 -0000 >Number: 184252 >Category: ports >Synopsis: [patch] games/0verkill security fixes support staging >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 Nov 24 20:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vladimir Kondratiev >Release: >Organization: >Environment: >Description: 1. Merge fixes for long known bugs from hackndev[1] version 3507529 64bit fix ... now works on amd64 as well ;-) 95d2af2 Replaced all those insecure sprintf's with snprintf's (partial) 33a1a8d Fix sigsegv on hero reaching topmost or leftmost border of the game area 436bbfc Push back network stack underflow bugfix 160e4d6 Prevent buffer overflow ee911ba make the server invulnerable to long names 2. Add patch from gentoo linux[2] to use unmodified game data. 3. Support staging 4. Use options framework [1] https://github.com/hackndev/0verkill [2] http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/games-action/0verkill/files/0verkill-0.16-gentoo-paths.patch?revision=1.1&view=markup >How-To-Repeat: >Fix: Patch attached with submission follows: Index: 0verkill/Makefile =================================================================== --- 0verkill/Makefile (revision 334715) +++ 0verkill/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= 0verkill PORTVERSION= 0.16 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= http://artax.karlin.mff.cuni.cz/~brain/0verkill/release/ EXTRACT_SUFX= .tgz @@ -15,51 +15,39 @@ GNU_CONFIGURE= yes -.if defined(WITHOUT_X11) -PLIST_SUB= X11="@comment " -.else -USE_XORG= xpm -CONFIGURE_ARGS+= --with-x -PLIST_SUB= X11="" -.endif +OPTIONS_DEFINE= X11 DOCS +OPTIONS_DEFAULT=X11 DOCS -NO_STAGE= yes -pre-everything:: -.if !defined(WITHOUT_X11) - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile without X11 support," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITHOUT_X11=yes\"" - @${ECHO_MSG} -.endif +OPTIONS_SUB= yes +X11_USE= XORG=xpm +X11_CONFIGURE_WITH= x +.include + post-patch: @${REINPLACE_CMD} -e 's|data/|${DATADIR}/data/|g' ${WRKSRC}/cfg.h - @${REINPLACE_CMD} -e 's|grx/|${DATADIR}/grx/|g' ${WRKSRC}/data/* @${REINPLACE_CMD} -e 's|-O3 ||g ; \ s|gcc |\$$\(CC\) |g' ${WRKSRC}/Makefile.in do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/0verkill ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/0verkill ${STAGEDIR}${PREFIX}/bin .for file in avi bot editor server test_server - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${PREFIX}/bin/0verkill-${file} + ${INSTALL_PROGRAM} ${WRKSRC}/${file} \ + ${STAGEDIR}${PREFIX}/bin/0verkill-${file} .endfor -.if !defined(WITHOUT_X11) - ${INSTALL_PROGRAM} ${WRKSRC}/x0verkill ${PREFIX}/bin +.if ${PORT_OPTIONS:MX11} + ${INSTALL_PROGRAM} ${WRKSRC}/x0verkill ${STAGEDIR}${PREFIX}/bin .for file in avi editor - ${INSTALL_PROGRAM} ${WRKSRC}/x${file} ${PREFIX}/bin/x0verkill-${file} + ${INSTALL_PROGRAM} ${WRKSRC}/x${file} \ + ${STAGEDIR}${PREFIX}/bin/x0verkill-${file} .endfor .endif - @${MKDIR} ${DATADIR}/data -.for file in banner.dat level.dat sprites.dat *.sp *.dn *.st - ${INSTALL_DATA} ${WRKSRC}/data/${file} ${DATADIR}/data +.for dir in data grx + cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR} .endfor - @${MKDIR} ${DATADIR}/grx - ${INSTALL_DATA} ${WRKSRC}/grx/* ${DATADIR}/grx -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in AUTHORS README.html avi.txt bot.txt doc.html - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} .endfor -.endif .include Index: 0verkill/files/patch-client.c =================================================================== --- 0verkill/files/patch-client.c (revision 0) +++ 0verkill/files/patch-client.c (working copy) @@ -0,0 +1,26 @@ +--- client.c.orig 2001-12-16 12:26:38.000000000 +0300 ++++ client.c 2013-11-17 11:40:44.755218781 +0400 +@@ -191,9 +191,9 @@ + unsigned char txt[256]; + + #ifndef WIN32 +- sprintf(txt,"%s/%s",getenv("HOME"),CFG_FILE); ++ snprintf(txt,sizeof(txt),"%s/%s",getenv("HOME"),CFG_FILE); + #else +- sprintf(txt,"./%s",CFG_FILE); ++ snprintf(txt,sizeof(txt),"./%s",CFG_FILE); + #endif + stream=fopen(txt,"r"); + if (!stream)return; +@@ -223,9 +223,9 @@ + unsigned char txt[256]; + + #ifndef WIN32 +- sprintf(txt,"%s/%s",getenv("HOME"),CFG_FILE); ++ snprintf(txt,sizeof(txt),"%s/%s",getenv("HOME"),CFG_FILE); + #else +- sprintf(txt,"./%s",CFG_FILE); ++ snprintf(txt,sizeof(txt),"./%s",CFG_FILE); + #endif + stream=fopen(txt,"w"); + if (!stream)return; Property changes on: 0verkill/files/patch-client.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: 0verkill/files/patch-data.c =================================================================== --- 0verkill/files/patch-data.c (revision 0) +++ 0verkill/files/patch-data.c (working copy) @@ -0,0 +1,20 @@ +--- data.c.orig 2013-11-17 11:25:40.820307151 +0400 ++++ data.c 2013-11-17 11:27:32.743383408 +0400 +@@ -460,7 +460,7 @@ + my_double can_go_x(my_double old_x,my_double new_x,int yh, int yl,unsigned char *flag) + { + int x,y; +- ++ if (yh<0) yh=0; + if (old_x==new_x+.5) + { + if(flag)*flag=0; +@@ -494,7 +494,7 @@ + my_double can_go_y(my_double old_y, my_double new_y,int xl, int xr,unsigned char *flag,unsigned char down_ladder) + { + int x,y; +- ++ if (xl<0) xl=0; + if (old_y==new_y){if(flag)*flag=0;return new_y;} + if(flag)*flag=1; + if (old_y %s",name,msg);len=strlen(name)+strlen(msg)+1+3;} ++ if (len > 255) ++ len = 255; + send_chunk_packet_to_player(packet,len,player); + } + +@@ -921,6 +923,8 @@ + packet[0]=P_MESSAGE; + if (!name){snprintf(packet+1,255,"%s",msg);len=strlen(msg)+1+1;} + else {snprintf(packet+1,255,"%s> %s",name,msg);len=strlen(name)+strlen(msg)+1+3;} ++ if (len > 255) ++ len = 255; + for (p=&players;p->next;p=p->next) + if ((!not1||(&(p->next->member))!=not1)&&(!not2||(&(p->next->member))!=not2)) + send_chunk_packet_to_player(packet,len,&(p->next->member)); +@@ -1228,6 +1232,12 @@ + send_packet(packet,2,(struct sockaddr*)(&client),0,last_player->member.id); + break; + } ++ if (strlen(packet+5) > MAX_NAME_LEN) ++ { ++ snprintf(txt,256,"Name too long, shortening it to %i characters\n",MAX_NAME_LEN); ++ message(txt,2); ++ packet[5+MAX_NAME_LEN]='\0'; ++ } + find_birthplace(&x,&y); + if (add_player(packet[4],packet+5,&client,x,y)) /* failed to add player */ + { Property changes on: 0verkill/files/patch-server.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: 0verkill/files/patch-sprite.c =================================================================== --- 0verkill/files/patch-sprite.c (revision 0) +++ 0verkill/files/patch-sprite.c (working copy) @@ -0,0 +1,25 @@ +--- sprite.c.orig 2001-12-15 20:51:53.000000000 +0300 ++++ sprite.c 2013-11-17 13:00:40.184048213 +0400 +@@ -2,6 +2,7 @@ + #include + #include + #include ++#include + + #ifndef WIN32 + #include "config.h" +@@ -188,6 +189,14 @@ + + if (!(f=fopen(filename,"rb"))) + { ++ chdir(DATA_PATH); ++ } ++ if (!(f=fopen(filename,"rb"))) ++ { ++ chdir(DATA_PATH "/../"); ++ } ++ if (!(f=fopen(filename,"rb"))) ++ { + unsigned char msg[256]; + snprintf(msg,256,"Error opening file \"%s\"!\n",filename); + ERROR(msg); Property changes on: 0verkill/files/patch-sprite.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: 0verkill/pkg-descr =================================================================== --- 0verkill/pkg-descr (revision 334715) +++ 0verkill/pkg-descr (working copy) @@ -8,4 +8,4 @@ No one ever connected gushing blood with those innocent ASCII letters that were so utterly boring until recently, when 0verkill was released. -WWW: http://artax.karlin.mff.cuni.cz/~brain/0verkill/ +WWW: http://artax.karlin.mff.cuni.cz/~brain/0verkill/ Index: 0verkill/pkg-plist =================================================================== --- 0verkill/pkg-plist (revision 334715) +++ 0verkill/pkg-plist (working copy) @@ -7,250 +7,250 @@ %%X11%%bin/x0verkill %%X11%%bin/x0verkill-avi %%X11%%bin/x0verkill-editor -share/0verkill/data/banner.dat -share/0verkill/data/level.dat -share/0verkill/data/sprites.dat -share/0verkill/data/level1.dn -share/0verkill/data/level1.sp -share/0verkill/data/level1.st -share/0verkill/data/level2.dn -share/0verkill/data/level2.sp -share/0verkill/data/level2.st -share/0verkill/grx/0verkill.avi -share/0verkill/grx/ackermann.avi -share/0verkill/grx/altar.avi -share/0verkill/grx/ammo.avi -share/0verkill/grx/anthrax.avi -share/0verkill/grx/armor.avi -share/0verkill/grx/barrel.avi -share/0verkill/grx/barrel_fire.avi -share/0verkill/grx/bedna.avi -share/0verkill/grx/bedna_v.avi -share/0verkill/grx/bednarek.avi -share/0verkill/grx/beer.avi -share/0verkill/grx/beran.avi -share/0verkill/grx/bici.avi -share/0verkill/grx/biohazard.avi -share/0verkill/grx/blood.avi -share/0verkill/grx/bulge.avi -share/0verkill/grx/bullet.avi -share/0verkill/grx/bus.avi -share/0verkill/grx/camel.avi -share/0verkill/grx/cartridge.avi -share/0verkill/grx/chain1.avi -share/0verkill/grx/chain2.avi -share/0verkill/grx/chain3.avi -share/0verkill/grx/closed.avi -share/0verkill/grx/cloud.avi -share/0verkill/grx/corpse1.avi -share/0verkill/grx/corpse2.avi -share/0verkill/grx/corpse3.avi -share/0verkill/grx/corpse4.avi -share/0verkill/grx/corpse5.avi -share/0verkill/grx/corpse6.avi -share/0verkill/grx/corpse7.avi -share/0verkill/grx/corpse8.avi -share/0verkill/grx/corpse9.avi -share/0verkill/grx/corpseA.avi -share/0verkill/grx/corpseB.avi -share/0verkill/grx/corpseC.avi -share/0verkill/grx/corpseD.avi -share/0verkill/grx/corpseE.avi -share/0verkill/grx/corpseF.avi -share/0verkill/grx/corpse_girl_1.avi -share/0verkill/grx/corpse_girl_2.avi -share/0verkill/grx/corpse_girl_3.avi -share/0verkill/grx/corpse_girl_4.avi -share/0verkill/grx/corpse_girl_5.avi -share/0verkill/grx/corpse_girl_6.avi -share/0verkill/grx/corpse_girl_7.avi -share/0verkill/grx/corpse_girl_8.avi -share/0verkill/grx/corpse_girl_9.avi -share/0verkill/grx/corpse_girl_A.avi -share/0verkill/grx/corpse_girl_B.avi -share/0verkill/grx/corpse_girl_C.avi -share/0verkill/grx/corpse_girl_D.avi -share/0verkill/grx/corpse_girl_E.avi -share/0verkill/grx/corpse_girl_F.avi -share/0verkill/grx/corpse_girl_univ.avi -share/0verkill/grx/corpse_univ.avi -share/0verkill/grx/cowboys.avi -share/0verkill/grx/dekl.avi -share/0verkill/grx/domecek.avi -share/0verkill/grx/door.avi -share/0verkill/grx/dope.avi -share/0verkill/grx/dvirka.avi -share/0verkill/grx/erectus.avi -share/0verkill/grx/fan.avi -share/0verkill/grx/favo.avi -share/0verkill/grx/footboard.avi -share/0verkill/grx/forum.avi -share/0verkill/grx/gentlemen.avi -share/0verkill/grx/girl1.avi -share/0verkill/grx/girl2.avi -share/0verkill/grx/girl3.avi -share/0verkill/grx/girl4.avi -share/0verkill/grx/girl5.avi -share/0verkill/grx/girl6.avi -share/0verkill/grx/girl7.avi -share/0verkill/grx/girl8.avi -share/0verkill/grx/girl9.avi -share/0verkill/grx/girlA.avi -share/0verkill/grx/girlB.avi -share/0verkill/grx/girlC.avi -share/0verkill/grx/girlD.avi -share/0verkill/grx/girlE.avi -share/0verkill/grx/girlF.avi -share/0verkill/grx/girl_univ.avi -share/0verkill/grx/grave1.avi -share/0verkill/grx/grave2.avi -share/0verkill/grx/grave3.avi -share/0verkill/grx/grenade.avi -share/0verkill/grx/grenades.avi -share/0verkill/grx/guitarist1.avi -share/0verkill/grx/guitarist2.avi -share/0verkill/grx/guitarist3.avi -share/0verkill/grx/gun.avi -share/0verkill/grx/hajzl.avi -share/0verkill/grx/hajzlik.avi -share/0verkill/grx/hellslime.avi -share/0verkill/grx/hero1.avi -share/0verkill/grx/hero2.avi -share/0verkill/grx/hero3.avi -share/0verkill/grx/hero4.avi -share/0verkill/grx/hero5.avi -share/0verkill/grx/hero6.avi -share/0verkill/grx/hero7.avi -share/0verkill/grx/hero8.avi -share/0verkill/grx/hero9.avi -share/0verkill/grx/heroA.avi -share/0verkill/grx/heroB.avi -share/0verkill/grx/heroC.avi -share/0verkill/grx/heroD.avi -share/0verkill/grx/heroE.avi -share/0verkill/grx/heroF.avi -share/0verkill/grx/hero_univ.avi -share/0verkill/grx/heute.avi -share/0verkill/grx/hit.avi -share/0verkill/grx/hlina.avi -share/0verkill/grx/hook.avi -share/0verkill/grx/humpolec.avi -share/0verkill/grx/kamelky.avi -share/0verkill/grx/kanal.avi -share/0verkill/grx/klesani.avi -share/0verkill/grx/koleje.avi -share/0verkill/grx/kotel.avi -share/0verkill/grx/kotelna.avi -share/0verkill/grx/kotelnik.avi -share/0verkill/grx/koubek.avi -share/0verkill/grx/krovi.avi -share/0verkill/grx/ladder.avi -share/0verkill/grx/ladies.avi -share/0verkill/grx/lamp1.avi -share/0verkill/grx/lamp2.avi -share/0verkill/grx/lamp3.avi -share/0verkill/grx/lava.avi -share/0verkill/grx/lava1.avi -share/0verkill/grx/lava2.avi -share/0verkill/grx/lebzhnaty.avi -share/0verkill/grx/links.avi -share/0verkill/grx/liqory.avi -share/0verkill/grx/make_hero -share/0verkill/grx/mar.avi -share/0verkill/grx/medikit.avi -share/0verkill/grx/melasa.avi -share/0verkill/grx/mess.avi -share/0verkill/grx/mess1.avi -share/0verkill/grx/mess2.avi -share/0verkill/grx/mess3.avi -share/0verkill/grx/mess4.avi -share/0verkill/grx/metro.avi -share/0verkill/grx/noise.avi -share/0verkill/grx/nosmoking.avi -share/0verkill/grx/ohrada.avi -share/0verkill/grx/okno.avi -share/0verkill/grx/para.avi -share/0verkill/grx/perm.avi -share/0verkill/grx/petice.avi -share/0verkill/grx/pi.avi -share/0verkill/grx/pillar.avi -share/0verkill/grx/pipe.avi -share/0verkill/grx/pipe1.avi -share/0verkill/grx/pipe2.avi -share/0verkill/grx/pipe3.avi -share/0verkill/grx/pipe4.avi -share/0verkill/grx/pivrnec.avi -share/0verkill/grx/podium.avi -share/0verkill/grx/podlaha.avi -share/0verkill/grx/prkno.avi -share/0verkill/grx/pruhonice.avi -share/0verkill/grx/pub.avi -share/0verkill/grx/pumping.avi -share/0verkill/grx/pytlak.avi -share/0verkill/grx/radioactive.avi -share/0verkill/grx/raid.avi -share/0verkill/grx/raidrekl.avi -share/0verkill/grx/rampa.avi -share/0verkill/grx/reklama.avi -share/0verkill/grx/rg6.avi -share/0verkill/grx/rifle.avi -share/0verkill/grx/rocket.avi -share/0verkill/grx/rough.avi -share/0verkill/grx/schody1l.avi -share/0verkill/grx/schody1r.avi -share/0verkill/grx/schodyl.avi -share/0verkill/grx/schodyr.avi -share/0verkill/grx/shell.avi -share/0verkill/grx/shells.avi -share/0verkill/grx/shotgun.avi -share/0verkill/grx/shrapnel1.avi -share/0verkill/grx/shrapnel10.avi -share/0verkill/grx/shrapnel2.avi -share/0verkill/grx/shrapnel3.avi -share/0verkill/grx/shrapnel4.avi -share/0verkill/grx/shrapnel5.avi -share/0verkill/grx/shrapnel6.avi -share/0verkill/grx/shrapnel7.avi -share/0verkill/grx/shrapnel8.avi -share/0verkill/grx/shrapnel9.avi -share/0verkill/grx/skull.avi -share/0verkill/grx/slug.avi -share/0verkill/grx/smoker.avi -share/0verkill/grx/sshell.avi -share/0verkill/grx/stone.avi -share/0verkill/grx/stone1.avi -share/0verkill/grx/stone2.avi -share/0verkill/grx/stone3.avi -share/0verkill/grx/stone_steps_l.avi -share/0verkill/grx/stone_steps_r.avi -share/0verkill/grx/sugar.avi -share/0verkill/grx/svab.avi -share/0verkill/grx/swing_lamp.avi -share/0verkill/grx/tabule.avi -share/0verkill/grx/tnt.avi -share/0verkill/grx/toadstool.avi -share/0verkill/grx/traverza.avi -share/0verkill/grx/traverza1.avi -share/0verkill/grx/traverza2.avi -share/0verkill/grx/u_kuceru.avi -share/0verkill/grx/uhli.avi -share/0verkill/grx/uzi.avi -share/0verkill/grx/vetrak.avi -share/0verkill/grx/waltr.avi -share/0verkill/grx/water.avi -share/0verkill/grx/zabradli.avi -share/0verkill/grx/zarivka.avi -share/0verkill/grx/zebrik2.avi -share/0verkill/grx/zed.avi -share/0verkill/grx/zed2.avi -share/0verkill/grx/zed3.avi -share/0verkill/grx/zpevak.avi -%%PORTDOCS%%share/doc/0verkill/AUTHORS -%%PORTDOCS%%share/doc/0verkill/README.html -%%PORTDOCS%%share/doc/0verkill/avi.txt -%%PORTDOCS%%share/doc/0verkill/bot.txt -%%PORTDOCS%%share/doc/0verkill/doc.html -%%PORTDOCS%%@dirrm share/doc/0verkill -@dirrm share/0verkill/grx -@dirrm share/0verkill/data -@dirrm share/0verkill +%%DATADIR%%/data/banner.dat +%%DATADIR%%/data/level.dat +%%DATADIR%%/data/sprites.dat +%%DATADIR%%/data/level1.dn +%%DATADIR%%/data/level1.sp +%%DATADIR%%/data/level1.st +%%DATADIR%%/data/level2.dn +%%DATADIR%%/data/level2.sp +%%DATADIR%%/data/level2.st +%%DATADIR%%/grx/0verkill.avi +%%DATADIR%%/grx/ackermann.avi +%%DATADIR%%/grx/altar.avi +%%DATADIR%%/grx/ammo.avi +%%DATADIR%%/grx/anthrax.avi +%%DATADIR%%/grx/armor.avi +%%DATADIR%%/grx/barrel.avi +%%DATADIR%%/grx/barrel_fire.avi +%%DATADIR%%/grx/bedna.avi +%%DATADIR%%/grx/bedna_v.avi +%%DATADIR%%/grx/bednarek.avi +%%DATADIR%%/grx/beer.avi +%%DATADIR%%/grx/beran.avi +%%DATADIR%%/grx/bici.avi +%%DATADIR%%/grx/biohazard.avi +%%DATADIR%%/grx/blood.avi +%%DATADIR%%/grx/bulge.avi +%%DATADIR%%/grx/bullet.avi +%%DATADIR%%/grx/bus.avi +%%DATADIR%%/grx/camel.avi +%%DATADIR%%/grx/cartridge.avi +%%DATADIR%%/grx/chain1.avi +%%DATADIR%%/grx/chain2.avi +%%DATADIR%%/grx/chain3.avi +%%DATADIR%%/grx/closed.avi +%%DATADIR%%/grx/cloud.avi +%%DATADIR%%/grx/corpse1.avi +%%DATADIR%%/grx/corpse2.avi +%%DATADIR%%/grx/corpse3.avi +%%DATADIR%%/grx/corpse4.avi +%%DATADIR%%/grx/corpse5.avi +%%DATADIR%%/grx/corpse6.avi +%%DATADIR%%/grx/corpse7.avi +%%DATADIR%%/grx/corpse8.avi +%%DATADIR%%/grx/corpse9.avi +%%DATADIR%%/grx/corpseA.avi +%%DATADIR%%/grx/corpseB.avi +%%DATADIR%%/grx/corpseC.avi +%%DATADIR%%/grx/corpseD.avi +%%DATADIR%%/grx/corpseE.avi +%%DATADIR%%/grx/corpseF.avi +%%DATADIR%%/grx/corpse_girl_1.avi +%%DATADIR%%/grx/corpse_girl_2.avi +%%DATADIR%%/grx/corpse_girl_3.avi +%%DATADIR%%/grx/corpse_girl_4.avi +%%DATADIR%%/grx/corpse_girl_5.avi +%%DATADIR%%/grx/corpse_girl_6.avi +%%DATADIR%%/grx/corpse_girl_7.avi +%%DATADIR%%/grx/corpse_girl_8.avi +%%DATADIR%%/grx/corpse_girl_9.avi +%%DATADIR%%/grx/corpse_girl_A.avi +%%DATADIR%%/grx/corpse_girl_B.avi +%%DATADIR%%/grx/corpse_girl_C.avi +%%DATADIR%%/grx/corpse_girl_D.avi +%%DATADIR%%/grx/corpse_girl_E.avi +%%DATADIR%%/grx/corpse_girl_F.avi +%%DATADIR%%/grx/corpse_girl_univ.avi +%%DATADIR%%/grx/corpse_univ.avi +%%DATADIR%%/grx/cowboys.avi +%%DATADIR%%/grx/dekl.avi +%%DATADIR%%/grx/domecek.avi +%%DATADIR%%/grx/door.avi +%%DATADIR%%/grx/dope.avi +%%DATADIR%%/grx/dvirka.avi +%%DATADIR%%/grx/erectus.avi +%%DATADIR%%/grx/fan.avi +%%DATADIR%%/grx/favo.avi +%%DATADIR%%/grx/footboard.avi +%%DATADIR%%/grx/forum.avi +%%DATADIR%%/grx/gentlemen.avi +%%DATADIR%%/grx/girl1.avi +%%DATADIR%%/grx/girl2.avi +%%DATADIR%%/grx/girl3.avi +%%DATADIR%%/grx/girl4.avi +%%DATADIR%%/grx/girl5.avi +%%DATADIR%%/grx/girl6.avi +%%DATADIR%%/grx/girl7.avi +%%DATADIR%%/grx/girl8.avi +%%DATADIR%%/grx/girl9.avi +%%DATADIR%%/grx/girlA.avi +%%DATADIR%%/grx/girlB.avi +%%DATADIR%%/grx/girlC.avi +%%DATADIR%%/grx/girlD.avi +%%DATADIR%%/grx/girlE.avi +%%DATADIR%%/grx/girlF.avi +%%DATADIR%%/grx/girl_univ.avi +%%DATADIR%%/grx/grave1.avi +%%DATADIR%%/grx/grave2.avi +%%DATADIR%%/grx/grave3.avi +%%DATADIR%%/grx/grenade.avi +%%DATADIR%%/grx/grenades.avi +%%DATADIR%%/grx/guitarist1.avi +%%DATADIR%%/grx/guitarist2.avi +%%DATADIR%%/grx/guitarist3.avi +%%DATADIR%%/grx/gun.avi +%%DATADIR%%/grx/hajzl.avi +%%DATADIR%%/grx/hajzlik.avi +%%DATADIR%%/grx/hellslime.avi +%%DATADIR%%/grx/hero1.avi +%%DATADIR%%/grx/hero2.avi +%%DATADIR%%/grx/hero3.avi +%%DATADIR%%/grx/hero4.avi +%%DATADIR%%/grx/hero5.avi +%%DATADIR%%/grx/hero6.avi +%%DATADIR%%/grx/hero7.avi +%%DATADIR%%/grx/hero8.avi +%%DATADIR%%/grx/hero9.avi +%%DATADIR%%/grx/heroA.avi +%%DATADIR%%/grx/heroB.avi +%%DATADIR%%/grx/heroC.avi +%%DATADIR%%/grx/heroD.avi +%%DATADIR%%/grx/heroE.avi +%%DATADIR%%/grx/heroF.avi +%%DATADIR%%/grx/hero_univ.avi +%%DATADIR%%/grx/heute.avi +%%DATADIR%%/grx/hit.avi +%%DATADIR%%/grx/hlina.avi +%%DATADIR%%/grx/hook.avi +%%DATADIR%%/grx/humpolec.avi +%%DATADIR%%/grx/kamelky.avi +%%DATADIR%%/grx/kanal.avi +%%DATADIR%%/grx/klesani.avi +%%DATADIR%%/grx/koleje.avi +%%DATADIR%%/grx/kotel.avi +%%DATADIR%%/grx/kotelna.avi +%%DATADIR%%/grx/kotelnik.avi +%%DATADIR%%/grx/koubek.avi +%%DATADIR%%/grx/krovi.avi +%%DATADIR%%/grx/ladder.avi +%%DATADIR%%/grx/ladies.avi +%%DATADIR%%/grx/lamp1.avi +%%DATADIR%%/grx/lamp2.avi +%%DATADIR%%/grx/lamp3.avi +%%DATADIR%%/grx/lava.avi +%%DATADIR%%/grx/lava1.avi +%%DATADIR%%/grx/lava2.avi +%%DATADIR%%/grx/lebzhnaty.avi +%%DATADIR%%/grx/links.avi +%%DATADIR%%/grx/liqory.avi +%%DATADIR%%/grx/make_hero +%%DATADIR%%/grx/mar.avi +%%DATADIR%%/grx/medikit.avi +%%DATADIR%%/grx/melasa.avi +%%DATADIR%%/grx/mess.avi +%%DATADIR%%/grx/mess1.avi +%%DATADIR%%/grx/mess2.avi +%%DATADIR%%/grx/mess3.avi +%%DATADIR%%/grx/mess4.avi +%%DATADIR%%/grx/metro.avi +%%DATADIR%%/grx/noise.avi +%%DATADIR%%/grx/nosmoking.avi +%%DATADIR%%/grx/ohrada.avi +%%DATADIR%%/grx/okno.avi +%%DATADIR%%/grx/para.avi +%%DATADIR%%/grx/perm.avi +%%DATADIR%%/grx/petice.avi +%%DATADIR%%/grx/pi.avi +%%DATADIR%%/grx/pillar.avi +%%DATADIR%%/grx/pipe.avi +%%DATADIR%%/grx/pipe1.avi +%%DATADIR%%/grx/pipe2.avi +%%DATADIR%%/grx/pipe3.avi +%%DATADIR%%/grx/pipe4.avi +%%DATADIR%%/grx/pivrnec.avi +%%DATADIR%%/grx/podium.avi +%%DATADIR%%/grx/podlaha.avi +%%DATADIR%%/grx/prkno.avi +%%DATADIR%%/grx/pruhonice.avi +%%DATADIR%%/grx/pub.avi +%%DATADIR%%/grx/pumping.avi +%%DATADIR%%/grx/pytlak.avi +%%DATADIR%%/grx/radioactive.avi +%%DATADIR%%/grx/raid.avi +%%DATADIR%%/grx/raidrekl.avi +%%DATADIR%%/grx/rampa.avi +%%DATADIR%%/grx/reklama.avi +%%DATADIR%%/grx/rg6.avi +%%DATADIR%%/grx/rifle.avi +%%DATADIR%%/grx/rocket.avi +%%DATADIR%%/grx/rough.avi +%%DATADIR%%/grx/schody1l.avi +%%DATADIR%%/grx/schody1r.avi +%%DATADIR%%/grx/schodyl.avi +%%DATADIR%%/grx/schodyr.avi +%%DATADIR%%/grx/shell.avi +%%DATADIR%%/grx/shells.avi +%%DATADIR%%/grx/shotgun.avi +%%DATADIR%%/grx/shrapnel1.avi +%%DATADIR%%/grx/shrapnel10.avi +%%DATADIR%%/grx/shrapnel2.avi +%%DATADIR%%/grx/shrapnel3.avi +%%DATADIR%%/grx/shrapnel4.avi +%%DATADIR%%/grx/shrapnel5.avi +%%DATADIR%%/grx/shrapnel6.avi +%%DATADIR%%/grx/shrapnel7.avi +%%DATADIR%%/grx/shrapnel8.avi +%%DATADIR%%/grx/shrapnel9.avi +%%DATADIR%%/grx/skull.avi +%%DATADIR%%/grx/slug.avi +%%DATADIR%%/grx/smoker.avi +%%DATADIR%%/grx/sshell.avi +%%DATADIR%%/grx/stone.avi +%%DATADIR%%/grx/stone1.avi +%%DATADIR%%/grx/stone2.avi +%%DATADIR%%/grx/stone3.avi +%%DATADIR%%/grx/stone_steps_l.avi +%%DATADIR%%/grx/stone_steps_r.avi +%%DATADIR%%/grx/sugar.avi +%%DATADIR%%/grx/svab.avi +%%DATADIR%%/grx/swing_lamp.avi +%%DATADIR%%/grx/tabule.avi +%%DATADIR%%/grx/tnt.avi +%%DATADIR%%/grx/toadstool.avi +%%DATADIR%%/grx/traverza.avi +%%DATADIR%%/grx/traverza1.avi +%%DATADIR%%/grx/traverza2.avi +%%DATADIR%%/grx/u_kuceru.avi +%%DATADIR%%/grx/uhli.avi +%%DATADIR%%/grx/uzi.avi +%%DATADIR%%/grx/vetrak.avi +%%DATADIR%%/grx/waltr.avi +%%DATADIR%%/grx/water.avi +%%DATADIR%%/grx/zabradli.avi +%%DATADIR%%/grx/zarivka.avi +%%DATADIR%%/grx/zebrik2.avi +%%DATADIR%%/grx/zed.avi +%%DATADIR%%/grx/zed2.avi +%%DATADIR%%/grx/zed3.avi +%%DATADIR%%/grx/zpevak.avi +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/README.html +%%PORTDOCS%%%%DOCSDIR%%/avi.txt +%%PORTDOCS%%%%DOCSDIR%%/bot.txt +%%PORTDOCS%%%%DOCSDIR%%/doc.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/grx +@dirrm %%DATADIR%%/data +@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 20:00: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 ESMTPS id 1B24AD6; Sun, 24 Nov 2013 20:00:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E83BE22B8; Sun, 24 Nov 2013 20: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 rAOK0AWe072670; Sun, 24 Nov 2013 20:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOK0Ac0072669; Sun, 24 Nov 2013 20:00:10 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 20:00:10 GMT Message-Id: <201311242000.rAOK0Ac0072669@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mich@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184252: [patch] games/0verkill security fixes support staging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 20:00:11 -0000 Synopsis: [patch] games/0verkill security fixes support staging Responsible-Changed-From-To: freebsd-ports-bugs->mich Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 20:00:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184252 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 21: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 ESMTPS id 000FA804 for ; Sun, 24 Nov 2013 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBBD82712 for ; Sun, 24 Nov 2013 21: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 rAOLe0fs093242 for ; Sun, 24 Nov 2013 21: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 rAOLe0xO093237; Sun, 24 Nov 2013 21:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 21:40:00 GMT Resent-Message-Id: <201311242140.rAOLe0xO093237@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ivan Klymenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6464976B for ; Sun, 24 Nov 2013 21:35:38 +0000 (UTC) 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 5346126E4 for ; Sun, 24 Nov 2013 21:35: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 rAOLZc8k040290 for ; Sun, 24 Nov 2013 21:35:38 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOLZc1h040285; Sun, 24 Nov 2013 21:35:38 GMT (envelope-from nobody) Message-Id: <201311242135.rAOLZc1h040285@oldred.freebsd.org> Date: Sun, 24 Nov 2013 21:35:38 GMT From: Ivan Klymenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184254: security/gnutls3 fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 21:40:01 -0000 >Number: 184254 >Category: ports >Synopsis: security/gnutls3 fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 21:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ivan Klymenko >Release: >Organization: individual >Environment: >Description: .. Making all in src gmake[4]: Entering directory `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17/src' autogen ocsptool-args.def autogen p11tool-args.def autogen psk-args.def autogen cli-debug-args.def autogen cli-args.def autogen serv-args.def autogen srptool-args.def autogen certtool-args.def autogen danetool-args.def gmake all-recursive gmake[5]: Entering directory `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17/src' Making all in crywrap gmake[6]: Entering directory `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17/src/crywrap' cc -DHAVE_CONFIG_H -I. -I../.. -I./../../gl -I./../../lib/includes -I./../../lib/includes -DSYSCONFDIR=\"/usr/local/etc\" -DCRYWRAP_PATCHLEVEL=\"3\" -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=corei7-avx -fno-strict-aliasing -MT crywrap.o -MD -MP -MF .deps/crywrap.Tpo -c -o crywrap.o crywrap.c crywrap.c:867:9: warning: cast to 'gnutls_transport_ptr_t' (aka 'void *') from smaller integer type 'int' [-Wint-to-pointer-cast] (gnutls_transport_ptr_t)insock, ^ crywrap.c:868:9: warning: cast to 'gnutls_transport_ptr_t' (aka 'void *') from smaller integer type 'int' [-Wint-to-pointer-cast] (gnutls_transport_ptr_t)outsock); ^ 2 warnings generated. mv -f .deps/crywrap.Tpo .deps/crywrap.Po /bin/sh /usr/ports_build/usr/ports/security/gnutls3/work/gnome-libtool --tag=CC --mode=link cc -O2 -pipe -march=corei7-avx -fno-strict-aliasing -L/usr/local/lib -o crywrap crywrap.o ../../lib/libgnutls.la ../../gl/libgnu.la -lidn -lintl gnome-libtool: link: cc -O2 -pipe -march=corei7-avx -fno-strict-aliasing -o .libs/crywrap crywrap.o -L/usr/local/lib ../../lib/.libs/libgnutls.so -lz -lpthread /usr/local/lib/libp11-kit.so /usr/local/lib/libffi.so /usr/local/lib/libtspi.so -lcrypto /usr/local/lib/libtasn1.so -lnettle -lhogweed /usr/local/lib/libgmp.so ../../gl/.libs/libgnu.a -lrt /usr/local/lib/libidn.so /usr/local/lib/libintl.so -pthread -Wl,-rpath -Wl,/usr/local/lib/gnutls3 -Wl,-rpath -Wl,/usr/local/lib gmake[6]: Leaving directory `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17/src/crywrap' gmake[6]: Entering directory `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17/src' /bin/sh /usr/ports_build/usr/ports/security/gnutls3/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libdane/includes -I./../extra/includes -I/usr/local/include -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=corei7-avx -fno-strict-aliasing -MT libcmd_srp_la-srptool-args.lo -MD -MP -MF .deps/libcmd_srp_la-srptool-args.Tpo -c -o libcmd_srp_la-srptool-args.lo `test -f 'srptool-args.c' || echo './'`srptool-args.c /bin/sh /usr/ports_build/usr/ports/security/gnutls3/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libdane/includes -I./../extra/includes -I/usr/local/include -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=corei7-avx -fno-strict-aliasing -MT libcmd_psk_la-psk-args.lo -MD -MP -MF .deps/libcmd_psk_la-psk-args.Tpo -c -o libcmd_psk_la-psk-args.lo `test -f 'psk-args.c' || echo './'`psk-args.c /bin/sh /usr/ports_build/usr/ports/security/gnutls3/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libdane/includes -I./../extra/includes -I/usr/local/include -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=corei7-avx -fno-strict-aliasing -MT libcmd_ocsp_la-ocsptool-args.lo -MD -MP -MF .deps/libcmd_ocsp_la-ocsptool-args.Tpo -c -o libcmd_ocsp_la-ocsptool-args.lo `test -f 'ocsptool-args.c' || echo './'`ocsptool-args.c /bin/sh /usr/ports_build/usr/ports/security/gnutls3/work/gnome-libtool --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libdane/includes -I./../extra/includes -I/usr/local/include -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=corei7-avx -fno-strict-aliasing -MT libcmd_serv_la-serv-args.lo -MD -MP -MF .deps/libcmd_serv_la-serv-args.Tpo -c -o libcmd_serv_la-serv-args.lo `test -f 'serv-args.c' || echo './'`serv-args.c gnome-libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libdane/includes -I./../extra/includes -I/usr/local/include -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=corei7-avx -fno-strict-aliasing -MT libcmd_psk_la-psk-args.lo -MD -MP -MF .deps/libcmd_psk_la-psk-args.Tpo -c psk-args.c -fPIC -DPIC -o .libs/libcmd_psk_la-psk-args.o gnome-libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libdane/includes -I./../extra/includes -I/usr/local/include -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=corei7-avx -fno-strict-aliasing -MT libcmd_srp_la-srptool-args.lo -MD -MP -MF .deps/libcmd_srp_la-srptool-args.Tpo -c srptool-args.c -fPIC -DPIC -o .libs/libcmd_srp_la-srptool-args.o gnome-libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libdane/includes -I./../extra/includes -I/usr/local/include -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=corei7-avx -fno-strict-aliasing -MT libcmd_ocsp_la-ocsptool-args.lo -MD -MP -MF .deps/libcmd_ocsp_la-ocsptool-args.Tpo -c ocsptool-args.c -fPIC -DPIC -o .libs/libcmd_ocsp_la-ocsptool-args.o gnome-libtool: compile: cc -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libdane/includes -I./../extra/includes -I/usr/local/include -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=corei7-avx -fno-strict-aliasing -MT libcmd_serv_la-serv-args.lo -MD -MP -MF .deps/libcmd_serv_la-serv-args.Tpo -c serv-args.c -fPIC -DPIC -o .libs/libcmd_serv_la-serv-args.o In file included from srptool-args.c:45: In file included from ./../gl/stdlib.h:96: ./../gl/unistd.h:121:3In file included from psk-args.c:45: In file included from ./../gl/stdlib.h:96: ./../gl/unistd.h:121:3: error: "Please include config.h first." #error "Please include config.h first." ^ : error: "Please include config.h first." #error "Please include config.h first." ^ In file included from serv-args.c:45: In file included from ./../gl/stdlib.h:96: ./../gl/unistd.h:121:3: error: "Please include config.h first." #error "Please include config.h first." ^ ./../gl/unistd.h:123:1: error: unknown type name '_GL_INLINE_HEADER_BEGIN' _GL_INLINE_HEADER_BEGIN ^ ./../gl/unistd.h:606:1: error: expected identifier or ./../gl/unistd.h:123:1: error: unknown type name '_GL_INLINE_HEADER_BEGIN' _GL_INLINE_HEADER_BEGIN ^ ./../gl/unistd.h:606:1: error: expected identifier or '(' _GL_CXXALIAS_SYS (close, int, (int fd)); ^ ./../gl/time.h:197:5: note: expanded from macro '_GL_CXXALIAS_SYS' _GL_EXTERN_C int _gl_cxxalias_dummy ^ ./../gl/time.h:112:23: note: expanded from macro '_GL_EXTERN_C' # define _GL_EXTERN_C extern ^ '(' _GL_CXXALIAS_SYS (close, int, (int fd)); ^ ./../gl/time.h:197:5: note: expanded from macro '_GL_CXXALIAS_SYS' _GL_EXTERN_C int _gl_cxxalias_dummy ^ ./../gl/time.h:112:23: note: expanded from macro '_GL_EXTERN_C' # define _GL_EXTERN_C extern ^ In file included from ocsptool-args.c:45: In file included from ./../gl/stdlib.h:96: ./../gl/unistd.h:121:3: error: "Please include config.h first." #error "Please include config.h first." ^ ./../gl/unistd.h:123:1: error: unknown type name '_GL_INLINE_HEADER_BEGIN' _GL_INLINE_HEADER_BEGIN ^ ./../gl/unistd.h:606:1: error: expected identifier or '(' _GL_CXXALIAS_SYS (close, int, (int fd));In file included from srptool-args.c:45: In file included from ./../gl/stdlib.h:96: ./../gl/unistd.h:1851:1: error: unknown type name '_GL_INLINE_HEADER_END' _GL_INLINE_HEADER_END ^ In file included from srptool-args.c:45: ./../gl/stdlib.h:566:1: error: expected identifier or '(' _GL_CXXALIAS_SYS (getsubopt, int, ^ ./../gl/time.h:197:5: note: expanded from macro '_GL_CXXALIAS_SYS' _GL_EXTERN_C int _gl_cxxalias_dummy ^ ./../gl/time.h:112:23: note: expanded from macro '_GL_EXTERN_C' # define _GL_EXTERN_C extern ^ ^ ./../gl/time.h:197:5: note: expanded from macro '_GL_CXXALIAS_SYS' _GL_EXTERN_C int _gl_cxxalias_dummy ^ ./../gl/time.h:112:23: note: expanded from macro '_GL_EXTERN_C' # define _GL_EXTERN_C extern ^ ./../gl/unistd.h:123:1: error: unknown type name '_GL_INLINE_HEADER_BEGIN' _GL_INLINE_HEADER_BEGIN ^ ./../gl/unistd.h:606:1: error: expected identifier or '(' _GL_CXXALIAS_SYS (close, int, (int fd)); ^ ./../gl/time.h:197:5: note: expanded from In file included from psk-args.c:45: In file included from ./../gl/stdlib.h:96: ./../gl/unistd.h:1851:1: error: unknown type name '_GL_INLINE_HEADER_END' _GL_INLINE_HEADER_END ^ In file included from psk-args.c:45: ./../gl/stdlib.h:566:1: error: expected identifier or '(' _GL_CXXALIAS_SYS (getsubopt, int, ^ ./../gl/time.h:197:5: note: expanded from macro '_GL_CXXALIAS_SYS' _GL_EXTERN_C int _gl_cxxalias_dummy ^ ./../gl/time.h:112:23: note: expanded from macro '_GL_EXTERN_C' # define _GL_EXTERN_C extern ^ macro '_GL_CXXALIAS_SYS' _GL_EXTERN_C int _gl_cxxalias_dummy ^ ./../gl/time.h:112:23: note: expanded from macro '_GL_EXTERN_C' # define _GL_EXTERN_C extern ^ In file included from serv-args.c:45: In file included from ./../gl/stdlib.h:96: ./../gl/unistd.h:1851:1: error: unknown type name '_GL_INLINE_HEADER_END' _GL_INLINE_HEADER_END ^ In file included from serv-args.c:45: ./../gl/stdlib.h:566:1: error: expected identifier or '(' _GL_CXXALIAS_SYS (getsubopt, int, ^ ./../gl/time.h:197:5: note: expanded from macro '_GL_CXXALIAS_SYS' _GL_EXTERN_C int _gl_cxxalias_dummy ^ ./../gl/time.h:112:23: note: expanded from macro '_GL_EXTERN_C' # define _GL_EXTERN_C extern ^ 5 errors generated. gmake[6]: *** [libcmd_srp_la-srptool-args.lo] Error 1 gmake[6]: *** Waiting for unfinished jobs.... 5 errors generated. In file included from ocsptool-args.c:45: In file included from ./../gl/stdlib.h:96: ./../gl/unistd.h:1851:1: error: unknown type name '_GL_INLINE_HEADER_END' _GL_INLINE_HEADER_END ^ In file included from ocsptool-args.c:45: ./../gl/stdlib.h:566:1: error: expected identifier or '(' _GL_CXXALIAS_SYS (getsubopt, int, ^ ./../gl/time.h:197:5: note: expanded from macro '_GL_CXXALIAS_SYS' _GL_EXTERN_C int _gl_cxxalias_dummy ^ ./../gl/time.h:112:23: note: expanded from macro '_GL_EXTERN_C' # define _GL_EXTERN_C extern ^ gmake[6]: *** [libcmd_psk_la-psk-args.lo] Error 1 5 errors generated. gmake[6]: *** [libcmd_serv_la-serv-args.lo] Error 1 5 errors generated. gmake[6]: *** [libcmd_ocsp_la-ocsptool-args.lo] Error 1 gmake[6]: Leaving directory `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17/src' gmake[5]: *** [all-recursive] Error 1 gmake[5]: Leaving directory `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17/src' gmake[4]: *** [all] Error 2 gmake[4]: Leaving directory `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17/src' gmake[3]: *** [all-recursive] Ошибка 1 gmake[3]: Выход из каталога `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17' gmake[2]: *** [all] Ошибка 2 gmake[2]: Выход из каталога `/usr/ports_build/usr/ports/security/gnutls3/work/gnutls-3.1.17' ===> 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/security/gnutls3 *** Error code 1 Stop. make: stopped in /usr/ports/security/gnutls3 ===>>> make failed for security/gnutls3 ===>>> Aborting update ===>>> Update for security/gnutls3 failed ===>>> Aborting update ===>>> Killing background jobs Terminated >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 21: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 ESMTPS id 9230C83E; Sun, 24 Nov 2013 21:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A5AF2719; Sun, 24 Nov 2013 21: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 rAOLe9ea093381; Sun, 24 Nov 2013 21: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 rAOLe9NP093380; Sun, 24 Nov 2013 21:40:09 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 21:40:09 GMT Message-Id: <201311242140.rAOLe9NP093380@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184254: security/gnutls3 fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 21:40:09 -0000 Synopsis: security/gnutls3 fails to build Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 21:40:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184254 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 21: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 ESMTPS id 301C2806 for ; Sun, 24 Nov 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 134132715 for ; Sun, 24 Nov 2013 21: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 rAOLe0w4093302 for ; Sun, 24 Nov 2013 21: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 rAOLe0cD093301; Sun, 24 Nov 2013 21:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 21:40:00 GMT Resent-Message-Id: <201311242140.rAOLe0cD093301@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ivan Klymenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B21C1664 for ; Sun, 24 Nov 2013 21:30:24 +0000 (UTC) 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 899A926BC for ; Sun, 24 Nov 2013 21:30: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 rAOLUN2l055173 for ; Sun, 24 Nov 2013 21:30:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOLUNIW055165; Sun, 24 Nov 2013 21:30:23 GMT (envelope-from nobody) Message-Id: <201311242130.rAOLUNIW055165@oldred.freebsd.org> Date: Sun, 24 Nov 2013 21:30:23 GMT From: Ivan Klymenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184255: www/aria2 build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 21:40:01 -0000 >Number: 184255 >Category: ports >Synopsis: www/aria2 build 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: Sun Nov 24 21:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ivan Klymenko >Release: FreeBSD 10.0-BETA3 >Organization: individual >Environment: >Description: .. CXX MetalinkParserState.lo --- MetalinkParserStateImpl.lo --- CXX MetalinkParserStateImpl.lo --- MetalinkParserStateV3Impl.lo --- CXX MetalinkParserStateV3Impl.lo --- MetalinkParserStateV4Impl.lo --- CXX MetalinkParserStateV4Impl.lo --- Metalink2RequestGroup.lo --- CXX Metalink2RequestGroup.lo --- MetalinkPostDownloadHandler.lo --- CXX MetalinkPostDownloadHandler.lo --- metalink_helper.lo --- CXX metalink_helper.lo --- PollEventPoll.lo --- CXX PollEventPoll.lo --- KqueueEventPoll.lo --- CXX KqueueEventPoll.lo --- main.o --- CXX main.o --- libaria2.la --- CXXLD libaria2.la --- aria2c --- CXXLD aria2c /usr/bin/ld: �: invalid DSO for symbol `X509_free' definition /usr/local/lib/libcrypto.so.8: could not read symbols: Bad value c++: error: linker command failed with exit code 1 (use -v to see invocation) *** [aria2c] Error code 1 make[5]: stopped in /usr/ports_build/usr/ports/www/aria2/work/aria2-1.18.1/src 1 error make[5]: stopped in /usr/ports_build/usr/ports/www/aria2/work/aria2-1.18.1/src *** [all-recursive] Error code 1 make[4]: stopped in /usr/ports_build/usr/ports/www/aria2/work/aria2-1.18.1/src 1 error make[4]: stopped in /usr/ports_build/usr/ports/www/aria2/work/aria2-1.18.1/src *** [all-recursive] Error code 1 make[3]: stopped in /usr/ports_build/usr/ports/www/aria2/work/aria2-1.18.1 1 error make[3]: stopped in /usr/ports_build/usr/ports/www/aria2/work/aria2-1.18.1 *** [all] Error code 2 make[2]: stopped in /usr/ports_build/usr/ports/www/aria2/work/aria2-1.18.1 1 error make[2]: stopped in /usr/ports_build/usr/ports/www/aria2/work/aria2-1.18.1 ===> 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/www/aria2 *** Error code 1 Stop. make: stopped in /usr/ports/www/aria2 ===>>> make failed for www/aria2 ===>>> Aborting update ===>>> Update for www/aria2 failed ===>>> Aborting update ===>>> Killing background jobs Terminated >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 21:40:25 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 ESMTPS id 8FA0A8AB; Sun, 24 Nov 2013 21:40:25 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 68C0E271F; Sun, 24 Nov 2013 21:40: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 rAOLePEG093466; Sun, 24 Nov 2013 21:40:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOLePUD093465; Sun, 24 Nov 2013 21:40:25 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 21:40:25 GMT Message-Id: <201311242140.rAOLePUD093465@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184255: www/aria2 build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 21:40:25 -0000 Synopsis: www/aria2 build error Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 21:40:25 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184255 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 21: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 ESMTPS id 67777A72 for ; Sun, 24 Nov 2013 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 447A5279B for ; Sun, 24 Nov 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 rAOLo1ku095268 for ; Sun, 24 Nov 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 rAOLo14a095267; Sun, 24 Nov 2013 21:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 21:50:01 GMT Resent-Message-Id: <201311242150.rAOLo14a095267@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marco Steinbach Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66A7DA5D for ; Sun, 24 Nov 2013 21:46:37 +0000 (UTC) Received: from mail.moehre.org (mail.moehre.org [195.96.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 3567B278B for ; Sun, 24 Nov 2013 21:46:36 +0000 (UTC) Received: from mail.moehre.org (unknown [195.96.35.7]) by mail.moehre.org (Postfix) with ESMTP id 6F2AB8B14E2; Sun, 24 Nov 2013 22:39:23 +0100 (CET) Received: from mail.moehre.org ([195.96.35.7]) by mail.moehre.org (mail.moehre.org [195.96.35.7]) (amavisd-new, port 10024) with ESMTP id 0BgYDQo3lWwH; Sun, 24 Nov 2013 22:39:17 +0100 (CET) Received: from executive-computing.de (p54B0BE6C.dip0.t-ipconnect.de [84.176.190.108]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: coco@executive-computing.de) by mail.moehre.org (Postfix) with ESMTPSA id EBB978B141C; Sun, 24 Nov 2013 22:39:16 +0100 (CET) Received: (nullmailer pid 19367 invoked by uid 0); Sun, 24 Nov 2013 21:39:03 -0000 Message-Id: <1385329143.671205.19366.nullmailer@executive-computing.de> Date: Sun, 24 Nov 2013 22:39:03 +0100 From: Marco Steinbach To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184256: [maintainer-update] sysutils/froxlor: Update to 0.9.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 21:50:01 -0000 >Number: 184256 >Category: ports >Synopsis: [maintainer-update] sysutils/froxlor: Update to 0.9.30 >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 Nov 24 21:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marco Steinbach >Release: FreeBSD 8.4-STABLE i386 >Organization: >Environment: System: FreeBSD x2p.c0c0.intra 8.4-STABLE FreeBSD 8.4-STABLE #0: Sun Oct 27 14:46:01 CET 2013 >Description: - Update to 0.9.30 Port maintainer (coco@executive-computing.de) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- froxlor-0.9.30.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 334729) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= froxlor -DISTVERSION= 0.9.29 +DISTVERSION= 0.9.30 CATEGORIES= sysutils www MASTER_SITES= http://files.froxlor.org/releases/ Index: distinfo =================================================================== --- distinfo (revision 334729) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (froxlor-0.9.29.tar.gz) = ed69457dca9e9945965c7965abbbfe94132898cc3a492f0e37a74b2e2cd099e7 -SIZE (froxlor-0.9.29.tar.gz) = 1586982 +SHA256 (froxlor-0.9.30.tar.gz) = 5cb1ee68051671b8e4d264befe57b77a13a7b1b290fef1b576d68d9c954ef8b7 +SIZE (froxlor-0.9.30.tar.gz) = 1899021 Index: pkg-plist =================================================================== --- pkg-plist (revision 334729) +++ pkg-plist (working copy) @@ -22,7 +22,6 @@ %%WWWDIR%%/actions/admin/settings/210.security.php %%WWWDIR%%/actions/admin/settings/215.backup.php %%WWWDIR%%/actions/admin/settings/220.quota.php -%%WWWDIR%%/actions/admin/settings/225.logrotate.php %%WWWDIR%%/admin_admins.php %%WWWDIR%%/admin_aps.php %%WWWDIR%%/admin_configfiles.php @@ -40,9 +39,8 @@ %%WWWDIR%%/admin_traffic.php %%WWWDIR%%/admin_updates.php %%WWWDIR%%/cache/.keep -%%WWWDIR%%/css/jquery.jqplot.css +%%WWWDIR%%/css/jquery-ui.min.css %%WWWDIR%%/css/jquery.jqplot.min.css -%%WWWDIR%%/css/jquery.jquery-ui.css %%WWWDIR%%/customer_aps.php %%WWWDIR%%/customer_autoresponder.php %%WWWDIR%%/customer_domains.php @@ -56,11 +54,27 @@ %%WWWDIR%%/index.php %%WWWDIR%%/install/froxlor.sql %%WWWDIR%%/install/install.php +%%WWWDIR%%/install/lib/class.FroxlorInstall.php %%WWWDIR%%/install/lng/english.lng.php -%%WWWDIR%%/install/lng/french.lng.php %%WWWDIR%%/install/lng/german.lng.php %%WWWDIR%%/install/scripts/htpasswd-htaccess-remover.php %%WWWDIR%%/install/scripts/language-check.php +%%WWWDIR%%/install/templates/assets/css/install.css +%%WWWDIR%%/install/templates/assets/img/favicon.ico +%%WWWDIR%%/install/templates/assets/img/logo.png +%%WWWDIR%%/install/templates/assets/img/password.png +%%WWWDIR%%/install/templates/assets/img/text_align_left.png +%%WWWDIR%%/install/templates/dataform.tpl +%%WWWDIR%%/install/templates/dataform2.tpl +%%WWWDIR%%/install/templates/dataitem.tpl +%%WWWDIR%%/install/templates/dataitemchk.tpl +%%WWWDIR%%/install/templates/datasection.tpl +%%WWWDIR%%/install/templates/footer.tpl +%%WWWDIR%%/install/templates/header.tpl +%%WWWDIR%%/install/templates/lngform.tpl +%%WWWDIR%%/install/templates/page.tpl +%%WWWDIR%%/install/templates/pagebottom.tpl +%%WWWDIR%%/install/templates/textarea.tpl %%WWWDIR%%/install/tsmarty2c.php %%WWWDIR%%/install/updates/froxlor/0.9/update_0.9.inc.php %%WWWDIR%%/install/updates/froxlor/upgrade_syscp.inc.php @@ -73,181 +87,180 @@ %%WWWDIR%%/install/updates/syscp/1.4/update_1.4.inc.php %%WWWDIR%%/install/updatesql.php %%WWWDIR%%/js/excanvas.min.js -%%WWWDIR%%/js/jquery-ui-1.8.13.min.js +%%WWWDIR%%/js/html5shiv.js +%%WWWDIR%%/js/jquery-ui-1.9.2.min.js %%WWWDIR%%/js/jquery-ui.min.js %%WWWDIR%%/js/jquery.jqplot.min.js %%WWWDIR%%/js/jquery.min.js %%WWWDIR%%/js/jquery.tablesorter.min.js -%%WWWDIR%%/js/plugins/jqplot.BezierCurveRenderer.js %%WWWDIR%%/js/plugins/jqplot.BezierCurveRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.barRenderer.js %%WWWDIR%%/js/plugins/jqplot.barRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.blockRenderer.js %%WWWDIR%%/js/plugins/jqplot.blockRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.bubbleRenderer.js %%WWWDIR%%/js/plugins/jqplot.bubbleRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.canvasAxisLabelRenderer.js %%WWWDIR%%/js/plugins/jqplot.canvasAxisLabelRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.canvasAxisTickRenderer.js %%WWWDIR%%/js/plugins/jqplot.canvasAxisTickRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.canvasOverlay.js %%WWWDIR%%/js/plugins/jqplot.canvasOverlay.min.js -%%WWWDIR%%/js/plugins/jqplot.canvasTextRenderer.js %%WWWDIR%%/js/plugins/jqplot.canvasTextRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.categoryAxisRenderer.js %%WWWDIR%%/js/plugins/jqplot.categoryAxisRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.ciParser.js %%WWWDIR%%/js/plugins/jqplot.ciParser.min.js -%%WWWDIR%%/js/plugins/jqplot.cursor.js %%WWWDIR%%/js/plugins/jqplot.cursor.min.js -%%WWWDIR%%/js/plugins/jqplot.dateAxisRenderer.js %%WWWDIR%%/js/plugins/jqplot.dateAxisRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.donutRenderer.js %%WWWDIR%%/js/plugins/jqplot.donutRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.dragable.js %%WWWDIR%%/js/plugins/jqplot.dragable.min.js -%%WWWDIR%%/js/plugins/jqplot.enhancedLegendRenderer.js %%WWWDIR%%/js/plugins/jqplot.enhancedLegendRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.funnelRenderer.js %%WWWDIR%%/js/plugins/jqplot.funnelRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.highlighter.js %%WWWDIR%%/js/plugins/jqplot.highlighter.min.js -%%WWWDIR%%/js/plugins/jqplot.json2.js %%WWWDIR%%/js/plugins/jqplot.json2.min.js -%%WWWDIR%%/js/plugins/jqplot.logAxisRenderer.js %%WWWDIR%%/js/plugins/jqplot.logAxisRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.mekkoAxisRenderer.js %%WWWDIR%%/js/plugins/jqplot.mekkoAxisRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.mekkoRenderer.js %%WWWDIR%%/js/plugins/jqplot.mekkoRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.meterGaugeRenderer.js %%WWWDIR%%/js/plugins/jqplot.meterGaugeRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.ohlcRenderer.js +%%WWWDIR%%/js/plugins/jqplot.mobile.min.js %%WWWDIR%%/js/plugins/jqplot.ohlcRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.pieRenderer.js %%WWWDIR%%/js/plugins/jqplot.pieRenderer.min.js -%%WWWDIR%%/js/plugins/jqplot.pointLabels.js %%WWWDIR%%/js/plugins/jqplot.pointLabels.min.js -%%WWWDIR%%/js/plugins/jqplot.trendline.js +%%WWWDIR%%/js/plugins/jqplot.pyramidAxisRenderer.min.js +%%WWWDIR%%/js/plugins/jqplot.pyramidGridRenderer.min.js +%%WWWDIR%%/js/plugins/jqplot.pyramidRenderer.min.js %%WWWDIR%%/js/plugins/jqplot.trendline.min.js %%WWWDIR%%/lib/classes/Smarty -%%WWWDIR%%/lib/classes/Smarty-3.0.8/COPYING.lib -%%WWWDIR%%/lib/classes/Smarty-3.0.8/README -%%WWWDIR%%/lib/classes/Smarty-3.0.8/SMARTY2_BC_NOTES -%%WWWDIR%%/lib/classes/Smarty-3.0.8/change_log.txt -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/configs/test.conf -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/index.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/index_php_template.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/templates/footer.tpl -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/templates/header.tpl -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/templates/index.tpl -%%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/templates/index_view.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/Smarty.class.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/debug.tpl -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/block.php.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/block.textformat.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.counter.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.cycle.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.fetch.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_checkboxes.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_image.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_options.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_radios.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_select_date.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_select_time.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.html_table.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.mailto.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/function.math.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.capitalize.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.date_format.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.debug_print_var.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.escape.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.regex_replace.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.replace.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.spacify.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifier.truncate.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.cat.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.count_characters.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.count_paragraphs.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.count_sentences.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.count_words.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.default.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.indent.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.lower.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.noprint.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.string_format.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.strip.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.strip_tags.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.upper.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/modifiercompiler.wordwrap.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/outputfilter.trimwhitespace.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/shared.escape_special_chars.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/shared.make_timestamp.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/shared.mb_str_replace.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins/variablefilter.htmlspecialchars.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_cacheresource_file.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_append.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_assign.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_block.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_break.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_call.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_capture.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_config_load.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_continue.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_debug.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_eval.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_extends.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_for.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_foreach.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_function.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_if.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_include.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_include_php.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_insert.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_ldelim.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_nocache.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_block_plugin.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_function_plugin.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_modifier.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_object_block_function.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_object_function.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_print_expression.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_registered_block.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_registered_function.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_private_special_variable.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_rdelim.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_section.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compile_while.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_compilebase.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_config.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_config_file_compiler.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_configfilelexer.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_configfileparser.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_data.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_debug.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_filter.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_filter_handler.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_function_call_handler.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_get_include_path.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_nocache_insert.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_parsetree.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_register.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_eval.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_extends.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_file.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_php.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_registered.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_stream.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_resource_string.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_smartytemplatecompiler.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_template.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_templatecompilerbase.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_templatelexer.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_templateparser.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_utility.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_wrapper.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_internal_write_file.php -%%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins/smarty_security.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/COPYING.lib +%%WWWDIR%%/lib/classes/Smarty-3.1.15/README +%%WWWDIR%%/lib/classes/Smarty-3.1.15/SMARTY_2_BC_NOTES.txt +%%WWWDIR%%/lib/classes/Smarty-3.1.15/SMARTY_3.0_BC_NOTES.txt +%%WWWDIR%%/lib/classes/Smarty-3.1.15/SMARTY_3.1_NOTES.txt +%%WWWDIR%%/lib/classes/Smarty-3.1.15/change_log.txt +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/configs/test.conf +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/index.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/cacheresource.apc.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/cacheresource.memcache.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/cacheresource.mysql.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/resource.extendsall.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/resource.mysql.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins/resource.mysqls.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/templates/footer.tpl +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/templates/header.tpl +%%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/templates/index.tpl +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/Smarty.class.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/SmartyBC.class.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/debug.tpl +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/block.textformat.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.counter.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.cycle.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.fetch.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_checkboxes.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_image.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_options.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_radios.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_select_date.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_select_time.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.html_table.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.mailto.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/function.math.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.capitalize.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.date_format.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.debug_print_var.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.escape.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.regex_replace.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.replace.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.spacify.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifier.truncate.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.cat.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.count_characters.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.count_paragraphs.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.count_sentences.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.count_words.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.default.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.escape.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.from_charset.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.indent.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.lower.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.noprint.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.string_format.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.strip.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.strip_tags.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.to_charset.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.unescape.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.upper.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/modifiercompiler.wordwrap.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/outputfilter.trimwhitespace.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.escape_special_chars.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.literal_compiler_param.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.make_timestamp.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.mb_str_replace.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.mb_unicode.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/shared.mb_wordwrap.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins/variablefilter.htmlspecialchars.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_cacheresource.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_cacheresource_custom.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_cacheresource_keyvaluestore.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_config_source.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_cacheresource_file.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_append.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_assign.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_block.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_break.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_call.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_capture.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_config_load.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_continue.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_debug.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_eval.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_extends.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_for.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_foreach.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_function.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_if.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_include.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_include_php.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_insert.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_ldelim.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_nocache.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_block_plugin.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_function_plugin.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_modifier.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_object_block_function.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_object_function.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_print_expression.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_registered_block.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_registered_function.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_private_special_variable.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_rdelim.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_section.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_setfilter.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compile_while.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_compilebase.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_config.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_config_file_compiler.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_configfilelexer.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_configfileparser.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_data.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_debug.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_filter_handler.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_function_call_handler.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_get_include_path.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_nocache_insert.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_parsetree.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_eval.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_extends.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_file.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_php.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_registered.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_stream.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_resource_string.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_smartytemplatecompiler.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_template.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_templatebase.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_templatecompilerbase.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_templatelexer.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_templateparser.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_utility.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_internal_write_file.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_resource.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_resource_custom.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_resource_recompiled.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_resource_uncompiled.php +%%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins/smarty_security.php %%WWWDIR%%/lib/classes/aps/class.ApsInstaller.php %%WWWDIR%%/lib/classes/aps/class.ApsParser.php %%WWWDIR%%/lib/classes/aps/class.ApsUpdater.php @@ -260,6 +273,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/VERSION %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.auto.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.autoload.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.composer.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.func.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.includes.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier.kses.php @@ -279,6 +293,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Filter.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Font.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/FontFamily.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Ident.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Length.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ListStyle.php @@ -287,6 +302,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/Percentage.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/TextDecoration.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/URI.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/Clone.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/Enum.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Bool.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/Class.php @@ -322,10 +338,12 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/Length.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/Name.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/NameSync.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/Nofollow.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeEmbed.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeObject.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/SafeParam.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/ScriptRequired.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/TargetBlank.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform/Textarea.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTypes.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrValidator.php @@ -335,6 +353,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Chameleon.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Custom.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Empty.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/List.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Optional.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/Required.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef/StrictBlockquote.php @@ -378,18 +397,23 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/AutoFormat.RemoveSpansWithoutAttributes.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowImportant.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowTricky.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedFonts.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.AllowedProperties.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.DefinitionRev.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.ForbiddenProperties.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.MaxImgLength.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Proprietary.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/CSS.Trusted.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.DefinitionImpl.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPath.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Cache.SerializerPermissions.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.AggressivelyFixLt.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.CollectErrors.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.DisableExcludes.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt @@ -410,6 +434,8 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt @@ -423,11 +449,15 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenAttributes.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.ForbiddenElements.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.MaxImgLength.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Nofollow.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.SafeScripting.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt @@ -434,6 +464,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.Trusted.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/HTML.XHTML.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.CommentScriptContents.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FixInnerHTML.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.FlashCompat.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.Newline.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/Output.SortAttr.txt @@ -455,6 +486,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/info.ini %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ContentSets.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Context.php @@ -489,10 +521,12 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Edit.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Forms.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Hypertext.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Iframe.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Image.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Legacy.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/List.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Name.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Nofollow.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/NonXMLCommonAttributes.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Object.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Presentation.php @@ -500,10 +534,12 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Ruby.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeEmbed.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeObject.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/SafeScripting.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Scripting.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/StyleAttribute.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Tables.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Target.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/TargetBlank.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Text.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy/Name.php @@ -573,6 +609,7 @@ %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter/HostBlacklist.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter/MakeAbsolute.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter/Munge.php +%%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter/SafeIframe.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIParser.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIScheme.php %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIScheme/data.php @@ -605,7 +642,9 @@ %%WWWDIR%%/lib/classes/phpinterface/class.phpinterface.php %%WWWDIR%%/lib/classes/phpinterface/class.phpinterface_fcgid.php %%WWWDIR%%/lib/classes/phpinterface/class.phpinterface_fpm.php +%%WWWDIR%%/lib/classes/phpmailer/PHPMailerAutoload.php %%WWWDIR%%/lib/classes/phpmailer/class.PHPMailer.php +%%WWWDIR%%/lib/classes/phpmailer/class.PHPMailerAutoload.php %%WWWDIR%%/lib/classes/phpmailer/class.SMTP.php %%WWWDIR%%/lib/classes/ticket/class.ticket.php %%WWWDIR%%/lib/classes/webserver/class.ConfigIO.php @@ -670,8 +709,6 @@ %%WWWDIR%%/lib/functions/aps/function.sys_get_temp_dir.php %%WWWDIR%%/lib/functions/database/function.correctMysqlUsers.php %%WWWDIR%%/lib/functions/database/function.getTables.php -%%WWWDIR%%/lib/functions/database/function.remove_remarks.php -%%WWWDIR%%/lib/functions/database/function.split_sql_file.php %%WWWDIR%%/lib/functions/filedir/function.fileImmutable.php %%WWWDIR%%/lib/functions/filedir/function.findDirs.php %%WWWDIR%%/lib/functions/filedir/function.isConfigDir.php @@ -730,6 +767,7 @@ %%WWWDIR%%/lib/functions/froxlor/function.createAWStatsVhost.php %%WWWDIR%%/lib/functions/froxlor/function.customerHasPerlEnabled.php %%WWWDIR%%/lib/functions/froxlor/function.domainHasMainSubDomains.php +%%WWWDIR%%/lib/functions/froxlor/function.domainHasSslIpPort.php %%WWWDIR%%/lib/functions/froxlor/function.generatePassword.php %%WWWDIR%%/lib/functions/froxlor/function.getAdmins.php %%WWWDIR%%/lib/functions/froxlor/function.getCustomerDetail.php @@ -781,6 +819,7 @@ %%WWWDIR%%/lib/functions/settings/function.loadSettings.php %%WWWDIR%%/lib/functions/settings/function.saveSetting.php %%WWWDIR%%/lib/functions/settings/function.storeSettingDefaultIp.php +%%WWWDIR%%/lib/functions/settings/function.storeSettingDefaultTheme.php %%WWWDIR%%/lib/functions/settings/function.storeSettingField.php %%WWWDIR%%/lib/functions/settings/function.storeSettingHostname.php %%WWWDIR%%/lib/functions/settings/function.storeSettingIpAddress.php @@ -791,6 +830,7 @@ %%WWWDIR%%/lib/functions/system/function.makeCryptPassword.php %%WWWDIR%%/lib/functions/validate/function.appendOpenbasedirPath.php %%WWWDIR%%/lib/functions/validate/function.buildValidMailFrom.php +%%WWWDIR%%/lib/functions/validate/function.checkDisallowedPaths.php %%WWWDIR%%/lib/functions/validate/function.checkFcgidPhpFpm.php %%WWWDIR%%/lib/functions/validate/function.checkHostname.php %%WWWDIR%%/lib/functions/validate/function.checkMysqlAccessHost.php @@ -818,11 +858,11 @@ %%WWWDIR%%/lng/danish.lng.php %%WWWDIR%%/lng/dutch.lng.php %%WWWDIR%%/lng/english.lng.php -%%WWWDIR%%/lng/error_references.php %%WWWDIR%%/lng/french.lng.php %%WWWDIR%%/lng/german.lng.php %%WWWDIR%%/lng/hungarian.lng.php %%WWWDIR%%/lng/italian.lng.php +%%WWWDIR%%/lng/lng_references.php %%WWWDIR%%/lng/polish.lng.php %%WWWDIR%%/lng/portugues.lng.php %%WWWDIR%%/lng/russian.lng.php @@ -834,13 +874,6 @@ %%WWWDIR%%/locales/de/LC_MESSAGES/default.po %%WWWDIR%%/locales/en/LC_MESSAGES/default.po %%WWWDIR%%/packages/.keep -%%WWWDIR%%/scripts/cron_apsinstaller.php -%%WWWDIR%%/scripts/cron_apsupdater.php -%%WWWDIR%%/scripts/cron_autoresponder.php -%%WWWDIR%%/scripts/cron_tasks.php -%%WWWDIR%%/scripts/cron_ticketarchive.php -%%WWWDIR%%/scripts/cron_traffic.php -%%WWWDIR%%/scripts/cron_used_tickets_reset.php %%WWWDIR%%/scripts/froxlor_master_cronjob.php %%WWWDIR%%/scripts/jobs/cron_apsinstaller.php %%WWWDIR%%/scripts/jobs/cron_apsupdater.php @@ -847,6 +880,7 @@ %%WWWDIR%%/scripts/jobs/cron_autoresponder.php %%WWWDIR%%/scripts/jobs/cron_backup.php %%WWWDIR%%/scripts/jobs/cron_lighttp.htaccess.php +%%WWWDIR%%/scripts/jobs/cron_mailboxsize.php %%WWWDIR%%/scripts/jobs/cron_tasks.inc.dns.10.bind.php %%WWWDIR%%/scripts/jobs/cron_tasks.inc.http.10.apache.php %%WWWDIR%%/scripts/jobs/cron_tasks.inc.http.15.apache_fcgid.php @@ -929,6 +963,11 @@ %%WWWDIR%%/templates/Froxlor/admin/phpconfig/overview_add.tpl %%WWWDIR%%/templates/Froxlor/admin/phpconfig/overview_edit.tpl %%WWWDIR%%/templates/Froxlor/admin/phpconfig/overview_overview.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo/phpinfo_1.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo/phpinfo_2.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo/phpinfo_3.tpl +%%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo/phpinfo_table.tpl %%WWWDIR%%/templates/Froxlor/admin/settings/settings.tpl %%WWWDIR%%/templates/Froxlor/admin/settings/settings_form_begin.tpl %%WWWDIR%%/templates/Froxlor/admin/settings/settings_form_end.tpl @@ -1073,6 +1112,9 @@ %%WWWDIR%%/templates/Froxlor/assets/img/icons/settings.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/settings_big.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/ssl.png +%%WWWDIR%%/templates/Froxlor/assets/img/icons/ssl_customer_green.png +%%WWWDIR%%/templates/Froxlor/assets/img/icons/ssl_global.png +%%WWWDIR%%/templates/Froxlor/assets/img/icons/ssl_shared.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/syslog.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/syslog_big.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/syslog_truncate.png @@ -1109,6 +1151,7 @@ %%WWWDIR%%/templates/Froxlor/assets/img/icons/traffic_big.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/trash.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/trash_big.png +%%WWWDIR%%/templates/Froxlor/assets/img/icons/unlock.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/up.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/user_add.png %%WWWDIR%%/templates/Froxlor/assets/img/icons/user_add_big.png @@ -1203,6 +1246,7 @@ %%WWWDIR%%/templates/Froxlor/login/login_ftp.tpl %%WWWDIR%%/templates/Froxlor/misc/alreadyinstalledhint.tpl %%WWWDIR%%/templates/Froxlor/misc/configurehint.tpl +%%WWWDIR%%/templates/Froxlor/misc/dberrornice.tpl %%WWWDIR%%/templates/Froxlor/misc/error.tpl %%WWWDIR%%/templates/Froxlor/misc/form/input_text.tpl %%WWWDIR%%/templates/Froxlor/misc/form/input_textarea.tpl @@ -1212,6 +1256,7 @@ %%WWWDIR%%/templates/Froxlor/misc/htmlarrowcode.tpl %%WWWDIR%%/templates/Froxlor/misc/htmlsearchcode.tpl %%WWWDIR%%/templates/Froxlor/misc/htmlsortcode.tpl +%%WWWDIR%%/templates/Froxlor/misc/ownershiphint.tpl %%WWWDIR%%/templates/Froxlor/misc/question_yesno.tpl %%WWWDIR%%/templates/Froxlor/misc/question_yesno_checkbox.tpl %%WWWDIR%%/templates/Froxlor/misc/success.tpl @@ -1228,6 +1273,422 @@ %%WWWDIR%%/templates/Froxlor/webftp/webftp_main_multiple.tpl %%WWWDIR%%/templates/Froxlor/webftp/webftp_main_prompt.tpl %%WWWDIR%%/templates/Froxlor/webftp/webftp_main_rename.tpl +%%WWWDIR%%/templates/Sparkle/AUTHORS +%%WWWDIR%%/templates/Sparkle/admin/admins/admins.tpl +%%WWWDIR%%/templates/Sparkle/admin/admins/admins_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/admins/admins_admin.tpl +%%WWWDIR%%/templates/Sparkle/admin/admins/admins_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/askyesno.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/footer.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/header.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/infobox.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_instances.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_instances_detail.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_instances_package.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_instances_status.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_packages.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_packages_detail.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_packages_download.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/manage_packages_row.tpl +%%WWWDIR%%/templates/Sparkle/admin/aps/upload.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/choose.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/choose_daemon.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/choose_distribution.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/choose_service.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/configfiles.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/configfiles_commands.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/configfiles_file.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/configfiles_files.tpl +%%WWWDIR%%/templates/Sparkle/admin/configfiles/wizard.tpl +%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjob_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjobs.tpl +%%WWWDIR%%/templates/Sparkle/admin/cronjobs/cronjobs_cronjob.tpl +%%WWWDIR%%/templates/Sparkle/admin/customers/customers.tpl +%%WWWDIR%%/templates/Sparkle/admin/customers/customers_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/customers/customers_customer.tpl +%%WWWDIR%%/templates/Sparkle/admin/customers/customers_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/domains/domains.tpl +%%WWWDIR%%/templates/Sparkle/admin/domains/domains_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/domains/domains_domain.tpl +%%WWWDIR%%/templates/Sparkle/admin/domains/domains_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settings.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settingsend.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverview.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclient_settingsoverviewgroup.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_client.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_tasks.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_tasks_head.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_view.tpl +%%WWWDIR%%/templates/Sparkle/admin/froxlorclients/froxlorclients_view_clientinfo.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/change_language.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/change_password.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/change_theme.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/index.tpl +%%WWWDIR%%/templates/Sparkle/admin/index/overview_item.tpl +%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports.tpl +%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/ipsandports/ipsandports_ipandport.tpl +%%WWWDIR%%/templates/Sparkle/admin/logger/logger.tpl +%%WWWDIR%%/templates/Sparkle/admin/logger/logger_action.tpl +%%WWWDIR%%/templates/Sparkle/admin/logger/logger_log.tpl +%%WWWDIR%%/templates/Sparkle/admin/message/message.tpl +%%WWWDIR%%/templates/Sparkle/admin/phpconfig/overview.tpl +%%WWWDIR%%/templates/Sparkle/admin/phpconfig/overview_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/phpconfig/overview_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/phpconfig/overview_overview.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo/phpinfo_1.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo/phpinfo_2.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo/phpinfo_3.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo/phpinfo_table.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_form_begin.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_form_end.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_group.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_overview.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/settings_overviewgroup.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/updatecounters.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/updatecounters_row_admin.tpl +%%WWWDIR%%/templates/Sparkle/admin/settings/updatecounters_row_customer.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/filetemplates_add.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/filetemplates_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_add_1.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_add_2.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_edit.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_filetemplate.tpl +%%WWWDIR%%/templates/Sparkle/admin/templates/templates_template.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/archive.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/archived_tickets.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/archivesearch.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/categories.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_categories.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_customer.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_editcategory.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_new.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_newcategory.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_reply.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_tickets.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_tickets_list.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_tickets_main.tpl +%%WWWDIR%%/templates/Sparkle/admin/tickets/tickets_view.tpl +%%WWWDIR%%/templates/Sparkle/admin/traffic/index.tpl +%%WWWDIR%%/templates/Sparkle/admin/traffic/index_table.tpl +%%WWWDIR%%/templates/Sparkle/admin/traffic/index_table_row.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/index.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/noupdatesavail.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/preconfigitem.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/update_end.tpl +%%WWWDIR%%/templates/Sparkle/admin/update/update_start.tpl +%%WWWDIR%%/templates/Sparkle/assets/css/main.css +%%WWWDIR%%/templates/Sparkle/assets/css/main_ie.css +%%WWWDIR%%/templates/Sparkle/assets/img/default.png +%%WWWDIR%%/templates/Sparkle/assets/img/favicon.ico +%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_upload.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/aps_upload_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/archive_ticket.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/autoresponder_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/backup.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/backup_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/categories_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_delete.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_delete_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_error.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_go.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_link.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_pause.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_play.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_red.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/clock_stop.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/delete_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/display.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/display_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domain_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domains.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/domains_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/down.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_forwarder_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/email_forwarder_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/emails.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/emails_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/encrypted.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/encrypted_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/error.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/error_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/file_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/find.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/find_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/flag.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/folder.gif +%%WWWDIR%%/templates/Sparkle/assets/img/icons/folder_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/group_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/group_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/help.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_edit_big copy.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htaccess_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit_big copy.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/htpasswd_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/info.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/info_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ipsports_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/link.gif +%%WWWDIR%%/templates/Sparkle/assets/img/icons/link.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/link_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mail.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mail_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/menubar_tickets.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/menubar_tickets_null.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/messages.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/messages_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysql_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysqls.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/mysqls_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ok_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/parent.gif +%%WWWDIR%%/templates/Sparkle/assets/img/icons/parent_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/password.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/password_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit_big copy.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/phpsettings_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/rename.gif +%%WWWDIR%%/templates/Sparkle/assets/img/icons/rename_20.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/res_recalculate.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/res_recalculate_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/settings.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/settings_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/sort_both.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/sort_down.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/sort_up.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_customer.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_customer_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_global.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_global_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_shared.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ssl_shared_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_truncate.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/syslog_truncate_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/tag_blue.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/tag_orange.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/templates_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_center.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_justify.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_left.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/text_align_right.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_answer.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_answer_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_search.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_archive_search_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_close.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_close_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_new.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_new_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reopen.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reopen_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reply.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_reply_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_show.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/ticket_show_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/tickets.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/tickets_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/traffic_big_old.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/trash.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/trash_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/unlock.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/up.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_add.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_add_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_edit.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/user_edit_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/warning.png +%%WWWDIR%%/templates/Sparkle/assets/img/icons/warning_big.png +%%WWWDIR%%/templates/Sparkle/assets/img/logo.png +%%WWWDIR%%/templates/Sparkle/assets/img/logo_grey.png +%%WWWDIR%%/templates/Sparkle/assets/img/top.png +%%WWWDIR%%/templates/Sparkle/assets/js/main.js +%%WWWDIR%%/templates/Sparkle/assets/js/traffic.js +%%WWWDIR%%/templates/Sparkle/customer/aps/askyesno.tpl +%%WWWDIR%%/templates/Sparkle/customer/aps/data.tpl +%%WWWDIR%%/templates/Sparkle/customer/aps/footer.tpl +%%WWWDIR%%/templates/Sparkle/customer/aps/header.tpl +%%WWWDIR%%/templates/Sparkle/customer/aps/infobox.tpl +%%WWWDIR%%/templates/Sparkle/customer/aps/installer.tpl +%%WWWDIR%%/templates/Sparkle/customer/aps/package.tpl +%%WWWDIR%%/templates/Sparkle/customer/aps/package_status.tpl +%%WWWDIR%%/templates/Sparkle/customer/aps/search.tpl +%%WWWDIR%%/templates/Sparkle/customer/autoresponder/autoresponder.tpl +%%WWWDIR%%/templates/Sparkle/customer/autoresponder/autoresponder_add.tpl +%%WWWDIR%%/templates/Sparkle/customer/autoresponder/autoresponder_autoresponder.tpl +%%WWWDIR%%/templates/Sparkle/customer/autoresponder/autoresponder_edit.tpl +%%WWWDIR%%/templates/Sparkle/customer/domains/domain_ssleditor.tpl +%%WWWDIR%%/templates/Sparkle/customer/domains/domainlist.tpl +%%WWWDIR%%/templates/Sparkle/customer/domains/domains.tpl +%%WWWDIR%%/templates/Sparkle/customer/domains/domains_add.tpl +%%WWWDIR%%/templates/Sparkle/customer/domains/domains_delimiter.tpl +%%WWWDIR%%/templates/Sparkle/customer/domains/domains_domain.tpl +%%WWWDIR%%/templates/Sparkle/customer/domains/domains_edit.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/account_add.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/account_changepw.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/account_changequota.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/email.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/emails.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/emails_add.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/emails_domain.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/emails_edit.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/emails_edit_forwarder.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/emails_email.tpl +%%WWWDIR%%/templates/Sparkle/customer/email/forwarder_add.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/backup.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/extras.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/htaccess.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/htaccess_add.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/htaccess_edit.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/htaccess_htaccess.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/htpasswds.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/htpasswds_add.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/htpasswds_edit.tpl +%%WWWDIR%%/templates/Sparkle/customer/extras/htpasswds_htpasswd.tpl +%%WWWDIR%%/templates/Sparkle/customer/ftp/accounts.tpl +%%WWWDIR%%/templates/Sparkle/customer/ftp/accounts_account.tpl +%%WWWDIR%%/templates/Sparkle/customer/ftp/accounts_add.tpl +%%WWWDIR%%/templates/Sparkle/customer/ftp/accounts_edit.tpl +%%WWWDIR%%/templates/Sparkle/customer/ftp/ftp.tpl +%%WWWDIR%%/templates/Sparkle/customer/index/change_language.tpl +%%WWWDIR%%/templates/Sparkle/customer/index/change_password.tpl +%%WWWDIR%%/templates/Sparkle/customer/index/change_theme.tpl +%%WWWDIR%%/templates/Sparkle/customer/index/index.tpl +%%WWWDIR%%/templates/Sparkle/customer/mysql/mysql.tpl +%%WWWDIR%%/templates/Sparkle/customer/mysql/mysqls.tpl +%%WWWDIR%%/templates/Sparkle/customer/mysql/mysqls_add.tpl +%%WWWDIR%%/templates/Sparkle/customer/mysql/mysqls_database.tpl +%%WWWDIR%%/templates/Sparkle/customer/mysql/mysqls_edit.tpl +%%WWWDIR%%/templates/Sparkle/customer/tickets/ticket.tpl +%%WWWDIR%%/templates/Sparkle/customer/tickets/tickets.tpl +%%WWWDIR%%/templates/Sparkle/customer/tickets/tickets_new.tpl +%%WWWDIR%%/templates/Sparkle/customer/tickets/tickets_reply.tpl +%%WWWDIR%%/templates/Sparkle/customer/tickets/tickets_tickets.tpl +%%WWWDIR%%/templates/Sparkle/customer/tickets/tickets_tickets_list.tpl +%%WWWDIR%%/templates/Sparkle/customer/tickets/tickets_tickets_main.tpl +%%WWWDIR%%/templates/Sparkle/customer/traffic/traffic.tpl +%%WWWDIR%%/templates/Sparkle/customer/traffic/traffic_details.tpl +%%WWWDIR%%/templates/Sparkle/customer/traffic/traffic_month.tpl +%%WWWDIR%%/templates/Sparkle/customer/traffic/traffic_traffic.tpl +%%WWWDIR%%/templates/Sparkle/footer.tpl +%%WWWDIR%%/templates/Sparkle/formfields/bool.tpl +%%WWWDIR%%/templates/Sparkle/formfields/hidden.tpl +%%WWWDIR%%/templates/Sparkle/formfields/hiddenstring.tpl +%%WWWDIR%%/templates/Sparkle/formfields/label.tpl +%%WWWDIR%%/templates/Sparkle/formfields/option.tpl +%%WWWDIR%%/templates/Sparkle/formfields/string.tpl +%%WWWDIR%%/templates/Sparkle/formfields/text.tpl +%%WWWDIR%%/templates/Sparkle/header.tpl +%%WWWDIR%%/templates/Sparkle/index.tpl +%%WWWDIR%%/templates/Sparkle/login/fpwd.tpl +%%WWWDIR%%/templates/Sparkle/login/login.tpl +%%WWWDIR%%/templates/Sparkle/login/login_ftp.tpl +%%WWWDIR%%/templates/Sparkle/misc/alreadyinstalledhint.tpl +%%WWWDIR%%/templates/Sparkle/misc/configurehint.tpl +%%WWWDIR%%/templates/Sparkle/misc/dberrornice.tpl +%%WWWDIR%%/templates/Sparkle/misc/error.tpl +%%WWWDIR%%/templates/Sparkle/misc/form/input_text.tpl +%%WWWDIR%%/templates/Sparkle/misc/form/input_textarea.tpl +%%WWWDIR%%/templates/Sparkle/misc/form/table_end.tpl +%%WWWDIR%%/templates/Sparkle/misc/form/table_row.tpl +%%WWWDIR%%/templates/Sparkle/misc/form/table_section.tpl +%%WWWDIR%%/templates/Sparkle/misc/htmlarrowcode.tpl +%%WWWDIR%%/templates/Sparkle/misc/htmlsearchcode.tpl +%%WWWDIR%%/templates/Sparkle/misc/htmlsortcode.tpl +%%WWWDIR%%/templates/Sparkle/misc/ownershiphint.tpl +%%WWWDIR%%/templates/Sparkle/misc/question_yesno.tpl +%%WWWDIR%%/templates/Sparkle/misc/question_yesno_checkbox.tpl +%%WWWDIR%%/templates/Sparkle/misc/success.tpl +%%WWWDIR%%/templates/Sparkle/navigation_element.tpl +%%WWWDIR%%/templates/Sparkle/navigation_link.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_edit.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_edit_new.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_main.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_additional.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_dir_row.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_file_row.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_header.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_link_row.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_multiple.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_prompt.tpl +%%WWWDIR%%/templates/Sparkle/webftp/webftp_main_rename.tpl %%WWWDIR%%/templates/misc/awstatsmodel/awstats.froxlor.model.conf %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/apache2/etc_apache2_mods-enabled_fastcgi.conf %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/courier/etc_courier_authdaemonrc @@ -1245,6 +1706,7 @@ %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss/etc_nss-mysql.conf %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss/etc_nsswitch.conf %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/lighttpd/etc_lighttpd.conf +%%WWWDIR%%/templates/misc/configfiles/debian_squeeze/logrotate/etc_logrotated_froxlor %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx/etc_init.d_php-fcgi %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx/etc_nginx_fastcgi.conf %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx/etc_nginx_nginx.conf @@ -1300,6 +1762,7 @@ %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss/etc_libnss-mysql.cfg %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss/etc_nsswitch.conf %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/lighttpd/etc_lighttpd.conf +%%WWWDIR%%/templates/misc/configfiles/debian_wheezy/logrotate/etc_logrotated_froxlor %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/nginx/etc_init.d_php-fcgi %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/nginx/etc_nginx_nginx.conf %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/postfix_courier/etc_aliases @@ -1345,6 +1808,7 @@ %%WWWDIR%%/templates/misc/configfiles/freebsd/libnss/etc_nsswitch.conf %%WWWDIR%%/templates/misc/configfiles/freebsd/libnss/usr_local_etc_libnss-mysql-root.cfg %%WWWDIR%%/templates/misc/configfiles/freebsd/libnss/usr_local_etc_libnss-mysql.cfg +%%WWWDIR%%/templates/misc/configfiles/freebsd/logrotate/etc_logrotated_froxlor %%WWWDIR%%/templates/misc/configfiles/freebsd/nginx/usr_local_etc_nginx_nginx.conf %%WWWDIR%%/templates/misc/configfiles/freebsd/postfix/etc_periodic.conf %%WWWDIR%%/templates/misc/configfiles/freebsd/postfix/usr_local_etc_postfix_main.cf @@ -1372,6 +1836,7 @@ %%WWWDIR%%/templates/misc/configfiles/gentoo/libnss/etc_libnss-mysql.cfg %%WWWDIR%%/templates/misc/configfiles/gentoo/libnss/etc_nsswitch.conf %%WWWDIR%%/templates/misc/configfiles/gentoo/lighttpd/etc_lighttpd.conf +%%WWWDIR%%/templates/misc/configfiles/gentoo/logrotate/etc_logrotated_froxlor %%WWWDIR%%/templates/misc/configfiles/gentoo/nginx/etc_init.d_php-fcgi %%WWWDIR%%/templates/misc/configfiles/gentoo/nginx/etc_nginx_fastcgi.conf %%WWWDIR%%/templates/misc/configfiles/gentoo/nginx/etc_nginx_nginx.conf @@ -1457,6 +1922,7 @@ %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nss-mysql.conf %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss/etc_nsswitch.conf %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/lighttpd/etc_lighttpd.conf +%%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/logrotate/etc_logrotated_froxlor %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx/etc_init.d_php-fcgi %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx/etc_nginx_fastcgi.conf %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx/etc_nginx_nginx.conf @@ -1501,6 +1967,7 @@ %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/libnss/etc_libnss-mysql.cfg %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/libnss/etc_nsswitch.conf %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/lighttpd/etc_lighttpd.conf +%%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/logrotate/etc_logrotated_froxlor %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx/etc_init.d_php-fcgi %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx/etc_nginx_fastcgi.conf %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx/etc_nginx_nginx.conf @@ -1536,282 +2003,334 @@ %%WWWDIR%%/templates/misc/standardcustomer/index.html %%WWWDIR%%/templates_c/.keep %%WWWDIR%%/webftp.php -@dirrm %%WWWDIR%%/templates_c -@dirrm %%WWWDIR%%/templates/misc/standardcustomer -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/pure-ftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/proftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/powerdns -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_mxaccess -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/lighttpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/libnss -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/cron -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/apache2 -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/pure-ftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/proftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/powerdns -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_mxaccess -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/lighttpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4 -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dkim -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/cron -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/apache2 -@dirrm %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid -@dirrm %%WWWDIR%%/templates/misc/configfiles/sle_10/proftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/sle_10/postfix_mxaccess -@dirrm %%WWWDIR%%/templates/misc/configfiles/sle_10/postfix -@dirrm %%WWWDIR%%/templates/misc/configfiles/sle_10/dkim -@dirrm %%WWWDIR%%/templates/misc/configfiles/sle_10/cron -@dirrm %%WWWDIR%%/templates/misc/configfiles/sle_10/courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/sle_10 -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/pure-ftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/proftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix_mxaccess -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix_dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4 -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dkim -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/cron -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/pureftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/proftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/postfix_mxaccess -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/postfix_dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/postfix_courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/nginx -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/lighttpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/libnss -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/dkim -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/cron -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/bind -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo/apache2 -@dirrm %%WWWDIR%%/templates/misc/configfiles/gentoo -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/proftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/powerdns -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/postfix_mxaccess -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/postfix -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/nginx -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/libnss -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/dovecot2 -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/dkim -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd/bind9 -@dirrm %%WWWDIR%%/templates/misc/configfiles/freebsd -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/pure-ftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/proftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/powerdns -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/postfix_mxaccess -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/postfix_dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/postfix_courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/nginx -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/lighttpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4 -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dkim -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/cron -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/apache2 -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_wheezy -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/pure-ftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/proftpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/powerdns -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_mxaccess -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/lighttpd -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4 -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dovecot -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dkim -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/cron -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/courier -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/apache2 -@dirrm %%WWWDIR%%/templates/misc/configfiles/debian_squeeze -@dirrm %%WWWDIR%%/templates/misc/configfiles -@dirrm %%WWWDIR%%/templates/misc/awstatsmodel -@dirrm %%WWWDIR%%/templates/misc -@dirrm %%WWWDIR%%/templates/Froxlor/webftp -@dirrm %%WWWDIR%%/templates/Froxlor/misc/form -@dirrm %%WWWDIR%%/templates/Froxlor/misc -@dirrm %%WWWDIR%%/templates/Froxlor/login -@dirrm %%WWWDIR%%/templates/Froxlor/formfields -@dirrm %%WWWDIR%%/templates/Froxlor/customer/traffic -@dirrm %%WWWDIR%%/templates/Froxlor/customer/tickets -@dirrm %%WWWDIR%%/templates/Froxlor/customer/mysql -@dirrm %%WWWDIR%%/templates/Froxlor/customer/index -@dirrm %%WWWDIR%%/templates/Froxlor/customer/ftp -@dirrm %%WWWDIR%%/templates/Froxlor/customer/extras -@dirrm %%WWWDIR%%/templates/Froxlor/customer/email -@dirrm %%WWWDIR%%/templates/Froxlor/customer/domains -@dirrm %%WWWDIR%%/templates/Froxlor/customer/autoresponder -@dirrm %%WWWDIR%%/templates/Froxlor/customer/aps -@dirrm %%WWWDIR%%/templates/Froxlor/customer -@dirrm %%WWWDIR%%/templates/Froxlor/assets/js -@dirrm %%WWWDIR%%/templates/Froxlor/assets/img/icons -@dirrm %%WWWDIR%%/templates/Froxlor/assets/img -@dirrm %%WWWDIR%%/templates/Froxlor/assets/css -@dirrm %%WWWDIR%%/templates/Froxlor/assets -@dirrm %%WWWDIR%%/templates/Froxlor/admin/update -@dirrm %%WWWDIR%%/templates/Froxlor/admin/traffic -@dirrm %%WWWDIR%%/templates/Froxlor/admin/tickets -@dirrm %%WWWDIR%%/templates/Froxlor/admin/templates -@dirrm %%WWWDIR%%/templates/Froxlor/admin/settings -@dirrm %%WWWDIR%%/templates/Froxlor/admin/phpconfig -@dirrm %%WWWDIR%%/templates/Froxlor/admin/message -@dirrm %%WWWDIR%%/templates/Froxlor/admin/logger -@dirrm %%WWWDIR%%/templates/Froxlor/admin/ipsandports -@dirrm %%WWWDIR%%/templates/Froxlor/admin/index -@dirrm %%WWWDIR%%/templates/Froxlor/admin/froxlorclients -@dirrm %%WWWDIR%%/templates/Froxlor/admin/domains -@dirrm %%WWWDIR%%/templates/Froxlor/admin/customers -@dirrm %%WWWDIR%%/templates/Froxlor/admin/cronjobs -@dirrm %%WWWDIR%%/templates/Froxlor/admin/configfiles -@dirrm %%WWWDIR%%/templates/Froxlor/admin/aps -@dirrm %%WWWDIR%%/templates/Froxlor/admin/admins -@dirrm %%WWWDIR%%/templates/Froxlor/admin -@dirrm %%WWWDIR%%/templates/Froxlor -@dirrm %%WWWDIR%%/templates -@dirrm %%WWWDIR%%/temp -@dirrm %%WWWDIR%%/scripts/jobs -@dirrm %%WWWDIR%%/scripts -@dirrm %%WWWDIR%%/packages -@dirrm %%WWWDIR%%/locales/en/LC_MESSAGES -@dirrm %%WWWDIR%%/locales/en -@dirrm %%WWWDIR%%/locales/de/LC_MESSAGES -@dirrm %%WWWDIR%%/locales/de -@dirrm %%WWWDIR%%/locales -@dirrm %%WWWDIR%%/lng -@dirrm %%WWWDIR%%/lib/navigation -@dirrm %%WWWDIR%%/lib/functions/validate -@dirrm %%WWWDIR%%/lib/functions/system -@dirrm %%WWWDIR%%/lib/functions/smarty_plugins -@dirrm %%WWWDIR%%/lib/functions/settings -@dirrm %%WWWDIR%%/lib/functions/phphelpers -@dirrm %%WWWDIR%%/lib/functions/output -@dirrm %%WWWDIR%%/lib/functions/logger -@dirrm %%WWWDIR%%/lib/functions/froxlor -@dirrm %%WWWDIR%%/lib/functions/formfields/text -@dirrm %%WWWDIR%%/lib/functions/formfields/string -@dirrm %%WWWDIR%%/lib/functions/formfields/option -@dirrm %%WWWDIR%%/lib/functions/formfields/label -@dirrm %%WWWDIR%%/lib/functions/formfields/int -@dirrm %%WWWDIR%%/lib/functions/formfields/hiddenstring -@dirrm %%WWWDIR%%/lib/functions/formfields/hidden -@dirrm %%WWWDIR%%/lib/functions/formfields/date -@dirrm %%WWWDIR%%/lib/functions/formfields/bool -@dirrm %%WWWDIR%%/lib/functions/formfields -@dirrm %%WWWDIR%%/lib/functions/filedir -@dirrm %%WWWDIR%%/lib/functions/database -@dirrm %%WWWDIR%%/lib/functions/aps -@dirrm %%WWWDIR%%/lib/functions -@dirrm %%WWWDIR%%/lib/formfields/customer/tickets -@dirrm %%WWWDIR%%/lib/formfields/customer/mysql -@dirrm %%WWWDIR%%/lib/formfields/customer/ftp -@dirrm %%WWWDIR%%/lib/formfields/customer/extras -@dirrm %%WWWDIR%%/lib/formfields/customer/email -@dirrm %%WWWDIR%%/lib/formfields/customer/domains -@dirrm %%WWWDIR%%/lib/formfields/customer/autoresponder -@dirrm %%WWWDIR%%/lib/formfields/customer -@dirrm %%WWWDIR%%/lib/formfields/admin/tickets -@dirrm %%WWWDIR%%/lib/formfields/admin/templates -@dirrm %%WWWDIR%%/lib/formfields/admin/phpconfig -@dirrm %%WWWDIR%%/lib/formfields/admin/ipsandports -@dirrm %%WWWDIR%%/lib/formfields/admin/domains -@dirrm %%WWWDIR%%/lib/formfields/admin/customer -@dirrm %%WWWDIR%%/lib/formfields/admin/cronjobs -@dirrm %%WWWDIR%%/lib/formfields/admin/admin -@dirrm %%WWWDIR%%/lib/formfields/admin -@dirrm %%WWWDIR%%/lib/formfields -@dirrm %%WWWDIR%%/lib/configfiles -@dirrm %%WWWDIR%%/lib/classes/webserver -@dirrm %%WWWDIR%%/lib/classes/ticket -@dirrm %%WWWDIR%%/lib/classes/phpmailer -@dirrm %%WWWDIR%%/lib/classes/phpinterface -@dirrm %%WWWDIR%%/lib/classes/output -@dirrm %%WWWDIR%%/lib/classes/logger -@dirrm %%WWWDIR%%/lib/classes/idna -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/VarParser -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIScheme -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Token -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/TagTransform -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Strategy -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Printer -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Lexer -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Language/messages -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Language/classes -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Language -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Injector -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Filter -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/EntityLookup -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/DefinitionCache -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/URI -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/HTML -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier/library -@dirrm %%WWWDIR%%/lib/classes/htmlpurifier -@dirrm %%WWWDIR%%/lib/classes/froxlorclient -@dirrm %%WWWDIR%%/lib/classes/domains -@dirrm %%WWWDIR%%/lib/classes/database -@dirrm %%WWWDIR%%/lib/classes/aps -@dirrm %%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/sysplugins -@dirrm %%WWWDIR%%/lib/classes/Smarty-3.0.8/libs/plugins -@dirrm %%WWWDIR%%/lib/classes/Smarty-3.0.8/libs -@dirrm %%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/templates -@dirrm %%WWWDIR%%/lib/classes/Smarty-3.0.8/demo/configs -@dirrm %%WWWDIR%%/lib/classes/Smarty-3.0.8/demo -@dirrm %%WWWDIR%%/lib/classes/Smarty-3.0.8 -@dirrm %%WWWDIR%%/lib/classes -@dirrm %%WWWDIR%%/lib -@dirrm %%WWWDIR%%/js/plugins -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%%/install/updates/syscp/1.4 -@dirrm %%WWWDIR%%/install/updates/syscp/1.2 -@dirrm %%WWWDIR%%/install/updates/syscp/1.0 -@dirrm %%WWWDIR%%/install/updates/syscp -@dirrm %%WWWDIR%%/install/updates/preconfig/0.9 -@dirrm %%WWWDIR%%/install/updates/preconfig -@dirrm %%WWWDIR%%/install/updates/froxlor/0.9 -@dirrm %%WWWDIR%%/install/updates/froxlor -@dirrm %%WWWDIR%%/install/updates -@dirrm %%WWWDIR%%/install/scripts -@dirrm %%WWWDIR%%/install/lng -@dirrm %%WWWDIR%%/install -@dirrm %%WWWDIR%%/css -@dirrm %%WWWDIR%%/cache -@dirrm %%WWWDIR%%/actions/admin/settings -@dirrm %%WWWDIR%%/actions/admin -@dirrm %%WWWDIR%%/actions -@dirrm %%WWWDIR%% -@group -@owner +@dirrmtry %%WWWDIR%%/templates_c +@dirrmtry %%WWWDIR%%/templates/misc/standardcustomer +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/pure-ftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/proftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/powerdns +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_mxaccess +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/postfix_courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/nginx +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/logrotate +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/lighttpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/libnss +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/cron +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise/apache2 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_precise +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/pure-ftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/proftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/powerdns +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_mxaccess +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/postfix_courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/nginx +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/logrotate +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/lighttpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/libnss +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/exim4 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/dkim +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/cron +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid/apache2 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/ubuntu_lucid +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/sle_10/proftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/sle_10/postfix_mxaccess +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/sle_10/postfix +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/sle_10/dkim +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/sle_10/cron +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/sle_10/courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/sle_10 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/pure-ftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/proftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix_mxaccess +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix_dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/postfix +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/exim4 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/dkim +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/cron +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x/courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/opensuse_11_x +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/pureftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/proftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/postfix_mxaccess +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/postfix_dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/postfix_courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/nginx +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/logrotate +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/lighttpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/libnss +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/dkim +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/cron +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/bind +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo/apache2 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/gentoo +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/proftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/powerdns +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/postfix_mxaccess +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/postfix +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/nginx +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/logrotate +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/libnss +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/dovecot2 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/dkim +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd/bind9 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/freebsd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/pure-ftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/proftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/powerdns +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/postfix_mxaccess +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/postfix_dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/postfix_courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/nginx +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/logrotate +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/lighttpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/libnss +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/exim4 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/dkim +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/cron +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy/apache2 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_wheezy +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/pure-ftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/proftpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/powerdns +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_mxaccess +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/postfix_courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/nginx +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/logrotate +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/lighttpd +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/libnss +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/exim4 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dovecot +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/dkim +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/cron +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/courier +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze/apache2 +@dirrmtry %%WWWDIR%%/templates/misc/configfiles/debian_squeeze +@dirrmtry %%WWWDIR%%/templates/misc/configfiles +@dirrmtry %%WWWDIR%%/templates/misc/awstatsmodel +@dirrmtry %%WWWDIR%%/templates/misc +@dirrmtry %%WWWDIR%%/templates/Sparkle/webftp +@dirrmtry %%WWWDIR%%/templates/Sparkle/misc/form +@dirrmtry %%WWWDIR%%/templates/Sparkle/misc +@dirrmtry %%WWWDIR%%/templates/Sparkle/login +@dirrmtry %%WWWDIR%%/templates/Sparkle/formfields +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/traffic +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/tickets +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/mysql +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/index +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/ftp +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/extras +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/email +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/domains +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/autoresponder +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer/aps +@dirrmtry %%WWWDIR%%/templates/Sparkle/customer +@dirrmtry %%WWWDIR%%/templates/Sparkle/assets/js +@dirrmtry %%WWWDIR%%/templates/Sparkle/assets/img/icons +@dirrmtry %%WWWDIR%%/templates/Sparkle/assets/img +@dirrmtry %%WWWDIR%%/templates/Sparkle/assets/css +@dirrmtry %%WWWDIR%%/templates/Sparkle/assets +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/update +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/traffic +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/tickets +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/templates +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/settings/phpinfo +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/settings +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/phpconfig +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/message +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/logger +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/ipsandports +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/index +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/froxlorclients +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/domains +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/customers +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/cronjobs +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/configfiles +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/aps +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin/admins +@dirrmtry %%WWWDIR%%/templates/Sparkle/admin +@dirrmtry %%WWWDIR%%/templates/Sparkle +@dirrmtry %%WWWDIR%%/templates/Froxlor/webftp +@dirrmtry %%WWWDIR%%/templates/Froxlor/misc/form +@dirrmtry %%WWWDIR%%/templates/Froxlor/misc +@dirrmtry %%WWWDIR%%/templates/Froxlor/login +@dirrmtry %%WWWDIR%%/templates/Froxlor/formfields +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/traffic +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/tickets +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/mysql +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/index +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/ftp +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/extras +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/email +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/domains +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/autoresponder +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer/aps +@dirrmtry %%WWWDIR%%/templates/Froxlor/customer +@dirrmtry %%WWWDIR%%/templates/Froxlor/assets/js +@dirrmtry %%WWWDIR%%/templates/Froxlor/assets/img/icons +@dirrmtry %%WWWDIR%%/templates/Froxlor/assets/img +@dirrmtry %%WWWDIR%%/templates/Froxlor/assets/css +@dirrmtry %%WWWDIR%%/templates/Froxlor/assets +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/update +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/traffic +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/tickets +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/templates +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/settings/phpinfo +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/settings +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/phpconfig +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/message +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/logger +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/ipsandports +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/index +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/froxlorclients +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/domains +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/customers +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/cronjobs +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/configfiles +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/aps +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin/admins +@dirrmtry %%WWWDIR%%/templates/Froxlor/admin +@dirrmtry %%WWWDIR%%/templates/Froxlor +@dirrmtry %%WWWDIR%%/templates +@dirrmtry %%WWWDIR%%/temp +@dirrmtry %%WWWDIR%%/scripts/jobs +@dirrmtry %%WWWDIR%%/scripts +@dirrmtry %%WWWDIR%%/packages +@dirrmtry %%WWWDIR%%/locales/en/LC_MESSAGES +@dirrmtry %%WWWDIR%%/locales/en +@dirrmtry %%WWWDIR%%/locales/de/LC_MESSAGES +@dirrmtry %%WWWDIR%%/locales/de +@dirrmtry %%WWWDIR%%/locales +@dirrmtry %%WWWDIR%%/lng +@dirrmtry %%WWWDIR%%/lib/navigation +@dirrmtry %%WWWDIR%%/lib/functions/validate +@dirrmtry %%WWWDIR%%/lib/functions/system +@dirrmtry %%WWWDIR%%/lib/functions/smarty_plugins +@dirrmtry %%WWWDIR%%/lib/functions/settings +@dirrmtry %%WWWDIR%%/lib/functions/phphelpers +@dirrmtry %%WWWDIR%%/lib/functions/output +@dirrmtry %%WWWDIR%%/lib/functions/logger +@dirrmtry %%WWWDIR%%/lib/functions/froxlor +@dirrmtry %%WWWDIR%%/lib/functions/formfields/text +@dirrmtry %%WWWDIR%%/lib/functions/formfields/string +@dirrmtry %%WWWDIR%%/lib/functions/formfields/option +@dirrmtry %%WWWDIR%%/lib/functions/formfields/label +@dirrmtry %%WWWDIR%%/lib/functions/formfields/int +@dirrmtry %%WWWDIR%%/lib/functions/formfields/hiddenstring +@dirrmtry %%WWWDIR%%/lib/functions/formfields/hidden +@dirrmtry %%WWWDIR%%/lib/functions/formfields/date +@dirrmtry %%WWWDIR%%/lib/functions/formfields/bool +@dirrmtry %%WWWDIR%%/lib/functions/formfields +@dirrmtry %%WWWDIR%%/lib/functions/filedir +@dirrmtry %%WWWDIR%%/lib/functions/database +@dirrmtry %%WWWDIR%%/lib/functions/aps +@dirrmtry %%WWWDIR%%/lib/functions +@dirrmtry %%WWWDIR%%/lib/formfields/customer/tickets +@dirrmtry %%WWWDIR%%/lib/formfields/customer/mysql +@dirrmtry %%WWWDIR%%/lib/formfields/customer/ftp +@dirrmtry %%WWWDIR%%/lib/formfields/customer/extras +@dirrmtry %%WWWDIR%%/lib/formfields/customer/email +@dirrmtry %%WWWDIR%%/lib/formfields/customer/domains +@dirrmtry %%WWWDIR%%/lib/formfields/customer/autoresponder +@dirrmtry %%WWWDIR%%/lib/formfields/customer +@dirrmtry %%WWWDIR%%/lib/formfields/admin/tickets +@dirrmtry %%WWWDIR%%/lib/formfields/admin/templates +@dirrmtry %%WWWDIR%%/lib/formfields/admin/phpconfig +@dirrmtry %%WWWDIR%%/lib/formfields/admin/ipsandports +@dirrmtry %%WWWDIR%%/lib/formfields/admin/domains +@dirrmtry %%WWWDIR%%/lib/formfields/admin/customer +@dirrmtry %%WWWDIR%%/lib/formfields/admin/cronjobs +@dirrmtry %%WWWDIR%%/lib/formfields/admin/admin +@dirrmtry %%WWWDIR%%/lib/formfields/admin +@dirrmtry %%WWWDIR%%/lib/formfields +@dirrmtry %%WWWDIR%%/lib/configfiles +@dirrmtry %%WWWDIR%%/lib/classes/webserver +@dirrmtry %%WWWDIR%%/lib/classes/ticket +@dirrmtry %%WWWDIR%%/lib/classes/phpmailer +@dirrmtry %%WWWDIR%%/lib/classes/phpinterface +@dirrmtry %%WWWDIR%%/lib/classes/output +@dirrmtry %%WWWDIR%%/lib/classes/logger +@dirrmtry %%WWWDIR%%/lib/classes/idna +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/VarParser +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIScheme +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/URIFilter +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Token +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/TagTransform +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Strategy +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Printer +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Lexer +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Language/messages +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Language/classes +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Language +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Injector +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule/Tidy +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/HTMLModule +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/Filter +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/EntityLookup +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/DefinitionCache/Decorator +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/DefinitionCache +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/Interchange +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema/Builder +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ConfigSchema +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/ChildDef +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrTransform +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/URI/Email +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/URI +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/HTML +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef/CSS +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier/AttrDef +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library/HTMLPurifier +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier/library +@dirrmtry %%WWWDIR%%/lib/classes/htmlpurifier +@dirrmtry %%WWWDIR%%/lib/classes/froxlorclient +@dirrmtry %%WWWDIR%%/lib/classes/domains +@dirrmtry %%WWWDIR%%/lib/classes/database +@dirrmtry %%WWWDIR%%/lib/classes/aps +@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/sysplugins +@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15/libs/plugins +@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15/libs +@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/templates +@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/plugins +@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15/demo/configs +@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15/demo +@dirrmtry %%WWWDIR%%/lib/classes/Smarty-3.1.15 +@dirrmtry %%WWWDIR%%/lib/classes +@dirrmtry %%WWWDIR%%/lib +@dirrmtry %%WWWDIR%%/js/plugins +@dirrmtry %%WWWDIR%%/js +@dirrmtry %%WWWDIR%%/install/updates/syscp/1.4 +@dirrmtry %%WWWDIR%%/install/updates/syscp/1.2 +@dirrmtry %%WWWDIR%%/install/updates/syscp/1.0 +@dirrmtry %%WWWDIR%%/install/updates/syscp +@dirrmtry %%WWWDIR%%/install/updates/preconfig/0.9 +@dirrmtry %%WWWDIR%%/install/updates/preconfig +@dirrmtry %%WWWDIR%%/install/updates/froxlor/0.9 +@dirrmtry %%WWWDIR%%/install/updates/froxlor +@dirrmtry %%WWWDIR%%/install/updates +@dirrmtry %%WWWDIR%%/install/templates/assets/img +@dirrmtry %%WWWDIR%%/install/templates/assets/css +@dirrmtry %%WWWDIR%%/install/templates/assets +@dirrmtry %%WWWDIR%%/install/templates +@dirrmtry %%WWWDIR%%/install/scripts +@dirrmtry %%WWWDIR%%/install/lng +@dirrmtry %%WWWDIR%%/install/lib +@dirrmtry %%WWWDIR%%/install +@dirrmtry %%WWWDIR%%/css +@dirrmtry %%WWWDIR%%/cache +@dirrmtry %%WWWDIR%%/actions/admin/settings +@dirrmtry %%WWWDIR%%/actions/admin +@dirrmtry %%WWWDIR%%/actions +@dirrmtry %%WWWDIR%% --- froxlor-0.9.30.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 21: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 ESMTPS id AB3A8A74 for ; Sun, 24 Nov 2013 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C661279D for ; Sun, 24 Nov 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 rAOLo10T095279 for ; Sun, 24 Nov 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 rAOLo1oa095278; Sun, 24 Nov 2013 21:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 21:50:01 GMT Resent-Message-Id: <201311242150.rAOLo1oa095278@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ivan Klymenko Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 421E98E9 for ; Sun, 24 Nov 2013 21:41:13 +0000 (UTC) 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 30782274E for ; Sun, 24 Nov 2013 21:41: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 rAOLfCXu025316 for ; Sun, 24 Nov 2013 21:41:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOLfCTg025315; Sun, 24 Nov 2013 21:41:12 GMT (envelope-from nobody) Message-Id: <201311242141.rAOLfCTg025315@oldred.freebsd.org> Date: Sun, 24 Nov 2013 21:41:12 GMT From: Ivan Klymenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184257: graphics/openimageio fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 21:50:01 -0000 >Number: 184257 >Category: ports >Synopsis: graphics/openimageio fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 21:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ivan Klymenko >Release: FreeBSD 10.0-BETA3 >Organization: individual >Environment: >Description: ports tree revision r334775 .. Linking CXX shared library libOpenImageIO.so [ 78%] Built target OpenImageIO Scanning dependencies of target fmath_test Scanning dependencies of target filesystem_test [ 79%] Building CXX object libOpenImageIO/CMakeFiles/fmath_test.dir/fmath_test.cpp.o [ 79%] Building CXX object libOpenImageIO/CMakeFiles/filesystem_test.dir/filesystem_test.cpp.o Scanning dependencies of target hash_test Scanning dependencies of target atomic_test [ 80%] Building CXX object libOpenImageIO/CMakeFiles/hash_test.dir/hash_test.cpp.o [ 81%] Building CXX object libOpenImageIO/CMakeFiles/atomic_test.dir/atomic_test.cpp.o Linking CXX executable fmath_test /usr/bin/ld: warning: libImath-2_0.so.10, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libIlmImf-Imf_2_0.so.20, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libIex-2_0.so.10, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libHalf.so.10, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) Linking CXX executable filesystem_test /usr/bin/ld: warning: libImath-2_0.so.10, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libIlmImf-Imf_2_0.so.20, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libIex-2_0.so.10, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/bin/ld: warning: libHalf.so.10, needed by /usr/local/lib/libopencv_highgui.so, not found (try using -rpath or -rpath-link) /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::readPixels(int, int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::InputFile(char const*, int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::~OutputFile()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Slice::Slice(Imf_2_0::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::channels()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::channels() const' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::ChannelList::findChannel(char const*) const' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::globalThreadCount()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::Header(int, int, float, Imath_2_0::Vec2 const&, float, Imf_2_0::LineOrder, Imf_2_0::Compression)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::dataWindow() const' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::ChannelList::insert(char const*, Imf_2_0::Channel const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::FrameBuffer::insert(char const*, Imf_2_0::Slice const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::~Header()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::setFrameBuffer(Imf_2_0::FrameBuffer const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::writePixels(int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::chromaticities(Imf_2_0::Header const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Chromaticities::Chromaticities(Imath_2_0::Vec2 const&, Imath_2_0::Vec2 const&, Imath_2_0::Vec2 const&, Imath_2_0::Vec2 const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::hasChromaticities(Imf_2_0::Header const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Channel::Channel(Imf_2_0::PixelType, int, int, bool)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::setFrameBuffer(Imf_2_0::FrameBuffer const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::OutputFile(char const*, Imf_2_0::Header const&, int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::header() const' c++: error: linker command failed with exit code 1 (use -v to see invocation) --- libOpenImageIO/fmath_test --- *** [libOpenImageIO/fmath_test] Error code 1 make[4]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build 1 error make[4]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build --- libOpenImageIO/CMakeFiles/fmath_test.dir/all --- *** [libOpenImageIO/CMakeFiles/fmath_test.dir/all] Error code 2 make[3]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::readPixels(int, int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::InputFile(char const*, int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::~OutputFile()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Slice::Slice(Imf_2_0::PixelType, char*, unsigned long, unsigned long, int, int, double, bool, bool)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::channels()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::channels() const' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::ChannelList::findChannel(char const*) const' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::globalThreadCount()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::Header(int, int, float, Imath_2_0::Vec2 const&, float, Imf_2_0::LineOrder, Imf_2_0::Compression)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::dataWindow() const' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::ChannelList::insert(char const*, Imf_2_0::Channel const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::FrameBuffer::insert(char const*, Imf_2_0::Slice const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Header::~Header()' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::setFrameBuffer(Imf_2_0::FrameBuffer const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::writePixels(int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::chromaticities(Imf_2_0::Header const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Chromaticities::Chromaticities(Imath_2_0::Vec2 const&, Imath_2_0::Vec2 const&, Imath_2_0::Vec2 const&, Imath_2_0::Vec2 const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::hasChromaticities(Imf_2_0::Header const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::Channel::Channel(Imf_2_0::PixelType, int, int, bool)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::setFrameBuffer(Imf_2_0::FrameBuffer const&)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::OutputFile::OutputFile(char const*, Imf_2_0::Header const&, int)' /usr/local/lib/libopencv_highgui.so: undefined reference to `Imf_2_0::InputFile::header() const' c++: error: linker command failed with exit code 1 (use -v to see invocation) --- libOpenImageIO/filesystem_test --- *** [libOpenImageIO/filesystem_test] Error code 1 make[4]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build 1 error make[4]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build --- libOpenImageIO/CMakeFiles/filesystem_test.dir/all --- *** [libOpenImageIO/CMakeFiles/filesystem_test.dir/all] Error code 2 make[3]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build --- libOpenImageIO/CMakeFiles/hash_test.dir/all --- *** [libOpenImageIO/CMakeFiles/hash_test.dir/all] Error code 2 make[3]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build A failure has been detected in another branch of the parallel make make[4]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build --- libOpenImageIO/CMakeFiles/atomic_test.dir/all --- *** [libOpenImageIO/CMakeFiles/atomic_test.dir/all] Error code 2 make[3]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build 4 errors make[3]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build --- all --- *** [all] Error code 2 make[2]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build 1 error make[2]: stopped in /usr/ports_build/usr/ports/graphics/openimageio/work/.build ===> 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/graphics/openimageio *** Error code 1 Stop. make: stopped in /usr/ports/graphics/openimageio ===>>> make failed for graphics/openimageio ===>>> Aborting update ===>>> Update for graphics/openimageio failed ===>>> Aborting update ===>>> Killing background jobs Terminated >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 21:50: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 ESMTPS id 667E7AD1; Sun, 24 Nov 2013 21:50:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F020279F; Sun, 24 Nov 2013 21:50:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOLoK4M096864; Sun, 24 Nov 2013 21:50:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOLoKDm096863; Sun, 24 Nov 2013 21:50:20 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 21:50:20 GMT Message-Id: <201311242150.rAOLoKDm096863@freefall.freebsd.org> To: fidaj@ukr.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184257: graphics/openimageio fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 21:50:20 -0000 Synopsis: graphics/openimageio fails to build State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Nov 24 21:50:19 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184257 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 21:55: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 ESMTPS id 5078CB4A; Sun, 24 Nov 2013 21:55:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 25C5127EE; Sun, 24 Nov 2013 21:55: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 rAOLtw99097080; Sun, 24 Nov 2013 21:55:58 GMT (envelope-from bjk@freefall.freebsd.org) Received: (from bjk@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOLtwLw097079; Sun, 24 Nov 2013 21:55:58 GMT (envelope-from bjk) Date: Sun, 24 Nov 2013 21:55:58 GMT Message-Id: <201311242155.rAOLtwLw097079@freefall.freebsd.org> To: bjk@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: bjk@FreeBSD.org Subject: Re: ports/183946: [patch] let net/openafs build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 21:55:59 -0000 Synopsis: [patch] let net/openafs build on 10.0 Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: bjk Responsible-Changed-When: Sun Nov 24 21:55:38 UTC 2013 Responsible-Changed-Why: Hiroki has offered to make the commit. http://www.freebsd.org/cgi/query-pr.cgi?pr=183946 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 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 ESMTPS id 51A90C8B for ; Sun, 24 Nov 2013 22:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4192C280A for ; Sun, 24 Nov 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 rAOM01rd097367 for ; Sun, 24 Nov 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 rAOM00wY097365; Sun, 24 Nov 2013 22:00:00 GMT (envelope-from gnats) Date: Sun, 24 Nov 2013 22:00:00 GMT Message-Id: <201311242200.rAOM00wY097365@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184257: graphics/openimageio fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 24 Nov 2013 22:00:01 -0000 The following reply was made to PR ports/184257; it has been noted by GNATS. From: Edwin Groothuis To: FreeBSD@Shaneware.biz Cc: bug-followup@FreeBSD.org Subject: Re: ports/184257: graphics/openimageio fails to build Date: Sun, 24 Nov 2013 21:50:19 UT Maintainer of graphics/openimageio, Please note that PR ports/184257 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/184257 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 22: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 ESMTPS id A5740C8F for ; Sun, 24 Nov 2013 22:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 831A0280D for ; Sun, 24 Nov 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 rAOM010D097378 for ; Sun, 24 Nov 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 rAOM01tO097377; Sun, 24 Nov 2013 22:00:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 22:00:01 GMT Resent-Message-Id: <201311242200.rAOM01tO097377@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ivan Klymenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB411B25 for ; Sun, 24 Nov 2013 21:51:43 +0000 (UTC) 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 C9C0027DA for ; Sun, 24 Nov 2013 21:51: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 rAOLph68064079 for ; Sun, 24 Nov 2013 21:51:43 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOLphQg064076; Sun, 24 Nov 2013 21:51:43 GMT (envelope-from nobody) Message-Id: <201311242151.rAOLphQg064076@oldred.freebsd.org> Date: Sun, 24 Nov 2013 21:51:43 GMT From: Ivan Klymenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184258: devel/synfig fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 22:00:01 -0000 >Number: 184258 >Category: ports >Synopsis: devel/synfig fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 22:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ivan Klymenko >Release: FreeBSD 10.0-BETA3 >Organization: individual >Environment: >Description: ports tree revision r334775 .. --- libsynfig_la-blinepoint.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-blinepoint.lo -MD -MP -MF .deps/libsynfig_la-blinepoint.Tpo -c blinepoint.cpp -fPIC -DPIC -o .libs/libsynfig_la-blinepoint.o --- libsynfig_la-widthpoint.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-widthpoint.lo -MD -MP -MF .deps/libsynfig_la-widthpoint.Tpo -c widthpoint.cpp -fPIC -DPIC -o .libs/libsynfig_la-widthpoint.o --- libsynfig_la-dashitem.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-dashitem.lo -MD -MP -MF .deps/libsynfig_la-dashitem.Tpo -c dashitem.cpp -fPIC -DPIC -o .libs/libsynfig_la-dashitem.o --- libsynfig_la-gradient.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-gradient.lo -MD -MP -MF .deps/libsynfig_la-gradient.Tpo -c gradient.cpp -fPIC -DPIC -o .libs/libsynfig_la-gradient.o --- libsynfig_la-dashitem.lo --- mv -f .deps/libsynfig_la-dashitem.Tpo .deps/libsynfig_la-dashitem.Plo --- libsynfig_la-value.lo --- /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-value.lo -MD -MP -MF .deps/libsynfig_la-value.Tpo -c -o libsynfig_la-value.lo `test -f 'value.cpp' || echo './'`value.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-value.lo -MD -MP -MF .deps/libsynfig_la-value.Tpo -c value.cpp -fPIC -DPIC -o .libs/libsynfig_la-value.o --- libsynfig_la-widthpoint.lo --- In file included from widthpoint.cpp:34: In file included from ./widthpoint.h:33: In file included from ./vector.h:206: In file included from /usr/local/include/ETL/bezier:32: /usr/local/include/ETL/_bezier.h:233:37: warning: private field 'affine_func' is not used [-Wunused-private-field] affine_combo affine_func; ^ /usr/local/include/ETL/_bezier.h:313:37: warning: private field 'affine_func' is not used [-Wunused-private-field] affine_combo affine_func; ^ 2 warnings generated. mv -f .deps/libsynfig_la-widthpoint.Tpo .deps/libsynfig_la-widthpoint.Plo --- libsynfig_la-layer_bitmap.lo --- /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-layer_bitmap.lo -MD -MP -MF .deps/libsynfig_la-layer_bitmap.Tpo -c -o libsynfig_la-layer_bitmap.lo `test -f 'layer_bitmap.cpp' || echo './'`layer_bitmap.cpp --- libsynfig_la-blinepoint.lo --- In file included from blinepoint.cpp:32: In file included from ./blinepoint.h:30: In file included from ./vector.h:206: In file included from /usr/local/include/ETL/bezier:32: /usr/local/include/ETL/_bezier.h:233:37: warning: private field 'affine_func' is not used [-Wunused-private-field] affine_combo affine_func; ^ /usr/local/include/ETL/_bezier.h:313:37: warning: private field 'affine_func' is not used [-Wunused-private-field] affine_combo affine_func; ^ 2 warnings generated. mv -f .deps/libsynfig_la-blinepoint.Tpo .deps/libsynfig_la-blinepoint.Plo --- libsynfig_la-layer_composite.lo --- --- libsynfig_la-layer_bitmap.lo --- libtool: compile: c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-layer_bitmap.lo -MD -MP -MF .deps/libsynfig_la-layer_bitmap.Tpo -c layer_bitmap.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_bitmap.o --- libsynfig_la-layer_composite.lo --- /bin/sh ../../libtool --tag=CXX --mode=compile c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR="\"/usr/local/lib\"" -DSYSCONFDIR="\"/usr/local/etc\"" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-layer_composite.lo -MD -MP -MF .deps/libsynfig_la-layer_composite.Tpo -c -o libsynfig_la-layer_composite.lo `test -f 'layer_composite.cpp' || echo './'`layer_composite.cpp libtool: compile: c++ -DHAVE_CONFIG_H -I../.. -I../../src -I/usr/local/include -I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include -I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -DSYNFIG_NO_DEPRECATED -DLOCALEDIR=\"/usr/local/share/locale\" -DLIBDIR=\"/usr/local/lib\" -DSYSCONFDIR=\"/usr/local/etc\" -O2 -pipe -march=corei7-avx -fno-strict-aliasing -DNDEBUG -W -Wall -MT libsynfig_la-layer_composite.lo -MD -MP -MF .deps/libsynfig_la-layer_composite.Tpo -c layer_composite.cpp -fPIC -DPIC -o .libs/libsynfig_la-layer_composite.o --- libsynfig_la-gradient.lo --- In file included from gradient.cpp:34: In file included from ./general.h:31: In file included from /usr/local/include/ETL/stringf:32: /usr/local/include/ETL/_stringf.h:71:14: error: exception specification in declaration does not match previous declaration extern int vasprintf(char **,const char *,va_list)ETL_NO_THROW; ^ /usr/include/stdio.h:404:6: note: previous declaration is here int vasprintf(char **, const char *, __va_list) ^ In file included from gradient.cpp:34: In file included from ./general.h:31: In file included from /usr/local/include/ETL/stringf:32: /usr/local/include/ETL/_stringf.h:85:14: error: exception specification in declaration does not match previous declaration extern int vsscanf(const char *,const char *,va_list)ETL_NO_THROW; ^ /usr/include/stdio.h:286:6: note: previous declaration is here int vsscanf(const char * __restrict, const char * __restrict, __va_list) ^ In file included from gradient.cpp:36: In file included from ./exception.h:31: ./string_decl.h:52:21: error: typedef redefinition with different types ('std::string' (aka 'basic_string, allocator >') vs 'std::string' (aka 'basic_string, allocator >')) typedef std::string String; ^ ./../src/synfig/string.h:56:21: note: previous definition is here typedef std::string String; ^ --- libsynfig_la-value.lo --- In file included from value.cpp:34: In file included from ./value.h:39: In file included from ./general.h:31: In file included from /usr/local/include/ETL/stringf:32: /usr/local/include/ETL/_stringf.h:71:14: error: exception specification in declaration does not match previous declaration extern int vasprintf(char **,const char *,va_list)ETL_NO_THROW; ^ /usr/include/stdio.h:404:6: note: previous declaration is here int vasprintf(char **, const char *, __va_list) ^ In file included from value.cpp:34: In file included from ./value.h:39: In file included from ./general.h:31: In file included from /usr/local/include/ETL/stringf:32: /usr/local/include/ETL/_stringf.h:85:14: error: exception specification in declaration does not match previous declaration extern int vsscanf(const char *,const char *,va_list)ETL_NO_THROW; ^ /usr/include/stdio.h:286:6: note: previous declaration is here int vsscanf(const char * __restrict, const char * __restrict, __va_list) ^ In file included from value.cpp:34: In file included from ./value.h:43: In file included from ./exception.h:31: ./string_decl.h:52:21: error: typedef redefinition with different types ('std::string' (aka 'basic_string, allocator >') vs 'std::string' (aka 'basic_string, allocator >')) typedef std::string String; ^ ./string.h:56:21: note: previous definition is here typedef std::string String; ^ --- libsynfig_la-gradient.lo --- In file included from gradient.cpp:34: ./general.h:113:12: warning: private field 'end' is not used [-Wunused-private-field] int start,end,tot; ^ --- libsynfig_la-layer_bitmap.lo --- In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: In file included from ./layer.h:36: ./string.h:56:21: error: typedef redefinition with different types ('std::string' (aka 'basic_string, allocator >') vs 'std::string' (aka 'basic_string, allocator >')) typedef std::string String; ^ ./string_decl.h:52:21: note: previous definition is here typedef std::string String; ^ --- libsynfig_la-layer_composite.lo --- In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: In file included from ./layer.h:36: ./string.h:56:21: error: typedef redefinition with different types ('std::string' (aka 'basic_string, allocator >') vs 'std::string' (aka 'basic_string, allocator >')) typedef std::string String; ^ ./string_decl.h:52:21: note: previous definition is here typedef std::string String; ^ --- libsynfig_la-gradient.lo --- 1 warning and 3 errors generated. *** [libsynfig_la-gradient.lo] Error code 1 make[4]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05/src/synfig --- libsynfig_la-layer_bitmap.lo --- In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: ./layer.h:195:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String name; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: ./layer.h:196:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String local_name; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: ./layer.h:197:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String category; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: ./layer.h:198:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String cvs_id; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: ./layer.h:199:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String version; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: ./layer.h:271:9: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String description_; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: ./layer.h:284:9: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String group_; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: ./layer.h:413:15: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_non_empty_description()const { return get_description().empty() ? get_local_name() : get_description(); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:31: ./layer.h:413:74: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_non_empty_description()const { return get_description().empty() ? get_local_name() : get_description(); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ --- libsynfig_la-layer_composite.lo --- In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: ./layer.h:195:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String name; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: ./layer.h:196:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' --- libsynfig_la-layer_bitmap.lo --- In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:32: ./color.h:283:15: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_hex()const { return String(real2hex(r_)+real2hex(g_)+real2hex(b_)); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:32: ./color.h:283:46: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_hex()const { return String(real2hex(r_)+real2hex(g_)+real2hex(b_)); } ^ --- libsynfig_la-layer_composite.lo --- String local_name; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: ./layer.h:197:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String category; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: ./layer.h:198:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String cvs_id; --- libsynfig_la-layer_bitmap.lo --- ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:32: ./color.h:283:59: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_hex()const { return String(real2hex(r_)+real2hex(g_)+real2hex(b_)); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:32: In file included from ./layer_bitmap.h:30: In file included from ./layer_composite.h:32: --- libsynfig_la-layer_composite.lo --- ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: ./layer.h:199:10: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String version; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: ./layer.h:271:9: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String description_; ^ --- libsynfig_la-layer_bitmap.lo --- ./color.h:283:72: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_hex()const { return String(real2hex(r_)+real2hex(g_)+real2hex(b_)); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ --- libsynfig_la-layer_composite.lo --- ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: ./layer.h:284:9: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String group_; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: ./layer.h:413:15: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_non_empty_description()const { return get_description().empty() ? get_local_name() : get_description(); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:31: ./layer.h:413:74: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_non_empty_description()const { return get_description().empty() ? get_local_name() : get_description(); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:32: ./color.h:283:15: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_hex()const { return String(real2hex(r_)+real2hex(g_)+real2hex(b_)); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:32: ./color.h:283:46: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_hex()const { return String(real2hex(r_)+real2hex(g_)+real2hex(b_)); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:32: ./color.h:283:59: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_hex()const { return String(real2hex(r_)+real2hex(g_)+real2hex(b_)); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:34: In file included from ./layer_composite.h:32: ./color.h:283:72: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String get_hex()const { return String(real2hex(r_)+real2hex(g_)+real2hex(b_)); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ --- libsynfig_la-value.lo --- In file included from value.cpp:34: In file included from ./value.h:33: In file included from ./segment.h:30: In file included from ./vector.h:206: In file included from /usr/local/include/ETL/bezier:32: /usr/local/include/ETL/_bezier.h:233:37: warning: private field 'affine_func' is not used [-Wunused-private-field] affine_combo affine_func; ^ /usr/local/include/ETL/_bezier.h:313:37: warning: private field 'affine_func' is not used [-Wunused-private-field] affine_combo affine_func; ^ In file included from value.cpp:34: In file included from ./value.h:39: ./general.h:113:12: warning: private field 'end' is not used [-Wunused-private-field] int start,end,tot; ^ 3 warnings and 3 errors generated. *** [libsynfig_la-value.lo] Error code 1 make[4]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05/src/synfig --- libsynfig_la-layer_bitmap.lo --- In file included from layer_bitmap.cpp:43: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: In file included from ./value.h:39: In file included from ./general.h:31: In file included from /usr/local/include/ETL/stringf:32: /usr/local/include/ETL/_stringf.h:71:14: error: exception specification in declaration does not match previous declaration extern int vasprintf(char **,const char *,va_list)ETL_NO_THROW; ^ /usr/include/stdio.h:404:6: note: previous declaration is here int vasprintf(char **, const char *, __va_list) ^ In file included from layer_bitmap.cpp:43: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: In file included from ./value.h:39: In file included from ./general.h:31: In file included from /usr/local/include/ETL/stringf:32: /usr/local/include/ETL/_stringf.h:85:14: error: exception specification in declaration does not match previous declaration extern int vsscanf(const char *,const char *,va_list)ETL_NO_THROW; ^ /usr/include/stdio.h:286:6: note: previous declaration is here int vsscanf(const char * __restrict, const char * __restrict, __va_list) ^ In file included from layer_bitmap.cpp:43: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: In file included from ./value.h:39: ./general.h:73:15: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String previous; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:43: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: ./value.h:212:9: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String type_name()const { return type_name(type); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_bitmap.cpp:43: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: ./value.h:212:35: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String type_name()const { return type_name(type); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] --- libsynfig_la-layer_composite.lo --- In file included from layer_composite.cpp:40: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: In file included from ./value.h:39: In file included from ./general.h:31: In file included from /usr/local/include/ETL/stringf:32: /usr/local/include/ETL/_stringf.h:71:14: error: exception specification in declaration does not match previous declaration extern int vasprintf(char **,const char *,va_list)ETL_NO_THROW; ^ /usr/include/stdio.h:404:6: note: previous declaration is here int vasprintf(char **, const char *, __va_list) ^ In file included from layer_composite.cpp:40: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: In file included from ./value.h:39: In file included from ./general.h:31: In file included from /usr/local/include/ETL/stringf:32: /usr/local/include/ETL/_stringf.h:85:14: error: exception specification in declaration does not match previous declaration extern int vsscanf(const char *,const char *,va_list)ETL_NO_THROW; ^ /usr/include/stdio.h:286:6: note: previous declaration is here int vsscanf(const char * __restrict, const char * __restrict, __va_list) ^ In file included from layer_composite.cpp:40: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: In file included from ./value.h:39: ./general.h:73:15: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' const String previous; ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:40: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: ./value.h:212:9: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String type_name()const { return type_name(type); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ In file included from layer_composite.cpp:40: In file included from ./target.h:39: In file included from ./canvas.h:40: In file included from ./valuenode.h:33: ./value.h:212:35: error: implicit instantiation of undefined template 'std::basic_string, std::allocator >' String type_name()const { return type_name(type); } ^ ./string_decl.h:41:66: note: template is declared here templateclass basic_string; ^ fatal error: too many errors emitted, stopping now [-ferror-limit=] --- libsynfig_la-layer_bitmap.lo --- 20 errors generated. *** [libsynfig_la-layer_bitmap.lo] Error code 1 make[4]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05/src/synfig --- libsynfig_la-layer_composite.lo --- 20 errors generated. *** [libsynfig_la-layer_composite.lo] Error code 1 make[4]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05/src/synfig 4 errors make[4]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05/src/synfig *** [all-recursive] Error code 1 make[3]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05/src 1 error make[3]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05/src *** [all-recursive] Error code 1 make[2]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05 1 error make[2]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05 *** [all] Error code 2 make[1]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05 1 error make[1]: stopped in /usr/ports_build/usr/ports/devel/synfig/work/synfig-0.63.05 ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/devel/synfig ===>>> make failed for devel/synfig ===>>> Aborting update ===>>> Update for devel/synfig failed ===>>> Aborting update ===>>> Killing background jobs Terminated >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 22:00: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 ESMTPS id 271D8CED; Sun, 24 Nov 2013 22:00:18 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 011592812; Sun, 24 Nov 2013 22: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 rAOM0HSD097476; Sun, 24 Nov 2013 22:00:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOM0HFi097475; Sun, 24 Nov 2013 22:00:17 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 22:00:17 GMT Message-Id: <201311242200.rAOM0HFi097475@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dhn@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184258: devel/synfig fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 22:00:18 -0000 Synopsis: devel/synfig fails to build Responsible-Changed-From-To: freebsd-ports-bugs->dhn Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 22:00:17 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184258 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 22: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 ESMTPS id 516E5C93 for ; Sun, 24 Nov 2013 22:00:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32F5D2810 for ; Sun, 24 Nov 2013 22: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 rAOM03Tj097395 for ; Sun, 24 Nov 2013 22: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 rAOM03Hd097394; Sun, 24 Nov 2013 22:00:03 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 22:00:03 GMT Resent-Message-Id: <201311242200.rAOM03Hd097394@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B744BA4 for ; Sun, 24 Nov 2013 21:58:52 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 553ED27FF for ; Sun, 24 Nov 2013 21:58:52 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAOLwdNa048919 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 13:58:43 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311242158.rAOLwdNa048919@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 13:58:43 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184259: Update port: www/mod_wsgi www/mod_wsgi3 Take 2: rename to avoid package name collision Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 22:00:03 -0000 >Number: 184259 >Category: ports >Synopsis: Update port: www/mod_wsgi www/mod_wsgi3 Take 2: rename to avoid package name collision >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: Sun Nov 24 22:00:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: The intent of ports/184065 was to rename www/mod_wsgi to www/mod_wsgi2, but somehow sunpoet@FreeBSD.org missed this and only renamed www/mod_wsgi3. Other than applying this patch all that needs to be done is: 1. svn move www/mod_wsgi www/mod_wsgi2 2. update MOVED to reflect this >How-To-Repeat: >Fix: --- mod_wsgi.2013-11-24T214209Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/www/mod_wsgi/Makefile mod_wsgi/Makefile --- /usr/ports/www/mod_wsgi/Makefile 2013-11-20 12:58:38.000000000 -0800 +++ mod_wsgi/Makefile 2013-11-24 13:19:23.000000000 -0800 @@ -1,20 +1,19 @@ -# Created by: Douglas Thrift +# Created by: Douglas Thrift # $FreeBSD: www/mod_wsgi/Makefile 334453 2013-11-20 20:58:38Z sunpoet $ PORTNAME= mod_wsgi PORTVERSION= 2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} +PKGNAMESUFFIX= 2 MAINTAINER= douglas@douglasthrift.net COMMENT= Python WSGI adapter module for Apache LICENSE= AL2 - -LATEST_LINK= mod_wsgi2 CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-3.* ${PKGNAMEPREFIX}mod_wsgi3.* mod_wsgi-3.* PROJECTHOST= modwsgi diff -Nrux .svn -x work /usr/ports/www/mod_wsgi3/Makefile mod_wsgi3/Makefile --- /usr/ports/www/mod_wsgi3/Makefile 2013-11-21 09:38:40.000000000 -0800 +++ mod_wsgi3/Makefile 2013-11-24 13:40:19.000000000 -0800 @@ -1,8 +1,9 @@ +# Created by: Douglas Thrift # $FreeBSD: www/mod_wsgi3/Makefile 334504 2013-11-21 17:38:40Z sunpoet $ PORTNAME= mod_wsgi PORTVERSION= 3.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${APACHE_PKGNAMEPREFIX} @@ -13,7 +14,7 @@ LICENSE= AL2 -CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* mod_wsgi-2.* +CONFLICTS= ${PKGNAMEPREFIX}mod_wsgi-2.* ${PKGNAMEPREFIX}mod_wsgi2.* mod_wsgi-2.* PROJECTHOST= modwsgi --- mod_wsgi.2013-11-24T214209Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 22:00: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 ESMTPS id 290F3D55; Sun, 24 Nov 2013 22:00:34 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 00D87283B; Sun, 24 Nov 2013 22:00: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 rAOM0Xf6099101; Sun, 24 Nov 2013 22:00:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAOM0XUg099100; Sun, 24 Nov 2013 22:00:33 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 22:00:33 GMT Message-Id: <201311242200.rAOM0XUg099100@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184259: Update port: www/mod_wsgi www/mod_wsgi3 Take 2: rename to avoid package name collision X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 22:00:34 -0000 Synopsis: Update port: www/mod_wsgi www/mod_wsgi3 Take 2: rename to avoid package name collision Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 22:00:33 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=184259 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 22: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 ESMTPS id CF17C107 for ; Sun, 24 Nov 2013 22:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 99127289C for ; Sun, 24 Nov 2013 22: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 rAOMA0bS099635 for ; Sun, 24 Nov 2013 22: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 rAOMA07K099634; Sun, 24 Nov 2013 22:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 22:10:00 GMT Resent-Message-Id: <201311242210.rAOMA07K099634@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, chris petrik Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4C90D8F for ; Sun, 24 Nov 2013 22:00:58 +0000 (UTC) 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 7C6D02843 for ; Sun, 24 Nov 2013 22:00: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 rAOM0wT1008308 for ; Sun, 24 Nov 2013 22:00:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAOM0wIf008301; Sun, 24 Nov 2013 22:00:58 GMT (envelope-from nobody) Message-Id: <201311242200.rAOM0wIf008301@oldred.freebsd.org> Date: Sun, 24 Nov 2013 22:00:58 GMT From: chris petrik To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184260: Remove maintainer from not cared for ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 22:10:00 -0000 >Number: 184260 >Category: ports >Synopsis: Remove maintainer from not cared for ports >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 22:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: chris petrik >Release: >Organization: na >Environment: >Description: Remove maintainer for ports which no longer interest me or annoying me. csound doom clanlib clanlib1 clanlib22 viruskiller super_methane_brothers analog tikiwiki livemedia >How-To-Repeat: >Fix: None my internet is too slow to create a patch. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 22: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 ESMTPS id 440F88BC for ; Sun, 24 Nov 2013 22:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 28F802A37 for ; Sun, 24 Nov 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 rAOMo1ZJ007862 for ; Sun, 24 Nov 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 rAOMo0e1007861; Sun, 24 Nov 2013 22:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 22:50:00 GMT Resent-Message-Id: <201311242250.rAOMo0e1007861@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 586775D8; Sun, 24 Nov 2013 22:41:01 +0000 (UTC) Received: from cse.tw (cse.tw [140.138.145.234]) by mx1.freebsd.org (Postfix) with ESMTP id 2A61D29F6; Sun, 24 Nov 2013 22:40:59 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id 14832187B02B; Mon, 25 Nov 2013 06:40:53 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id rAOMeq6u075988; Mon, 25 Nov 2013 06:40:52 +0800 (CST) (envelope-from gaod) Message-Id: <201311242240.rAOMeq6u075988@cse.tw> Date: Mon, 25 Nov 2013 06:40:52 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184261: [PATCH] sysutils/ttyload: update to 0.5.3, take maintainership Cc: dhn@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 22:50:01 -0000 >Number: 184261 >Category: ports >Synopsis: [PATCH] sysutils/ttyload: update to 0.5.3, take maintainership >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 Nov 24 22:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 >Description: - Update to 0.5.3 - Take maintainership - Add manual - Add stage support of ports - Minor changes of Makefile Port maintainer (dhn@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- ttyload-0.5.3.patch begins here --- diff -ruN /usr/ports/sysutils/ttyload/Makefile ./Makefile --- /usr/ports/sysutils/ttyload/Makefile 2013-09-21 07:05:58.000000000 +0800 +++ ./Makefile 2013-11-25 06:39:12.325949287 +0800 @@ -1,34 +1,30 @@ # Created by: ijliao -# $FreeBSD: sysutils/ttyload/Makefile 327772 2013-09-20 23:05:58Z bapt $ +# $FreeBSD: head/sysutils/ttyload/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= ttyload -PORTVERSION= 0.5.2 -PORTREVISION= 1 +PORTVERSION= 0.5.3 CATEGORIES= sysutils MASTER_SITES= http://www.daveltd.com/src/util/ttyload/ \ http://mirror.mcx2.org/ -MAINTAINER= dhn@FreeBSD.org +MAINTAINER= gaod@hychen.org COMMENT= Give a color-coded graph of load averages over time ALL_TARGET= default USE_BZIP2= yes PLIST_FILES= bin/ttyload -PORTDOCS= * -SUB_FILES= pkg-message +MAN1= ttyload.1 -NO_STAGE= yes -post-install: -.if !defined(NOPORTDOCS) - @${ECHO_MSG} "Installing additional documentation to ${DOCSDIR}" - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/README - ${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}/LICENSE -.endif +.include - @${ECHO_MSG} "" - @${CAT} ${PKGMESSAGE} - @${ECHO_MSG} "" +do-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR}/README + ${INSTALL_DATA} ${WRKSRC}/LICENSE ${STAGEDIR}${DOCSDIR}/LICENSE +.endif + ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${STAGEDIR}${MANPREFIX}/man/man1/ + ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ -.include +.include diff -ruN /usr/ports/sysutils/ttyload/distinfo ./distinfo --- /usr/ports/sysutils/ttyload/distinfo 2012-07-14 22:29:18.000000000 +0800 +++ ./distinfo 2013-11-24 00:48:22.742532666 +0800 @@ -1,2 +1,2 @@ -SHA256 (ttyload-0.5.2.tar.bz2) = 4783f6f44a59e554b0f31ab7940b9112123e8eef71b85d2cbad5d4275ba8dd44 -SIZE (ttyload-0.5.2.tar.bz2) = 14649 +SHA256 (ttyload-0.5.3.tar.bz2) = 7d3147b22530e6de865279aaad8b9e0348575379413ed1a2d410257baf92d783 +SIZE (ttyload-0.5.3.tar.bz2) = 15039 diff -ruN /usr/ports/sysutils/ttyload/files/patch-ttyload.h ./files/patch-ttyload.h --- /usr/ports/sysutils/ttyload/files/patch-ttyload.h 1970-01-01 08:00:00.000000000 +0800 +++ ./files/patch-ttyload.h 2013-11-24 00:51:43.000000000 +0800 @@ -0,0 +1,11 @@ +--- ttyload.h.orig 2013-11-24 00:51:20.729533285 +0800 ++++ ttyload.h 2013-11-24 00:51:29.900534853 +0800 +@@ -8,6 +8,8 @@ + * + */ + ++#include ++ + #define MIN(a,b) (((a)<(b))?(a):(b)) + #define MAX(a,b) (((a)>(b))?(a):(b)) + --- ttyload-0.5.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 22: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 ESMTPS id 8024A8EB; Sun, 24 Nov 2013 22:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 58C912A39; Sun, 24 Nov 2013 22: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 rAOMo9hm007942; Sun, 24 Nov 2013 22: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 rAOMo94Q007941; Sun, 24 Nov 2013 22:50:09 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 22:50:09 GMT Message-Id: <201311242250.rAOMo94Q007941@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dhn@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184261: [PATCH] sysutils/ttyload: update to 0.5.3, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 22:50:09 -0000 Synopsis: [PATCH] sysutils/ttyload: update to 0.5.3, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->dhn Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 22:50:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184261 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 23:42: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 ESMTPS id EBC4C5D5; Sun, 24 Nov 2013 23:42:53 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C32442CB8; Sun, 24 Nov 2013 23:42: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 rAONgrTs020007; Sun, 24 Nov 2013 23:42:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAONgrYs020006; Sun, 24 Nov 2013 23:42:53 GMT (envelope-from linimon) Date: Sun, 24 Nov 2013 23:42:53 GMT Message-Id: <201311242342.rAONgrYs020006@freefall.freebsd.org> To: thomas.e.zander@googlemail.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184217: Re: net/liveMedia: upgrade to 2013.11.15 and reorganize X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 23:42:54 -0000 Synopsis: Re: net/liveMedia: upgrade to 2013.11.15 and reorganize State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Nov 24 23:42:20 UTC 2013 State-Changed-Why: Misfiled followup to ports/184035; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Nov 24 23:42:20 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184217 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 23:43: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 ESMTPS id 765B561B; Sun, 24 Nov 2013 23:43:24 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3A02CC7; Sun, 24 Nov 2013 23:43: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 rAONhOc2020051; Sun, 24 Nov 2013 23:43:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAONhOOK020050; Sun, 24 Nov 2013 23:43:24 GMT (envelope-from linimon) Date: Sun, 24 Nov 2013 23:43:24 GMT Message-Id: <201311242343.rAONhOOK020050@freefall.freebsd.org> To: thierry@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184218: Re: net/liveMedia: upgrade to 2013.11.15 and reorganize X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 23:43:24 -0000 Synopsis: Re: net/liveMedia: upgrade to 2013.11.15 and reorganize State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Nov 24 23:42:20 UTC 2013 State-Changed-Why: Misfiled followup to ports/184035; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Nov 24 23:42:20 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184218 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 23:44:50 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 ESMTPS id C4E75653; Sun, 24 Nov 2013 23:44:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9C24C2CCF; Sun, 24 Nov 2013 23:44:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAONiori020123; Sun, 24 Nov 2013 23:44:50 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAONiohc020122; Sun, 24 Nov 2013 23:44:50 GMT (envelope-from linimon) Date: Sun, 24 Nov 2013 23:44:50 GMT Message-Id: <201311242344.rAONiohc020122@freefall.freebsd.org> To: thomas.e.zander@googlemail.com, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184249: Re: net/liveMedia: upgrade to 2013.11.15 and reorganize X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 23:44:50 -0000 Synopsis: Re: net/liveMedia: upgrade to 2013.11.15 and reorganize State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Nov 24 23:42:20 UTC 2013 State-Changed-Why: Misfiled followup to ports/184035; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Nov 24 23:42:20 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184249 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 23:46:27 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 ESMTPS id 70467691; Sun, 24 Nov 2013 23:46:27 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4799D2CD8; Sun, 24 Nov 2013 23:46:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAONkR7n020312; Sun, 24 Nov 2013 23:46:27 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAONkRxS020311; Sun, 24 Nov 2013 23:46:27 GMT (envelope-from linimon) Date: Sun, 24 Nov 2013 23:46:27 GMT Message-Id: <201311242346.rAONkRxS020311@freefall.freebsd.org> To: fbsd@opal.com, oliver.fromme@secnetix.de, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184210: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 23:46:27 -0000 Synopsis: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Sun Nov 24 23:46:21 UTC 2013 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=184210 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 23: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 ESMTPS id F0F1871D for ; Sun, 24 Nov 2013 23:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D4CE72CFA for ; Sun, 24 Nov 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 rAONo0Yk020425 for ; Sun, 24 Nov 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 rAONo0kM020419; Sun, 24 Nov 2013 23:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Nov 2013 23:50:00 GMT Resent-Message-Id: <201311242350.rAONo0kM020419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F16E871B for ; Sun, 24 Nov 2013 23:49:09 +0000 (UTC) Received: from cse.tw (cse.tw [140.138.145.234]) by mx1.freebsd.org (Postfix) with ESMTP id B54F12CF7 for ; Sun, 24 Nov 2013 23:49:09 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id EA9B2187B02B for ; Mon, 25 Nov 2013 07:49:18 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id rAONnI19073339; Mon, 25 Nov 2013 07:49:18 +0800 (CST) (envelope-from gaod) Message-Id: <201311242349.rAONnI19073339@cse.tw> Date: Mon, 25 Nov 2013 07:49:18 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184262: [MAINTAINER] textproc/apache-solr: update to 4.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 23:50:01 -0000 >Number: 184262 >Category: ports >Synopsis: [MAINTAINER] textproc/apache-solr: update to 4.6.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Nov 24 23:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 >Description: - Update to 4.6.0 Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- apache-solr-4.6.0.patch begins here --- diff -ruN /usr/ports/textproc/apache-solr/Makefile ./Makefile --- /usr/ports/textproc/apache-solr/Makefile 2013-11-23 18:26:08.000000000 +0800 +++ ./Makefile 2013-11-25 07:48:35.240532542 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: textproc/apache-solr/Makefile 334654 2013-11-23 10:26:08Z sunpoet $ PORTNAME= apache-solr -PORTVERSION= 4.5.1 +PORTVERSION= 4.6.0 CATEGORIES= textproc java MASTER_SITES= APACHE MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION} diff -ruN /usr/ports/textproc/apache-solr/distinfo ./distinfo --- /usr/ports/textproc/apache-solr/distinfo 2013-11-23 18:26:08.000000000 +0800 +++ ./distinfo 2013-11-25 07:48:35.240532542 +0800 @@ -1,2 +1,2 @@ -SHA256 (solr-4.5.1.tgz) = 8726fa10c6b92aa1d2235768092ee2d4cd486eea1738695f91b33c3fd8bc4bd7 -SIZE (solr-4.5.1.tgz) = 133383663 +SHA256 (solr-4.6.0.tgz) = 2a4a6559665363236653bec749f580a5da973e1088227ceb1fca87802bd06a3f +SIZE (solr-4.6.0.tgz) = 138704246 diff -ruN /usr/ports/textproc/apache-solr/pkg-plist ./pkg-plist --- /usr/ports/textproc/apache-solr/pkg-plist 2013-08-26 20:03:29.000000000 +0800 +++ ./pkg-plist 2013-11-25 07:48:35.240532542 +0800 @@ -12,9 +12,9 @@ %%JAVAJARDIR%%/solr-uima-%%PORTVERSION%%.jar %%JAVAJARDIR%%/solr-velocity-%%PORTVERSION%%.jar %%JAVAJARDIR%%/solrj-lib/commons-io-2.1.jar -%%JAVAJARDIR%%/solrj-lib/httpclient-4.2.3.jar -%%JAVAJARDIR%%/solrj-lib/httpcore-4.2.2.jar -%%JAVAJARDIR%%/solrj-lib/httpmime-4.2.3.jar +%%JAVAJARDIR%%/solrj-lib/httpclient-4.2.6.jar +%%JAVAJARDIR%%/solrj-lib/httpcore-4.2.5.jar +%%JAVAJARDIR%%/solrj-lib/httpmime-4.2.6.jar %%JAVAJARDIR%%/solrj-lib/jcl-over-slf4j-1.6.6.jar %%JAVAJARDIR%%/solrj-lib/jul-to-slf4j-1.6.6.jar %%JAVAJARDIR%%/solrj-lib/log4j-1.2.16.jar @@ -26,8 +26,8 @@ %%JAVAJARDIR%%/test-framework/README.txt %%JAVAJARDIR%%/test-framework/lib/ant-1.8.2.jar %%JAVAJARDIR%%/test-framework/lib/junit-4.10.jar -%%JAVAJARDIR%%/test-framework/lib/junit4-ant-2.0.10.jar -%%JAVAJARDIR%%/test-framework/lib/randomizedtesting-runner-2.0.10.jar +%%JAVAJARDIR%%/test-framework/lib/junit4-ant-2.0.13.jar +%%JAVAJARDIR%%/test-framework/lib/randomizedtesting-runner-2.0.13.jar %%JAVAJARDIR%%/test-framework/lucene-libs/lucene-test-framework-%%PORTVERSION%%.jar @dirrmtry %%JAVAJARDIR%%/solrj-lib @dirrmtry %%JAVAJARDIR%%/test-framework/lib --- apache-solr-4.6.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 23: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 ESMTPS id 123D974A; Sun, 24 Nov 2013 23:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DDBE62CFB; Sun, 24 Nov 2013 23: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 rAONo8Pu020556; Sun, 24 Nov 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 rAONo8jJ020555; Sun, 24 Nov 2013 23:50:08 GMT (envelope-from edwin) Date: Sun, 24 Nov 2013 23:50:08 GMT Message-Id: <201311242350.rAONo8jJ020555@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184262: [MAINTAINER] textproc/apache-solr: update to 4.6.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 23:50:09 -0000 Synopsis: [MAINTAINER] textproc/apache-solr: update to 4.6.0 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sun Nov 24 23:50: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=184262 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 24 23:58: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 ESMTPS id 90DEB911; Sun, 24 Nov 2013 23:58:22 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 687832D51; Sun, 24 Nov 2013 23:58: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 rAONwMpX022253; Sun, 24 Nov 2013 23:58:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAONwMPr022252; Sun, 24 Nov 2013 23:58:22 GMT (envelope-from linimon) Date: Sun, 24 Nov 2013 23:58:22 GMT Message-Id: <201311242358.rAONwMPr022252@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, linimon@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184260: Remove maintainer from not cared for ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Nov 2013 23:58:22 -0000 Synopsis: Remove maintainer from not cared for ports Responsible-Changed-From-To: freebsd-ports-bugs->linimon Responsible-Changed-By: linimon Responsible-Changed-When: Sun Nov 24 23:58:09 UTC 2013 Responsible-Changed-Why: take. http://www.freebsd.org/cgi/query-pr.cgi?pr=184260 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 00: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 ESMTPS id 71129A31 for ; Mon, 25 Nov 2013 00:00:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5447C2D67 for ; Mon, 25 Nov 2013 00: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 rAP003S6022450 for ; Mon, 25 Nov 2013 00: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 rAP003Ij022449; Mon, 25 Nov 2013 00:00:03 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 00:00:03 GMT Resent-Message-Id: <201311250000.rAP003Ij022449@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hung-Yi Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 038F07D8 for ; Sun, 24 Nov 2013 23:54:39 +0000 (UTC) Received: from cse.tw (cse.tw [140.138.145.234]) by mx1.freebsd.org (Postfix) with ESMTP id C4A462D35 for ; Sun, 24 Nov 2013 23:54:38 +0000 (UTC) Received: from cse.tw (localhost [127.0.0.1]) by cse.tw (Postfix) with ESMTP id F012F187B340 for ; Mon, 25 Nov 2013 07:54:47 +0800 (CST) Received: (from gaod@localhost) by cse.tw (8.14.5/8.14.5/Submit) id rAONslHc079948; Mon, 25 Nov 2013 07:54:47 +0800 (CST) (envelope-from gaod) Message-Id: <201311242354.rAONslHc079948@cse.tw> Date: Mon, 25 Nov 2013 07:54:47 +0800 (CST) From: Hung-Yi Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184263: [NEW PORT] devel/p5-File-Tail-Scribe: Perl Module to tail file to Scribe server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 00:00:03 -0000 >Number: 184263 >Category: ports >Synopsis: [NEW PORT] devel/p5-File-Tail-Scribe: Perl Module to tail file to Scribe server >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 Nov 25 00:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hung-Yi Chen >Release: FreeBSD 9.1-RELEASE-p6 amd64 >Organization: >Environment: System: FreeBSD cse.tw 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 >Description: It monitors files in a given directory (or set of directories), such as Apache log files in /var/log/httpd, and as the log files are written to, takes the changes and sends them to a running instance of the Scribe logging system. WWW: http://search.cpan.org/dist/File-Tail-Scribe/ Generated with FreeBSD Port Tools 0.99_8 (mode: new) >How-To-Repeat: >Fix: --- .shar begins here --- # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # p5-File-Tail-Scribe # p5-File-Tail-Scribe/distinfo # p5-File-Tail-Scribe/pkg-plist # p5-File-Tail-Scribe/Makefile # p5-File-Tail-Scribe/pkg-descr # echo c - p5-File-Tail-Scribe mkdir -p p5-File-Tail-Scribe > /dev/null 2>&1 echo x - p5-File-Tail-Scribe/distinfo sed 's/^X//' >p5-File-Tail-Scribe/distinfo << 'ff1929943e33c14f0bdea10996fad51c' XSHA256 (File-Tail-Scribe-0.13.tar.gz) = 75817c2c2d155707423fb26f5923a69dfc6834a8f532afaaf01a4069f15f8b20 XSIZE (File-Tail-Scribe-0.13.tar.gz) = 8656 ff1929943e33c14f0bdea10996fad51c echo x - p5-File-Tail-Scribe/pkg-plist sed 's/^X//' >p5-File-Tail-Scribe/pkg-plist << '2448ea43791a290e002f8c993d2d3e3a' X%%SITE_PERL%%/File/Tail/Scribe.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail/Scribe/.packlist X@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail/Scribe X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File/Tail X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/File X@dirrmtry %%SITE_PERL%%/File 2448ea43791a290e002f8c993d2d3e3a echo x - p5-File-Tail-Scribe/Makefile sed 's/^X//' >p5-File-Tail-Scribe/Makefile << 'd2450ab95d45b853fc6488f6298a570e' X# Created by: Hung-Yi Chen X# $FreeBSD$ X XPORTNAME= File-Tail-Scribe XPORTVERSION= 0.13 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= gaod@hychen.org XCOMMENT= Perl Module to tail file to Scribe server X XRUN_DEPENDS= p5-File-Tail-Dir>0:${PORTSDIR}/devel/p5-File-Tail-Dir \ X p5-Log-Dispatch-Scribe>0:${PORTSDIR}/devel/p5-Log-Dispatch-Scribe \ X p5-Moose>0:${PORTSDIR}/devel/p5-Moose \ X p5-Test-MockObject>0:${PORTSDIR}/devel/p5-Test-MockObject X XUSES= perl5 XUSE_PERL5= configure X XMAN3= File::Tail::Scribe.3 X XNO_STAGE= yes X.include d2450ab95d45b853fc6488f6298a570e echo x - p5-File-Tail-Scribe/pkg-descr sed 's/^X//' >p5-File-Tail-Scribe/pkg-descr << 'c563db79a0307bfa8f27fd9deed42169' XIt monitors files in a given directory (or set of directories), such as XApache log files in /var/log/httpd, and as the log files are written to, Xtakes the changes and sends them to a running instance of the Scribe Xlogging system. X XWWW: http://search.cpan.org/dist/File-Tail-Scribe/ c563db79a0307bfa8f27fd9deed42169 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 00:00: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 ESMTPS id 1D28AA65; Mon, 25 Nov 2013 00:00:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EA1932D69; Mon, 25 Nov 2013 00: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 rAP00Ak0022539; Mon, 25 Nov 2013 00:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAP00AXv022538; Mon, 25 Nov 2013 00:00:10 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 00:00:10 GMT Message-Id: <201311250000.rAP00AXv022538@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184263: [NEW PORT] devel/p5-File-Tail-Scribe: Perl Module to tail file to Scribe server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 00:00:11 -0000 Synopsis: [NEW PORT] devel/p5-File-Tail-Scribe: Perl Module to tail file to Scribe server Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 00:00:10 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=184263 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 00:04:47 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 ESMTPS id 45FD8BC1; Mon, 25 Nov 2013 00:04:47 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C8B52DB6; Mon, 25 Nov 2013 00:04:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAP04kgq030811; Mon, 25 Nov 2013 00:04:46 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAP04kCW030810; Mon, 25 Nov 2013 00:04:46 GMT (envelope-from linimon) Date: Mon, 25 Nov 2013 00:04:46 GMT Message-Id: <201311250004.rAP04kCW030810@freefall.freebsd.org> To: c.petrik.sosa@gmail.com, slw@zxy.spb.ru, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/181520: mplayer/mencoder failed to build with net/liveMedia 2013.08.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 00:04:47 -0000 Synopsis: mplayer/mencoder failed to build with net/liveMedia 2013.08.16 State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Mon Nov 25 00:04:28 UTC 2013 State-Changed-Why: Maintainer was reset. http://www.freebsd.org/cgi/query-pr.cgi?pr=181520 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 01:24:51 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id 21DA6C7B for ; Mon, 25 Nov 2013 01:24:51 +0000 (UTC) Received: from sam.nabble.com (sam.nabble.com [216.139.236.26]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 06869212C for ; Mon, 25 Nov 2013 01:24:50 +0000 (UTC) Received: from [192.168.236.26] (helo=sam.nabble.com) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1Vkkup-0006ra-Pi for freebsd-ports-bugs@freebsd.org; Sun, 24 Nov 2013 17:24:43 -0800 Date: Sun, 24 Nov 2013 17:24:43 -0800 (PST) From: eikemoraes7 To: freebsd-ports-bugs@freebsd.org Message-ID: <1385342683786-5863631.post@n5.nabble.com> Subject: Plugin Flash FREEBSD X86_64 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.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 01:24:51 -0000 please help me install plugin flash ? -- View this message in context: http://freebsd.1045724.n5.nabble.com/Plugin-Flash-FREEBSD-X86-64-tp5863631.html Sent from the freebsd-ports-bugs mailing list archive at Nabble.com. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id 4EA55417 for ; Mon, 25 Nov 2013 01:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C5022251 for ; Mon, 25 Nov 2013 01: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 rAP1o0Ea057304 for ; Mon, 25 Nov 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 rAP1o0eN057303; Mon, 25 Nov 2013 01:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 01:50:00 GMT Resent-Message-Id: <201311250150.rAP1o0eN057303@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lawrence Chen Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6E24A3F5 for ; Mon, 25 Nov 2013 01:47:53 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 421D82240 for ; Mon, 25 Nov 2013 01:47:52 +0000 (UTC) Received: from ip70-179-144-228.fv.ks.cox.net ([70.179.144.228] helo=zen.lhaven.homeip.net) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1VklH8-0001NR-J2 for FreeBSD-gnats-submit@freebsd.org; Mon, 25 Nov 2013 01:47:46 +0000 Received: from zen.lhaven.homeip.net (localhost [127.0.0.1]) by zen.lhaven.homeip.net (8.14.7/8.14.7) with ESMTP id rAP1lf84016292; Sun, 24 Nov 2013 19:47:41 -0600 (CST) (envelope-from lchen@zen.lhaven.homeip.net) Received: (from lchen@localhost) by zen.lhaven.homeip.net (8.14.7/8.14.7/Submit) id rAP1larV016291; Sun, 24 Nov 2013 19:47:36 -0600 (CST) (envelope-from lchen) Message-Id: <201311250147.rAP1larV016291@zen.lhaven.homeip.net> Date: Sun, 24 Nov 2013 19:47:36 -0600 (CST) From: Lawrence Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184264: audio/sox: /usr/local/man/man7/soxeffect.7.gz invalid link Cc: beastie_t@lhaven.homeip.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Lawrence Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 01:50:01 -0000 >Number: 184264 >Category: ports >Synopsis: audio/sox: /usr/local/man/man7/soxeffect.7.gz invalid link >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 Nov 25 01:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Lawrence Chen >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD zen.lhaven.homeip.net 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: Been seeing this in my periodic weekly output for the last few weeks: makewhatis: /usr/local/man/man7/soxeffect.7.gz: No such file or directory Finally looked at it, and found that it is a symbolic link of: soxeffect.7.gz -> sox.1.gz Which should be: soxeffect.7.gz -> ../man1/sox.1.gz Eventually trace the install process and it appears that it installs to stage and then get's compressed altering "soxeffect.7 -> ../man1/sox.1" into "soxeffect.7.gz -> sox.1.gz" Setting NO_STAGE, it installs into /usr/local/man, uncompressed man pages so the link remains functional. Which looks strange since everything else is compressed. >How-To-Repeat: >Fix: Work around is use NO_STAGE. Haven't delved into staging much yet. Looks like the culprit is in bsd.stage.mk, strips off the any path information on both the link and the dest. link="/usr/ports/audio/sox/work/stage/usr/local/man/man7/soxeffect.7" dest=$(readlink $link) # dest="../man1/sox.1" cd ${link%/*} # cd /usr/ports/.../man7 ln -sf ${dest##*/}.gz ${link##*/}.gz Probably needs to test if the $dest is a relative or absolute link. Though if its an absolute link, it should check whether the path is the same or not. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 01: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 ESMTPS id B4CE544F; Mon, 25 Nov 2013 01:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D7532253; Mon, 25 Nov 2013 01: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 rAP1o9ng057438; Mon, 25 Nov 2013 01: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 rAP1o9oF057437; Mon, 25 Nov 2013 01:50:09 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 01:50:09 GMT Message-Id: <201311250150.rAP1o9oF057437@freefall.freebsd.org> To: beastie@tardisi.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184264: audio/sox: /usr/local/man/man7/soxeffect.7.gz invalid link X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 01:50:09 -0000 Synopsis: audio/sox: /usr/local/man/man7/soxeffect.7.gz invalid link State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Nov 25 01: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=184264 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 02: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 ESMTPS id A93274E8 for ; Mon, 25 Nov 2013 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9824122D0 for ; Mon, 25 Nov 2013 02: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 rAP201qK059266 for ; Mon, 25 Nov 2013 02: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 rAP201Xa059265; Mon, 25 Nov 2013 02:00:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 02:00:01 GMT Message-Id: <201311250200.rAP201Xa059265@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184264: audio/sox: /usr/local/man/man7/soxeffect.7.gz invalid link X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 25 Nov 2013 02:00:01 -0000 The following reply was made to PR ports/184264; it has been noted by GNATS. From: Edwin Groothuis To: dnelson@allantgroup.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184264: audio/sox: /usr/local/man/man7/soxeffect.7.gz invalid link Date: Mon, 25 Nov 2013 01:50:08 UT Maintainer of audio/sox, Please note that PR ports/184264 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/184264 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 03:17: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 ESMTPS id D262BE63; Mon, 25 Nov 2013 03:17:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A99282623; Mon, 25 Nov 2013 03:17: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 rAP3H3eW076155; Mon, 25 Nov 2013 03:17:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAP3H3Fb076154; Mon, 25 Nov 2013 03:17:03 GMT (envelope-from linimon) Date: Mon, 25 Nov 2013 03:17:03 GMT Message-Id: <201311250317.rAP3H3Fb076154@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-i386@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184181: www/mod_security not installed full! X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 03:17:03 -0000 Old Synopsis: Mod_security not installed full! New Synopsis: www/mod_security not installed full! Responsible-Changed-From-To: freebsd-i386->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Nov 25 03:16:30 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=184181 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 03:17: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 ESMTPS id B2423EB2; Mon, 25 Nov 2013 03:17:43 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88DAF262C; Mon, 25 Nov 2013 03:17: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 rAP3HhBg076213; Mon, 25 Nov 2013 03:17:43 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAP3HhBC076212; Mon, 25 Nov 2013 03:17:43 GMT (envelope-from linimon) Date: Mon, 25 Nov 2013 03:17:43 GMT Message-Id: <201311250317.rAP3HhBC076212@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184151: audio/last.fm 1.5.4.26862 doesn't build on FreeBSD 10.0-BETA3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 03:17:43 -0000 Old Synopsis: last.fm 1.5.4.26862 doesn't build on FreeBSD 10.0-BETA3 New Synopsis: audio/last.fm 1.5.4.26862 doesn't build on FreeBSD 10.0-BETA3 Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Nov 25 03:17:25 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=184151 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 03: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 ESMTPS id D2EE8F25; Mon, 25 Nov 2013 03:18:24 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ABA662639; Mon, 25 Nov 2013 03: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 rAP3IOMH076359; Mon, 25 Nov 2013 03:18:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAP3IO2T076358; Mon, 25 Nov 2013 03:18:24 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 03:18:24 GMT Message-Id: <201311250318.rAP3IO2T076358@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184181: www/mod_security not installed full! X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 03:18:24 -0000 Synopsis: www/mod_security not installed full! Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 03:18:24 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184181 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 03:19: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 ESMTPS id B6134F65; Mon, 25 Nov 2013 03:19:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8CD5F264F; Mon, 25 Nov 2013 03:19: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 rAP3J9J0076450; Mon, 25 Nov 2013 03:19:09 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAP3J904076449; Mon, 25 Nov 2013 03:19:09 GMT (envelope-from linimon) Date: Mon, 25 Nov 2013 03:19:09 GMT Message-Id: <201311250319.rAP3J904076449@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184142: sysutils/k3b-kde4 build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 03:19:09 -0000 Old Synopsis: K3b-kde4 build error New Synopsis: sysutils/k3b-kde4 build error Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Nov 25 03:18:35 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=184142 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 03:19: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 ESMTPS id 346A9F6C; Mon, 25 Nov 2013 03:19:14 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0BBEF2653; Mon, 25 Nov 2013 03:19: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 rAP3JDCi076555; Mon, 25 Nov 2013 03:19:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAP3JDYL076554; Mon, 25 Nov 2013 03:19:13 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 03:19:13 GMT Message-Id: <201311250319.rAP3JDYL076554@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184142: sysutils/k3b-kde4 build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 03:19:14 -0000 Synopsis: sysutils/k3b-kde4 build error Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 03:19:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184142 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 04: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 ESMTPS id 2D323CDC for ; Mon, 25 Nov 2013 04:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 955C729F9 for ; Mon, 25 Nov 2013 04: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 rAP4o0T4093913 for ; Mon, 25 Nov 2013 04: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 rAP4o0al093912; Mon, 25 Nov 2013 04:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 04:50:00 GMT Resent-Message-Id: <201311250450.rAP4o0al093912@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gasol Wu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E375A68 for ; Mon, 25 Nov 2013 04:40:52 +0000 (UTC) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id E74DA29BA for ; Mon, 25 Nov 2013 04:40:51 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id 727E4750175; Mon, 25 Nov 2013 12:30:49 +0800 (CST) Message-Id: <20131125043049.727E4750175@goingmarry.kkbox.com> Date: Mon, 25 Nov 2013 12:30:49 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184265: [MAINTAINER] devel/pear-SebastianBergmann_PHPLOC: update to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 04:50:01 -0000 >Number: 184265 >Category: ports >Synopsis: [MAINTAINER] devel/pear-SebastianBergmann_PHPLOC: 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 Nov 25 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gasol Wu >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC >Description: - Update to 2.0.3 - Fix dependency - ports/181673 is obsolete Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- pear-SebastianBergmann_PHPLOC-2.0.3.patch begins here --- diff -ruN /usr/ports/devel/pear-SebastianBergmann_PHPLOC/Makefile ./Makefile --- /usr/ports/devel/pear-SebastianBergmann_PHPLOC/Makefile 2013-11-09 05:41:53.000000000 +0800 +++ ./Makefile 2013-11-25 11:29:55.000000000 +0800 @@ -1,9 +1,8 @@ # Created by: Gasol Wu -# $FreeBSD: devel/pear-SebastianBergmann_PHPLOC/Makefile 333263 2013-11-08 21:41:53Z antoine $ +# $FreeBSD: ports/devel/pear-SebastianBergmann_PHPLOC/Makefile,v 1.1 2013/01/02 18:43:17 svnexp Exp $ PORTNAME= PHPLOC -PORTVERSION= 1.7.1 -PORTREVISION= 1 +PORTVERSION= 2.0.3 CATEGORIES= devel pear MASTER_SITES= http://pear.phpunit.de/get/ PKGNAMEPREFIX= pear-SebastianBergmann_ @@ -15,14 +14,16 @@ LICENSE= BSD BUILD_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ - pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \ - pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ - pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ + pear-Symfony_Component_Console>=1.1.0:${PORTSDIR}/devel/pear-Symfony_Component_Console \ + pear-SebastianBergmann_FinderFacade>=1.1.0:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ + pear-SebastianBergmann_Git>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Git \ + pear-SebastianBergmann_Version>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Version \ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit RUN_DEPENDS= pear>=1.9.4:${PORTSDIR}/devel/pear \ - pear-File_Iterator>=1.3.0:${PORTSDIR}/devel/pear-File_Iterator \ - pear-ezc_ConsoleTools>=1.6:${PORTSDIR}/devel/pear-ezc_ConsoleTools \ - pear-SebastianBergmann_FinderFacade>=1.0.4:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ + pear-Symfony_Component_Console>=1.1.0:${PORTSDIR}/devel/pear-Symfony_Component_Console \ + pear-SebastianBergmann_FinderFacade>=1.1.0:${PORTSDIR}/devel/pear-SebastianBergmann_FinderFacade \ + pear-SebastianBergmann_Git>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Git \ + pear-SebastianBergmann_Version>=1.0.0:${PORTSDIR}/devel/pear-SebastianBergmann_Version \ ${PEARDIR}/.channels/pear.phpunit.de.reg:${PORTSDIR}/devel/pear-channel-phpunit USE_PHP= tokenizer diff -ruN /usr/ports/devel/pear-SebastianBergmann_PHPLOC/distinfo ./distinfo --- /usr/ports/devel/pear-SebastianBergmann_PHPLOC/distinfo 2013-01-03 01:55:26.000000000 +0800 +++ ./distinfo 2013-11-25 11:27:29.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (PEAR/phploc-1.7.1.tgz) = 0c1c3af9d0de1259a57ffc8037b9d11e1e95c4ae43ba73495073ae19104e20ca -SIZE (PEAR/phploc-1.7.1.tgz) = 9944 +SHA256 (PEAR/phploc-2.0.3.tgz) = 2d90c9023160b75199b647cfd874cf1e07025d5823be34ed27838528072b7af7 +SIZE (PEAR/phploc-2.0.3.tgz) = 12588 --- pear-SebastianBergmann_PHPLOC-2.0.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 04: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 ESMTPS id 36075D09; Mon, 25 Nov 2013 04:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EE36329FA; Mon, 25 Nov 2013 04: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 rAP4o8W7094045; Mon, 25 Nov 2013 04: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 rAP4o84A094044; Mon, 25 Nov 2013 04:50:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 04:50:08 GMT Message-Id: <201311250450.rAP4o84A094044@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184265: [MAINTAINER] devel/pear-SebastianBergmann_PHPLOC: update to 2.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 04:50:09 -0000 Synopsis: [MAINTAINER] devel/pear-SebastianBergmann_PHPLOC: update to 2.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 04:50: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=184265 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 05: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 ESMTPS id C767E9E for ; Mon, 25 Nov 2013 05:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 908412B5E for ; Mon, 25 Nov 2013 05: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 rAP5U0ws002455 for ; Mon, 25 Nov 2013 05: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 rAP5U0Zi002454; Mon, 25 Nov 2013 05:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 05:30:00 GMT Resent-Message-Id: <201311250530.rAP5U0Zi002454@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A26BFFF0 for ; Mon, 25 Nov 2013 05:26:15 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 883F72B48 for ; Mon, 25 Nov 2013 05:26:15 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP5Q2Hb011599 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 21:26:06 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250526.rAP5Q2Hb011599@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 21:26:06 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184266: Remove port: www/trac-gitplugin Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 05:30:00 -0000 >Number: 184266 >Category: ports >Synopsis: Remove port: www/trac-gitplugin >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 05:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: According to http://trac-hacks.org/wiki/GitPlugin: "Note: This plugin has been included as an officially bundled (optional) plugin in the Trac 1.0 distribution -- From now on, it is maintained and developed at trac:TracGit." Information about enabling Git support in www/trac is available at: http://trac.edgewall.org/wiki/TracGit Therefor, www/trac-gitplugin should be removed from ports. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 05: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 ESMTPS id 5AEAFE4; Mon, 25 Nov 2013 05:30:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 34F632B85; Mon, 25 Nov 2013 05: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 rAP5U8vb002590; Mon, 25 Nov 2013 05: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 rAP5U81L002589; Mon, 25 Nov 2013 05:30:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 05:30:08 GMT Message-Id: <201311250530.rAP5U81L002589@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184266: Remove port: www/trac-gitplugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 05:30:08 -0000 Synopsis: Remove port: www/trac-gitplugin Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 05:30:07 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=184266 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id AC6CB1CE for ; Mon, 25 Nov 2013 05:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E96D2C17 for ; Mon, 25 Nov 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 rAP5o04i006033 for ; Mon, 25 Nov 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 rAP5o01t006032; Mon, 25 Nov 2013 05:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 05:50:00 GMT Resent-Message-Id: <201311250550.rAP5o01t006032@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8AB731C1 for ; Mon, 25 Nov 2013 05:47:08 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6E5532C0F for ; Mon, 25 Nov 2013 05:47:08 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP5kr9s022479 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 21:46:57 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250546.rAP5kr9s022479@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 21:46:57 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184267: Update port: devel/py-gitosis Add STAGE support Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 05:50:00 -0000 >Number: 184267 >Category: ports >Synopsis: Update port: devel/py-gitosis Add STAGE support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 05:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Add STAGE and PYDISTUTILS_AUTOPLIST support to devel/py-gitosis. >How-To-Repeat: >Fix: --- py-gitosis.2013-11-25T053925Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/devel/py-gitosis/Makefile py-gitosis/Makefile --- /usr/ports/devel/py-gitosis/Makefile 2013-09-20 10:13:42.000000000 -0700 +++ py-gitosis/Makefile 2013-11-24 21:36:50.000000000 -0800 @@ -22,11 +22,10 @@ GROUPS= ${USERS} WRKSRC= ${WRKDIR}/${PORTNAME} +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGVERSION= ${PORTVERSION:R} -NO_STAGE= yes post-install: - ${CHMOD} +x ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update - @${CAT} ${PKGMESSAGE} + ${CHMOD} +x ${STAGEDIR}${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update .include diff -Nrux .svn -x work /usr/ports/devel/py-gitosis/pkg-plist py-gitosis/pkg-plist --- /usr/ports/devel/py-gitosis/pkg-plist 2012-07-14 06:54:48.000000000 -0700 +++ py-gitosis/pkg-plist 1969-12-31 16:00:00.000000000 -0800 @@ -1,92 +0,0 @@ -@comment $FreeBSD: devel/py-gitosis/pkg-plist 300896 2012-07-14 13:54:48Z beat $ -bin/gitosis-init -bin/gitosis-run-hook -bin/gitosis-serve -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/access.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/access.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/access.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/app.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/app.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/app.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/gitdaemon.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/gitdaemon.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/gitdaemon.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/gitweb.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/gitweb.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/gitweb.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/group.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/group.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/group.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/init.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/init.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/init.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/repository.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/repository.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/repository.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/run_hook.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/run_hook.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/run_hook.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/serve.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/serve.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/serve.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/ssh.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/ssh.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/ssh.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/templates/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/templates/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/templates/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/templates/admin/hooks/post-update -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_access.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_access.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_access.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_gitdaemon.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_gitdaemon.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_gitdaemon.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_gitweb.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_gitweb.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_gitweb.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_group.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_group.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_group.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_init.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_init.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_init.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_repository.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_repository.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_repository.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_run_hook.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_run_hook.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_run_hook.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_serve.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_serve.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_serve.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_ssh.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_ssh.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/test_ssh.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/util.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/util.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test/util.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/util.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/util.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/util.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/test -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/templates/admin/hooks -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/templates/admin -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis/templates -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/gitosis -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% -@dirrmtry git --- py-gitosis.2013-11-25T053925Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 05: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 ESMTPS id 43E671FB; Mon, 25 Nov 2013 05:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E1042C18; Mon, 25 Nov 2013 05: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 rAP5o8hV007684; Mon, 25 Nov 2013 05: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 rAP5o8O7007683; Mon, 25 Nov 2013 05:50:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 05:50:08 GMT Message-Id: <201311250550.rAP5o8O7007683@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184267: Update port: devel/py-gitosis Add STAGE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 05:50:09 -0000 Synopsis: Update port: devel/py-gitosis Add STAGE support Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 05:50: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=184267 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06: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 ESMTPS id E5A86489 for ; Mon, 25 Nov 2013 06:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C87232C89 for ; Mon, 25 Nov 2013 06: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 rAP6009j007921 for ; Mon, 25 Nov 2013 06: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 rAP600Ru007920; Mon, 25 Nov 2013 06:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 06:00:00 GMT Resent-Message-Id: <201311250600.rAP600Ru007920@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9FEE9417 for ; Mon, 25 Nov 2013 05:55:48 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 854382C70 for ; Mon, 25 Nov 2013 05:55:48 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP5tfBY026632 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 21:55:45 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250555.rAP5tfBY026632@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 21:55:45 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184268: Update port: net/p5-Net-Ping-External Add STAGE support Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:00:01 -0000 >Number: 184268 >Category: ports >Synopsis: Update port: net/p5-Net-Ping-External Add STAGE support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 06:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Add STAGE support to net/p5-Net-Ping-External. https://redports.org/buildarchive/20131124224500-22684/ >How-To-Repeat: >Fix: --- p5-Net-Ping-External.2013-11-24T224033Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/net/p5-Net-Ping-External/Makefile p5-Net-Ping-External/Makefile --- /usr/ports/net/p5-Net-Ping-External/Makefile 2013-09-20 15:10:23.000000000 -0700 +++ p5-Net-Ping-External/Makefile 2013-11-24 14:32:03.000000000 -0800 @@ -17,7 +17,4 @@ USES= perl5 USE_PERL5= configure -MAN3= Net::Ping::External.3 - -NO_STAGE= yes .include diff -Nrux .svn -x work /usr/ports/net/p5-Net-Ping-External/pkg-plist p5-Net-Ping-External/pkg-plist --- /usr/ports/net/p5-Net-Ping-External/pkg-plist 2012-07-14 07:29:18.000000000 -0700 +++ p5-Net-Ping-External/pkg-plist 2013-11-24 14:34:32.000000000 -0800 @@ -1,5 +1,6 @@ %%SITE_PERL%%/Net/Ping/External.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External/.packlist +%%PERL5_MAN3%%/Net::Ping::External.3.gz @dirrmtry %%SITE_PERL%%/Net/Ping @dirrmtry %%SITE_PERL%%/Net @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Ping/External --- p5-Net-Ping-External.2013-11-24T224033Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06: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 ESMTPS id 6B7954B8; Mon, 25 Nov 2013 06:00:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 453EF2C8A; Mon, 25 Nov 2013 06: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 rAP608og008054; Mon, 25 Nov 2013 06: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 rAP6087p008053; Mon, 25 Nov 2013 06:00:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 06:00:08 GMT Message-Id: <201311250600.rAP6087p008053@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184268: Update port: net/p5-Net-Ping-External Add STAGE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:00:08 -0000 Synopsis: Update port: net/p5-Net-Ping-External Add STAGE support Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 06:00:07 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=184268 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06: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 ESMTPS id 0999761D for ; Mon, 25 Nov 2013 06:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E09C52CEA for ; Mon, 25 Nov 2013 06: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 rAP6A1Lb013597 for ; Mon, 25 Nov 2013 06: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 rAP6A1jD013596; Mon, 25 Nov 2013 06:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 06:10:01 GMT Resent-Message-Id: <201311250610.rAP6A1jD013596@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C05752F for ; Mon, 25 Nov 2013 06:07:39 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 65C6D2CDB for ; Mon, 25 Nov 2013 06:07:39 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP67PAj037031 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 22:07:29 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250607.rAP67PAj037031@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 22:07:29 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184269: Update port: security/py-keyczar Add STAGE support Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:10:02 -0000 >Number: 184269 >Category: ports >Synopsis: Update port: security/py-keyczar Add STAGE support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 06:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Add STAGE and PYDISTUTILS_AUTOPLIST support to security/py-keyczar. https://redports.org/buildarchive/20131124225701-5783/ >How-To-Repeat: >Fix: --- py-keyczar.2013-11-24T225458Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/security/py-keyczar/Makefile py-keyczar/Makefile --- /usr/ports/security/py-keyczar/Makefile 2013-09-20 15:55:24.000000000 -0700 +++ py-keyczar/Makefile 2013-11-24 14:54:16.000000000 -0800 @@ -17,7 +17,7 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes PYDISTUTILS_PKGNAME= python-${PORTNAME} -NO_STAGE= yes .include diff -Nrux .svn -x work /usr/ports/security/py-keyczar/pkg-plist py-keyczar/pkg-plist --- /usr/ports/security/py-keyczar/pkg-plist 2013-05-28 17:36:46.000000000 -0700 +++ py-keyczar/pkg-plist 1969-12-31 16:00:00.000000000 -0800 @@ -1,31 +0,0 @@ -%%PYTHON_SITELIBDIR%%/keyczar/__init__.py -%%PYTHON_SITELIBDIR%%/keyczar/__init__.pyc -%%PYTHON_SITELIBDIR%%/keyczar/__init__.pyo -%%PYTHON_SITELIBDIR%%/keyczar/errors.py -%%PYTHON_SITELIBDIR%%/keyczar/errors.pyc -%%PYTHON_SITELIBDIR%%/keyczar/errors.pyo -%%PYTHON_SITELIBDIR%%/keyczar/keyczar.py -%%PYTHON_SITELIBDIR%%/keyczar/keyczar.pyc -%%PYTHON_SITELIBDIR%%/keyczar/keyczar.pyo -%%PYTHON_SITELIBDIR%%/keyczar/keyczart.py -%%PYTHON_SITELIBDIR%%/keyczar/keyczart.pyc -%%PYTHON_SITELIBDIR%%/keyczar/keyczart.pyo -%%PYTHON_SITELIBDIR%%/keyczar/keydata.py -%%PYTHON_SITELIBDIR%%/keyczar/keydata.pyc -%%PYTHON_SITELIBDIR%%/keyczar/keydata.pyo -%%PYTHON_SITELIBDIR%%/keyczar/keyinfo.py -%%PYTHON_SITELIBDIR%%/keyczar/keyinfo.pyc -%%PYTHON_SITELIBDIR%%/keyczar/keyinfo.pyo -%%PYTHON_SITELIBDIR%%/keyczar/keys.py -%%PYTHON_SITELIBDIR%%/keyczar/keys.pyc -%%PYTHON_SITELIBDIR%%/keyczar/keys.pyo -%%PYTHON_SITELIBDIR%%/keyczar/readers.py -%%PYTHON_SITELIBDIR%%/keyczar/readers.pyc -%%PYTHON_SITELIBDIR%%/keyczar/readers.pyo -%%PYTHON_SITELIBDIR%%/keyczar/util.py -%%PYTHON_SITELIBDIR%%/keyczar/util.pyc -%%PYTHON_SITELIBDIR%%/keyczar/util.pyo -%%PYTHON_SITELIBDIR%%/keyczar/writers.py -%%PYTHON_SITELIBDIR%%/keyczar/writers.pyc -%%PYTHON_SITELIBDIR%%/keyczar/writers.pyo -@dirrm %%PYTHON_SITELIBDIR%%/keyczar --- py-keyczar.2013-11-24T225458Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06:10: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 ESMTPS id 4542164E; Mon, 25 Nov 2013 06:10:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E6882CED; Mon, 25 Nov 2013 06:10: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 rAP6A9rE015197; Mon, 25 Nov 2013 06: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 rAP6A9pB015196; Mon, 25 Nov 2013 06:10:09 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 06:10:09 GMT Message-Id: <201311250610.rAP6A9pB015196@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184269: Update port: security/py-keyczar Add STAGE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:10:10 -0000 Synopsis: Update port: security/py-keyczar Add STAGE support Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 06:10:09 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=184269 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06: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 ESMTPS id 7635D83B for ; Mon, 25 Nov 2013 06:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5534E2D50 for ; Mon, 25 Nov 2013 06: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 rAP6K08A016305 for ; Mon, 25 Nov 2013 06: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 rAP6K0pU016304; Mon, 25 Nov 2013 06:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 06:20:00 GMT Resent-Message-Id: <201311250620.rAP6K0pU016304@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AEFE2825 for ; Mon, 25 Nov 2013 06:18:30 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D7222D44 for ; Mon, 25 Nov 2013 06:18:30 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP6ICJR050848 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 22:18:16 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250618.rAP6ICJR050848@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 22:18:16 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184270: Update port: security/py-keyring Upgrade to 3.2.1 Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:20:00 -0000 >Number: 184270 >Category: ports >Synopsis: Update port: security/py-keyring Upgrade to 3.2.1 >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: Mon Nov 25 06:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Upgrade security/py-keyring to 3.2.1 and add PYDISTUTILS_AUTOPLIST and STAGE support. https://redports.org/buildarchive/20131124231600-59585/ >From CHANGES.rst: ----- 3.2.1 ----- * SecretService backend: use a different function to check that the backend is functional. The default collection may not exist, but the collection will remain usable in that case. Also, make the error message more verbose. Resolves https://bugs.launchpad.net/bugs/1242412. --- 3.2 --- * Issue #120: Invoke KeyringBackend.priority during load_keyring to ensure that any keyring loaded is actually viable (or raises an informative exception). * File keyring: - Issue #123: fix removing items. - Correctly escape item name when removing. - Use with statement when working with files. * Add a test for removing one item in group. * Issue #81: Added experimental support for third-party backends. See `keyring.core._load_library_extensions` for information on supplying a third-party backend. --- 3.1 --- * All code now runs natively on both Python 2 and Python 3, no 2to3 conversion is required. * Testsuite: clean up, and make more use of unittest2 methods. ----- 3.0.5 ----- * Issue #114: Fix logic in pyfs detection. ----- 3.0.4 ----- * Issue #114: Fix detection of pyfs under Mercurial Demand Import. ----- 3.0.3 ----- * Simplified the implementation of ``keyring.core.load_keyring``. It now uses ``__import__`` instead of loading modules explicitly. The ``keyring_path`` parameter to ``load_keyring`` is now deprecated. Callers should instead ensure their module is available on ``sys.path`` before calling ``load_keyring``. Keyring still honors ``keyring-path``. This change fixes Issue #113 in which the explicit module loading of keyring modules was breaking package-relative imports. ----- 3.0.2 ----- * Renamed ``keyring.util.platform`` to ``keyring.util.platform_``. As reported in Issue #112 and `mercurial_keyring #31 `_ and in `Mercurial itself `_, Mercurial's Demand Import does not honor ``absolute_import`` directives, so it's not possible to have a module with the same name as another top-level module. A patch is in place to fix this issue upstream, but to support older Mercurial versions, this patch will remain for some time. ----- 3.0.1 ----- * Ensure that modules are actually imported even in Mercurial's Demand Import environment. --- 3.0 --- * Removed support for Python 2.5. * Removed names in ``keyring.backend`` moved in 1.1 and previously retained for compatibilty. ----- 2.1.1 ----- * Restored Python 2.5 compatibility (lost in 2.0). --- 2.1 --- * Issue #10: Added a 'store' attribute to the OS X Keyring, enabling custom instances of the KeyringBackend to use another store, such as the 'internet' store. For example:: keys = keyring.backends.OS_X.Keyring() keys.store = 'internet' keys.set_password(system, user, password) keys.get_password(system, user) The default for all instances can be set in the class:: keyring.backends.OS_X.Keyring.store = 'internet' * GnomeKeyring: fix availability checks, and make sure the warning message from pygobject is not printed. * Fixes to GnomeKeyring and SecretService tests. ----- 2.0.3 ----- * Issue #112: Backend viability/priority checks now are more aggressive about module presence checking, requesting ``__name__`` from imported modules to force the demand importer to actually attempt the import. ----- 2.0.2 ----- * Issue #111: Windows backend isn't viable on non-Windows platforms. ----- 2.0.1 ----- * Issue #110: Fix issues with ``Windows.RegistryKeyring``. --- 2.0 --- * Prioritized backend support. The primary interface for Keyring backend classes has been refactored to now emit a 'priority' based on the current environment (operating system, libraries available, etc). These priorities provide an indication of the applicability of that backend for the current environment. Users are still welcome to specify a particular backend in configuration, but the default behavior should now be to select the most appropriate backend by default. >How-To-Repeat: >Fix: --- py-keyring.2013-11-25T060845Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/security/py-keyring/Makefile py-keyring/Makefile --- /usr/ports/security/py-keyring/Makefile 2013-09-20 15:55:24.000000000 -0700 +++ py-keyring/Makefile 2013-11-24 15:07:13.000000000 -0800 @@ -2,7 +2,7 @@ # $FreeBSD: security/py-keyring/Makefile 327769 2013-09-20 22:55:24Z bapt $ PORTNAME= keyring -PORTVERSION= 1.6.1 +PORTVERSION= 3.2.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -19,6 +19,7 @@ USE_ZIP= yes USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes OPTIONS_DEFINE= CRYPT_FILE GNOME_KEYRING KDE_KWALLET KEYCZAR PYFS \ SECRET_SERVICE @@ -29,7 +30,6 @@ PYFS_DESC= Install pyfilesystem to support the pyfs backend SECRET_SERVICE_DESC= Install SecretStorage to support the SecretService backend -NO_STAGE= yes .include .if ${PORT_OPTIONS:MCRYPT_FILE} diff -Nrux .svn -x work /usr/ports/security/py-keyring/distinfo py-keyring/distinfo --- /usr/ports/security/py-keyring/distinfo 2013-08-13 08:00:47.000000000 -0700 +++ py-keyring/distinfo 2013-11-24 15:04:02.000000000 -0800 @@ -1,2 +1,2 @@ -SHA256 (keyring-1.6.1.zip) = 720a53234749edf0c103e61abe07a16b2ad48b46295c96f58fb804158a739a04 -SIZE (keyring-1.6.1.zip) = 80183 +SHA256 (keyring-3.2.1.zip) = 047962a774393e60b4cf9d119400c7e83b99fa57f1bda898b4f5b4f7a228ab59 +SIZE (keyring-3.2.1.zip) = 94807 diff -Nrux .svn -x work /usr/ports/security/py-keyring/pkg-plist py-keyring/pkg-plist --- /usr/ports/security/py-keyring/pkg-plist 2013-04-17 00:24:26.000000000 -0700 +++ py-keyring/pkg-plist 1969-12-31 16:00:00.000000000 -0800 @@ -1,153 +0,0 @@ -bin/keyring -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/entry_points.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backend.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backend.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backend.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/Gnome.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/Gnome.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/Gnome.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/Google.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/Google.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/Google.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/OS_X.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/OS_X.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/OS_X.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/SecretService.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/SecretService.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/SecretService.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/Windows.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/Windows.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/Windows.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/_win_crypto.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/_win_crypto.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/_win_crypto.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/file.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/file.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/file.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/keyczar.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/keyczar.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/keyczar.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/kwallet.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/kwallet.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/kwallet.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/multi.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/multi.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/multi.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/pyfs.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/pyfs.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends/pyfs.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/cli.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/cli.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/cli.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/core.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/core.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/core.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/credentials.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/credentials.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/credentials.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/errors.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/errors.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/errors.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/getpassbackend.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/getpassbackend.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/getpassbackend.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/http.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/http.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/http.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/py25compat.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/py25compat.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/py25compat.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/py27compat.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/py27compat.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/py27compat.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_Gnome.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_Gnome.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_Gnome.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_Google.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_Google.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_Google.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_OS_X.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_OS_X.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_OS_X.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_SecretService.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_SecretService.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_SecretService.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_Windows.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_Windows.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_Windows.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_crypto.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_crypto.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_crypto.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_file.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_file.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_file.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_keyczar.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_keyczar.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_keyczar.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_kwallet.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_kwallet.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_kwallet.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_multi.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_multi.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_multi.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_pyfs.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_pyfs.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends/test_pyfs.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/mocks.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/mocks.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/mocks.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/py30compat.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/py30compat.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/py30compat.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_backend.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_backend.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_backend.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_cli.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_cli.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_cli.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_core.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_core.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_core.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_util.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_util.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/test_util.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/util.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/util.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/util.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/escape.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/escape.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/escape.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/platform.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/platform.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/platform.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/properties.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/properties.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util/properties.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/util -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests/backends -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring/backends -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/keyring -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% --- py-keyring.2013-11-25T060845Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06: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 ESMTPS id 7FD7286B; Mon, 25 Nov 2013 06:20:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 586B42D52; Mon, 25 Nov 2013 06: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 rAP6K9wP017945; Mon, 25 Nov 2013 06: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 rAP6K9UA017944; Mon, 25 Nov 2013 06:20:09 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 06:20:09 GMT Message-Id: <201311250620.rAP6K9UA017944@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184270: Update port: security/py-keyring Upgrade to 3.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:20:09 -0000 Synopsis: Update port: security/py-keyring Upgrade to 3.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 06:20:09 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=184270 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06: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 ESMTPS id A209DB0A for ; Mon, 25 Nov 2013 06:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8350C2DB6 for ; Mon, 25 Nov 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 rAP6U0EX018172 for ; Mon, 25 Nov 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 rAP6U091018171; Mon, 25 Nov 2013 06:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 06:30:00 GMT Resent-Message-Id: <201311250630.rAP6U091018171@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E60FDAD9 for ; Mon, 25 Nov 2013 06:27:24 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC4292DA9 for ; Mon, 25 Nov 2013 06:27:24 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP6RDBE057622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 22:27:17 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250627.rAP6RDBE057622@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 22:27:17 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184271: Update port: sysutils/gai-leds Add STAGE support Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:30:00 -0000 >Number: 184271 >Category: ports >Synopsis: Update port: sysutils/gai-leds Add STAGE support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 06:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Add STAGE support to sysutils/gai-leds and fix LICENSE placement in Makefile. >How-To-Repeat: >Fix: --- gai-leds.2013-11-25T062014Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/sysutils/gai-leds/Makefile gai-leds/Makefile --- /usr/ports/sysutils/gai-leds/Makefile 2013-09-20 16:05:58.000000000 -0700 +++ gai-leds/Makefile 2013-11-24 15:23:31.000000000 -0800 @@ -10,16 +10,15 @@ MAINTAINER= douglas@douglasthrift.net COMMENT= A GAI applet that displays the keyboard status leds -LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai - LICENSE= GPLv2 +LIB_DEPENDS= gai:${PORTSDIR}/x11-toolkits/gai + GNU_CONFIGURE= yes USES= pkgconfig USE_BZIP2= yes USE_GNOME= gnomehack gnomeprefix -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|\(GNOMEDIR=\).*|\1"${PREFIX}"|; \ --- gai-leds.2013-11-25T062014Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06: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 ESMTPS id 29B87B39; Mon, 25 Nov 2013 06:30:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 037EC2DB8; Mon, 25 Nov 2013 06: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 rAP6U8dP018330; Mon, 25 Nov 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 rAP6U8Li018329; Mon, 25 Nov 2013 06:30:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 06:30:08 GMT Message-Id: <201311250630.rAP6U8Li018329@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184271: Update port: sysutils/gai-leds Add STAGE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:30:09 -0000 Synopsis: Update port: sysutils/gai-leds Add STAGE support Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 06:30: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=184271 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06: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 ESMTPS id CABC3EA8 for ; Mon, 25 Nov 2013 06:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD2FD2E2B for ; Mon, 25 Nov 2013 06: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 rAP6e0t1024163 for ; Mon, 25 Nov 2013 06: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 rAP6e0sH024162; Mon, 25 Nov 2013 06:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 06:40:00 GMT Resent-Message-Id: <201311250640.rAP6e0sH024162@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD25DE8E for ; Mon, 25 Nov 2013 06:37:22 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 886C02E20 for ; Mon, 25 Nov 2013 06:37:22 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP6b1Bi065854 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 22:37:04 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250637.rAP6b1Bi065854@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 22:37:04 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184272: Update port: sysutils/hardlink Add STAGE support Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:40:01 -0000 >Number: 184272 >Category: ports >Synopsis: Update port: sysutils/hardlink Add STAGE support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 06:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Add STAGE support to sysutils/hardlink and fix OPTIONSNG for PCRE. https://redports.org/buildarchive/20131124233801-13185/ >How-To-Repeat: >Fix: --- hardlink.2013-11-25T062822Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/sysutils/hardlink/Makefile hardlink/Makefile --- /usr/ports/sysutils/hardlink/Makefile 2013-09-20 16:05:58.000000000 -0700 +++ hardlink/Makefile 2013-11-24 15:34:09.000000000 -0800 @@ -1,4 +1,4 @@ -# Created by: Douglas Thrift +# Created by: Douglas Thrift # $FreeBSD: sysutils/hardlink/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= hardlink @@ -15,8 +15,8 @@ USES= pkgconfig -MAN1= hardlink.1 -PLIST_FILES= bin/hardlink +PLIST_FILES= bin/hardlink \ + man/man1/hardlink.1.gz WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/} OPTIONS_DEFINE= PCRE @@ -25,17 +25,16 @@ PORTSCOUT= limit:(? -.if defined(WITHOUT_PCRE) -MAKE_ENV+= ENABLE= -.else +.if ${PORT_OPTIONS:MPCRE} LIB_DEPENDS+= pcreposix:${PORTSDIR}/devel/pcre +.else +MAKE_ENV+= ENABLE= .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/hardlink ${PREFIX}/bin/hardlink - ${INSTALL_MAN} ${WRKSRC}/hardlink.1 ${MAN1PREFIX}/man/man1/hardlink.1 + ${INSTALL_PROGRAM} ${WRKSRC}/hardlink ${STAGEDIR}${PREFIX}/bin/hardlink + ${INSTALL_MAN} ${WRKSRC}/hardlink.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/hardlink.1 .include --- hardlink.2013-11-25T062822Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 06: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 ESMTPS id 7B9AEED8; Mon, 25 Nov 2013 06:40:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54A3F2E52; Mon, 25 Nov 2013 06: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 rAP6e8oC024295; Mon, 25 Nov 2013 06: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 rAP6e8GC024294; Mon, 25 Nov 2013 06:40:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 06:40:08 GMT Message-Id: <201311250640.rAP6e8GC024294@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184272: Update port: sysutils/hardlink Add STAGE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 06:40:08 -0000 Synopsis: Update port: sysutils/hardlink Add STAGE support Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 06: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=184272 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 07: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 ESMTPS id DC0EB6A8 for ; Mon, 25 Nov 2013 07:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B25AD2F78 for ; Mon, 25 Nov 2013 07: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 rAP7A1Xu029855 for ; Mon, 25 Nov 2013 07: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 rAP7A1Xi029854; Mon, 25 Nov 2013 07:10:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 07:10:01 GMT Message-Id: <201311250710.rAP7A1Xi029854@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Shane Ambler Subject: Re: ports/184257: graphics/openimageio fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Shane Ambler List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:10:01 -0000 The following reply was made to PR ports/184257; it has been noted by GNATS. From: Shane Ambler To: bug-followup@FreeBSD.org, fidaj@ukr.net Cc: Subject: Re: ports/184257: graphics/openimageio fails to build Date: Mon, 25 Nov 2013 17:33:23 +1030 Same error as pr/184112 Issue came from changes OpenEXR that didn't get relinked into opencv-core Solution is to make sure the ports tree is up-to-date then rebuild opencv-core then openimageio. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 07:16:22 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id 7C71C71B for ; Mon, 25 Nov 2013 07:16:22 +0000 (UTC) Received: from ipmail05.adl6.internode.on.net (ipmail05.adl6.internode.on.net [150.101.137.143]) by mx1.freebsd.org (Postfix) with ESMTP id 177F32FCA for ; Mon, 25 Nov 2013 07:16:21 +0000 (UTC) Received: from ppp118-210-25-33.lns20.adl2.internode.on.net (HELO leader.local) ([118.210.25.33]) by ipmail05.adl6.internode.on.net with ESMTP; 25 Nov 2013 17:46:20 +1030 Message-ID: <5292F942.4090900@ShaneWare.Biz> Date: Mon, 25 Nov 2013 17:46:18 +1030 From: Shane Ambler User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.1.0 MIME-Version: 1.0 To: eikemoraes7 , freebsd-ports-bugs@freebsd.org Subject: Re: Plugin Flash FREEBSD X86_64 References: <1385342683786-5863631.post@n5.nabble.com> In-Reply-To: <1385342683786-5863631.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:16:22 -0000 On 25/11/2013 11:54, eikemoraes7 wrote: > please help me install plugin flash ? > Not really a bug for the freebsd-ports-bugs mailing list. freebsd-questions would be a better list to ask for help. The port you want to install would be www/linux-f10-flashplugin11 http://www.freebsd.org/ports/ is a good place to search for something you may want to install. Depending on what system you are running you either want to use pkg_add -r linux-f10-flashplugin11 or pkg install linux-f10-flashplugin11 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 07: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 ESMTPS id 8301B75C for ; Mon, 25 Nov 2013 07:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 371C82FD9 for ; Mon, 25 Nov 2013 07: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 rAP7K0qu033731 for ; Mon, 25 Nov 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 rAP7K0Rf033730; Mon, 25 Nov 2013 07:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 07:20:00 GMT Resent-Message-Id: <201311250720.rAP7K0Rf033730@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Attila Nagy Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2C9B704 for ; Mon, 25 Nov 2013 07:14:42 +0000 (UTC) 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 56EAB2FBC for ; Mon, 25 Nov 2013 07:14: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 rAP7Efa2025812 for ; Mon, 25 Nov 2013 07:14:41 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAP7EfT5025808; Mon, 25 Nov 2013 07:14:41 GMT (envelope-from nobody) Message-Id: <201311250714.rAP7EfT5025808@oldred.freebsd.org> Date: Mon, 25 Nov 2013 07:14:41 GMT From: Attila Nagy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184273: maintainer update: mail/dovecot2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:20:01 -0000 >Number: 184273 >Category: ports >Synopsis: maintainer update: mail/dovecot2 >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 Nov 25 07:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Attila Nagy >Release: >Organization: >Environment: >Description: Upgrade dovecot2 port to version 2.2.9 (and bump portrevision of dovecot2-pigeonhole). Changes from 2.2.8: + Full text search indexing can now be done automatically after saving/copying mails by setting plugin { fts_autoindex=yes } + replicator: Added replication_dsync_parameters setting to pass "doveadm sync" parameters (for controlling what to replicate). + Added mail-filter plugin + Added liblzma/xz support (zlib_save=xz) - v2.2.8's improved cache file handling exposed several old bugs related to fetching mail headers. - v2.2.7's iostream handling changes were causing some connections to be disconnected before flushing their output (e.g. POP3 logout message wasn't being sent) Previous upgrade submitted in http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184103 can be closed/skipped. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: dovecot2/Makefile =================================================================== --- dovecot2/Makefile (revision 334812) +++ dovecot2/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dovecot -PORTVERSION= 2.2.6 +PORTVERSION= 2.2.9 CATEGORIES= mail ipv6 MASTER_SITES= http://www.dovecot.org/releases/${PORTVERSION:R}/ Index: dovecot2/distinfo =================================================================== --- dovecot2/distinfo (revision 334812) +++ dovecot2/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (dovecot-2.2.6.tar.gz) = 62272bce0ba4b992f44b6eaf72543860ecd21694032243af009b9da2c0d3d6e5 -SIZE (dovecot-2.2.6.tar.gz) = 4483169 +SHA256 (dovecot-2.2.9.tar.gz) = 7c3b6b8a05f6ebcc9fd01736fdcac0de12158959f5b99d1f7077f7a8626ee2d5 +SIZE (dovecot-2.2.9.tar.gz) = 4540858 Index: dovecot2-pigeonhole/Makefile =================================================================== --- dovecot2-pigeonhole/Makefile (revision 334812) +++ dovecot2-pigeonhole/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= dovecot-pigeonhole PORTVERSION= 0.4.2 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://www.rename-it.nl/dovecot/${DOVECOTVERSION}/ DISTNAME= ${PORTNAME:C/-/-${DOVECOTVERSION}-/}-${PORTVERSION} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 07:29:40 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id EC80D7F4; Mon, 25 Nov 2013 07:29:40 +0000 (UTC) Received: from people.fsn.hu (people.fsn.hu [195.228.252.137]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44983205E; Mon, 25 Nov 2013 07:29:39 +0000 (UTC) Received: by people.fsn.hu (Postfix, from userid 1001) id CE8DD11698B9; Mon, 25 Nov 2013 08:20:31 +0100 (CET) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.3 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MF-ACE0E1EA [pR: 6.8713] X-CRM114-CacheID: sfid-20131125_08203_1CF4183D X-CRM114-Status: Good ( pR: 6.8713 ) X-DSPAM-Result: Whitelisted X-DSPAM-Processed: Mon Nov 25 08:20:31 2013 X-DSPAM-Confidence: 0.9877 X-DSPAM-Probability: 0.0000 X-DSPAM-Signature: 5292fa3f308912806816121 X-DSPAM-Factors: 27, From*Attila Nagy , 0.00010, From*Attila, 0.00475, To*ports, 0.00609, To*bugs+FreeBSD.org, 0.00652, To*FreeBSD.org, 0.00666, To*FreeBSD.org, 0.00666, To*FreeBSD.org+freebsd, 0.00744, Received*online.co.hu+[195.228.243.99]), 0.01000, Received*japan.t, 0.01000, Subject*mail/dovecot2, 0.01000, Received*japan.t+online.private, 0.01000, Received*[195.228.243.99]), 0.01000, 9+has, 0.01000, Received*online.private+(japan.t, 0.01000, Received*online.co.hu, 0.01000, From*Attila+Nagy, 0.01000, Received*from+japan.t, 0.01000, Received*(japan.t, 0.01000, From*Nagy+ Date: Mon, 25 Nov 2013 08:20:30 +0100 From: Attila Nagy MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/184103: maintainer update: mail/dovecot2 References: <201311200630.rAK6U12Z041932@freefall.freebsd.org> In-Reply-To: <201311200630.rAK6U12Z041932@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:29:41 -0000 This can be closed, as 2.2.9 has been released and submitted in ports/184273. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id B646E826 for ; Mon, 25 Nov 2013 07:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C0212063 for ; Mon, 25 Nov 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 rAP7U0eb037611 for ; Mon, 25 Nov 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 rAP7U04k037609; Mon, 25 Nov 2013 07:30:00 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 07:30:00 GMT Message-Id: <201311250730.rAP7U04k037609@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Attila Nagy Subject: Re: ports/184103: maintainer update: mail/dovecot2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 25 Nov 2013 07:30:01 -0000 The following reply was made to PR ports/184103; it has been noted by GNATS. From: Attila Nagy To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/184103: maintainer update: mail/dovecot2 Date: Mon, 25 Nov 2013 08:20:30 +0100 This can be closed, as 2.2.9 has been released and submitted in ports/184273. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id C7BDBF0D for ; Mon, 25 Nov 2013 07:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9B78219A for ; Mon, 25 Nov 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 rAP7o0uv044293 for ; Mon, 25 Nov 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 rAP7o0QX044292; Mon, 25 Nov 2013 07:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 07:50:00 GMT Resent-Message-Id: <201311250750.rAP7o0QX044292@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4278EE0C for ; Mon, 25 Nov 2013 07:48:19 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0D3742185 for ; Mon, 25 Nov 2013 07:48:18 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP7m6nW010540 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 23:48:10 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250748.rAP7m6nW010540@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 23:48:10 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184274: Update port: www/dtse Add STAGE support Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:50:00 -0000 >Number: 184274 >Category: ports >Synopsis: Update port: www/dtse Add STAGE support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Add STAGE support to www/dtse. https://redports.org/buildarchive/20131125064900-12117/ >How-To-Repeat: >Fix: --- dtse.2013-11-25T072606Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/www/dtse/Makefile dtse/Makefile --- /usr/ports/www/dtse/Makefile 2013-09-20 16:36:50.000000000 -0700 +++ dtse/Makefile 2013-11-24 23:24:36.000000000 -0800 @@ -32,7 +32,6 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -NO_STAGE= yes pre-configure: cd ${WRKSRC}; ${SH} autogen.sh diff -Nrux .svn -x work /usr/ports/www/dtse/files/patch-GNUmakefile.in dtse/files/patch-GNUmakefile.in --- /usr/ports/www/dtse/files/patch-GNUmakefile.in 1969-12-31 16:00:00.000000000 -0800 +++ dtse/files/patch-GNUmakefile.in 2013-11-24 15:44:02.000000000 -0800 @@ -0,0 +1,26 @@ +--- ./GNUmakefile.in.orig 2013-11-24 15:43:48.000000000 -0800 ++++ ./GNUmakefile.in 2013-11-24 15:43:56.000000000 -0800 +@@ -40,16 +40,16 @@ + -include ${cxxdep} + + install: installdirs +- ${INSTALL_DATA} LICENSE LICENSE.html ${prefix} +- ${INSTALL_DATA} README README.html osi-certified-90x75.png ${prefix} +- ${INSTALL_PROGRAM} ${exe} ${bindir} +- ${INSTALL_SCRIPT} search.cgi ${prefix}/http +- ${INSTALL_DATA} dtse_pb.png ${prefix}/http ++ ${INSTALL_DATA} LICENSE LICENSE.html ${DESTDIR}${prefix} ++ ${INSTALL_DATA} README README.html osi-certified-90x75.png ${DESTDIR}${prefix} ++ ${INSTALL_PROGRAM} ${exe} ${DESTDIR}${bindir} ++ ${INSTALL_SCRIPT} search.cgi ${DESTDIR}${prefix}/http ++ ${INSTALL_DATA} dtse_pb.png ${DESTDIR}${prefix}/http + ${INSTALL_DATA} header.html body.html footer.html notfound.html \ +- pages.html ${prefix}/data ++ pages.html ${DESTDIR}${prefix}/data + + installdirs: mkinstalldirs +- ./mkinstalldirs ${bindir} ${prefix}/http ${prefix}/data ++ ./mkinstalldirs ${DESTDIR}${bindir} ${DESTDIR}${prefix}/http ${DESTDIR}${prefix}/data + + clean: + -rm -rf object ${exe} core $(patsubst %, %.core, ${exe}) $(patsubst %, \ --- dtse.2013-11-25T072606Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 07: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 ESMTPS id 1C384F0F for ; Mon, 25 Nov 2013 07:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F20ED219C for ; Mon, 25 Nov 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 rAP7o06N044349 for ; Mon, 25 Nov 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 rAP7o0mL044348; Mon, 25 Nov 2013 07:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 07:50:00 GMT Resent-Message-Id: <201311250750.rAP7o0mL044348@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82845DB3 for ; Mon, 25 Nov 2013 07:44:23 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CE60215C for ; Mon, 25 Nov 2013 07:44:23 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP7i1lC007940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 23:44:06 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250744.rAP7i1lC007940@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 23:44:06 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184275: Update port: sysutils/psmisc Add STAGE support Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:50:01 -0000 >Number: 184275 >Category: ports >Synopsis: Update port: sysutils/psmisc Add STAGE support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Add STAGE support to sysutils/psmisc. https://redports.org/buildarchive/20131125064400-8867/ >How-To-Repeat: >Fix: --- psmisc.2013-11-25T042121Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile --- /usr/ports/sysutils/psmisc/Makefile 2013-09-20 16:05:58.000000000 -0700 +++ psmisc/Makefile 2013-11-24 20:21:16.000000000 -0800 @@ -20,11 +20,8 @@ OPTIONS_DEFINE= NLS -NO_STAGE= yes .include -MAN1= killall.1 pstree.1 - .if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ARGS= --enable-nls @@ -38,6 +35,6 @@ @${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' ${WRKSRC}/src/comm.h post-install: - @${LN} -fs ${PREFIX}/bin/killall ${PREFIX}/bin/pidof + @${LN} -fs killall ${STAGEDIR}${PREFIX}/bin/pidof .include diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/pkg-plist psmisc/pkg-plist --- /usr/ports/sysutils/psmisc/pkg-plist 2012-07-14 07:29:18.000000000 -0700 +++ psmisc/pkg-plist 2013-11-24 20:12:09.000000000 -0800 @@ -3,6 +3,8 @@ bin/pidof bin/pstree bin/pstree.x11 +man/man1/killall.1.gz +man/man1/pstree.1.gz %%NLS%%share/locale/bg/LC_MESSAGES/psmisc.mo %%NLS%%share/locale/ca/LC_MESSAGES/psmisc.mo %%NLS%%share/locale/cs/LC_MESSAGES/psmisc.mo --- psmisc.2013-11-25T042121Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 07: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 ESMTPS id E39DDF46; Mon, 25 Nov 2013 07:50:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC5DC219D; Mon, 25 Nov 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 rAP7o8dk044438; Mon, 25 Nov 2013 07: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 rAP7o8ma044437; Mon, 25 Nov 2013 07:50:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 07:50:08 GMT Message-Id: <201311250750.rAP7o8ma044437@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184274: Update port: www/dtse Add STAGE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:50:09 -0000 Synopsis: Update port: www/dtse Add STAGE support Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 07:50: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=184274 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 07:50: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 ESMTPS id ACFBCF77; Mon, 25 Nov 2013 07:50:14 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8516021C3; Mon, 25 Nov 2013 07: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 rAP7oE3m044519; Mon, 25 Nov 2013 07: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 rAP7oEVI044518; Mon, 25 Nov 2013 07:50:14 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 07:50:14 GMT Message-Id: <201311250750.rAP7oEVI044518@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184275: Update port: sysutils/psmisc Add STAGE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:50:14 -0000 Synopsis: Update port: sysutils/psmisc Add STAGE support Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 07:50:14 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=184275 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id D02EF782 for ; Mon, 25 Nov 2013 08:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B075E2483 for ; Mon, 25 Nov 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 rAP8U0Bt057260 for ; Mon, 25 Nov 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 rAP8U03x057259; Mon, 25 Nov 2013 08:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 08:30:00 GMT Resent-Message-Id: <201311250830.rAP8U03x057259@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Spil Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E6228487 for ; Mon, 25 Nov 2013 08:27:16 +0000 (UTC) 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 C6C9A244A for ; Mon, 25 Nov 2013 08:27: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 rAP8RG9M026114 for ; Mon, 25 Nov 2013 08:27:16 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAP8RGuX026110; Mon, 25 Nov 2013 08:27:16 GMT (envelope-from nobody) Message-Id: <201311250827.rAP8RGuX026110@oldred.freebsd.org> Date: Mon, 25 Nov 2013 08:27:16 GMT From: Spil To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184276: [misc/help2man] Build fails on Locale::Gettext X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 08:30:00 -0000 >Number: 184276 >Category: ports >Synopsis: [misc/help2man] Build fails on Locale::Gettext >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 Nov 25 08:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Spil >Release: FreeBSD 9.0 i386 >Organization: n.a. >Environment: FreeBSD build.example.org 9.0-RELEASE-p4 FreeBSD 9.0-RELEASE-p4 #0: Sun Sep 16 13:32:33 CEST 2012 root@gw.example.org:/usr/obj/usr/src/sys/HEMD90 i386 >Description: Build of misc/help2man fails with the following, seems like a mismatch in the INC path 5.16 vs 5.16.0??? /usr/ports/misc/help2man]# make ===> help2man-1.43.3_1 depends on package: p5-Locale-gettext>=0 - found ===> help2man-1.43.3_1 depends on executable: gmake - found ===> help2man-1.43.3_1 depends on file: /usr/local/bin/perl5.16.3 - found ===> help2man-1.43.3_1 depends on shared library: libintl.so - found ===> Configuring for help2man-1.43.3_1 configure: loading site script /usr/ports/Templates/config.site checking for perl... perl checking for module Locale::gettext... no checking for msgfmt... /usr/local/bin/msgfmt 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 for library containing dlsym... none required checking for library containing bindtextdomain... none required configure: error: perl module Locale::gettext required ===> Script "configure" failed unexpectedly. Please report the problem to sunpoet@FreeBSD.org [maintainer] and attach the "/usr/ports/misc/help2man/work/help2man-1.43.3/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/sbin/pkg_info -Ea). *** Error code 1 Stop in /usr/ports/misc/help2man. *** Error code 1 Stop in /usr/ports/misc/help2man. Locale::Gettext is installed p5-CPAN-Meta-2.132830 p5-CPAN-Meta-Requirements-2.125 p5-CPAN-Meta-YAML-0.010 p5-ExtUtils-CBuilder-0.2802.12,1 p5-ExtUtils-Install-1.54_2 p5-ExtUtils-ParseXS-3.22 p5-IO-Tty-1.10 p5-IPC-Cmd-0.84 p5-IPC-Run-0.92 p5-JSON-PP-2.27203 p5-Locale-Maketext-Simple-0.21 p5-Locale-gettext-1.05_3 p5-Module-Build-0.4202 p5-Module-CoreList-3.01 p5-Module-Load-0.24 p5-Module-Load-Conditional-0.58 p5-Module-Metadata-1.000019 p5-Params-Check-0.38 p5-Parse-CPAN-Meta-1.44.04 p5-Perl-OSType-1.006 p5-Test-Harness-3.30 p5-Test-Simple-1.001.002 p5-YAML-0.84 p5-YAML-Tiny-1.55 p5-version-0.99.04 pcre-8.33 perl5-5.16.3_3 >From the configure log configure:1832: checking for module Locale::gettext Can't locate Locale/gettext.pm in @INC (@INC contains: /usr/local/lib/perl5/5.16/BSDPAN /usr/local/lib/perl5/site_perl/5.16/mach /usr/local/lib/perl5/site_perl/5.16 /usr/local/lib/perl5/5.16/mach /usr/local/lib/perl5/5.16 .). BEGIN failed--compilation aborted. # locate gettext.pm /usr/local/lib/perl5/site_perl/5.16.0/mach/Locale/gettext.pm >How-To-Repeat: $ cd /usr/ports/misc/help2man $ make >Fix: rebuild all p5-* ports This is a result of the 20130612 layout change The directory structure where Perl is installed has also been modified: "major.minor" is now used instead of "major.minor.patchlevel". >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id 518667BA; Mon, 25 Nov 2013 08:30:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 260EF2489; Mon, 25 Nov 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 rAP8U8bG057401; Mon, 25 Nov 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 rAP8U8h9057400; Mon, 25 Nov 2013 08:30:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 08:30:08 GMT Message-Id: <201311250830.rAP8U8h9057400@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184276: [misc/help2man] Build fails on Locale::Gettext X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 08:30:09 -0000 Synopsis: [misc/help2man] Build fails on Locale::Gettext Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 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=184276 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 09: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 ESMTPS id E18C249A for ; Mon, 25 Nov 2013 09:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAF1826F9 for ; Mon, 25 Nov 2013 09: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 rAP9006L062764 for ; Mon, 25 Nov 2013 09: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 rAP900FQ062763; Mon, 25 Nov 2013 09:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 09:00:00 GMT Resent-Message-Id: <201311250900.rAP900FQ062763@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Koichiro IWAO Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 714EF45F for ; Mon, 25 Nov 2013 08:58:44 +0000 (UTC) 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 613D126D9 for ; Mon, 25 Nov 2013 08:58: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 rAP8whNR070442 for ; Mon, 25 Nov 2013 08:58:43 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAP8wh9b070405; Mon, 25 Nov 2013 08:58:43 GMT (envelope-from nobody) Message-Id: <201311250858.rAP8wh9b070405@oldred.freebsd.org> Date: Mon, 25 Nov 2013 08:58:43 GMT From: Koichiro IWAO To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184277: net/py-ec2-cli-tools: run dependency on bash is missing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 09:00:00 -0000 >Number: 184277 >Category: ports >Synopsis: net/py-ec2-cli-tools: run dependency on bash is missing >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 Nov 25 09:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Koichiro IWAO >Release: 9.2-STABLE >Organization: >Environment: >Description: net/py-ec2-cli-tools installs a few bash scripts but no run time dependency on bash is declared. Their shebangs also need to be fixed. bin/ec2getsnaps has /bin/bash shebangs but works with /bin/sh as it is simple. bin/ec2hostcache requires bash. bin/ec2ssh requires bash, possibly. >How-To-Repeat: # make run-depends-list /usr/ports/devel/py-boto /usr/ports/devel/py-distribute /usr/ports/lang/python /usr/ports/lang/python27 # portmaster net/py-ec2-cli-tools # ec2ssh -bash: /usr/local/bin/ec2ssh: /bin/bash: bad interpreter: No such file or directory >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 09: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 ESMTPS id DDD274C9; Mon, 25 Nov 2013 09:00:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5C222722; Mon, 25 Nov 2013 09: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 rAP908WD063139; Mon, 25 Nov 2013 09: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 rAP908I1063098; Mon, 25 Nov 2013 09:00:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 09:00:08 GMT Message-Id: <201311250900.rAP908I1063098@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184277: net/py-ec2-cli-tools: run dependency on bash is missing X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 09:00:08 -0000 Synopsis: net/py-ec2-cli-tools: run dependency on bash is missing Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 09: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=184277 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 09: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 ESMTPS id D5838814 for ; Mon, 25 Nov 2013 09:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B929427A3 for ; Mon, 25 Nov 2013 09: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 rAP9A0Uk064898 for ; Mon, 25 Nov 2013 09: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 rAP9A0Zc064886; Mon, 25 Nov 2013 09:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 09:10:00 GMT Resent-Message-Id: <201311250910.rAP9A0Zc064886@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takefu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0819601; Mon, 25 Nov 2013 09:03:49 +0000 (UTC) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8464B2764; Mon, 25 Nov 2013 09:03:47 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id 1935D125EAA; Mon, 25 Nov 2013 18:03:40 +0900 (JST) Received: from [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35] (unknown [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35]) by ae-osaka.co.jp (Postfix) with ESMTPSA id ADD55125EA9; Mon, 25 Nov 2013 18:03:39 +0900 (JST) Message-Id: <52931269.6010109@airport.fm> Date: Mon, 25 Nov 2013 18:03:37 +0900 From: Takefu To: freebsd-gnats-submit@freebsd.org Subject: ports/184278: [PATCH] vietnamese/vnroff: fix StageDir Cc: obrien@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 09:10:00 -0000 >Number: 184278 >Category: ports >Synopsis: [PATCH] vietnamese/vnroff: fix StageDir >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 Nov 25 09:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: FOX Amature Radio Club >Environment: System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013 >Description: Fix StageDir Port maintainer (obrien@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports) >How-To-Repeat: >Fix: begin 644 vnroff-2.1.patch M9&EF9B`MU=22T1)4GT*(`E`)'M-2T1)4GT@)'M74DM$25)]"BT)0"AC9"`D>U=22T1) M4GT@)B8@)'M'6D-!5'T@)'M$25-41$E2?2]V;G)O9F8N8RY:("!<"BT)"7P@ M)'M3141]("UE("T=:0T%4?2`D>T1)4U1$25)]+W9NU=2 M2T1)4GT@)B8@)'M'6D-!5'T@)'M$25-41$E2?2]V;G)O9F8N,2Y:7`HK"0E\ M("1[4T5$?2`M92`G,2PO4W1A='5S.B]D)UP**PD)?"`D>U-%1'T@+64@)S$L M,60G7`HK"0E\("1[5%)]("UD("=<,#$G7`H@"0D^('9NU!2149)6'TO;6%N M+VUA;C$**PDD>TE.4U1!3$Q?4%)/1U)!37T@)'M74DM34D-]+W9NU-404=%1$E2?21[4%)%1DE8?2]B:6X**PDD>TE.4U1!3$Q?34%.?2`D>U=2 M2U-20WTO=FYR;V9F+C$@)'M35$%'141)4GTD>U!2149)6'TO;6%N+VUA;C$* M(`H@+FEN8VQU9&4@/&)S9"YP;W)T+FUK/@ID:69F("UR=4X@+W5SRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 09:10: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 ESMTPS id 7AF22847; Mon, 25 Nov 2013 09:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5329B27A6; Mon, 25 Nov 2013 09: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 rAP9A8fo065016; Mon, 25 Nov 2013 09: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 rAP9A8fI065015; Mon, 25 Nov 2013 09:10:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 09:10:08 GMT Message-Id: <201311250910.rAP9A8fI065015@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, obrien@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184278: [PATCH] vietnamese/vnroff: fix StageDir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 09:10:08 -0000 Synopsis: [PATCH] vietnamese/vnroff: fix StageDir Responsible-Changed-From-To: freebsd-ports-bugs->obrien Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 09: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=184278 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 09: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 ESMTPS id 999C6931 for ; Mon, 25 Nov 2013 09:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 784492838 for ; Mon, 25 Nov 2013 09: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 rAP9K02o067635 for ; Mon, 25 Nov 2013 09: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 rAP9K0pG067634; Mon, 25 Nov 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 09:20:00 GMT Resent-Message-Id: <201311250920.rAP9K0pG067634@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAEC689D for ; Mon, 25 Nov 2013 09:11:36 +0000 (UTC) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VksCd-0008zG-5s for FreeBSD-gnats-submit@freebsd.org; Mon, 25 Nov 2013 10:11:35 +0100 Message-Id: Date: Mon, 25 Nov 2013 10:11:35 +0100 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184279: security/gnutls3: does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 25 Nov 2013 09:20:00 -0000 >Number: 184279 >Category: ports >Synopsis: security/gnutls3: does not build >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.2-RELEASE FreeBSD 9.2-RELEASE #4: Thu Oct 17 06:54:18 CEST 2013 root@apollo.emma.line.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Trying to compile on 9.2-amd64 fails like this: $ make -C /usr/ports/security/gnutls3 pretty-print-config +CXX +DOCS +EXAMPLES +LIBTASN1 $ make ... gnome-libtool: compile: cc -std=gnu99 -DHAVE_CONFIG_H -I. -I.. -I./../gl -I./../gl -I./../lib/includes -I./../lib/includes -I./../libdane/includes -I./../extra/includes -I/usr/local/include -I/usr/local/include -fPIC -D_THREAD_SAFE -O2 -pipe -march=athlon64 -fstack-protector -fno-strict-aliasing -MT libcmd_srp_la-srptool-args.lo -MD -MP -MF .deps/libcmd_srp_la-srptool-args.Tpo -c srptool-args.c -fPIC -DPIC -o .libs/libcmd_srp_la-srptool-args.o In file included from ./../gl/stdlib.h:96, from srptool-args.c:45: ./../gl/unistd.h:121:3: error: #error "Please include config.h first." In file included from ./../gl/stdlib.h:96, from srptool-args.c:45: ./../gl/unistd.h:606: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'extern' In file included from srptool-args.c:45: ./../gl/stdlib.h:566: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'extern' gmake[4]: *** [libcmd_srp_la-srptool-args.lo] Error 1 gmake[4]: Leaving directory `/var/tmp/usr/ports/security/gnutls3/work/gnutls-3.1.17/src' gmake[3]: *** [all-recursive] Error 1 gmake[3]: Leaving directory `/var/tmp/usr/ports/security/gnutls3/work/gnutls-3.1.17/src' gmake[2]: *** [all] Error 2 gmake[2]: Leaving directory `/var/tmp/usr/ports/security/gnutls3/work/gnutls-3.1.17/src' gmake[1]: *** [all-recursive] Fehler 1 gmake[1]: Leaving directory `/var/tmp/usr/ports/security/gnutls3/work/gnutls-3.1.17' gmake: *** [all] Fehler 2 *** [do-build] Error code 1 Stop in /usr/ports/security/gnutls3. *** [build] Error code 1 Stop in /usr/ports/security/gnutls3. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 09:20: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 ESMTPS id C79FE95E; Mon, 25 Nov 2013 09:20:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F9A52839; Mon, 25 Nov 2013 09: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 rAP9K8kE067773; Mon, 25 Nov 2013 09: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 rAP9K8dN067772; Mon, 25 Nov 2013 09:20:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 09:20:08 GMT Message-Id: <201311250920.rAP9K8dN067772@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184279: security/gnutls3: does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 09:20:08 -0000 Synopsis: security/gnutls3: does not build Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 09:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184279 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 09: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 ESMTPS id D4B9EBE1 for ; Mon, 25 Nov 2013 09:30:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AAC6F28CF for ; Mon, 25 Nov 2013 09: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 rAP9U2Fr069596 for ; Mon, 25 Nov 2013 09: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 rAP9U26n069595; Mon, 25 Nov 2013 09:30:02 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 09:30:02 GMT Message-Id: <201311250930.rAP9U26n069595@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Ivan Klymenko Subject: Re: ports/184257: graphics/openimageio fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Ivan Klymenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 09:30:02 -0000 The following reply was made to PR ports/184257; it has been noted by GNATS. From: Ivan Klymenko To: bug-followup@FreeBSD.org, fidaj@ukr.net Cc: Subject: Re: ports/184257: graphics/openimageio fails to build Date: Mon, 25 Nov 2013 11:28:30 +0200 Helps rectify the situation rebuild opencv (not opencv-core). From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 09: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 ESMTPS id C7064BE0 for ; Mon, 25 Nov 2013 09:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DAF528CD for ; Mon, 25 Nov 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 rAP9U1CX069590 for ; Mon, 25 Nov 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 rAP9U1bC069589; Mon, 25 Nov 2013 09:30:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 09:30:01 GMT Message-Id: <201311250930.rAP9U1bC069589@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Ivan Klymenko Subject: Re: ports/184257: graphics/openimageio fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Ivan Klymenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 09:30:01 -0000 The following reply was made to PR ports/184257; it has been noted by GNATS. From: Ivan Klymenko To: bug-followup@FreeBSD.org, fidaj@ukr.net Cc: Subject: Re: ports/184257: graphics/openimageio fails to build Date: Mon, 25 Nov 2013 11:01:08 +0200 Hi. Thanks for the answer. Unfortunately, the method has not corrected the situation. If this is a duplicate of PR/184112 - please close it. Thanks. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 09:41: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 ESMTPS id 9BD9DE6D; Mon, 25 Nov 2013 09:41:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70C8E29A7; Mon, 25 Nov 2013 09:41: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 rAP9fqV0072993; Mon, 25 Nov 2013 09:41:52 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAP9fqR9072992; Mon, 25 Nov 2013 09:41:52 GMT (envelope-from mat) Date: Mon, 25 Nov 2013 09:41:52 GMT Message-Id: <201311250941.rAP9fqR9072992@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org From: mat@FreeBSD.org Subject: Re: ports/182477: [maintainer update] security/pam_jail update (10.0-CURRENT compatibility) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 09:41:52 -0000 Synopsis: [maintainer update] security/pam_jail update (10.0-CURRENT compatibility) Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 25 09:41:52 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=182477 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 10:32:36 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 ESMTPS id EFF6D9E0 for ; Mon, 25 Nov 2013 10:32:36 +0000 (UTC) Received: from mail-pb0-x22b.google.com (mail-pb0-x22b.google.com [IPv6:2607:f8b0:400e:c01::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C98222D00 for ; Mon, 25 Nov 2013 10:32:36 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id rq2so5413029pbb.2 for ; Mon, 25 Nov 2013 02:32:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=tkaK/SVqoDTfsqtP1FukNI625p8FCYqdJWGw7V8W+1Y=; b=0sQnx8ui+zPJcsdqJ0TZZHM8GU9MNgeb4HimUt7WD0bpuNnoTCerNwcBG2IcGxvDok IkbpUB7zFYA1s7aqPOXORvnxOm1Z3UsiGiVDmFuR1FteZuFEEQKT5FUguhLd3cxUKm53 O44aoYiee2iDTrYwa2lUe5guWypia9M29/jQeFLNKhoN1/3fpLx1XPOWVuZluk8fwSY6 1jcXQXETLBsR/Nor0LeaBeFv+XweoIJksS5kTtWYzEX36ATCGtPmThsF+p/5DE/O1sqD WtVqbPglWEWehk14FvLJhWY92nVPnaRjetfePiyMydbqCY0pBEnB72ElNPARNAESlv6y qr3Q== X-Received: by 10.66.118.204 with SMTP id ko12mr515713pab.184.1385375556302; Mon, 25 Nov 2013 02:32:36 -0800 (PST) Received: from arty (7.145.30.125.dy.iij4u.or.jp. [125.30.145.7]) by mx.google.com with ESMTPSA id qn1sm72247287pbc.34.2013.11.25.02.32.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 25 Nov 2013 02:32:35 -0800 (PST) Date: Mon, 25 Nov 2013 19:32:33 +0900 From: Chie Taguchi To: Rod Taylor Subject: Re: ports/180654: [NEW PORT] devel/linux-f10-hal-libs: HAL libs (Linux Fedora 10) Message-Id: <20131125193233.665637a80073bece9120c5f5@gmail.com> In-Reply-To: <201311050010.rA50A1KO030203@freefall.freebsd.org> References: <201311050010.rA50A1KO030203@freefall.freebsd.org> X-Mailer: Sylpheed 3.3.0 (GTK+ 2.24.19; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org, rocky@herveybayaustralia.com.au X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 10:32:37 -0000 At least, this issue will solve with the following: --- Makefile.orig 2013-11-25 17:26:14.000000000 +0900 +++ Makefile 2013-11-25 17:38:02.000000000 +0900 @@ -18,7 +18,6 @@ LINUX_DIST_VER= 10 RPMVERSION= 12.20081027git.fc10 USE_LDCONFIG= yes - -LIB_DEPENDS= linux-f10-dbus-libs:${PORTSDIR}/devel/linux-f10-dbus-libs +USE_LINUX_APPS= dbuslibs .include Regards, Chie Taguchi On Tue, 5 Nov 2013 00:10:01 GMT Rod Taylor wrote: > The following reply was made to PR ports/180654; it has been noted by GNATS. > > From: Rod Taylor > To: bug-followup@FreeBSD.org, rocky@herveybayaustralia.com.au > Cc: > Subject: Re: ports/180654: [NEW PORT] devel/linux-f10-hal-libs: HAL libs > (Linux Fedora 10) > Date: Mon, 4 Nov 2013 19:05:16 -0500 > > --047d7bb03c4692f99704ea62c9c5 > Content-Type: text/plain; charset=UTF-8 > > Port works as described (allows Flash to access DRM protected content). > > To install, I had to comment out the following line: > > LIB_DEPENDS= linux-f10-dbus-libs:${PORTSDIR}/devel/linux-f10-dbus-libs > > Due to the this error: > > ===> linux-f10-hal-libs-0.5.12 depends on shared library: > linux-f10-dbus-libs - not found > ===> Verifying install for linux-f10-dbus-libs in > /usr/ports/devel/linux-f10-dbus-libs > ===> Returning to build of linux-f10-hal-libs-0.5.12 > Error: shared library "linux-f10-dbus-libs" does not exist -- Chie Taguchi From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 10: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 ESMTPS id 0AE20AB2 for ; Mon, 25 Nov 2013 10:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD8212D4D for ; Mon, 25 Nov 2013 10: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 rAPAe1IL083357 for ; Mon, 25 Nov 2013 10: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 rAPAe1sO083356; Mon, 25 Nov 2013 10:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 10:40:01 GMT Resent-Message-Id: <201311251040.rAPAe1sO083356@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dima Panov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8324AA8; Mon, 25 Nov 2013 10:39:48 +0000 (UTC) Received: from ns.ael.RU (ns.ael.ru [62.76.207.226]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5C6D2D46; Mon, 25 Nov 2013 10:39:47 +0000 (UTC) Received: from Beastie.Fluffy.Khv.RU (host.198.ipoe3.subnets.khb.ttkdv.ru [5.8.203.198] (may be forged)) by ns.ael.RU (8.14.4/8.14.4/Fluffy/5.3) with ESMTP id rAPAdLpd071999; Mon, 25 Nov 2013 21:39:23 +1100 (VLAT) (envelope-from fluffy@Fluffy.Khv.RU) Received: from Beastie.Fluffy.Khv.RU (localhost [127.0.0.1]) by Beastie.Fluffy.Khv.RU (8.14.7/8.14.7/Fluffy/5.4.1) with ESMTP id rAPAaVam095498; Mon, 25 Nov 2013 21:36:33 +1100 (VLAT) (envelope-from fluffy@Fluffy.Khv.RU) Received: (from fluffy@localhost) by Beastie.Fluffy.Khv.RU (8.14.7/8.14.7/Submit) id rAPAaVN6095497; Mon, 25 Nov 2013 21:36:31 +1100 (VLAT) (envelope-from fluffy) Message-Id: <201311251036.rAPAaVN6095497@Beastie.Fluffy.Khv.RU> Date: Mon, 25 Nov 2013 21:36:31 +1100 (VLAT) From: Dima Panov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184280: [PATCH] audio/taglib: restore support for charset conversation library (rusXMMS) Cc: jhale@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 10:40:02 -0000 >Number: 184280 >Category: ports >Synopsis: [PATCH] audio/taglib: restore support for charset conversation library (rusXMMS) >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 Nov 25 10:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dima Panov >Release: FreeBSD 10.0-1000040-CURRENT amd64 >Organization: >Environment: System: FreeBSD Beastie.Fluffy.Khv.RU 10.0-1000040-CURRENT FreeBSD 10.0-1000040-CURRENT #0 r253964M: Tue Aug 6 10:10:09 >Description: [DESCRIBE CHANGES] Restore librcc support for new taglib Port maintainer (jhale@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- taglib-rcc-1.9.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 334827) +++ Makefile (working copy) @@ -13,12 +13,34 @@ LICENSE_COMB= dual LICENSE_FILE_MPL= ${WRKSRC}/COPYING.MPL +OPTIONS_DEFINE= RCC +RCC_DESC= Build with RusXMMS librcc patches (experimental) + USES= cmake CMAKE_ARGS= -DWITH_ASF:BOOL=ON \ -DWITH_MP4:BOOL=ON USE_LDCONFIG= yes +.include + +.if ${PORT_OPTIONS:MRCC} +PKGNAMESUFFIX= -rcc +EXTRA_PATCHES+= ${FILESDIR}/extrapatch-rcc +CFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib +LIB_DEPENDS+= librcc.so:${PORTSDIR}/devel/librcc +PLIST_SUB+= RCC="" +.else +PLIST_SUB+= RCC="@comment " +.endif + post-patch: +.if ${PORT_OPTIONS:MRCC} + @${REINPLACE_CMD} -e 's|-ltag|-ltag -lrcc|g' \ + ${WRKSRC}/taglib.pc.cmake ${WRKSRC}/taglib-config.cmake + @${REINPLACE_CMD} -e 's|-ltag_c|-ltag_c -lrcc|g' \ + ${WRKSRC}/bindings/c/taglib_c.pc.cmake +.endif ${REINPLACE_CMD} -e 's|$${LIB_INSTALL_DIR}/pkgconfig|libdata/pkgconfig|' \ ${WRKSRC}/CMakeLists.txt ${WRKSRC}/bindings/c/CMakeLists.txt Index: files/extrapatch-rcc =================================================================== --- files/extrapatch-rcc (revision 0) +++ files/extrapatch-rcc (working copy) @@ -0,0 +1,676 @@ +diff -dPNur ./config.h.cmake ./config.h.cmake +--- ./config.h.cmake 2013-10-08 17:50:01.000000000 +0200 ++++ ./config.h.cmake 2013-11-11 13:43:48.500304915 +0100 +@@ -31,6 +31,9 @@ + /* Defined if you have libz */ + #cmakedefine HAVE_ZLIB 1 + ++/* Defined if you have LibRCC from RusXMMS project */ ++#cmakedefine HAVE_LIBRCC 1 ++ + /* Indicates whether debug messages are shown even in release mode */ + #cmakedefine TRACE_IN_RELEASE 1 + +diff -dPNur ./ConfigureChecks.cmake ./ConfigureChecks.cmake +--- ./ConfigureChecks.cmake 2013-10-08 17:50:01.000000000 +0200 ++++ ./ConfigureChecks.cmake 2013-11-11 13:42:53.017126134 +0100 +@@ -216,6 +216,7 @@ + set(HAVE_ZLIB 0) + endif() + ++SET(HAVE_LIBRCC 1) + + set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake/modules) + +diff -dPNur ./examples/tagreader_c.c ./examples/tagreader_c.c +--- ./examples/tagreader_c.c 2013-10-08 17:50:01.000000000 +0200 ++++ ./examples/tagreader_c.c 2013-11-11 13:42:53.017126134 +0100 +@@ -38,7 +38,7 @@ + TagLib_Tag *tag; + const TagLib_AudioProperties *properties; + +- taglib_set_strings_unicode(FALSE); ++// taglib_set_strings_unicode(FALSE); + + for(i = 1; i < argc; i++) { + printf("******************** \"%s\" ********************\n", argv[i]); +diff -dPNur ./examples/tagwriter.cpp ./examples/tagwriter.cpp +--- ./examples/tagwriter.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./examples/tagwriter.cpp 2013-11-11 13:42:53.028126368 +0100 +@@ -92,7 +92,7 @@ + if(isArgument(argv[i]) && i + 1 < argc && !isArgument(argv[i + 1])) { + + char field = argv[i][1]; +- TagLib::String value = argv[i + 1]; ++ TagLib::String value(argv[i + 1], TagLib::String::Locale); + + TagLib::List::Iterator it; + for(it = fileList.begin(); it != fileList.end(); ++it) { +diff -dPNur ./taglib/CMakeLists.txt ./taglib/CMakeLists.txt +--- ./taglib/CMakeLists.txt 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/CMakeLists.txt 2013-11-11 13:42:53.042126665 +0100 +@@ -36,6 +36,7 @@ + audioproperties.h + taglib_export.h + ${CMAKE_BINARY_DIR}/taglib_config.h ++ toolkit/rccpatch.h + toolkit/taglib.h + toolkit/tstring.h + toolkit/tlist.h +@@ -281,6 +282,7 @@ + ) + + set(toolkit_SRCS ++ toolkit/rccpatch.cpp + toolkit/tstring.cpp + toolkit/tstringlist.cpp + toolkit/tbytevector.cpp +@@ -310,7 +312,7 @@ + add_library(tag ${tag_LIB_SRCS} ${tag_HDRS}) + + if(ZLIB_FOUND) +- target_link_libraries(tag ${ZLIB_LIBRARIES}) ++ target_link_libraries(tag rcc ${ZLIB_LIBRARIES}) + endif() + + set_target_properties(tag PROPERTIES +diff -dPNur ./taglib/mpeg/id3v1/id3v1tag.cpp ./taglib/mpeg/id3v1/id3v1tag.cpp +--- ./taglib/mpeg/id3v1/id3v1tag.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/mpeg/id3v1/id3v1tag.cpp 2013-11-11 13:42:53.043126686 +0100 +@@ -64,17 +64,18 @@ + + String ID3v1::StringHandler::parse(const ByteVector &data) const + { +- return String(data, String::Latin1).stripWhiteSpace(); ++ return String(data, String::Latin1ID3).stripWhiteSpace(); + } + + ByteVector ID3v1::StringHandler::render(const String &s) const + { + if(!s.isLatin1()) + { ++ if (String::ID3WType(String::Latin1) == String::Latin1) + return ByteVector(); + } + +- return s.data(String::Latin1); ++ return s.data(String::Latin1ID3); + } + + //////////////////////////////////////////////////////////////////////////////// +@@ -257,7 +258,7 @@ + d->track = uchar(data[offset + 29]); + } + else +- d->comment = data.mid(offset, 30); ++ d->comment = TagPrivate::stringHandler->parse(data.mid(offset, 30)); + + offset += 30; + +diff -dPNur ./taglib/mpeg/id3v2/frames/commentsframe.cpp ./taglib/mpeg/id3v2/frames/commentsframe.cpp +--- ./taglib/mpeg/id3v2/frames/commentsframe.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/mpeg/id3v2/frames/commentsframe.cpp 2013-11-11 13:42:53.043126686 +0100 +@@ -150,10 +150,10 @@ + return; + } + +- d->textEncoding = String::Type(data[0]); ++ d->textEncoding = String::ID3Type(data[0]); + d->language = data.mid(1, 3); + +- int byteAlign = d->textEncoding == String::Latin1 || d->textEncoding == String::UTF8 ? 1 : 2; ++ int byteAlign = (d->textEncoding == String::Latin1 || d->textEncoding == String::Latin1ID3 || d->textEncoding == String::Latin1ID3V2 || d->textEncoding == String::UTF8) ? 1 : 2; + + ByteVectorList l = ByteVectorList::split(data.mid(4), textDelimiter(d->textEncoding), byteAlign, 2); + +@@ -174,10 +174,12 @@ + + String::Type encoding = d->textEncoding; + ++ encoding = String::ID3WType(encoding); ++ + encoding = checkTextEncoding(d->description, encoding); + encoding = checkTextEncoding(d->text, encoding); + +- v.append(char(encoding)); ++ v.append(char(String::ID3RealType(encoding))); + v.append(d->language.size() == 3 ? d->language : "XXX"); + v.append(d->description.data(encoding)); + v.append(textDelimiter(encoding)); +diff -dPNur ./taglib/mpeg/id3v2/frames/textidentificationframe.cpp ./taglib/mpeg/id3v2/frames/textidentificationframe.cpp +--- ./taglib/mpeg/id3v2/frames/textidentificationframe.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/mpeg/id3v2/frames/textidentificationframe.cpp 2013-11-11 13:42:53.044126708 +0100 +@@ -187,12 +187,12 @@ + + // read the string data type (the first byte of the field data) + +- d->textEncoding = String::Type(data[0]); ++ d->textEncoding = String::ID3Type(data[0]); + + // split the byte array into chunks based on the string type (two byte delimiter + // for unicode encodings) + +- int byteAlign = d->textEncoding == String::Latin1 || d->textEncoding == String::UTF8 ? 1 : 2; ++ int byteAlign = (d->textEncoding == String::Latin1 || d->textEncoding == String::Latin1ID3 || d->textEncoding == String::Latin1ID3V2 || d->textEncoding == String::UTF8) ? 1 : 2; + + // build a small counter to strip nulls off the end of the field + +@@ -223,11 +223,14 @@ + + ByteVector TextIdentificationFrame::renderFields() const + { +- String::Type encoding = checkTextEncoding(d->fieldList, d->textEncoding); ++ String::Type encoding = d->textEncoding; ++ ++ encoding = String::ID3WType(encoding); ++ encoding = checkTextEncoding(d->fieldList, encoding); + + ByteVector v; + +- v.append(char(encoding)); ++ v.append(char(String::ID3RealType(encoding))); + + for(StringList::ConstIterator it = d->fieldList.begin(); it != d->fieldList.end(); it++) { + +diff -dPNur ./taglib/mpeg/id3v2/id3v2frame.cpp ./taglib/mpeg/id3v2/id3v2frame.cpp +--- ./taglib/mpeg/id3v2/id3v2frame.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/mpeg/id3v2/id3v2frame.cpp 2013-11-11 13:42:53.045126729 +0100 +@@ -302,7 +302,7 @@ + if((encoding == String::UTF8 || encoding == String::UTF16BE) && version != 4) + return String::UTF16; + +- if(encoding != String::Latin1) ++ if((encoding != String::Latin1)&&(encoding != String::Latin1ID3V2)) + return encoding; + + for(StringList::ConstIterator it = fields.begin(); it != fields.end(); ++it) { +diff -dPNur ./taglib/toolkit/rccpatch.cpp ./taglib/toolkit/rccpatch.cpp +--- ./taglib/toolkit/rccpatch.cpp 1970-01-01 01:00:00.000000000 +0100 ++++ ./taglib/toolkit/rccpatch.cpp 2013-11-11 13:42:53.045126729 +0100 +@@ -0,0 +1,237 @@ ++#include ++ ++#include ++#include "tstring.h" ++#include "tbytevector.h" ++ ++//#define RCC_DEBUG ++ ++ ++#ifndef HAVE_LIBRCC ++# include ++#endif ++ ++#ifdef HAVE_LIBRCC ++# ifdef RCC_DEBUG ++# include ++# endif /* RCC_DEBUG */ ++# include ++# include ++#endif /* HAVE_LIBRCC */ ++ ++ ++#ifdef HAVE_LIBRCC ++# define ID3_CLASS 0 ++# define ID3V2_CLASS 1 ++# define UTF_CLASS 2 ++# define OUT_CLASS 3 ++static rcc_class classes[] = { ++ { "id3", RCC_CLASS_STANDARD, NULL, NULL, "ID3 Encoding", 0 }, ++ { "id3v2", RCC_CLASS_STANDARD, "id3", NULL, "ID3 v.2 Encoding", 0 }, ++ { "utf", RCC_CLASS_KNOWN, "UTF-8", NULL, "Unicode Encoding", 0}, ++ { "out", RCC_CLASS_TRANSLATE_LOCALE, "LC_CTYPE", NULL, "Output Encoding", 0 }, ++ { NULL, RCC_CLASS_STANDARD, NULL, NULL, NULL, 0 } ++}; ++ ++static int rcc_initialized = 0; ++ ++static rcc_context ctx = NULL; ++#endif /* HAVE_LIBRCC */ ++ ++ ++void rccTaglibPatchFree() { ++#ifdef HAVE_LIBRCC ++ if (rcc_initialized) { ++ rccFree(); ++ rcc_initialized = 0; ++ } ++#endif /* HAVE_LIBRCC */ ++} ++ ++void rccTaglibPatchInit() { ++#ifdef HAVE_LIBRCC ++ if (rcc_initialized) return; ++ rccInit(); ++ rccInitDefaultContext(NULL, 0, 0, classes, 0); ++ rccLoad(NULL, "xmms"); ++ rccInitDb4(NULL, NULL, 0); ++ rcc_initialized = 1; ++#endif /* HAVE_LIBRCC */ ++} ++ ++void rccTaglibPatchSetContext(void *newctx) { ++#ifdef HAVE_LIBRCC ++ if (newctx) { ++ ctx = (rcc_context)newctx; ++ rcc_initialized = 1; ++ } ++#endif /* HAVE_LIBRCC */ ++} ++ ++static void rccTaglibPatchTryInit() { ++#ifdef HAVE_LIBRCC ++ if (!rcc_initialized) { ++ rccTaglibPatchInit(); ++ if (rcc_initialized) atexit(rccTaglibPatchFree); ++ } ++#endif /* HAVE_LIBRCC */ ++} ++ ++ ++TagLib::ByteVector rccTaglibPatchRecodeOutput(const std::string &s) { ++ TagLib::ByteVector v; ++#ifdef HAVE_LIBRCC ++ size_t rlen; ++ char *res; ++ ++ rccTaglibPatchTryInit(); ++ ++ res = rccSizedRecode(ctx, UTF_CLASS, OUT_CLASS, s.c_str(), s.length(), &rlen); ++#ifdef RCC_DEBUG ++ for (const unsigned char *c = (const unsigned char*)s.c_str(); *c; c++) { ++ if (*c > 127) { ++ printf(" Output: %s - %s\n", s.c_str(), res?res:"null"); ++ break; ++ } ++ } ++#endif /* RCC_DEBUG */ ++ ++ if (res) v.setData(res, rlen); ++ else v.setData("", 0); ++ //v.setData(s.c_str(), s.length()); ++ ++ return v; ++#else ++ v.setData("", 0); ++ ++ return v; ++#endif /* HAVE_LIBRCC */ ++} ++ ++TagLib::ByteVector rccTaglibPatchRecodeOutputID3(const std::string &s, bool v2 = false) { ++ TagLib::ByteVector v; ++#ifdef HAVE_LIBRCC ++ size_t rlen; ++ char *res; ++ ++ rccTaglibPatchTryInit(); ++ ++ res = rccSizedRecode(ctx, UTF_CLASS, v2?ID3V2_CLASS:ID3_CLASS, s.c_str(), s.length(), &rlen); ++#ifdef RCC_DEBUG ++ for (const unsigned char *c = (const unsigned char*)s.c_str(); *c; c++) { ++ if (*c > 127) { ++ printf(" OutputID3(%i): %s - %s\n", v2, s.c_str(), res?res:"null"); ++ break; ++ } ++ } ++#endif /* RCC_DEBUG */ ++ ++ if (res) v.setData(res, rlen); ++ else v.setData("", 0); ++ //v.setData(s.c_str(), s.length()); ++ ++ return v; ++#else ++ v.setData("", 0); ++ ++ return v; ++#endif /* HAVE_LIBRCC */ ++} ++ ++TagLib::ByteVector rccTaglibPatchRecodeInput(const std::string &s) { ++ TagLib::ByteVector v; ++#ifdef HAVE_LIBRCC ++ size_t rlen; ++ char *res; ++ ++ rccTaglibPatchTryInit(); ++ ++ res = rccSizedRecode(ctx, OUT_CLASS, UTF_CLASS, s.c_str(), s.length(), &rlen); ++#ifdef RCC_DEBUG ++ for (const unsigned char *c = (const unsigned char*)s.c_str(); *c; c++) { ++ if (*c > 127) { ++ printf(" Input: %s - %s\n", s.c_str(), res?res:"null"); ++ break; ++ } ++ } ++#endif /* RCC_DEBUG */ ++ ++ if (res) v.setData(res, rlen); ++ else ++#endif /* HAVE_LIBRCC */ ++ v.setData("", 0); ++ ++ return v; ++} ++ ++TagLib::ByteVector rccTaglibPatchRecodeInputID3(const std::string &s, bool v2 = false) { ++ TagLib::ByteVector v; ++#ifdef HAVE_LIBRCC ++ size_t rlen; ++ char *res; ++ ++ rccTaglibPatchTryInit(); ++ ++ res = rccSizedRecode(ctx, v2?ID3V2_CLASS:ID3_CLASS, UTF_CLASS, s.c_str(), s.length(), &rlen); ++#ifdef RCC_DEBUG ++ for (const unsigned char *c = (const unsigned char*)s.c_str(); *c; c++) { ++ if (*c > 127) { ++ printf(" InputID3(%i): %s - %s\n", v2, s.c_str(), res?res:"null"); ++ break; ++ } ++ } ++#endif /* RCC_DEBUG */ ++ if (res) v.setData(res, rlen + 1); ++ else ++#endif /* HAVE_LIBRCC */ ++ v.setData("", 0); ++ ++ return v; ++} ++ ++TagLib::String::Type rccTaglibPatchGetLocaleType() { ++#ifdef HAVE_LIBRCC ++ size_t len; ++ char charset[32]; ++ ++ rccTaglibPatchTryInit(); ++ if (!rccLocaleGetCharset(charset, NULL, 31)) { ++ if (!strncmp(charset, "UTF", 3)) { ++ len = strlen(charset); ++ ++ if (charset[len-1]=='8') return TagLib::String::UTF8; ++ if (!strcmp(charset+(len-2),"16")) return TagLib::String::UTF16; ++ if (!strcmp(charset+(len-4),"16LE")) return TagLib::String::UTF16LE; ++ if (!strcmp(charset+(len-4),"16BE")) return TagLib::String::UTF16BE; ++ } ++ return TagLib::String::Latin1; ++ } ++#endif /* HAVE_LIBRCC */ ++ return TagLib::String::UTF8; ++} ++ ++TagLib::String::Type rccTaglibPatchGetID3Type() { ++#ifdef HAVE_LIBRCC ++ size_t len; ++ const char *charset; ++ ++ rccTaglibPatchTryInit(); ++ ++ charset = rccGetCurrentCharsetName(ctx, ID3V2_CLASS); ++ if (charset) { ++ if (!strncmp(charset, "UTF", 3)) { ++ len = strlen(charset); ++ ++ if (charset[len-1]=='8') return TagLib::String::UTF8; ++ if (!strcmp(charset+(len-2),"16")) return TagLib::String::UTF16; ++ if (!strcmp(charset+(len-4),"16LE")) return TagLib::String::UTF16LE; ++ if (!strcmp(charset+(len-4),"16BE")) return TagLib::String::UTF16BE; ++ } ++ return TagLib::String::Latin1ID3V2; ++ } else { ++ // Error or no-language configured: If Latin1ID3V2 is returned we normally will use the default unicode encoding unless Latin1 is selected by taglib ++ return TagLib::String::Latin1ID3V2; ++ } ++#endif /* HAVE_LIBRCC */ ++ return TagLib::String::Latin1; ++} +diff -dPNur ./taglib/toolkit/rccpatch.h ./taglib/toolkit/rccpatch.h +--- ./taglib/toolkit/rccpatch.h 1970-01-01 01:00:00.000000000 +0100 ++++ ./taglib/toolkit/rccpatch.h 2013-11-11 13:42:53.045126729 +0100 +@@ -0,0 +1,20 @@ ++#ifndef _RCC_PATCH_H ++#define _RCC_PATCH_H ++ ++#include ++#include "tstring.h" ++#include "tbytevector.h" ++ ++void rccTaglibPatchFree(); ++void rccTaglibPatchInit(); ++void rccTaglibPatchSetContext(void *newctx); ++ ++TagLib::ByteVector rccTaglibPatchRecodeOutput(const std::string &s); ++TagLib::ByteVector rccTaglibPatchRecodeInput(const std::string &s); ++TagLib::ByteVector rccTaglibPatchRecodeOutputID3(const std::string &s, bool v2 = false); ++TagLib::ByteVector rccTaglibPatchRecodeInputID3(const std::string &s, bool v2 = false); ++ ++TagLib::String::Type rccTaglibPatchGetLocaleType(); ++TagLib::String::Type rccTaglibPatchGetID3Type(); ++ ++#endif /* _RCC_PATCH_H */ +diff -dPNur ./taglib/toolkit/tstring.cpp ./taglib/toolkit/tstring.cpp +--- ./taglib/toolkit/tstring.cpp 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/toolkit/tstring.cpp 2013-11-11 13:42:53.046126750 +0100 +@@ -29,6 +29,7 @@ + #include + #endif + ++#include "rccpatch.h" + #include "tstring.h" + #include "tdebug.h" + #include "tstringlist.h" +@@ -197,8 +198,11 @@ + String::String(const std::string &s, Type t) + : d(new StringPrivate()) + { +- if(t == Latin1) +- copyFromLatin1(&s[0], s.length()); ++ if(t == Locale) ++ t = rccTaglibPatchGetLocaleType(); ++ ++ if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) ++ copyFromLatin1(&s[0], s.length(), true, t); + else if(t == String::UTF8) + copyFromUTF8(&s[0], s.length()); + else { +@@ -229,8 +233,11 @@ + String::String(const char *s, Type t) + : d(new StringPrivate()) + { +- if(t == Latin1) +- copyFromLatin1(s, ::strlen(s)); ++ if(t == Locale) ++ t = rccTaglibPatchGetLocaleType(); ++ ++ if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) ++ copyFromLatin1(s, ::strlen(s), true, t); + else if(t == String::UTF8) + copyFromUTF8(s, ::strlen(s)); + else { +@@ -251,7 +258,10 @@ + String::String(char c, Type t) + : d(new StringPrivate(1, static_cast(c))) + { +- if(t != Latin1 && t != UTF8) { ++ if(t == Locale) ++ t = rccTaglibPatchGetLocaleType(); ++ ++ if(t != Latin1 && t != Latin1ID3 && t != Latin1ID3V2 && t != UTF8) { + debug("String::String() -- A char should not contain UTF16."); + } + } +@@ -262,8 +272,11 @@ + if(v.isEmpty()) + return; + +- if(t == Latin1) +- copyFromLatin1(v.data(), v.size()); ++ if(t == Locale) ++ t = rccTaglibPatchGetLocaleType(); ++ ++ if(t == Latin1 || t == Latin1ID3 || t == Latin1ID3V2) ++ copyFromLatin1(v.data(), v.size(), true, t); + else if(t == UTF8) + copyFromUTF8(v.data(), v.size()); + else +@@ -428,16 +441,46 @@ + + ByteVector String::data(Type t) const + { +- switch(t) +- { ++ ByteVector v; ++ ++ if (t == Locale) { ++ // The source is either Unicode or real Latin1 (if rcc is bypassed) ++ std::string s = to8Bit(true); ++ ++ // In case of UTF8 locale, this probably will return NULL (no recoding needed), but we will take UTF8 path in the next swtich ++ v = rccTaglibPatchRecodeOutput(s); ++ if (v.size()) return v; ++ ++ t = rccTaglibPatchGetLocaleType(); ++ } ++ ++ switch(t) { ++ case Latin1ID3: ++ case Latin1ID3V2: ++ { ++ std::string s = to8Bit(true); ++ if (t == Latin1ID3) v = rccTaglibPatchRecodeOutputID3(s, false); ++ else if (t == Latin1ID3V2) v = rccTaglibPatchRecodeOutputID3(s, true); ++ if (v.size()) ++ return v; ++ ++ // we don't know if we got NULL because rcc is disabled (error) or UTF8 output is required ++ if ((t == Latin1ID3V2)&&(rccTaglibPatchGetID3Type() == UTF8)) { ++ v.setData(s.c_str(), s.length()); ++ } else { ++ for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) ++ v.append(char(*it)); ++ } ++ return v; ++ } + case Latin1: + { + ByteVector v(size(), 0); + char *p = v.data(); +- ++ + for(wstring::const_iterator it = d->data.begin(); it != d->data.end(); it++) + *p++ = static_cast(*it); +- ++ + return v; + } + case UTF8: +@@ -763,12 +806,29 @@ + // private members + //////////////////////////////////////////////////////////////////////////////// + +-void String::copyFromLatin1(const char *s, size_t length) ++void String::copyFromLatin1(const char *s, size_t length, bool prepare, Type t) + { + d->data.resize(length); +- + for(size_t i = 0; i < length; ++i) + d->data[i] = static_cast(s[i]); ++ ++ // librcc conversation ++ if (prepare) { ++ std::string s = to8Bit(false); ++ ByteVector v; ++ ++ if (t == Latin1ID3) v = rccTaglibPatchRecodeInputID3(s, false); ++ else if (t == Latin1ID3V2) v = rccTaglibPatchRecodeInputID3(s, true); ++ else /* Latin1 converted from Locale */ v = rccTaglibPatchRecodeInput(s); ++ ++ if (v.size()) { ++ copyFromUTF8(v.data(), v.size()); ++ } else { ++ // We don't know if we got UTF-8 encoded string or either rcc is disable or something is failed, ++ // since standard applications are really expecting here Latin1, it is safe to just check if we have violations of UTF8 ++ //if (Unicode::isLegalUTF8(s)) t = UTF8; ++ } ++ } + } + + void String::copyFromUTF8(const char *s, size_t length) +@@ -874,7 +934,33 @@ + + std::ostream &operator<<(std::ostream &s, const TagLib::String &str) + { +- s << str.to8Bit(); ++ TagLib::ByteVector bv = str.data(TagLib::String::Locale); ++ s << bv; + return s; + } + ++TagLib::String::Type TagLib::String::ID3Type(int i) ++{ ++ if(i == Latin1) ++ return Latin1ID3V2; ++ return Type(i); ++}; ++ ++TagLib::String::Type TagLib::String::ID3WType(Type type) ++{ ++ Type rcc_type = rccTaglibPatchGetID3Type(); ++ if((rcc_type == Latin1ID3)||(rcc_type == Latin1ID3V2)||(rcc_type == Latin1)) { ++ if(type == Latin1) return ++ rcc_type; ++ return type; ++ } ++ ++ return rcc_type; ++}; ++ ++TagLib::String::Type TagLib::String::ID3RealType(Type type) ++{ ++ if((type == Latin1ID3) || (type == Latin1ID3V2)) ++ return Latin1; ++ return type; ++} +diff -dPNur ./taglib/toolkit/tstring.h ./taglib/toolkit/tstring.h +--- ./taglib/toolkit/tstring.h 2013-10-08 17:50:01.000000000 +0200 ++++ ./taglib/toolkit/tstring.h 2013-11-11 13:42:53.047126771 +0100 +@@ -90,6 +90,18 @@ + */ + enum Type { + /*! ++ * Determine using current locale settings ++ */ ++ Locale = -1, ++ /*! ++ * Latin1 for ID3 tags. ++ */ ++ Latin1ID3 = 65, ++ /*! ++ * Latin1 for ID3v2 tags. ++ */ ++ Latin1ID3V2 = 66, ++ /*! + * IS08859-1, or Latin1 encoding. 8 bit characters. + */ + Latin1 = 0, +@@ -112,6 +124,10 @@ + UTF16LE = 4 + }; + ++ static Type ID3Type(int i); ++ static Type ID3WType(Type type); ++ static Type ID3RealType(Type type); ++ + /*! + * Constructs an empty String. + */ +@@ -479,7 +495,7 @@ + * Converts a \e Latin-1 string into \e UTF-16(without BOM/CPU byte order) + * and copies it to the internal buffer. + */ +- void copyFromLatin1(const char *s, size_t length); ++ void copyFromLatin1(const char *s, size_t length, bool prepare = false, Type t = Latin1); + + /*! + * Converts a \e UTF-8 string into \e UTF-16(without BOM/CPU byte order) Property changes on: files/extrapatch-rcc ___________________________________________________________________ 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: pkg-plist =================================================================== --- pkg-plist (revision 334827) +++ pkg-plist (working copy) @@ -56,6 +56,7 @@ include/taglib/ownershipframe.h include/taglib/popularimeterframe.h include/taglib/privateframe.h +%%RCC%%include/taglib/rccpatch.h include/taglib/relativevolumeframe.h include/taglib/rifffile.h include/taglib/s3mfile.h --- taglib-rcc-1.9.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 10: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 ESMTPS id ECBEAADF; Mon, 25 Nov 2013 10:40:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C58722D4E; Mon, 25 Nov 2013 10: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 rAPAeAFa084954; Mon, 25 Nov 2013 10: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 rAPAeAKJ084953; Mon, 25 Nov 2013 10:40:10 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 10:40:10 GMT Message-Id: <201311251040.rAPAeAKJ084953@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhale@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184280: [PATCH] audio/taglib: restore support for charset conversation library (rusXMMS) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 10:40:11 -0000 Synopsis: [PATCH] audio/taglib: restore support for charset conversation library (rusXMMS) Responsible-Changed-From-To: freebsd-ports-bugs->jhale Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 10: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=184280 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 11: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 ESMTPS id 9183BE5B for ; Mon, 25 Nov 2013 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2BD7D20EE for ; Mon, 25 Nov 2013 11: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 rAPBA0aY092356 for ; Mon, 25 Nov 2013 11: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 rAPBA0QF092354; Mon, 25 Nov 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 11:10:00 GMT Resent-Message-Id: <201311251110.rAPBA0QF092354@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Attila Nagy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7970A360 for ; Mon, 25 Nov 2013 11:04:21 +0000 (UTC) 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 3845F2EBB for ; Mon, 25 Nov 2013 11:04:21 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAPB4K1Z015124 for ; Mon, 25 Nov 2013 11:04:20 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAPB4KUL015121; Mon, 25 Nov 2013 11:04:20 GMT (envelope-from nobody) Message-Id: <201311251104.rAPB4KUL015121@oldred.freebsd.org> Date: Mon, 25 Nov 2013 11:04:20 GMT From: Attila Nagy To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184281: Update mail/dcc-dccd to 1.3.152 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 11:10:01 -0000 >Number: 184281 >Category: ports >Synopsis: Update mail/dcc-dccd to 1.3.152 >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 Nov 25 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Attila Nagy >Release: >Organization: >Environment: >Description: Attached is a patch to upgrade mail/dcc-dccd to its latest release, 1.3.152 >How-To-Repeat: >Fix: Patch attached with submission follows: Index: dcc-dccd/Makefile =================================================================== --- dcc-dccd/Makefile (revision 334812) +++ dcc-dccd/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= dcc-dccd -PORTVERSION= 1.3.141 +PORTVERSION= 1.3.152 CATEGORIES= mail MASTER_SITES= http://www.dcc-servers.net/dcc/source/old/ \ http://www.rhyolite.com/anti-spam/dcc/source/old/ \ Index: dcc-dccd/distinfo =================================================================== --- dcc-dccd/distinfo (revision 334812) +++ dcc-dccd/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (dcc-1.3.141.tar.Z) = b13e339fc1505ecf7d3784de49953b7002243d63a163884a572ee5e933adbe77 -SIZE (dcc-1.3.141.tar.Z) = 1682913 +SHA256 (dcc-1.3.152.tar.Z) = 1d7905f2e7d6dfab44041405b0a13313213cb5c46d3bddcc1ec9b1a5b1c522c9 +SIZE (dcc-1.3.152.tar.Z) = 1710441 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 11:10: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 ESMTPS id EADC5E90; Mon, 25 Nov 2013 11:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C3A3220F0; Mon, 25 Nov 2013 11: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 rAPBA9ZU092464; Mon, 25 Nov 2013 11: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 rAPBA9VP092461; Mon, 25 Nov 2013 11:10:09 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 11:10:09 GMT Message-Id: <201311251110.rAPBA9VP092461@freefall.freebsd.org> To: bra@fsn.hu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184281: Update mail/dcc-dccd to 1.3.152 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 11:10:10 -0000 Synopsis: Update mail/dcc-dccd to 1.3.152 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Nov 25 11:10:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184281 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 11: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 ESMTPS id E43652EF for ; Mon, 25 Nov 2013 11:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1DF62198 for ; Mon, 25 Nov 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 rAPBK1Hf095845 for ; Mon, 25 Nov 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 rAPBK1CL095844; Mon, 25 Nov 2013 11:20:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 11:20:01 GMT Message-Id: <201311251120.rAPBK1CL095844@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184281: Update mail/dcc-dccd to 1.3.152 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 25 Nov 2013 11:20:02 -0000 The following reply was made to PR ports/184281; it has been noted by GNATS. From: Edwin Groothuis To: cgreen@sentex.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/184281: Update mail/dcc-dccd to 1.3.152 Date: Mon, 25 Nov 2013 11:10:08 UT Maintainer of mail/dcc-dccd, Please note that PR ports/184281 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/184281 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 13:21: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 ESMTPS id 145A4D83; Mon, 25 Nov 2013 13:21:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E050E290E; Mon, 25 Nov 2013 13:21: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 rAPDLCwD025505; Mon, 25 Nov 2013 13:21:12 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPDLCZX025504; Mon, 25 Nov 2013 13:21:12 GMT (envelope-from ak) Date: Mon, 25 Nov 2013 13:21:12 GMT Message-Id: <201311251321.rAPDLCZX025504@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/184232: graphics/png2ico: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 13:21:13 -0000 Synopsis: graphics/png2ico: Fix build Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Mon Nov 25 13:21:12 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184232 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 13: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 ESMTPS id 0B5D0791 for ; Mon, 25 Nov 2013 13:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E01B52A8C for ; Mon, 25 Nov 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 rAPDo0lE029556 for ; Mon, 25 Nov 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 rAPDo0KI029555; Mon, 25 Nov 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 13:50:00 GMT Resent-Message-Id: <201311251350.rAPDo0KI029555@freefall.freebsd.org> 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 Shahaf Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F9FC703 for ; Mon, 25 Nov 2013 13:40:53 +0000 (UTC) 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 1EB772A45 for ; Mon, 25 Nov 2013 13:40:53 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAPDeqE3084212 for ; Mon, 25 Nov 2013 13:40:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAPDeqB2084207; Mon, 25 Nov 2013 13:40:52 GMT (envelope-from nobody) Message-Id: <201311251340.rAPDeqB2084207@oldred.freebsd.org> Date: Mon, 25 Nov 2013 13:40:52 GMT From: Daniel Shahaf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184282: [patch] freebsd-update: allow opting-out of emails about specific target releases X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 13:50:01 -0000 >Number: 184282 >Category: ports >Synopsis: [patch] freebsd-update: allow opting-out of emails about specific target releases >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 Nov 25 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Daniel Shahaf >Release: 9.1-RELEASE-p6 >Organization: >Environment: FreeBSD $hostname 9.1-RELEASE-p6 FreeBSD 9.1-RELEASE-p6 #0: Wed Aug 21 20:40:52 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: http://thread.gmane.org/gmane.os.freebsd.devel.hackers/51852 I run 'freebsd-update cron' nightly. Each time it runs it emails root@ with a notification that 9.1-RELEASE-p8 is available. I know that it is available and I chose not to update to it (I don't need it in my environment; I'll just update directly to -p9 when that is released), so I'd like to have a way to stop freebsd-update from emailing me about -p8, without stopping it from emailing me about subsequent releases. >How-To-Repeat: On a releng/9.1 system of a revision older than HEAD, run 'freebsd-update cron' and observe that it emails root@ about 9.1-RELEASE-p8; and that there is no way to disable that (short of removing the cron job altogether, which would also disable -p9 emails). >Fix: Attached. Patch attached with submission follows: Index: etc/freebsd-update.conf =================================================================== --- etc/freebsd-update.conf (revision 258471) +++ etc/freebsd-update.conf (working copy) @@ -74,3 +74,7 @@ MergeChanges /etc/ /boot/device.hints # When backing up a kernel also back up debug symbol files? # BackupKernelSymbolFiles no + +# If the new release is the specified value, don't emit an email announcing +# it. (Default: unspecified) +# IgnoreReleases 9.1-RELEASE-p8 Index: share/man/man5/freebsd-update.conf.5 =================================================================== --- share/man/man5/freebsd-update.conf.5 (revision 258471) +++ share/man/man5/freebsd-update.conf.5 (working copy) @@ -218,6 +218,13 @@ backup kernel, the .Cm freebsd-update rollback command will recreate the symbol files along with the old kernel. +.It Cm IgnoreReleases +The parameters following this keyword are regular expressions; +if the new release matches one of them, it will be ignored by +.Cm cron . +.Pp +This option can be specified multiple times, and the parameters +accumulate. .El .Sh FILES .Bl -tag -width "/etc/freebsd-update.conf" Index: usr.sbin/freebsd-update/freebsd-update.sh =================================================================== --- usr.sbin/freebsd-update/freebsd-update.sh (revision 258471) +++ usr.sbin/freebsd-update/freebsd-update.sh (working copy) @@ -88,6 +88,7 @@ EOF CONFIGOPTIONS="KEYPRINT WORKDIR SERVERNAME MAILTO ALLOWADD ALLOWDELETE KEEPMODIFIEDMETADATA COMPONENTS IGNOREPATHS UPDATEIFUNMODIFIED BASEDIR VERBOSELEVEL TARGETRELEASE STRICTCOMPONENTS MERGECHANGES + IGNORERELEASE IDSIGNOREPATHS BACKUPKERNEL BACKUPKERNELDIR BACKUPKERNELSYMBOLFILES" # Set all the configuration options to "". @@ -217,6 +218,13 @@ config_Components () { done } +# Add to the list of releases updates to will be ignored. +config_IgnoreReleases () { + for C in $@; do + IGNORERELEASE="${IGNORERELEASE} ${C}" + done +} + # Add to the list of paths under which updates will be ignored. config_IgnorePaths () { for C in $@; do @@ -2086,6 +2094,21 @@ fetch_run () { fetch_warn_eol || return 1 } +# If the available release is in IgnoreReleases, return true. +# Else, return false. +cron_suppress_mail() { + TMPFILE=$1 + if grep -q "No updates needed" ${TMPFILE}; then + return 0 + fi + for X in ${IGNORERELEASE}; do + if echo "${RELNUM}-p${RELPATCHNUM}" | grep -q "${X}"; then + return 0 + fi + done + return 1 +} + # If StrictComponents is not "yes", generate a new components list # with only the components which appear to be installed. upgrade_guess_components () { @@ -3199,7 +3222,7 @@ cmd_cron () { TMPFILE=`mktemp /tmp/freebsd-update.XXXXXX` || exit 1 if ! fetch_run >> ${TMPFILE} || - ! grep -q "No updates needed" ${TMPFILE} || + ! cron_suppress_mail ${TMPFILE} || [ ${VERBOSELEVEL} = "debug" ]; then mail -s "`hostname` security updates" ${MAILTO} < ${TMPFILE} fi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 14: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 ESMTPS id 89E939ED for ; Mon, 25 Nov 2013 14:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AEAE2B3A for ; Mon, 25 Nov 2013 14: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 rAPE02W3031436 for ; Mon, 25 Nov 2013 14: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 rAPE02cc031435; Mon, 25 Nov 2013 14:00:02 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 14:00:02 GMT Resent-Message-Id: <201311251400.rAPE02cc031435@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ari Suutari Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F6577D4 for ; Mon, 25 Nov 2013 13:52:45 +0000 (UTC) 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 0FB612ABE for ; Mon, 25 Nov 2013 13:52: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 rAPDqij8042781 for ; Mon, 25 Nov 2013 13:52:44 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAPDqi6B042778; Mon, 25 Nov 2013 13:52:44 GMT (envelope-from nobody) Message-Id: <201311251352.rAPDqi6B042778@oldred.freebsd.org> Date: Mon, 25 Nov 2013 13:52:44 GMT From: Ari Suutari To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184283: dns/ddclient fails with ssl=yes after upgrading p5-IO-Socket-SSL to 1.950 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 14:00:02 -0000 >Number: 184283 >Category: ports >Synopsis: dns/ddclient fails with ssl=yes after upgrading p5-IO-Socket-SSL to 1.950 >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 Nov 25 14:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ari Suutari >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD osku.stonepile.fi 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: ddclient doesn't work when ssl=yes in config file. This seems to be because p5-IO-Socket-SSL requires ca certificates after version 1.950. (see http://cpansearch.perl.org/src/SULLR/IO-Socket-SSL-1.953/Changes). >How-To-Repeat: Just use ssl=yes in ddclient.conf >Fix: Installing ca_root_nss and adding SSL_ca_file to ddclient code fixes this. (see attached patch for Makefile & ddclient). Patch attached with submission follows: --- Makefile.orig 2013-11-25 15:29:43.000000000 +0200 +++ Makefile 2013-11-25 15:34:35.000000000 +0200 @@ -25,7 +25,8 @@ .include .if ${PORT_OPTIONS:MSSL} -RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL +RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ + ${LOCALBASE}/share/certs/ca-root-nss.crt:${PORTSDIR}/security/ca_root_nss .endif SUB_FILES= pkg-message ddclient_force --- ddclient.orig 2013-11-25 15:25:24.000000000 +0200 +++ ddclient 2013-11-25 15:25:24.000000000 +0200 @@ -1860,6 +1860,7 @@ $sd = IO::Socket::SSL->new( PeerAddr => $peer, PeerPort => $port, + SSL_ca_file => '/usr/local/share/certs/ca-root-nss.crt', Proto => 'tcp', MultiHomed => 1, Timeout => opt('timeout'), >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 14: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 ESMTPS id F00899EB for ; Mon, 25 Nov 2013 14:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C59EC2B38 for ; Mon, 25 Nov 2013 14: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 rAPE01G1031425 for ; Mon, 25 Nov 2013 14: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 rAPE01f0031424; Mon, 25 Nov 2013 14:00:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 14:00:01 GMT Message-Id: <201311251400.rAPE01f0031424@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Daniel Shahaf Subject: Re: ports/184282: [patch] freebsd-update: allow opting-out of emails about specific target releases X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Daniel Shahaf List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 14:00:02 -0000 The following reply was made to PR ports/184282; it has been noted by GNATS. From: Daniel Shahaf To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184282: [patch] freebsd-update: allow opting-out of emails about specific target releases Date: Mon, 25 Nov 2013 15:58:11 +0200 By the way, the patch as-is will cause IgnoreReleases 9.1-RELEASE-p1 to also suppress notifications about -p10, -p11, etc. For this reason, it might be a good idea to add a -w or -x flag to the 'grep -q "${X}"' command. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 14:00: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 ESMTPS id 5640AA27; Mon, 25 Nov 2013 14:00:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D9842B41; Mon, 25 Nov 2013 14: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 rAPE0Afv031508; Mon, 25 Nov 2013 14:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPE0AeG031507; Mon, 25 Nov 2013 14:00:10 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 14:00:10 GMT Message-Id: <201311251400.rAPE0AeG031507@freefall.freebsd.org> To: ari@stonepile.fi, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184283: dns/ddclient fails with ssl=yes after upgrading p5-IO-Socket-SSL to 1.950 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 14:00:10 -0000 Synopsis: dns/ddclient fails with ssl=yes after upgrading p5-IO-Socket-SSL to 1.950 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Nov 25 14:00:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184283 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 14: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 ESMTPS id 9068ABEC for ; Mon, 25 Nov 2013 14:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 804A42C00 for ; Mon, 25 Nov 2013 14: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 rAPEA1ih033597 for ; Mon, 25 Nov 2013 14: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 rAPEA1ag033596; Mon, 25 Nov 2013 14:10:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 14:10:01 GMT Message-Id: <201311251410.rAPEA1ag033596@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184283: dns/ddclient fails with ssl=yes after upgrading p5-IO-Socket-SSL to 1.950 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 25 Nov 2013 14:10:01 -0000 The following reply was made to PR ports/184283; it has been noted by GNATS. From: Edwin Groothuis To: simon.krenz@ghostbsd.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/184283: dns/ddclient fails with ssl=yes after upgrading p5-IO-Socket-SSL to 1.950 Date: Mon, 25 Nov 2013 14:00:09 UT Maintainer of dns/ddclient, Please note that PR ports/184283 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/184283 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 14: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 ESMTPS id A5AEBBED for ; Mon, 25 Nov 2013 14:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AEE32C01 for ; Mon, 25 Nov 2013 14: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 rAPEA2BC033603 for ; Mon, 25 Nov 2013 14: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 rAPEA2oT033602; Mon, 25 Nov 2013 14:10:02 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 14:10:02 GMT Message-Id: <201311251410.rAPEA2oT033602@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Philippe =?iso-8859-1?Q?Aud=E9oud?= 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.16 Precedence: list Reply-To: Philippe =?iso-8859-1?Q?Aud=E9oud?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 14:10:02 -0000 The following reply was made to PR ports/177193; it has been noted by GNATS. From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: bug-followup@FreeBSD.org, lukek@rogers.com Cc: Subject: Re: ports/177193: audio/moc: please include FLAC support by default in package Date: Mon, 25 Nov 2013 15:04:38 +0100 Hello, Do you approve this patch? Regards, From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 14: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 ESMTPS id BCA22BEE for ; Mon, 25 Nov 2013 14:10:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9295E2C02 for ; Mon, 25 Nov 2013 14: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 rAPEA3Y9033610 for ; Mon, 25 Nov 2013 14: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 rAPEA3Zn033609; Mon, 25 Nov 2013 14:10:03 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 14:10:03 GMT Message-Id: <201311251410.rAPEA3Zn033609@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Philippe =?iso-8859-1?Q?Aud=E9oud?= Subject: Re: ports/176816: www/privoxy ipv6 is obsolete X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Philippe =?iso-8859-1?Q?Aud=E9oud?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 14:10:03 -0000 The following reply was made to PR ports/176816; it has been noted by GNATS. From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: bug-followup@FreeBSD.org, fk@fabiankeil.de Cc: Subject: Re: ports/176816: www/privoxy ipv6 is obsolete Date: Mon, 25 Nov 2013 15:12:28 +0100 Ping? From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 14: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 ESMTPS id A79B3699 for ; Mon, 25 Nov 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D4922DA2 for ; Mon, 25 Nov 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 rAPEU1bY038212 for ; Mon, 25 Nov 2013 14: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 rAPEU1BA038211; Mon, 25 Nov 2013 14:30:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 14:30:01 GMT Message-Id: <201311251430.rAPEU1BA038211@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Philippe =?iso-8859-1?Q?Aud=E9oud?= Subject: Re: ports/177336: New port: security/sav X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Philippe =?iso-8859-1?Q?Aud=E9oud?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 14:30:01 -0000 The following reply was made to PR ports/177336; it has been noted by GNATS. From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: bug-followup@FreeBSD.org, gary@hayers.org, crees@FreeBSD.org Cc: Subject: Re: ports/177336: New port: security/sav Date: Mon, 25 Nov 2013 15:23:39 +0100 Ok, so, what can we do? Do we a solution to port this software? If not, I guess we can close this ticket. Regards, From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id 50BBB8A6 for ; Mon, 25 Nov 2013 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3036E2E51 for ; Mon, 25 Nov 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 rAPEe1gZ039982 for ; Mon, 25 Nov 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 rAPEe1Af039981; Mon, 25 Nov 2013 14:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 14:40:01 GMT Resent-Message-Id: <201311251440.rAPEe1Af039981@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 821E66D6 for ; Mon, 25 Nov 2013 14:30:39 +0000 (UTC) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 552812DD0 for ; Mon, 25 Nov 2013 14:30:38 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.7/8.14.7) with ESMTP id rAPEUWsw030155 for ; Mon, 25 Nov 2013 08:30:32 -0600 (CST) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com) by ASSP.nospam with ESMTPS(DHE-RSA-CAMELLIA256-SHA) (ASSP 1.9.9); 25 Nov 2013 08:30:31 -0600 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.7/8.14.7/Submit) id rAPEUVv9030154; Mon, 25 Nov 2013 08:30:31 -0600 (CST) (envelope-from rnejdl) Message-Id: Date: Mon, 25 Nov 2013 08:30:31 -0600 (CST) From: Rusty Nejdl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184284: Update port www/mozplugger to 2.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 14:40:01 -0000 >Number: 184284 >Category: ports >Synopsis: Update port www/mozplugger to 2.1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.2-STABLE FreeBSD 9.2-STABLE #1 r257395: Wed Oct 30 17:37:14 CDT 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64 >Description: Upstream project removed all hardcoded gcc references. >How-To-Repeat: >Fix: --- mozplugger-2.1.4.patch begins here --- diff -ruN mozplugger/Makefile mozplugger.new/Makefile --- mozplugger/Makefile 2013-11-22 07:53:23.000000000 -0600 +++ mozplugger.new/Makefile 2013-11-25 08:28:25.000000000 -0600 @@ -2,9 +2,9 @@ # $FreeBSD: head/www/mozplugger/Makefile 334512 2013-11-21 19:16:11Z pawel $ PORTNAME= mozplugger -PORTVERSION= 2.1.3 +PORTVERSION= 2.1.4 CATEGORIES= www -MASTER_SITES= http://www.ringofsaturn.com/distfiles/ +MASTER_SITES= http://mozplugger.mozdev.org/files/ MAINTAINER= rnejdl@ringofsaturn.com COMMENT= Framework for loading web content in external viewers @@ -24,10 +24,8 @@ .include "${PORTSDIR}/www/firefox/Makefile.webplugins" post-patch: - @${REINPLACE_CMD} -e 's|"/etc|"${PREFIX}/etc|g' \ ${WRKSRC}/mozplugger.c - @${REINPLACE_CMD} -e 's|gcc|${CC}|' ${WRKSRC}/configure post-install: @${ECHO_MSG} diff -ruN mozplugger/distinfo mozplugger.new/distinfo --- mozplugger/distinfo 2013-08-30 14:29:59.000000000 -0500 +++ mozplugger.new/distinfo 2013-11-25 08:26:55.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (mozplugger-2.1.3.tar.gz) = d19b6063d0aba87430e5ce2e3a4230807288eb45acec1d412009c7f530d8b30a -SIZE (mozplugger-2.1.3.tar.gz) = 153715 +SHA256 (mozplugger-2.1.4.tar.gz) = 0aed537ea826bfdd28a5b14e0c45a772df836a939152e13d52e10a1ceb2ce062 +SIZE (mozplugger-2.1.4.tar.gz) = 152832 --- mozplugger-2.1.4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id 9832D8DC; Mon, 25 Nov 2013 14:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FCCF2E53; Mon, 25 Nov 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 rAPEe9mr040058; Mon, 25 Nov 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 rAPEe9pv040057; Mon, 25 Nov 2013 14:40:09 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 14:40:09 GMT Message-Id: <201311251440.rAPEe9pv040057@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184284: Update port www/mozplugger to 2.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 14:40:09 -0000 Synopsis: Update port www/mozplugger to 2.1.4 Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Mon Nov 25 14: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=184284 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id EBC5A21C for ; Mon, 25 Nov 2013 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CBFC62FAA for ; Mon, 25 Nov 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 rAPF009G043845 for ; Mon, 25 Nov 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 rAPF00Z9043844; Mon, 25 Nov 2013 15:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 15:00:00 GMT Resent-Message-Id: <201311251500.rAPF00Z9043844@freefall.freebsd.org> 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 Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 726CEEF4 for ; Mon, 25 Nov 2013 14:52:30 +0000 (UTC) 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 619F22F3B for ; Mon, 25 Nov 2013 14:52: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 rAPEqTQF006973 for ; Mon, 25 Nov 2013 14:52:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAPEqT82006969; Mon, 25 Nov 2013 14:52:29 GMT (envelope-from nobody) Message-Id: <201311251452.rAPEqT82006969@oldred.freebsd.org> Date: Mon, 25 Nov 2013 14:52:29 GMT From: Jan Beich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184285: [bsd.port.mk][regression][patch] checking for STRIP doesn't work with OPTIONSng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 15:00:01 -0000 >Number: 184285 >Category: ports >Synopsis: [bsd.port.mk][regression][patch] checking for STRIP doesn't work with OPTIONSng >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 Nov 25 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: >Organization: >Environment: >Description: After bsd.options.mk was introduced the check for WITH_* and WITHOUT_* moved from the beginning to the end of bsd.port.options.mk. However, ports/153539 usage relies on STRIP being set early enough to be usable before bsd.port.post.mk. For example, this breaks stripping for bsd.gecko.mk and bsd.cmake.mk. >How-To-Repeat: $ env -i __MAKE_CONF= make WITH=DEBUG CONFIGURE_ARGS="" $ env -i __MAKE_CONF= make WITHOUT=DEBUG CONFIGURE_ARGS="" $ cat Makefile PORTNAME= foo OPTIONS_DEFINE= DEBUG .include .if !defined(STRIP) || ${STRIP} == "" CONFIGURE_ARGS+=--disable-strip .endif all: @${ECHO_MSG} CONFIGURE_ARGS=\"${CONFIGURE_ARGS}\" .include >Fix: --- strip_check.diff begins here --- Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 334850) +++ Mk/bsd.port.mk (working copy) @@ -1317,13 +1317,13 @@ WITH_DEBUG= yes .endif .endif +.include "${PORTSDIR}/Mk/bsd.options.mk" + # Reset value from bsd.own.mk. .if defined(WITH_DEBUG) && !defined(WITHOUT_DEBUG) STRIP= #none .endif -.include "${PORTSDIR}/Mk/bsd.options.mk" - # Start of pre-makefile section. .if !defined(AFTERPORTMK) && !defined(INOPTIONSMK) --- strip_check.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 15: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 ESMTPS id 7694224E; Mon, 25 Nov 2013 15:00:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45E812FAE; Mon, 25 Nov 2013 15: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 rAPF08hq043981; Mon, 25 Nov 2013 15: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 rAPF080l043980; Mon, 25 Nov 2013 15:00:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 15:00:08 GMT Message-Id: <201311251500.rAPF080l043980@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184285: [bsd.port.mk][regression][patch] checking for STRIP doesn't work with OPTIONSng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 15:00:08 -0000 Synopsis: [bsd.port.mk][regression][patch] checking for STRIP doesn't work with OPTIONSng Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 15:00:07 UTC 2013 Responsible-Changed-Why: bsd.port.mk is portmgr territory (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184285 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 15:04: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 ESMTPS id B902869E; Mon, 25 Nov 2013 15:04:43 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 908F22041; Mon, 25 Nov 2013 15:04: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 rAPF4hbj045633; Mon, 25 Nov 2013 15:04:43 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPF4h5L045632; Mon, 25 Nov 2013 15:04:43 GMT (envelope-from danilo) Date: Mon, 25 Nov 2013 15:04:43 GMT Message-Id: <201311251504.rAPF4h5L045632@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/180681: [patch] textproc/urlview fix compiler warnings X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 15:04:43 -0000 Synopsis: [patch] textproc/urlview fix compiler warnings Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Mon Nov 25 15:04:43 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=180681 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 15:40: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 ESMTPS id DE02941C for ; Mon, 25 Nov 2013 15:40:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDC802263 for ; Mon, 25 Nov 2013 15:40: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 rAPFe3Dd052724 for ; Mon, 25 Nov 2013 15:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPFe3fe052723; Mon, 25 Nov 2013 15:40:03 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 15:40:03 GMT Message-Id: <201311251540.rAPFe3fe052723@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Philippe =?iso-8859-1?Q?Aud=E9oud?= Subject: Re: ports/177336: New port: security/sav X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Philippe =?iso-8859-1?Q?Aud=E9oud?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 15:40:03 -0000 The following reply was made to PR ports/177336; it has been noted by GNATS. From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: "Gary J. Hayers" Cc: bug-followup@FreeBSD.org, crees@FreeBSD.org Subject: Re: ports/177336: New port: security/sav Date: Mon, 25 Nov 2013 16:42:56 +0100 crees@ took this pr, i let him doing it. On Mon, 25 Nov 2013, Gary J. Hayers wrote: > Maybe someone with an @freebsd.org address could contact them and > try to persuede them? >=20 > > So? Do i close this ticket or do you have a solution ? >=20 > >> On Mon, 25 Nov 2013, Gary J. Hayers wrote: >=20 > >> I contacted Sophos and they were quite adamant that they don't > help open source but get the feeling they thought it was Linux > related and didn't realise that the ports tree caters for manually > downloading distfiles > >> > >> Sent from my iPhone > >> > >>> On 25 Nov 2013, at 14:23, Philippe Aud=E9oud wr= ote: > >>> > >>> Ok, so, what can we do? Do we a solution to port this software? If no= t, > >>> I guess we can close this ticket. > >>> > >>> Regards, > >>> >=20 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 15: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 ESMTPS id E982A3D5 for ; Mon, 25 Nov 2013 15:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D98592262 for ; Mon, 25 Nov 2013 15: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 rAPFe1XB052718 for ; Mon, 25 Nov 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 rAPFe1NS052717; Mon, 25 Nov 2013 15:40:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 15:40:01 GMT Message-Id: <201311251540.rAPFe1NS052717@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Gary J. Hayers" Subject: Re: ports/177336: New port: security/sav X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: "Gary J. Hayers" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 15:40:03 -0000 The following reply was made to PR ports/177336; it has been noted by GNATS. From: "Gary J. Hayers" To: bug-followup@FreeBSD.org, crees@FreeBSD.org Cc: Subject: Re: ports/177336: New port: security/sav Date: Mon, 25 Nov 2013 15:35:06 +0000 I contacted Sophos and they were quite adamant that they don't help open source but get the feeling they thought it was Linux related and didn't realise that the ports tree caters for manually downloading distfiles Sent from my iPhone On 25/11/2013 14:23, Philippe Audéoud wrote: > Ok, so, what can we do? Do we a solution to port this software? If not, > I guess we can close this ticket. > > Regards, > From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 15:40: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 ESMTPS id EE01F41D for ; Mon, 25 Nov 2013 15:40:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD30E2265 for ; Mon, 25 Nov 2013 15: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 rAPFe4oB052730 for ; Mon, 25 Nov 2013 15: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 rAPFe41p052729; Mon, 25 Nov 2013 15:40:04 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 15:40:04 GMT Message-Id: <201311251540.rAPFe41p052729@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Gary J. Hayers" Subject: Re: ports/177336: New port: security/sav X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: "Gary J. Hayers" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 15:40:05 -0000 The following reply was made to PR ports/177336; it has been noted by GNATS. From: "Gary J. Hayers" To: =?ISO-8859-1?Q?Philippe_Aud=E9oud?= , bug-followup@FreeBSD.org, crees@FreeBSD.org Cc: Subject: Re: ports/177336: New port: security/sav Date: Mon, 25 Nov 2013 15:37:36 +0000 Maybe someone with an @freebsd.org address could contact them and try to persuede them? > So? Do i close this ticket or do you have a solution ? >> On Mon, 25 Nov 2013, Gary J. Hayers wrote: >> I contacted Sophos and they were quite adamant that they don't help open source but get the feeling they thought it was Linux related and didn't realise that the ports tree caters for manually downloading distfiles >> >> Sent from my iPhone >> >>> On 25 Nov 2013, at 14:23, Philippe Audéoud wrote: >>> >>> Ok, so, what can we do? Do we a solution to port this software? If not, >>> I guess we can close this ticket. >>> >>> Regards, >>> From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id 9668B9A for ; Mon, 25 Nov 2013 16:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7646B23D6 for ; Mon, 25 Nov 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 rAPG00Yv056247 for ; Mon, 25 Nov 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 rAPG005w056246; Mon, 25 Nov 2013 16:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 16:00:00 GMT Resent-Message-Id: <201311251600.rAPG005w056246@freefall.freebsd.org> 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 Beich Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BD6D6E86 for ; Mon, 25 Nov 2013 15:56:11 +0000 (UTC) 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 ACABA23A0 for ; Mon, 25 Nov 2013 15:56:11 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAPFuBnM032352 for ; Mon, 25 Nov 2013 15:56:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAPFuBqK032349; Mon, 25 Nov 2013 15:56:11 GMT (envelope-from nobody) Message-Id: <201311251556.rAPFuBqK032349@oldred.freebsd.org> Date: Mon, 25 Nov 2013 15:56:11 GMT From: Jan Beich To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184286: [patch] bsd.options.desc.mk: improve DEBUG description X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:00:00 -0000 >Number: 184286 >Category: ports >Synopsis: [patch] bsd.options.desc.mk: improve DEBUG description >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 Nov 25 16:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: >Organization: >Environment: >Description: Quite a few ports do more than just build with dwarf symbols. This often means disabling fast paths, enabling asserts or expensive runtime checks. Among the ports that do so are www/firefox, www/chromium, editors/libreoffice, devel/qt4, devel/glib20, x11-toolkits/gtk20, lang/perl5* and many more. Having to set DEBUG_DESC for every such port is unreasonable. Alternatively, WITH_DEBUG can be renamed to WITH_DEBUG_SYMBOLS to more accurately describe what it does. Some ports could enable the option for PACKAGE_BUILDING and package /usr/local/lib/debug separately. >How-To-Repeat: >Fix: --- debug_desc.diff begins here --- Index: Mk/bsd.options.desc.mk =================================================================== --- Mk/bsd.options.desc.mk (revision 334850) +++ Mk/bsd.options.desc.mk (working copy) @@ -59,7 +59,7 @@ DBM_DESC?= DBM support DBUS_DESC?= D-Bus IPC system support DCA_DESC?= DTS support via libdca DCRAW_DESC?= dcraw (raw image converter) support -DEBUG_DESC?= Install debug symbols +DEBUG_DESC?= Build with debugging support DEVD_DESC?= Install devd(8) files DIRAC_DESC?= Dirac codec support via libdirac DJVU_DESC?= DjVu document support --- debug_desc.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 16: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 ESMTPS id 526649D for ; Mon, 25 Nov 2013 16:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2836023D9 for ; Mon, 25 Nov 2013 16: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 rAPG01mH056308 for ; Mon, 25 Nov 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 rAPG01qx056307; Mon, 25 Nov 2013 16:00:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 16:00:01 GMT Message-Id: <201311251600.rAPG01qx056307@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: l k 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.16 Precedence: list Reply-To: l k List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:00:02 -0000 The following reply was made to PR ports/177193; it has been noted by GNATS. From: l k To: =?iso-8859-1?Q?Philippe=20Aud=E9oud?= , bug-followup@FreeBSD.org, lukek@rogers.com Cc: Subject: Re: ports/177193: audio/moc: please include FLAC support by default in package Date: Mon, 25 Nov 2013 07:54:45 -0800 I do. Thank you. On Mon, Nov 25, 2013, at 06:04 AM, Philippe Aud=E9oud wrote: > Hello, >=20 > Do you approve this patch? >=20 > Regards, --=20 http://www.fastmail.fm - Same, same, but different... From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 16: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 ESMTPS id 1FCC64EC for ; Mon, 25 Nov 2013 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 07866246E for ; Mon, 25 Nov 2013 16: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 rAPGA1OM058344 for ; Mon, 25 Nov 2013 16: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 rAPGA1Dm058343; Mon, 25 Nov 2013 16:10:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 16:10:01 GMT Message-Id: <201311251610.rAPGA1Dm058343@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Chris Rees Subject: Re: ports/177336: New port: security/sav X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Chris Rees List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:10:02 -0000 The following reply was made to PR ports/177336; it has been noted by GNATS. From: Chris Rees To: "Gary J. Hayers" ,=?UTF-8?Q?Philippe_Aud=C3=A9oud?= Cc: bug-followup@FreeBSD.org,crees@FreeBSD.org Subject: Re: ports/177336: New port: security/sav Date: Mon, 25 Nov 2013 16:08:29 +0000 Hi Gary, Do you have a contact email for me? Send it privately and I'll talk to the= m. Chris =20 -----Original Message----- From: "Philippe Aud=C3=A9oud" To: "Gary J. Hayers" Cc: bug-followup@FreeBSD.org, crees@FreeBSD.org Sent: Mon, 25 Nov 2013 15:39 Subject: Re: ports/177336: New port: security/sav crees@ took this pr, i let him doing it. On Mon, 25 Nov 2013, Gary J. Hayers wrote: > Maybe someone with an @freebsd.org address could contact them and > try to persuede them? >=20 > > So? Do i close this ticket or do you have a solution ? >=20 > >> On Mon, 25 Nov 2013, Gary J. Hayers wrote: >=20 > >> I contacted Sophos and they were quite adamant that they don't > help open source but get the feeling they thought it was Linux > related and didn't realise that the ports tree caters for manually > downloading distfiles > >> > >> Sent from my iPhone > >> > >>> On 25 Nov 2013, at 14:23, Philippe Aud=C3=A9oud = wrote: > >>> > >>> Ok, so, what can we do? Do we a solution to port this software? If no= t, > >>> I guess we can close this ticket. > >>> > >>> Regards, > >>> >=20 --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. --=20 This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 16:12:23 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 ESMTPS id D9AB17E0; Mon, 25 Nov 2013 16:12:23 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0E9024D7; Mon, 25 Nov 2013 16:12: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 rAPGCNhP060030; Mon, 25 Nov 2013 16:12:23 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPGCMSA060029; Mon, 25 Nov 2013 16:12:22 GMT (envelope-from jadawin) Date: Mon, 25 Nov 2013 16:12:22 GMT Message-Id: <201311251612.rAPGCMSA060029@freefall.freebsd.org> To: rzinkov@gmail.com, lukek@rogers.com, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org 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.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:12:23 -0000 Synopsis: audio/moc: please include FLAC support by default in package State-Changed-From-To: feedback->closed State-Changed-By: jadawin State-Changed-When: Mon Nov 25 16:12:22 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=177193 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 16:14:20 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 ESMTPS id 0BBD79D3; Mon, 25 Nov 2013 16:14:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D502324F1; Mon, 25 Nov 2013 16:14: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 rAPGEJ7N061054; Mon, 25 Nov 2013 16:14:19 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPGEJbm061053; Mon, 25 Nov 2013 16:14:19 GMT (envelope-from danilo) Date: Mon, 25 Nov 2013 16:14:19 GMT Message-Id: <201311251614.rAPGEJbm061053@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184103: maintainer update: mail/dovecot2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:14:20 -0000 Synopsis: maintainer update: mail/dovecot2 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Mon Nov 25 16:14:19 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184103 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 16:14: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 ESMTPS id C353DA08; Mon, 25 Nov 2013 16:14:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A2BB24F5; Mon, 25 Nov 2013 16:14: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 rAPGEV27061142; Mon, 25 Nov 2013 16:14:31 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPGEVAX061141; Mon, 25 Nov 2013 16:14:31 GMT (envelope-from danilo) Date: Mon, 25 Nov 2013 16:14:31 GMT Message-Id: <201311251614.rAPGEVAX061141@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184273: maintainer update: mail/dovecot2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:14:31 -0000 Synopsis: maintainer update: mail/dovecot2 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Mon Nov 25 16:14:31 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184273 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 16:14: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 ESMTPS id 2CC6EA37; Mon, 25 Nov 2013 16:14:41 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03D6024F8; Mon, 25 Nov 2013 16:14: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 rAPGEe8h061230; Mon, 25 Nov 2013 16:14:40 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPGEeJv061229; Mon, 25 Nov 2013 16:14:40 GMT (envelope-from danilo) Date: Mon, 25 Nov 2013 16:14:40 GMT Message-Id: <201311251614.rAPGEeJv061229@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184256: [maintainer-update] sysutils/froxlor: Update to 0.9.30 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 16:14:41 -0000 Synopsis: [maintainer-update] sysutils/froxlor: Update to 0.9.30 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Mon Nov 25 16:14:40 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184256 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 16: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 ESMTPS id 8FD72C35 for ; Mon, 25 Nov 2013 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D621253F for ; Mon, 25 Nov 2013 16: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 rAPGK1vl061445 for ; Mon, 25 Nov 2013 16: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 rAPGK1n0061444; Mon, 25 Nov 2013 16:20:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 16:20:01 GMT Message-Id: <201311251620.rAPGK1n0061444@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/177193: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 25 Nov 2013 16:20:01 -0000 The following reply was made to PR ports/177193; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/177193: commit references a PR Date: Mon, 25 Nov 2013 16:12:00 +0000 (UTC) Author: jadawin Date: Mon Nov 25 16:11:53 2013 New Revision: 334860 URL: http://svnweb.freebsd.org/changeset/ports/334860 Log: - FLAC support by default PR: ports/177193 Submitted by: Luke Approved by: maintainer Modified: head/audio/moc/Makefile Modified: head/audio/moc/Makefile ============================================================================== --- head/audio/moc/Makefile Mon Nov 25 16:11:05 2013 (r334859) +++ head/audio/moc/Makefile Mon Nov 25 16:11:53 2013 (r334860) @@ -3,7 +3,7 @@ PORTNAME= moc PORTVERSION= 2.4.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= audio MASTER_SITES= ftp://ftp.daper.net/pub/soft/moc/stable/ @@ -22,7 +22,7 @@ CPPFLAGS+= -I${LOCALBASE}/include 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 _______________________________________________ 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 Nov 25 17: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 ESMTPS id 969F0ED2 for ; Mon, 25 Nov 2013 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7114F28BA for ; Mon, 25 Nov 2013 17: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 rAPHA0PH070828 for ; Mon, 25 Nov 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 rAPHA0iS070827; Mon, 25 Nov 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 17:10:00 GMT Resent-Message-Id: <201311251710.rAPHA0iS070827@freefall.freebsd.org> 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 ESMTPS id D40E9CFB for ; Mon, 25 Nov 2013 17:04:04 +0000 (UTC) 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 99B9C287E for ; Mon, 25 Nov 2013 17:04:04 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 6949FBDC6B for ; Mon, 25 Nov 2013 18:04:01 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-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 44B84BDC69 for ; Mon, 25 Nov 2013 18:04:01 +0100 (CET) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id B66166113 for ; Mon, 25 Nov 2013 18:04:00 +0100 (CET) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id 2526414269C; Mon, 25 Nov 2013 18:04:00 +0100 (CET) Message-Id: <20131125170400.2526414269C@aragorn.in.absolight.net> Date: Mon, 25 Nov 2013 18:04:00 +0100 (CET) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184287: Fixup makeplist for directories. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 17:10:00 -0000 >Number: 184287 >Category: ports >Synopsis: Fixup makeplist for directories. >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 Nov 25 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 9.2-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC >Description: Without, it'll generate : @dirrmtry %%PORTDOCS%%%%DOCSDIR%% With : %%PORTDOCS%%@dirrmtry %%DOCSDIR%% >How-To-Repeat: >Fix: Index: Mk/Scripts/check-stagedir.sh =================================================================== --- Mk/Scripts/check-stagedir.sh (revision 334863) +++ Mk/Scripts/check-stagedir.sh (working copy) @@ -107,9 +107,9 @@ find ${STAGEDIR} -type d | sed -e "s,^${STAGEDIR},,;/^$/d" | sort >${WRKDIR}/.staged-dirs comm -13 ${WRKDIR}/.traced-dirs ${WRKDIR}/.staged-dirs \ | sort -r | sed \ + -e 's,^,@dirrmtry ,' \ -e "s,\(.*\)${DOCSDIR},%%PORTDOCS%%\1%%DOCSDIR%%,g" \ -e "s,\(.*\)${EXAMPLESDIR},%%PORTEXAMPLES%%\1%%EXAMPLESDIR%%,g" \ -e "s,${DATADIR},%%DATADIR%%,g" \ -e "s,${PREFIX}/,,g" \ - -e 's,^,@dirrmtry ,' \ -e 's,@dirrmtry \(/.*\),@unexec rmdir >/dev/null 2>\&1 \1 || :,' | grep -v "^@dirrmtry share/licenses" || [ $? = 1 ] >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 17:24: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 ESMTPS id B150C63F; Mon, 25 Nov 2013 17:24:34 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 876832A06; Mon, 25 Nov 2013 17:24: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 rAPHOYPj075253; Mon, 25 Nov 2013 17:24:34 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPHOYEo075252; Mon, 25 Nov 2013 17:24:34 GMT (envelope-from mat) Date: Mon, 25 Nov 2013 17:24:34 GMT Message-Id: <201311251724.rAPHOYEo075252@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: mat@FreeBSD.org Subject: Re: ports/184287: Fixup makeplist for directories. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 17:24:34 -0000 Synopsis: Fixup makeplist for directories. Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 25 17:24:16 UTC 2013 Responsible-Changed-Why: -> portmgr. http://www.freebsd.org/cgi/query-pr.cgi?pr=184287 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 17: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 ESMTPS id A1035C20 for ; Mon, 25 Nov 2013 17:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 83C2A2B0B for ; Mon, 25 Nov 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 rAPHe0xa077161 for ; Mon, 25 Nov 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 rAPHe0TG077160; Mon, 25 Nov 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 17:40:00 GMT Resent-Message-Id: <201311251740.rAPHe0TG077160@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ruslan Makhmatkhanov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AB28CC1A for ; Mon, 25 Nov 2013 17:39:54 +0000 (UTC) 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 9AB312B06 for ; Mon, 25 Nov 2013 17:39:54 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAPHdsZx022475 for ; Mon, 25 Nov 2013 17:39:54 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAPHdsB8022469; Mon, 25 Nov 2013 17:39:54 GMT (envelope-from nobody) Message-Id: <201311251739.rAPHdsB8022469@oldred.freebsd.org> Date: Mon, 25 Nov 2013 17:39:54 GMT From: Ruslan Makhmatkhanov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184288: [patch] fix security/nmap runtime on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 17:40:00 -0000 >Number: 184288 >Category: ports >Synopsis: [patch] fix security/nmap runtime on -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: Mon Nov 25 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ruslan Makhmatkhanov >Release: 11.0-CURRENT >Organization: >Environment: >Description: Here is the description: http://lists.freebsd.org/pipermail/freebsd-current/2013-November/046784.html Here is the solution: https://github.com/nmap/nmap/commit/542b0af577dabab68a63b5c20b36c6ec9061b77d#diff-d604578eada1b9284c2f74ba369b7ab9 Attached backport of upstream patch works perfectly for me. >How-To-Repeat: >Fix: Patch attached with submission follows: --- ./libnetutil/netutil.cc.orig 2013-07-29 02:08:48.000000000 +0400 +++ ./libnetutil/netutil.cc 2013-11-25 21:32:04.000000000 +0400 @@ -1319,7 +1319,11 @@ /* The first time through the loop we add the primary interface record. After that we add the aliases one at a time. */ if (!primary_done) { - if (addr_ntos(&entry->intf_addr, (struct sockaddr *) &tmpss) == -1) { + if ( (addr_ntos(&entry->intf_addr, (struct sockaddr *) &tmpss) == -1) +#ifdef AF_LINK + || (tmpss.ss_family == AF_LINK) +#endif + ) { dcrn->ifaces[dcrn->numifaces].addr.ss_family = 0; } else { rc = canonicalize_address(&tmpss, &dcrn->ifaces[dcrn->numifaces].addr); @@ -1328,7 +1332,11 @@ dcrn->ifaces[dcrn->numifaces].netmask_bits = entry->intf_addr.addr_bits; primary_done = true; } else if (num_aliases_done < entry->intf_alias_num) { - if (addr_ntos(&entry->intf_alias_addrs[num_aliases_done], (struct sockaddr *) &tmpss) == -1) { + if ( (addr_ntos(&entry->intf_alias_addrs[num_aliases_done], (struct sockaddr *) &tmpss) == -1) +#ifdef AF_LINK + || (tmpss.ss_family == AF_LINK) +#endif + ) { dcrn->ifaces[dcrn->numifaces].addr.ss_family = 0; } else { rc = canonicalize_address(&tmpss, &dcrn->ifaces[dcrn->numifaces].addr); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id 76753C53; Mon, 25 Nov 2013 17:40:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E39B2B0E; Mon, 25 Nov 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 rAPHe8C2077298; Mon, 25 Nov 2013 17: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 rAPHe80i077297; Mon, 25 Nov 2013 17:40:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 17:40:08 GMT Message-Id: <201311251740.rAPHe80i077297@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ohauer@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184288: [patch] fix security/nmap runtime on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 17:40:08 -0000 Synopsis: [patch] fix security/nmap runtime on -current Responsible-Changed-From-To: freebsd-ports-bugs->ohauer Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 17:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184288 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 17:43: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 ESMTPS id 62562DCA; Mon, 25 Nov 2013 17:43:16 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 378582B5F; Mon, 25 Nov 2013 17:43: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 rAPHhGGt078894; Mon, 25 Nov 2013 17:43:16 GMT (envelope-from tijl@freefall.freebsd.org) Received: (from tijl@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPHhF6u078893; Mon, 25 Nov 2013 18:43:15 +0100 (CET) (envelope-from tijl) Date: Mon, 25 Nov 2013 18:43:15 +0100 (CET) Message-Id: <201311251743.rAPHhF6u078893@freefall.freebsd.org> To: FreeBSD@Shaneware.biz, fidaj@ukr.net, tijl@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: tijl@FreeBSD.org Subject: Re: ports/184257: graphics/openimageio fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 17:43:16 -0000 Synopsis: graphics/openimageio fails to build State-Changed-From-To: feedback->closed State-Changed-By: tijl State-Changed-When: Mon Nov 25 18:42:41 CET 2013 State-Changed-Why: Duplicate of ports/184112. http://www.freebsd.org/cgi/query-pr.cgi?pr=184257 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id 9ED0ABAE for ; Mon, 25 Nov 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7948E2CCA for ; Mon, 25 Nov 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 rAPIA084082951 for ; Mon, 25 Nov 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 rAPIA0cJ082950; Mon, 25 Nov 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 18:10:00 GMT Resent-Message-Id: <201311251810.rAPIA0cJ082950@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2804BB4C for ; Mon, 25 Nov 2013 18:04:50 +0000 (UTC) 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 8B3F22C97 for ; Mon, 25 Nov 2013 18:04:48 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 1ED32BDC5C for ; Mon, 25 Nov 2013 19:04:47 +0100 (CET) Received: from gw.in.absolight.net (gw-ecl.in.absolight.net [79.143.241.69]) (using TLSv1 with cipher DHE-RSA-AES256-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 CDA79BDC44 for ; Mon, 25 Nov 2013 19:04:46 +0100 (CET) Received: from aragorn.in.absolight.net (aragorn.in.absolight.net [79.143.241.225]) by gw.in.absolight.net (Postfix) with ESMTP id 1C4626113 for ; Mon, 25 Nov 2013 19:04:46 +0100 (CET) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id 763B714269C; Mon, 25 Nov 2013 19:04:45 +0100 (CET) Message-Id: <20131125180445.763B714269C@aragorn.in.absolight.net> Date: Mon, 25 Nov 2013 19:04:45 +0100 (CET) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184289: Enhance make makeplist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Mon, 25 Nov 2013 18:10:00 -0000 >Number: 184289 >Category: ports >Synopsis: Enhance make makeplist >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 Nov 25 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Arnold >Release: FreeBSD 9.2-RELEASE i386 >Organization: Absolight >Environment: System: FreeBSD aragorn.in.absolight.net 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: make makeplist takes into account DATADIR, EXAMPLESDIR and DOCSDIR, let's add some other to the lot. I did not change the way DOCS and EXAMPLES are done because they add other stuffs. Also, I wasn't sure where to remove bits from PLIST_SUB, so I put it in bsd.stage.mk. >How-To-Repeat: Without: $ make makeplist lib/perl5/5.16/man/man3/DateTime.3.gz lib/perl5/5.16/man/man3/DateTime::Duration.3.gz lib/perl5/5.16/man/man3/DateTime::Infinite.3.gz lib/perl5/5.16/man/man3/DateTime::LeapSecond.3.gz lib/perl5/site_perl/5.16/mach/DateTime.pm lib/perl5/site_perl/5.16/mach/DateTime/Duration.pm lib/perl5/site_perl/5.16/mach/DateTime/Helpers.pm ... @dirrmtry lib/perl5/5.16/man/man3 @dirrmtry lib/perl5/5.16/man ... $ make makeplist etc/maradns/example_csv2 etc/mararc.sample ... @dirrmtry etc/maradns $ With: $ PORTSDIR=/home/mat/freebsd/ports/ make makeplist %%PERL5_MAN3%%/DateTime.3.gz %%PERL5_MAN3%%/DateTime::Duration.3.gz %%PERL5_MAN3%%/DateTime::Infinite.3.gz %%PERL5_MAN3%%/DateTime::LeapSecond.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/DateTime.pm %%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Duration.pm %%SITE_PERL%%/%%PERL_ARCH%%/DateTime/Helpers.pm ... @dirrmtry %%PERL5_MAN3%% @dirrmtry lib/perl5/%%PERL_VER%%/man $ PORTSDIR=/home/mat/work/freebsd/ports-full/ make makeplist %%ETCDIR%%/example_csv2 etc/mararc.sample ... @dirrmtry %%ETCDIR%% $ >Fix: --- stage_plist_sub.mk begins here --- Index: Mk/Scripts/check-stagedir.sh =================================================================== --- Mk/Scripts/check-stagedir.sh (revision 334863) +++ Mk/Scripts/check-stagedir.sh (working copy) @@ -24,7 +24,7 @@ # validate environment envfault= for i in STAGEDIR PREFIX LOCALBASE WRKDIR WRKSRC MTREE_FILE \ - TMPPLIST DATADIR DOCSDIR EXAMPLESDIR + TMPPLIST DOCSDIR EXAMPLESDIR PLIST_SUB do if ! ( eval ": \${${i}?}" ) 2>/dev/null ; then envfault="${envfault}${envfault:+" "}${i}" @@ -93,6 +93,19 @@ done } > ${WRKDIR}/.mtree +for i in $PLIST_SUB +do + echo $i +done | awk -F= '{print length($2), $1, $2 | "sort -nr" }' | while read l k v +do + if [ $l -ne 0 ] + then + echo "s,${v},%%${k}%%,g;" + fi +done > ${WRKDIR}/.plist_sub + +sed_plist_sub=`cat ${WRKDIR}/.plist_sub` + ### HANDLE FILES find ${STAGEDIR} -type f -o -type l | sort | sed -e "s,${STAGEDIR},," >${WRKDIR}/.staged-files comm -13 ${WRKDIR}/.plist-files ${WRKDIR}/.staged-files \ @@ -99,8 +112,8 @@ | sed \ -e "s,${DOCSDIR},%%PORTDOCS%%%%DOCSDIR%%,g" \ -e "s,${EXAMPLESDIR},%%PORTEXAMPLES%%%%EXAMPLESDIR%%,g" \ - -e "s,${DATADIR},%%DATADIR%%,g" \ - -e "s,${PREFIX}/,,g" | grep -v "^share/licenses" || [ $? = 1 ] + -e "s,${PREFIX}/,,g" \ + -e "${sed_plist_sub}" | grep -v "^share/licenses" || [ $? = 1 ] ### HANDLE DIRS cat ${WRKDIR}/.plist-dirs-unsorted ${WRKDIR}/.mtree | sort -u >${WRKDIR}/.traced-dirs @@ -109,7 +122,7 @@ | sort -r | sed \ -e "s,\(.*\)${DOCSDIR},%%PORTDOCS%%\1%%DOCSDIR%%,g" \ -e "s,\(.*\)${EXAMPLESDIR},%%PORTEXAMPLES%%\1%%EXAMPLESDIR%%,g" \ - -e "s,${DATADIR},%%DATADIR%%,g" \ -e "s,${PREFIX}/,,g" \ + -e "${sed_plist_sub}" \ -e 's,^,@dirrmtry ,' \ -e 's,@dirrmtry \(/.*\),@unexec rmdir >/dev/null 2>\&1 \1 || :,' | grep -v "^@dirrmtry share/licenses" || [ $? = 1 ] Index: Mk/bsd.stage.mk =================================================================== --- Mk/bsd.stage.mk (revision 334863) +++ Mk/bsd.stage.mk (working copy) @@ -19,9 +19,9 @@ WRKSRC=${WRKSRC} \ MTREE_FILE=${MTREE_FILE} \ TMPPLIST=${TMPPLIST} \ - DATADIR=${DATADIR} \ DOCSDIR=${DOCSDIR} \ - EXAMPLESDIR=${EXAMPLESDIR} + EXAMPLESDIR=${EXAMPLESDIR} \ + PLIST_SUB="${PLIST_SUB:NPREFIX=*:NLOCALBASE=*:NOSREL=*:NLIB32DIR=*:NDOCSDIR=*:NEXAMPLESDIR=*}" .if !target(stage-dir) stage-dir: --- stage_plist_sub.mk ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id ECCC3BB2 for ; Mon, 25 Nov 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCA872CCD for ; Mon, 25 Nov 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 rAPIA1Ns083012 for ; Mon, 25 Nov 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 rAPIA1dI083011; Mon, 25 Nov 2013 18:10:01 GMT (envelope-from gnats) Date: Mon, 25 Nov 2013 18:10:01 GMT Message-Id: <201311251810.rAPIA1dI083011@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/184246: emulators/mame: Update to version 0.151 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Mon, 25 Nov 2013 18:10:02 -0000 The following reply was made to PR ports/184246; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184246: emulators/mame: Update to version 0.151 Date: Tue, 26 Nov 2013 03:00:00 +0900 This is a multi-part message in MIME format. --Multipart=_Tue__26_Nov_2013_03_00_00_+0900_Swa9a0F7itGP=ssN Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Remake of the patch against current tree. --Multipart=_Tue__26_Nov_2013_03_00_00_+0900_Swa9a0F7itGP=ssN Content-Type: text/x-diff; name="emulators_mame.diff" Content-Disposition: attachment; filename="emulators_mame.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/emulators/mame/Makefile emulators/mame/Makefile --- /usr/ports/emulators/mame/Makefile 2013-11-25 18:57:44.000000000 +0900 +++ emulators/mame/Makefile 2013-11-26 00:00:00.000000000 +0900 @@ -2,15 +2,12 @@ # $FreeBSD: head/emulators/mame/Makefile 334792 2013-11-24 21:09:22Z mva $ PORTNAME= mame -PORTVERSION= 0.150${PATCHSUFFIX} -PORTREVISION= 1 +PORTVERSION= 0.151${PATCHSUFFIX} CATEGORIES= emulators -MASTER_SITES= SF/${PORTNAME}.mirror/${PORTNAME:U}%20${PORTVERSION} \ - http://mame.mirrors.zippykid.com/releases/ \ +MASTER_SITES= http://mame.mirrors.zippykid.com/releases/ \ http://emumovies.com/aarongiles/releases/ \ http://mamedev.org/updates/:patchsets -DISTNAME= ${PORTNAME}${PORTVERSION:S/.//:C/p[0-9]*$//}s -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DISTFILES= ${PORTNAME}${PORTVERSION:S/.//:C/p[0-9]*$//}s.zip \ ${UPDATE_PATCHES:C/$/.zip:patchsets/} DIST_SUBDIR= ${PORTNAME} @@ -23,26 +20,22 @@ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf -OPTIONS_DEFINE= SDL2 DEBUG DOCS EXAMPLES -OPTIONS_RADIO= BUILTIN_DEBUGGER -OPTIONS_RADIO_BUILTIN_DEBUGGER= GTK2 QT4 +OPTIONS_DEFINE= BUILTIN_DEBUGGER SDL2 DEBUG DOCS EXAMPLES SDL2_DESC= SDL2 libraries support BUILTIN_DEBUGGER_DESC= Builtin debugger support NO_WRKSUBDIR= yes -USE_ZIP= yes -USES= gmake pkgconfig shebangfix dos2unix +USES= gmake pkgconfig shebangfix SHEBANG_FILES= src/emu/cpu/m6502/m6502make.py \ src/emu/cpu/m6809/m6809make.py \ src/emu/cpu/mcs96/mcs96make.py \ src/emu/cpu/tms57002/tmsmake.py -DOS2UNIX_FILES= src/osd/sdl/input.c \ - src/osd/sdl/testkeys.c USE_XORG= xext xi xinerama xrender USE_GL= gl -USE_PYTHON_BUILD=-2.7 +USE_PYTHON_BUILD= -2.7 MAKE_ENV= NOWERROR=1 USE_NETWORK=1 \ + LD="${CXX}" PYTHON="${PYTHON_CMD}" \ OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" \ TARGET="${PORTNAME}" FULLNAME="${PORTNAME}" MAKEFILE= makefile @@ -60,6 +53,12 @@ .include +.if ${PORT_OPTIONS:MBUILTIN_DEBUGGER} +USE_QT4= gui moc_build qmake_build +.else +MAKE_ENV+= NO_DEBUGGER=1 NO_USE_QTDEBUG=1 +.endif + .if ${PORT_OPTIONS:MSDL2} USE_SDL= sdl2 ttf2 MAKE_ENV+= SDL_LIBVER="sdl2" @@ -71,43 +70,15 @@ MAKE_ENV+= DEBUG=1 .endif -.if ${PORT_OPTIONS:MGTK2} -USE_GNOME= gtk20 gconf2 -MAKE_ENV+= GTK_INCPATH="$$(pkg-config --cflags-only-I gtk+-2.0 gconf-2.0)" \ - GTK_CCOMFLAGS="$$(pkg-config --cflags-only-other gtk+-2.0 gconf-2.0)" \ - GTK_LIBS="$$(pkg-config --libs gtk+-2.0 gconf-2.0)" -.else -MAKE_ENV+= GTK_INCPATH="" \ - GTK_CCOMFLAGS="" \ - GTK_LIBS="" -.endif - -.if ${PORT_OPTIONS:MQT4} -USE_QT4= gui moc_build qmake_build -.else -MAKE_ENV+= NO_USE_QTDEBUG=1 -.endif - -.if empty(PORT_OPTIONS:MGTK2) && empty(PORT_OPTIONS:MQT4) -MAKE_ENV+= NO_DEBUGGER=1 -.endif - .include -.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014 -CC= /usr/bin/clang -CPP= /usr/bin/clang-cpp -CXX= /usr/bin/clang++ -.else -USE_GCC= yes -.endif - .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not install on ia64, powerpc, or sparc64 .endif post-extract: - @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/mame.zip ${EXTRACT_AFTER_ARGS} + @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} mame.zip \ + ${EXTRACT_AFTER_ARGS}) @${RM} -f ${WRKDIR}/mame.zip # Use post-extract target to get in before dos2unix-isation .if defined(UPDATE_PATCHES) @@ -120,14 +91,14 @@ post-patch: @${REINPLACE_CMD} -e \ - 's|^BUILD_EXPAT|# BUILD_EXPAT| ; \ - s|^BUILD_ZLIB|# BUILD_ZLIB| ; \ - s|^BUILD_FLAC|# BUILD_FLAC| ; \ - s|^BUILD_JPEGLIB|# BUILD_JPEGLIB| ; \ - s| = @gcc| := $$(CC)| ; \ - s| = @g++| := $$(CXX)| ; \ + '/^BUILD_EXPAT /s|^|#| ; \ + /^BUILD_ZLIB /s|^|#| ; \ + /^BUILD_FLAC /s|^|#| ; \ + /^BUILD_JPEGLIB /s|^|#| ; \ + /^CC /s|^|#| ; \ + /^LD /s|^|#| ; \ + /^PYTHON /s|^|#| ; \ s|-O$$(OPTIMIZE)|| ; \ - s| = @python| = ${PYTHON_CMD}| ; \ /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \ /LDFLAGS/s|-s|| ; \ /LIBS/s|-lstdc++|| ; \ @@ -136,10 +107,7 @@ '/realloc/s|^|// |' ${WRKSRC}/src/emu/emualloc.h @${REINPLACE_CMD} -e \ '/LIBS/s|-lpthread|-pthread| ; \ - /-system/s|/usr/local/|${LOCALBASE}/| ; \ - /--cflags-only-I gtk+-2.0/s|=.*|= $$(GTK_INCPATH)| ; \ - /--cflags-only-other gtk+-2.0/s|=.*|= $$(GTK_CCOMFLAGS)| ; \ - /--libs gtk+-2.0/s|=.*|= $$(GTK_LIBS)| ; \ + /-isystem/s|^|#| ; \ /X11R6/s|^|#|' ${WRKSRC}/src/osd/sdl/sdl.mak do-install: diff -urN /usr/ports/emulators/mame/distinfo emulators/mame/distinfo --- /usr/ports/emulators/mame/distinfo 2013-11-06 22:06:22.000000000 +0900 +++ emulators/mame/distinfo 2013-11-26 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (mame/mame0150s.zip) = e672b033baa001e1a909498b6c9206c68d0456fd883e410ad50f1a4f4c2253f7 -SIZE (mame/mame0150s.zip) = 35999158 +SHA256 (mame/mame0151s.zip) = 84ae6a40ea4652bb2211504704e479530ab0182fe5a18641a5dca6d80e4ed72e +SIZE (mame/mame0151s.zip) = 36052471 diff -urN /usr/ports/emulators/mame/files/patch-src__osd__sdl__input.c emulators/mame/files/patch-src__osd__sdl__input.c --- /usr/ports/emulators/mame/files/patch-src__osd__sdl__input.c 2013-11-06 22:06:22.000000000 +0900 +++ emulators/mame/files/patch-src__osd__sdl__input.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,14 +0,0 @@ ---- src/osd/sdl/input.c.orig -+++ src/osd/sdl/input.c -@@ -720,7 +720,11 @@ - mame_printf_verbose("Joystick: Start initialization\n"); - for (physical_stick = 0; physical_stick < SDL_NumJoysticks(); physical_stick++) - { -+#if (SDLMAME_SDL2) -+ char *joy_name = remove_spaces(machine, SDL_JoystickNameForIndex(physical_stick)); -+#else - char *joy_name = remove_spaces(machine, SDL_JoystickName(physical_stick)); -+#endif - - devmap_register(&joy_map, physical_stick, joy_name); - } diff -urN /usr/ports/emulators/mame/files/patch-src__osd__sdl__testkeys.c emulators/mame/files/patch-src__osd__sdl__testkeys.c --- /usr/ports/emulators/mame/files/patch-src__osd__sdl__testkeys.c 2013-11-06 22:06:22.000000000 +0900 +++ emulators/mame/files/patch-src__osd__sdl__testkeys.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,18 +0,0 @@ ---- src/osd/sdl/testkeys.c.orig -+++ src/osd/sdl/testkeys.c -@@ -146,7 +146,6 @@ - printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", - lookup_key_name(sdl_lookup, event.key.keysym.scancode), - (int) event.key.keysym.scancode, -- (int) event.key.keysym.unicode, - ""); - lasttext[0] = 0; - #else -@@ -165,7 +164,6 @@ - printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", - lookup_key_name(sdl_lookup, event.key.keysym.scancode), - (int) event.key.keysym.scancode, -- (int) event.key.keysym.unicode, - lasttext); - #else - memset(buf, 0, 19); diff -urN /usr/ports/emulators/mame/pkg-plist emulators/mame/pkg-plist --- /usr/ports/emulators/mame/pkg-plist 2013-11-06 22:06:22.000000000 +0900 +++ emulators/mame/pkg-plist 2013-11-26 00:00:00.000000000 +0900 @@ -11,6 +11,7 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/hlsl.txt %%PORTDOCS%%%%DOCSDIR%%/docs/imgtool.txt %%PORTDOCS%%%%DOCSDIR%%/docs/license.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/licenseinfo.txt %%PORTDOCS%%%%DOCSDIR%%/docs/m6502.txt %%PORTDOCS%%%%DOCSDIR%%/docs/mame.txt %%PORTDOCS%%%%DOCSDIR%%/docs/newvideo.txt @@ -127,7 +128,9 @@ %%DATADIR%%/hash/ibm5140.xml %%DATADIR%%/hash/ibm5150.xml %%DATADIR%%/hash/ibm5150_cass.xml +%%DATADIR%%/hash/ibm5160_flop.xml %%DATADIR%%/hash/ibm5170.xml +%%DATADIR%%/hash/ibm5170_cdrom.xml %%DATADIR%%/hash/ibmpcjr_cart.xml %%DATADIR%%/hash/ibmpcjr_flop.xml %%DATADIR%%/hash/interact.xml --Multipart=_Tue__26_Nov_2013_03_00_00_+0900_Swa9a0F7itGP=ssN Content-Type: text/x-diff; name="emulators_mess.diff" Content-Disposition: attachment; filename="emulators_mess.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/emulators/mess/Makefile emulators/mess/Makefile --- /usr/ports/emulators/mess/Makefile 2013-11-20 21:29:32.000000000 +0900 +++ emulators/mess/Makefile 2013-11-26 00:00:00.000000000 +0900 @@ -2,15 +2,12 @@ # $FreeBSD: head/emulators/mess/Makefile 334361 2013-11-19 23:08:44Z mat $ PORTNAME= mess -PORTVERSION= 0.150${PATCHSUFFIX} -PORTREVISION= 1 +PORTVERSION= 0.151${PATCHSUFFIX} CATEGORIES= emulators -MASTER_SITES= SF/mame.mirror/MAME%20${PORTVERSION} \ - http://mame.mirrors.zippykid.com/releases/ \ +MASTER_SITES= http://mame.mirrors.zippykid.com/releases/ \ http://emumovies.com/aarongiles/releases/ \ http://mamedev.org/updates/:patchsets -DISTNAME= mame${PORTVERSION:S/.//:C/p[0-9]*$//}s -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ +DISTFILES= mame${PORTVERSION:S/.//:C/p[0-9]*$//}s.zip \ ${UPDATE_PATCHES:C/$/.zip:patchsets/} DIST_SUBDIR= mame @@ -23,26 +20,22 @@ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= liberation-fonts-ttf>=0:${PORTSDIR}/x11-fonts/liberation-fonts-ttf -OPTIONS_DEFINE= SDL2 DEBUG DOCS EXAMPLES -OPTIONS_RADIO= BUILTIN_DEBUGGER -OPTIONS_RADIO_BUILTIN_DEBUGGER= GTK2 QT4 +OPTIONS_DEFINE= BUILTIN_DEBUGGER SDL2 DEBUG DOCS EXAMPLES SDL2_DESC= SDL2 libraries support BUILTIN_DEBUGGER_DESC= Builtin debugger support NO_WRKSUBDIR= yes -USE_ZIP= yes -USES= gmake pkgconfig shebangfix dos2unix +USES= gmake pkgconfig shebangfix SHEBANG_FILES= src/emu/cpu/m6502/m6502make.py \ src/emu/cpu/m6809/m6809make.py \ src/emu/cpu/mcs96/mcs96make.py \ src/emu/cpu/tms57002/tmsmake.py -DOS2UNIX_FILES= src/osd/sdl/input.c \ - src/osd/sdl/testkeys.c USE_XORG= xext xi xinerama xrender USE_GL= gl -USE_PYTHON_BUILD=yes +USE_PYTHON_BUILD= -2.7 MAKE_ENV= NOWERROR=1 USE_NETWORK=1 \ + LD="${CXX}" PYTHON="${PYTHON_CMD}" \ OPT_FLAGS="${CXXFLAGS}" GCC_LDFLAGS="${LDFLAGS}" \ TARGET="${PORTNAME}" FULLNAME="${PORTNAME}" MAKEFILE= makefile @@ -60,6 +53,12 @@ .include +.if ${PORT_OPTIONS:MBUILTIN_DEBUGGER} +USE_QT4= gui moc_build qmake_build +.else +MAKE_ENV+= NO_DEBUGGER=1 NO_USE_QTDEBUG=1 +.endif + .if ${PORT_OPTIONS:MSDL2} USE_SDL= sdl2 ttf2 MAKE_ENV+= SDL_LIBVER="sdl2" @@ -71,43 +70,15 @@ MAKE_ENV+= DEBUG=1 .endif -.if ${PORT_OPTIONS:MGTK2} -USE_GNOME= gtk20 gconf2 -MAKE_ENV+= GTK_INCPATH="$$(pkg-config --cflags-only-I gtk+-2.0 gconf-2.0)" \ - GTK_CCOMFLAGS="$$(pkg-config --cflags-only-other gtk+-2.0 gconf-2.0)" \ - GTK_LIBS="$$(pkg-config --libs gtk+-2.0 gconf-2.0)" -.else -MAKE_ENV+= GTK_INCPATH="" \ - GTK_CCOMFLAGS="" \ - GTK_LIBS="" -.endif - -.if ${PORT_OPTIONS:MQT4} -USE_QT4= gui moc_build qmake_build -.else -MAKE_ENV+= NO_USE_QTDEBUG=1 -.endif - -.if empty(PORT_OPTIONS:MGTK2) && empty(PORT_OPTIONS:MQT4) -MAKE_ENV+= NO_DEBUGGER=1 -.endif - .include -.if exists(/usr/bin/clang) && ${OSVERSION} >= 900014 -CC= /usr/bin/clang -CPP= /usr/bin/clang-cpp -CXX= /usr/bin/clang++ -.else -USE_GCC= yes -.endif - .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" BROKEN= Does not install on ia64, powerpc, or sparc64 .endif post-extract: - @${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${WRKDIR}/mame.zip ${EXTRACT_AFTER_ARGS} + @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} mame.zip \ + ${EXTRACT_AFTER_ARGS}) @${RM} -f ${WRKDIR}/mame.zip # Use post-extract target to get in before dos2unix-isation .if defined(UPDATE_PATCHES) @@ -120,12 +91,13 @@ post-patch: @${REINPLACE_CMD} -e \ - 's|^BUILD_EXPAT|# BUILD_EXPAT| ; \ - s|^BUILD_ZLIB|# BUILD_ZLIB| ; \ - s|^BUILD_FLAC|# BUILD_FLAC| ; \ - s|^BUILD_JPEGLIB|# BUILD_JPEGLIB| ; \ - s| = @gcc| := $$(CC)| ; \ - s| = @g++| := $$(CXX)| ; \ + '/^BUILD_EXPAT /s|^|#| ; \ + /^BUILD_ZLIB /s|^|#| ; \ + /^BUILD_FLAC /s|^|#| ; \ + /^BUILD_JPEGLIB /s|^|#| ; \ + /^CC /s|^|#| ; \ + /^LD /s|^|#| ; \ + /^PYTHON /s|^|#| ; \ s|-O$$(OPTIMIZE)|| ; \ /--warn-common/s|= -Wl,|= $$(GCC_LDFLAGS) -Wl,| ; \ /LDFLAGS/s|-s|| ; \ @@ -135,29 +107,26 @@ '/realloc/s|^|// |' ${WRKSRC}/src/emu/emualloc.h @${REINPLACE_CMD} -e \ '/LIBS/s|-lpthread|-pthread| ; \ - /-system/s|/usr/local/|${LOCALBASE}/| ; \ - /--cflags-only-I gtk+-2.0/s|=.*|= $$(GTK_INCPATH)| ; \ - /--cflags-only-other gtk+-2.0/s|=.*|= $$(GTK_CCOMFLAGS)| ; \ - /--libs gtk+-2.0/s|=.*|= $$(GTK_LIBS)| ; \ + /-isystem/s|^|#| ; \ /X11R6/s|^|#|' ${WRKSRC}/src/osd/sdl/sdl.mak do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ - ${STAGEDIR}/${PREFIX}/bin) - @${MKDIR} ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME} + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} .for F in castool chdman imgtool jedutil ldresample ldverify romcmp \ testkeys unidasm (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${F} \ - ${STAGEDIR}/${PREFIX}/libexec/${PORTNAME}) + ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}) .endfor - @${MKDIR} ${STAGEDIR}/${DATADIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} artwork ${STAGEDIR}/${DATADIR}) - @(cd ${WRKSRC} && ${COPYTREE_SHARE} hash ${STAGEDIR}/${DATADIR}) + @${MKDIR} ${STAGEDIR}${DATADIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} artwork ${STAGEDIR}${DATADIR}) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} hash ${STAGEDIR}${DATADIR}) @(cd ${WRKSRC}/src/osd/sdl && ${COPYTREE_SHARE} keymaps \ - ${STAGEDIR}/${DATADIR}) - @${MKDIR} ${STAGEDIR}/${DOCSDIR} - @(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}/${DOCSDIR}) - @${MKDIR} ${STAGEDIR}/${EXAMPLESDIR} - (cd ${FILESDIR} && ${INSTALL_DATA} mess.ini ${STAGEDIR}/${EXAMPLESDIR}) + ${STAGEDIR}${DATADIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC} && ${COPYTREE_SHARE} docs ${STAGEDIR}${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${FILESDIR} && ${INSTALL_DATA} mess.ini ${STAGEDIR}${EXAMPLESDIR}) .include diff -urN /usr/ports/emulators/mess/distinfo emulators/mess/distinfo --- /usr/ports/emulators/mess/distinfo 2013-11-06 22:06:20.000000000 +0900 +++ emulators/mess/distinfo 2013-11-26 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (mame/mame0150s.zip) = e672b033baa001e1a909498b6c9206c68d0456fd883e410ad50f1a4f4c2253f7 -SIZE (mame/mame0150s.zip) = 35999158 +SHA256 (mame/mame0151s.zip) = 84ae6a40ea4652bb2211504704e479530ab0182fe5a18641a5dca6d80e4ed72e +SIZE (mame/mame0151s.zip) = 36052471 diff -urN /usr/ports/emulators/mess/files/patch-src__osd__sdl__input.c emulators/mess/files/patch-src__osd__sdl__input.c --- /usr/ports/emulators/mess/files/patch-src__osd__sdl__input.c 2013-11-06 22:06:20.000000000 +0900 +++ emulators/mess/files/patch-src__osd__sdl__input.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,14 +0,0 @@ ---- src/osd/sdl/input.c.orig -+++ src/osd/sdl/input.c -@@ -720,7 +720,11 @@ - mame_printf_verbose("Joystick: Start initialization\n"); - for (physical_stick = 0; physical_stick < SDL_NumJoysticks(); physical_stick++) - { -+#if (SDLMAME_SDL2) -+ char *joy_name = remove_spaces(machine, SDL_JoystickNameForIndex(physical_stick)); -+#else - char *joy_name = remove_spaces(machine, SDL_JoystickName(physical_stick)); -+#endif - - devmap_register(&joy_map, physical_stick, joy_name); - } diff -urN /usr/ports/emulators/mess/files/patch-src__osd__sdl__testkeys.c emulators/mess/files/patch-src__osd__sdl__testkeys.c --- /usr/ports/emulators/mess/files/patch-src__osd__sdl__testkeys.c 2013-11-06 22:06:20.000000000 +0900 +++ emulators/mess/files/patch-src__osd__sdl__testkeys.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,38 +0,0 @@ ---- src/osd/sdl/testkeys.c.orig 2013-10-30 21:16:48.577335486 +0100 -+++ src/osd/sdl/testkeys.c 2013-10-30 21:27:06.551455870 +0100 -@@ -146,7 +146,7 @@ - printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", - lookup_key_name(sdl_lookup, event.key.keysym.scancode), - (int) event.key.keysym.scancode, -- (int) event.key.keysym.unicode, -+ (int) event.key.keysym.mod, - ""); - lasttext[0] = 0; - #else -@@ -155,7 +155,7 @@ - printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", - lookup_key_name(sdl_lookup, event.key.keysym.sym), - (int) event.key.keysym.scancode, -- (int) event.key.keysym.unicode, -+ (int) event.key.keysym.mod, - buf); - #endif - } -@@ -165,7 +165,7 @@ - printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", - lookup_key_name(sdl_lookup, event.key.keysym.scancode), - (int) event.key.keysym.scancode, -- (int) event.key.keysym.unicode, -+ (int) event.key.keysym.mod, - lasttext); - #else - memset(buf, 0, 19); -@@ -173,7 +173,7 @@ - printf("ITEM_ID_XY %s 0x%x 0x%x %s\n", - lookup_key_name(sdl_lookup, event.key.keysym.sym), - (int) event.key.keysym.scancode, -- (int) event.key.keysym.unicode, -+ (int) event.key.keysym.mod, - buf); - #endif - break; diff -urN /usr/ports/emulators/mess/pkg-plist emulators/mess/pkg-plist --- /usr/ports/emulators/mess/pkg-plist 2013-11-06 22:06:20.000000000 +0900 +++ emulators/mess/pkg-plist 2013-11-26 00:00:00.000000000 +0900 @@ -13,6 +13,7 @@ %%PORTDOCS%%%%DOCSDIR%%/docs/hlsl.txt %%PORTDOCS%%%%DOCSDIR%%/docs/imgtool.txt %%PORTDOCS%%%%DOCSDIR%%/docs/license.txt +%%PORTDOCS%%%%DOCSDIR%%/docs/licenseinfo.txt %%PORTDOCS%%%%DOCSDIR%%/docs/m6502.txt %%PORTDOCS%%%%DOCSDIR%%/docs/mame.txt %%PORTDOCS%%%%DOCSDIR%%/docs/newvideo.txt @@ -129,7 +130,9 @@ %%DATADIR%%/hash/ibm5140.xml %%DATADIR%%/hash/ibm5150.xml %%DATADIR%%/hash/ibm5150_cass.xml +%%DATADIR%%/hash/ibm5160_flop.xml %%DATADIR%%/hash/ibm5170.xml +%%DATADIR%%/hash/ibm5170_cdrom.xml %%DATADIR%%/hash/ibmpcjr_cart.xml %%DATADIR%%/hash/ibmpcjr_flop.xml %%DATADIR%%/hash/interact.xml --Multipart=_Tue__26_Nov_2013_03_00_00_+0900_Swa9a0F7itGP=ssN Content-Type: text/x-diff; name="emulators_qmc2.diff" Content-Disposition: attachment; filename="emulators_qmc2.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/emulators/qmc2/Makefile emulators/qmc2/Makefile --- /usr/ports/emulators/qmc2/Makefile 2013-11-06 22:06:22.000000000 +0900 +++ emulators/qmc2/Makefile 2013-11-26 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/emulators/qmc2/Makefile 332169 2013-10-30 20:42:02Z pawel $ PORTNAME= qmc2 -PORTVERSION= 0.40 -PORTREVISION= 1 +PORTVERSION= 0.41 CATEGORIES= emulators MASTER_SITES= SF diff -urN /usr/ports/emulators/qmc2/distinfo emulators/qmc2/distinfo --- /usr/ports/emulators/qmc2/distinfo 2013-11-06 22:06:22.000000000 +0900 +++ emulators/qmc2/distinfo 2013-11-26 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (qmc2-0.40.tar.bz2) = 1119b991a93f9a29a1605219a05459aa1345397906eb7e32856d7ec96a2dc717 -SIZE (qmc2-0.40.tar.bz2) = 17910405 +SHA256 (qmc2-0.41.tar.bz2) = 4c37a1cc64f6799aaafe09133475f988d7221d198b2a23005138ed182038289b +SIZE (qmc2-0.41.tar.bz2) = 16353382 --Multipart=_Tue__26_Nov_2013_03_00_00_+0900_Swa9a0F7itGP=ssN-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 18:19: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 ESMTPS id 9861C420; Mon, 25 Nov 2013 18:19:43 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D1C62DA2; Mon, 25 Nov 2013 18:19: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 rAPIJhsQ089073; Mon, 25 Nov 2013 18:19:43 GMT (envelope-from mat@freefall.freebsd.org) Received: (from mat@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAPIJhF2089072; Mon, 25 Nov 2013 18:19:43 GMT (envelope-from mat) Date: Mon, 25 Nov 2013 18:19:43 GMT Message-Id: <201311251819.rAPIJhF2089072@freefall.freebsd.org> To: mat@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: mat@FreeBSD.org Subject: Re: ports/184289: Enhance make makeplist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 18:19:43 -0000 Synopsis: Enhance make makeplist Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: mat Responsible-Changed-When: Mon Nov 25 18:19:32 UTC 2013 Responsible-Changed-Why: -> portmgr http://www.freebsd.org/cgi/query-pr.cgi?pr=184289 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 19: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 ESMTPS id B0174F07 for ; Mon, 25 Nov 2013 19:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 772EE24A4 for ; Mon, 25 Nov 2013 19: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 rAPJo0ZS007337 for ; Mon, 25 Nov 2013 19: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 rAPJo0on007336; Mon, 25 Nov 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 19:50:00 GMT Resent-Message-Id: <201311251950.rAPJo0on007336@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gabor Pali Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C533BDA for ; Mon, 25 Nov 2013 19:43:51 +0000 (UTC) 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 1C7C72422 for ; Mon, 25 Nov 2013 19:43: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 rAPJhoWl014523 for ; Mon, 25 Nov 2013 19:43:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAPJholX014520; Mon, 25 Nov 2013 19:43:50 GMT (envelope-from nobody) Message-Id: <201311251943.rAPJholX014520@oldred.freebsd.org> Date: Mon, 25 Nov 2013 19:43:50 GMT From: Gabor Pali To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184291: [lang/ghc] Unhandled ELF relocation types on dynamically loading object files with GHCi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 19:50:00 -0000 >Number: 184291 >Category: ports >Synopsis: [lang/ghc] Unhandled ELF relocation types on dynamically loading object files with GHCi >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 Nov 25 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gabor Pali >Release: FreeBSD/i386 9.2-RELEASE >Organization: The FreeBSD Project >Environment: Both i386 and amd64, starting from 9.0-RELEASE. >Description: GHCi cannot handle ELF symbols with relocation types 15 (i386) and 22 (amd64) (such as ThreadRuneLocale, coming from libc) when dynamically loading object files. >How-To-Repeat: This can be reproduced by the issuing the following commands: # pkg install hs-hs-bibutils .. $ ghci Prelude> :m Text.Bibutils Prelude> bibl_init Loading package syb-0.4.0 ... linking ... done. Loading package hs-bibutils-5.0 ... linking ... : /usr/local/lib/cabal/ghc-7.6.3/hs-bibutils-5.0/HShs-bibutils-5.0.o: unhandled ELF relocation(Rel) type 15 ghc: unable to load package `hs-bibutils-5.0' Prelude> >Fix: The source file rts/Linker.c, function do_Elf_Rela_relocations() is missing the case branches for types 15 (R_386_TLS_IE) and 22 (R_X86_64_GOTTPOFF). They shall be implemented for FreeBSD. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 19: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 ESMTPS id 328ACF36; Mon, 25 Nov 2013 19:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E641E24CB; Mon, 25 Nov 2013 19: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 rAPJo8uZ007496; Mon, 25 Nov 2013 19: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 rAPJo8MC007495; Mon, 25 Nov 2013 19:50:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 19:50:08 GMT Message-Id: <201311251950.rAPJo8MC007495@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, haskell@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184291: [lang/ghc] Unhandled ELF relocation types on dynamically loading object files with GHCi X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 19:50:09 -0000 Synopsis: [lang/ghc] Unhandled ELF relocation types on dynamically loading object files with GHCi Responsible-Changed-From-To: freebsd-ports-bugs->haskell Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 19: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=184291 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 20:35:44 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 ESMTPS id 207C490F; Mon, 25 Nov 2013 20:35:44 +0000 (UTC) Received: from mx1b.lautre.net (mx1b.lautre.net [80.67.160.72]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1383279E; Mon, 25 Nov 2013 20:35:43 +0000 (UTC) Received: from graf.pompo.net (graf.pompo.net [78.225.128.39]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: thierry@pompo.net) by mx1b.lautre.net (Postfix) with ESMTPSA id 6ACF87E164; Mon, 25 Nov 2013 21:35:41 +0100 (CET) Received: by graf.pompo.net (Postfix, from userid 1001) id E0D4342D588C; Mon, 25 Nov 2013 21:35:40 +0100 (CET) Date: Mon, 25 Nov 2013 21:35:40 +0100 From: Thierry Thomas To: Thomas Zander Subject: Re: ports/184035: net/liveMedia: upgrade to 2013.11.15 and reorganize Message-ID: <20131125203540.GM88827@graf.pompo.net> Mail-Followup-To: Thomas Zander , FreeBSD-gnats-submit@freebsd.org, multimedia@freebsd.org, freebsd-ports-bugs@FreeBSD.org, c.petrik.sosa@gmail.com References: <20131117140544.C7D8742D18BC@graf.pompo.net> <20131124175406.GG91903@graf.pompo.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Operating-System: FreeBSD 9.2-BETA2 i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc; y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xF1C516B3C8359753 User-Agent: Mutt/1.5.22 (2013-10-16) Cc: c.petrik.sosa@gmail.com, freebsd-ports-bugs@FreeBSD.org, FreeBSD-gnats-submit@freebsd.org, multimedia@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 20:35:44 -0000 On sun 24 nov 13 at 19:23:22 +0100, Thomas Zander wrote: > >> I plan on removing liveMedia support from the mplayer port in the near future. > > > > Why? It's just an option. I'm using it to watch TV from my internet > > provider (either mplayer or VLC). > > Is it not possible to watch this TV stream without liveMedia? > Most use cases are covered by mplayer already, and the dev team does > currently not plan to support the asynchronous interface in liveMedia. > What are you doing that is not possible with ffmpeg? To my knowledge, liveMedia is mandatory when you want to read stream like 'rtsp://...'. Am I wrong? Is it possible to read these streams with another option? Regards, -- Th. Thomas. From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 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 ESMTPS id 34B5CB67 for ; Mon, 25 Nov 2013 21:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1548C2ADD for ; Mon, 25 Nov 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 rAPLU0IV029615 for ; Mon, 25 Nov 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 rAPLU0BI029614; Mon, 25 Nov 2013 21:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 21:30:00 GMT Resent-Message-Id: <201311252130.rAPLU0BI029614@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Ritter Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CAF09A5 for ; Mon, 25 Nov 2013 21:28:02 +0000 (UTC) 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 46B5E2AB7 for ; Mon, 25 Nov 2013 21:28:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAPLS1I6055335 for ; Mon, 25 Nov 2013 21:28:01 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAPLS1E7055332; Mon, 25 Nov 2013 21:28:01 GMT (envelope-from nobody) Message-Id: <201311252128.rAPLS1E7055332@oldred.freebsd.org> Date: Mon, 25 Nov 2013 21:28:01 GMT From: Helmut Ritter To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184293: devel/py-boto: install error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 21:30:01 -0000 >Number: 184293 >Category: ports >Synopsis: devel/py-boto: 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: Mon Nov 25 21:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Helmut Ritter >Release: 9.1-RELEASE-p8 >Organization: >Environment: >Description: creating 'dist/boto-2.16.0-py2.7.egg' and adding 'build/bdist.freebsd-9.1-RELEASE-p8-amd64/egg' to it removing 'build/bdist.freebsd-9.1-RELEASE-p8-amd64/egg' (and everything under it) ---> Backing up the old version ---> Uninstalling the old version ---> Deinstalling 'py27-boto-2.14.0' pkg_delete: package 'py27-boto-2.14.0' is required by these other packages and may not be deinstalled (but I'll delete it anyway): duplicity-0.6.22_1 pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/__init__.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/ec2/connection.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/ec2/connection.pyo' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/exception.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/glacier/job.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/gs/resumable_upload_handler.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/jsonresponse.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/mturk/question.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/mws/response.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/provider.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/s3/website.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/sdb/db/manager/sdbmanager.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/sdb/db/manager/sdbmanager.pyo' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/ses/connection.pyc' fails original MD5 checksum - deleted anyway. pkg_delete: '/usr/local/lib/python2.7/site-packages/boto-2.14.0-py2.7.egg/boto/utils.pyc' fails original MD5 checksum - deleted anyway. [Updating the pkgdb in /var/db/pkg ... - 310 packages found (-1 +0) (...) done] ---> Installing the new version via the port ===> Staging for py27-boto-2.16.0 ===> py27-boto-2.16.0 depends on file: /usr/local/bin/easy_install-2.7 - found ===> py27-boto-2.16.0 depends on file: /usr/local/bin/python2.7 - found ===> py27-boto-2.16.0 depends on executable: python - found ===> py27-boto-2.16.0 depends on executable: python2 - found ===> Generating temporary packing list usage: setup.py [global_opts] cmd1 [cmd1_opts] [cmd2 [cmd2_opts] ...] or: setup.py --help [cmd1 cmd2 ...] or: setup.py --help-commands or: setup.py cmd --help error: option --user not recognized *** [do-install] Error code 1 Stop in /usr/ports/devel/py-boto. *** [reinstall] Error code 1 Stop in /usr/ports/devel/py-boto. ** Command failed [exit code 1]: /usr/bin/script -qa /tmp/portupgrade20131125-87632-1nb1pg7 env UPGRADE_TOOL=portupgrade UPGRADE_PORT=py27-boto-2.14.0 UPGRADE_PORT_VER=2.14.0 make BATCH=yes reinstall ---> Restoring the old version 215 239 ** Fix the installation problem and try again. [Updating the pkgdb in /var/db/pkg ... - 311 packages found (-0 +1) . done] ** Listing the failed packages (-:ignored / *:skipped / !:failed) ! devel/py-boto (py27-boto-2.14.0) (install error) Similiar Problem might be http://comments.gmane.org/gmane.os.freebsd.devel.ports/114678 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 21: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 ESMTPS id A38B8B9B; Mon, 25 Nov 2013 21:30:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 603832ADF; Mon, 25 Nov 2013 21: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 rAPLU9Fl029697; Mon, 25 Nov 2013 21: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 rAPLU9pR029696; Mon, 25 Nov 2013 21:30:09 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 21:30:09 GMT Message-Id: <201311252130.rAPLU9pR029696@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184293: devel/py-boto: install error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 21:30:09 -0000 Synopsis: devel/py-boto: install error Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 21: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=184293 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 22: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 ESMTPS id 9CDF5807 for ; Mon, 25 Nov 2013 22:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7FE352F30 for ; Mon, 25 Nov 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 rAPMe0io043230 for ; Mon, 25 Nov 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 rAPMe038043229; Mon, 25 Nov 2013 22:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 22:40:00 GMT Resent-Message-Id: <201311252240.rAPMe038043229@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Benjamin Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39E2A6BA for ; Mon, 25 Nov 2013 22:37:43 +0000 (UTC) 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 CC65B2F1C for ; Mon, 25 Nov 2013 22:37: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 rAPMbgDZ042778 for ; Mon, 25 Nov 2013 22:37:42 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAPMbgZd042777; Mon, 25 Nov 2013 22:37:42 GMT (envelope-from nobody) Message-Id: <201311252237.rAPMbgZd042777@oldred.freebsd.org> Date: Mon, 25 Nov 2013 22:37:42 GMT From: Benjamin Lee To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184294: lang/phantomjs does not depend on Qt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 22:40:00 -0000 >Number: 184294 >Category: ports >Synopsis: lang/phantomjs does not depend on Qt >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 Nov 25 22:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Benjamin Lee >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD eclipse.b1c1l1.com 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: As of version 1.5 upstream bundles their own forked Qt and builds statically [1], so the port Qt dependency should be removed. $ ldd /usr/local/bin/phantomjs /usr/local/bin/phantomjs: libfreetype.so.9 => /usr/local/lib/libfreetype.so.9 (0x802a91000) libfontconfig.so.1 => /usr/local/lib/libfontconfig.so.1 (0x802d1e000) libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x802f57000) libm.so.5 => /lib/libm.so.5 (0x80326d000) libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x80348e000) libthr.so.3 => /lib/libthr.so.3 (0x80369c000) libc.so.7 => /lib/libc.so.7 (0x8038bf000) libz.so.6 => /lib/libz.so.6 (0x803c1a000) libbz2.so.4 => /usr/lib/libbz2.so.4 (0x803e2e000) libexpat.so.6 => /usr/local/lib/libexpat.so.6 (0x80403e000) [1] http://ariya.ofilabs.com/2012/03/the-evolution-of-phantomjs-build-workflow.html >How-To-Repeat: >Fix: Apply the attached patch. Patch attached with submission follows: diff -ruN phantomjs.orig/Makefile phantomjs/Makefile --- phantomjs.orig/Makefile 2013-10-01 00:43:51.000000000 -0700 +++ phantomjs/Makefile 2013-11-25 14:34:36.694132812 -0800 @@ -12,12 +12,13 @@ LICENSE= BSD BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash +LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 \ + fontconfig:${PORTSDIR}/x11-fonts/fontconfig PROJECTHOST= phantomjs USE_ZIP= YES USE_GMAKE= YES USE_DOS2UNIX= YES -USE_QT4= moc qmake gui webkit rcc WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-build: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 22: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 ESMTPS id A58E4836; Mon, 25 Nov 2013 22:40:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7D73B2F32; Mon, 25 Nov 2013 22: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 rAPMe8a2043374; Mon, 25 Nov 2013 22: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 rAPMe8KD043373; Mon, 25 Nov 2013 22:40:08 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 22:40:08 GMT Message-Id: <201311252240.rAPMe8KD043373@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184294: lang/phantomjs does not depend on Qt X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 22:40:08 -0000 Synopsis: lang/phantomjs does not depend on Qt Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 22:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184294 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 23: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 ESMTPS id B2DFD3F8 for ; Mon, 25 Nov 2013 23:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 919AE20EA for ; Mon, 25 Nov 2013 23: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 rAPNA0Ul050037 for ; Mon, 25 Nov 2013 23: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 rAPNA0fk050036; Mon, 25 Nov 2013 23:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 23:10:00 GMT Resent-Message-Id: <201311252310.rAPNA0fk050036@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthias Andree Received: from apollo.emma.line.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4B9B3B7; Mon, 25 Nov 2013 23:06:11 +0000 (UTC) Received: from mandree by apollo.emma.line.org with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1Vl5EI-000I79-Ar; Tue, 26 Nov 2013 00:06:10 +0100 Message-Id: Date: Tue, 26 Nov 2013 00:06:10 +0100 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184295: devel/subversion uses invalid shebang-lines Cc: lev@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 25 Nov 2013 23:10:00 -0000 >Number: 184295 >Category: ports >Synopsis: devel/subversion uses invalid shebang-lines >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 23:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Andree >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD apollo.emma.line.org 9.2-RELEASE FreeBSD 9.2-RELEASE #4: Thu Oct 17 06:54:18 CEST 2013 root@apollo.emma.line.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Running "make stage-qa" reveals a truckload full of scripts that use invalid shebang lines that need fixing. This is the beginning of the log: $ make stage-qa ====> Running Q/A tests (stage-qa) Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/centos/svnbuild.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/centos/svncheck-bindings.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/centos/svncheck.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/centos/svnclean.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/centos/svnlog.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/ubuntu-x64/svnbuild.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/ubuntu-x64/svncheck-bindings.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/ubuntu-x64/svncheck.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/ubuntu-x64/svnclean.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/ubuntu-x64/svnlog.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/svn-x64-macosx-gnu-shared-daily-ra_serf/svnbuild.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/svn-x64-macosx-gnu-shared-daily-ra_serf/svncheck.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/svn-x64-macosx-gnu-shared-daily-ra_serf/svnclean.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/svn-x64-macosx-gnu-shared-daily-ra_serf/svnlog.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/svn-x64-macosx-gnu-shared/svnbuild.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/svn-x64-macosx-gnu-shared/svncheck.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/svn-x64-macosx-gnu-shared/svnclean.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/svn-x64-macosx-gnu-shared/svnlog.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/i686-debian-sarge1/svnbuild.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/i686-debian-sarge1/svncheck.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/i686-debian-sarge1/svnclean.sh Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/buildbot/slaves/i686-debian-sarge1/svnlog.sh Error: /usr/bin/perl is an invalid shebang you need USES=shebangfix for share/subversion/client-side/showchange.pl Error: /usr/bin/perl is an invalid shebang you need USES=shebangfix for share/subversion/client-side/svn-graph.pl Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/client-side/bash_completion_test Error: /bin/bash is an invalid shebang you need USES=shebangfix for share/subversion/dev/benchmarks/suite1/cronjob Error: /usr/bin/perl is an invalid shebang you need USES=shebangfix for share/subversion/dev/stress.pl Error: /usr/bin/perl is an invalid shebang you need USES=shebangfix for share/subversion/dev/gnuify-changelog.pl Error: /bin/env is an invalid shebang you need USES=shebangfix for share/subversion/dev/gen_junit_report.py Error: /usr/bin/perl is an invalid shebang you need USES=shebangfix for share/subversion/dev/svnqlite3-dump Error: /usr/bin/python is an invalid shebang you need USES=shebangfix for share/subversion/dev/find-bad-style.py >How-To-Repeat: make stage stage-qa Alternatively: echo >>/etc/make.conf DEVELOPER=yes make check-orphans >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 23: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 ESMTPS id 4292242D; Mon, 25 Nov 2013 23:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C1A620ED; Mon, 25 Nov 2013 23: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 rAPNA7tS050182; Mon, 25 Nov 2013 23: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 rAPNA7bn050181; Mon, 25 Nov 2013 23:10:07 GMT (envelope-from edwin) Date: Mon, 25 Nov 2013 23:10:07 GMT Message-Id: <201311252310.rAPNA7bn050181@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lev@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184295: devel/subversion uses invalid shebang-lines X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 23:10:08 -0000 Synopsis: devel/subversion uses invalid shebang-lines Responsible-Changed-From-To: freebsd-ports-bugs->lev Responsible-Changed-By: edwin Responsible-Changed-When: Mon Nov 25 23: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=184295 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 00:44: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 ESMTPS id 8169AB92; Tue, 26 Nov 2013 00:44:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5657925D2; Tue, 26 Nov 2013 00:44:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAQ0iKTL082913; Tue, 26 Nov 2013 00:44:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQ0iKh1082911; Tue, 26 Nov 2013 00:44:20 GMT (envelope-from linimon) Date: Tue, 26 Nov 2013 00:44:20 GMT Message-Id: <201311260044.rAQ0iKh1082911@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-amd64@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184292: Incorrect deinstalling for www/apache22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 00:44:20 -0000 Old Synopsis: Incorrect deinstalling for apache22 New Synopsis: Incorrect deinstalling for www/apache22 Responsible-Changed-From-To: freebsd-amd64->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Nov 26 00:44:07 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=184292 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 00:44:25 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 ESMTPS id 44ADBB95; Tue, 26 Nov 2013 00:44:25 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B61E25D4; Tue, 26 Nov 2013 00:44: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 rAQ0iONl083102; Tue, 26 Nov 2013 00:44:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQ0iOfA083101; Tue, 26 Nov 2013 00:44:24 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 00:44:24 GMT Message-Id: <201311260044.rAQ0iOfA083101@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184292: Incorrect deinstalling for www/apache22 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 00:44:25 -0000 Synopsis: Incorrect deinstalling for www/apache22 Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 26 00:44:24 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184292 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 00: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 ESMTPS id 878BBE1F for ; Tue, 26 Nov 2013 00:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69AF02608 for ; Tue, 26 Nov 2013 00: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 rAQ0o0ME083287 for ; Tue, 26 Nov 2013 00: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 rAQ0o0ii083286; Tue, 26 Nov 2013 00:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 00:50:00 GMT Resent-Message-Id: <201311260050.rAQ0o0ii083286@freefall.freebsd.org> 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 Lorch Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1667CB87 for ; Tue, 26 Nov 2013 00:43:20 +0000 (UTC) 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 EAABD25C9 for ; Tue, 26 Nov 2013 00:43:19 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAQ0hJLA081820 for ; Tue, 26 Nov 2013 00:43:19 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQ0hJu2081816; Tue, 26 Nov 2013 00:43:19 GMT (envelope-from nobody) Message-Id: <201311260043.rAQ0hJu2081816@oldred.freebsd.org> Date: Tue, 26 Nov 2013 00:43:19 GMT From: Daniel Lorch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184296: kBuild won't install on DragonFlyBSD due to hardcoded values in Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 00:50:00 -0000 >Number: 184296 >Category: ports >Synopsis: kBuild won't install on DragonFlyBSD due to hardcoded values in Makefile >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 Nov 26 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Daniel Lorch >Release: DragonFlyBSD 3.4.3 >Organization: >Environment: DragonFly dfly 3.4-RELEASE DragonFly v.343-RELEASE #0: Wed Aug 28 09:47:40 UTC 2013 root@/usr/obj/src/sys/X86_64_GENERIC x86_64 >Description: kBuild won't install on DragonFlyBSD due to hardcoded OS string "freebsd" in the port's Makefile. DragonFlyBSD is using `dports', which is a port of the FreeBSD ports system. I am reporting the problem here ("upstream"), because I believe this is the right place to fix it. Note that `kBuild' builds perfectly fine on DragonFly BSD, but the `make install' will fail because it is looks for the wrong path names (namely "freebsd" instead of "dragonfly"). Additionally, the Makefile fails to recognize the `amd64' architecture. Here is an extract from `make install': ===> Installing for kBuild-0.1.9998 ===> Generating temporary packing list ===> Checking if devel/kBuild already installed install -s -o root -g wheel -m 555 /wrkdirs/devel/kBuild/work/kBuild-0.1.9998/out/freebsd.x86_64/release/stage/usr/local/bin/kDepIDB /usr/local/bin install: /wrkdirs/devel/kBuild/work/kBuild-0.1.9998/out/freebsd.x86_64/release/stage/usr/local/bin/kDepIDB: No such file or directory *** Error code 71 Stop. make: stopped in /usr/dports/devel/kBuild ===> Cleaning for kBuild-0.1.9998 build of /usr/dports/devel/kBuild ended at Wed Aug 28 02:41:00 PDT 2013 The full log can be obtained here: http://leaf.dragonflybsd.org/~marino/boomlogs/kBuild-0.1.9998.log >How-To-Repeat: cd /usr/dports/devel/kBuild && make install >Fix: I would like to suggest the patch attached to be applied to /usr/ports/devel/kBuild/Makefile and I am looking forward to your esteemed feedback. Patch attached with submission follows: --- /usr/freebsd-ports/devel/kBuild/Makefile 2013-11-22 02:45:10.218246000 +0000 +++ Makefile 2013-11-26 00:36:50.105484000 +0000 @@ -29,6 +29,7 @@ AUTORECONF=${AUTORECONF} \ AUTOPOINT=true USE_GCC= any +KBUILD_TARGET= ${OPSYS:tl} KBUILD_BINS= kDepIDB kDepPre kObjCache kmk kmk_append kmk_ash kmk_cat \ kmk_chmod kmk_cmp kmk_cp kmk_echo kmk_expr kmk_gmake \ @@ -65,14 +66,14 @@ do-install: .for bin in ${KBUILD_BINS} - ${INSTALL_PROGRAM} ${WRKSRC}/out/freebsd.${KBUILD_ARCH}/release/stage${PREFIX}/bin/${bin} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/out/${KBUILD_TARGET}.${KBUILD_ARCH}/release/stage${PREFIX}/bin/${bin} ${PREFIX}/bin .endfor ${MKDIR} ${DATADIR} - (cd ${WRKSRC}/out/freebsd.${KBUILD_ARCH}/release/stage${PREFIX}/share/kBuild && ${COPYTREE_SHARE} \* ${DATADIR}) + (cd ${WRKSRC}/out/${KBUILD_TARGET}.${KBUILD_ARCH}/release/stage${PREFIX}/share/kBuild && ${COPYTREE_SHARE} \* ${DATADIR}) .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/out/freebsd.${KBUILD_ARCH}/release/stage${PREFIX}/share/doc/${PORTNAME}-${KBUILD_VERSION}/${doc} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/out/${KBUILD_TARGET}.${KBUILD_ARCH}/release/stage${PREFIX}/share/doc/${PORTNAME}-${KBUILD_VERSION}/${doc} ${DOCSDIR} .endfor .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 00:50:52 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 ESMTPS id 9B252E5D; Tue, 26 Nov 2013 00:50:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71D7B2634; Tue, 26 Nov 2013 00:50: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 rAQ0oqYr085017; Tue, 26 Nov 2013 00:50:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQ0oq4R085016; Tue, 26 Nov 2013 00:50:52 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 00:50:52 GMT Message-Id: <201311260050.rAQ0oq4R085016@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vbox@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184296: devel/kBuild won't install on DragonFlyBSD due to hardcoded values in Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 00:50:52 -0000 Synopsis: devel/kBuild won't install on DragonFlyBSD due to hardcoded values in Makefile Responsible-Changed-From-To: freebsd-ports-bugs->vbox Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 26 00:50:52 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184296 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 00:55: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 ESMTPS id D2D4BF44; Tue, 26 Nov 2013 00:55:19 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8347264E; Tue, 26 Nov 2013 00:55: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 rAQ0tJ4W085160; Tue, 26 Nov 2013 00:55:19 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQ0tJh7085159; Tue, 26 Nov 2013 00:55:19 GMT (envelope-from linimon) Date: Tue, 26 Nov 2013 00:55:19 GMT Message-Id: <201311260055.rAQ0tJh7085159@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184290: [MAINTAINER UPDATE] fix games/uqm build on FreeBSD 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 00:55:19 -0000 Synopsis: [MAINTAINER UPDATE] fix games/uqm build on FreeBSD 10.0 Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: linimon Class-Changed-When: Tue Nov 26 00:52:53 UTC 2013 Class-Changed-Why: recover from formatting botch. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Tue Nov 26 00:52:53 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184290 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 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 ESMTPS id 21CDFDAA for ; Tue, 26 Nov 2013 03:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 04F112DA2 for ; Tue, 26 Nov 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 rAQ3U0rf018098 for ; Tue, 26 Nov 2013 03: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 rAQ3U0Q5018083; Tue, 26 Nov 2013 03:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 03:30:00 GMT Resent-Message-Id: <201311260330.rAQ3U0Q5018083@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alberto Villa Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 21182D3C for ; Tue, 26 Nov 2013 03:23:51 +0000 (UTC) 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 124172D75 for ; Tue, 26 Nov 2013 03:23: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 rAQ3NoVY070286 for ; Tue, 26 Nov 2013 03:23:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQ3NoRl070253; Tue, 26 Nov 2013 03:23:50 GMT (envelope-from nobody) Message-Id: <201311260323.rAQ3NoRl070253@oldred.freebsd.org> Date: Tue, 26 Nov 2013 03:23:50 GMT From: Alberto Villa To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184298: [patch] devel/edb: fix build with Clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 03:30:01 -0000 >Number: 184298 >Category: ports >Synopsis: [patch] devel/edb: 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: Tue Nov 26 03:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alberto Villa >Release: FreeBSD 11.0-CURRENT amd64 (jailed) >Organization: >Environment: FreeBSD indiana.smith 10.0-ALPHA5 FreeBSD 10.0-ALPHA5 #0: Thu Oct 10 11:04:43 CEST 2013 root@indiana.smith:/usr/obj/usr/src/sys/HPDV6 amd64 >Description: The port fails to build and to link. Build log: c++ -c -O2 -pipe -march=native -fno-strict-aliasing -O2 -pthread -D_THREAD_SAFE -Wall -W -DDEFAULT_PLUGIN_PATH=/usr/local/libexec/edb -DQT_NO_DEBUG -DQT_XML_LIB -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/share/qt4/mkspecs/freebsd-clang -I. -I/usr/local/include/qt4/QtCore -I/usr/local/include/qt4/QtGui -I/usr/local/include/qt4/QtXml -I/usr/local/include/qt4 -Iwidgets -I../include -Iqhexview -Iqjson -Ios/unix -I../include/os/unix -Iedisassm -Ios/unix/freebsd -I../include/os/unix/freebsd -Iarch/x86_64 -I../include/arch/x86_64 -I.moc/release-shared -I.uic -I/usr/local/include/qt4 -I/usr/local/include -o .obj/release-shared/Instruction.o edisassm/Instruction.cpp In file included from edisassm/Instruction.cpp:20: edisassm/Instruction32.h:293:2: error: reference to non-static member function must be called; did you mean to call it with no arguments? UNUSED(size); ^~~~~~~~~~~~ () edisassm/edisassm_util.h:27:25: note: expanded from macro 'UNUSED' #define UNUSED(x) (void)(x) ^~~ 1 error generated. *** Error code 1 Stop. make[2]: stopped in /usr/ports/devel/edb/work/debugger/src === Link log: .obj/release-shared/DebugEvent.o: In function `DebugEvent::DebugEvent(int, int, int)': os/unix/freebsd/DebugEvent.cpp:(.text+0xbc): undefined reference to `kvm_openfiles' os/unix/freebsd/DebugEvent.cpp:(.text+0xdc): undefined reference to `kvm_getprocs' os/unix/freebsd/DebugEvent.cpp:(.text+0xf4): undefined reference to `kvm_read' os/unix/freebsd/DebugEvent.cpp:(.text+0x10f): undefined reference to `kvm_read' os/unix/freebsd/DebugEvent.cpp:(.text+0x12d): undefined reference to `kvm_close' .obj/release-shared/DialogAttach.o: In function `DialogAttach::find_processes()': os/unix/freebsd/DialogAttach.cpp:(.text+0x79): undefined reference to `kvm_openfiles' os/unix/freebsd/DialogAttach.cpp:(.text+0x98): undefined reference to `kvm_getprocs' os/unix/freebsd/DialogAttach.cpp:(.text+0x1ca): undefined reference to `kvm_close' c++: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Stop. make[2]: stopped in /usr/ports/devel/edb/work/debugger/src >How-To-Repeat: Build the port on 11.0-CURRENT >Fix: Patch attached with submission follows: Index: files/patch-src__edisassm__Instruction32.h =================================================================== --- files/patch-src__edisassm__Instruction32.h (revision 0) +++ files/patch-src__edisassm__Instruction32.h (working copy) @@ -0,0 +1,10 @@ +--- ./src/edisassm/Instruction32.h.orig 2011-12-20 22:04:57.000000000 +0100 ++++ ./src/edisassm/Instruction32.h 2013-11-20 18:01:17.389439581 +0100 +@@ -290,7 +290,6 @@ + template + void Instruction::decode_const_Iw(const uint8_t *buf) { + UNUSED(buf); +- UNUSED(size); + + operand_t &operand = next_operand(); + Index: files/patch-src__src.pro =================================================================== --- files/patch-src__src.pro (revision 334910) +++ files/patch-src__src.pro (working copy) @@ -1,5 +1,5 @@ ---- ./src/src.pro.orig 2011-12-12 21:27:25.000000000 +0000 -+++ ./src/src.pro 2012-09-13 21:26:00.215566381 +0000 +--- ./src/src.pro.orig 2011-12-12 22:27:25.000000000 +0100 ++++ ./src/src.pro 2013-11-20 18:01:37.379434373 +0100 @@ -5,7 +5,7 @@ INCLUDEPATH += ./widgets ../include RESOURCES = debugger.qrc @@ -9,3 +9,20 @@ INSTALLS += target QT += xml +@@ -214,6 +214,7 @@ + } + + freebsd-* { ++ LIBS += -lkvm + DEPENDPATH += os/unix/freebsd ../include/os/unix/freebsd + INCLUDEPATH += os/unix/freebsd ../include/os/unix/freebsd + } +@@ -241,7 +242,7 @@ + + linux-g++*: QMAKE_LFLAGS += -rdynamic + openbsd-g++*: QMAKE_LFLAGS += -lkvm -Wl,--export-dynamic +- freebsd-g++*: QMAKE_LFLAGS += -lkvm -Wl,--export-dynamic ++ freebsd-g++*: QMAKE_LFLAGS += -Wl,--export-dynamic + macx-g++*: QMAKE_LFLAGS += -rdynamic + + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 03: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 ESMTPS id 9F9BBDDF; Tue, 26 Nov 2013 03:30:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 796B32DA6; Tue, 26 Nov 2013 03: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 rAQ3U91j018211; Tue, 26 Nov 2013 03: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 rAQ3U9ME018210; Tue, 26 Nov 2013 03:30:09 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 03:30:09 GMT Message-Id: <201311260330.rAQ3U9ME018210@freefall.freebsd.org> To: avilla@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184298: [patch] devel/edb: fix build with Clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 03:30:09 -0000 Synopsis: [patch] devel/edb: fix build with Clang State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 26 03:30:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184298 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 03: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 ESMTPS id A4BA1FB5 for ; Tue, 26 Nov 2013 03:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9584D2E15 for ; Tue, 26 Nov 2013 03: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 rAQ3e2hG020069 for ; Tue, 26 Nov 2013 03: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 rAQ3e2Ph020068; Tue, 26 Nov 2013 03:40:02 GMT (envelope-from gnats) Date: Tue, 26 Nov 2013 03:40:02 GMT Message-Id: <201311260340.rAQ3e2Ph020068@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184298: [patch] devel/edb: fix build with Clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 03:40:02 -0000 The following reply was made to PR ports/184298; it has been noted by GNATS. From: Edwin Groothuis To: itechbear@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184298: [patch] devel/edb: fix build with Clang Date: Tue, 26 Nov 2013 03:30:08 UT Maintainer of devel/edb, Please note that PR ports/184298 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/184298 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 04: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 ESMTPS id DAEDE737 for ; Tue, 26 Nov 2013 04:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AF68220EC for ; Tue, 26 Nov 2013 04: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 rAQ4e0N1032106 for ; Tue, 26 Nov 2013 04: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 rAQ4e066032105; Tue, 26 Nov 2013 04:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 04:40:00 GMT Resent-Message-Id: <201311260440.rAQ4e066032105@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C0C0701 for ; Tue, 26 Nov 2013 04:34:01 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CAF4E20D3 for ; Tue, 26 Nov 2013 04:34:00 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAQ4XhOv015661 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 25 Nov 2013 20:33:47 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311260433.rAQ4XhOv015661@slowhand.douglasthrift.net> Date: Mon, 25 Nov 2013 20:33:47 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184299: Update port: www/py-dtflickr Add STAGE suport Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 04:40:01 -0000 >Number: 184299 >Category: ports >Synopsis: Update port: www/py-dtflickr Add STAGE suport >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: Tue Nov 26 04:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Add STAGE and PYDIST_AUTOPLIST support to www/py-dtflickr. https://redports.org/buildarchive/20131125071414-73130/ >How-To-Repeat: >Fix: --- py-dtflickr.2013-11-25T073142Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/www/py-dtflickr/Makefile py-dtflickr/Makefile --- /usr/ports/www/py-dtflickr/Makefile 2013-09-20 16:36:50.000000000 -0700 +++ py-dtflickr/Makefile 2013-11-24 20:25:42.000000000 -0800 @@ -1,4 +1,4 @@ -# Created by: Douglas Thrift +# Created by: Douglas Thrift # $FreeBSD: www/py-dtflickr/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= dtflickr @@ -17,8 +17,8 @@ USE_BZIP2= yes USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes -NO_STAGE= yes .include .if ${PYTHON_VERSION} == "python2.5" diff -Nrux .svn -x work /usr/ports/www/py-dtflickr/pkg-plist py-dtflickr/pkg-plist --- /usr/ports/www/py-dtflickr/pkg-plist 2012-07-14 07:29:18.000000000 -0700 +++ py-dtflickr/pkg-plist 1969-12-31 16:00:00.000000000 -0800 @@ -1,19 +0,0 @@ -@comment $FreeBSD: www/py-dtflickr/pkg-plist 300897 2012-07-14 14:29:18Z beat $ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/requires.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr/update.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr/update.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr/update.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr/_methods.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr/_methods.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr/_methods.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/dtflickr -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% --- py-dtflickr.2013-11-25T073142Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 04: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 ESMTPS id 62DBB764; Tue, 26 Nov 2013 04:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3B3D920ED; Tue, 26 Nov 2013 04: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 rAQ4e9S6032238; Tue, 26 Nov 2013 04: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 rAQ4e9v9032237; Tue, 26 Nov 2013 04:40:09 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 04:40:09 GMT Message-Id: <201311260440.rAQ4e9v9032237@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184299: Update port: www/py-dtflickr Add STAGE suport X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 04:40:09 -0000 Synopsis: Update port: www/py-dtflickr Add STAGE suport Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 26 04: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=184299 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 04: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 ESMTPS id 94994904 for ; Tue, 26 Nov 2013 04:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 76F882169 for ; Tue, 26 Nov 2013 04: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 rAQ4o0d1033956 for ; Tue, 26 Nov 2013 04: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 rAQ4o0ak033955; Tue, 26 Nov 2013 04:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 04:50:00 GMT Resent-Message-Id: <201311260450.rAQ4o0ak033955@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas William Thrift Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D3AA2797 for ; Tue, 26 Nov 2013 04:40:51 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9EC9C2116 for ; Tue, 26 Nov 2013 04:40:51 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAQ4eZq2018352 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Mon, 25 Nov 2013 20:40:38 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311260440.rAQ4eZq2018352@slowhand.douglasthrift.net> Date: Mon, 25 Nov 2013 20:40:38 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184300: Update port: www/trac-TracGoogleAnalytics Add STAGE support Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 04:50:00 -0000 >Number: 184300 >Category: ports >Synopsis: Update port: www/trac-TracGoogleAnalytics Add STAGE support >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: Tue Nov 26 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 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: Add STAGE and PYDISTUTILS_AUTOPLIST support to www/trac-TracGoogleAnalytics. Also, fix LICENSE placement in Makefile. https://redports.org/buildarchive/20131125065600-2044/ >How-To-Repeat: >Fix: --- trac-TracGoogleAnalytics.2013-11-25T072842Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/www/trac-TracGoogleAnalytics/Makefile trac-TracGoogleAnalytics/Makefile --- /usr/ports/www/trac-TracGoogleAnalytics/Makefile 2013-09-20 16:36:50.000000000 -0700 +++ trac-TracGoogleAnalytics/Makefile 2013-11-24 20:44:44.000000000 -0800 @@ -1,4 +1,4 @@ -# Created by: Douglas Thrift +# Created by: Douglas Thrift # $FreeBSD: www/trac-TracGoogleAnalytics/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= TracGoogleAnalytics @@ -11,17 +11,14 @@ MAINTAINER= douglas@douglasthrift.net COMMENT= Trac plugin to enable logging by Google Analytics +LICENSE= BSD + BUILD_DEPENDS= tracd:${PORTSDIR}/www/trac \ ${PYTHON_PKGNAMEPREFIX}Genshi>=0.5:${PORTSDIR}/textproc/py-genshi - RUN_DEPENDS:= ${BUILD_DEPENDS} -LICENSE= BSD - USE_PYTHON= 2.5+ USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes -PLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% - -NO_STAGE= yes .include --- trac-TracGoogleAnalytics.2013-11-25T072842Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 04: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 ESMTPS id 85B72932; Tue, 26 Nov 2013 04:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5DF13218E; Tue, 26 Nov 2013 04: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 rAQ4o94P034088; Tue, 26 Nov 2013 04: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 rAQ4o9B0034087; Tue, 26 Nov 2013 04:50:09 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 04:50:09 GMT Message-Id: <201311260450.rAQ4o9B0034087@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184300: Update port: www/trac-TracGoogleAnalytics Add STAGE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 04:50:09 -0000 Synopsis: Update port: www/trac-TracGoogleAnalytics Add STAGE support Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 26 04:50:09 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=184300 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 05: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 ESMTPS id B344CB29 for ; Tue, 26 Nov 2013 05:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7CA63227B for ; Tue, 26 Nov 2013 05: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 rAQ5K19R040621 for ; Tue, 26 Nov 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 rAQ5K1VM040620; Tue, 26 Nov 2013 05:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 05:20:01 GMT Resent-Message-Id: <201311260520.rAQ5K1VM040620@freefall.freebsd.org> 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 Shao Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA0A8B1A for ; Tue, 26 Nov 2013 05:18:36 +0000 (UTC) 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 D92A3226E for ; Tue, 26 Nov 2013 05:18: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 rAQ5IaRm007476 for ; Tue, 26 Nov 2013 05:18:36 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQ5Iabo007473; Tue, 26 Nov 2013 05:18:36 GMT (envelope-from nobody) Message-Id: <201311260518.rAQ5Iabo007473@oldred.freebsd.org> Date: Tue, 26 Nov 2013 05:18:36 GMT From: David Shao To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184302: graphics/dri-9.1.6_3, 2 gallium/auxiliary/util/Makefile: No such file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 05:20:01 -0000 >Number: 184302 >Category: ports >Synopsis: graphics/dri-9.1.6_3,2 gallium/auxiliary/util/Makefile: No such 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: Tue Nov 26 05:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Shao >Release: FreeBSD 10.0-BETA3 amd64 >Organization: >Environment: 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258608: Mon Nov 25 16:21:00 PST 2013 /usr/obj/usr/src/sys/GENERIC amd64 >Description: Using a freshly checked out ports tree r334916, /usr/local moved, /var/db/pkg and /var/db/ports cleared, building ports from scratch using /etc/make.conf: WITH_PKGNG=yes WITH_NEW_XORG="YES" WITH_KMS=true # WITH_GALLIUM="YES" WITH_VIM_OPTIONS=yes # cd /usr/ports/graphics/dri # make clean && make NO_DIALOG=yes install clean ===> Cleaning for dri-9.1.6_3,2 ===> dri-9.1.6_3,2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by dri-9.1.6_3,2 for building ===> Extracting for dri-9.1.6_3,2 => SHA256 Checksum OK for MesaLib-9.1.6.tar.bz2. ===> Patching for dri-9.1.6_3,2 ===> Applying FreeBSD patches for dri-9.1.6_3,2 sed: /usr/ports/graphics/dri/work/Mesa-9.1.6/src/gallium/auxiliary/util/Makefile: No such file or directory This same port used to build fine with or without WITH_GALLIUM="YES" about a month ago. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 09:15:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id BFC87D6; Tue, 26 Nov 2013 09:15:08 +0000 (UTC) Received: from mail-ve0-x233.google.com (mail-ve0-x233.google.com [IPv6:2607:f8b0:400c:c01::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CE3D2DE6; Tue, 26 Nov 2013 09:15:08 +0000 (UTC) Received: by mail-ve0-f179.google.com with SMTP id jw12so3889774veb.10 for ; Tue, 26 Nov 2013 01:15:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=Qt4bmEu0R4MaK6XPf7hu6bzeZ80CZ1oqjLawUBl06s0=; b=LT4MuiirJtrKevuMkW4is6720V2Tag5YCa9cydxPShdfKpNFEyzKNLIdiYp0dUSKs3 B5jNI5671GwUSgXslycMBeaCLvKlAEsEaZGkR0IGkJ7wZIIwhViiwFkXY00VgGouEYyS 0g+DpXqfdBu4jSNJLWqosYzDSrNBxdS8L94OBTqwtFH4Et0qckRXiXZyvL45h4/iK2h9 H9SJbR4cVbCOqumIOM3waCKJ5wd+fdUKLQOWEgSEE6mCvLoqYXoUN7aaVltJjd3Bjxvt smOk5ttHDS9tqmZZFFAbTUAMu5z6o1AN7QVw0DqPxfP2N0+lzgVI6NtdPdhdQq6o2uAS BAvQ== MIME-Version: 1.0 X-Received: by 10.221.29.8 with SMTP id rw8mr39615vcb.56.1385457307416; Tue, 26 Nov 2013 01:15:07 -0800 (PST) Received: by 10.220.224.12 with HTTP; Tue, 26 Nov 2013 01:15:07 -0800 (PST) In-Reply-To: <20131125203540.GM88827@graf.pompo.net> References: <20131117140544.C7D8742D18BC@graf.pompo.net> <20131124175406.GG91903@graf.pompo.net> <20131125203540.GM88827@graf.pompo.net> Date: Tue, 26 Nov 2013 10:15:07 +0100 Message-ID: Subject: Re: ports/184035: net/liveMedia: upgrade to 2013.11.15 and reorganize From: Thomas Zander To: Thomas Zander , FreeBSD-gnats-submit@freebsd.org, multimedia@freebsd.org, freebsd-ports-bugs@freebsd.org, c.petrik.sosa@gmail.com Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 09:15:08 -0000 On 25 November 2013 21:35, Thierry Thomas wrote: >> Is it not possible to watch this TV stream without liveMedia? >> Most use cases are covered by mplayer already, and the dev team does >> currently not plan to support the asynchronous interface in liveMedia. >> What are you doing that is not possible with ffmpeg? > > To my knowledge, liveMedia is mandatory when you want to read stream > like 'rtsp://...'. Not anymore. rtsp should work right out of the box without liveMedia. ffmpeg supports it for quite some time: https://trac.ffmpeg.org/wiki/StreamingGuide Regards Riggs From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 11: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 ESMTPS id ED49643A for ; Tue, 26 Nov 2013 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B60BC24EB for ; Tue, 26 Nov 2013 11: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 rAQBA0NW028292 for ; Tue, 26 Nov 2013 11: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 rAQBA0QP028290; Tue, 26 Nov 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 11:10:00 GMT Resent-Message-Id: <201311261110.rAQBA0QP028290@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ari Maniatis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 85D843AE for ; Tue, 26 Nov 2013 11:01:38 +0000 (UTC) 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 5C1FD249C for ; Tue, 26 Nov 2013 11:01: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 rAQB1bqu013759 for ; Tue, 26 Nov 2013 11:01:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQB1bnS013757; Tue, 26 Nov 2013 11:01:37 GMT (envelope-from nobody) Message-Id: <201311261101.rAQB1bnS013757@oldred.freebsd.org> Date: Tue, 26 Nov 2013 11:01:37 GMT From: Ari Maniatis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184305: net-mgmt/zabbix2 wrong path for bash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 11:10:01 -0000 >Number: 184305 >Category: ports >Synopsis: net-mgmt/zabbix2 wrong path for bash >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 Nov 26 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ari Maniatis >Release: all >Organization: ish >Environment: Not relevant >Description: The file /usr/local/sbin/zabbix_java/startup.sh contains a path to bash which is /bin/bash and needs to be adjusted for a standard FreeBSD installation path at /usr/local/bin/bash. Alternatively, the script could be merged into the existing rc script at /usr/local/etc/rc.d/zabbix_java it is really only a handful of lines of environment properties and Java startup paths. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 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 ESMTPS id 0AB09670 for ; Tue, 26 Nov 2013 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E13FD29F9 for ; Tue, 26 Nov 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 rAQCU08L047945 for ; Tue, 26 Nov 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 rAQCU0pC047933; Tue, 26 Nov 2013 12:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 12:30:00 GMT Resent-Message-Id: <201311261230.rAQCU0pC047933@freefall.freebsd.org> 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 Markov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02B7D1F6 for ; Tue, 26 Nov 2013 12:20:03 +0000 (UTC) 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 CCFE22908 for ; Tue, 26 Nov 2013 12:20:02 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAQCK26P066891 for ; Tue, 26 Nov 2013 12:20:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQCK2u9066868; Tue, 26 Nov 2013 12:20:02 GMT (envelope-from nobody) Message-Id: <201311261220.rAQCK2u9066868@oldred.freebsd.org> Date: Tue, 26 Nov 2013 12:20:02 GMT From: Alexey Markov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184306: lang/ruby20: package build fails because of wrong lines in the pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 12:30:01 -0000 >Number: 184306 >Category: ports >Synopsis: lang/ruby20: package build fails because of wrong lines in the pkg-plist >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 Nov 26 12:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexey Markov >Release: 8.3-RELEASE-p7 >Organization: JSC Complitex >Environment: FreeBSD ku-new.memo.ru 8.4-RELEASE-p3 FreeBSD 8.4-RELEASE-p3 #0: Fri Aug 23 13:19:35 MSK 2013 support@ku-new.memo.ru:/arc/obj/arc/src/sys/KU-NEW amd64 >Description: tar: lib/ruby/2.0/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Cannot stat: No such file or directory tar: lib/ruby/2.0/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem: Cannot stat: No such file or directory tar: lib/ruby/2.0/rubygems/ssl_certs/GeoTrust_Global_CA.pem: Cannot stat: No such file or directory tar: lib/ruby/2.0/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem: Cannot stat: No such file or directory tar: lib/ruby/2.0/rubygems/ssl_certs/ca-bundle.pem: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 >How-To-Repeat: Update ports tree and try to make a package of lang/ruby20. >Fix: Apply the attached patch. Patch attached with submission follows: --- pkg-plist.orig 2013-11-23 07:50:10.000000000 +0400 +++ pkg-plist 2013-11-26 16:11:37.000000000 +0400 @@ -927,15 +927,10 @@ %%RUBY_LIBDIR%%/rubygems/source_specific_file.rb %%RUBY_LIBDIR%%/rubygems/spec_fetcher.rb %%RUBY_LIBDIR%%/rubygems/specification.rb -%%RUBY_LIBDIR%%/rubygems/ssl_certs/AddTrustExternalCARoot.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/Class3PublicPrimaryCertificationAuthority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/DigiCertHighAssuranceEVRootCA.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/Entrust_net-Secure-Server-Certification-Authority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/EntrustnetSecureServerCertificationAuthority.pem %%RUBY_LIBDIR%%/rubygems/ssl_certs/GeoTrustGlobalCA.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/GeoTrust_Global_CA.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/VerisignClass3PublicPrimaryCertificationAuthority-G2.pem -%%RUBY_LIBDIR%%/rubygems/ssl_certs/ca-bundle.pem %%RUBY_LIBDIR%%/rubygems/syck_hack.rb %%RUBY_LIBDIR%%/rubygems/test_case.rb %%RUBY_LIBDIR%%/rubygems/test_utilities.rb >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 12:30: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 ESMTPS id 19BC26B2; Tue, 26 Nov 2013 12:30:14 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E55AF2A02; Tue, 26 Nov 2013 12: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 rAQCUDgu048053; Tue, 26 Nov 2013 12: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 rAQCUDWs048052; Tue, 26 Nov 2013 12:30:13 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 12:30:13 GMT Message-Id: <201311261230.rAQCUDWs048052@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184306: lang/ruby20: package build fails because of wrong lines in the pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 12:30:14 -0000 Synopsis: lang/ruby20: package build fails because of wrong lines in the pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 26 12:30:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184306 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 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 ESMTPS id D1746A47 for ; Tue, 26 Nov 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A9322EF4 for ; Tue, 26 Nov 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 rAQDo0Jv063672 for ; Tue, 26 Nov 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 rAQDo0rB063671; Tue, 26 Nov 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 13:50:00 GMT Resent-Message-Id: <201311261350.rAQDo0rB063671@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Arrigo Marchiori Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7B6F892 for ; Tue, 26 Nov 2013 13:45:18 +0000 (UTC) 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 D7D672EB4 for ; Tue, 26 Nov 2013 13:45:18 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAQDjIr5063426 for ; Tue, 26 Nov 2013 13:45:18 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQDjIML063408; Tue, 26 Nov 2013 13:45:18 GMT (envelope-from nobody) Message-Id: <201311261345.rAQDjIML063408@oldred.freebsd.org> Date: Tue, 26 Nov 2013 13:45:18 GMT From: Arrigo Marchiori To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184307: editors/openoffice-3 and www/serf mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 13:50:00 -0000 >Number: 184307 >Category: ports >Synopsis: editors/openoffice-3 and www/serf mismatch >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 Nov 26 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Arrigo Marchiori >Release: 9.2-STABLE >Organization: >Environment: FreeBSD myhost 9.2-STABLE FreeBSD 9.2-STABLE #52 r258539: Mon Nov 25 09:36:08 CET 2013 root@myhost:/usr/obj/usr/src/sys/GENERIC i386 >Description: The editors/openoffice-3 port requires the serf library. Its Makefile explicitly requires version 1.0. The www/serf port provides version 1.3, not 1.0. Therefore, openoffice-3 does not build. >How-To-Repeat: cd /usr/ports/editors/openoffice-3 && make >Fix: Changing the depend from "serf-1.0" to "serf-1" in /usr/ports/editors/openoffice-3 seems to allow compiling the port: $ cd /usr/ports/editors/openoffice-3 && svn diff Index: Makefile =================================================================== --- Makefile (revisione 334928) +++ Makefile (copia locale) @@ -119,7 +119,7 @@ freetype.9:${PORTSDIR}/print/freetype2 \ apr-1.4:${PORTSDIR}/devel/apr1 \ CoinMP.8:${PORTSDIR}/math/coinmp \ - serf-1.0:${PORTSDIR}/www/serf + serf-1:${PORTSDIR}/www/serf BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${LOCALBASE}/bin/unzip:${PORTSDIR}/archivers/unzip \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 13: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 ESMTPS id B5E78A77; Tue, 26 Nov 2013 13:50:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E9F12EF6; Tue, 26 Nov 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 rAQDo8IL065327; Tue, 26 Nov 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 rAQDo8fU065326; Tue, 26 Nov 2013 13:50:08 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 13:50:08 GMT Message-Id: <201311261350.rAQDo8fU065326@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, office@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184307: editors/openoffice-3 and www/serf mismatch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 13:50:08 -0000 Synopsis: editors/openoffice-3 and www/serf mismatch Responsible-Changed-From-To: freebsd-ports-bugs->office Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 26 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=184307 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 14: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 ESMTPS id ACB6D216 for ; Tue, 26 Nov 2013 14:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8DAE9214C for ; Tue, 26 Nov 2013 14: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 rAQEA0Hc067722 for ; Tue, 26 Nov 2013 14: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 rAQEA0RP067721; Tue, 26 Nov 2013 14:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 14:10:00 GMT Resent-Message-Id: <201311261410.rAQEA0RP067721@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Howey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE2FE213 for ; Tue, 26 Nov 2013 14:09:40 +0000 (UTC) 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 BE0CE2147 for ; Tue, 26 Nov 2013 14:09:40 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAQE9eLn098966 for ; Tue, 26 Nov 2013 14:09:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQE9e56098962; Tue, 26 Nov 2013 14:09:40 GMT (envelope-from nobody) Message-Id: <201311261409.rAQE9e56098962@oldred.freebsd.org> Date: Tue, 26 Nov 2013 14:09:40 GMT From: Chris Howey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184308: [maintainer update] Updating port: sysutils/parallel - New Version (20131122) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 14:10:00 -0000 >Number: 184308 >Category: ports >Synopsis: [maintainer update] Updating port: sysutils/parallel - New Version (20131122) >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 Nov 26 14:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chris Howey >Release: 9.1-RELEASE >Organization: N/A >Environment: FreeBSD tinny-desktop 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: Modified files: sysutils/parallel Makefile distinfo Update to 20131022 Release notes: https://savannah.gnu.org/forum/forum.php?forum_id=7796 >How-To-Repeat: N/A >Fix: Patch: diff -ruN parallel.bak/Makefile parallel/Makefile --- parallel.bak/Makefile 2013-10-25 08:35:57.000000000 -0500 +++ parallel/Makefile 2013-11-26 07:45:10.000000000 -0600 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/parallel/Makefile 331576 2013-10-25 13:35:57Z sunpoet $ PORTNAME= parallel -PORTVERSION= 20131022 +PORTVERSION= 20131122 CATEGORIES= sysutils MASTER_SITES= GNU diff -ruN parallel.bak/distinfo parallel/distinfo --- parallel.bak/distinfo 2013-10-25 08:35:57.000000000 -0500 +++ parallel/distinfo 2013-11-26 07:45:12.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (parallel-20131022.tar.bz2) = 93280c7a03c18b07685157af36f2dfc82bbc59828acbdfe86ed27171a442b6f9 -SIZE (parallel-20131022.tar.bz2) = 772831 +SHA256 (parallel-20131122.tar.bz2) = ef5e0af618cd71c2a2d96ab3aa800ca44e6fab830092176db4b3468b747e29d0 +SIZE (parallel-20131122.tar.bz2) = 808204 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 14:10: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 ESMTPS id A430B247; Tue, 26 Nov 2013 14:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C4312173; Tue, 26 Nov 2013 14: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 rAQEA88t067854; Tue, 26 Nov 2013 14: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 rAQEA8PX067853; Tue, 26 Nov 2013 14:10:08 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 14:10:08 GMT Message-Id: <201311261410.rAQEA8PX067853@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184308: [maintainer update] Updating port: sysutils/parallel - New Version (20131122) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 14:10:08 -0000 Synopsis: [maintainer update] Updating port: sysutils/parallel - New Version (20131122) Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 26 14:10: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=184308 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 14:20: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 ESMTPS id DB4214F1; Tue, 26 Nov 2013 14:20:22 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B351021E1; Tue, 26 Nov 2013 14:20: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 rAQEKMbh070896; Tue, 26 Nov 2013 14:20:22 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQEKMmQ070895; Tue, 26 Nov 2013 14:20:22 GMT (envelope-from jadawin) Date: Tue, 26 Nov 2013 14:20:22 GMT Message-Id: <201311261420.rAQEKMmQ070895@freefall.freebsd.org> To: c.kworr@gmail.com, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/169628: sysutils/devcpu-data X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 14:20:22 -0000 Synopsis: sysutils/devcpu-data State-Changed-From-To: feedback->closed State-Changed-By: jadawin State-Changed-When: Tue Nov 26 14:20:22 UTC 2013 State-Changed-Why: No feedback. http://www.freebsd.org/cgi/query-pr.cgi?pr=169628 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 14:20: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 ESMTPS id 9D1F4523; Tue, 26 Nov 2013 14:20:49 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7548C2209; Tue, 26 Nov 2013 14:20: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 rAQEKnWi072542; Tue, 26 Nov 2013 14:20:49 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQEKnoo072541; Tue, 26 Nov 2013 14:20:49 GMT (envelope-from jadawin) Date: Tue, 26 Nov 2013 14:20:49 GMT Message-Id: <201311261420.rAQEKnoo072541@freefall.freebsd.org> To: dyeske@gmail.com, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/171176: new port: net/winexe X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 14:20:49 -0000 Synopsis: new port: net/winexe State-Changed-From-To: feedback->closed State-Changed-By: jadawin State-Changed-When: Tue Nov 26 14:20:49 UTC 2013 State-Changed-Why: Submitter will submit a new PR soon. http://www.freebsd.org/cgi/query-pr.cgi?pr=171176 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 15: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 ESMTPS id 8C4B1C83 for ; Tue, 26 Nov 2013 15:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6D168259F for ; Tue, 26 Nov 2013 15: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 rAQFK0dC084571 for ; Tue, 26 Nov 2013 15: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 rAQFK09e084570; Tue, 26 Nov 2013 15:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 15:20:00 GMT Resent-Message-Id: <201311261520.rAQFK09e084570@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Douglas Carmichael Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 64B49AEE for ; Tue, 26 Nov 2013 15:16:09 +0000 (UTC) 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 54B572570 for ; Tue, 26 Nov 2013 15:16: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 rAQFG9pf044882 for ; Tue, 26 Nov 2013 15:16:09 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQFG895044836; Tue, 26 Nov 2013 15:16:09 GMT (envelope-from nobody) Message-Id: <201311261516.rAQFG895044836@oldred.freebsd.org> Date: Tue, 26 Nov 2013 15:16:09 GMT From: Douglas Carmichael To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184309: I have updated www/drupal7 from 7.22 to 7.24 (critical security update) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 15:20:00 -0000 >Number: 184309 >Category: ports >Synopsis: I have updated www/drupal7 from 7.22 to 7.24 (critical security update) >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 Nov 26 15:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas Carmichael >Release: 9.2-RELEASE >Organization: n/a >Environment: n/a >Description: I have updated www/drupal7 from 7.22 to 7.24 (critical security update) A patch is attached. >How-To-Repeat: n/a >Fix: A patch is attached. Patch attached with submission follows: diff -ruN drupal7.orig/Makefile drupal7/Makefile --- drupal7.orig/Makefile 2013-11-26 09:23:32.000000000 -0500 +++ drupal7/Makefile 2013-11-26 09:23:39.000000000 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: www/drupal7/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= drupal7 -PORTVERSION= 7.22 +PORTVERSION= 7.24 PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://ftp.drupal.org/files/projects/ diff -ruN drupal7.orig/distinfo drupal7/distinfo --- drupal7.orig/distinfo 2013-11-26 09:23:32.000000000 -0500 +++ drupal7/distinfo 2013-11-26 09:23:47.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (drupal/drupal-7.22.tar.gz) = 3f64ccfbb1c62bdef870207aa5de84ad11da1c8a94800fce5ad3a484b47cb29b -SIZE (drupal/drupal-7.22.tar.gz) = 3183014 +SHA256 (drupal/drupal-7.24.tar.gz) = 5ce593bc86f48bb1923f9256de86c47162c54ba578e4ebe9211690b7349d5c40 +SIZE (drupal/drupal-7.24.tar.gz) = 3195735 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 15: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 ESMTPS id 8CA7ECB5; Tue, 26 Nov 2013 15:20:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6389325A2; Tue, 26 Nov 2013 15: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 rAQFK8KU084704; Tue, 26 Nov 2013 15: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 rAQFK808084703; Tue, 26 Nov 2013 15:20:08 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 15:20:08 GMT Message-Id: <201311261520.rAQFK808084703@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184309: I have updated www/drupal7 from 7.22 to 7.24 (critical security update) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 15:20:08 -0000 Synopsis: I have updated www/drupal7 from 7.22 to 7.24 (critical security update) Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 26 15:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184309 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 15:36: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 ESMTPS id 1975E13A; Tue, 26 Nov 2013 15:36:34 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E300D26B3; Tue, 26 Nov 2013 15:36: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 rAQFaXLm088189; Tue, 26 Nov 2013 15:36:33 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQFaXLl088188; Tue, 26 Nov 2013 15:36:33 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 15:36:33 GMT Message-Id: <201311261536.rAQFaXLl088188@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184219: biology/lamarc: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 15:36:34 -0000 Synopsis: biology/lamarc: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 15:36:33 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184219 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 15:43: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 ESMTPS id D22103E2; Tue, 26 Nov 2013 15:43:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A74722730; Tue, 26 Nov 2013 15:43: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 rAQFhFsW090020; Tue, 26 Nov 2013 15:43:15 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQFhF9g090019; Tue, 26 Nov 2013 15:43:15 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 15:43:15 GMT Message-Id: <201311261543.rAQFhF9g090019@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184220: games/freedoko: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 15:43:15 -0000 Synopsis: games/freedoko: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 15:43:15 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184220 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 15:44: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 ESMTPS id BA9C6510; Tue, 26 Nov 2013 15:44:45 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9208E2742; Tue, 26 Nov 2013 15:44: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 rAQFij6U090227; Tue, 26 Nov 2013 15:44:45 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQFijv7090226; Tue, 26 Nov 2013 15:44:45 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 15:44:45 GMT Message-Id: <201311261544.rAQFijv7090226@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184221: games/nighthawk: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 15:44:45 -0000 Synopsis: games/nighthawk: Support CC/CFLAGS properly Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 15:44:45 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184221 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 15:52:19 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 ESMTPS id 131EFA67; Tue, 26 Nov 2013 15:52:19 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DEABE27B3; Tue, 26 Nov 2013 15:52: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 rAQFqIMm092434; Tue, 26 Nov 2013 15:52:18 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQFqItq092433; Tue, 26 Nov 2013 15:52:18 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 15:52:18 GMT Message-Id: <201311261552.rAQFqItq092433@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184222: sysutils/eiciel: Update to version 0.9.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 15:52:19 -0000 Synopsis: sysutils/eiciel: Update to version 0.9.8.2 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 15:52:18 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184222 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 16: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 ESMTPS id AB768A1B for ; Tue, 26 Nov 2013 16:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BE882A8C for ; Tue, 26 Nov 2013 16: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 rAQGK0iM097294 for ; Tue, 26 Nov 2013 16: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 rAQGK0ok097293; Tue, 26 Nov 2013 16:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 16:20:00 GMT Resent-Message-Id: <201311261620.rAQGK0ok097293@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, woodelf Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9C7235D8 for ; Tue, 26 Nov 2013 16:15:03 +0000 (UTC) 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 8C7882A34 for ; Tue, 26 Nov 2013 16:15:03 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAQGF2AS038667 for ; Tue, 26 Nov 2013 16:15:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQGF27r038663; Tue, 26 Nov 2013 16:15:02 GMT (envelope-from nobody) Message-Id: <201311261615.rAQGF27r038663@oldred.freebsd.org> Date: Tue, 26 Nov 2013 16:15:02 GMT From: woodelf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184312: Graphics/dri-9.1.6_3,2 failed to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 16:20:00 -0000 >Number: 184312 >Category: ports >Synopsis: Graphics/dri-9.1.6_3,2 failed to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Nov 26 16:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: woodelf >Release: 10.0-BETA3 >Organization: >Environment: FreeBSD FreeBSD 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 19:43:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I have FreeBSD 10.0-BETA3 fresh installed on my laptop today, and then I tried to install xorg for it. I set "WITH_NEW_XORG=yes" in /etc/make.conf, because I have Intel HD 3000 graphics. Everythin went well before the ports came to build graphics/dri-9.1.6_3,2 and graphics/libGL-9.1.6_3,2. I cannot build these two ports at all. When it was trying to apply FreeBSD patches for dri and libGL, it gave me this error message: sed: /usr/ports/graphics/dri/work/Mesa-9.1.6/src/gallium/auxiliary/util/Makefile: No such file or directory. Patch patch-configure failed applying cleanly. That's all I got, and there was no extra error info about this issue. Now I am stuck here. I have already get my ports tree up-to-date, still not work at all. >How-To-Repeat: I think you may repeat this issue by a fresh installation of 10.0-BETA3 and with latest ports tree till now. >Fix: Unset "WITH_NEW_XORG=yes" in /etc/make.conf may help solve this issue. However, this is a dirty workaround, which will cause my Intel HD graphics not able to work. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 17: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 ESMTPS id AD8AE637 for ; Tue, 26 Nov 2013 17:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A9F92DFE for ; Tue, 26 Nov 2013 17: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 rAQHA0LT006853 for ; Tue, 26 Nov 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 rAQHA0Bs006852; Tue, 26 Nov 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 17:10:00 GMT Resent-Message-Id: <201311261710.rAQHA0Bs006852@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marco Steinbach Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 18F763A6 for ; Tue, 26 Nov 2013 17:00:56 +0000 (UTC) Received: from mail.moehre.org (mail.moehre.org [195.96.35.7]) by mx1.freebsd.org (Postfix) with ESMTP id 2BE722D84 for ; Tue, 26 Nov 2013 17:00:53 +0000 (UTC) Received: from mail.moehre.org (unknown [195.96.35.7]) by mail.moehre.org (Postfix) with ESMTP id 33A148B14E4; Tue, 26 Nov 2013 18:00:53 +0100 (CET) Received: from mail.moehre.org ([195.96.35.7]) by mail.moehre.org (mail.moehre.org [195.96.35.7]) (amavisd-new, port 10024) with ESMTP id Nc7cpZ3I9NgD; Tue, 26 Nov 2013 18:00:49 +0100 (CET) Received: from executive-computing.de (p54B0ABB0.dip0.t-ipconnect.de [84.176.171.176]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: coco@executive-computing.de) by mail.moehre.org (Postfix) with ESMTPSA id 2B55A8B141C; Tue, 26 Nov 2013 18:00:49 +0100 (CET) Received: (nullmailer pid 21230 invoked by uid 0); Tue, 26 Nov 2013 17:00:30 -0000 Message-Id: <1385485230.402926.21229.nullmailer@executive-computing.de> Date: Tue, 26 Nov 2013 18:00:30 +0100 From: Marco Steinbach To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184314: [maintainer-update] www/redaxo: update to 4.5.1 (security fixes) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 17:10:00 -0000 >Number: 184314 >Category: ports >Synopsis: [maintainer-update] www/redaxo: update to 4.5.1 (security fixes) >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: Tue Nov 26 17:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marco Steinbach >Release: FreeBSD 8.4-STABLE i386 >Organization: >Environment: System: FreeBSD x2p.c0c0.intra 8.4-STABLE FreeBSD 8.4-STABLE #0: Sun Oct 27 14:46:01 CET 2013 >Description: - Update to 4.5.1 (upstream security fixes) - Enable staging - Use option helpers Port maintainer (coco@executive-computing.de) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- redaxo-4.5.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 334949) +++ Makefile (working copy) @@ -2,10 +2,10 @@ # $FreeBSD$ PORTNAME= redaxo -PORTVERSION= 4.5 +PORTVERSION= 4.5.1 CATEGORIES= www MASTER_SITES= http://www.redaxo.org/files/ -DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/} +DISTNAME= ${PORTNAME}${PORTVERSION:S/./_/g} MAINTAINER= coco@executive-computing.de COMMENT= The REDAXO content management system @@ -13,6 +13,7 @@ LICENSE= GPLv2 NO_BUILD= yes + SUB_FILES+= pkg-message pkg-deinstall USE_PHP= mysql session xml zlib USE_ZIP= yes @@ -25,21 +26,12 @@ OPTIONS_DEFAULT= APACHE MYSQLS GD -NO_STAGE= yes -.include +MYSQLS_USE= MYSQL=server -.if ${PORT_OPTIONS:MMYSQLS} -USE_MYSQL= server -.endif +APACHE_USE= APACHE_RUN=22 -.if ${PORT_OPTIONS:MAPACHE} -USE_APACHE_RUN= 22 -.endif +GD_USE= PHP=gd -.if ${PORT_OPTIONS:MGD} -USE_PHP+= gd -.endif - do-extract: @${INSTALL} -d ${WRKDIR} @${UNZIP_CMD} -qo ${DISTDIR}/${DISTFILES} -d ${WRKSRC} @@ -47,10 +39,6 @@ do-install: cd ${WRKSRC} && \ ${FIND} . | \ - ${CPIO} --quiet -pdm -R ${WWWOWN}:${WWWGRP} ${WWWDIR} + ${CPIO} --quiet -pdm -R ${WWWOWN}:${WWWGRP} ${STAGEDIR}${WWWDIR} -post-install: - @${CAT} ${PKGMESSAGE} - -.include -.include +.include Index: distinfo =================================================================== --- distinfo (revision 334949) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (redaxo4_5.zip) = f2563ba294b138298054b38c3628f1769ef2f46d0748d87f2af7f60b74d73778 -SIZE (redaxo4_5.zip) = 5601607 +SHA256 (redaxo4_5_1.zip) = f11f6223a0df448c1228dcb4d5e99d739f6edde2a317529008cb951875f6043d +SIZE (redaxo4_5_1.zip) = 5888768 Index: pkg-plist =================================================================== --- pkg-plist (revision 334949) +++ pkg-plist (working copy) @@ -93,6 +93,7 @@ %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/help.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/install.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/vendor/simplepie.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/classes/class.dashboard.inc.php @@ -101,6 +102,7 @@ %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/help.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/install.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/classes/class.dashboard.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/config.inc.php @@ -108,6 +110,7 @@ %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/help.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/install.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/be_dashboard/settings/.readme.txt %%WWWDIR%%/redaxo/include/addons/be_dashboard/uninstall.inc.php @@ -247,6 +250,7 @@ %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/help.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/install.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/classes/class.cronjob.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/config.inc.php @@ -253,6 +257,7 @@ %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/help.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/install.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/cronjob/uninstall.sql @@ -269,6 +274,7 @@ %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_insert_image.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_mirror.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_resize.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_rounded_corners.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects/class.rex_effect_workspace.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/config.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/functions/function_rex_effects.inc.php @@ -285,6 +291,10 @@ %%WWWDIR%%/redaxo/include/addons/image_manager/pages/overview.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/pages/settings.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/pages/types.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/classes/class.rex_image_manager_pdf2img.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/config.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/install.inc.php +%%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/image_manager/uninstall.sql %%WWWDIR%%/redaxo/include/addons/import_export/backup/rex_4.5_demo.php @@ -364,12 +374,29 @@ %%WWWDIR%%/redaxo/include/addons/textile/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/textile/pages/index.inc.php %%WWWDIR%%/redaxo/include/addons/textile/uninstall.inc.php +%%WWWDIR%%/redaxo/include/addons/textile/vendor/.gitattributes +%%WWWDIR%%/redaxo/include/addons/textile/vendor/.gitignore +%%WWWDIR%%/redaxo/include/addons/textile/vendor/.travis.yml %%WWWDIR%%/redaxo/include/addons/textile/vendor/CHANGELOG.textile +%%WWWDIR%%/redaxo/include/addons/textile/vendor/LICENSE %%WWWDIR%%/redaxo/include/addons/textile/vendor/README.textile %%WWWDIR%%/redaxo/include/addons/textile/vendor/classTextile.php %%WWWDIR%%/redaxo/include/addons/textile/vendor/composer.json -%%WWWDIR%%/redaxo/include/addons/tinymce/README -%%WWWDIR%%/redaxo/include/addons/tinymce/_changelog.txt +%%WWWDIR%%/redaxo/include/addons/textile/vendor/phpunit.xml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/BasicTest.php +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/bootstrap.php +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/10x10.gif +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/basic.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-106.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-120.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-123.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-128.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/issue-65.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/links.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/spanned_quotes.yaml +%%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures/unicode.yaml +%%WWWDIR%%/redaxo/include/addons/tinymce/CHANGELOG.md +%%WWWDIR%%/redaxo/include/addons/tinymce/README.md %%WWWDIR%%/redaxo/include/addons/tinymce/classes/class.form.inc.php %%WWWDIR%%/redaxo/include/addons/tinymce/config.inc.php %%WWWDIR%%/redaxo/include/addons/tinymce/files/embed.js @@ -616,6 +643,8 @@ %%WWWDIR%%/redaxo/include/addons/tinymce/install.sql %%WWWDIR%%/redaxo/include/addons/tinymce/lang/de_de.lang %%WWWDIR%%/redaxo/include/addons/tinymce/lang/de_de_utf8.lang +%%WWWDIR%%/redaxo/include/addons/tinymce/lang/en_gb.lang +%%WWWDIR%%/redaxo/include/addons/tinymce/lang/en_gb_utf8.lang %%WWWDIR%%/redaxo/include/addons/tinymce/modul_input.txt %%WWWDIR%%/redaxo/include/addons/tinymce/modul_output.txt %%WWWDIR%%/redaxo/include/addons/tinymce/pages/css.inc.php @@ -686,9 +715,8 @@ %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.date.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.datestamp.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.datetime.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.emptylabel.inc.php +%%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.emptyname.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.fieldset.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.formsign.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.generate_key.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.generate_password.inc.php %%WWWDIR%%/redaxo/include/addons/xform/classes/value/class.xform.hashvalue.inc.php @@ -724,9 +752,6 @@ %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/class.captcha_calc_x.php %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/fonts/arena_condensed.ttf %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/fonts/ecceb.ttf -%%WWWDIR%%/redaxo/include/addons/xform/ext/formsign/COPYING.LESSER -%%WWWDIR%%/redaxo/include/addons/xform/ext/formsign/changelog.txt -%%WWWDIR%%/redaxo/include/addons/xform/ext/formsign/class.formsign.php %%WWWDIR%%/redaxo/include/addons/xform/files/manager.css %%WWWDIR%%/redaxo/include/addons/xform/files/manager.js %%WWWDIR%%/redaxo/include/addons/xform/files/popup.css @@ -733,8 +758,8 @@ %%WWWDIR%%/redaxo/include/addons/xform/files/xform.css %%WWWDIR%%/redaxo/include/addons/xform/help.inc.php %%WWWDIR%%/redaxo/include/addons/xform/install.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/lang/de_de_utf8.lang -%%WWWDIR%%/redaxo/include/addons/xform/lang/en_gb_utf8.lang +%%WWWDIR%%/redaxo/include/addons/xform/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/xform/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/xform/pages/description.inc.php %%WWWDIR%%/redaxo/include/addons/xform/pages/index.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/action/class.xform.action_db2email.inc.php @@ -741,8 +766,8 @@ %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/basic/class.rex_xform_emailtemplate.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/config.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/install.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang/de_de_utf8.lang -%%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang/en_gb_utf8.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/pages/index.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/config.inc.php @@ -750,13 +775,20 @@ %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/bg_search.png %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/geo.css %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/geo.js +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/geo_zip.css +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/geo_zip.js %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/icon_active.png %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/icon_active_jump.gif %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/icon_normal.png +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/jquery_ui.css %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files/loading.gif %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/install.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo.in.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo.out.php +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo_map.php +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo_map_zip.php +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo_quicksand.in.php +%%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module/rex_geo_quicksand.out.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/pages/ep_geotagging.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/uninstall.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform/value/class.xform.google_geocode.inc.php @@ -769,11 +801,9 @@ %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/value/class.xform.be_mediapool.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/value/class.xform.be_table.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/config.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/inc/data_edit.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/inc/table_field.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/install.inc.php -%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang/de_de_utf8.lang -%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang/en_gb_utf8.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang/de_de.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages/data_edit.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages/data_import.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages/index.inc.php @@ -784,7 +814,7 @@ %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/config.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/install.inc.php %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang/de_de.lang -%%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang/de_de_utf8.lang +%%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang/en_gb.lang %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/module/module_in.inc %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/module/module_out.inc %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/pages/index.inc.php @@ -893,6 +923,7 @@ %%WWWDIR%%/redaxo/media/css_ie_lte_7.css %%WWWDIR%%/redaxo/media/css_import.css %%WWWDIR%%/redaxo/media/css_navigation.css +%%WWWDIR%%/redaxo/media/css_print.css %%WWWDIR%%/redaxo/media/css_table_old.css %%WWWDIR%%/redaxo/media/document.gif %%WWWDIR%%/redaxo/media/document_plus.gif @@ -925,7 +956,6 @@ %%WWWDIR%%/redaxo/media/folder_on_empty.gif %%WWWDIR%%/redaxo/media/folder_plus.gif %%WWWDIR%%/redaxo/media/forward.gif -%%WWWDIR%%/redaxo/media/jquery-image-ondemand.min.js %%WWWDIR%%/redaxo/media/jquery.min.js %%WWWDIR%%/redaxo/media/last.gif %%WWWDIR%%/redaxo/media/leer.gif @@ -988,268 +1018,271 @@ %%WWWDIR%%/redaxo/media/user_plus.gif %%WWWDIR%%/redaxo/media/warning.gif %%WWWDIR%%/redaxo/media/white.gif -@dirrm %%WWWDIR%%/redaxo/media -@dirrm %%WWWDIR%%/redaxo/include/pages -@dirrm %%WWWDIR%%/redaxo/include/layout -@dirrm %%WWWDIR%%/redaxo/include/lang -@dirrm %%WWWDIR%%/redaxo/include/install -@dirrm %%WWWDIR%%/redaxo/include/generated/templates -@dirrm %%WWWDIR%%/redaxo/include/generated/files -@dirrm %%WWWDIR%%/redaxo/include/generated/articles -@dirrm %%WWWDIR%%/redaxo/include/generated -@dirrm %%WWWDIR%%/redaxo/include/functions -@dirrm %%WWWDIR%%/redaxo/include/classes/variables -@dirrm %%WWWDIR%%/redaxo/include/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/module -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/inc -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/value -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/basic -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/action -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform/value -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/basic -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/action -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins/email -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/files -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/formsign -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/fonts -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha/fonts -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/ext -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes/value -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes/validate -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes/basic -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes/action -@dirrm %%WWWDIR%%/redaxo/include/addons/xform/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/xform -@dirrm %%WWWDIR%%/redaxo/include/addons/version/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/version/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/version/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/version -@dirrm %%WWWDIR%%/redaxo/include/addons/url_rewrite/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/url_rewrite -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/utils -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/skins/default -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/skins -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins/default/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins/default -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/wordcount -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualchars -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualblocks/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualblocks -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/tabfocus -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/save -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/print -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/preview/jscripts -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/preview -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/pagebreak -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/noneditable -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/nonbreaking -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/lists -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/legacyoutput -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/layer -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/insertdatetime -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins/clearlooks2 -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/iespell -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullscreen -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example_dependency -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/directionality -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/contextmenu -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/bbcode -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autosave -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autoresize -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autolink -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlist -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/img -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/js -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/css -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/langs -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/files -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/tinymce -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/vendor -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/files -@dirrm %%WWWDIR%%/redaxo/include/addons/textile/extensions -@dirrm %%WWWDIR%%/redaxo/include/addons/textile -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer/classes/language -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/phpmailer -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/files -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/extensions -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/classes/input -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/metainfo -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export/backup -@dirrm %%WWWDIR%%/redaxo/include/addons/import_export -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/media -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/image_manager -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/logs -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/classes/types -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/cronjob -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files/codemirror/theme -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files/codemirror -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/agk_skin/files -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins/agk_skin -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style/extensions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_style -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search/files -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search/extensions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_search -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/settings -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/vendor -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/pages -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/lang -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/functions -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/files -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/classes/cache -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard/classes -@dirrm %%WWWDIR%%/redaxo/include/addons/be_dashboard -@dirrm %%WWWDIR%%/redaxo/include/addons -@dirrm %%WWWDIR%%/redaxo/include -@dirrm %%WWWDIR%%/redaxo -@dirrm %%WWWDIR%%/files/addons/be_style/plugins/agk_skin -@dirrm %%WWWDIR%%/files/addons/be_style/plugins -@dirrm %%WWWDIR%%/files/addons/be_style -@dirrm %%WWWDIR%%/files/addons -@dirrm %%WWWDIR%%/files +@dirrmtry %%WWWDIR%%/redaxo/media +@dirrmtry %%WWWDIR%%/redaxo/include/pages +@dirrmtry %%WWWDIR%%/redaxo/include/layout +@dirrmtry %%WWWDIR%%/redaxo/include/lang +@dirrmtry %%WWWDIR%%/redaxo/include/install +@dirrmtry %%WWWDIR%%/redaxo/include/generated/templates +@dirrmtry %%WWWDIR%%/redaxo/include/generated/files +@dirrmtry %%WWWDIR%%/redaxo/include/generated/articles +@dirrmtry %%WWWDIR%%/redaxo/include/generated +@dirrmtry %%WWWDIR%%/redaxo/include/functions +@dirrmtry %%WWWDIR%%/redaxo/include/classes/variables +@dirrmtry %%WWWDIR%%/redaxo/include/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/module +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/setup +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/value +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/basic +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes/action +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/manager +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform/value +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/xform +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/module +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/geo +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/basic +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes/action +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins/email +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc/fonts +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha_calc +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha/fonts +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext/captcha +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/ext +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes/value +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes/validate +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes/basic +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes/action +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/xform +@dirrmtry %%WWWDIR%%/redaxo/include/addons/version/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/version/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/version/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/version +@dirrmtry %%WWWDIR%%/redaxo/include/addons/url_rewrite/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/url_rewrite +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/utils +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/skins/default +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/skins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/simple +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins/default/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins/default +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/skins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes/advanced +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/themes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/xhtmlxtras +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/wordcount +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualchars +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualblocks/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/visualblocks +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/template +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/table +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/tabfocus +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/style +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/spellchecker +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/searchreplace +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/save +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/redaxo +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/print +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/preview/jscripts +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/preview +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/paste +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/pagebreak +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/noneditable +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/nonbreaking +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/media +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/lists +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/legacyoutput +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/layer +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/insertdatetime +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins/clearlooks2 +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups/skins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/inlinepopups +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/iespell +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullscreen +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/fullpage +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example_dependency +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/example +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/emotions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/directionality +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/contextmenu +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/bbcode +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autosave +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autoresize +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/autolink +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlist +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advlink +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advimage +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/js +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr/css +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins/advhr +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce/langs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files/tiny_mce +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/tinymce +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/vendor/test/fixtures +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/vendor/test +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/vendor +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile/extensions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/textile +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer/classes/language +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/phpmailer +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/extensions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/classes/input +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/metainfo +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export/backup +@dirrmtry %%WWWDIR%%/redaxo/include/addons/import_export +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/plugins/pdf2img +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/media +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/classes/effects +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/image_manager +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/optimize_tables +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins/article_status +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/logs +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/classes/types +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/cronjob +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files/codemirror/theme +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files/codemirror +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/customizer +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/agk_skin/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins/agk_skin +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style/extensions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_style +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search/extensions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_search +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/settings +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/version_checker +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/userinfo +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/vendor +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins/rss_reader +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/plugins +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/pages +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/lang +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/functions +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/files +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/classes/cache +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard/classes +@dirrmtry %%WWWDIR%%/redaxo/include/addons/be_dashboard +@dirrmtry %%WWWDIR%%/redaxo/include/addons +@dirrmtry %%WWWDIR%%/redaxo/include +@dirrmtry %%WWWDIR%%/redaxo +@dirrmtry %%WWWDIR%%/files/addons/be_style/plugins/agk_skin +@dirrmtry %%WWWDIR%%/files/addons/be_style/plugins +@dirrmtry %%WWWDIR%%/files/addons/be_style +@dirrmtry %%WWWDIR%%/files/addons +@dirrmtry %%WWWDIR%%/files @dirrmtry %%WWWDIR%% --- redaxo-4.5.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 17:28: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 ESMTPS id B2106C42; Tue, 26 Nov 2013 17:28:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 873D22EEE; Tue, 26 Nov 2013 17:28: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 rAQHS9cT011666; Tue, 26 Nov 2013 17:28:09 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQHS94H011665; Tue, 26 Nov 2013 17:28:09 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 17:28:09 GMT Message-Id: <201311261728.rAQHS94H011665@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184223: x11/roxterm: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 17:28:09 -0000 Synopsis: x11/roxterm: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 17:28:09 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184223 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 17:45: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 ESMTPS id 9EAB2766; Tue, 26 Nov 2013 17:45:49 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 754292049; Tue, 26 Nov 2013 17:45: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 rAQHjnQ0015310; Tue, 26 Nov 2013 17:45:49 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQHjnYe015309; Tue, 26 Nov 2013 17:45:49 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 17:45:49 GMT Message-Id: <201311261745.rAQHjnYe015309@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184224: science/gromacs: Update to version 4.6.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 17:45:49 -0000 Synopsis: science/gromacs: Update to version 4.6.4 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 17:45:49 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184224 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 17:51: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 ESMTPS id 537E29F0; Tue, 26 Nov 2013 17:51:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2C1FB20AC; Tue, 26 Nov 2013 17:51: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 rAQHpV3p017133; Tue, 26 Nov 2013 17:51:31 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQHpV57017132; Tue, 26 Nov 2013 17:51:31 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 17:51:31 GMT Message-Id: <201311261751.rAQHpV57017132@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184225: editors/leo: Update to version 4.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 17:51:31 -0000 Synopsis: editors/leo: Update to version 4.11 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 17:51:30 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184225 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 19: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 ESMTPS id 02537A21 for ; Tue, 26 Nov 2013 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF575283F for ; Tue, 26 Nov 2013 19: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 rAQJo0WI042913 for ; Tue, 26 Nov 2013 19: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 rAQJo014042908; Tue, 26 Nov 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 19:50:00 GMT Resent-Message-Id: <201311261950.rAQJo014042908@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andris Raugulis Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ED5117B5 for ; Tue, 26 Nov 2013 19:42:34 +0000 (UTC) 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 DD74027F0 for ; Tue, 26 Nov 2013 19:42: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 rAQJgX0R024418 for ; Tue, 26 Nov 2013 19:42:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQJgXl0024417; Tue, 26 Nov 2013 19:42:33 GMT (envelope-from nobody) Message-Id: <201311261942.rAQJgXl0024417@oldred.freebsd.org> Date: Tue, 26 Nov 2013 19:42:33 GMT From: Andris Raugulis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184315: [PATCH] fix lang/ruby20 URI module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 19:50:01 -0000 >Number: 184315 >Category: ports >Synopsis: [PATCH] fix lang/ruby20 URI module >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 Nov 26 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andris Raugulis >Release: >Organization: >Environment: >Description: lang/ruby20 has broken URI module, which breaks all ruby software using it. >How-To-Repeat: >Fix: Attached patch fixes the problem. Patch attached with submission follows: diff -ruN ruby20.orig/files/patch-lib_uri_generic.rb ruby20/files/patch-lib_uri_generic.rb --- ruby20.orig/files/patch-lib_uri_generic.rb 2013-11-26 21:32:37.913104957 +0200 +++ ruby20/files/patch-lib_uri_generic.rb 2013-11-26 21:32:53.196104743 +0200 @@ -3,7 +3,7 @@ @@ -1482,6 +1482,17 @@ end - str << path_query +- str << path_query + path = path_query + + # >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 19: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 ESMTPS id 3A5A0A50; Tue, 26 Nov 2013 19:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 140512841; Tue, 26 Nov 2013 19: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 rAQJo8v5043050; Tue, 26 Nov 2013 19: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 rAQJo8B6043049; Tue, 26 Nov 2013 19:50:08 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 19:50:08 GMT Message-Id: <201311261950.rAQJo8B6043049@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184315: [PATCH] fix lang/ruby20 URI module X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 19:50:09 -0000 Synopsis: [PATCH] fix lang/ruby20 URI module Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Tue Nov 26 19: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=184315 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 20:34: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 ESMTPS id 2EE32F2E; Tue, 26 Nov 2013 20:34:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 059532B66; Tue, 26 Nov 2013 20:34: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 rAQKYEpu053313; Tue, 26 Nov 2013 20:34:14 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQKYEH1053311; Tue, 26 Nov 2013 20:34:14 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 20:34:14 GMT Message-Id: <201311262034.rAQKYEH1053311@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184226: print/xmbibtex: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 20:34:15 -0000 Synopsis: print/xmbibtex: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 20:34:14 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184226 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 20:37: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 ESMTPS id B70462ED; Tue, 26 Nov 2013 20:37:24 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E2BE2BA2; Tue, 26 Nov 2013 20:37: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 rAQKbOMU053555; Tue, 26 Nov 2013 20:37:24 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQKbOq0053554; Tue, 26 Nov 2013 20:37:24 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 20:37:24 GMT Message-Id: <201311262037.rAQKbOq0053554@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184227: games/xspacewarp: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 20:37:24 -0000 Synopsis: games/xspacewarp: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 20:37:24 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184227 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 20: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 ESMTPS id 3B6974FB for ; Tue, 26 Nov 2013 20:40:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1D8322BC0 for ; Tue, 26 Nov 2013 20:40: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 rAQKe2Uk053802 for ; Tue, 26 Nov 2013 20: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 rAQKe2dV053801; Tue, 26 Nov 2013 20:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 20:40:02 GMT Resent-Message-Id: <201311262040.rAQKe2dV053801@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ilya A. Arkhipov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92AB14F0 for ; Tue, 26 Nov 2013 20:39:39 +0000 (UTC) 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 820EC2BB5 for ; Tue, 26 Nov 2013 20:39: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 rAQKddpA057524 for ; Tue, 26 Nov 2013 20:39:39 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAQKddGE057522; Tue, 26 Nov 2013 20:39:39 GMT (envelope-from nobody) Message-Id: <201311262039.rAQKddGE057522@oldred.freebsd.org> Date: Tue, 26 Nov 2013 20:39:39 GMT From: "Ilya A. Arkhipov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184317: [PATCH] devel/libbegemot: [Staging support] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 20:40:03 -0000 >Number: 184317 >Category: ports >Synopsis: [PATCH] devel/libbegemot: [Staging 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 Nov 26 20:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ilya A. Arkhipov >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Home Inc. ^_^ >Environment: FreeBSD mhome 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Thu Mar 29 18:04:50 UTC 2012 >Description: [PATCH] devel/libbegemot: [Staging support] >How-To-Repeat: >Fix: --- libbegemot-1.11_3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 334970) +++ Makefile (working copy) @@ -5,14 +5,19 @@ PORTVERSION= 1.11 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ -DISTNAME= libbegemot-${PORTVERSION} +MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ \ + http://m1cro.tk/ports/distfiles/libbegemot/ MAINTAINER= rum1cro@yandex.ru COMMENT= A function library for begemot tools +LICENSE= BSD2CLAUSE +LICENSE_NAME= FreeBSD BSD Variant (2 clause BSD) +LICENSE_FILE= ${WRKDIR}/libbegemot-${PORTVERSION}/COPYRIGHT +LICENSE_PERMS= auto-accept + GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= automake:env autoconf:env libltdl libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes @@ -19,9 +24,7 @@ MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1 -MLINKS= xalloc.1 xrealloc.1 -NO_STAGE= yes run-autotools:: @(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/) @(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF}) @@ -32,7 +35,7 @@ post-install: .for i in ${MAN1} @${CP} ${WRKSRC}/${i:S/.1/.man/} ${WRKSRC}/${i} - ${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${MANPREFIX}/man/man1 .endfor .include Index: pkg-plist =================================================================== --- pkg-plist (revision 334970) +++ pkg-plist (working copy) @@ -1,6 +1,20 @@ +include/begemot.h +include/rpoll.h lib/libbegemot.a lib/libbegemot.la lib/libbegemot.so lib/libbegemot.so.1 -include/begemot.h -include/rpoll.h +man/man1/cstrc.1.gz +man/man1/frame.1.gz +man/man1/getfields.1.gz +man/man1/intro.1.gz +man/man1/panic.1.gz +man/man1/prstat.1.gz +man/man1/readline.1.gz +man/man1/rpoll.1.gz +man/man1/strnchr.1.gz +man/man1/strnlen.1.gz +man/man1/strsave.1.gz +man/man1/strtrimsp.1.gz +man/man1/verb.1.gz +man/man1/xalloc.1.gz --- libbegemot-1.11_3.patch ends here --- Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 334963) +++ Makefile (working copy) @@ -5,14 +5,19 @@ PORTVERSION= 1.11 PORTREVISION= 3 CATEGORIES= devel -MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ -DISTNAME= libbegemot-${PORTVERSION} +MASTER_SITES= http://people.freebsd.org/~harti/libbegemot/ \ + http://m1cro.tk/ports/distfiles/libbegemot/ MAINTAINER= rum1cro@yandex.ru COMMENT= A function library for begemot tools +LICENSE= BSD2CLAUSE +LICENSE_NAME= FreeBSD BSD Variant (2 clause BSD) +LICENSE_FILE= ${WRKDIR}/libbegemot-${PORTVERSION}/COPYRIGHT +LICENSE_PERMS= auto-accept + GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake USE_AUTOTOOLS= automake:env autoconf:env libltdl libtool USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes @@ -19,9 +24,7 @@ MAN1= cstrc.1 frame.1 getfields.1 intro.1 panic.1 prstat.1 readline.1 \ rpoll.1 strnchr.1 strnlen.1 strsave.1 strtrimsp.1 verb.1 xalloc.1 -MLINKS= xalloc.1 xrealloc.1 -NO_STAGE= yes run-autotools:: @(cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} -I ${LIBTOOL_SHAREDIR}/libltdl/) @(cd ${CONFIGURE_WRKSRC} && ${AUTOCONF}) @@ -32,7 +35,7 @@ post-install: .for i in ${MAN1} @${CP} ${WRKSRC}/${i:S/.1/.man/} ${WRKSRC}/${i} - ${INSTALL_MAN} ${WRKSRC}/${i} ${MANPREFIX}/man/man1 + ${INSTALL_MAN} ${WRKSRC}/${i} ${STAGEDIR}${MANPREFIX}/man/man1 .endfor .include Index: pkg-plist =================================================================== --- pkg-plist (revision 334963) +++ pkg-plist (working copy) @@ -1,6 +1,20 @@ +include/begemot.h +include/rpoll.h lib/libbegemot.a lib/libbegemot.la lib/libbegemot.so lib/libbegemot.so.1 -include/begemot.h -include/rpoll.h +man/man1/cstrc.1.gz +man/man1/frame.1.gz +man/man1/getfields.1.gz +man/man1/intro.1.gz +man/man1/panic.1.gz +man/man1/prstat.1.gz +man/man1/readline.1.gz +man/man1/rpoll.1.gz +man/man1/strnchr.1.gz +man/man1/strnlen.1.gz +man/man1/strsave.1.gz +man/man1/strtrimsp.1.gz +man/man1/verb.1.gz +man/man1/xalloc.1.gz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 20:43:40 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 ESMTPS id 883D864E; Tue, 26 Nov 2013 20:43:40 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C6452C01; Tue, 26 Nov 2013 20:43: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 rAQKhepX055440; Tue, 26 Nov 2013 20:43:40 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQKheYU055439; Tue, 26 Nov 2013 20:43:40 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 20:43:40 GMT Message-Id: <201311262043.rAQKheYU055439@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184228: devel/rudiments: Update to version 0.44.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 20:43:40 -0000 Synopsis: devel/rudiments: Update to version 0.44.1 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 20:43:40 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184228 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 21:05:23 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 ESMTPS id 52D1AC58; Tue, 26 Nov 2013 21:05:23 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 27F392D93; Tue, 26 Nov 2013 21:05: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 rAQL5MkF059400; Tue, 26 Nov 2013 21:05:22 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQL5MTV059399; Tue, 26 Nov 2013 21:05:22 GMT (envelope-from wg) Date: Tue, 26 Nov 2013 21:05:22 GMT Message-Id: <201311262105.rAQL5MTV059399@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184230: devel/ace: Update to version 6.2.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 21:05:23 -0000 Synopsis: devel/ace: Update to version 6.2.3 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Tue Nov 26 21:05:22 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184230 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 22: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 ESMTPS id 1A6CB230; Tue, 26 Nov 2013 22:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ED35622C7; Tue, 26 Nov 2013 22: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 rAQMK01Y074578; Tue, 26 Nov 2013 22: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 rAQMK0r2074522; Tue, 26 Nov 2013 22:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Nov 2013 22:20:00 GMT Resent-Message-Id: <201311262220.rAQMK0r2074522@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Cc: d@delphij.net Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Xin LI Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E784319A for ; Tue, 26 Nov 2013 22:12:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D6C0D2267; Tue, 26 Nov 2013 22:12: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 rAQMC7b7073436; Tue, 26 Nov 2013 22:12:07 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAQMC1xv073434; Tue, 26 Nov 2013 22:12:01 GMT (envelope-from delphij) Message-Id: <201311262212.rAQMC1xv073434@freefall.freebsd.org> Date: Tue, 26 Nov 2013 22:12:01 GMT From: Xin LI To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 X-GNATS-Notify: d@delphij.net Subject: ports/184318: [PATCH] Update archivers/pigz to 2.3.1 and stage'ify Cc: gslin@gslin.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 22:20:01 -0000 >Number: 184318 >Category: ports >Synopsis: [PATCH] Update archivers/pigz to 2.3.1 and stage'ify >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 Nov 26 22:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Xin LI >Release: FreeBSD 11.0-CURRENT amd64 >Organization: iXsystems, Inc. >Environment: System: FreeBSD freefall.freebsd.org 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r258318: Mon Nov 18 20:03:35 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: Patch tested with poudrier for 8.4, 9.2 and 11-CURRENT. >How-To-Repeat: >Fix: --- pigz.diff begins here --- Index: archivers/pigz/Makefile =================================================================== --- archivers/pigz/Makefile (revision 334973) +++ archivers/pigz/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pigz -PORTVERSION= 2.3 +PORTVERSION= 2.3.1 CATEGORIES= archivers MASTER_SITES= http://www.zlib.net/pigz/ \ http://freebsd.unixfreunde.de/sources/ @@ -10,11 +10,11 @@ MASTER_SITES= http://www.zlib.net/pigz/ \ MAINTAINER= gslin@gslin.org COMMENT= Parallel GZIP -NO_STAGE= yes USES= gmake +PLIST_FILES= bin/pigz bin/pigzn bin/pigzt bin/unpigz .if !defined(NO_INSTALL_MANPAGES) -MAN1= pigz.1 +PLIST_FILES+= man/man1/pigz.1.gz .endif post-patch: @@ -22,10 +22,10 @@ post-patch: do-install: .for FILE in pigz pigzn pigzt unpigz - ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${PREFIX}/bin + ${INSTALL_PROGRAM} ${WRKSRC}/${FILE} ${STAGEDIR}${PREFIX}/bin .endfor .if !defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/pigz.1 ${MAN1PREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/pigz.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/ .endif .include Index: archivers/pigz/distinfo =================================================================== --- archivers/pigz/distinfo (revision 334973) +++ archivers/pigz/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (pigz-2.3.tar.gz) = 74bbd5962f9420549fc987ddd1ccda692ec2b29d2d612fbbe26edf3fa348ff21 -SIZE (pigz-2.3.tar.gz) = 83636 +SHA256 (pigz-2.3.1.tar.gz) = 629b0ce5422a3978f31742bf8275d0be2f84987140d18f390f1e3b4e46e0af54 +SIZE (pigz-2.3.1.tar.gz) = 86651 Index: archivers/pigz/files/patch-Makefile =================================================================== --- archivers/pigz/files/patch-Makefile (revision 334973) +++ archivers/pigz/files/patch-Makefile (working copy) @@ -1,5 +1,5 @@ ---- ./Makefile.orig 2013-03-03 22:06:35.000000000 -0800 -+++ ./Makefile 2013-06-24 12:59:58.000000000 -0700 +--- ./Makefile.orig 2013-03-10 10:38:22.000000000 -0700 ++++ ./Makefile 2013-11-26 13:32:03.000000000 -0800 @@ -1,5 +1,4 @@ -CC=cc -CFLAGS=-O3 -Wall -Wextra @@ -7,29 +7,3 @@ pigz: pigz.o yarn.o zopfli/deflate.o zopfli/blocksplitter.o zopfli/tree.o zopfli/lz77.o zopfli/cache.o zopfli/hash.o zopfli/util.o zopfli/squeeze.o zopfli/katajainen.o -@@ -30,20 +29,20 @@ - - dev: pigz pigzt pigzn - --pigzt: pigzt.o yarnt.o -- $(CC) -o pigzt pigzt.o yarnt.o -lpthread -lz -+pigzt: pigzt.o yarnt.o zopfli/deflate.o zopfli/blocksplitter.o zopfli/tree.o zopfli/lz77.o zopfli/cache.o zopfli/hash.o zopfli/util.o zopfli/squeeze.o zopfli/katajainen.o -+ $(CC) -o pigzt $^ -lpthread -lz - - pigzt.o: pigz.c yarn.h -- $(CC) -Wall -O3 -DDEBUG -g -c -o pigzt.o pigz.c -+ $(CC) $(CFLAGS) -DDEBUG -g -c -o pigzt.o pigz.c - - yarnt.o: yarn.c yarn.h -- $(CC) -Wall -O3 -DDEBUG -g -c -o yarnt.o yarn.c -+ $(CC) $(CFLAGS) -DDEBUG -g -c -o yarnt.o yarn.c - - pigzn: pigzn.o - $(CC) -o pigzn pigzn.o -lz - - pigzn.o: pigz.c -- $(CC) -Wall -O3 -DDEBUG -DNOTHREAD -g -c -o pigzn.o pigz.c -+ $(CC) $(CFLAGS) -DDEBUG -DNOTHREAD -g -c -o pigzn.o pigz.c - - test: pigz - ./pigz -kf pigz.c ; ./pigz -t pigz.c.gz Index: archivers/pigz/pkg-plist =================================================================== --- archivers/pigz/pkg-plist (revision 334973) +++ archivers/pigz/pkg-plist (working copy) @@ -1,5 +0,0 @@ -@comment $FreeBSD$ -bin/pigz -bin/pigzn -bin/pigzt -bin/unpigz --- pigz.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 22: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 ESMTPS id 3C4A5261; Tue, 26 Nov 2013 22:20:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1529A22CA; Tue, 26 Nov 2013 22: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 rAQMK8IO074653; Tue, 26 Nov 2013 22: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 rAQMK8Vm074651; Tue, 26 Nov 2013 22:20:08 GMT (envelope-from edwin) Date: Tue, 26 Nov 2013 22:20:08 GMT Message-Id: <201311262220.rAQMK8Vm074651@freefall.freebsd.org> To: d@delphij.net, delphij@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184318: [PATCH] Update archivers/pigz to 2.3.1 and stage'ify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Nov 2013 22:20:09 -0000 Synopsis: [PATCH] Update archivers/pigz to 2.3.1 and stage'ify State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Nov 26 22: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=184318 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Nov 26 22: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 ESMTPS id 7B6DD358 for ; Tue, 26 Nov 2013 22:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6AECE2349 for ; Tue, 26 Nov 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 rAQMU1KL076540 for ; Tue, 26 Nov 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 rAQMU1dm076539; Tue, 26 Nov 2013 22:30:01 GMT (envelope-from gnats) Date: Tue, 26 Nov 2013 22:30:01 GMT Message-Id: <201311262230.rAQMU1dm076539@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184318: [PATCH] Update archivers/pigz to 2.3.1 and stage'ify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 26 Nov 2013 22:30:01 -0000 The following reply was made to PR ports/184318; it has been noted by GNATS. From: Edwin Groothuis To: gslin@gslin.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/184318: [PATCH] Update archivers/pigz to 2.3.1 and stage'ify Date: Tue, 26 Nov 2013 22:20:08 UT Maintainer of archivers/pigz, Please note that PR ports/184318 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/184318 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 00: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 ESMTPS id 9A3782B8 for ; Wed, 27 Nov 2013 00:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C7AD2AD8 for ; Wed, 27 Nov 2013 00: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 rAR0o098015656 for ; Wed, 27 Nov 2013 00: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 rAR0o0Ta015655; Wed, 27 Nov 2013 00:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 00:50:00 GMT Resent-Message-Id: <201311270050.rAR0o0Ta015655@freefall.freebsd.org> 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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3369023B for ; Wed, 27 Nov 2013 00:44:06 +0000 (UTC) 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 2331A2AA4 for ; Wed, 27 Nov 2013 00:44: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 rAR0i52S013530 for ; Wed, 27 Nov 2013 00:44:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAR0i5e6013527; Wed, 27 Nov 2013 00:44:05 GMT (envelope-from nobody) Message-Id: <201311270044.rAR0i5e6013527@oldred.freebsd.org> Date: Wed, 27 Nov 2013 00:44:05 GMT From: Ken DEGUCHI To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184319: [maintainer update] ports-mgmt/pkg_replace support pkg-1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 00:50:00 -0000 >Number: 184319 >Category: ports >Synopsis: [maintainer update] ports-mgmt/pkg_replace support pkg-1.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: Wed Nov 27 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ken DEGUCHI >Release: 9.2-STABLE >Organization: TOKOHA University >Environment: FreeBSD lagrange.tokoha-u.ac.jp 9.2-STABLE FreeBSD 9.2-STABLE #111 r258582M: Tue Nov 26 04:38:18 JST 2013 root@lagrange.tokoha-u.ac.jp:/usr/obj/usr/src/sys/LAGRANGE amd64 >Description: pkg_replace can not find installed package with pkg-1.2, because 'pkg info' is querying a file or is a single direct match query then default on '-f'. 'pkg_glob' function in pkg_replace is modified to use 'pkg query' instead of 'pkg info'. >How-To-Repeat: pkg_replace can not find installed package with pkg-1.2. >Fix: 'pkg_glob' function in pkg_replace is modified to use 'pkg query' instead of 'pkg info'. Patch attached with submission follows: diff -ur pkg_replace/Makefile.orig pkg_replace/Makefile --- pkg_replace/Makefile.orig 2013-10-08 07:21:29.731507953 +0900 +++ pkg_replace/Makefile 2013-11-27 09:19:20.927959294 +0900 @@ -3,7 +3,7 @@ PORTNAME= pkg_replace PORTVERSION= 0.8.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ports-mgmt MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_JP} MASTER_SITE_SUBDIR= portutil/22116 diff -ur pkg_replace/distinfo.orig pkg_replace/distinfo --- pkg_replace/distinfo.orig 2013-10-08 07:21:29.752506778 +0900 +++ pkg_replace/distinfo 2013-11-27 09:18:42.974959139 +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_4.patch) = a802706afe92dae8a0cb9db4cf4b15879d57dc67d4376cd6aa2ada83bd7fd02c -SIZE (pkg_replace-0.8.0_4.patch) = 11135 +SHA256 (pkg_replace-0.8.0_5.patch) = ce2a9f44c4592839423fe2098a247d4409b9d3e3d8da2a0b343219dca922be93 +SIZE (pkg_replace-0.8.0_5.patch) = 11168 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 01: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 ESMTPS id 98BCAA7A for ; Wed, 27 Nov 2013 01:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87F612D61 for ; Wed, 27 Nov 2013 01: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 rAR1e1g0027807 for ; Wed, 27 Nov 2013 01: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 rAR1e1rH027806; Wed, 27 Nov 2013 01:40:01 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 01:40:01 GMT Message-Id: <201311270140.rAR1e1rH027806@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?GBK?B?z8SzrA==?= Subject: Re: ports/184312: Graphics/dri-9.1.6_3,2 failed to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: =?GBK?B?z8SzrA==?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 01:40:02 -0000 The following reply was made to PR ports/184312; it has been noted by GNATS. From: =?GBK?B?z8SzrA==?= To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184312: Graphics/dri-9.1.6_3,2 failed to build Date: Wed, 27 Nov 2013 09:01:19 +0800 (CST) ------=_Part_26045_1118412028.1385514079291 Content-Type: text/plain; charset=GBK Content-Transfer-Encoding: base64 VGhpcyBpc3N1ZSBpcyBmaXhlZCB3aXRoIGxhdGVzdCBwb3J0cyB0cmVlIHVwZGF0ZSwgcGxlYXNl IGNsb3NlIGl0LgoKVGhhbmsgeW91Lgo= ------=_Part_26045_1118412028.1385514079291 Content-Type: text/html; charset=GBK Content-Transfer-Encoding: base64 PGRpdiBzdHlsZT0ibGluZS1oZWlnaHQ6MS43O2NvbG9yOiMwMDAwMDA7Zm9udC1zaXplOjE0cHg7 Zm9udC1mYW1pbHk6VGltZXMgTmV3IFJvbWFuIj5UaGlzIGlzc3VlIGlzIGZpeGVkIHdpdGggbGF0 ZXN0IHBvcnRzIHRyZWUgdXBkYXRlLCBwbGVhc2UgY2xvc2UgaXQuPGJyPjxicj5UaGFuayB5b3Uu PGJyPgo8L2Rpdj48YnI+PGJyPjxzcGFuIHRpdGxlPSJuZXRlYXNlZm9vdGVyIj48c3BhbiBpZD0i bmV0ZWFzZV9tYWlsX2Zvb3RlciI+PC9zcGFuPjwvc3Bhbj4= ------=_Part_26045_1118412028.1385514079291-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 01:54: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 ESMTPS id 6913FD3B; Wed, 27 Nov 2013 01:54:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3D6EE2E2D; Wed, 27 Nov 2013 01:54: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 rAR1swpu031376; Wed, 27 Nov 2013 01:54:58 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAR1swlv031375; Wed, 27 Nov 2013 01:54:58 GMT (envelope-from danilo) Date: Wed, 27 Nov 2013 01:54:58 GMT Message-Id: <201311270154.rAR1swlv031375@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184319: [maintainer update] ports-mgmt/pkg_replace support pkg-1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 01:54:58 -0000 Synopsis: [maintainer update] ports-mgmt/pkg_replace support pkg-1.2 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Nov 27 01:54:57 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184319 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 01:55: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 ESMTPS id 3F744D7D; Wed, 27 Nov 2013 01:55:48 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 163BD2E38; Wed, 27 Nov 2013 01:55: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 rAR1tlm1031513; Wed, 27 Nov 2013 01:55:47 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAR1tlr4031512; Wed, 27 Nov 2013 01:55:47 GMT (envelope-from danilo) Date: Wed, 27 Nov 2013 01:55:47 GMT Message-Id: <201311270155.rAR1tlr4031512@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184317: [PATCH] devel/libbegemot: [Staging support] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 01:55:48 -0000 Synopsis: [PATCH] devel/libbegemot: [Staging support] Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Nov 27 01:55:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184317 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 01:56: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 ESMTPS id 41585DCA; Wed, 27 Nov 2013 01:56:22 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 19BC02E53; Wed, 27 Nov 2013 01:56: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 rAR1uLE1031617; Wed, 27 Nov 2013 01:56:21 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAR1uL9t031616; Wed, 27 Nov 2013 01:56:21 GMT (envelope-from danilo) Date: Wed, 27 Nov 2013 01:56:21 GMT Message-Id: <201311270156.rAR1uL9t031616@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184314: [maintainer-update] www/redaxo: update to 4.5.1 (security fixes) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 01:56:22 -0000 Synopsis: [maintainer-update] www/redaxo: update to 4.5.1 (security fixes) Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Nov 27 01:56:21 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184314 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 11: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 ESMTPS id 7F265998 for ; Wed, 27 Nov 2013 11:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5E7F128B3 for ; Wed, 27 Nov 2013 11: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 rARBA0Ml097716 for ; Wed, 27 Nov 2013 11: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 rARBA0rg097715; Wed, 27 Nov 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 11:10:00 GMT Resent-Message-Id: <201311271110.rARBA0rg097715@freefall.freebsd.org> 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 ESMTPS id 3AD2D8C7 for ; Wed, 27 Nov 2013 11:03:12 +0000 (UTC) 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 1011D286F for ; Wed, 27 Nov 2013 11:03: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 rARB3Bme082666 for ; Wed, 27 Nov 2013 11:03:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARB3BoZ082658; Wed, 27 Nov 2013 11:03:11 GMT (envelope-from nobody) Message-Id: <201311271103.rARB3BoZ082658@oldred.freebsd.org> Date: Wed, 27 Nov 2013 11:03:11 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184322: [NEW PORT] net-p2p/bitmessage: Secured messaging client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 11:10:00 -0000 >Number: 184322 >Category: ports >Synopsis: [NEW PORT] net-p2p/bitmessage: Secured messaging client >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 Nov 27 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 9.2 >Organization: n/a >Environment: >Description: This is a port for the bitmessage client. https://bitmessage.org Please note that even though this is the python app, it doesn't use any python dependency modules for security reasons (to avoid external code as dependencies). Also it doesn't use python project build style (setup.py). It contains all needed dependency code. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: net-p2p/bitmessage/Makefile =================================================================== --- net-p2p/bitmessage/Makefile (revision 0) +++ net-p2p/bitmessage/Makefile (working copy) @@ -0,0 +1,34 @@ +# Created by: Yuri Victorovich +# $FreeBSD$ + +PORTNAME= bitmessage +PORTVERSION= 0.4.1 +#PORTREVISION= 0 +CATEGORIES= net-p2p +MASTER_SITES= GH + +USE_GITHUB= yes +GH_ACCOUNT= Bitmessage +GH_PROJECT= PyBitmessage +GH_COMMIT= e21fdb4 +GH_TAGNAME= v${PORTVERSION} + +MAINTAINER= yuri@tsoft.com +COMMENT= Secure P2P communications client + +GNU_CONFIGURE= no +USE_OPENSSL= yes +USE_PYTHON= yes + +NO_STAGE= yes + +pre-install: + @(cd ${WRKSRC} && \ + ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ + -d ${WRKSRC} -f ${WRKSRC} && \ + ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ + -d ${WRKSRC} -f ${WRKSRC} && \ + ${RM} ${WRKSRC}/src/shared.py.orig) + +.include +.include Property changes on: net-p2p/bitmessage/Makefile ___________________________________________________________________ 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 Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Index: net-p2p/bitmessage/distinfo =================================================================== --- net-p2p/bitmessage/distinfo (revision 0) +++ net-p2p/bitmessage/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (bitmessage-0.4.1.tar.gz) = 76dfb7512404de05cad83cb06209a550daf2b960a1a8f739b4f2059d3ecb47df +SIZE (bitmessage-0.4.1.tar.gz) = 408989 Property changes on: net-p2p/bitmessage/distinfo ___________________________________________________________________ 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: net-p2p/bitmessage/files/patch-shared.py =================================================================== --- net-p2p/bitmessage/files/patch-shared.py (revision 0) +++ net-p2p/bitmessage/files/patch-shared.py (working copy) @@ -0,0 +1,14 @@ +--- src/shared.py ++++ src/shared.py +@@ -347,6 +347,11 @@ def checkSensitiveFilePermissions(filename): + # TODO: This might deserve extra checks by someone familiar with + # Windows systems. + return True ++ elif sys.platform[:7] == 'freebsd': ++ # FreeBSD file systems are the same as major Linux file systems ++ present_permissions = os.stat(filename)[0] ++ disallowed_permissions = stat.S_IRWXG | stat.S_IRWXO ++ return present_permissions & disallowed_permissions == 0 + else: + try: + # Skip known problems for non-Win32 filesystems without POSIX permissions. Property changes on: net-p2p/bitmessage/files/patch-shared.py ___________________________________________________________________ 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 Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: net-p2p/bitmessage/pkg-descr =================================================================== --- net-p2p/bitmessage/pkg-descr (revision 0) +++ net-p2p/bitmessage/pkg-descr (working copy) @@ -0,0 +1,3 @@ +Bitmessage is a decentralized, encrypted, peer-to-peer, trustless communications protocol that can be used by one person to send encrypted messages to another person, or to multiple subscribers. Bitmessage encrypts each users' message inbox using strong encryption and replicates it inside its P2P network mixing it with inboxes of other users in order to conceal user's identity, prevent eavesdropping and protect the network from any control. The Bitmessage communication protocol avoids sender-spoofing through strong authentication, and hides metadata from wiretapping systems. + +https://bitmessage.org/ Property changes on: net-p2p/bitmessage/pkg-descr ___________________________________________________________________ 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: net-p2p/bitmessage/pkg-plist =================================================================== --- net-p2p/bitmessage/pkg-plist (revision 0) +++ net-p2p/bitmessage/pkg-plist (working copy) @@ -0,0 +1,215 @@ +bin/pybitmessage +share/man/man1/pybitmessage.1.gz +share/pybitmessage/bitmessageqt/about.py +share/pybitmessage/bitmessageqt/about.pyc +share/pybitmessage/bitmessageqt/about.pyo +share/pybitmessage/bitmessageqt/about.ui +share/pybitmessage/bitmessageqt/addpeer.ui +share/pybitmessage/bitmessageqt/bitmessage_icons.qrc +share/pybitmessage/bitmessageqt/bitmessage_icons_rc.py +share/pybitmessage/bitmessageqt/bitmessage_icons_rc.pyc +share/pybitmessage/bitmessageqt/bitmessage_icons_rc.pyo +share/pybitmessage/bitmessageqt/bitmessageui.py +share/pybitmessage/bitmessageqt/bitmessageui.pyc +share/pybitmessage/bitmessageqt/bitmessageui.pyo +share/pybitmessage/bitmessageqt/bitmessageui.ui +share/pybitmessage/bitmessageqt/connect.py +share/pybitmessage/bitmessageqt/connect.pyc +share/pybitmessage/bitmessageqt/connect.pyo +share/pybitmessage/bitmessageqt/connect.ui +share/pybitmessage/bitmessageqt/help.py +share/pybitmessage/bitmessageqt/help.pyc +share/pybitmessage/bitmessageqt/help.pyo +share/pybitmessage/bitmessageqt/help.ui +share/pybitmessage/bitmessageqt/iconglossary.py +share/pybitmessage/bitmessageqt/iconglossary.pyc +share/pybitmessage/bitmessageqt/iconglossary.pyo +share/pybitmessage/bitmessageqt/iconglossary.ui +share/pybitmessage/bitmessageqt/newaddressdialog.py +share/pybitmessage/bitmessageqt/newaddressdialog.pyc +share/pybitmessage/bitmessageqt/newaddressdialog.pyo +share/pybitmessage/bitmessageqt/newaddressdialog.ui +share/pybitmessage/bitmessageqt/newchandialog.py +share/pybitmessage/bitmessageqt/newchandialog.pyc +share/pybitmessage/bitmessageqt/newchandialog.pyo +share/pybitmessage/bitmessageqt/newchandialog.ui +share/pybitmessage/bitmessageqt/newsubscriptiondialog.py +share/pybitmessage/bitmessageqt/newsubscriptiondialog.pyc +share/pybitmessage/bitmessageqt/newsubscriptiondialog.pyo +share/pybitmessage/bitmessageqt/newsubscriptiondialog.ui +share/pybitmessage/bitmessageqt/settings.py +share/pybitmessage/bitmessageqt/settings.pyc +share/pybitmessage/bitmessageqt/settings.pyo +share/pybitmessage/bitmessageqt/settings.ui +share/pybitmessage/bitmessageqt/regenerateaddresses.py +share/pybitmessage/bitmessageqt/regenerateaddresses.pyc +share/pybitmessage/bitmessageqt/regenerateaddresses.pyo +share/pybitmessage/bitmessageqt/regenerateaddresses.ui +share/pybitmessage/bitmessageqt/specialaddressbehavior.py +share/pybitmessage/bitmessageqt/specialaddressbehavior.pyc +share/pybitmessage/bitmessageqt/specialaddressbehavior.pyo +share/pybitmessage/bitmessageqt/specialaddressbehavior.ui +share/pybitmessage/bitmessageqt/wanlan.ui +share/pybitmessage/bitmessageqt/__init__.py +share/pybitmessage/bitmessageqt/__init__.pyc +share/pybitmessage/bitmessageqt/__init__.pyo +@dirrm share/pybitmessage/bitmessageqt +share/pybitmessage/pyelliptic/README.md +share/pybitmessage/pyelliptic/__init__.py +share/pybitmessage/pyelliptic/__init__.pyc +share/pybitmessage/pyelliptic/__init__.pyo +share/pybitmessage/pyelliptic/arithmetic.py +share/pybitmessage/pyelliptic/arithmetic.pyc +share/pybitmessage/pyelliptic/arithmetic.pyo +share/pybitmessage/pyelliptic/cipher.py +share/pybitmessage/pyelliptic/cipher.pyc +share/pybitmessage/pyelliptic/cipher.pyo +share/pybitmessage/pyelliptic/ecc.py +share/pybitmessage/pyelliptic/ecc.pyc +share/pybitmessage/pyelliptic/ecc.pyo +share/pybitmessage/pyelliptic/hash.py +share/pybitmessage/pyelliptic/hash.pyc +share/pybitmessage/pyelliptic/hash.pyo +share/pybitmessage/pyelliptic/openssl.py +share/pybitmessage/pyelliptic/openssl.pyc +share/pybitmessage/pyelliptic/openssl.pyo +share/pybitmessage/pyelliptic/LICENSE +@dirrm share/pybitmessage/pyelliptic +share/pybitmessage/socks/BUGS +share/pybitmessage/socks/LICENSE +share/pybitmessage/socks/README +share/pybitmessage/socks/__init__.py +share/pybitmessage/socks/__init__.pyc +share/pybitmessage/socks/__init__.pyo +@dirrm share/pybitmessage/socks +share/pybitmessage/shared.py +share/pybitmessage/shared.pyc +share/pybitmessage/shared.pyo +share/pybitmessage/proofofwork.py +share/pybitmessage/proofofwork.pyc +share/pybitmessage/proofofwork.pyo +share/pybitmessage/namecoin.py +share/pybitmessage/namecoin.pyc +share/pybitmessage/namecoin.pyo +share/pybitmessage/message_data_reader.py +share/pybitmessage/message_data_reader.pyc +share/pybitmessage/message_data_reader.pyo +share/pybitmessage/highlevelcrypto.py +share/pybitmessage/highlevelcrypto.pyc +share/pybitmessage/highlevelcrypto.pyo +share/pybitmessage/helper_startup.py +share/pybitmessage/helper_startup.pyc +share/pybitmessage/helper_startup.pyo +share/pybitmessage/helper_sql.py +share/pybitmessage/helper_sql.pyc +share/pybitmessage/helper_sql.pyo +share/pybitmessage/helper_sent.py +share/pybitmessage/helper_sent.pyc +share/pybitmessage/helper_sent.pyo +share/pybitmessage/tr.py +share/pybitmessage/tr.pyc +share/pybitmessage/tr.pyo +share/pybitmessage/helper_inbox.py +share/pybitmessage/helper_inbox.pyc +share/pybitmessage/helper_inbox.pyo +share/pybitmessage/helper_generic.py +share/pybitmessage/helper_generic.pyc +share/pybitmessage/helper_generic.pyo +share/pybitmessage/helper_bootstrap.py +share/pybitmessage/helper_bootstrap.pyc +share/pybitmessage/helper_bootstrap.pyo +share/pybitmessage/helper_bitcoin.py +share/pybitmessage/helper_bitcoin.pyc +share/pybitmessage/helper_bitcoin.pyo +share/pybitmessage/defaultKnownNodes.py +share/pybitmessage/defaultKnownNodes.pyc +share/pybitmessage/defaultKnownNodes.pyo +share/pybitmessage/debug.py +share/pybitmessage/debug.pyc +share/pybitmessage/debug.pyo +share/pybitmessage/class_sqlThread.py +share/pybitmessage/class_sqlThread.pyc +share/pybitmessage/class_sqlThread.pyo +share/pybitmessage/class_singleWorker.py +share/pybitmessage/class_singleWorker.pyc +share/pybitmessage/class_singleWorker.pyo +share/pybitmessage/class_singleListener.py +share/pybitmessage/class_singleListener.pyc +share/pybitmessage/class_singleListener.pyo +share/pybitmessage/build_osx.py +share/pybitmessage/build_osx.pyc +share/pybitmessage/build_osx.pyo +share/pybitmessage/class_singleCleaner.py +share/pybitmessage/class_singleCleaner.pyc +share/pybitmessage/class_singleCleaner.pyo +share/pybitmessage/class_sendDataThread.py +share/pybitmessage/class_sendDataThread.pyc +share/pybitmessage/class_sendDataThread.pyo +share/pybitmessage/class_receiveDataThread.py +share/pybitmessage/class_receiveDataThread.pyc +share/pybitmessage/class_receiveDataThread.pyo +share/pybitmessage/class_outgoingSynSender.py +share/pybitmessage/class_outgoingSynSender.pyc +share/pybitmessage/class_outgoingSynSender.pyo +share/pybitmessage/class_objectHashHolder.py +share/pybitmessage/class_objectHashHolder.pyc +share/pybitmessage/class_objectHashHolder.pyo +share/pybitmessage/class_addressGenerator.py +share/pybitmessage/class_addressGenerator.pyc +share/pybitmessage/class_addressGenerator.pyo +share/pybitmessage/bitmessagemain.py +share/pybitmessage/bitmessagemain.pyc +share/pybitmessage/bitmessagemain.pyo +share/pybitmessage/api_client.py +share/pybitmessage/api_client.pyc +share/pybitmessage/api_client.pyo +share/pybitmessage/addresses.py +share/pybitmessage/addresses.pyc +share/pybitmessage/addresses.pyo +share/pybitmessage/singleton.py +share/pybitmessage/singleton.pyc +share/pybitmessage/singleton.pyo +share/pybitmessage/images/yellowicon.png +share/pybitmessage/images/bitmessage.icns +share/pybitmessage/images/blacklist.png +share/pybitmessage/images/can-icon-16px.png +share/pybitmessage/images/can-icon-24px-green.png +share/pybitmessage/images/can-icon-24px-red.png +share/pybitmessage/images/can-icon-24px-yellow.png +share/pybitmessage/images/can-icon-24px.png +share/pybitmessage/images/can-icon.ico +share/pybitmessage/images/greenicon.png +share/pybitmessage/images/identities.png +share/pybitmessage/images/inbox.png +share/pybitmessage/images/networkstatus.png +share/pybitmessage/images/redicon.png +share/pybitmessage/images/send.png +share/pybitmessage/images/sent.png +share/pybitmessage/images/subscriptions.png +share/pybitmessage/images/addressbook.png +@dirrm share/pybitmessage/images +share/pybitmessage/translations/bitmessage_ru.ts +share/pybitmessage/translations/bitmessage_de.qm +share/pybitmessage/translations/bitmessage_de.ts +share/pybitmessage/translations/bitmessage_en_pirate.pro +share/pybitmessage/translations/bitmessage_en_pirate.qm +share/pybitmessage/translations/bitmessage_en_pirate.ts +share/pybitmessage/translations/bitmessage_eo.pro +share/pybitmessage/translations/bitmessage_eo.qm +share/pybitmessage/translations/bitmessage_eo.ts +share/pybitmessage/translations/bitmessage_fr.pro +share/pybitmessage/translations/bitmessage_fr.qm +share/pybitmessage/translations/bitmessage_fr.ts +share/pybitmessage/translations/bitmessage_ru.pro +share/pybitmessage/translations/bitmessage_ru.qm +share/pybitmessage/translations/bitmessage_de.pro +@dirrm share/pybitmessage/translations +@dirrm share/pybitmessage +share/applications/pybitmessage.desktop +share/icons/hicolor/24x24/apps/pybitmessage.png +@dirrmtry share/applications +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor Property changes on: net-p2p/bitmessage/pkg-plist ___________________________________________________________________ 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 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 11: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 ESMTPS id 9EE2C9CE; Wed, 27 Nov 2013 11:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7832028B8; Wed, 27 Nov 2013 11: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 rARBA81v097863; Wed, 27 Nov 2013 11: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 rARBA8lf097862; Wed, 27 Nov 2013 11:10:08 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 11:10:08 GMT Message-Id: <201311271110.rARBA8lf097862@freefall.freebsd.org> To: uffe@uffe.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184323: mail/mess822: package should not be restricted anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 11:10:08 -0000 Synopsis: mail/mess822: package should not be restricted anymore State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Nov 27 11:10:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184323 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 11: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 ESMTPS id 0B53799A for ; Wed, 27 Nov 2013 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C85A328B5 for ; Wed, 27 Nov 2013 11: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 rARBA0ms097761 for ; Wed, 27 Nov 2013 11: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 rARBA0ub097753; Wed, 27 Nov 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 11:10:00 GMT Resent-Message-Id: <201311271110.rARBA0ub097753@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Uffe Jakobsen Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 69C8A930 for ; Wed, 27 Nov 2013 11:06:03 +0000 (UTC) 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 59DB42892 for ; Wed, 27 Nov 2013 11:06:03 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rARB625V034385 for ; Wed, 27 Nov 2013 11:06:02 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARB62P2034380; Wed, 27 Nov 2013 11:06:02 GMT (envelope-from nobody) Message-Id: <201311271106.rARB62P2034380@oldred.freebsd.org> Date: Wed, 27 Nov 2013 11:06:02 GMT From: Uffe Jakobsen To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184323: mail/mess822: package should not be restricted anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 11:10:01 -0000 >Number: 184323 >Category: ports >Synopsis: mail/mess822: package should not be restricted anymore >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 Nov 27 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Uffe Jakobsen >Release: 9.2-RELEASE >Organization: >Environment: NA >Description: port mail/mess822 should not be restricted anymore As of 2011.02.05 the license was changed for mess822-0.58 See: http://cr.yp.to/distributors.html Quote the above webpage: What are the distribution terms for mess822? 2011.02.05: I hereby place the mess822 package (in particular, mess822-0.58.tar.gz, with MD5 checksum 8ce4c29c994a70dcaa30140601213dbe) into the public domain. The package is no longer copyrighted. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 11: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 ESMTPS id 5BA43BF6 for ; Wed, 27 Nov 2013 11:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B8B12952 for ; Wed, 27 Nov 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 rARBK1Xv000864 for ; Wed, 27 Nov 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 rARBK1I9000862; Wed, 27 Nov 2013 11:20:01 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 11:20:01 GMT Message-Id: <201311271120.rARBK1I9000862@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184323: mail/mess822: package should not be restricted anymore X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 11:20:01 -0000 The following reply was made to PR ports/184323; it has been noted by GNATS. From: Edwin Groothuis To: drs@rucus.ru.ac.za Cc: bug-followup@FreeBSD.org Subject: Re: ports/184323: mail/mess822: package should not be restricted anymore Date: Wed, 27 Nov 2013 11:10:07 UT Maintainer of mail/mess822, Please note that PR ports/184323 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/184323 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 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 ESMTPS id 2136E3F0 for ; Wed, 27 Nov 2013 12:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 03D532DCD for ; Wed, 27 Nov 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 rARCo0KR021450 for ; Wed, 27 Nov 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 rARCo0xm021449; Wed, 27 Nov 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 12:50:00 GMT Resent-Message-Id: <201311271250.rARCo0xm021449@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rodrigo Osorio Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D36CF26A for ; Wed, 27 Nov 2013 12:40:20 +0000 (UTC) Received: from smtp1-g21.free.fr (smtp1-g21.free.fr [IPv6:2a01:e0c:1:1599::10]) by mx1.freebsd.org (Postfix) with ESMTP id 6A9402D4C for ; Wed, 27 Nov 2013 12:40:18 +0000 (UTC) Received: from oldfaithful.bebik.local (unknown [82.227.164.69]) by smtp1-g21.free.fr (Postfix) with ESMTP id 3678B94020E for ; Wed, 27 Nov 2013 13:40:12 +0100 (CET) Received: by oldfaithful.bebik.local (Postfix, from userid 1001) id 7CB83890440; Wed, 27 Nov 2013 13:32:31 +0100 (CET) Message-Id: <20131127123231.7CB83890440@oldfaithful.bebik.local> Date: Wed, 27 Nov 2013 13:32:31 +0100 (CET) From: Rodrigo Osorio To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184325: net/tcpdump and net/libpcap port upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Rodrigo Osorio List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 12:50:01 -0000 >Number: 184325 >Category: ports >Synopsis: net/tcpdump and net/libpcap port upgrade >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: Wed Nov 27 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rodrigo (ros) OSORIO >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD sisko 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 07:46:30 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update tcpdump from 4.4.0 to 4.5.1 Update libpcap from 1.4.0 to 1.5.1 Latest tcpdump releases commes with an new switch (-P) to filter the direction of the capture performed by tcpdump : in/out/inout. This feature is required at work for our testbed. The tcpdump compiles and works without error or warning after upgrade. I also remove NO_STAGE flag and fix install path, tcpdump and libpcat are stage ready ! >How-To-Repeat: >Fix: --- tcpdump-4.5.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 334952) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tcpdump -PORTVERSION= 4.4.0 +PORTVERSION= 4.5.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ @@ -29,12 +29,13 @@ USER_DESC= Drop privileges to nobody CHROOT_DESC= Chroot to /var/run/tcpdump (set CHROOTDIR to change) -NO_STAGE= yes .include # The --without-crypto flag needs to be explicitly specified. The # configure script gets confused if you specify --with-crypto and # thinks this means you *don't* want crypto. # + +CONFIGURE_ARGS+= --enable-pcap_setdirection --with-pcap_setdirection .if ${PORT_OPTIONS:MCRYPTO} USE_OPENSSL= yes .else @@ -72,7 +73,7 @@ @${REINPLACE_CMD} -e "s,\./\.\./${LIBPCAP_FORCE_VER}/libpcap\.a,${LOCALBASE}/lib/libpcap.so.1," ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${PREFIX}/sbin - ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${MAN1PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/tcpdump ${STAGEDIR}${PREFIX}/sbin + ${INSTALL_MAN} ${WRKSRC}/tcpdump.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 .include Index: distinfo =================================================================== --- distinfo (revision 334952) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tcpdump-4.4.0.tar.gz) = 12274bed2cb89098dadf00a022b4d40853c5108369f3b3117aedf21ec61530bd -SIZE (tcpdump-4.4.0.tar.gz) = 915381 +SHA256 (tcpdump-4.5.1.tar.gz) = 14ab39657128f3a650aed4cf455f76c7590601087b6101c253d698f6e73f0b96 +SIZE (tcpdump-4.5.1.tar.gz) = 1024455 --- tcpdump-4.5.1.patch ends here --- --- libpcap-1.5.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 334952) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libpcap -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.1 CATEGORIES= net ipv6 MASTER_SITES= http://www.tcpdump.org/release/ @@ -114,7 +114,7 @@ OPTIONS_DEFAULT= IPV6 -NO_STAGE= yes +#NO_STAGE= yes .include .if ${PORT_OPTIONS:MIPV6} Index: distinfo =================================================================== --- distinfo (revision 334952) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libpcap-1.4.0.tar.gz) = 7c6a2a4f71e8ab09804e6b4fb3aff998c5583108ac42c0e2967eee8e1dbc7406 -SIZE (libpcap-1.4.0.tar.gz) = 619045 +SHA256 (libpcap-1.5.1.tar.gz) = 259db4fe1e9f0b6b9c43a057ec5916dec7d0a821b00d6d6c4dff7db2445fa7e4 +SIZE (libpcap-1.5.1.tar.gz) = 640233 Index: files/patch-Makefile.in =================================================================== --- files/patch-Makefile.in (revision 334952) +++ files/patch-Makefile.in (working copy) @@ -1,6 +1,6 @@ ---- ./Makefile.in.orig 2012-01-07 23:10:56.713381055 -0500 -+++ ./Makefile.in 2012-01-07 23:10:38.819379443 -0500 -@@ -548,52 +548,19 @@ +--- Makefile.in.orig ++++ Makefile.in +@@ -564,49 +564,19 @@ $(DESTDIR)$(includedir)/$$i; done [ -d $(DESTDIR)$(bindir) ] || \ (mkdir -p $(DESTDIR)$(bindir); chmod 755 $(DESTDIR)$(bindir)) @@ -19,42 +19,39 @@ + j=$$(echo $$i | sed -e 's/3pcap/3/') ; \ $(INSTALL_DATA) $$i \ - $(DESTDIR)$(mandir)/man3/$$i; done -- rm -f $(DESTDIR)$(mandir)/man3/pcap_datalink_val_to_description.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_datalink_val_to_name.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_datalink_val_to_description.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_dump_fopen.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_dump_open.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_dump_fopen.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_freealldevs.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_findalldevs.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_freealldevs.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_perror.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_geterr.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_perror.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_sendpacket.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_inject.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_sendpacket.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_free_datalinks.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_list_datalinks.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_free_datalinks.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_free_tstamp_types.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_list_tstamp_types.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_free_tstamp_types.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_dispatch.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_loop.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_dispatch.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_minor_version.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_major_version.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_minor_version.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_next.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_next_ex.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_next.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_fopen_offline.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_open_offline.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_fopen_offline.3pcap -- rm -f $(DESTDIR)$(mandir)/man3/pcap_getnonblock.3pcap -- ln $(DESTDIR)$(mandir)/man3/pcap_setnonblock.3pcap \ -- $(DESTDIR)$(mandir)/man3/pcap_getnonblock.3pcap +- (cd $(DESTDIR)$(mandir)/man3 && \ +- rm -f pcap_datalink_val_to_description.3pcap && \ +- $(LN_S) pcap_datalink_val_to_name.3pcap \ +- pcap_datalink_val_to_description.3pcap && \ +- rm -f pcap_dump_fopen.3pcap && \ +- $(LN_S) pcap_dump_open.3pcap pcap_dump_fopen.3pcap && \ +- rm -f pcap_freealldevs.3pcap && \ +- $(LN_S) pcap_findalldevs.3pcap pcap_freealldevs.3pcap && \ +- rm -f pcap_perror.3pcap && \ +- $(LN_S) pcap_geterr.3pcap pcap_perror.3pcap && \ +- rm -f pcap_sendpacket.3pcap && \ +- $(LN_S) pcap_inject.3pcap pcap_sendpacket.3pcap && \ +- rm -f pcap_free_datalinks.3pcap && \ +- $(LN_S) pcap_list_datalinks.3pcap pcap_free_datalinks.3pcap && \ +- rm -f pcap_free_tstamp_types.3pcap && \ +- $(LN_S) pcap_list_tstamp_types.3pcap pcap_free_tstamp_types.3pcap && \ +- rm -f pcap_dispatch.3pcap && \ +- $(LN_S) pcap_loop.3pcap pcap_dispatch.3pcap && \ +- rm -f pcap_minor_version.3pcap && \ +- $(LN_S) pcap_major_version.3pcap pcap_minor_version.3pcap && \ +- rm -f pcap_next.3pcap && \ +- $(LN_S) pcap_next_ex.3pcap pcap_next.3pcap && \ +- rm -f pcap_open_dead_with_tstamp_precision.3pcap && \ +- $(LN_S) pcap_open_dead.3pcap \ +- pcap_open_dead_with_tstamp_precision.3pcap && \ +- rm -f pcap_open_offline_with_tstamp_precision.3pcap && \ +- $(LN_S) pcap_open_offline.3pcap pcap_open_offline_with_tstamp_precision.3pcap && \ +- rm -f pcap_fopen_offline.3pcap && \ +- $(LN_S) pcap_open_offline.3pcap pcap_fopen_offline.3pcap && \ +- rm -f pcap_fopen_offline_with_tstamp_precision.3pcap && \ +- $(LN_S) pcap_open_offline.3pcap pcap_fopen_offline_with_tstamp_precision.3pcap && \ +- rm -f pcap_getnonblock.3pcap && \ +- $(LN_S) pcap_setnonblock.3pcap pcap_getnonblock.3pcap) + $(DESTDIR)$(mandir)/man3/$$j; done for i in $(MANFILE); do \ $(INSTALL_DATA) `echo $$i | sed 's/.manfile.in/.manfile/'` \ --- libpcap-1.5.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 12: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 ESMTPS id C6568421; Wed, 27 Nov 2013 12:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9FE352DF4; Wed, 27 Nov 2013 12: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 rARCo9WH021581; Wed, 27 Nov 2013 12: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 rARCo9NA021580; Wed, 27 Nov 2013 12:50:09 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 12:50:09 GMT Message-Id: <201311271250.rARCo9NA021580@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184325: net/tcpdump and net/libpcap port upgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 12:50:09 -0000 Synopsis: net/tcpdump and net/libpcap port upgrade Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 27 12:50:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184325 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 13:08:59 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id 3553BB7E; Wed, 27 Nov 2013 13:08:59 +0000 (UTC) Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [IPv6:2a01:e0c:1:1599::15]) by mx1.freebsd.org (Postfix) with ESMTP id 7BBA52F03; Wed, 27 Nov 2013 13:08:56 +0000 (UTC) Received: from oldfaithful.bebik.local (unknown [82.227.164.69]) by smtp6-g21.free.fr (Postfix) with ESMTP id DB71682281; Wed, 27 Nov 2013 14:08:51 +0100 (CET) Received: by oldfaithful.bebik.local (Postfix, from userid 1001) id 4540F890ACD; Wed, 27 Nov 2013 14:01:10 +0100 (CET) Date: Wed, 27 Nov 2013 14:01:10 +0100 From: Rodrigo Osorio To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/184325: net/tcpdump and net/libpcap port upgrade Message-ID: <20131127130110.GD54435@oldfaithful.bebik.local> References: <20131127123231.7CB83890440@oldfaithful.bebik.local> <201311271250.rARCo07s021437@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201311271250.rARCo07s021437@freefall.freebsd.org> User-Agent: Mutt/1.4.2.3i X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 13:08:59 -0000 Oups! I comment but forgot to remove NO_STAGE in libpcap. From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 13: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 ESMTPS id A4E88D6D for ; Wed, 27 Nov 2013 13:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 840DE2F24 for ; Wed, 27 Nov 2013 13: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 rARDA0DA025394 for ; Wed, 27 Nov 2013 13: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 rARDA05q025393; Wed, 27 Nov 2013 13:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 13:10:00 GMT Resent-Message-Id: <201311271310.rARDA05q025393@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Ritter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B079B857 for ; Wed, 27 Nov 2013 13:00:52 +0000 (UTC) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A40B2E83 for ; Wed, 27 Nov 2013 13:00:51 +0000 (UTC) Received: from fwd08.aul.t-online.de (fwd08.aul.t-online.de ) by mailout04.t-online.de with smtp id 1VlejZ-0003Ki-Im; Wed, 27 Nov 2013 14:00:49 +0100 Received: from mailout.charlieroot.de (Z4x3SUZToh6zzSL3kXJB9xBNGfywuIvG1z2ehQonXPTkr2tkS0Fr-QM5T2whPgWwV0@[79.251.145.108]) by fwd08.aul.t-online.de with esmtp id 1VlejV-4EK6fw0; Wed, 27 Nov 2013 14:00:45 +0100 Received: from BSDHelmut964.charlieroot.de (bsdhelmut964.charlieroot.de [192.168.124.202]) by mailout.charlieroot.de (Postfix) with ESMTP id E2B2461FC7 for ; Wed, 27 Nov 2013 14:00:36 +0100 (CET) Received: by BSDHelmut964.charlieroot.de (Postfix, from userid 1001) id CC0701828A; Wed, 27 Nov 2013 14:00:36 +0100 (CET) Message-Id: <20131127130036.CC0701828A@BSDHelmut964.charlieroot.de> Date: Wed, 27 Nov 2013 14:00:36 +0100 (CET) From: Helmut Ritter To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184326: [MAINTAINER] www/typo3: update to 6.1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 13:10:00 -0000 >Number: 184326 >Category: ports >Synopsis: [MAINTAINER] www/typo3: update to 6.1.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Nov 27 13:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Helmut Ritter >Release: FreeBSD 9.1-RELEASE-p8 amd64 >Organization: >Environment: System: FreeBSD BSDHelmut964.charlieroot.de 9.1-RELEASE-p8 FreeBSD 9.1-RELEASE-p8 #8 r257840: Fri Nov 8 13:10:55 >Description: - Update to 6.1.6 - Maintenance release and bug fixes - http://typo3.org/news/article/typo3-cms-4531-4716-6011-and-616-released/ Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- typo3-6.1.6.patch begins here --- diff -ruN ../typo3.org/Makefile ./Makefile --- ../typo3.org/Makefile 2013-09-21 09:54:53.000000000 +0200 +++ ./Makefile 2013-11-27 13:46:52.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/typo3/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= typo3 -PORTVERSION= 6.1.5 +PORTVERSION= 6.1.6 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff -ruN ../typo3.org/distinfo ./distinfo --- ../typo3.org/distinfo 2013-09-14 15:20:35.000000000 +0200 +++ ./distinfo 2013-11-27 13:47:05.000000000 +0100 @@ -1,4 +1,4 @@ -SHA256 (typo3_src-6.1.5.tar.gz) = 0b4028414a41264089fa35fd9c8377728f6044a04fc7ce5737f82ca0e6cee99b -SIZE (typo3_src-6.1.5.tar.gz) = 21129505 -SHA256 (dummy-6.1.5.tar.gz) = 73c889f202df82b3c12cc4c2cac03dcfb6d50c882d0b5d639368ee3dc2ad5407 -SIZE (dummy-6.1.5.tar.gz) = 9814 +SHA256 (typo3_src-6.1.6.tar.gz) = b2b642dce479b88419a719b50518544b20b17fef58fe7de6a666bdf0d160dfd5 +SIZE (typo3_src-6.1.6.tar.gz) = 21141976 +SHA256 (dummy-6.1.6.tar.gz) = 59bafa6e4202df2f223e026eb9d8f4909c76db9a6133ebc21121806cb291a973 +SIZE (dummy-6.1.6.tar.gz) = 9817 diff -ruN ../typo3.org/pkg-plist ./pkg-plist --- ../typo3.org/pkg-plist 2013-09-14 15:22:05.000000000 +0200 +++ ./pkg-plist 2013-11-27 13:49:42.000000000 +0100 @@ -4174,6 +4174,7 @@ %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/EmailViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri/ExternalViewHelperTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/ViewHelperBaseTestcase.php +%%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller/PaginateControllerTest.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_emconf.php %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_icon.gif %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/ext_localconf.php @@ -9847,6 +9848,8 @@ @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes/Controller @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form/Classes @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/form +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget/Controller +@dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Widget @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Uri @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Security @dirrm %%WWWDIR%%_src-%%PORTVERSION%%/typo3/sysext/fluid/Tests/Unit/ViewHelpers/Link --- typo3-6.1.6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 13:17: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 ESMTPS id E7F74FA1; Wed, 27 Nov 2013 13:17:48 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BEB862FA5; Wed, 27 Nov 2013 13:17: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 rARDHmlv028097; Wed, 27 Nov 2013 13:17:48 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARDHmkJ028096; Wed, 27 Nov 2013 13:17:48 GMT (envelope-from jadawin) Date: Wed, 27 Nov 2013 13:17:48 GMT Message-Id: <201311271317.rARDHmkJ028096@freefall.freebsd.org> To: tkato432@yahoo.com, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184238: biology/lagan: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 13:17:49 -0000 Synopsis: biology/lagan: Fix build State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Wed Nov 27 13:17:48 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=184238 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 13: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 ESMTPS id 0AB3276 for ; Wed, 27 Nov 2013 13:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EC9F42FBF for ; Wed, 27 Nov 2013 13: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 rARDK1fR028226 for ; Wed, 27 Nov 2013 13: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 rARDK1vl028225; Wed, 27 Nov 2013 13:20:01 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 13:20:01 GMT Message-Id: <201311271320.rARDK1vl028225@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184238: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 27 Nov 2013 13:20:02 -0000 The following reply was made to PR ports/184238; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184238: commit references a PR Date: Wed, 27 Nov 2013 13:16:55 +0000 (UTC) Author: jadawin Date: Wed Nov 27 13:16:47 2013 New Revision: 335011 URL: http://svnweb.freebsd.org/changeset/ports/335011 Log: - Fix build - Support STAGEDIR PR: ports/184238 Submitted by: KATO Tsuguru Added: head/biology/lagan/files/patch-src__glocal__rightinfluence.cpp (contents, props changed) Modified: head/biology/lagan/Makefile Modified: head/biology/lagan/Makefile ============================================================================== --- head/biology/lagan/Makefile Wed Nov 27 12:54:54 2013 (r335010) +++ head/biology/lagan/Makefile Wed Nov 27 13:16:47 2013 (r335011) @@ -39,7 +39,6 @@ SCRIPTUTILS= cmerge2.pl draft.pl mextrac READMES= README.FIRST README.chaos README.lagan README.mlagan \ README.tools README.shuffle -NO_STAGE= yes post-patch: @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ '/^CC/s|^|#| ; \ @@ -47,26 +46,27 @@ post-patch: s|$$(CC) -o|$$(CC) $$(CFLAGS) -o| ; \ s|$$(CPP) -o|$$(CXX) $$(CXXFLAGS) -o| ; \ s|$$(CLINKER) $$(OPTFLAGS)|$$(CXX) $$(LDFLAGS)|' + @${FIND} ${WRKSRC}/src -name "*.c" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|^inline |static inline |' do-install: - @${MKDIR} ${LAGAN_DIR} + @${MKDIR} ${STAGEDIR}${LAGAN_DIR} .for exe in ${EXECUTABLES} - ${INSTALL_PROGRAM} ${WRKSRC}/${exe} ${LAGAN_DIR} + ${INSTALL_PROGRAM} ${WRKSRC}/${exe} ${STAGEDIR}${LAGAN_DIR} .endfor .for script in ${SCRIPTS} - ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${LAGAN_DIR} + ${INSTALL_SCRIPT} ${WRKSRC}/${script} ${STAGEDIR}${LAGAN_DIR} .endfor - @${MKDIR} ${LAGAN_DIR}/utils + @${MKDIR} ${STAGEDIR}${LAGAN_DIR}/utils .for exeutil in ${EXEUTILS} - ${INSTALL_PROGRAM} ${WRKSRC}/utils/${exeutil} ${LAGAN_DIR}/utils + ${INSTALL_PROGRAM} ${WRKSRC}/utils/${exeutil} ${STAGEDIR}${LAGAN_DIR}/utils .endfor .for scriptutil in ${SCRIPTUTILS} - ${INSTALL_SCRIPT} ${WRKSRC}/utils/${scriptutil} ${LAGAN_DIR}/utils + ${INSTALL_SCRIPT} ${WRKSRC}/utils/${scriptutil} ${STAGEDIR}${LAGAN_DIR}/utils .endfor - @${MKDIR} ${LAGAN_DIR}/Readmes + @${MKDIR} ${STAGEDIR}${LAGAN_DIR}/Readmes .for readme in ${READMES} - ${INSTALL_DATA} ${WRKSRC}/Readmes/${readme} ${LAGAN_DIR}/Readmes + ${INSTALL_DATA} ${WRKSRC}/Readmes/${readme} ${STAGEDIR}${LAGAN_DIR}/Readmes .endfor - @${CAT} ${PKGMESSAGE} .include Added: head/biology/lagan/files/patch-src__glocal__rightinfluence.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/lagan/files/patch-src__glocal__rightinfluence.cpp Wed Nov 27 13:16:47 2013 (r335011) @@ -0,0 +1,32 @@ +--- src/glocal/rightinfluence.cpp.orig ++++ src/glocal/rightinfluence.cpp +@@ -1,6 +1,6 @@ + #include + +-Fragment origin, end; ++Fragment origin, my_end; + + // Sets the first default owner of the whole region + void initRI(RI *RightInfluence, long long int scoreIndex) { +@@ -18,17 +18,17 @@ + + // hack to aid winner selection + origin.score = -1; +- end.score = -2; +- origin.totalScore = end.totalScore = 0; ++ my_end.score = -2; ++ origin.totalScore = my_end.totalScore = 0; + + // will win against anyone +- end.seq1End = 0; end.seq2End = 0; +- end.seq1Start = 0; end.seq2Start = 0; ++ my_end.seq1End = 0; my_end.seq2End = 0; ++ my_end.seq1Start = 0; my_end.seq2Start = 0; + + origin.back = NULL; + + RightInfluence->act[-INF] = &origin; +- RightInfluence->act[+INF] = &end; ++ RightInfluence->act[+INF] = &my_end; + } + _______________________________________________ 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 Wed Nov 27 13:58:54 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 ESMTPS id 406B1AA3; Wed, 27 Nov 2013 13:58:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 15A2621BF; Wed, 27 Nov 2013 13:58: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 rARDwrgB035499; Wed, 27 Nov 2013 13:58:53 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARDwr1f035498; Wed, 27 Nov 2013 13:58:53 GMT (envelope-from culot) Date: Wed, 27 Nov 2013 13:58:53 GMT Message-Id: <201311271358.rARDwr1f035498@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/184326: [MAINTAINER] www/typo3: update to 6.1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 13:58:54 -0000 Synopsis: [MAINTAINER] www/typo3: update to 6.1.6 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Nov 27 13:58:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184326 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 14: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 ESMTPS id AC125BDA for ; Wed, 27 Nov 2013 14:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7687D21CD for ; Wed, 27 Nov 2013 14: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 rARE00gQ035601 for ; Wed, 27 Nov 2013 14: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 rARE00R1035600; Wed, 27 Nov 2013 14:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 14:00:00 GMT Resent-Message-Id: <201311271400.rARE00R1035600@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerald Pfeifer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7F51774; Wed, 27 Nov 2013 13:50:06 +0000 (UTC) Received: from ref10-i386.freebsd.org (ref10-i386.freebsd.org [IPv6:2001:1900:2254:206c::16:8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D83312155; Wed, 27 Nov 2013 13:50:06 +0000 (UTC) Received: from ref10-i386.freebsd.org (localhost [127.0.0.1]) by ref10-i386.freebsd.org (8.14.7/8.14.7) with ESMTP id rARDo6Am086257; Wed, 27 Nov 2013 13:50:06 GMT (envelope-from gerald@ref10-i386.freebsd.org) Received: (from gerald@localhost) by ref10-i386.freebsd.org (8.14.7/8.14.7/Submit) id rARDo6VD086256; Wed, 27 Nov 2013 13:50:06 GMT (envelope-from gerald) Message-Id: <201311271350.rARDo6VD086256@ref10-i386.freebsd.org> Date: Wed, 27 Nov 2013 13:50:06 GMT From: Gerald Pfeifer To: FreeBSD-gnats-submit@freebsd.org, Niclas Zeising X-Send-Pr-Version: 3.114 Subject: ports/184327: devel/binutils erroneously installs $PREFIX/include/ansidecl.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 14:00:00 -0000 >Number: 184327 >Category: ports >Synopsis: devel/binutils erroneously installs $PREFIX/include/ansidecl.h >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 27 14:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 10.0-BETA3 i386 >Organization: >Environment: >Description: devel/binutils installed $PREFIX/include/ansidecl.h which is an older version of this file. New versions of GCC including lang/gcc49 bring a newer flavor of that file, and actually require that, but may use $LOCALBASE/include. ansidecl.h is an internal file to _build_ the GNU toolchain and should not be installed into such a general location. >How-To-Repeat: Try to build lang/gcc49, svn revision 334991 and watch the fallout. >Fix: Do not install ansidecl.h as part of binutils. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 14: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 ESMTPS id CD629C19; Wed, 27 Nov 2013 14:00:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A5CAF21D3; Wed, 27 Nov 2013 14: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 rARE08en035752; Wed, 27 Nov 2013 14: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 rARE083Q035751; Wed, 27 Nov 2013 14:00:08 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 14:00:08 GMT Message-Id: <201311271400.rARE083Q035751@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zeising@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184327: devel/binutils erroneously installs $PREFIX/include/ansidecl.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 14:00:08 -0000 Synopsis: devel/binutils erroneously installs $PREFIX/include/ansidecl.h Responsible-Changed-From-To: freebsd-ports-bugs->zeising Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 27 14: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=184327 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 14: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 ESMTPS id 9F044303 for ; Wed, 27 Nov 2013 14:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E0B5231C for ; Wed, 27 Nov 2013 14: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 rAREK02M040409 for ; Wed, 27 Nov 2013 14: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 rAREK09u040408; Wed, 27 Nov 2013 14:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 14:20:00 GMT Resent-Message-Id: <201311271420.rAREK09u040408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Ritter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C6E3D2F5 for ; Wed, 27 Nov 2013 14:19:19 +0000 (UTC) Received: from mailout04.t-online.de (mailout04.t-online.de [194.25.134.18]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 886582313 for ; Wed, 27 Nov 2013 14:19:19 +0000 (UTC) Received: from fwd05.aul.t-online.de (fwd05.aul.t-online.de ) by mailout04.t-online.de with smtp id 1VlfxU-0004jF-IR; Wed, 27 Nov 2013 15:19:16 +0100 Received: from mailout.charlieroot.de (T54uFvZAZhaM4MqRZKhW2CQCZJhbtjkmo0r0mPehkgTre86Vh2DzoW252HbGBlTZ2+@[79.251.145.108]) by fwd05.aul.t-online.de with esmtp id 1VlfxM-0Vy4WW0; Wed, 27 Nov 2013 15:19:08 +0100 Received: from BSDHelmut964.charlieroot.de (bsdhelmut964.charlieroot.de [192.168.124.202]) by mailout.charlieroot.de (Postfix) with ESMTP id 22D4E61FC7 for ; Wed, 27 Nov 2013 15:19:08 +0100 (CET) Received: by BSDHelmut964.charlieroot.de (Postfix, from userid 1001) id 063001828A; Wed, 27 Nov 2013 15:19:07 +0100 (CET) Message-Id: <20131127141908.063001828A@BSDHelmut964.charlieroot.de> Date: Wed, 27 Nov 2013 15:19:07 +0100 (CET) From: Helmut Ritter To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184328: [MAINTAINER] www/typo345: update to 4.5.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 14:20:00 -0000 >Number: 184328 >Category: ports >Synopsis: [MAINTAINER] www/typo345: update to 4.5.31 >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 Nov 27 14:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Helmut Ritter >Release: FreeBSD 9.1-RELEASE-p8 amd64 >Organization: >Environment: System: FreeBSD BSDHelmut964.charlieroot.de 9.1-RELEASE-p8 FreeBSD 9.1-RELEASE-p8 #8 r257840: Fri Nov 8 13:10:55 >Description: - Update to 4.5.31 - Maintenance release and bug fixes - http://typo3.org/news/article/typo3-cms-4531-4716-6011-and-616-released/ Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- typo3-4.5.31.patch begins here --- diff -ruN ../typo345.org/Makefile ./Makefile --- ../typo345.org/Makefile 2013-09-21 09:54:43.000000000 +0200 +++ ./Makefile 2013-11-27 14:00:52.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/typo345/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= typo3 -PORTVERSION= 4.5.30 +PORTVERSION= 4.5.31 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff -ruN ../typo345.org/distinfo ./distinfo --- ../typo345.org/distinfo 2013-09-14 15:29:47.000000000 +0200 +++ ./distinfo 2013-11-27 14:01:04.000000000 +0100 @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.5.30.tar.gz) = 9276cec335c7495d44e3014034b488c8076b3b3d447bd83118eda3d23712e6ee -SIZE (typo3_src-4.5.30.tar.gz) = 20760711 -SHA256 (dummy-4.5.30.tar.gz) = 478aa8266942bb0a0b0137e59ec5bc356e81a7301d68b0e0a1d8cdaebc574b40 -SIZE (dummy-4.5.30.tar.gz) = 9981 +SHA256 (typo3_src-4.5.31.tar.gz) = b2f7cdc11507412a0f93f798b479dd37506b21d6ebe84c6baeda8174521d7569 +SIZE (typo3_src-4.5.31.tar.gz) = 20764313 +SHA256 (dummy-4.5.31.tar.gz) = 933228a830be9397a5a446492b614322a646339e3d081df343cbd4a6650f74da +SIZE (dummy-4.5.31.tar.gz) = 9977 --- typo3-4.5.31.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 14: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 ESMTPS id 1832D305 for ; Wed, 27 Nov 2013 14:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF6CC231E for ; Wed, 27 Nov 2013 14: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 rAREK0eT040474 for ; Wed, 27 Nov 2013 14: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 rAREK0Ha040473; Wed, 27 Nov 2013 14:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 14:20:00 GMT Resent-Message-Id: <201311271420.rAREK0Ha040473@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Leo Vandewoestijne Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 49C8E143 for ; Wed, 27 Nov 2013 14:13:46 +0000 (UTC) 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 2A7DB22C9 for ; Wed, 27 Nov 2013 14:13:46 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAREDjSh073400 for ; Wed, 27 Nov 2013 14:13:45 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAREDjMI073399; Wed, 27 Nov 2013 14:13:45 GMT (envelope-from nobody) Message-Id: <201311271413.rAREDjMI073399@oldred.freebsd.org> Date: Wed, 27 Nov 2013 14:13:45 GMT From: Leo Vandewoestijne To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184329: dns/yadifa: fails to install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 14:20:01 -0000 >Number: 184329 >Category: ports >Synopsis: dns/yadifa: fails to install >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 Nov 27 14:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Leo Vandewoestijne >Release: 9.1-RELEASE >Organization: DNS-Lab >Environment: >Description: When install Yadifa port I encounter: Creating bzip'd tar ball in '/usr/ports/dns/yadifa/work/yadifa-1.0.3_1.tbz' tar: share/examples/yadifa/yadifad-master.conf.example: Cannot stat: No such file or directory tar: share/examples/yadifa/yadifad-slave.conf.example: Cannot stat: No such file or directory tar: share/examples/yadifa/yadifad.conf.example: Cannot stat: No such file or directory tar: /var/yadifa/masters/0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa.zone: Cannot stat: No such file or directory tar: /var/yadifa/masters/0.0.127.in-addr.arpa.zone: Cannot stat: No such file or directory tar: /var/yadifa/masters/localhost.zone: Cannot stat: No such file or directory tar: /var/yadifa/masters/localhost6.zone: Cannot stat: No such file or directory tar: /var/yadifa/masters/somedomain.eu.zone: Cannot stat: No such file or directory tar: Error exit delayed from previous errors. pkg_create: make_dist: tar command failed with code 256 >How-To-Repeat: cd /usr/ports/dns/yadifa make install >Fix: Removing them from pkg-plist "solves" the problem, and doesn't leave garbage on uninstall. Patch attached with submission follows: diff -rup yadifa.old/Makefile yadifa/Makefile --- yadifa.old/Makefile 2013-11-27 12:37:17.000000000 +0000 +++ yadifa/Makefile 2013-11-27 13:57:21.000000000 +0000 @@ -3,10 +3,11 @@ PORTNAME= yadifa PORTVERSION= 1.0.3 -PORTREVISION= 1 DISTVERSIONSUFFIX= -2880 +PORTREVISION= 2 CATEGORIES= dns ipv6 -MASTER_SITES= http://cdn.yadifa.eu/sites/default/files/releases/ +MASTER_SITES= http://cdn.yadifa.eu/sites/default/files/releases/ \ + http://dns-lab.com/www/downloads/yadifa/ MAINTAINER= mat@FreeBSD.org COMMENT= YADIFA is an authoritative Name Server with DNSSEC capabilities @@ -15,6 +16,8 @@ LICENSE= BSD OPTIONS_DEFINE= DOCS EXAMPLES TCL +NEED_ROOT= yes + GNU_CONFIGURE= yes USE_AUTOTOOLS= libtool USE_OPENSSL= yes diff -rup yadifa.old/pkg-plist yadifa/pkg-plist --- yadifa.old/pkg-plist 2013-11-27 12:37:17.000000000 +0000 +++ yadifa/pkg-plist 2013-11-27 13:10:48.000000000 +0000 @@ -139,14 +139,6 @@ lib/libdnszone.la man/man1/yadifad.1.gz man/man5/yadifad.conf.5.gz sbin/yadifad -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yadifad-master.conf.example -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yadifad-slave.conf.example -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/yadifad.conf.example -/var/yadifa/masters/0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa.zone -/var/yadifa/masters/0.0.127.in-addr.arpa.zone -/var/yadifa/masters/localhost.zone -/var/yadifa/masters/localhost6.zone -/var/yadifa/masters/somedomain.eu.zone @unexec rmdir >/dev/null 2>&1 /var/yadifa/xfr || : @unexec rmdir >/dev/null 2>&1 /var/yadifa/slaves || : @unexec rmdir >/dev/null 2>&1 /var/yadifa/masters || : >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 14:20: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 ESMTPS id 6232035E; Wed, 27 Nov 2013 14:20:16 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A4A12320; Wed, 27 Nov 2013 14:20: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 rAREKGYd040556; Wed, 27 Nov 2013 14:20:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAREKGbx040555; Wed, 27 Nov 2013 14:20:16 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 14:20:16 GMT Message-Id: <201311271420.rAREKGbx040555@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184329: dns/yadifa: fails to install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 14:20:16 -0000 Synopsis: dns/yadifa: fails to install Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 27 14:20:15 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184329 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 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 ESMTPS id D0C325DA for ; Wed, 27 Nov 2013 14:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFF5E23A8 for ; Wed, 27 Nov 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 rAREU0s1042277 for ; Wed, 27 Nov 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 rAREU0iK042273; Wed, 27 Nov 2013 14:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 14:30:00 GMT Resent-Message-Id: <201311271430.rAREU0iK042273@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Helmut Ritter Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5211151A for ; Wed, 27 Nov 2013 14:25:43 +0000 (UTC) Received: from mailout02.t-online.de (mailout02.t-online.de [194.25.134.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 134BA2378 for ; Wed, 27 Nov 2013 14:25:42 +0000 (UTC) Received: from fwd19.aul.t-online.de (fwd19.aul.t-online.de ) by mailout02.t-online.de with smtp id 1Vlg3Z-0003qr-2c; Wed, 27 Nov 2013 15:25:33 +0100 Received: from mailout.charlieroot.de (TuSy1UZGrhKuqFTkyuH1ycsLOk1SlYkABzCdsaTp61L37mHcrSxskdP3gsOCGQagyu@[79.251.145.108]) by fwd19.aul.t-online.de with esmtp id 1Vlg3W-4WHEeW0; Wed, 27 Nov 2013 15:25:30 +0100 Received: from BSDHelmut964.charlieroot.de (bsdhelmut964.charlieroot.de [192.168.124.202]) by mailout.charlieroot.de (Postfix) with ESMTP id B8D1F61FC7 for ; Wed, 27 Nov 2013 15:25:30 +0100 (CET) Received: by BSDHelmut964.charlieroot.de (Postfix, from userid 1001) id A36CF1828A; Wed, 27 Nov 2013 15:25:30 +0100 (CET) Message-Id: <20131127142530.A36CF1828A@BSDHelmut964.charlieroot.de> Date: Wed, 27 Nov 2013 15:25:30 +0100 (CET) From: Helmut Ritter To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184330: [MAINTAINER] www/typo347: update to 4.7.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 14:30:01 -0000 >Number: 184330 >Category: ports >Synopsis: [MAINTAINER] www/typo347: update to 4.7.16 >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 Nov 27 14:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Helmut Ritter >Release: FreeBSD 9.1-RELEASE-p8 amd64 >Organization: >Environment: System: FreeBSD BSDHelmut964.charlieroot.de 9.1-RELEASE-p8 FreeBSD 9.1-RELEASE-p8 #8 r257840: Fri Nov 8 13:10:55 >Description: - Update to 4.7.16 - Maintenance release and bug fixes - http://typo3.org/news/article/typo3-cms-4531-4716-6011-and-616-released/ Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- typo3-4.7.16.patch begins here --- diff -ruN ../typo347.org/Makefile ./Makefile --- ../typo347.org/Makefile 2013-09-21 09:54:43.000000000 +0200 +++ ./Makefile 2013-11-27 15:19:26.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/typo347/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= typo3 -PORTVERSION= 4.7.15 +PORTVERSION= 4.7.16 CATEGORIES= www MASTER_SITES= SF/${PORTNAME}/TYPO3%20Source%20and%20Dummy/TYPO3%20${PORTVERSION} diff -ruN ../typo347.org/distinfo ./distinfo --- ../typo347.org/distinfo 2013-09-14 15:38:55.000000000 +0200 +++ ./distinfo 2013-11-27 15:19:37.000000000 +0100 @@ -1,4 +1,4 @@ -SHA256 (typo3_src-4.7.15.tar.gz) = 4af68f592b084c97301d5022b937d0047728da9050d3ef1481d1e1c003fedc13 -SIZE (typo3_src-4.7.15.tar.gz) = 22625165 -SHA256 (dummy-4.7.15.tar.gz) = 225130aefcc09a5295a8b5abdd1e7cc9aef96d37789a7a5a0bd52bbfa4d728b0 -SIZE (dummy-4.7.15.tar.gz) = 10277 +SHA256 (typo3_src-4.7.16.tar.gz) = 93457c92adc46ace7a3b37a92dabda971ccb53ebc9fdca462aaed429b8cba8b7 +SIZE (typo3_src-4.7.16.tar.gz) = 22630645 +SHA256 (dummy-4.7.16.tar.gz) = 707c5319780b7e9ac469537fbe955efa52af04c35988ec4994ef5dc9c972d2d6 +SIZE (dummy-4.7.16.tar.gz) = 10277 --- typo3-4.7.16.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 14:41:35 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 ESMTPS id DDD0772F; Wed, 27 Nov 2013 14:41:35 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B50162450; Wed, 27 Nov 2013 14:41:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAREfZ7w045796; Wed, 27 Nov 2013 14:41:35 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAREfZb2045795; Wed, 27 Nov 2013 14:41:35 GMT (envelope-from culot) Date: Wed, 27 Nov 2013 14:41:35 GMT Message-Id: <201311271441.rAREfZb2045795@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/184328: [MAINTAINER] www/typo345: update to 4.5.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 14:41:35 -0000 Synopsis: [MAINTAINER] www/typo345: update to 4.5.31 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Nov 27 14:41:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184328 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 14:41: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 ESMTPS id 66B2E763; Wed, 27 Nov 2013 14:41:43 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3E6D12454; Wed, 27 Nov 2013 14:41: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 rAREfhQb045886; Wed, 27 Nov 2013 14:41:43 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAREfh6p045885; Wed, 27 Nov 2013 14:41:43 GMT (envelope-from culot) Date: Wed, 27 Nov 2013 14:41:43 GMT Message-Id: <201311271441.rAREfh6p045885@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/184330: [MAINTAINER] www/typo347: update to 4.7.16 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 14:41:43 -0000 Synopsis: [MAINTAINER] www/typo347: update to 4.7.16 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Nov 27 14:41:42 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184330 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 14:51:33 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 ESMTPS id 92F068FB; Wed, 27 Nov 2013 14:51:33 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 69D3F24C3; Wed, 27 Nov 2013 14:51: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 rAREpXnP047772; Wed, 27 Nov 2013 14:51:33 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAREpXBZ047771; Wed, 27 Nov 2013 14:51:33 GMT (envelope-from jadawin) Date: Wed, 27 Nov 2013 14:51:33 GMT Message-Id: <201311271451.rAREpXBZ047771@freefall.freebsd.org> To: tkato432@yahoo.com, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184235: net/pmf: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 14:51:33 -0000 Synopsis: net/pmf: Fix build on -current State-Changed-From-To: open->feedback State-Changed-By: jadawin State-Changed-When: Wed Nov 27 14:51:32 UTC 2013 State-Changed-Why: Why do you define DOCS and EXAMPLES in OPTION and don't use it with PORT_OPTIONS:MDOCS and MEXAMPLES ? http://www.freebsd.org/cgi/query-pr.cgi?pr=184235 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 15:07: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 ESMTPS id CB5D1CA2; Wed, 27 Nov 2013 15:07:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A22B72585; Wed, 27 Nov 2013 15:07: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 rARF7FNL050049; Wed, 27 Nov 2013 15:07:15 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARF7CTh050048; Wed, 27 Nov 2013 15:07:12 GMT (envelope-from jadawin) Date: Wed, 27 Nov 2013 15:07:12 GMT Message-Id: <201311271507.rARF7CTh050048@freefall.freebsd.org> To: fbsd@opal.com, oliver.fromme@secnetix.de, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184210: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 15:07:15 -0000 Synopsis: [FIX] multimedia/tstools requires MAKE_JOBS_UNSAFE=yes State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Wed Nov 27 15:07:12 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=184210 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 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 ESMTPS id 6C711F63 for ; Wed, 27 Nov 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5A60225AA for ; Wed, 27 Nov 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 rARFA17N050191 for ; Wed, 27 Nov 2013 15: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 rARFA1Jv050190; Wed, 27 Nov 2013 15:10:01 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 15:10:01 GMT Message-Id: <201311271510.rARFA1Jv050190@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184210: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 27 Nov 2013 15:10:01 -0000 The following reply was made to PR ports/184210; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184210: commit references a PR Date: Wed, 27 Nov 2013 15:05:40 +0000 (UTC) Author: jadawin Date: Wed Nov 27 15:05:34 2013 New Revision: 335020 URL: http://svnweb.freebsd.org/changeset/ports/335020 Log: - Mark MAKE_JOBS_UNSAFE=yes - While here support STAGEDIR PR: ports/184210 Submitted by: Oliver Fromme Approved by: maintainer Modified: head/multimedia/tstools/Makefile (contents, props changed) Modified: head/multimedia/tstools/Makefile ============================================================================== --- head/multimedia/tstools/Makefile Wed Nov 27 14:58:29 2013 (r335019) +++ head/multimedia/tstools/Makefile Wed Nov 27 15:05:34 2013 (r335020) @@ -13,6 +13,8 @@ COMMENT= MPEG transport, program, and el LICENSE= MPL +MAKE_JOBS_UNSAFE= yes + USES= gmake MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" @@ -22,15 +24,14 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include do-install: - ${CP} ${WRKSRC}/bin/* ${PREFIX}/bin - ${CP} ${WRKSRC}/lib/* ${PREFIX}/lib + ${CP} ${WRKSRC}/bin/* ${STAGEDIR}${PREFIX}/bin + ${CP} ${WRKSRC}/lib/* ${STAGEDIR}${PREFIX}/lib .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${CP} ${WRKSRC}/docs/* ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${CP} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR} .endif .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 Wed Nov 27 15:18: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 ESMTPS id AAD9E209; Wed, 27 Nov 2013 15:18:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 820102614; Wed, 27 Nov 2013 15:18: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 rARFI9uI052850; Wed, 27 Nov 2013 15:18:09 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARFI99o052849; Wed, 27 Nov 2013 15:18:09 GMT (envelope-from jadawin) Date: Wed, 27 Nov 2013 15:18:09 GMT Message-Id: <201311271518.rARFI99o052849@freefall.freebsd.org> To: jwbacon@tds.net, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184001: maintainer update: sysutils/desktop-installer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 15:18:09 -0000 Synopsis: maintainer update: sysutils/desktop-installer State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Wed Nov 27 15:18:08 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=184001 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 15: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 ESMTPS id 804C225B for ; Wed, 27 Nov 2013 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FF5E262B for ; Wed, 27 Nov 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 rARFK1KB052981 for ; Wed, 27 Nov 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 rARFK1B3052980; Wed, 27 Nov 2013 15:20:01 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 15:20:01 GMT Message-Id: <201311271520.rARFK1B3052980@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184001: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 27 Nov 2013 15:20:01 -0000 The following reply was made to PR ports/184001; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184001: commit references a PR Date: Wed, 27 Nov 2013 15:17:50 +0000 (UTC) Author: jadawin Date: Wed Nov 27 15:17:42 2013 New Revision: 335023 URL: http://svnweb.freebsd.org/changeset/ports/335023 Log: - Update to 0.4.6 - Support STAGEDIR PR: ports/184001 Submitted by: Jason Bacon Modified: head/sysutils/desktop-installer/Makefile head/sysutils/desktop-installer/distinfo head/sysutils/desktop-installer/pkg-plist Modified: head/sysutils/desktop-installer/Makefile ============================================================================== --- head/sysutils/desktop-installer/Makefile Wed Nov 27 15:08:16 2013 (r335022) +++ head/sysutils/desktop-installer/Makefile Wed Nov 27 15:17:42 2013 (r335023) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= desktop-installer -PORTVERSION= 0.4.5 +PORTVERSION= 0.4.6 CATEGORIES= sysutils MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ http://personalpages.tds.net/~jwbacon/Ports/distfiles/ @@ -10,28 +10,29 @@ MASTER_SITES= http://acadix.biz/Ports/di MAINTAINER= jwbacon@tds.net COMMENT= Quickly configure a FreeBSD desktop system -RUN_DEPENDS= auto-admin>=0.3.2:${PORTSDIR}/sysutils/auto-admin +LICENSE= BSD -NO_BUILD= yes +RUN_DEPENDS= auto-admin>=0.3.3:${PORTSDIR}/sysutils/auto-admin + +USE_XZ= yes -MAN1= ${PORTNAME}.1 +NO_BUILD= yes -NO_STAGE= yes do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/Doc/${PORTNAME}.man \ - ${PREFIX}/man/man1/${PORTNAME}.1 - ${MKDIR} ${DATADIR} - ${CP} -r ${WRKSRC}/Data/* ${DATADIR} - ${MKDIR} ${DATADIR}/Scripts - ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${DATADIR}/Scripts + ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1 + ${MKDIR} ${STAGEDIR}${DATADIR} + ${CP} -r ${WRKSRC}/Data/* ${STAGEDIR}${DATADIR} + ${MKDIR} ${STAGEDIR}${DATADIR}/Scripts + ${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${STAGEDIR}${DATADIR}/Scripts .include post-patch: ${REINPLACE_CMD} 's|/etc/mtree|$${PORTSDIR=/usr/ports}/Templates|' \ ${WRKSRC}/${PORTNAME} ${REINPLACE_CMD} \ - 's|DATADIR=Data|DATADIR=${PREFIX}/share/desktop-installer|g' \ + 's|DATADIR=Data|DATADIR=${STAGEDIR}${PREFIX}/share/desktop-installer|g' \ ${WRKSRC}/desktop-installer .include Modified: head/sysutils/desktop-installer/distinfo ============================================================================== --- head/sysutils/desktop-installer/distinfo Wed Nov 27 15:08:16 2013 (r335022) +++ head/sysutils/desktop-installer/distinfo Wed Nov 27 15:17:42 2013 (r335023) @@ -1,2 +1,2 @@ -SHA256 (desktop-installer-0.4.5.tar.gz) = 06d7b77f63358465ecac7864ce147c22513f477720836fe7b1816dffd1bf41d0 -SIZE (desktop-installer-0.4.5.tar.gz) = 270660 +SHA256 (desktop-installer-0.4.6.tar.xz) = 89526ae1918722931dbcd0f9aefca3ddf653806434b4c2c86a9fab26fb75555f +SIZE (desktop-installer-0.4.6.tar.xz) = 176508 Modified: head/sysutils/desktop-installer/pkg-plist ============================================================================== --- head/sysutils/desktop-installer/pkg-plist Wed Nov 27 15:08:16 2013 (r335022) +++ head/sysutils/desktop-installer/pkg-plist Wed Nov 27 15:17:42 2013 (r335023) @@ -1,3 +1,4 @@ +@comment Generated by sysutils/genplist sbin/desktop-installer %%DATADIR%%/90-vboxguest.fdi %%DATADIR%%/Gnome/Xsession @@ -47,6 +48,7 @@ sbin/desktop-installer %%DATADIR%%/todo %%DATADIR%%/vbox %%DATADIR%%/xfce4-print-options +man/man1/desktop-installer.1.gz @dirrm %%DATADIR%%/gcc45/files @dirrm %%DATADIR%%/gcc45 @dirrm %%DATADIR%%/XFCE4 _______________________________________________ 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 Wed Nov 27 15:50: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 ESMTPS id CE8BBCC9; Wed, 27 Nov 2013 15:50:24 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6AC127AE; Wed, 27 Nov 2013 15:50: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 rARFoOP8058791; Wed, 27 Nov 2013 15:50:24 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARFoOVV058414; Wed, 27 Nov 2013 15:50:24 GMT (envelope-from jadawin) Date: Wed, 27 Nov 2013 15:50:24 GMT Message-Id: <201311271550.rARFoOVV058414@freefall.freebsd.org> To: tkato432@yahoo.com, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184245: biology/blat: Update to version 35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 15:50:24 -0000 Synopsis: biology/blat: Update to version 35 State-Changed-From-To: open->feedback State-Changed-By: jadawin State-Changed-When: Wed Nov 27 15:50:24 UTC 2013 State-Changed-Why: Hello. You define DOCS in options but you don't use PORTS_OPTIONS:MDOCS. USE_ZIP is better than EXTRACT_SUFX and pkg-descr should terminate with a newline. Regards http://www.freebsd.org/cgi/query-pr.cgi?pr=184245 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 16:08: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 ESMTPS id A1525618; Wed, 27 Nov 2013 16:08:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7858528CC; Wed, 27 Nov 2013 16:08: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 rARG87rW062352; Wed, 27 Nov 2013 16:08:07 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARG87Ie062351; Wed, 27 Nov 2013 16:08:07 GMT (envelope-from jadawin) Date: Wed, 27 Nov 2013 16:08:07 GMT Message-Id: <201311271608.rARG87Ie062351@freefall.freebsd.org> To: tkato432@yahoo.com, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184242: biology/avida: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 16:08:07 -0000 Synopsis: biology/avida: Fix build with clang State-Changed-From-To: open->closed State-Changed-By: jadawin State-Changed-When: Wed Nov 27 16:08:07 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=184242 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 16: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 ESMTPS id 40159885 for ; Wed, 27 Nov 2013 16:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2206728EE for ; Wed, 27 Nov 2013 16: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 rARGA0c1062491 for ; Wed, 27 Nov 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 rARGA0V6062490; Wed, 27 Nov 2013 16:10:00 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 16:10:00 GMT Message-Id: <201311271610.rARGA0V6062490@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184242: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 27 Nov 2013 16:10:01 -0000 The following reply was made to PR ports/184242; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184242: commit references a PR Date: Wed, 27 Nov 2013 16:07:59 +0000 (UTC) Author: jadawin Date: Wed Nov 27 16:07:51 2013 New Revision: 335028 URL: http://svnweb.freebsd.org/changeset/ports/335028 Log: - Fix build with clang - Support STAGEDIR PR: ports/184242 Submitted by: KATO Tsuguru Added: head/biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc (contents, props changed) head/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc (contents, props changed) Deleted: head/biology/avida/files/patch-libs_apto_include_apto_core_Functor.h head/biology/avida/files/patch-libs_apto_utils_unittest_googletest_include_gtest_internal_gtest-port.h Modified: head/biology/avida/Makefile Modified: head/biology/avida/Makefile ============================================================================== --- head/biology/avida/Makefile Wed Nov 27 15:57:39 2013 (r335027) +++ head/biology/avida/Makefile Wed Nov 27 16:07:51 2013 (r335028) @@ -8,13 +8,14 @@ CATEGORIES= biology MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= An auto-adaptive genetic system designed for ALife research +COMMENT= Auto-adaptive genetic system designed for ALife research LICENSE= GPLv3 OPTIONS_DEFINE= DOCS USES= cmake:outsource ncurses +CMAKE_ARGS= -DAPTO_UNIT_TESTS:BOOL=OFF -DAVD_UNIT_TESTS:BOOL=OFF PORTDOCS= * PLIST_FILES= ${BIN_FILES:S|^|bin/|} \ @@ -30,7 +31,6 @@ DATA_FILES= analyze.cfg avida.cfg defaul instset-heads-sex.cfg instset-heads.cfg instset-smt.cfg \ instset-transsmt.cfg -NO_STAGE= yes .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" @@ -41,7 +41,7 @@ post-patch: @${FIND} ${WRKSRC} -name "CMakeLists.txt" | ${XARGS} \ ${REINPLACE_CMD} -e \ 's|-O[0-9]|| ; \ - s| pthread| ${PTHREAD_LIBS}|' + s| pthread| -pthread|' @${REINPLACE_CMD} -e '/long long int/s|std::abs|llabs|' \ ${WRKSRC}/avida-core/source/main/cPopulationInterface.cc @@ -52,20 +52,22 @@ pre-build: .endfor do-install: - @${MKDIR} ${PREFIX}/lib/${PORTNAME} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${PORTNAME} .for exec in ${BIN_FILES} - (cd ${WRKSRC} \ - && ${INSTALL_SCRIPT} ${exec}.sh ${PREFIX}/bin/${exec}) - (cd ${BUILD_WRKSRC}/bin \ - && ${INSTALL_PROGRAM} ${exec} ${PREFIX}/lib/${PORTNAME}) + (cd ${WRKSRC} && ${INSTALL_SCRIPT} ${exec}.sh \ + ${STAGEDIR}${PREFIX}/bin/${exec}) + (cd ${BUILD_WRKSRC}/bin && ${INSTALL_PROGRAM} ${exec} \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) .endfor - (cd ${WRKSRC}/avida-core/support/config \ - && ${INSTALL_DATA} *.cfg ${PREFIX}/lib/${PORTNAME} \ - && ${INSTALL_DATA} *.org ${PREFIX}/lib/${PORTNAME}) + (cd ${WRKSRC}/avida-core/support/config && ${INSTALL_DATA} *.cfg \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) + (cd ${WRKSRC}/avida-core/support/config && ${INSTALL_DATA} *.org \ + ${STAGEDIR}${PREFIX}/lib/${PORTNAME}) + .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}/avida-core/documentation \ - && ${COPYTREE_SHARE} . ${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/avida-core/documentation && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${DOCSDIR}) .endif .include Added: head/biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/avida/files/patch-avida-core__source__main__cGenomeUtil.cc Wed Nov 27 16:07:51 2013 (r335028) @@ -0,0 +1,18 @@ +--- avida-core/source/main/cGenomeUtil.cc.orig ++++ avida-core/source/main/cGenomeUtil.cc +@@ -214,7 +214,14 @@ + */ + void cGenomeUtil::RandomShuffle(cAvidaContext& ctx, Sequence& genome) { + std::vector idx(static_cast(genome.GetSize())); +- std::iota(idx.begin(), idx.end(), 0); ++ ++ std::vector::iterator idx_it = idx.begin(); ++ int value = 0; ++ while (idx_it != idx.end()) { ++ *idx_it++ = value; ++ ++value; ++ } ++ + cRandomStdAdaptor rng(ctx.GetRandom()); + std::random_shuffle(idx.begin(), idx.end(), rng); + Sequence shuffled(genome.GetSize()); Added: head/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/biology/avida/files/patch-libs__tcmalloc-1.4__src__malloc_extension.cc Wed Nov 27 16:07:51 2013 (r335028) @@ -0,0 +1,10 @@ +--- libs/tcmalloc-1.4/src/malloc_extension.cc.orig ++++ libs/tcmalloc-1.4/src/malloc_extension.cc +@@ -57,6 +57,7 @@ + #include + #include + #include ++#include + #if defined HAVE_STDINT_H + #include + #elif defined HAVE_INTTYPES_H _______________________________________________ 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 Wed Nov 27 16: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 ESMTPS id B5EF6888 for ; Wed, 27 Nov 2013 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97C8228F2 for ; Wed, 27 Nov 2013 16: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 rARGA2Ce062509 for ; Wed, 27 Nov 2013 16: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 rARGA2c9062508; Wed, 27 Nov 2013 16:10:02 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 16:10:02 GMT Resent-Message-Id: <201311271610.rARGA2c9062508@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Butler Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3FD16370 for ; Wed, 27 Nov 2013 16:05:44 +0000 (UTC) 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 1FC0328A1 for ; Wed, 27 Nov 2013 16:05: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 rARG5hC8014863 for ; Wed, 27 Nov 2013 16:05:43 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARG5hhE014860; Wed, 27 Nov 2013 16:05:43 GMT (envelope-from nobody) Message-Id: <201311271605.rARG5hhE014860@oldred.freebsd.org> Date: Wed, 27 Nov 2013 16:05:43 GMT From: Craig Butler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184331: [patch] misc/compat7x enable sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 16:10:02 -0000 >Number: 184331 >Category: ports >Synopsis: [patch] misc/compat7x enable sparc64 >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 Nov 27 16:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Butler >Release: 9.2-RELEASE sparc64 >Organization: >Environment: FreeBSD blueeye.lerwick.hopto.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Tue Oct 8 16:09:50 BST 2013 root@blueeye.lerwick.hopto.org:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: sparc64 support was dropped from misc/compat7x, when trying to build currently it errors out with "...only for i386 amd64, while you are running sparc64" After discussions with Renato(garga@) he has walked me through how to make distfile for sparc64. 7.4-RELEASE base files where taken from ftp://ftp-archive.freebsd.org/pub/FreeBSD-Archive/old-releases/sparc64/7.4-RELEASE/base and installed into a chroot. The libs where then lifted from there using compat7x-sparc64-7.3.703000.201008.tar.bz2 as a template. 111 files in total. I have updated the port Makefile, distinfo, and created a pkg-plist.sparc64 to enable build on sparc64. I have done serveral test builds, installs and uninstalls. The sparc64 distfile is available from http://bsdtec.com/freebsd/distfiles/compat7x-sparc64-7.4.704000.201310.1.tar.xz >How-To-Repeat: Try to build misc/compat7x from ports. >Fix: diff -ruN misc/compat7x.orig/Makefile misc/compat7x/Makefile --- misc/compat7x.orig/Makefile 2013-10-31 23:38:29.000000000 +0000 +++ misc/compat7x/Makefile 2013-11-27 14:50:27.821789350 +0000 @@ -15,7 +15,7 @@ USE_XZ= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat diff -ruN misc/compat7x.orig/distinfo misc/compat7x/distinfo --- misc/compat7x.orig/distinfo 2013-10-16 11:47:01.000000000 +0100 +++ misc/compat7x/distinfo 2013-11-27 15:19:10.510785336 +0000 @@ -2,3 +2,5 @@ SIZE (compat7x-amd64-7.4.704000.201310.1.tar.xz) = 5140472 SHA256 (compat7x-i386-7.4.704000.201310.1.tar.xz) = 753ae8186357dc78762a323ef446202dd6f4cd0003fd5a09f18cda492fd7233e SIZE (compat7x-i386-7.4.704000.201310.1.tar.xz) = 2601240 +SHA256 (compat7x-sparc64-7.4.704000.201310.1.tar.xz) = 072fd03d8bf02736d965205fe0c8c0884090ea9cdf017bc542f66408d562788a +SIZE (compat7x-sparc64-7.4.704000.201310.1.tar.xz) = 2322836 diff -ruN misc/compat7x.orig/pkg-plist.sparc64 misc/compat7x/pkg-plist.sparc64 --- misc/compat7x.orig/pkg-plist.sparc64 1970-01-01 01:00:00.000000000 +0100 +++ misc/compat7x/pkg-plist.sparc64 2013-11-27 15:15:18.303778597 +0000 @@ -0,0 +1,112 @@ +lib/compat/libalias.so.6 +lib/compat/libarchive.so.4 +lib/compat/libasn1.so.9 +lib/compat/libavl.so.1 +lib/compat/libbegemot.so.3 +lib/compat/libbluetooth.so.3 +lib/compat/libbsdxml.so.3 +lib/compat/libbsm.so.2 +lib/compat/libbsnmp.so.4 +lib/compat/libbz2.so.3 +lib/compat/libcalendar.so.4 +lib/compat/libcam.so.4 +lib/compat/libcom_err.so.4 +lib/compat/libcrypt.so.4 +lib/compat/libcrypto.so.5 +lib/compat/libctf.so.1 +lib/compat/libdevinfo.so.4 +lib/compat/libdevstat.so.6 +lib/compat/libdialog.so.6 +lib/compat/libdtrace.so.1 +lib/compat/libdwarf.so.1 +lib/compat/libedit.so.6 +lib/compat/libfetch.so.5 +lib/compat/libform.so.4 +lib/compat/libformw.so.4 +lib/compat/libftpio.so.7 +lib/compat/libgeom.so.4 +lib/compat/libgnuregex.so.4 +lib/compat/libgpib.so.2 +lib/compat/libgssapi.so.9 +lib/compat/libgssapi_krb5.so.9 +lib/compat/libhdb.so.9 +lib/compat/libhistory.so.7 +lib/compat/libipsec.so.3 +lib/compat/libipx.so.4 +lib/compat/libkadm5clnt.so.9 +lib/compat/libkadm5srv.so.9 +lib/compat/libkafs5.so.9 +lib/compat/libkiconv.so.3 +lib/compat/libkrb5.so.9 +lib/compat/libkvm.so.4 +lib/compat/libmagic.so.3 +lib/compat/libmd.so.4 +lib/compat/libmemstat.so.2 +lib/compat/libmenu.so.4 +lib/compat/libmenuw.so.4 +lib/compat/libmilter.so.4 +lib/compat/libmp.so.6 +lib/compat/libncurses.so.7 +lib/compat/libncursesw.so.7 +lib/compat/libnetgraph.so.3 +lib/compat/libngatm.so.3 +lib/compat/libnvpair.so.1 +lib/compat/libobjc.so.3 +lib/compat/libopie.so.5 +lib/compat/libpam.so.4 +lib/compat/libpanel.so.4 +lib/compat/libpanelw.so.4 +lib/compat/libpcap.so.5 +lib/compat/libpmc.so.4 +lib/compat/libproc.so.1 +lib/compat/libradius.so.3 +lib/compat/libreadline.so.7 +lib/compat/libroken.so.9 +lib/compat/librpcsvc.so.4 +lib/compat/libsbuf.so.4 +lib/compat/libsdp.so.3 +lib/compat/libssh.so.4 +lib/compat/libssl.so.5 +lib/compat/libtacplus.so.3 +lib/compat/libufs.so.4 +lib/compat/libugidfw.so.3 +lib/compat/libumem.so.1 +lib/compat/libusbhid.so.3 +lib/compat/libutil.so.7 +lib/compat/libuutil.so.1 +lib/compat/libwrap.so.5 +lib/compat/libypclnt.so.3 +lib/compat/libz.so.4 +lib/compat/libzfs.so.1 +lib/compat/libzpool.so.1 +lib/compat/pam_chroot.so.4 +lib/compat/pam_deny.so.4 +lib/compat/pam_echo.so.4 +lib/compat/pam_exec.so.4 +lib/compat/pam_ftpusers.so.4 +lib/compat/pam_group.so.4 +lib/compat/pam_guest.so.4 +lib/compat/pam_krb5.so.4 +lib/compat/pam_ksu.so.4 +lib/compat/pam_lastlog.so.4 +lib/compat/pam_login_access.so.4 +lib/compat/pam_nologin.so.4 +lib/compat/pam_opie.so.4 +lib/compat/pam_opieaccess.so.4 +lib/compat/pam_passwdqc.so.4 +lib/compat/pam_permit.so.4 +lib/compat/pam_radius.so.4 +lib/compat/pam_rhosts.so.4 +lib/compat/pam_rootok.so.4 +lib/compat/pam_securetty.so.4 +lib/compat/pam_self.so.4 +lib/compat/pam_ssh.so.4 +lib/compat/pam_tacplus.so.4 +lib/compat/pam_unix.so.4 +lib/compat/snmp_atm.so.5 +lib/compat/snmp_bridge.so.5 +lib/compat/snmp_hostres.so.5 +lib/compat/snmp_mibII.so.5 +lib/compat/snmp_netgraph.so.5 +lib/compat/snmp_pf.so.5 +@dirrmtry lib/compat >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 16: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 ESMTPS id 53977886 for ; Wed, 27 Nov 2013 16:10:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2A03628F0 for ; Wed, 27 Nov 2013 16: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 rARGA2cR062498 for ; Wed, 27 Nov 2013 16: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 rARGA1dV062497; Wed, 27 Nov 2013 16:10:01 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 16:10:01 GMT Message-Id: <201311271610.rARGA1dV062497@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/184235: net/pmf: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 16:10:02 -0000 The following reply was made to PR ports/184235; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: jadawin@FreeBSD.org Subject: Re: ports/184235: net/pmf: Fix build on -current Date: Thu, 28 Nov 2013 01:00:00 +0900 jadawin@FreeBSD.org wrote: > Why do you define DOCS and EXAMPLES in OPTION and don't use it with > PORT_OPTIONS:MDOCS and MEXAMPLES ? Because documentation about converting ports to support STAGEDIR advises us to do so. https://wiki.freebsd.org/ports/StageDir From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 16:10: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 ESMTPS id F335191A; Wed, 27 Nov 2013 16:10:24 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B0AA428F7; Wed, 27 Nov 2013 16:10: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 rARGAO6h062592; Wed, 27 Nov 2013 16:10:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARGAOYR062591; Wed, 27 Nov 2013 16:10:24 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 16:10:24 GMT Message-Id: <201311271610.rARGAOYR062591@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184331: [patch] misc/compat7x enable sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 16:10:25 -0000 Synopsis: [patch] misc/compat7x enable sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 27 16:10:24 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184331 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 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 ESMTPS id ED9BBF64 for ; Wed, 27 Nov 2013 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF88F2986 for ; Wed, 27 Nov 2013 16: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 rARGK1sj065363 for ; Wed, 27 Nov 2013 16: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 rARGK1MX065362; Wed, 27 Nov 2013 16:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 16:20:01 GMT Resent-Message-Id: <201311271620.rARGK1MX065362@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Theis Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0528EA54 for ; Wed, 27 Nov 2013 16:10:47 +0000 (UTC) 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 CF6592905 for ; Wed, 27 Nov 2013 16:10:46 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rARGAkqw023848 for ; Wed, 27 Nov 2013 16:10:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARGAkjJ023837; Wed, 27 Nov 2013 16:10:46 GMT (envelope-from nobody) Message-Id: <201311271610.rARGAkjJ023837@oldred.freebsd.org> Date: Wed, 27 Nov 2013 16:10:46 GMT From: Christoph Theis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184332: [maintainer-update] Update www/cakephp13 to version 1.3.17 and fix build bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 16:20:02 -0000 >Number: 184332 >Category: ports >Synopsis: [maintainer-update] Update www/cakephp13 to version 1.3.17 and fix build bug >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 Nov 27 16:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: Update www/cakephp13 to version 1.3.17 Switch to use USE_GITHUB to fetch files Fix a build error of the previous patch >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 335012) +++ Makefile (working copy) @@ -2,20 +2,21 @@ # $FreeBSD$ PORTNAME= cakephp -PORTVERSION= 1.3.15 +PORTVERSION= 1.3.17 CATEGORIES= www -MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMESUFFIX= 13 -DISTNAME= ${PORTNAME}-${PORTNAME}-${PORTVERSION}-${GITVERSION} MAINTAINER= theis@gmx.at COMMENT= Framework for developing PHP web applications LICENSE= MIT -GITVERSION= 0-g3ff1ff1 +USE_GITHUB= yes +GH_ACCOUNT= ${PORTNAME} +GH_PROJECT= ${PORTNAME} +GH_COMMIT= 143d7d7 FETCH_ARGS= -pRr -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-5e063d7 +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTNAME}-3a101d9 PORTDOCS= README Index: distinfo =================================================================== --- distinfo (revision 335012) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 1f3dc2c426647c57ae7790920c291100bc022656b06fe0a49ef75792a83abfac -SIZE (cakephp-cakephp-1.3.15-0-g3ff1ff1.tar.gz) = 117760 +SHA256 (cakephp-1.3.17.tar.gz) = 7e9e1091e3d6b370ea371a34341fe547c2ab359351e1adb9f3f0148fcb049e3d +SIZE (cakephp-1.3.17.tar.gz) = 991549 Index: files/patch-cake__console__cake =================================================================== --- files/patch-cake__console__cake (revision 335012) +++ files/patch-cake__console__cake (working copy) @@ -1,15 +1,13 @@ ---- ./cake/console/cake.orig 2011-10-29 11:06:55.000000000 +0200 -+++ ./cake/console/cake 2011-10-29 11:08:00.000000000 +0200 +--- cake/console/cake.orig 2013-11-27 16:28:16.000000000 +0100 ++++ cake/console/cake 2013-11-27 16:28:29.000000000 +0100 @@ -1,4 +1,4 @@ --#!/bin/bash +-#!/usr/bin/env bash +#!/bin/sh ################################################################################ # # Bake is a shell script for running CakePHP bake script -@@ -31,4 +31,4 @@ +@@ -31,3 +31,4 @@ + exec php -q "$LIB"cake.php -working "$APP" "$@" - exec php -q ${LIB}cake.php -working "${APP}" "$@" - --exit; -\ No newline at end of file -+exit; + exit; ++ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 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 ESMTPS id 1F90CF94; Wed, 27 Nov 2013 16:20:11 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD66C2989; Wed, 27 Nov 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 rARGKAqG065451; Wed, 27 Nov 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 rARGKA7Z065450; Wed, 27 Nov 2013 16:20:10 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 16:20:10 GMT Message-Id: <201311271620.rARGKA7Z065450@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184332: [maintainer-update] Update www/cakephp13 to version 1.3.17 and fix build bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 16:20:11 -0000 Synopsis: [maintainer-update] Update www/cakephp13 to version 1.3.17 and fix build bug Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 27 16:20:10 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=184332 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 16: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 ESMTPS id 0BC85F65 for ; Wed, 27 Nov 2013 16:20:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EF5302987 for ; Wed, 27 Nov 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 rARGK2NT065369 for ; Wed, 27 Nov 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 rARGK2eK065368; Wed, 27 Nov 2013 16:20:02 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 16:20:02 GMT Message-Id: <201311271620.rARGK2eK065368@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Philippe =?iso-8859-1?Q?Aud=E9oud?= Subject: Re: ports/184235: net/pmf: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Philippe =?iso-8859-1?Q?Aud=E9oud?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 16:20:03 -0000 The following reply was made to PR ports/184235; it has been noted by GNATS. From: Philippe =?iso-8859-1?Q?Aud=E9oud?= To: KATO Tsuguru Cc: bug-followup@FreeBSD.org Subject: Re: ports/184235: net/pmf: Fix build on -current Date: Wed, 27 Nov 2013 17:14:08 +0100 On Thu, 28 Nov 2013, KATO Tsuguru wrote: > jadawin@FreeBSD.org wrote: >=20 > > Why do you define DOCS and EXAMPLES in OPTION and don't use it with > > PORT_OPTIONS:MDOCS and MEXAMPLES ? >=20 > Because documentation about converting ports to support STAGEDIR > advises us to do so. >=20 > https://wiki.freebsd.org/ports/StageDir If you let a choice with an option, you must have a difference in Makefile. An option with no choice in installation is not an option. Basically, a portlint -a raise an error in this case. --=20 Philippe Aud=E9oud From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 16:51:19 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 ESMTPS id DAC9A761; Wed, 27 Nov 2013 16:51:19 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B22A22B15; Wed, 27 Nov 2013 16:51: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 rARGpJZP073298; Wed, 27 Nov 2013 16:51:19 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARGpJpt073297; Wed, 27 Nov 2013 16:51:19 GMT (envelope-from culot) Date: Wed, 27 Nov 2013 16:51:19 GMT Message-Id: <201311271651.rARGpJpt073297@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/184245: biology/blat: Update to version 35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 16:51:19 -0000 Synopsis: biology/blat: Update to version 35 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Nov 27 16:51:19 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184245 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 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 ESMTPS id C06BE5EA for ; Wed, 27 Nov 2013 17:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 89B062CE4 for ; Wed, 27 Nov 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 rARHU0tv080857 for ; Wed, 27 Nov 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 rARHU0nf080856; Wed, 27 Nov 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 17:30:00 GMT Resent-Message-Id: <201311271730.rARHU0nf080856@freefall.freebsd.org> 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 ESMTPS id 1583F5E2 for ; Wed, 27 Nov 2013 17:28:39 +0000 (UTC) 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 055CF2CDE for ; Wed, 27 Nov 2013 17:28: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 rARHScgk093707 for ; Wed, 27 Nov 2013 17:28:38 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARHScQJ093613; Wed, 27 Nov 2013 17:28:38 GMT (envelope-from nobody) Message-Id: <201311271728.rARHScQJ093613@oldred.freebsd.org> Date: Wed, 27 Nov 2013 17:28:38 GMT From: Fernando To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184333: [maintainer update] Important update lang/basic256 to 1.0.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 17:30:00 -0000 >Number: 184333 >Category: ports >Synopsis: [maintainer update] Important update lang/basic256 to 1.0.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: Wed Nov 27 17:30: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: Port doesn't not build because the do-configure section was removed by mistake. >How-To-Repeat: cd /usr/ports/lang/basic256 && make >Fix: Apply the attached patch that restores such section Patch attached with submission follows: diff -ruN /usr/ports/lang/basic256/Makefile lang/basic256/Makefile --- /usr/ports/lang/basic256/Makefile 2013-11-23 17:52:29.000000000 +0100 +++ lang/basic256/Makefile 2013-11-27 18:22:10.000000000 +0100 @@ -24,6 +24,10 @@ MAKE_JOBS_UNSAFE= yes +do-configure: + @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ + ${QMAKE} "PREFIX=${PREFIX}" BASIC256.pro + post-patch: @${REINPLACE_CMD} -e 's/mutex/mymutex/' ${WRKSRC}/*.cpp @${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' ${WRKSRC}/BASIC256.pro >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 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 ESMTPS id A58C8F4F for ; Wed, 27 Nov 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8629B2ED0 for ; Wed, 27 Nov 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 rARIA0N2088279 for ; Wed, 27 Nov 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 rARIA0FW088278; Wed, 27 Nov 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 18:10:00 GMT Resent-Message-Id: <201311271810.rARIA0FW088278@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexandre Biancalana Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82B6CF3B for ; Wed, 27 Nov 2013 18:08:09 +0000 (UTC) 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 720C22EC5 for ; Wed, 27 Nov 2013 18:08: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 rARI88h8034573 for ; Wed, 27 Nov 2013 18:08:08 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARI885L034567; Wed, 27 Nov 2013 18:08:08 GMT (envelope-from nobody) Message-Id: <201311271808.rARI885L034567@oldred.freebsd.org> Date: Wed, 27 Nov 2013 18:08:08 GMT From: Alexandre Biancalana To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184334: p5-Elasticsearch new port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 18:10:00 -0000 >Number: 184334 >Category: ports >Synopsis: p5-Elasticsearch new port >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 Nov 27 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexandre Biancalana >Release: 9.2-RELEASE >Organization: >Environment: >Description: This port is the new (oficial) perl module for Elasticsearch. The ElasticSearch module was deprecated as described in http://search.cpan.org/~drtech/ElasticSearch-0.66/lib/ElasticSearch.pm#DEPRECATION >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: # # textproc/p5-Elasticsearch # textproc/p5-Elasticsearch/Makefile # textproc/p5-Elasticsearch/distinfo # textproc/p5-Elasticsearch/pkg-descr # textproc/p5-Elasticsearch/pkg-plist # echo c - textproc/p5-Elasticsearch mkdir -p textproc/p5-Elasticsearch > /dev/null 2>&1 echo x - textproc/p5-Elasticsearch/Makefile sed 's/^X//' >textproc/p5-Elasticsearch/Makefile << 'ae74bb244fc4ca188ac67cef913225d2' X# Created by: Alexandre Biancalana X# $FreeBSD$ X XPORTNAME= Elasticsearch XPORTVERSION= 0.75 XCATEGORIES= textproc perl5 XMASTER_SITES= CPAN/../by-authors/id/D/DR/DRTECH/ XPKGNAMEPREFIX= p5- X XMAINTAINER= ale@biancalanas.net XCOMMENT= The official client for Elasticsearch X XBUILD_DEPENDS:= p5-File-Temp>=0:${PORTSDIR}/devel/p5-File-Temp XRUN_DEPENDS:= p5-Log-Any-Adapter>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter \ X p5-Log-Any-Adapter-Callback>=0:${PORTSDIR}/devel/p5-Log-Any-Adapter-Callback \ X p5-Sub-Exporter>=0:${PORTSDIR}/devel/p5-Sub-Exporter \ X p5-HTTP-Message>=0:${PORTSDIR}/www/p5-HTTP-Message \ X p5-HTTP-Tiny>=0:${PORTSDIR}/www/p5-HTTP-Tiny \ X p5-Try-Tiny>=0:${PORTSDIR}/lang/p5-Try-Tiny \ X p5-Moo>=0:${PORTSDIR}/devel/p5-Moo \ X p5-Any-URI-Escape>=0:${PORTSDIR}/www/p5-Any-URI-Escape \ X p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL \ X p5-namespace-clean>=0:${PORTSDIR}/devel/p5-namespace-clean \ X p5-libwww>=0:${PORTSDIR}/www/p5-libwww \ X p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML \ X p5-JSON>=0:${PORTSDIR}/converters/p5-JSON XTEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ X p5-Test-Exception>=0:${PORTSDIR}/devel/p5-Test-Exception X XUSES= perl5 XUSE_PERL5= configure X XMAN3= Elasticsearch::Role::Serializer.3 \ X Elasticsearch::TestServer.3 \ X Elasticsearch::Client::Direct::Cluster.3 \ X Elasticsearch::Role::Cxn::HTTP.3 \ X Elasticsearch.3 \ X Elasticsearch::Role::Client::Direct.3 \ X Elasticsearch::Role::Logger.3 \ X Elasticsearch::Role::API.3 \ X Elasticsearch::Client::Direct.3 \ X Elasticsearch::Role::Client.3 \ X Elasticsearch::Bulk.3 \ X Elasticsearch::CxnPool::Static.3 \ X Elasticsearch::Cxn::Factory.3 \ X Elasticsearch::Util.3 \ X Elasticsearch::Scroll.3 \ X Elasticsearch::Transport.3 \ X Elasticsearch::Error.3 \ X Elasticsearch::Cxn::HTTPTiny.3 \ X Elasticsearch::Role::Cxn.3 \ X Elasticsearch::Role::CxnPool.3 \ X Elasticsearch::Cxn::LWP.3 \ X Elasticsearch::Util::API::QS.3 \ X Elasticsearch::Util::API::Path.3 \ X Elasticsearch::Logger::LogAny.3 \ X Elasticsearch::CxnPool::Sniff.3 \ X Elasticsearch::Serializer::JSON.3 \ X Elasticsearch::Client::Direct::Indices.3 \ X Elasticsearch::CxnPool::Static::NoPing.3 X XNO_STAGE= yes X.include ae74bb244fc4ca188ac67cef913225d2 echo x - textproc/p5-Elasticsearch/distinfo sed 's/^X//' >textproc/p5-Elasticsearch/distinfo << '8069d04fa7a16d281c8b9adb2215f010' XSHA256 (Elasticsearch-0.75.tar.gz) = 52f3e476099a2a82c920339e739f2626db9d0fa6b8a7289fa231be4a4af77f48 XSIZE (Elasticsearch-0.75.tar.gz) = 134536 8069d04fa7a16d281c8b9adb2215f010 echo x - textproc/p5-Elasticsearch/pkg-descr sed 's/^X//' >textproc/p5-Elasticsearch/pkg-descr << 'd17f5ed9f7627704a960028264ca6707' XThe official client for Elasticsearch. X XWWW: http://search.cpan.org/dist/Elasticsearch/ d17f5ed9f7627704a960028264ca6707 echo x - textproc/p5-Elasticsearch/pkg-plist sed 's/^X//' >textproc/p5-Elasticsearch/pkg-plist << '0ed691747e8d482ea3c3d39c5609cb52' X%%SITE_PERL%%/Elasticsearch.pm X%%SITE_PERL%%/bench_cxn.pl X%%SITE_PERL%%/Elasticsearch/TestServer.pm X%%SITE_PERL%%/Elasticsearch/Bulk.pm X%%SITE_PERL%%/Elasticsearch/Util.pm X%%SITE_PERL%%/Elasticsearch/Transport.pm X%%SITE_PERL%%/Elasticsearch/Scroll.pm X%%SITE_PERL%%/Elasticsearch/Error.pm X%%SITE_PERL%%/Elasticsearch/Role/Serializer.pm X%%SITE_PERL%%/Elasticsearch/Role/API.pm X%%SITE_PERL%%/Elasticsearch/Role/Logger.pm X%%SITE_PERL%%/Elasticsearch/Role/Client.pm X%%SITE_PERL%%/Elasticsearch/Role/Cxn.pm X%%SITE_PERL%%/Elasticsearch/Role/CxnPool.pm X%%SITE_PERL%%/Elasticsearch/Role/Cxn/HTTP.pm X%%SITE_PERL%%/Elasticsearch/Role/Client/Direct.pm X%%SITE_PERL%%/Elasticsearch/Client/Direct.pm X%%SITE_PERL%%/Elasticsearch/Client/Direct/Cluster.pm X%%SITE_PERL%%/Elasticsearch/Client/Direct/Indices.pm X%%SITE_PERL%%/Elasticsearch/Cxn/Factory.pm X%%SITE_PERL%%/Elasticsearch/Cxn/HTTPTiny.pm X%%SITE_PERL%%/Elasticsearch/Cxn/LWP.pm X%%SITE_PERL%%/Elasticsearch/CxnPool/Static.pm X%%SITE_PERL%%/Elasticsearch/CxnPool/Sniff.pm X%%SITE_PERL%%/Elasticsearch/CxnPool/Static/NoPing.pm X%%SITE_PERL%%/Elasticsearch/Util/API/Path.pm X%%SITE_PERL%%/Elasticsearch/Util/API/QS.pm X%%SITE_PERL%%/Elasticsearch/Logger/LogAny.pm X%%SITE_PERL%%/Elasticsearch/Serializer/JSON.pm X%%PERL5_MAN3%%/Elasticsearch::Role::Serializer.3 X%%PERL5_MAN3%%/Elasticsearch::TestServer.3 X%%PERL5_MAN3%%/Elasticsearch::Client::Direct::Cluster.3 X%%PERL5_MAN3%%/Elasticsearch::Role::Cxn::HTTP.3 X%%PERL5_MAN3%%/Elasticsearch.3 X%%PERL5_MAN3%%/Elasticsearch::Role::Client::Direct.3 X%%PERL5_MAN3%%/Elasticsearch::Role::Logger.3 X%%PERL5_MAN3%%/Elasticsearch::Role::API.3 X%%PERL5_MAN3%%/Elasticsearch::Client::Direct.3 X%%PERL5_MAN3%%/Elasticsearch::Role::Client.3 X%%PERL5_MAN3%%/Elasticsearch::Bulk.3 X%%PERL5_MAN3%%/Elasticsearch::CxnPool::Static.3 X%%PERL5_MAN3%%/Elasticsearch::Cxn::Factory.3 X%%PERL5_MAN3%%/Elasticsearch::Util.3 X%%PERL5_MAN3%%/Elasticsearch::Scroll.3 X%%PERL5_MAN3%%/Elasticsearch::Transport.3 X%%PERL5_MAN3%%/Elasticsearch::Error.3 X%%PERL5_MAN3%%/Elasticsearch::Cxn::HTTPTiny.3 X%%PERL5_MAN3%%/Elasticsearch::Role::Cxn.3 X%%PERL5_MAN3%%/Elasticsearch::Role::CxnPool.3 X%%PERL5_MAN3%%/Elasticsearch::Cxn::LWP.3 X%%PERL5_MAN3%%/Elasticsearch::Util::API::QS.3 X%%PERL5_MAN3%%/Elasticsearch::Util::API::Path.3 X%%PERL5_MAN3%%/Elasticsearch::Logger::LogAny.3 X%%PERL5_MAN3%%/Elasticsearch::CxnPool::Sniff.3 X%%PERL5_MAN3%%/Elasticsearch::Serializer::JSON.3 X%%PERL5_MAN3%%/Elasticsearch::Client::Direct::Indices.3 X%%PERL5_MAN3%%/Elasticsearch::CxnPool::Static::NoPing.3 0ed691747e8d482ea3c3d39c5609cb52 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 18:10: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 ESMTPS id 724E2F88; Wed, 27 Nov 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B3C82ED5; Wed, 27 Nov 2013 18: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 rARIA8k9089917; Wed, 27 Nov 2013 18: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 rARIA84o089916; Wed, 27 Nov 2013 18:10:08 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 18:10:08 GMT Message-Id: <201311271810.rARIA84o089916@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184334: p5-Elasticsearch new port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 18:10:08 -0000 Synopsis: p5-Elasticsearch new port Class-Changed-From-To: update->change-request Class-Changed-By: edwin Class-Changed-When: Wed Nov 27 18:10:07 UTC 2013 Class-Changed-Why: Fix category (new ports should be change-requests) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184334 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 18:22: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 ESMTPS id 624591C0; Wed, 27 Nov 2013 18:22:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 386382F87; Wed, 27 Nov 2013 18:22: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 rARIM0Ox096103; Wed, 27 Nov 2013 18:22:00 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARIM0wx096102; Wed, 27 Nov 2013 18:22:00 GMT (envelope-from lippe) Date: Wed, 27 Nov 2013 18:22:00 GMT Message-Id: <201311271822.rARIM0wx096102@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Subject: Re: ports/184334: p5-Elasticsearch new port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 18:22:00 -0000 Synopsis: p5-Elasticsearch new port Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Wed Nov 27 18:21:59 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184334 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 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 ESMTPS id D8D593E4 for ; Wed, 27 Nov 2013 18:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A013E2FD8 for ; Wed, 27 Nov 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 rARIU0hm096300 for ; Wed, 27 Nov 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 rARIU0lS096299; Wed, 27 Nov 2013 18:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 18:30:00 GMT Resent-Message-Id: <201311271830.rARIU0lS096299@freefall.freebsd.org> 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 ESMTPS id 53DAE2D2 for ; Wed, 27 Nov 2013 18:25:29 +0000 (UTC) Received: from mail-bk0-x229.google.com (mail-bk0-x229.google.com [IPv6:2a00:1450:4008: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 E14B12FB6 for ; Wed, 27 Nov 2013 18:25:28 +0000 (UTC) Received: by mail-bk0-f41.google.com with SMTP id v15so3448819bkz.28 for ; Wed, 27 Nov 2013 10:25:27 -0800 (PST) Received: from bsd-zsolt (91.83.206.131.pool.invitel.hu. [91.83.206.131]) by mx.google.com with ESMTPSA id t2sm56479674bkh.3.2013.11.27.10.25.24 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Wed, 27 Nov 2013 10:25:25 -0800 (PST) Received: by bsd-zsolt (sSMTP sendmail emulation); Wed, 27 Nov 2013 19:25:03 +0100 Message-Id: <52963915.823dcc0a.6057.ffffa41b@mx.google.com> Date: Wed, 27 Nov 2013 19:25:03 +0100 From: Zsolt Udvari To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184335: mupdf 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Wed, 27 Nov 2013 18:30:00 -0000 >Number: 184335 >Category: ports >Synopsis: mupdf 1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Nov 27 18:30: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: The MuPDF 1.3 is out (2013-08-15): http://www.mupdf.com/news . Please update! Thanks. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 18: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 ESMTPS id DD3EAAD3 for ; Wed, 27 Nov 2013 18:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BFCE32114 for ; Wed, 27 Nov 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 rARIo0dQ009390 for ; Wed, 27 Nov 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 rARIo0K8009389; Wed, 27 Nov 2013 18:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 18:50:00 GMT Resent-Message-Id: <201311271850.rARIo0K8009389@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Theis Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D810844 for ; Wed, 27 Nov 2013 18:43:24 +0000 (UTC) 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 13E9A20CA for ; Wed, 27 Nov 2013 18:43: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 rARIhN55052268 for ; Wed, 27 Nov 2013 18:43:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARIhNCe052265; Wed, 27 Nov 2013 18:43:23 GMT (envelope-from nobody) Message-Id: <201311271843.rARIhNCe052265@oldred.freebsd.org> Date: Wed, 27 Nov 2013 18:43:23 GMT From: Christoph Theis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184336: [maintainer-update] security/py-fail2ban: Fix for missing package testcases X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 18:50:00 -0000 >Number: 184336 >Category: ports >Synopsis: [maintainer-update] security/py-fail2ban: Fix for missing package testcases >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 Nov 27 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: With the latest version 0.8.11 of fail2ban there is a new package in the distribution, testcases, which has to be installed as well. Otherwise fail2ban-regex will fail with an exception. I had to bump PORTREVISION. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 335011) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= fail2ban PORTVERSION= 0.8.11 +PORTREVISION= 1 CATEGORIES= security python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: pkg-plist =================================================================== --- pkg-plist (revision 335011) +++ pkg-plist (working copy) @@ -158,6 +158,34 @@ %%PYTHON_SITELIBDIR%%/server/ticket.pyc %%PYTHON_SITELIBDIR%%/server/transmitter.py %%PYTHON_SITELIBDIR%%/server/transmitter.pyc +%%PYTHON_SITELIBDIR%%/testcases/__init__.py +%%PYTHON_SITELIBDIR%%/testcases/__init__.pyc +%%PYTHON_SITELIBDIR%%/testcases/actiontestcase.py +%%PYTHON_SITELIBDIR%%/testcases/actiontestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/actionstestcase.py +%%PYTHON_SITELIBDIR%%/testcases/actionstestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/banmanagertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/banmanagertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/clientreadertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/clientreadertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/datedetectortestcase.py +%%PYTHON_SITELIBDIR%%/testcases/datedetectortestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/dummyjail.py +%%PYTHON_SITELIBDIR%%/testcases/dummyjail.pyc +%%PYTHON_SITELIBDIR%%/testcases/failmanagertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/failmanagertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/filtertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/filtertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/misctestcase.py +%%PYTHON_SITELIBDIR%%/testcases/misctestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/samplestestcase.py +%%PYTHON_SITELIBDIR%%/testcases/samplestestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/servertestcase.py +%%PYTHON_SITELIBDIR%%/testcases/servertestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/sockettestcase.py +%%PYTHON_SITELIBDIR%%/testcases/sockettestcase.pyc +%%PYTHON_SITELIBDIR%%/testcases/utils.py +%%PYTHON_SITELIBDIR%%/testcases/utils.pyc bin/fail2ban-client bin/fail2ban-regex bin/fail2ban-server @@ -166,6 +194,8 @@ @dirrmtry %%ETCDIR%%/fail2ban.d @dirrmtry %%ETCDIR%%/action.d @dirrmtry %%ETCDIR%% +@dirrm %%PYTHON_SITELIBDIR%%/testcases @dirrm %%PYTHON_SITELIBDIR%%/server @dirrm %%PYTHON_SITELIBDIR%%/common @dirrm %%PYTHON_SITELIBDIR%%/client + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 18: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 ESMTPS id 7FA5FB02; Wed, 27 Nov 2013 18:50:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3A0122116; Wed, 27 Nov 2013 18: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 rARIo9bj009529; Wed, 27 Nov 2013 18: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 rARIo9mQ009528; Wed, 27 Nov 2013 18:50:09 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 18:50:09 GMT Message-Id: <201311271850.rARIo9mQ009528@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184336: [maintainer-update] security/py-fail2ban: Fix for missing package testcases X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 18:50:09 -0000 Synopsis: [maintainer-update] security/py-fail2ban: Fix for missing package testcases Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 27 18:50: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=184336 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 19: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 ESMTPS id CD23C1E2 for ; Wed, 27 Nov 2013 19:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AFD132220 for ; Wed, 27 Nov 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 rARJA0uG020884 for ; Wed, 27 Nov 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 rARJA0hb020872; Wed, 27 Nov 2013 19:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 19:10:00 GMT Resent-Message-Id: <201311271910.rARJA0hb020872@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ilya A. Arkhipov" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5196119B for ; Wed, 27 Nov 2013 19:03:27 +0000 (UTC) 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 282132201 for ; Wed, 27 Nov 2013 19:03:27 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rARJ3QI0005912 for ; Wed, 27 Nov 2013 19:03:26 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARJ3Qx7005908; Wed, 27 Nov 2013 19:03:26 GMT (envelope-from nobody) Message-Id: <201311271903.rARJ3Qx7005908@oldred.freebsd.org> Date: Wed, 27 Nov 2013 19:03:26 GMT From: "Ilya A. Arkhipov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184337: [PATCH] devel/cvsd: [STAGING Support] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 19:10:00 -0000 >Number: 184337 >Category: ports >Synopsis: [PATCH] devel/cvsd: [STAGING 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: Wed Nov 27 19:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ilya A. Arkhipov >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Home Inc. ^_^ >Environment: FreeBSD mhome 10.0-CURRENT FreeBSD 10.0-CURRENT #0: Thu Mar 29 18:04:50 UTC 2012 >Description: [PATCH] for devel/cvsd: - Added STAGING Support - Added License - Little style fixs >How-To-Repeat: >Fix: patch available there too: http://m1cro.tk/ports/devel/cvsd/cvsd_STAGING.patch Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 335040) +++ Makefile (working copy) @@ -18,40 +18,36 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ AUTOHEADER="${TRUE}" +OPTIONS_DEFINE= DOCS + MAN5= cvsd.conf.5 MAN8= cvsd.8 cvsd-buginfo.8 cvsd-buildroot.8 cvsd-passwd.8 PORTDOCS= FAQ NEWS README -PLIST_FILES= etc/cvsd/cvsd.conf.sample sbin/cvsd sbin/cvsd-buginfo \ - sbin/cvsd-buildroot sbin/cvsd-passwd -PLIST_DIRSTRY= etc/cvsd USE_RC_SUBR= cvsd -OPTIONS_DEFINE= DOCS -NO_STAGE= yes .include .if ${OSVERSION} > 1000000 -BUILD_DEPENDS= cvs:${PORTSDIR}/devel/cvs -RUN_DEPENDS= cvs:${PORTSDIR}/devel/cvs +BUILD_DEPENDS+= cvs:${PORTSDIR}/devel/cvs +RUN_DEPENDS+= cvs:${PORTSDIR}/devel/cvs .endif do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cvsd ${PREFIX}/sbin/cvsd + ${INSTALL_PROGRAM} ${WRKSRC}/cvsd ${STAGEDIR}${PREFIX}/sbin/cvsd .for f in cvsd-buginfo cvsd-buildroot cvsd-passwd - ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${PREFIX}/sbin + ${INSTALL_SCRIPT} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/sbin .endfor - @${MKDIR} ${PREFIX}/etc/cvsd - ${INSTALL_DATA} ${WRKSRC}/cvsd.conf-dist ${PREFIX}/etc/cvsd/cvsd.conf.sample + @${MKDIR} ${STAGEDIR}${PREFIX}/etc/cvsd + ${INSTALL_DATA} ${WRKSRC}/cvsd.conf-dist ${STAGEDIR}${PREFIX}/etc/cvsd/cvsd.conf.sample .for FILE in ${MAN5} - ${INSTALL_MAN} ${WRKSRC}/${FILE} ${MAN5PREFIX}/man/man5 + ${INSTALL_MAN} ${WRKSRC}/${FILE} ${STAGEDIR}${MAN5PREFIX}/man/man5 .endfor .for FILE in ${MAN8} - ${INSTALL_MAN} ${WRKSRC}/${FILE} ${MAN8PREFIX}/man/man8 + ${INSTALL_MAN} ${WRKSRC}/${FILE} ${STAGEDIR}${MAN8PREFIX}/man/man8 .endfor .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .endif - @${CAT} ${PKGMESSAGE} .include Index: pkg-plist =================================================================== --- pkg-plist (revision 0) +++ pkg-plist (working copy) @@ -0,0 +1,11 @@ +etc/cvsd/cvsd.conf.sample +man/man5/cvsd.conf.5.gz +man/man8/cvsd-buginfo.8.gz +man/man8/cvsd-buildroot.8.gz +man/man8/cvsd-passwd.8.gz +man/man8/cvsd.8.gz +sbin/cvsd +sbin/cvsd-buginfo +sbin/cvsd-buildroot +sbin/cvsd-passwd +@dirrmtry etc/cvsd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 19:30:24 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id 43F5D886; Wed, 27 Nov 2013 19:30:24 +0000 (UTC) Received: from forward1h.mail.yandex.net (forward1h.mail.yandex.net [IPv6:2a02:6b8:0:f05::10]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBBFC232E; Wed, 27 Nov 2013 19:30:23 +0000 (UTC) Received: from web12h.yandex.ru (web12h.yandex.ru [84.201.186.41]) by forward1h.mail.yandex.net (Yandex) with ESMTP id 454249E268D; Wed, 27 Nov 2013 23:30:20 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web12h.yandex.ru (Yandex) with ESMTP id 9CB221460306; Wed, 27 Nov 2013 23:30:19 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1385580619; bh=uQN3iKyDvl+W5xkcFidMw6cg1VEnFx7yQC5OppZ6Fvo=; h=From:To:In-Reply-To:References:Subject:Date; b=LhsKQOHWfI7C/q8tHyuFXq0olgT1XT5JWWQVPx6dveJaZGZ0xkblsfr6LlJElVsxI byE6Xlja8ifoJ+drVrSkvwXpgijGLnK8rZH1aQx1/dWrJ16QNSH6LN5MicAycG2XOK mRgFfvnG68/fcHSDY4cG5uqbgUsFudUH48ifPWxI= Received: from broadband-37-110-6-88.nationalcablenetworks.ru (broadband-37-110-6-88.nationalcablenetworks.ru [37.110.6.88]) by web12h.yandex.ru with HTTP; Wed, 27 Nov 2013 23:30:19 +0400 From: Ilya A. Arkhipov To: "FreeBSD-gnats-submit@FreeBSD.org" , "freebsd-ports-bugs@FreeBSD.org" In-Reply-To: <201311271910.rARJA0jG020826@freefall.freebsd.org> References: Your message of Wed, 27 Nov 2013 19:03:26 GMT <201311271903.rARJ3Qx7005908@oldred.freebsd.org> <201311271910.rARJA0jG020826@freefall.freebsd.org> Subject: Re: ports/184337: [PATCH] devel/cvsd: [STAGING Support] MIME-Version: 1.0 Message-Id: <56231385580619@web12h.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Wed, 27 Nov 2013 23:30:19 +0400 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 19:30:24 -0000 27.11.2013, 23:10, "FreeBSD-gnats-submit@FreeBSD.org" : > Thank you very much for your problem report. > It has the internal identification `ports/184337'. > 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=184337 > >> Category: ššššššports >> Responsible: šššfreebsd-ports-bugs >> Synopsis: šššššš[PATCH] devel/cvsd: [STAGING Support] >> Arrival-Date: ššWed Nov 27 19:10:00 UTC 2013 Oops forgot LICENSE in this patch: @@ -10,6 +10,8 @@ MAINTAINER= rum1cro@yandex.ru COMMENT= CVS pserver daemon +LICENSE= GPLv2 + EXTRA_PATCHES= ${FILESDIR}/extra-cvsd-buildroot.in USES= perl5 http://m1cro.tk/ports/devel/cvsd/cvsd_STAGING.patch have correct patch -- With Best Regards, Ilya A. Arkhipov From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 19: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 ESMTPS id B6D25C61 for ; Wed, 27 Nov 2013 19:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A67C323BC for ; Wed, 27 Nov 2013 19: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 rARJe1WT023954 for ; Wed, 27 Nov 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 rARJe1w4023953; Wed, 27 Nov 2013 19:40:01 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 19:40:01 GMT Message-Id: <201311271940.rARJe1w4023953@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Ilya A. Arkhipov" Subject: Re: ports/184337: [PATCH] devel/cvsd: [STAGING Support] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: "Ilya A. Arkhipov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 19:40:01 -0000 The following reply was made to PR ports/184337; it has been noted by GNATS. From: Ilya A. Arkhipov To: "FreeBSD-gnats-submit@FreeBSD.org" , "freebsd-ports-bugs@FreeBSD.org" Cc: Subject: Re: ports/184337: [PATCH] devel/cvsd: [STAGING Support] Date: Wed, 27 Nov 2013 23:30:19 +0400 27.11.2013, 23:10, "FreeBSD-gnats-submit@FreeBSD.org" : > Thank you very much for your problem report. > It has the internal identification `ports/184337'. > 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=184337 > >> Category: ššššššports >> Responsible: šššfreebsd-ports-bugs >> Synopsis: šššššš[PATCH] devel/cvsd: [STAGING Support] >> Arrival-Date: ššWed Nov 27 19:10:00 UTC 2013 Oops forgot LICENSE in this patch: @@ -10,6 +10,8 @@ MAINTAINER= rum1cro@yandex.ru COMMENT= CVS pserver daemon +LICENSE= GPLv2 + EXTRA_PATCHES= ${FILESDIR}/extra-cvsd-buildroot.in USES= perl5 http://m1cro.tk/ports/devel/cvsd/cvsd_STAGING.patch have correct patch -- With Best Regards, Ilya A. Arkhipov From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 21: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 ESMTPS id D76321E2 for ; Wed, 27 Nov 2013 21:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7C3C2829 for ; Wed, 27 Nov 2013 21: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 rARL00Uw061853 for ; Wed, 27 Nov 2013 21: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 rARL00SK061840; Wed, 27 Nov 2013 21:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 21:00:00 GMT Resent-Message-Id: <201311272100.rARL00SK061840@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Ilya A. Arkhipov" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 71E91CBB for ; Wed, 27 Nov 2013 20:51:00 +0000 (UTC) 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 51E302788 for ; Wed, 27 Nov 2013 20:51: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 rARKol4x056262 for ; Wed, 27 Nov 2013 20:50:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARKolR7056248; Wed, 27 Nov 2013 20:50:47 GMT (envelope-from nobody) Message-Id: <201311272050.rARKolR7056248@oldred.freebsd.org> Date: Wed, 27 Nov 2013 20:50:47 GMT From: "Ilya A. Arkhipov" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184338: [PATCH] irc/ircd-ru: [STAGING Support] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 21:00:00 -0000 >Number: 184338 >Category: ports >Synopsis: [PATCH] irc/ircd-ru: [STAGING 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: Wed Nov 27 21:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ilya A. Arkhipov >Release: 10.0-CURRENT(it's not a current ;(() >Organization: Home Inc. ^_^ >Environment: >Description: [PATCH] for irc/ircd-ru - Added STAGING Support - Added License - Some style - New correct MASTER_SITE >How-To-Repeat: >Fix: patch you can find there http://m1cro.tk/ports/irc/ircd-ru/ircd_STAGING.patch , also Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 335040) +++ Makefile (working copy) @@ -4,16 +4,17 @@ PORTNAME= ircd-ru PORTVERSION= 1.0.7 PORTREVISION= 6 -CATEGORIES= irc russian -MASTER_SITES= http://link.wenet.su/ +CATEGORIES= russian irc +MASTER_SITES= http://m1cro.tk/ports/distfiles/ DISTNAME= ircd-RU-${PORTVERSION}-03-rc-20090810 MAINTAINER= rum1cro@yandex.ru COMMENT= An irc daemon with translation schemes and other useful features +LICENSE= GPLv1 + USE_BZIP2= yes GNU_CONFIGURE= yes -SUB_FILES= pkg-message USE_RC_SUBR= ircd WRKSRC= ${WRKDIR}/ircd-RU-${PORTVERSION}-03-rc @@ -20,10 +21,11 @@ USERS= ircd GROUPS= ${USERS} -VARDIR= /var +VARDIR= /var PLIST_SUB= VARDIR=${VARDIR} -OPTIONS_DEFINE= WENET HUB ENCRYPTION SYSLOGFILE DRONEMODULE AUTHMODULE DNSBL SELECT DOCS +OPTIONS_DEFINE= WENET HUB ENCRYPTION SYSLOGFILE DRONEMODULE AUTHMODULE \ + DNSBL SELECT DOCS WENET_DESC= irc.wenet.ru specific options HUB_DESC= hub support ENCRYPTION_DESC= RC4 crypt (server to server connection) @@ -33,7 +35,6 @@ DNSBL_DESC= DNSBL support SELECT_DESC= enable select I/O -NO_STAGE= yes .include # irc.wenet.ru specific options @@ -49,7 +50,7 @@ # enable RC4 crypt (server to server connection) .if ${PORT_OPTIONS:MENCRYPTION} CONFIGURE_ARGS+=--enable-encryption -LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp +LIB_DEPENDS+= gmp:${PORTSDIR}/math/gmp .endif # log to file instead of syslog @@ -79,8 +80,11 @@ post-patch: .if ! ${PORT_OPTIONS:MDOCS} - @${REINPLACE_CMD} -Ee '/(dir_HPATH)|opers.txt/d' ${WRKSRC}/tools/install_ircd.in + @${REINPLACE_CMD} -Ee '/(dir_HPATH)|opers.txt/d' \ + ${STAGEDIR}${WRKSRC}/tools/install_ircd.in .endif + @${REINPLACE_CMD} -e 's#@prefix@#${STAGEDIR}${PREFIX}#' \ + ${WRKSRC}/include/paths.h.in pre-build: @${ECHO_MSG} "" @@ -89,7 +93,7 @@ @${ECHO_MSG} "" post-install: - @${CHOWN} -R ircd:ircd ${VARDIR}/log/ircd-ru - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${VARDIR}/log/ircd-ru + @${MKDIR} ${STAGEDIR}${VARDIR}/run/ircd-ru .include Index: files/patch-paths.h.in =================================================================== --- files/patch-paths.h.in (revision 335040) +++ files/patch-paths.h.in (working copy) @@ -1,8 +1,8 @@ --- include/paths.h.in.orig Sun Aug 10 21:29:06 2003 +++ include/paths.h.in Sun Aug 10 21:30:46 2003 @@ -55,26 +55,26 @@ - - + + #define DPATH "@prefix@" -#define SPATH "bin/ircd@BIN_SUF@" +#define SPATH "sbin/ircd@BIN_SUF@" @@ -11,7 +11,7 @@ -#define MDIR "modules" +#define CPDIR "share/ircd-ru/codepages" +#define MDIR "share/ircd-ru/modules" - + -#define CPATH "etc/ircd.conf" -#define KPATH "etc/kline.conf" -#define MPATH "etc/ircd.motd" @@ -26,13 +26,13 @@ +#define LPATH "/var/log/ircd-ru/ircd.log" +#define PPATH "/var/run/ircd-ru/ircd.pid" +#define HPATH "share/doc/ircd-ru/opers.txt" - + -#define EPATH ".ircd.entropy" -#define MCPATH ".maxclients" +#define EPATH "/var/run/ircd-ru/.ircd.entropy" +#define MCPATH "/var/run/ircd-ru/.maxclients" - - + + -#define FNAME_USERLOG "var/log/users" -#define FNAME_OPERLOG "var/log/opers" -#define FNAME_SYSLOG "var/log/syslog" @@ -39,6 +39,6 @@ +#define FNAME_USERLOG "/var/log/ircd-ru/users" +#define FNAME_OPERLOG "/var/log/ircd-ru/opers" +#define FNAME_SYSLOG "/var/log/ircd-ru/syslog" - - + + #endif /* !__PATHS_H__ */ Index: pkg-plist =================================================================== --- pkg-plist (revision 335040) +++ pkg-plist (working copy) @@ -1,17 +1,3 @@ -sbin/ircd -bin/ircdpasswd -%%ETCDIR%%/ircd.conf-dist -%%ETCDIR%%/ircd.motd-dist -%%ETCDIR%%/ircd.smotd-dist -@unexec [ -s %D/%%ETCDIR%%/kline.conf ] || rm -f %D/%%ETCDIR%%/kline.conf -@exec [ -f %D/%%ETCDIR%%/kline.conf ] || touch %D/%%ETCDIR%%/kline.conf -%%ETCDIR%%/ru_RU.CP1251/ircd.motd-dist -%%ETCDIR%%/ru_RU.CP1251/ircd.smotd-dist -%%ETCDIR%%/ru_RU.KOI8-R/ircd.conf-dist -%%PORTDOCS%%%%DOCSDIR%%/README.Ilines -%%PORTDOCS%%%%DOCSDIR%%/opers.txt -%%PORTDOCS%%%%DOCSDIR%%/ru_RU.KOI8-R/FAQ -%%PORTDOCS%%%%DOCSDIR%%/ru_RU.KOI8-R/README %%DATADIR%%/codepages/cp1251.cp %%DATADIR%%/codepages/cp866.cp %%DATADIR%%/codepages/iso8859-5.cp @@ -18,15 +4,32 @@ %%DATADIR%%/codepages/koi8-f.cp %%DATADIR%%/codepages/koi8-r.cp %%DATADIR%%/codepages/translit.cp -@dirrm %%ETCDIR%%/ru_RU.CP1251 -@dirrm %%ETCDIR%%/ru_RU.KOI8-R -@dirrm %%DATADIR%%/codepages -@dirrm %%DATADIR%%/modules -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%/ru_RU.KOI8-R -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@exec mkdir -m 755 %%VARDIR%%/log/ircd-ru -@exec chown ircd:ircd %%VARDIR%%/log/ircd-ru -@unexec rmdir %%VARDIR%%/log/ircd-ru -@unexec rmdir %%VARDIR%%/run/ircd-ru -@dirrmtry %%ETCDIR%% +%%PORTDOCS%%%%DOCSDIR%%/README.Ilines +%%PORTDOCS%%%%DOCSDIR%%/opers.txt +%%PORTDOCS%%%%DOCSDIR%%/ru_RU.KOI8-R/FAQ +%%PORTDOCS%%%%DOCSDIR%%/ru_RU.KOI8-R/README +@dirrmtry %%DATADIR%% +@dirrmtry %%DATADIR%%/codepages +@dirrmtry %%DATADIR%%/modules +@dirrmtry %%PORTDOCS%%%%DOCSDIR%% +@dirrmtry %%PORTDOCS%%%%DOCSDIR%%/ru_RU.KOI8-R +@dirrmtry etc/ircd-ru +@dirrmtry etc/ircd-ru/ru_RU.CP1251 +@dirrmtry etc/ircd-ru/ru_RU.KOI8-R +@mode 755 +@owner ircd +@group ircd +%%VARDIR%%/log/ircd-ru +%%VARDIR%%/run/ircd-ru +@group +@owner +@mode +bin/ircdpasswd +etc/ircd-ru/ircd.conf-dist +etc/ircd-ru/ircd.motd-dist +etc/ircd-ru/ircd.smotd-dist +etc/ircd-ru/kline.conf +etc/ircd-ru/ru_RU.CP1251/ircd.motd-dist +etc/ircd-ru/ru_RU.CP1251/ircd.smotd-dist +etc/ircd-ru/ru_RU.KOI8-R/ircd.conf-dist +sbin/ircd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 21:26: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 ESMTPS id DDCC7DC3; Wed, 27 Nov 2013 21:26:42 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AEF642B99; Wed, 27 Nov 2013 21:26: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 rARLQgAO076589; Wed, 27 Nov 2013 21:26:42 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARLQgD9076588; Wed, 27 Nov 2013 21:26:42 GMT (envelope-from delphij) Date: Wed, 27 Nov 2013 21:26:42 GMT Message-Id: <201311272126.rARLQgD9076588@freefall.freebsd.org> To: delphij@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, delphij@FreeBSD.org From: delphij@FreeBSD.org Subject: Re: ports/183300: [maintainer update]update net/shadowsocks-libev from 1.4.0 to 1.4.0_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 21:26:42 -0000 Synopsis: [maintainer update]update net/shadowsocks-libev from 1.4.0 to 1.4.0_1 Responsible-Changed-From-To: freebsd-ports-bugs->delphij Responsible-Changed-By: delphij Responsible-Changed-When: Wed Nov 27 21:26:34 UTC 2013 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=183300 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 23: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 ESMTPS id B70F5AD8 for ; Wed, 27 Nov 2013 23:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 779CD27C for ; Wed, 27 Nov 2013 23: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 rARNA02l098008 for ; Wed, 27 Nov 2013 23: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 rARNA06X098007; Wed, 27 Nov 2013 23:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 23:10:00 GMT Resent-Message-Id: <201311272310.rARNA06X098007@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerald Pfeifer Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA037A85 for ; Wed, 27 Nov 2013 23:04:54 +0000 (UTC) Received: from ref10-i386.freebsd.org (ref10-i386.freebsd.org [IPv6:2001:1900:2254:206c::16:8a]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A606A25B; Wed, 27 Nov 2013 23:04:54 +0000 (UTC) Received: from ref10-i386.freebsd.org (localhost [127.0.0.1]) by ref10-i386.freebsd.org (8.14.7/8.14.7) with ESMTP id rARN4sdY013978; Wed, 27 Nov 2013 23:04:54 GMT (envelope-from gerald@ref10-i386.freebsd.org) Received: (from gerald@localhost) by ref10-i386.freebsd.org (8.14.7/8.14.7/Submit) id rARN4rVW013977; Wed, 27 Nov 2013 23:04:53 GMT (envelope-from gerald) Message-Id: <201311272304.rARN4rVW013977@ref10-i386.freebsd.org> Date: Wed, 27 Nov 2013 23:04:53 GMT From: Gerald Pfeifer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184339: lang/python27 does not allow unsetting NLS (or other options) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 23:10:00 -0000 >Number: 184339 >Category: ports >Synopsis: lang/python27 does not allow unsetting NLS (or other options) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 27 23:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gerald Pfeifer >Release: FreeBSD 10.0-BETA3 i386 >Organization: >Environment: >Description: By default, ports behave as follows on my systems (or ref10-i386): % lang/gcc48> make -V PORT_OPTIONS BOOTSTRAP DOCS EXAMPLES IPV6 JAVA NLS That is NLS is enabled, but can be disabled: lang/gcc48% env WITHOUT_NLS=1 make -V PORT_OPTIONS BOOTSTRAP DOCS EXAMPLES IPV6 JAVA lang/gcc48% env OPTIONS_UNSET=NLS make -V PORT_OPTIONS BOOTSTRAP DOCS EXAMPLES IPV6 JAVA However, with lang/python27 this does not work? lang/python27% env WITHOUT_NLS=1 make -V PORT_OPTIONS DOCS EXAMPLES IPV6 NLS PYMALLOC THREADS UCS4 lang/python27% env OPTIONS_UNSET=NLS make -V PORT_OPTIONS DOCS EXAMPLES IPV6 NLS PYMALLOC THREADS UCS4 (This is not specific to NLS, same for options like IPV6 or UCS4.) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 23:10: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 ESMTPS id 89291B0B; Wed, 27 Nov 2013 23:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CFD3282; Wed, 27 Nov 2013 23: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 rARNA8cv098163; Wed, 27 Nov 2013 23: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 rARNA8o6098162; Wed, 27 Nov 2013 23:10:08 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 23:10:08 GMT Message-Id: <201311272310.rARNA8o6098162@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184339: lang/python27 does not allow unsetting NLS (or other options) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 23:10:08 -0000 Synopsis: lang/python27 does not allow unsetting NLS (or other options) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 27 23: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=184339 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 23: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 ESMTPS id 58B5BADE for ; Wed, 27 Nov 2013 23:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 32D39281 for ; Wed, 27 Nov 2013 23: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 rARNA1l9098085 for ; Wed, 27 Nov 2013 23: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 rARNA1lN098084; Wed, 27 Nov 2013 23:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Nov 2013 23:10:01 GMT Resent-Message-Id: <201311272310.rARNA1lN098084@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Chukharev Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA1B0AAC for ; Wed, 27 Nov 2013 23:07:14 +0000 (UTC) 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 C5DE0265 for ; Wed, 27 Nov 2013 23:07: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 rARN7ESZ009421 for ; Wed, 27 Nov 2013 23:07:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rARN7Eo4009418; Wed, 27 Nov 2013 23:07:14 GMT (envelope-from nobody) Message-Id: <201311272307.rARN7Eo4009418@oldred.freebsd.org> Date: Wed, 27 Nov 2013 23:07:14 GMT From: Vladimir Chukharev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184341: Update devel/py-robotframework to version 2.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 23:10:01 -0000 >Number: 184341 >Category: ports >Synopsis: Update devel/py-robotframework to version 2.8.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: Wed Nov 27 23:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vladimir Chukharev >Release: 9.2-STABLE >Organization: >Environment: FreeBSD vovaasus 9.2-STABLE FreeBSD 9.2-STABLE #5 r258338: Tue Nov 19 22:26:27 EET 2013 root@vovaasus:/usr/obj/usr/src/sys/VOVA amd64 >Description: Update devel/py-robotframework from version 2.8.1 to 2.8.2. The sources moved from googlecode to PyPI (aka cheezeshop). If possible, make me again the maintainer of this port. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 334932) +++ Makefile (working copy) @@ -2,9 +2,9 @@ # $FreeBSD$ PORTNAME= robotframework -PORTVERSION= 2.8.1 +PORTVERSION= 2.8.2 CATEGORIES= devel www python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org Index: distinfo =================================================================== --- distinfo (revision 334932) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (robotframework-2.8.1.tar.gz) = dcbe5614cc155a291477a8b4f5446d75c18502a33d78b8ae1bfe16196296fc13 -SIZE (robotframework-2.8.1.tar.gz) = 555530 +SHA256 (robotframework-2.8.2.tar.gz) = da1cb3318a349a7c359a4f0c78d75c87561791f12235dc48551400bee2bf6c5f +SIZE (robotframework-2.8.2.tar.gz) = 568721 Index: pkg-plist =================================================================== --- pkg-plist (revision 334932) +++ pkg-plist (working copy) @@ -40,6 +40,7 @@ %%PYTHON_SITELIBDIR%%/robot/htmldata/lib/jquery.tablesorter.min.js %%PYTHON_SITELIBDIR%%/robot/htmldata/lib/jquery.tmpl.min.js %%PYTHON_SITELIBDIR%%/robot/htmldata/lib/jsxcompressor.js +%%PYTHON_SITELIBDIR%%/robot/htmldata/lib/jsxcompressor.min.js %%PYTHON_SITELIBDIR%%/robot/htmldata/libdoc/libdoc.css %%PYTHON_SITELIBDIR%%/robot/htmldata/libdoc/libdoc.html %%PYTHON_SITELIBDIR%%/robot/htmldata/libdoc/print.css @@ -282,6 +283,9 @@ %%PYTHON_SITELIBDIR%%/robot/parsing/restreader.py %%PYTHON_SITELIBDIR%%/robot/parsing/restreader.pyc %%PYTHON_SITELIBDIR%%/robot/parsing/restreader.pyo +%%PYTHON_SITELIBDIR%%/robot/parsing/restsupport.py +%%PYTHON_SITELIBDIR%%/robot/parsing/restsupport.pyc +%%PYTHON_SITELIBDIR%%/robot/parsing/restsupport.pyo %%PYTHON_SITELIBDIR%%/robot/parsing/settings.py %%PYTHON_SITELIBDIR%%/robot/parsing/settings.pyc %%PYTHON_SITELIBDIR%%/robot/parsing/settings.pyo @@ -342,6 +346,9 @@ %%PYTHON_SITELIBDIR%%/robot/result/executionresult.py %%PYTHON_SITELIBDIR%%/robot/result/executionresult.pyc %%PYTHON_SITELIBDIR%%/robot/result/executionresult.pyo +%%PYTHON_SITELIBDIR%%/robot/result/flattenkeywordmatcher.py +%%PYTHON_SITELIBDIR%%/robot/result/flattenkeywordmatcher.pyc +%%PYTHON_SITELIBDIR%%/robot/result/flattenkeywordmatcher.pyo %%PYTHON_SITELIBDIR%%/robot/result/keyword.py %%PYTHON_SITELIBDIR%%/robot/result/keyword.pyc %%PYTHON_SITELIBDIR%%/robot/result/keyword.pyo @@ -537,6 +544,9 @@ %%PYTHON_SITELIBDIR%%/robot/utils/robotenv.py %%PYTHON_SITELIBDIR%%/robot/utils/robotenv.pyc %%PYTHON_SITELIBDIR%%/robot/utils/robotenv.pyo +%%PYTHON_SITELIBDIR%%/robot/utils/robotinspect.py +%%PYTHON_SITELIBDIR%%/robot/utils/robotinspect.pyc +%%PYTHON_SITELIBDIR%%/robot/utils/robotinspect.pyo %%PYTHON_SITELIBDIR%%/robot/utils/robotpath.py %%PYTHON_SITELIBDIR%%/robot/utils/robotpath.pyc %%PYTHON_SITELIBDIR%%/robot/utils/robotpath.pyo @@ -552,6 +562,9 @@ %%PYTHON_SITELIBDIR%%/robot/utils/unic.py %%PYTHON_SITELIBDIR%%/robot/utils/unic.pyc %%PYTHON_SITELIBDIR%%/robot/utils/unic.pyo +%%PYTHON_SITELIBDIR%%/robot/utils/utf8reader.py +%%PYTHON_SITELIBDIR%%/robot/utils/utf8reader.pyc +%%PYTHON_SITELIBDIR%%/robot/utils/utf8reader.pyo %%PYTHON_SITELIBDIR%%/robot/variables/__init__.py %%PYTHON_SITELIBDIR%%/robot/variables/__init__.pyc %%PYTHON_SITELIBDIR%%/robot/variables/__init__.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 23: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 ESMTPS id 6D730B82; Wed, 27 Nov 2013 23:10:16 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41574285; Wed, 27 Nov 2013 23: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 rARNAGTA098248; Wed, 27 Nov 2013 23: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 rARNAGT1098247; Wed, 27 Nov 2013 23:10:16 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 23:10:16 GMT Message-Id: <201311272310.rARNAGT1098247@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184341: Update devel/py-robotframework to version 2.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 23:10:16 -0000 Synopsis: Update devel/py-robotframework to version 2.8.2 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Nov 27 23:10:15 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=184341 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 23:11: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 ESMTPS id EC04CC34; Wed, 27 Nov 2013 23:11:29 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0CCC2C4; Wed, 27 Nov 2013 23:11: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 rARNBTnM099942; Wed, 27 Nov 2013 23:11:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rARNBTYi099941; Wed, 27 Nov 2013 23:11:29 GMT (envelope-from edwin) Date: Wed, 27 Nov 2013 23:11:29 GMT Message-Id: <201311272311.rARNBTYi099941@freefall.freebsd.org> To: udvzsolt@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184335: graphics/mupdf 1.3 available X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Nov 2013 23:11:30 -0000 Synopsis: graphics/mupdf 1.3 available State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Nov 27 23:11:29 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184335 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 27 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 ESMTPS id B56CEE84 for ; Wed, 27 Nov 2013 23:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9E5EA314 for ; Wed, 27 Nov 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 rARNK1NF001339 for ; Wed, 27 Nov 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 rARNK1VQ001338; Wed, 27 Nov 2013 23:20:01 GMT (envelope-from gnats) Date: Wed, 27 Nov 2013 23:20:01 GMT Message-Id: <201311272320.rARNK1VQ001338@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184335: graphics/mupdf 1.3 available X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 27 Nov 2013 23:20:01 -0000 The following reply was made to PR ports/184335; it has been noted by GNATS. From: Edwin Groothuis To: lichray@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184335: graphics/mupdf 1.3 available Date: Wed, 27 Nov 2013 23:11:28 UT Maintainer of graphics/mupdf, Please note that PR ports/184335 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/184335 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 00: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 ESMTPS id C55BA6BD for ; Thu, 28 Nov 2013 00:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A065771 for ; Thu, 28 Nov 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 rAS001xw008498 for ; Thu, 28 Nov 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 rAS001j0008493; Thu, 28 Nov 2013 00:00:01 GMT (envelope-from gnats) Date: Thu, 28 Nov 2013 00:00:01 GMT Message-Id: <201311280000.rAS001j0008493@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Zhihao Yuan Subject: Re: ports/184335: graphics/mupdf 1.3 available X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Zhihao Yuan List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 00:00:01 -0000 The following reply was made to PR ports/184335; it has been noted by GNATS. From: Zhihao Yuan To: bug-followup@freebsd.org Cc: Subject: Re: ports/184335: graphics/mupdf 1.3 available Date: Wed, 27 Nov 2013 18:50:02 -0500 On Wed, Nov 27, 2013 at 6:11 PM, Edwin Groothuis wrote: > Maintainer of graphics/mupdf, > > Please note that PR ports/184335 has just been submitted. This requires upgrading openjpeg to 2.0; I'm sorry that I have no time to do so. -- Zhihao Yuan, ID lichray The best way to predict the future is to invent it. ___________________________________________________ 4BSD -- http://4bsd.biz/ From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 00: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 ESMTPS id 36D9ABF6 for ; Thu, 28 Nov 2013 00:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0C1A9923 for ; Thu, 28 Nov 2013 00: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 rAS0e0A1027070 for ; Thu, 28 Nov 2013 00: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 rAS0e0Gd027069; Thu, 28 Nov 2013 00:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 00:40:00 GMT Resent-Message-Id: <201311280040.rAS0e0Gd027069@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70FBFB68 for ; Thu, 28 Nov 2013 00:30:16 +0000 (UTC) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3087A8E9 for ; Thu, 28 Nov 2013 00:30:15 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.7/8.14.7) with ESMTP id rAS0U7JB037142 for ; Wed, 27 Nov 2013 18:30:07 -0600 (CST) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com ([127.0.0.1] helo=tethys.ringofsaturn.com) by ASSP.nospam with ESMTPS(DHE-RSA-CAMELLIA256-SHA) (ASSP 1.9.9); 27 Nov 2013 18:30:06 -0600 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.7/8.14.7/Submit) id rAS0U65S037141; Wed, 27 Nov 2013 18:30:06 -0600 (CST) (envelope-from rnejdl) Message-Id: Date: Wed, 27 Nov 2013 18:30:06 -0600 (CST) From: Rusty Nejdl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184342: Update port games/megaglest to version 3.9.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 00:40:01 -0000 >Number: 184342 >Category: ports >Synopsis: Update port games/megaglest to version 3.9.0.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 28 00:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.2-STABLE FreeBSD 9.2-STABLE #1 r257395: Wed Oct 30 17:37:14 CDT 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64 >Description: This updates megaglest and megaglest-data to 3.9.0.4 and also fixes much of the build on FreeBSD 10. With my virtual setup incomplete, I cannot completely confirm but this gets it MUCH closer if not all the way there. >How-To-Repeat: >Fix: --- megaglest-3.9.0.4.diff begins here --- diff -ruN megaglest/Makefile megaglest.new/Makefile --- megaglest/Makefile 2013-09-22 17:17:17.000000000 -0500 +++ megaglest.new/Makefile 2013-11-27 16:44:17.000000000 -0600 @@ -2,10 +2,9 @@ # $FreeBSD: head/games/megaglest/Makefile 327730 2013-09-20 17:36:33Z bapt $ PORTNAME= megaglest -PORTVERSION= 3.7.1 -PORTREVISION= 2 +PORTVERSION= 3.9.0.4 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_3.9.0/ DISTNAME= ${PORTNAME}-source-${PORTVERSION} MAINTAINER= rnejdl@ringofsaturn.com @@ -31,11 +30,10 @@ USE_OPENAL= al alut USE_SDL= yes USE_WX= 2.8+ - -MAKE_JOBS_UNSAFE=yes +MAKE_JOBS_UNSAFE= yes CFLAGS+= -I${LOCALBASE}/include/libpng15 -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +WRKSRC= ${WRKDIR}/${PORTNAME}-3.9.0 OPTIONS_DEFINE= EDITOR EDITOR_DESC= Install MegaGlest Editor @@ -49,17 +47,13 @@ PLIST_SUB+= EDITOR="@comment " .endif -post-patch: - @${REINPLACE_CMD} -e '//d' \ - ${WRKSRC}/source/shared_lib/sources/platform/posix/miniftpclient.cpp - do-install: - ${STRIP_CMD} ${WRKSRC}/mk/linux/megaglest + ${STRIP_CMD} ${WRKSRC}/source/glest_game/megaglest @${MKDIR} ${DATADIR} .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .endif - ${INSTALL_PROGRAM} ${WRKSRC}/mk/linux/megaglest ${PREFIX}/bin/${PORTNAME} + ${INSTALL_PROGRAM} ${WRKSRC}/source/glest_game/megaglest ${PREFIX}/bin/${PORTNAME} .for f in glest.ini glestkeys.ini servers.ini ${INSTALL_DATA} ${WRKSRC}/${f} ${DATADIR} .endfor @@ -67,7 +61,7 @@ ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} .endfor .if ${PORT_OPTIONS:MEDITOR} - ${INSTALL_PROGRAM} ${WRKSRC}/mk/linux/megaglest_editor ${PREFIX}/bin/megaglest_editor + ${INSTALL_PROGRAM} ${WRKSRC}/source/glest_map_editor/megaglest_editor ${PREFIX}/bin/megaglest_editor .endif post-install: diff -ruN megaglest/distinfo megaglest.new/distinfo --- megaglest/distinfo 2013-08-30 14:30:30.000000000 -0500 +++ megaglest.new/distinfo 2013-11-22 15:44:13.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (megaglest-source-3.7.1.tar.xz) = 0222196c6a274cfd1b5fd074206a6bedcf3da4f343345f3e2682e704f94adc26 -SIZE (megaglest-source-3.7.1.tar.xz) = 1439864 +SHA256 (megaglest-source-3.9.0.4.tar.xz) = 3362ade61af3c01c2d8976d2d481769698dc0c800f35251b8c5489f8e41d9bc3 +SIZE (megaglest-source-3.9.0.4.tar.xz) = 1596692 diff -ruN megaglest/files/patch-mk-cmake-modules-FindMiniupnpc.cmake megaglest.new/files/patch-mk-cmake-modules-FindMiniupnpc.cmake --- megaglest/files/patch-mk-cmake-modules-FindMiniupnpc.cmake 2013-08-30 14:30:30.000000000 -0500 +++ megaglest.new/files/patch-mk-cmake-modules-FindMiniupnpc.cmake 1969-12-31 18:00:00.000000000 -0600 @@ -1,114 +0,0 @@ ---- mk/cmake/Modules/FindMiniupnpc.cmake.orig 2013-05-15 21:42:23.000000000 -0500 -+++ mk/cmake/Modules/FindMiniupnpc.cmake 2013-05-15 21:42:02.000000000 -0500 -@@ -58,20 +58,40 @@ - #include - int main() - { -- struct UPNPDev *devlist = NULL; -- int upnp_delay = 5000; -- const char *upnp_multicastif = NULL; -- const char *upnp_minissdpdsock = NULL; -- int upnp_sameport = 0; -- int upnp_ipv6 = 0; -- int upnp_error = 0; -- devlist = upnpDiscover(upnp_delay, upnp_multicastif, upnp_minissdpdsock, upnp_sameport, upnp_ipv6, &upnp_error); -+ static struct UPNPUrls urls; -+ static struct IGDdatas data; -+ -+ GetUPNPUrls (&urls, &data, \"myurl\",0); - - return 0; - }" -- MINIUPNPC_VERSION_1_6_OR_HIGHER) -- -- IF (NOT MINIUPNPC_VERSION_1_6_OR_HIGHER) -+ MINIUPNPC_VERSION_1_7_OR_HIGHER) -+ -+ IF (NOT MINIUPNPC_VERSION_1_7_OR_HIGHER) -+ set(CMAKE_REQUIRED_INCLUDES ${MINIUPNP_INCLUDE_DIR}) -+ set(CMAKE_REQUIRED_LIBRARIES ${MINIUPNP_LIBRARY}) -+ check_cxx_source_runs(" -+ #include -+ #include -+ #include -+ #include -+ int main() -+ { -+ struct UPNPDev *devlist = NULL; -+ int upnp_delay = 5000; -+ const char *upnp_multicastif = NULL; -+ const char *upnp_minissdpdsock = NULL; -+ int upnp_sameport = 0; -+ int upnp_ipv6 = 0; -+ int upnp_error = 0; -+ devlist = upnpDiscover(upnp_delay, upnp_multicastif, upnp_minissdpdsock, upnp_sameport, upnp_ipv6, &upnp_error); -+ -+ return 0; -+ }" -+ MINIUPNPC_VERSION_PRE1_7) -+ ENDIF() -+ -+ IF (NOT MINIUPNPC_VERSION_PRE1_7 AND NOT MINIUPNPC_VERSION_1_7_OR_HIGHER) - set(CMAKE_REQUIRED_INCLUDES ${MINIUPNP_INCLUDE_DIR}) - set(CMAKE_REQUIRED_LIBRARIES ${MINIUPNP_LIBRARY}) - check_cxx_source_runs(" -@@ -96,25 +116,27 @@ - - ENDIF() - -- set(CMAKE_REQUIRED_INCLUDES ${MINIUPNP_INCLUDE_DIR}) -- set(CMAKE_REQUIRED_LIBRARIES ${MINIUPNP_LIBRARY}) -- check_cxx_source_runs(" -- #include -- #include -- #include -- #include -- static struct UPNPUrls urls; -- static struct IGDdatas data; -- int main() -- { -- char externalIP[16] = ""; -- UPNP_GetExternalIPAddress(urls.controlURL, data.first.servicetype, externalIP); -+ IF (NOT MINIUPNPC_VERSION_PRE1_6 AND NOT MINIUPNPC_VERSION_PRE1_7 AND NOT MINIUPNPC_VERSION_1_7_OR_HIGHER) -+ set(CMAKE_REQUIRED_INCLUDES ${MINIUPNP_INCLUDE_DIR}) -+ set(CMAKE_REQUIRED_LIBRARIES ${MINIUPNP_LIBRARY}) -+ check_cxx_source_runs(" -+ #include -+ #include -+ #include -+ #include -+ static struct UPNPUrls urls; -+ static struct IGDdatas data; -+ int main() -+ { -+ char externalIP[16] = ""; -+ UPNP_GetExternalIPAddress(urls.controlURL, data.first.servicetype, externalIP); - -- return 0; -- }" -- MINIUPNPC_VERSION_1_5_OR_HIGHER) -+ return 0; -+ }" -+ MINIUPNPC_VERSION_1_5_OR_HIGHER) -+ ENDIF() - -- IF (NOT MINIUPNPC_VERSION_1_5_OR_HIGHER) -+ IF (NOT MINIUPNPC_VERSION_1_5_OR_HIGHER AND NOT MINIUPNPC_VERSION_PRE1_6 AND NOT MINIUPNPC_VERSION_PRE1_7 AND NOT MINIUPNPC_VERSION_1_7_OR_HIGHER) - set(CMAKE_REQUIRED_INCLUDES ${MINIUPNP_INCLUDE_DIR}) - set(CMAKE_REQUIRED_LIBRARIES ${MINIUPNP_LIBRARY}) - check_cxx_source_runs(" -@@ -141,8 +163,12 @@ - IF(MINIUPNPC_VERSION_PRE1_6) - message(STATUS "Found miniupnpc version is pre v1.6") - ENDIF() -- IF(NOT MINIUPNPC_VERSION_PRE1_5 AND NOT MINIUPNPC_VERSION_PRE1_6) -- message(STATUS "Found miniupnpc version is v1.6 or higher") -+ IF(MINIUPNPC_VERSION_PRE1_7) -+ message(STATUS "Found miniupnpc version is pre v1.7") -+ ENDIF() -+ -+ IF(NOT MINIUPNPC_VERSION_PRE1_5 AND NOT MINIUPNPC_VERSION_PRE1_6 AND NOT MINIUPNPC_VERSION_PRE1_7) -+ message(STATUS "Found miniupnpc version is v1.7 or higher") - ENDIF() - - else () diff -ruN megaglest/files/patch-source-share_lib-sources-platform-posix-socket.cpp megaglest.new/files/patch-source-share_lib-sources-platform-posix-socket.cpp --- megaglest/files/patch-source-share_lib-sources-platform-posix-socket.cpp 2013-08-30 14:30:30.000000000 -0500 +++ megaglest.new/files/patch-source-share_lib-sources-platform-posix-socket.cpp 1969-12-31 18:00:00.000000000 -0600 @@ -1,25 +0,0 @@ ---- source/shared_lib/sources/platform/posix/socket.cpp.orig 2013-05-15 21:33:42.000000000 -0500 -+++ source/shared_lib/sources/platform/posix/socket.cpp 2013-05-15 21:37:06.000000000 -0500 -@@ -2478,13 +2478,22 @@ - if(SystemFlags::VERBOSE_MODE_ENABLED) printf("UPnP device found: %s %s\n", dev->descURL, dev->st); - - //printf("UPnP device found: [%s] [%s] lanaddr [%s]\n", dev->descURL, dev->st,lanaddr); -+#ifndef MINIUPNPC_VERSION_PRE1_7 -+ descXML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, (sizeof(lanaddr) / sizeof(lanaddr[0])),0); -+#else - descXML = (char *)miniwget_getaddr(dev->descURL, &descXMLsize, lanaddr, (sizeof(lanaddr) / sizeof(lanaddr[0]))); -+#endif - if(SystemFlags::getSystemSettingType(SystemFlags::debugNetwork).enabled) SystemFlags::OutputDebug(SystemFlags::debugNetwork,"LAN address: %s\n", lanaddr); - - if (descXML) { - parserootdesc (descXML, descXMLsize, &data); - free (descXML); descXML = 0; -+ -+#ifndef MINIUPNPC_VERSION_PRE1_7 -+ GetUPNPUrls (&urls, &data, dev->descURL,0); -+#else - GetUPNPUrls (&urls, &data, dev->descURL); -+#endif - } - snprintf(buf, 255,"UPnP device found: %s %s LAN address %s", dev->descURL, dev->st, lanaddr); - diff -ruN megaglest/files/patch-source-shared_lib-CMakeLists.txt megaglest.new/files/patch-source-shared_lib-CMakeLists.txt --- megaglest/files/patch-source-shared_lib-CMakeLists.txt 2013-08-30 14:30:30.000000000 -0500 +++ megaglest.new/files/patch-source-shared_lib-CMakeLists.txt 1969-12-31 18:00:00.000000000 -0600 @@ -1,34 +0,0 @@ ---- source/shared_lib/CMakeLists.txt.orig 2013-05-15 21:40:33.000000000 -0500 -+++ source/shared_lib/CMakeLists.txt 2013-05-15 21:41:00.000000000 -0500 -@@ -116,7 +116,7 @@ - # - # INCLUDE_DIRECTORIES(${LUAJIT_INCLUDE_DIR}) - # IF(UNIX) --# SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUAJIT_LIBRARIES} "libdl.so") -+# SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUAJIT_LIBRARIES} ${CMAKE_DL_LIBS}) - # ENDIF() - # ELSE() - # MESSAGE(STATUS "**WARNING: LUAJIT NOT found, so Lua performance may suffer.") -@@ -124,7 +124,7 @@ - FIND_PACKAGE(LUA REQUIRED) - INCLUDE_DIRECTORIES(${LUA_INCLUDE_DIR}) - IF(UNIX) -- SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUA_LIBRARIES} "libdl.so") -+ SET(EXTERNAL_LIBS ${EXTERNAL_LIBS} ${LUA_LIBRARIES} ${CMAKE_DL_LIBS}) - ENDIF() - # ENDIF() - -@@ -297,7 +297,12 @@ - ADD_DEFINITIONS(-DMINIUPNPC_VERSION_PRE1_6) - message(STATUS "Adding macro for miniupnpc version: pre v1.6") - ENDIF() -- IF(NOT MINIUPNPC_VERSION_PRE1_5 AND NOT MINIUPNPC_VERSION_PRE1_6) -+ IF(MINIUPNPC_VERSION_PRE1_7) -+ ADD_DEFINITIONS(-DMINIUPNPC_VERSION_PRE1_7) -+ message(STATUS "Adding macro for miniupnpc version: pre v1.7") -+ ENDIF() -+ -+ IF(NOT MINIUPNPC_VERSION_PRE1_5 AND NOT MINIUPNPC_VERSION_PRE1_6 AND NOT MINIUPNPC_VERSION_PRE1_7) - message(STATUS "**No macros required for miniupnpc version") - ENDIF() - diff -ruN megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp megaglest.new/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp --- megaglest/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp 2013-08-30 14:30:30.000000000 -0500 +++ megaglest.new/files/patch-source-shared_lib-sources-platform-posix-ircclient.cpp 2013-11-22 15:51:59.000000000 -0600 @@ -1,14 +1,13 @@ ---- source/shared_lib/sources/platform/posix/ircclient.cpp 2012-11-10 03:22:28.000000000 -0600 -+++ source/shared_lib/sources/platform/posix/ircclient.cpp.new 2012-11-20 11:51:10.000000000 -0600 -@@ -14,11 +14,7 @@ - #include "util.h" - #include "platform_common.h" +--- source/shared_lib/sources/platform/posix/ircclient.cpp.orig 2013-11-22 15:51:23.000000000 -0600 ++++ source/shared_lib/sources/platform/posix/ircclient.cpp 2013-11-22 15:51:42.000000000 -0600 +@@ -19,10 +19,7 @@ + #if !defined(DISABLE_IRCCLIENT) + #include -- -// upstream moved some defines into new headers as of 1.6 -#ifndef LIBIRCCLIENT_PRE1_6 #include -#endif - #include - #include + #endif + --- megaglest-3.9.0.4.diff ends here --- --- megaglest-data-3.9.0.4.diff begins here --- diff -ruN megaglest-data/Makefile megaglest-data.new/Makefile --- megaglest-data/Makefile 2013-10-22 21:29:26.000000000 -0500 +++ megaglest-data.new/Makefile 2013-11-22 15:40:19.000000000 -0600 @@ -2,7 +2,7 @@ # $FreeBSD: head/games/megaglest-data/Makefile 331269 2013-10-22 13:53:33Z amdmi3 $ PORTNAME= megaglest -PORTVERSION= 3.7.1 +PORTVERSION= 3.9.0 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}_${PORTVERSION}/ PKGNAMESUFFIX= -data diff -ruN megaglest-data/distinfo megaglest-data.new/distinfo --- megaglest-data/distinfo 2013-08-30 14:30:43.000000000 -0500 +++ megaglest-data.new/distinfo 2013-11-22 15:40:57.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (megaglest-data-3.7.1.tar.xz) = e31a84d32e35bd1b96ebba55188d05099411497dae4bad2ece9cb0cea5723b0d -SIZE (megaglest-data-3.7.1.tar.xz) = 191777052 +SHA256 (megaglest-data-3.9.0.tar.xz) = e6d6fdc994a6cc99e00bafda53537964ba069bb4bdcb3257dcbe4f7434011fc2 +SIZE (megaglest-data-3.9.0.tar.xz) = 269393520 --- megaglest-data-3.9.0.4.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 00: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 ESMTPS id E9ADAC23; Thu, 28 Nov 2013 00:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE759924; Thu, 28 Nov 2013 00: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 rAS0e9BV027144; Thu, 28 Nov 2013 00: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 rAS0e9gp027143; Thu, 28 Nov 2013 00:40:09 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 00:40:09 GMT Message-Id: <201311280040.rAS0e9gp027143@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184342: Update port games/megaglest to version 3.9.0.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 00:40:10 -0000 Synopsis: Update port games/megaglest to version 3.9.0.4 Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Nov 28 00: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=184342 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 01: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 ESMTPS id 065E8F16 for ; Thu, 28 Nov 2013 01:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BCAC6A4E for ; Thu, 28 Nov 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 rAS1A0kd037373 for ; Thu, 28 Nov 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 rAS1A0lP037372; Thu, 28 Nov 2013 01:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 01:10:00 GMT Resent-Message-Id: <201311280110.rAS1A0lP037372@freefall.freebsd.org> 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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F1BDED99 for ; Thu, 28 Nov 2013 01:02:06 +0000 (UTC) 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 DEC5EA15 for ; Thu, 28 Nov 2013 01:02: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 rAS126N6015947 for ; Thu, 28 Nov 2013 01:02:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAS126aA015935; Thu, 28 Nov 2013 01:02:06 GMT (envelope-from nobody) Message-Id: <201311280102.rAS126aA015935@oldred.freebsd.org> Date: Thu, 28 Nov 2013 01:02:06 GMT From: clutton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184344: pentadactyl update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 01:10:01 -0000 >Number: 184344 >Category: ports >Synopsis: pentadactyl update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 28 01:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: clutton >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/www/xpi-pentadactyl/Makefile b/www/xpi-pentadactyl/Makefile index 4b15ba0..5b86cb1 100644 --- a/www/xpi-pentadactyl/Makefile +++ b/www/xpi-pentadactyl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pentadactyl -PORTVERSION= 20130808 +PORTVERSION= 20131128 CATEGORIES= www MASTER_SITES= GOOGLE_CODE PROJECTHOST= dactyl diff --git a/www/xpi-pentadactyl/distinfo b/www/xpi-pentadactyl/distinfo index 13de26f..96e2183 100644 --- a/www/xpi-pentadactyl/distinfo +++ b/www/xpi-pentadactyl/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/pentadactyl-20130808.xpi) = bdc1b43c35038d780984621d422b82b87dcfc8a8ec34eec99f278b4cf57d2bc4 -SIZE (xpi/pentadactyl-20130808.xpi) = 542566 +SHA256 (xpi/pentadactyl-20131128.xpi) = 35ac2ddcd198d5e89070d4908d129f25072109e83e4febce3ea2d4902c1ac358 +SIZE (xpi/pentadactyl-20131128.xpi) = 543068 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 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 ESMTPS id 355CC110 for ; Thu, 28 Nov 2013 04:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0E8E112C9 for ; Thu, 28 Nov 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 rAS4e0vF080509 for ; Thu, 28 Nov 2013 04: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 rAS4e0Nn080466; Thu, 28 Nov 2013 04:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 04:40:00 GMT Resent-Message-Id: <201311280440.rAS4e0Nn080466@freefall.freebsd.org> 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 ESMTPS id 135EE101 for ; Thu, 28 Nov 2013 04:38:41 +0000 (UTC) Received: from smtpout1.timeweb.ru (smtpout1.timeweb.ru [92.53.117.15]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C254212BE for ; Thu, 28 Nov 2013 04:38:40 +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 1VltH9-0004eU-Be; Thu, 28 Nov 2013 08:32:27 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 0D7C61C39; Thu, 28 Nov 2013 08:32:27 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 082B6427; Thu, 28 Nov 2013 08:32:27 +0400 (MSK) Message-Id: <20131128043227.082B6427@hades.panopticon> Date: Thu, 28 Nov 2013 08:32:27 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184345: [PATCH] graphics/nip2: multiple fixes and bugs Cc: mi@aldan.algebra.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 04:40:01 -0000 >Number: 184345 >Category: ports >Synopsis: [PATCH] graphics/nip2: multiple fixes and bugs >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 28 04:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-BETA3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258666: Wed Nov 27 03:06:10 MSK >Description: - Fix build on 10.x - Fix build with recent graphviz - Remove useless REINPLACE The port also has leftovers when build with DOCS disabled (NOPORTDOCS): --- === Checking filesystem state after all packages deleted ================================================================ list of extra files and directories in / (not present on clean system but present after everything was deinstalled) 3052660 8 drwxr-xr-x 3 root wheel 512 Nov 28 01:56 usr/local/share/doc/nip2 3052661 8 drwxr-xr-x 2 root wheel 512 Nov 28 01:56 usr/local/share/doc/nip2/pdf 3052662 3072 -rw-r--r-- 1 root wheel 1517694 Nov 28 01:56 usr/local/share/doc/nip2/pdf/nipguide.pdf ================================================================ --- Port maintainer (mi@aldan.algebra.com) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- nip2-7.26.3_2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 335075) +++ Makefile (working copy) @@ -32,8 +32,13 @@ MAN1= nip2.1 +.include + +.if ${OSVERSION} >= 1000013 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-parser.h +.endif + post-patch: - ${REINPLACE_CMD} -e 's, malkovich,,' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|n_bytes|x_n_bytes|g' -e 's|text_size|x_text_size|g' \ ${WRKSRC}/src/gtkitementry.c Index: files/extra-patch-src-parser.h =================================================================== --- files/extra-patch-src-parser.h (revision 0) +++ files/extra-patch-src-parser.h (working copy) @@ -0,0 +1,11 @@ +--- src/parser.h.orig 2011-01-25 19:44:07.000000000 +0300 ++++ src/parser.h 2013-11-28 04:22:09.853554221 +0400 +@@ -54,7 +54,7 @@ + */ + void yyerror( const char *sub, ... ) + __attribute__((format(printf, 1, 2))); +-extern int yyleng; /* lex stuff */ ++extern size_t yyleng; /* lex stuff */ + + /* Lex gathers tokens here for workspace.c + */ Index: files/patch-src-graphwindow.c =================================================================== --- files/patch-src-graphwindow.c (revision 0) +++ files/patch-src-graphwindow.c (working copy) @@ -0,0 +1,11 @@ +--- src/graphwindow.c.orig 2011-01-25 19:44:07.000000000 +0300 ++++ src/graphwindow.c 2013-11-28 03:48:15.996694984 +0400 +@@ -260,7 +260,7 @@ + + IM_FREEF( agclose, graphwindow->graph ); + +- graphwindow->graph = agread( of->fp ); ++ graphwindow->graph = agread( of->fp, NULL ); + + ifile_close( of ); + unlinkf( "%s", tname ); --- nip2-7.26.3_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 04:40: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 ESMTPS id 6F703171; Thu, 28 Nov 2013 04:40:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45B3012F3; Thu, 28 Nov 2013 04:40: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 rAS4eFRt082247; Thu, 28 Nov 2013 04:40:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAS4eFJd082246; Thu, 28 Nov 2013 04:40:15 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 04:40:15 GMT Message-Id: <201311280440.rAS4eFJd082246@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184345: [PATCH] graphics/nip2: multiple fixes and bugs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 04:40:15 -0000 Synopsis: [PATCH] graphics/nip2: multiple fixes and bugs Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 04:40:14 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=184345 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 04: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 ESMTPS id 23B68141; Thu, 28 Nov 2013 04:40:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EEFB912CC; Thu, 28 Nov 2013 04: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 rAS4e87n082108; Thu, 28 Nov 2013 04: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 rAS4e8bf082107; Thu, 28 Nov 2013 04:40:08 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 04:40:08 GMT Message-Id: <201311280440.rAS4e8bf082107@freefall.freebsd.org> To: amdmi3@amdmi3.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184346: [PATCH] ports-mgmt/porttools: incorrect svn detection X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 04:40:09 -0000 Synopsis: [PATCH] ports-mgmt/porttools: incorrect svn detection State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Nov 28 04:40:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184346 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 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 ESMTPS id D56F2112 for ; Thu, 28 Nov 2013 04:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 963E212CB for ; Thu, 28 Nov 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 rAS4e14E080540 for ; Thu, 28 Nov 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 rAS4e1ge080527; Thu, 28 Nov 2013 04:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 04:40:01 GMT Resent-Message-Id: <201311280440.rAS4e1ge080527@freefall.freebsd.org> 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 ESMTPS id 3B1FCE7; Thu, 28 Nov 2013 04:36:47 +0000 (UTC) Received: from smtpout1.timeweb.ru (smtpout1.timeweb.ru [92.53.117.15]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E80D412B8; Thu, 28 Nov 2013 04:36:46 +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 1VltLH-0000Fa-Cc; Thu, 28 Nov 2013 08:36:43 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 08E131C3A; Thu, 28 Nov 2013 08:36:43 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id F2215429; Thu, 28 Nov 2013 08:36:42 +0400 (MSK) Message-Id: <20131128043642.F2215429@hades.panopticon> Date: Thu, 28 Nov 2013 08:36:42 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184346: [PATCH] ports-mgmt/porttools: incorrect svn detection Cc: mat@FreeBSD.org, joemann@beefree.free.de, tota@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 04:40:01 -0000 >Number: 184346 >Category: ports >Synopsis: [PATCH] ports-mgmt/porttools: incorrect svn detection >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Nov 28 04:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-BETA3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258666: Wed Nov 27 03:06:10 MSK >Description: Porttools check for .svn subdirectory in the port's dir to check whether SVN diff method should be used. With newer svn versions (1.7, 1.8) this check will fail, as there's only single .svn directory in the working directory root but not in the subdirectories. Probably `svn info` output should be checked instead. With this bug, `port submit` produces patches with simple diff which contain RCS id changes ($FreeBSD$) - with these, patch usually does not apply making life harder for committers, so this should be fixed pretty much as soon as possible. It'd also be useful to add --ignore-properties to svn diff here. Port maintainer (joemann@beefree.free.de) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 04: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 ESMTPS id 9DA6E22F for ; Thu, 28 Nov 2013 04:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AAD6132B for ; Thu, 28 Nov 2013 04: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 rAS4o2YM082678 for ; Thu, 28 Nov 2013 04: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 rAS4o27f082677; Thu, 28 Nov 2013 04:50:02 GMT (envelope-from gnats) Date: Thu, 28 Nov 2013 04:50:02 GMT Message-Id: <201311280450.rAS4o27f082677@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184346: [PATCH] ports-mgmt/porttools: incorrect svn detection X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 28 Nov 2013 04:50:02 -0000 The following reply was made to PR ports/184346; it has been noted by GNATS. From: Edwin Groothuis To: joemann@beefree.free.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/184346: [PATCH] ports-mgmt/porttools: incorrect svn detection Date: Thu, 28 Nov 2013 04:40:07 UT Maintainer of ports-mgmt/porttools, Please note that PR ports/184346 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/184346 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 04: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 ESMTPS id 97226231 for ; Thu, 28 Nov 2013 04:50:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 71211132D for ; Thu, 28 Nov 2013 04: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 rAS4o3iT082689 for ; Thu, 28 Nov 2013 04: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 rAS4o3nW082688; Thu, 28 Nov 2013 04:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 04:50:03 GMT Resent-Message-Id: <201311280450.rAS4o3nW082688@freefall.freebsd.org> 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 ESMTPS id B57CF1DD for ; Thu, 28 Nov 2013 04:41:22 +0000 (UTC) Received: from smtpout1.timeweb.ru (smtpout1.timeweb.ru [92.53.117.15]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 70D9A1300 for ; Thu, 28 Nov 2013 04:41:22 +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 1VltH8-0004d7-0g; Thu, 28 Nov 2013 08:32:26 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 8C9611C38; Thu, 28 Nov 2013 08:32:25 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 7349D425; Thu, 28 Nov 2013 08:32:25 +0400 (MSK) Message-Id: <20131128043225.7349D425@hades.panopticon> Date: Thu, 28 Nov 2013 08:32:25 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184347: [PATCH] graphics/vips: multiple fixes and bugs Cc: mi@aldan.algebra.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 04:50:03 -0000 >Number: 184347 >Category: ports >Synopsis: [PATCH] graphics/vips: multiple fixes and bugs >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 28 04:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-BETA3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258666: Wed Nov 27 03:06:10 MSK >Description: - Fix typo on option description - Add DOCS to options - Fix build on 10.x by not linking to nonexistent libstdc++ The port also fails to configure with DOCS disabled: --- ... config.status: creating tools/Makefile config.status: creating tools/batch_crop config.status: creating tools/batch_image_convert config.status: creating tools/batch_rubber_sheet config.status: creating tools/light_correct config.status: creating tools/shrink_width config.status: creating swig/Makefile config.status: creating swig/vipsCC/Makefile config.status: creating swig/python/setup.py config.status: creating man/Makefile config.status: error: cannot find input file: `doc/Makefile.in' gmake[1]: *** [Makefile] Error 1 gmake[1]: Leaving directory `/usr/home/amdmi3/projects/freebsd/ports/graphics/vips/work/vips-7.26.3' ===> Compilation failed unexpectedly. --- There should be less brutal way of disabling docs installation. For instance, with staging and PORTDOCS=* this will be done automatically. Port maintainer (mi@aldan.algebra.com) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- vips-7.26.3_7.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 335075) +++ Makefile (working copy) @@ -10,9 +10,9 @@ MAINTAINER= mi@aldan.algebra.com COMMENT= Free image processing system -OPTIONS_DEFINE= LIBOIL PYTHON +OPTIONS_DEFINE= LIBOIL PYTHON DOCS OPTIONS_DEFAULT= LIBOIL -LIBOIL_DESC= Use leiboil for CPU-optimized primitives +LIBOIL_DESC= Use liboil for CPU-optimized primitives PYTHON_DESC= Create Python bindings BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser @@ -81,4 +81,8 @@ CONFIGURE_ARGS+= --without-liboil .endif +post-patch: + @${REINPLACE_CMD} -e '/VIPS_CXX_LIBS="-lstdc++"/ d' \ + ${WRKSRC}/configure.in ${WRKSRC}/configure + .include --- vips-7.26.3_7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 04:50:19 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 ESMTPS id D5462292; Thu, 28 Nov 2013 04:50:19 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC0D41333; Thu, 28 Nov 2013 04:50: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 rAS4oJ6A084282; Thu, 28 Nov 2013 04:50:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAS4oJGT084281; Thu, 28 Nov 2013 04:50:19 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 04:50:19 GMT Message-Id: <201311280450.rAS4oJGT084281@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184347: [PATCH] graphics/vips: multiple fixes and bugs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 04:50:19 -0000 Synopsis: [PATCH] graphics/vips: multiple fixes and bugs Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 04:50:19 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=184347 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 05: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 ESMTPS id B9196615 for ; Thu, 28 Nov 2013 05:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93F2614AD for ; Thu, 28 Nov 2013 05: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 rAS5K0AN089409 for ; Thu, 28 Nov 2013 05: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 rAS5K0so089408; Thu, 28 Nov 2013 05:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 05:20:00 GMT Resent-Message-Id: <201311280520.rAS5K0so089408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hon-Yu Lawrence Cheung Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B1CDE5D2 for ; Thu, 28 Nov 2013 05:15:40 +0000 (UTC) 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 9F0CA1488 for ; Thu, 28 Nov 2013 05:15:40 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAS5Fenk086476 for ; Thu, 28 Nov 2013 05:15:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAS5FeGe086470; Thu, 28 Nov 2013 05:15:40 GMT (envelope-from nobody) Message-Id: <201311280515.rAS5FeGe086470@oldred.freebsd.org> Date: Thu, 28 Nov 2013 05:15:40 GMT From: Hon-Yu Lawrence Cheung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184348: [PATCH] unbreak textproc/gtk-doc by adding dependance of textproc/docbook-xml-430 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 05:20:00 -0000 >Number: 184348 >Category: ports >Synopsis: [PATCH] unbreak textproc/gtk-doc by adding dependance of textproc/docbook-xml-430 >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 Nov 28 05:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hon-Yu Lawrence Cheung >Release: FreeBSD 9.2-RELEASE-p1 >Organization: >Environment: FreeBSD headquarter.honyucheung.net 9.2-RELEASE-p1 FreeBSD 9.2-RELEASE-p1 #6 r257696: Tue Nov 5 19:59:53 HKT 2013 root@headquarter.honyucheung.net:/usr/obj/usr/src/sys/HEADQUARTER amd64 >Description: textproc/gtk-doc fails to build at configure stage of poudriere. It is searching for DocBook XML DTD V4.3 but textproc/docbook-xml-430 is not a dependence of this port. my poudreiere error log as following: http://pastebin.com/N71FA7V8 >How-To-Repeat: build gtk-doc by poudriere >Fix: Apply the patch to adding textproc/docbook-xml-430 as build dependence. Patch attached with submission follows: --- /zfsraidz1/ports/textproc/gtk-doc/Makefile.original 2013-11-28 11:08:12.200337137 +0800 +++ /zfsraidz1/ports/textproc/gtk-doc/Makefile 2013-11-28 13:06:51.026338625 +0800 @@ -11,11 +11,12 @@ COMMENT= Code documentation system, originally for GTK+ BUILD_DEPENDS= jade:${PORTSDIR}/textproc/jade \ ${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/docbook.cat:${PORTSDIR}/textproc/docbook-sk \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ - rarian-sk-config:${PORTSDIR}/textproc/rarian + rarian-sk-config:${PORTSDIR}/textproc/rarian \ + ${LOCALBASE}/share/xml/docbook/4.3/catalog.xml:${PORTSDIR}/textproc/docbook-xml-430 RUN_DEPENDS= jade:${PORTSDIR}/textproc/jade \ ${LOCALBASE}/share/xml/docbook/${DOCBOOK_VERSION}/docbook.cat:${PORTSDIR}/textproc/docbook-sk \ ${LOCALBASE}/share/xsl/docbook/xhtml/chunk.xsl:${PORTSDIR}/textproc/docbook-xsl \ rarian-sk-config:${PORTSDIR}/textproc/rarian >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 05:20: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 ESMTPS id 7D378646; Thu, 28 Nov 2013 05:20:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53A3414DA; Thu, 28 Nov 2013 05: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 rAS5K8S5089543; Thu, 28 Nov 2013 05: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 rAS5K8Wg089542; Thu, 28 Nov 2013 05:20:08 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 05:20:08 GMT Message-Id: <201311280520.rAS5K8Wg089542@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184348: [PATCH] unbreak textproc/gtk-doc by adding dependance of textproc/docbook-xml-430 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 05:20:08 -0000 Synopsis: [PATCH] unbreak textproc/gtk-doc by adding dependance of textproc/docbook-xml-430 Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 05:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184348 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 09:21:33 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 ESMTPS id 4DD2284A; Thu, 28 Nov 2013 09:21:33 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23CEC1032; Thu, 28 Nov 2013 09:21: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 rAS9LWBg057429; Thu, 28 Nov 2013 09:21:33 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAS9LWg9057428; Thu, 28 Nov 2013 09:21:32 GMT (envelope-from jadawin) Date: Thu, 28 Nov 2013 09:21:32 GMT Message-Id: <201311280921.rAS9LWg9057428@freefall.freebsd.org> To: jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184344: www/xpi-pentadactyl update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 09:21:33 -0000 Synopsis: www/xpi-pentadactyl update Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: jadawin Responsible-Changed-When: Thu Nov 28 09:21:32 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184344 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 09: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 ESMTPS id D3A0EA27 for ; Thu, 28 Nov 2013 09:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE703106D for ; Thu, 28 Nov 2013 09: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 rAS9U0fP057653 for ; Thu, 28 Nov 2013 09: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 rAS9U0lQ057652; Thu, 28 Nov 2013 09:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 09:30:00 GMT Resent-Message-Id: <201311280930.rAS9U0lQ057652@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takashi Kato Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 948479DC for ; Thu, 28 Nov 2013 09:27:10 +0000 (UTC) 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 811711056 for ; Thu, 28 Nov 2013 09:27: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 rAS9RAVi095877 for ; Thu, 28 Nov 2013 09:27:10 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAS9RAa7095873; Thu, 28 Nov 2013 09:27:10 GMT (envelope-from nobody) Message-Id: <201311280927.rAS9RAa7095873@oldred.freebsd.org> Date: Thu, 28 Nov 2013 09:27:10 GMT From: Takashi Kato To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184350: [MAINTAINER] japanese/jd: update to 2.8.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 09:30:01 -0000 >Number: 184350 >Category: ports >Synopsis: [MAINTAINER] japanese/jd: update to 2.8.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Nov 28 09:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Takashi Kato >Release: 9.2-RELEASE amd64 >Organization: >Environment: FreeBSD 9.2-RELEASE #0: Tue Nov 26 12:25:40 UTC 2013 root@tinderbox.host:/usr/src/sys/magic/kernel/path >Description: update to 2.8.6 from 2.8.5_2 RedPorts: https://redports.org/buildarchive/20131126020900-48901/ >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN jd.orig/Makefile jd/Makefile --- jd.orig/Makefile 2013-09-21 03:47:54.000000000 +0900 +++ jd/Makefile 2013-11-26 10:51:59.000000000 +0900 @@ -2,12 +2,11 @@ # $FreeBSD: japanese/jd/Makefile 327737 2013-09-20 18:47:54Z bapt $ PORTNAME= jd -PORTVERSION= 2.8.5 -PORTREVISION= 2 +PORTVERSION= 2.8.6 CATEGORIES= japanese www MASTER_SITES= SFJP -MASTER_SITE_SUBDIR= jd4linux/56721 -DISTNAME= ${PORTNAME}-${PORTVERSION}-120826 +MASTER_SITE_SUBDIR= jd4linux/58841 +DISTNAME= ${PORTNAME}-${PORTVERSION}-130518 EXTRACT_SUFX= .tgz MAINTAINER= townwear@gmail.com diff -ruN jd.orig/distinfo jd/distinfo --- jd.orig/distinfo 2012-08-28 20:54:03.000000000 +0900 +++ jd/distinfo 2013-11-26 10:52:34.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (jd-2.8.5-120826.tgz) = 494a190ae64c222cd7080cb121f23043bd231829572cd685258185a9b5dfff32 -SIZE (jd-2.8.5-120826.tgz) = 784657 +SHA256 (jd-2.8.6-130518.tgz) = 3607807f4b230fb8e90ee7a7dd8fefd9182f7559162e411a5b30bf0f3fc9b2da +SIZE (jd-2.8.6-130518.tgz) = 763770 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 09: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 ESMTPS id 0B7BEFE8 for ; Thu, 28 Nov 2013 09:40:04 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBEA01167 for ; Thu, 28 Nov 2013 09:40: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 rAS9e3Zq059474 for ; Thu, 28 Nov 2013 09:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAS9e3ke059473; Thu, 28 Nov 2013 09:40:03 GMT (envelope-from gnats) Date: Thu, 28 Nov 2013 09:40:03 GMT Message-Id: <201311280940.rAS9e3ke059473@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/184235: net/pmf: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Thu, 28 Nov 2013 09:40:04 -0000 The following reply was made to PR ports/184235; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: jadawin@FreeBSD.org Subject: Re: ports/184235: net/pmf: Fix build on -current Date: Thu, 28 Nov 2013 18:29:02 +0900 jadawin@FreeBSD.org wrote: > If you let a choice with an option, you must have a difference in > Makefile. An option with no choice in installation is not an option. Porters-handbook also suggests that additional hacks in Makefile has been deprecated. When STAGEDIR is supported, PORT_OPTIONS value would be reffered during actuall installation from STAGEDIR to PREFIX. http://svnweb.freebsd.org/doc/head/en_US.ISO8859-1/books/porters-handbook/book.xml?r1=43053&r2=43054 > Basically, a portlint -a raise an error in this case. That warning appears to be wrong unless NO_STAGE=yes is set. It's likely that portlint hasn't been updated to catch up the latest specification yet. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 10: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 ESMTPS id D30AF8EB for ; Thu, 28 Nov 2013 10:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC41112E1 for ; Thu, 28 Nov 2013 10: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 rASAA0p4065007 for ; Thu, 28 Nov 2013 10: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 rASAA0fU065006; Thu, 28 Nov 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 10:10:00 GMT Resent-Message-Id: <201311281010.rASAA0fU065006@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Muhammad Moinur Rahman <5u623l20@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1AB137D4 for ; Thu, 28 Nov 2013 10:05:47 +0000 (UTC) Received: from bofh.1asiacom.net (bofh.1asiacom.net [103.4.109.98]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 381CE12B8 for ; Thu, 28 Nov 2013 10:05:45 +0000 (UTC) Received: from bofh.1asiacom.net (localhost [127.0.0.1]) by bofh.1asiacom.net (8.14.7/8.14.7) with ESMTP id rAS9ebQH012095 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 28 Nov 2013 15:40:37 +0600 (BDT) (envelope-from bofh@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.7/8.14.7/Submit) id rAS9eaQr012094; Thu, 28 Nov 2013 15:40:36 +0600 (BDT) (envelope-from bofh) Message-Id: <201311280940.rAS9eaQr012094@bofh.1asiacom.net> Date: Thu, 28 Nov 2013 15:40:36 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184351: [PATCH] audio/fdk-aac: update to 0.1.3, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 10:10:00 -0000 >Number: 184351 >Category: ports >Synopsis: [PATCH] audio/fdk-aac: update to 0.1.3, take maintainership >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 Nov 28 10:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Muhammad Moinur Rahman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD bofh.1asiacom.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r257540: Tue Nov 5 18:47:37 >Description: - Update to 0.1.3 - Take maintainership For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/fdk-aac/0.1.3/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/fdk-aac/0.1.3/84amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/fdk-aac/0.1.3/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/fdk-aac/0.1.3/92amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/fdk-aac/0.1.3/10b3i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/fdk-aac/0.1.3/10b3amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/fdk-aac/0.1.3/11i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/fdk-aac/0.1.3/11amd64-default.log Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- fdk-aac-0.1.3.patch begins here --- diff -ruN /usr/ports//audio/fdk-aac/Makefile ./Makefile --- /usr/ports//audio/fdk-aac/Makefile 2013-09-25 06:54:08.000000000 +0600 +++ ./Makefile 2013-11-26 19:55:24.000000000 +0600 @@ -1,24 +1,25 @@ # Created by: Martin Matuska -# $FreeBSD: audio/fdk-aac/Makefile 328226 2013-09-25 00:54:08Z bdrewery $ +# $FreeBSD: head/audio/fdk-aac/Makefile 328226 2013-09-25 00:54:08Z bdrewery $ PORTNAME= fdk-aac -PORTVERSION= 0.1.2 +PORTVERSION= 0.1.3 CATEGORIES= audio MASTER_SITES= SF/opencore-amr/${PORTNAME} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Port of the Fraunhofer FDK AAC Codec Library -NOT_FOR_ARCHS= sparc64 -NOT_FOR_ARCHS_REASON= not yet ported to this architecture - LICENSE= FRAUNHOFER_FDK_AAC LICENSE_NAME= Software License for The Fraunhofer FDK AAC Codec Library for Android LICENSE_FILE= ${WRKSRC}/NOTICE LICENSE_PERMS= dist-mirror pkg-mirror auto-accept +NOT_FOR_ARCHS= sparc64 +NOT_FOR_ARCHS_REASON= not yet ported to this architecture + GNU_CONFIGURE= yes CONFIGURE_ENV+= LIBS="-lm" +USE_LDCONFIG= yes post-patch: @${REINPLACE_CMD} -E -e \ diff -ruN /usr/ports//audio/fdk-aac/distinfo ./distinfo --- /usr/ports//audio/fdk-aac/distinfo 2013-07-31 02:45:38.000000000 +0600 +++ ./distinfo 2013-11-26 18:04:01.000000000 +0600 @@ -1,2 +1,2 @@ -SHA256 (fdk-aac-0.1.2.tar.gz) = e4eefa3e64a5110dd180decf21a255fe1c1e08548dbdc646e125835e7798cf4a -SIZE (fdk-aac-0.1.2.tar.gz) = 1976401 +SHA256 (fdk-aac-0.1.3.tar.gz) = a9cb872802cfb7a2aff7a549c114c547d1e518dd60c2f85942229cc20c0d0c8d +SIZE (fdk-aac-0.1.3.tar.gz) = 1982695 --- fdk-aac-0.1.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 10: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 ESMTPS id 9104D91A; Thu, 28 Nov 2013 10:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6768212E3; Thu, 28 Nov 2013 10: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 rASAA89T065147; Thu, 28 Nov 2013 10: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 rASAA8Ak065146; Thu, 28 Nov 2013 10:10:08 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 10:10:08 GMT Message-Id: <201311281010.rASAA8Ak065146@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184351: [PATCH] audio/fdk-aac: update to 0.1.3, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 10:10:08 -0000 Synopsis: [PATCH] audio/fdk-aac: update to 0.1.3, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 10:10: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=184351 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 13: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 ESMTPS id E033ACD4 for ; Thu, 28 Nov 2013 13:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B77C81D0F for ; Thu, 28 Nov 2013 13: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 rASDA0Fo004615 for ; Thu, 28 Nov 2013 13: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 rASDA0Lf004614; Thu, 28 Nov 2013 13:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 13:10:00 GMT Resent-Message-Id: <201311281310.rASDA0Lf004614@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kubilay Kocak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3DB0EBF2; Thu, 28 Nov 2013 13:02:31 +0000 (UTC) Received: from mail-pb0-x22d.google.com (mail-pb0-x22d.google.com [IPv6:2607:f8b0:400e:c01::22d]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0DB2E1CD8; Thu, 28 Nov 2013 13:02:31 +0000 (UTC) Received: by mail-pb0-f45.google.com with SMTP id rp16so12534854pbb.4 for ; Thu, 28 Nov 2013 05:02:30 -0800 (PST) Received: from 9-STABLE-amd64.elysium (ppp59-167-128-11.static.internode.on.net. [59.167.128.11]) by mx.google.com with ESMTPSA id er3sm95120787pbb.40.2013.11.28.05.02.28 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 28 Nov 2013 05:02:29 -0800 (PST) Received: by 9-STABLE-amd64.elysium (Postfix, from userid 1001) id 7942C39E0D; Fri, 29 Nov 2013 00:02:24 +1100 (EST) Message-Id: <20131128130224.7942C39E0D@9-STABLE-amd64.elysium> Date: Fri, 29 Nov 2013 00:02:24 +1100 (EST) From: Kubilay Kocak To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184352: [PATCH] x11/nvidia-driver: Update to 331.20 Cc: danfe@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 13:10:00 -0000 >Number: 184352 >Category: ports >Synopsis: [PATCH] x11/nvidia-driver: Update to 331.20 >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 Nov 28 13:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kubilay Kocak >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD 9-STABLE-amd64.elysium 9.2-STABLE FreeBSD 9.2-STABLE #3 r258507: Sun Nov 24 18:59:42 EST >Description: x11/nvidia-driver: Update to 331.20 Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- nvidia-driver-331.20.patch begins here --- diff -ruN /usr/ports/x11/nvidia-driver/Makefile ./Makefile --- /usr/ports/x11/nvidia-driver/Makefile 2013-09-21 09:43:19.000000000 +1000 +++ ./Makefile 2013-11-23 20:16:01.998460312 +1100 @@ -1,8 +1,8 @@ # Created by: Stijn Hoop -# $FreeBSD: x11/nvidia-driver/Makefile 327777 2013-09-20 23:43:19Z bapt $ +# $FreeBSD: head/x11/nvidia-driver/Makefile 327777 2013-09-20 23:43:19Z bapt $ PORTNAME= nvidia-driver -DISTVERSION?= 319.32 +DISTVERSION?= 331.20 # Always try to set PORTREVISION as it can be overridden by the slave ports PORTREVISION?= 0 CATEGORIES= x11 kld diff -ruN /usr/ports/x11/nvidia-driver/distinfo ./distinfo --- /usr/ports/x11/nvidia-driver/distinfo 2013-08-07 19:35:04.000000000 +1000 +++ ./distinfo 2013-11-23 17:22:15.668498139 +1100 @@ -1,7 +1,7 @@ -SHA256 (NVIDIA-FreeBSD-x86_64-319.32.tar.gz) = d434055e1c11e5d091054531049d2fcaecdc4856756ce5998fe70130c542426f -SIZE (NVIDIA-FreeBSD-x86_64-319.32.tar.gz) = 34441850 -SHA256 (NVIDIA-FreeBSD-x86-319.32.tar.gz) = 7aa65881e014a001a2b19b17f3ff8a510c306062466cdf1acb1a4c993466487e -SIZE (NVIDIA-FreeBSD-x86-319.32.tar.gz) = 34048762 +SHA256 (NVIDIA-FreeBSD-x86_64-331.20.tar.gz) = 6a0396e828427fb928f18faa72288208702c3067c25c29ed3815a68a06e244c5 +SIZE (NVIDIA-FreeBSD-x86_64-331.20.tar.gz) = 46616176 +SHA256 (NVIDIA-FreeBSD-x86-331.20.tar.gz) = dca5c90a99ab151d97c1cbb23f37c7834867ce32f88c6916b2295b3945363b7e +SIZE (NVIDIA-FreeBSD-x86-331.20.tar.gz) = 55524337 SHA256 (NVIDIA-FreeBSD-x86_64-304.88.tar.gz) = be0e20a543fa14a8f91481dd64b080093b19edf951bf631c62365a64dadb1934 SIZE (NVIDIA-FreeBSD-x86_64-304.88.tar.gz) = 34597351 SHA256 (NVIDIA-FreeBSD-x86-304.88.tar.gz) = 739325b26a93d934d015159c420ef1875a24ccd62a5bb482e688cf918d4fa33d diff -ruN /usr/ports/x11/nvidia-driver/files/pkg-deinstall.in ./files/pkg-deinstall.in --- /usr/ports/x11/nvidia-driver/files/pkg-deinstall.in 2012-09-23 22:37:34.000000000 +1000 +++ ./files/pkg-deinstall.in 2013-01-19 12:22:57.122483344 +1100 @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: x11/nvidia-driver/files/pkg-deinstall.in 304737 2012-09-23 12:37:34Z danfe $ +# $FreeBSD: head/x11/nvidia-driver/files/pkg-deinstall.in 304737 2012-09-23 12:37:34Z danfe $ # PREFIX=${PKG_PREFIX-/usr/local} diff -ruN /usr/ports/x11/nvidia-driver/files/pkg-install.in ./files/pkg-install.in --- /usr/ports/x11/nvidia-driver/files/pkg-install.in 2012-09-23 22:37:34.000000000 +1000 +++ ./files/pkg-install.in 2013-01-19 12:22:57.122483344 +1100 @@ -1,6 +1,6 @@ #!/bin/sh # -# $FreeBSD: x11/nvidia-driver/files/pkg-install.in 304737 2012-09-23 12:37:34Z danfe $ +# $FreeBSD: head/x11/nvidia-driver/files/pkg-install.in 304737 2012-09-23 12:37:34Z danfe $ # PREFIX=${PKG_PREFIX-/usr/local} --- nvidia-driver-331.20.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 13:10: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 ESMTPS id 4AA2FD07; Thu, 28 Nov 2013 13:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F8D71D12; Thu, 28 Nov 2013 13: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 rASDA8fa004749; Thu, 28 Nov 2013 13: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 rASDA8VM004748; Thu, 28 Nov 2013 13:10:08 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 13:10:08 GMT Message-Id: <201311281310.rASDA8VM004748@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danfe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184352: [PATCH] x11/nvidia-driver: Update to 331.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 13:10:09 -0000 Synopsis: [PATCH] x11/nvidia-driver: Update to 331.20 Responsible-Changed-From-To: freebsd-ports-bugs->danfe Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 13: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=184352 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 14: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 ESMTPS id BFCA525D for ; Thu, 28 Nov 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9B3BB11AE for ; Thu, 28 Nov 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 rASEe0Wk023187 for ; Thu, 28 Nov 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 rASEe0ob023185; Thu, 28 Nov 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 14:40:00 GMT Resent-Message-Id: <201311281440.rASEe0ob023185@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jose Jachuf Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 00C31239 for ; Thu, 28 Nov 2013 14:38:48 +0000 (UTC) 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 E1FF6119B for ; Thu, 28 Nov 2013 14:38:48 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rASEcm3Q096992 for ; Thu, 28 Nov 2013 14:38:48 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rASEcl1O096985; Thu, 28 Nov 2013 14:38:48 GMT (envelope-from nobody) Message-Id: <201311281438.rASEcl1O096985@oldred.freebsd.org> Date: Thu, 28 Nov 2013 14:38:48 GMT From: Jose Jachuf To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184353: databases/py-firebirdsql: update to 0.7.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 14:40:00 -0000 >Number: 184353 >Category: ports >Synopsis: databases/py-firebirdsql: update to 0.7.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: Thu Nov 28 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jose Jachuf >Release: 9.1-RELEASE-p7 >Organization: - >Environment: FreeBSD hp530.jjachuf.com 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: Simple version update >How-To-Repeat: - >Fix: - Patch attached with submission follows: diff -ruN py-firebirdsql-old/Makefile py-firebirdsql/Makefile --- py-firebirdsql-old/Makefile 2013-11-28 11:27:59.000000000 -0300 +++ py-firebirdsql/Makefile 2013-11-28 11:33:35.000000000 -0300 @@ -2,7 +2,7 @@ # $FreeBSD: databases/py-firebirdsql/Makefile 327717 2013-09-20 16:13:47Z bapt $ PORTNAME= firebirdsql -PORTVERSION= 0.7.3 +PORTVERSION= 0.7.4 CATEGORIES= databases python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN py-firebirdsql-old/distinfo py-firebirdsql/distinfo --- py-firebirdsql-old/distinfo 2013-11-28 11:27:59.000000000 -0300 +++ py-firebirdsql/distinfo 2013-11-28 11:33:35.000000000 -0300 @@ -1,2 +1,2 @@ -SHA256 (firebirdsql-0.7.3.tar.gz) = b897894f508091d9fd61a4fd6deaaf4ffa5e87d94f741dce2e2211fbb4c3903f -SIZE (firebirdsql-0.7.3.tar.gz) = 36164 +SHA256 (firebirdsql-0.7.4.tar.gz) = 096c86adda5a03660c595542a44ae21a7b0b1b154cd9d378ef49ca68c75d6ddf +SIZE (firebirdsql-0.7.4.tar.gz) = 36239 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 14: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 ESMTPS id 993F228A; Thu, 28 Nov 2013 14:40:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6EF6211AF; Thu, 28 Nov 2013 14: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 rASEe8k4023315; Thu, 28 Nov 2013 14: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 rASEe8K7023314; Thu, 28 Nov 2013 14:40:08 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 14:40:08 GMT Message-Id: <201311281440.rASEe8K7023314@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184353: databases/py-firebirdsql: update to 0.7.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 14:40:08 -0000 Synopsis: databases/py-firebirdsql: update to 0.7.4 Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Nov 28 14:40:08 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=184353 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 14: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 ESMTPS id 6289828C; Thu, 28 Nov 2013 14:40:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3686A11B1; Thu, 28 Nov 2013 14: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 rASEeAEx023396; Thu, 28 Nov 2013 14: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 rASEeAou023395; Thu, 28 Nov 2013 14:40:10 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 14:40:10 GMT Message-Id: <201311281440.rASEeAou023395@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184353: databases/py-firebirdsql: update to 0.7.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 14:40:10 -0000 Synopsis: databases/py-firebirdsql: update to 0.7.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 14:40: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=184353 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 15: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 ESMTPS id D3F7B814 for ; Thu, 28 Nov 2013 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE35D1298 for ; Thu, 28 Nov 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 rASF00nq026890 for ; Thu, 28 Nov 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 rASF00FM026889; Thu, 28 Nov 2013 15:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 15:00:00 GMT Resent-Message-Id: <201311281500.rASF00FM026889@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Volodymyr Kostyrko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AB97807 for ; Thu, 28 Nov 2013 14:58:42 +0000 (UTC) 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 864F5128F for ; Thu, 28 Nov 2013 14:58: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 rASEwew7077153 for ; Thu, 28 Nov 2013 14:58:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rASEwe30077150; Thu, 28 Nov 2013 14:58:40 GMT (envelope-from nobody) Message-Id: <201311281458.rASEwe30077150@oldred.freebsd.org> Date: Thu, 28 Nov 2013 14:58:40 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184354: devel/py-gevent - installation misses requiired files after upgrade to 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 15:00:01 -0000 >Number: 184354 >Category: ports >Synopsis: devel/py-gevent - installation misses requiired files after upgrade to 1.0 >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 Nov 28 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: stable/10 >Organization: none >Environment: FreeBSD ar1l0u 10.0-BETA3 FreeBSD 10.0-BETA3 #7 r258703M: Thu Nov 28 10:27:03 EET 2013 arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: How to test: python import gevent.monkey gevent.monkey.patch_all() >How-To-Repeat: >Fix: Patch attached with submission follows: Index: pkg-plist =================================================================== --- pkg-plist (revision 335096) +++ pkg-plist (working copy) @@ -1,6 +1,7 @@ %%PYTHON_SITELIBDIR%%/gevent/__init__.py %%PYTHON_SITELIBDIR%%/gevent/__init__.pyc %%PYTHON_SITELIBDIR%%/gevent/__init__.pyo +%%PYTHON_SITELIBDIR%%/gevent/_semaphore.so %%PYTHON_SITELIBDIR%%/gevent/backdoor.py %%PYTHON_SITELIBDIR%%/gevent/backdoor.pyc %%PYTHON_SITELIBDIR%%/gevent/backdoor.pyo @@ -23,9 +24,15 @@ %%PYTHON_SITELIBDIR%%/gevent/local.py %%PYTHON_SITELIBDIR%%/gevent/local.pyc %%PYTHON_SITELIBDIR%%/gevent/local.pyo +%%PYTHON_SITELIBDIR%%/gevent/lock.py +%%PYTHON_SITELIBDIR%%/gevent/lock.pyc +%%PYTHON_SITELIBDIR%%/gevent/lock.pyo %%PYTHON_SITELIBDIR%%/gevent/monkey.py %%PYTHON_SITELIBDIR%%/gevent/monkey.pyc %%PYTHON_SITELIBDIR%%/gevent/monkey.pyo +%%PYTHON_SITELIBDIR%%/gevent/os.py +%%PYTHON_SITELIBDIR%%/gevent/os.pyc +%%PYTHON_SITELIBDIR%%/gevent/os.pyo %%PYTHON_SITELIBDIR%%/gevent/pool.py %%PYTHON_SITELIBDIR%%/gevent/pool.pyc %%PYTHON_SITELIBDIR%%/gevent/pool.pyo @@ -50,6 +57,9 @@ %%PYTHON_SITELIBDIR%%/gevent/thread.py %%PYTHON_SITELIBDIR%%/gevent/thread.pyc %%PYTHON_SITELIBDIR%%/gevent/thread.pyo +%%PYTHON_SITELIBDIR%%/gevent/threading.py +%%PYTHON_SITELIBDIR%%/gevent/threading.pyc +%%PYTHON_SITELIBDIR%%/gevent/threading.pyo %%PYTHON_SITELIBDIR%%/gevent/timeout.py %%PYTHON_SITELIBDIR%%/gevent/timeout.pyc %%PYTHON_SITELIBDIR%%/gevent/timeout.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 15:00: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 ESMTPS id 44561848; Thu, 28 Nov 2013 15:00:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AE09129F; Thu, 28 Nov 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 rASF08ad027023; Thu, 28 Nov 2013 15: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 rASF08pP027022; Thu, 28 Nov 2013 15:00:08 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 15:00:08 GMT Message-Id: <201311281500.rASF08pP027022@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184354: devel/py-gevent - installation misses requiired files after upgrade to 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 15:00:09 -0000 Synopsis: devel/py-gevent - installation misses requiired files after upgrade to 1.0 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 15: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=184354 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 15:13: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 ESMTPS id C4D13DEB; Thu, 28 Nov 2013 15:13:13 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 98E7D136F; Thu, 28 Nov 2013 15:13: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 rASFDD0U030959; Thu, 28 Nov 2013 15:13:13 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rASFDDPU030955; Thu, 28 Nov 2013 15:13:13 GMT (envelope-from danilo) Date: Thu, 28 Nov 2013 15:13:13 GMT Message-Id: <201311281513.rASFDDPU030955@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184333: [maintainer update] Important update lang/basic256 to 1.0.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 15:13:13 -0000 Synopsis: [maintainer update] Important update lang/basic256 to 1.0.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Thu Nov 28 15:13:13 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184333 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 15:20: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 ESMTPS id BD915FB; Thu, 28 Nov 2013 15:20:24 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8FAD213D7; Thu, 28 Nov 2013 15:20: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 rASFKOjs031878; Thu, 28 Nov 2013 15:20:24 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rASFKOvQ031877; Thu, 28 Nov 2013 15:20:24 GMT (envelope-from jadawin) Date: Thu, 28 Nov 2013 15:20:24 GMT Message-Id: <201311281520.rASFKOvQ031877@freefall.freebsd.org> To: jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184243: multimedia/oggvideotools: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 15:20:24 -0000 Synopsis: multimedia/oggvideotools: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: jadawin Responsible-Changed-When: Thu Nov 28 15:20:24 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184243 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 15:45: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 ESMTPS id 6AAE98F8; Thu, 28 Nov 2013 15:45:42 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F02315A2; Thu, 28 Nov 2013 15:45: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 rASFjfG1037226; Thu, 28 Nov 2013 15:45:41 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rASFjfSt037225; Thu, 28 Nov 2013 15:45:41 GMT (envelope-from jadawin) Date: Thu, 28 Nov 2013 15:45:41 GMT Message-Id: <201311281545.rASFjfSt037225@freefall.freebsd.org> To: buganini@gmail.com, jhein@symmetricom.com, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184158: [patch] security/chntpw: install other useful binaries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 15:45:42 -0000 Synopsis: [patch] security/chntpw: install other useful binaries State-Changed-From-To: feedback->open State-Changed-By: jadawin State-Changed-When: Thu Nov 28 15:45:41 UTC 2013 State-Changed-Why: Maintainer has approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=184158 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 15:45: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 ESMTPS id F332F925; Thu, 28 Nov 2013 15:45:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C791D15A3; Thu, 28 Nov 2013 15:45: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 rASFjqX4037313; Thu, 28 Nov 2013 15:45:52 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rASFjqIs037312; Thu, 28 Nov 2013 15:45:52 GMT (envelope-from jadawin) Date: Thu, 28 Nov 2013 15:45:52 GMT Message-Id: <201311281545.rASFjqIs037312@freefall.freebsd.org> To: buganini@gmail.com, jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184158: [patch] security/chntpw: install other useful binaries X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 15:45:53 -0000 Synopsis: [patch] security/chntpw: install other useful binaries Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: jadawin Responsible-Changed-When: Thu Nov 28 15:45:52 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184158 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 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 ESMTPS id 8EC2A999 for ; Thu, 28 Nov 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6712C1C9A for ; Thu, 28 Nov 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 rASIA1Yp068593 for ; Thu, 28 Nov 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 rASIA1ZC068592; Thu, 28 Nov 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 18:10:01 GMT Resent-Message-Id: <201311281810.rASIA1ZC068592@freefall.freebsd.org> 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 ESMTPS id 0B01D8A9 for ; Thu, 28 Nov 2013 18:02:27 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 784781C4B for ; Thu, 28 Nov 2013 18:02:26 +0000 (UTC) Received: from thinkpad.nowhere.local ([93.220.73.173]) by mail.gmx.com (mrgmx102) with ESMTPA (Nemesis) id 0M3d9B-1VU9Sb10qn-00rEXx for ; Thu, 28 Nov 2013 19:02:24 +0100 Received: by thinkpad.nowhere.local (Postfix, from userid 1001) id B1FB71B046; Thu, 28 Nov 2013 19:02:23 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by thinkpad.nowhere.local (Postfix) with ESMTP id A97F11B044 for ; Thu, 28 Nov 2013 19:02:23 +0100 (CET) Message-Id: Date: Thu, 28 Nov 2013 19:02:23 +0100 (CET) From: Martin Dieringer To: FreeBSD-gnats-submit@freebsd.org Subject: ports/184358: [MAINTAINER] cad/repsnapper: update to 2.3.2a1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 28 Nov 2013 18:10:01 -0000 >Number: 184358 >Category: ports >Synopsis: [MAINTAINER] cad/repsnapper: update to 2.3.2a1 >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 Nov 28 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Martin Dieringer >Release: FreeBSD 10.0-BETA2 amd64 >Organization: >Environment: System: FreeBSD 10.0-BETA2 #3 r257232: Mon Oct 28 01:19:07 CET >Description: - Update to 2.3.2a1 Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- repsnapper-2.3.2a1.patch begins here --- diff -ruN /ports//cad/repsnapper/Makefile ./Makefile --- /ports//cad/repsnapper/Makefile 2013-11-01 22:26:32.000000000 +0100 +++ ./Makefile 2013-11-28 19:01:09.195542407 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: cad/repsnapper/Makefile 332410 2013-11-01 21:26:32Z danilo $ PORTNAME= repsnapper -PORTVERSION= 2.3.0a4 +PORTVERSION= 2.3.2a1 CATEGORIES= cad MASTER_SITES= https://codeload.github.com/timschmidt/repsnapper/tar.gz/ DISTNAME= ${PORTVERSION} @@ -65,5 +65,4 @@ ${INSTALL_DATA} ${WRKSRC}/src/repsnapper.conf \ ${STAGEDIR}${PREFIX}/etc/xdg/repsnapper/repsnapper.conf.sample - .include diff -ruN /ports//cad/repsnapper/distinfo ./distinfo --- /ports//cad/repsnapper/distinfo 2013-11-01 22:26:32.000000000 +0100 +++ ./distinfo 2013-11-28 18:52:04.510466333 +0100 @@ -1,2 +1,2 @@ -SHA256 (repsnapper/2.3.0a4) = 5ec82eb6ea7db06d4d8acc82f3e3b01fdee5bf9006880ec34fe244dc96420d53 -SIZE (repsnapper/2.3.0a4) = 1310808 +SHA256 (repsnapper/2.3.2a1) = 29485700fdaaee4edf5c56813cddb5bb426c04db1d5e66fcb3c2d1fd5e79b511 +SIZE (repsnapper/2.3.2a1) = 1344425 --- repsnapper-2.3.2a1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 18: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 ESMTPS id 99CB4CF9 for ; Thu, 28 Nov 2013 18:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72E801D4D for ; Thu, 28 Nov 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 rASIK0SB074613 for ; Thu, 28 Nov 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 rASIK0uU074612; Thu, 28 Nov 2013 18:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 18:20:00 GMT Resent-Message-Id: <201311281820.rASIK0uU074612@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Renato Botelho Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D632A08 for ; Thu, 28 Nov 2013 18:11:40 +0000 (UTC) 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 68F541CE5 for ; Thu, 28 Nov 2013 18:11:40 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rASIBe9p031229 for ; Thu, 28 Nov 2013 18:11:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rASIBeVk031220; Thu, 28 Nov 2013 18:11:40 GMT (envelope-from nobody) Message-Id: <201311281811.rASIBeVk031220@oldred.freebsd.org> Date: Thu, 28 Nov 2013 18:11:40 GMT From: Renato Botelho To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184359: [patch] Update x11-wm/windowmaker to 0.95.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 18:20:00 -0000 >Number: 184359 >Category: ports >Synopsis: [patch] Update x11-wm/windowmaker to 0.95.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 28 18:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: 11-CURRENT >Organization: FreeBSD >Environment: FreeBSD tp.localdomain 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r258543M: Mon Nov 25 10:22:21 BRST 2013 root@tp.localdomain:/usr/obj/usr/src/sys/GARGA amd64 >Description: - Update it to 0.95.5 - Support STAGE >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 335073) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= windowmaker -PORTVERSION= 0.95.4 -PORTREVISION= 1 +PORTVERSION= 0.95.5 CATEGORIES= x11-wm windowmaker MASTER_SITES= http://windowmaker.org/pub/%SUBDIR%/ MASTER_SITE_SUBDIR= source/release @@ -40,7 +39,6 @@ OPTIONS_DEFINE= DOCS NLS XRANDR -NO_STAGE= yes .include .if ${ARCH} == amd64 && ${OSVERSION} < 800000 @@ -67,26 +65,11 @@ CONFIGURE_ARGS+=--enable-xrandr .endif -MANLANG= "" cs sk ru -MAN1_EN= geticonset.1x getstyle.1x seticons.1x setstyle.1x wdwrite.1x \ - wmaker.1x wmsetbg.1x wxcopy.1x wxpaste.1x get-wings-flags.1 \ - get-wutil-flags.1 wdread.1 WindowMaker.1x wmagnify.1x \ - wmgenmenu.1 wmmenugen.1 WPrefs.1x -MAN8_EN= upgrade-windowmaker-defaults.8 -MAN1_CS= geticonset.1x setstyle.1x wxpaste.1x getstyle.1x wdwrite.1x \ - wmsetbg.1x seticons.1x wmaker.1x wxcopy.1x -MAN1_SK= geticonset.1x setstyle.1x wxpaste.1x getstyle.1x wdwrite.1x \ - wmsetbg.1x seticons.1x wmaker.1x wxcopy.1x -MAN1_RU= geticonset.1x setstyle.1x wxpaste.1x getstyle.1x wdwrite.1x \ - wmsetbg.1x seticons.1x wmaker.1x wxcopy.1x - post-install: @${MKDIR} \ - ${PREFIX}/GNUstep/Applications/WPrefs.app/xpm \ - ${PREFIX}/share/WindowMaker/Sounds -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif + ${STAGEDIR}${PREFIX}/GNUstep/Applications/WPrefs.app/xpm \ + ${STAGEDIR}${PREFIX}/share/WindowMaker/Sounds + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include Index: distinfo =================================================================== --- distinfo (revision 335073) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (WindowMaker-0.95.4.tar.gz) = 2bea97f00570f05ff115d147457c16abefe496a4fc882a027152ce592d768e45 -SIZE (WindowMaker-0.95.4.tar.gz) = 2789390 +SHA256 (WindowMaker-0.95.5.tar.gz) = 4b25f474fde032a060c93fbc50f1ce04729ab17ea963ca3eb8dbb82f49af70d0 +SIZE (WindowMaker-0.95.5.tar.gz) = 2927995 Index: files/patch-WINGs__proplist.c =================================================================== --- files/patch-WINGs__proplist.c (revision 335073) +++ files/patch-WINGs__proplist.c (working copy) @@ -1,20 +0,0 @@ ---- WINGs/proplist.c.orig 2013-05-03 02:48:24.000000000 +0900 -+++ WINGs/proplist.c 2013-05-03 02:52:24.000000000 +0900 -@@ -1162,7 +1162,7 @@ - WMPropList *key, *value, *dvalue; - WMHashEnumerator e; - -- wassertr(source->type == WPLDictionary && dest->type == WPLDictionary); -+ wassertrv(source->type == WPLDictionary && dest->type == WPLDictionary, NULL); - - if (source == dest) - return dest; -@@ -1189,7 +1189,7 @@ - WMPropList *key, *value, *dvalue; - WMHashEnumerator e; - -- wassertr(source->type == WPLDictionary && dest->type == WPLDictionary); -+ wassertrv(source->type == WPLDictionary && dest->type == WPLDictionary, NULL); - - if (source == dest) { - WMPropList *keys = WMGetPLDictionaryKeys(dest); Index: files/patch-configure =================================================================== --- files/patch-configure (revision 335073) +++ files/patch-configure (working copy) @@ -1,23 +0,0 @@ ---- configure.orig 2013-05-02 15:16:38.000000000 +0900 -+++ configure 2013-05-02 15:17:26.000000000 +0900 -@@ -12042,20 +12042,6 @@ - fi - - --for ac_header in sys/inotify.h --do : -- ac_fn_c_check_header_mongrel "$LINENO" "sys/inotify.h" "ac_cv_header_sys_inotify_h" "$ac_includes_default" --if test "x$ac_cv_header_sys_inotify_h" = x""yes; then : -- cat >>confdefs.h <<_ACEOF --#define HAVE_SYS_INOTIFY_H 1 --_ACEOF -- --$as_echo "#define HAVE_INOTIFY 1" >>confdefs.h -- --fi -- --done -- - - - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for sys/wait.h that is POSIX.1 compatible" >&5 Index: pkg-plist =================================================================== --- pkg-plist (revision 335073) +++ pkg-plist (working copy) @@ -10,7 +10,9 @@ GNUstep/Applications/WPrefs.app/tiff/configs.tiff GNUstep/Applications/WPrefs.app/tiff/cycleworkspaces.tiff GNUstep/Applications/WPrefs.app/tiff/dock.tiff +GNUstep/Applications/WPrefs.app/tiff/dockclipdrawersection.tiff GNUstep/Applications/WPrefs.app/tiff/dontlinkworkspaces.tiff +GNUstep/Applications/WPrefs.app/tiff/drawer.tiff GNUstep/Applications/WPrefs.app/tiff/ergonomic.tiff GNUstep/Applications/WPrefs.app/tiff/expert.tiff GNUstep/Applications/WPrefs.app/tiff/fonts.tiff @@ -111,8 +113,53 @@ lib/libWUtil.a lib/libWUtil.la lib/libWUtil.so -lib/libWUtil.so.2 +lib/libWUtil.so.3 libdata/pkgconfig/WINGs.pc +man/cs/man1/geticonset.1x.gz +man/cs/man1/getstyle.1x.gz +man/cs/man1/seticons.1x.gz +man/cs/man1/setstyle.1x.gz +man/cs/man1/wdwrite.1x.gz +man/cs/man1/wmaker.1x.gz +man/cs/man1/wmsetbg.1x.gz +man/cs/man1/wxcopy.1x.gz +man/cs/man1/wxpaste.1x.gz +man/man1/WPrefs.1x.gz +man/man1/WindowMaker.1x.gz +man/man1/get-wings-flags.1.gz +man/man1/get-wutil-flags.1.gz +man/man1/geticonset.1x.gz +man/man1/getstyle.1x.gz +man/man1/seticons.1x.gz +man/man1/setstyle.1x.gz +man/man1/wdread.1.gz +man/man1/wdwrite.1x.gz +man/man1/wmagnify.1x.gz +man/man1/wmaker.1x.gz +man/man1/wmgenmenu.1.gz +man/man1/wmmenugen.1.gz +man/man1/wmsetbg.1x.gz +man/man1/wxcopy.1x.gz +man/man1/wxpaste.1x.gz +man/man8/upgrade-windowmaker-defaults.8.gz +man/ru/man1/geticonset.1x.gz +man/ru/man1/getstyle.1x.gz +man/ru/man1/seticons.1x.gz +man/ru/man1/setstyle.1x.gz +man/ru/man1/wdwrite.1x.gz +man/ru/man1/wmaker.1x.gz +man/ru/man1/wmsetbg.1x.gz +man/ru/man1/wxcopy.1x.gz +man/ru/man1/wxpaste.1x.gz +man/sk/man1/geticonset.1x.gz +man/sk/man1/getstyle.1x.gz +man/sk/man1/seticons.1x.gz +man/sk/man1/setstyle.1x.gz +man/sk/man1/wdwrite.1x.gz +man/sk/man1/wmaker.1x.gz +man/sk/man1/wmsetbg.1x.gz +man/sk/man1/wxcopy.1x.gz +man/sk/man1/wxpaste.1x.gz share/WINGs/Images.tiff share/WINGs/Images.xpm share/WINGs/defaultIcon.tiff @@ -121,6 +168,7 @@ share/WindowMaker/IconSets/Default.iconset share/WindowMaker/Icons/BitchX.tiff share/WindowMaker/Icons/BitchX.xpm +share/WindowMaker/Icons/Drawer.png share/WindowMaker/Icons/Ear.png share/WindowMaker/Icons/Ftp.png share/WindowMaker/Icons/GNUstep.tiff @@ -362,3 +410,7 @@ @dirrm GNUstep/Applications/WPrefs.app @dirrm GNUstep/Applications @dirrm GNUstep +@dirrmtry share/WindowMaker/Themes +@dirrmtry share/WindowMaker/Pixmaps +@dirrmtry share/WindowMaker/Icons +@dirrmtry share/WindowMaker >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 18: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 ESMTPS id 8E3C3D26; Thu, 28 Nov 2013 18:20:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 642641D4E; Thu, 28 Nov 2013 18: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 rASIK8r2074747; Thu, 28 Nov 2013 18: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 rASIK8Nr074746; Thu, 28 Nov 2013 18:20:08 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 18:20:08 GMT Message-Id: <201311281820.rASIK8Nr074746@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184359: [patch] Update x11-wm/windowmaker to 0.95.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 18:20:08 -0000 Synopsis: [patch] Update x11-wm/windowmaker to 0.95.5 Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 18:20:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184359 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 18: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 ESMTPS id A8265DDC for ; Thu, 28 Nov 2013 18:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7AA081DB8 for ; Thu, 28 Nov 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 rASIU16d076551 for ; Thu, 28 Nov 2013 18: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 rASIU1ew076550; Thu, 28 Nov 2013 18:30:01 GMT (envelope-from gnats) Date: Thu, 28 Nov 2013 18:30:01 GMT Message-Id: <201311281830.rASIU1ew076550@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Martin Dieringer Subject: Re: ports/184358: [MAINTAINER] cad/repsnapper: update to 2.3.2a1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 28 Nov 2013 18:30:01 -0000 The following reply was made to PR ports/184358; it has been noted by GNATS. From: Martin Dieringer To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184358: [MAINTAINER] cad/repsnapper: update to 2.3.2a1 Date: Thu, 28 Nov 2013 19:23:43 +0100 (CET) Please change version to 2.3.2a2 and make makesum. No other change necessary. From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 18: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 ESMTPS id 130F3EB3 for ; Thu, 28 Nov 2013 18:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F228F1E35 for ; Thu, 28 Nov 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 rASIe1Z0078436 for ; Thu, 28 Nov 2013 18: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 rASIe1Tk078435; Thu, 28 Nov 2013 18:40:01 GMT (envelope-from gnats) Date: Thu, 28 Nov 2013 18:40:01 GMT Message-Id: <201311281840.rASIe1Tk078435@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/181073: graphics/gphoto2: Update to version 2.5.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Thu, 28 Nov 2013 18:40:02 -0000 The following reply was made to PR ports/181073; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181073: graphics/gphoto2: Update to version 2.5.2 Date: Fri, 29 Nov 2013 03:30:00 +0900 This is a multi-part message in MIME format. --Multipart=_Fri__29_Nov_2013_03_30_00_+0900_usk5xjB6OinZS7V8 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Remake of the patch against current tree. --Multipart=_Fri__29_Nov_2013_03_30_00_+0900_usk5xjB6OinZS7V8 Content-Type: text/x-diff; name="graphics_libgphoto2.diff" Content-Disposition: attachment; filename="graphics_libgphoto2.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/graphics/libgphoto2/Makefile graphics/libgphoto2/Makefile --- /usr/ports/graphics/libgphoto2/Makefile 2013-11-06 22:01:58.000000000 +0900 +++ graphics/libgphoto2/Makefile 2013-11-29 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/graphics/libgphoto2/Makefile 331670 2013-10-26 09:58:00Z tijl $ PORTNAME= libgphoto2 -PORTVERSION= 2.4.14 -PORTREVISION= 4 +PORTVERSION= 2.5.2 CATEGORIES= graphics MASTER_SITES= SF/gphoto/libgphoto/${PORTVERSION} @@ -12,58 +11,86 @@ LICENSE= LGPL21 -LIB_DEPENDS= libexif.so:${PORTSDIR}/graphics/libexif \ - libjpeg.so:${PORTSDIR}/graphics/jpeg +OPTIONS_DEFINE= EXIF GD JPEG XML DOCS NLS +OPTIONS_DEFAULT=EXIF GD JPEG XML +OPTIONS_SUB= yes +EXIF_DESC= EXIF tag support -USES= gmake pkgconfig +USES= gmake iconv pkgconfig USE_BZIP2= yes USE_GNOME= ltverhack USE_AUTOTOOLS= libtool libltdl LIBTOOLFILES= configure libgphoto2_port/configure -USE_LDCONFIG= yes CONFIGURE_ENV= LTDLINCL="-I${LOCALBASE}/include" \ - LIBLTDL="-L${LOCALBASE}/lib -lltdl" -CFLAGS+= -DENODATA=9999 # Safe because it's never used + LIBLTDL="-L${LOCALBASE}/lib -lltdl" \ + PATH="${PATH:C,${HOME}/bin,,}" \ + ac_cv_path_DOT=false \ + ac_cv_path_DOXYGEN=false \ + udevscriptdir=${WRKDIR} +USE_LDCONFIG= yes + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -PLIST_SUB= VERSION="${PORTVERSION}" VERSION_PORT=0.8.0 +PLIST_SUB= VERSION="${PORTVERSION}" VERSION_PORT=0.10.0 .include -.if ${OSVERSION} < 1000040 -CONFIGURE_ENV+= LIBUSB1_CFLAGS=" " LIBUSB1_LIBS="-lusb" +.if ${PORT_OPTIONS:MEXIF} +LIB_DEPENDS+= libexif.so:${PORTSDIR}/graphics/libexif +.else +CONFIGURE_ARGS+= --without-libexif +.endif + +.if ${PORT_OPTIONS:MGD} +LIB_DEPENDS+= libgd.so:${PORTSDIR}/graphics/gd +.else +CONFIGURE_ARGS+= --without-gd +.endif + +.if ${PORT_OPTIONS:MJPEG} +LIB_DEPENDS+= libjpeg.so:${PORTSDIR}/graphics/jpeg +.else +CONFIGURE_ARGS+= --without-jpeg +.endif + +.if ${PORT_OPTIONS:MXML} +USE_GNOME+= libxml2 +CPPFLAGS+= $$(pkg-config --cflags-only-I libxml-2.0) +LDFLAGS+= $$(pkg-config --libs-only-L libxml-2.0) +.else +CONFIGURE_ARGS+= --without-libxml2 .endif .if ${PORT_OPTIONS:MNLS} USES+= gettext -PLIST_SUB+= NLS="" .else -USES+= iconv CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " +.endif + +.include + +.if ${OSVERSION} < 1000040 +CONFIGURE_ENV+= LIBUSB1_CFLAGS="-I/usr/include" \ + LIBUSB1_LIBS="-lusb" .endif post-patch: -.for file in configure libgphoto2_port/configure +.for i in configure libgphoto2_port/configure @${REINPLACE_CMD} -e \ - 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g ; \ - s|-g -O2||g ; \ + 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig| ; \ + /FLAGS/s|-g|| ; \ /grep -i linux/s|; fi ; then|; else false; fi ; then|' \ - ${WRKSRC}/${file} + ${WRKSRC}/${i} .endfor -.if ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} -e 's|(LDFLAGS) -o|(LDFLAGS) -lintl -o|' \ - ${WRKSRC}/libgphoto2_port/libgphoto2_port/Makefile.in -.endif - @${REINPLACE_CMD} -e '/test.*udevscriptdir/d ; \ - s| "$$(DESTDIR)$$(udevscriptdir)"||' \ - ${WRKSRC}/libgphoto2_port/usb/Makefile.in \ - ${WRKSRC}/packaging/generic/Makefile.in - @${REINPLACE_CMD} -e 's|linux-hotplug ||' \ - ${WRKSRC}/packaging/Makefile.in @${REINPLACE_CMD} -e \ - 's|@HAVE_DOXYGEN_TRUE@|#| ; s|@HAVE_DOXYGEN_FALSE@||' \ - ${WRKSRC}/doc/Makefile.in - @${REINPLACE_CMD} 's|with_hal=yes|with_hal=no|' \ - ${WRKSRC}/libgphoto2_port/configure + '/^doc_DATA/s|COPYING||' \ + ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|ENODATA|ENOATTR|g' \ + ${WRKSRC}/libgphoto2_port/libusb1/libusb1.c + @${REINPLACE_CMD} -e \ + '/^SUBDIRS/s|linux-hotplug||' \ + ${WRKSRC}/packaging/Makefile.in -.include +.include diff -urN /usr/ports/graphics/libgphoto2/distinfo graphics/libgphoto2/distinfo --- /usr/ports/graphics/libgphoto2/distinfo 2013-11-06 22:01:58.000000000 +0900 +++ graphics/libgphoto2/distinfo 2013-11-29 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (libgphoto2-2.4.14.tar.bz2) = 59b32d45252f67d066cc3bda7a59f8078e0cf4e7f23590a4b621633e81060292 -SIZE (libgphoto2-2.4.14.tar.bz2) = 4481384 +SHA256 (libgphoto2-2.5.2.tar.bz2) = a32d113555bcb59e332b33ca00f28878b5a6151edb7f18735daee81d280a2838 +SIZE (libgphoto2-2.5.2.tar.bz2) = 6446235 diff -urN /usr/ports/graphics/libgphoto2/files/patch-MAX_ENTRIES graphics/libgphoto2/files/patch-MAX_ENTRIES --- /usr/ports/graphics/libgphoto2/files/patch-MAX_ENTRIES 2013-11-06 22:01:58.000000000 +0900 +++ graphics/libgphoto2/files/patch-MAX_ENTRIES 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- libgphoto2/gphoto2-list.c.orig 2007-07-27 07:52:55.000000000 +0200 -+++ libgphoto2/gphoto2-list.c 2008-11-09 17:04:16.000000000 +0100 -@@ -72,7 +72,7 @@ - - #ifdef CAMERALIST_STRUCT_COMPATIBILITY - --#define MAX_ENTRIES 1024 -+#define MAX_ENTRIES 8192 - #define MAX_LIST_STRING_LENGTH 128 - struct _CameraList { - int count; diff -urN /usr/ports/graphics/libgphoto2/files/patch-camlibs-smal-ultrapocket.c graphics/libgphoto2/files/patch-camlibs-smal-ultrapocket.c --- /usr/ports/graphics/libgphoto2/files/patch-camlibs-smal-ultrapocket.c 2013-11-06 22:01:58.000000000 +0900 +++ graphics/libgphoto2/files/patch-camlibs-smal-ultrapocket.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- camlibs/smal/ultrapocket.c.orig 2008-10-18 19:55:46.000000000 +0200 -+++ camlibs/smal/ultrapocket.c 2008-11-12 09:56:52.000000000 +0100 -@@ -33,6 +33,7 @@ - - #define GP_MODULE "Smal Ultrapocket" - -+#include - #ifdef ENABLE_NLS - # include - # undef _ diff -urN /usr/ports/graphics/libgphoto2/files/patch-camlibs_ptp2-config.c graphics/libgphoto2/files/patch-camlibs_ptp2-config.c --- /usr/ports/graphics/libgphoto2/files/patch-camlibs_ptp2-config.c 2013-11-06 22:01:58.000000000 +0900 +++ graphics/libgphoto2/files/patch-camlibs_ptp2-config.c 2013-11-29 00:00:00.000000000 +0900 @@ -1,11 +1,10 @@ --- camlibs/ptp2/config.c.orig Tue Dec 12 18:43:53 2006 +++ camlibs/ptp2/config.c Tue Dec 12 19:00:45 2006 -@@ -19,6 +19,8 @@ - */ - #include "config.h" - -+#include -+#include - #include +@@ -24,6 +24,7 @@ #include #include + #include ++#include + #include + #include + #include diff -urN /usr/ports/graphics/libgphoto2/files/patch-libgphoto2_port-serial-unix.c graphics/libgphoto2/files/patch-libgphoto2_port-serial-unix.c --- /usr/ports/graphics/libgphoto2/files/patch-libgphoto2_port-serial-unix.c 2013-11-06 22:01:58.000000000 +0900 +++ graphics/libgphoto2/files/patch-libgphoto2_port-serial-unix.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- libgphoto2_port/serial/unix.c.orig Fri Jul 27 02:36:13 2007 -+++ libgphoto2_port/serial/unix.c Mon Aug 13 17:26:43 2007 -@@ -43,6 +43,7 @@ - #endif - #include - #include -+#include - #include - #include - #ifdef HAVE_SYS_TIME_H diff -urN /usr/ports/graphics/libgphoto2/pkg-plist graphics/libgphoto2/pkg-plist --- /usr/ports/graphics/libgphoto2/pkg-plist 2013-11-06 22:01:58.000000000 +0900 +++ graphics/libgphoto2/pkg-plist 2013-11-29 00:00:00.000000000 +0900 @@ -19,6 +19,10 @@ include/gphoto2/gphoto2-version.h include/gphoto2/gphoto2-widget.h include/gphoto2/gphoto2.h +lib/libgphoto2.a +lib/libgphoto2.la +lib/libgphoto2.so +lib/libgphoto2.so.6 lib/libgphoto2/%%VERSION%%/adc65.a lib/libgphoto2/%%VERSION%%/adc65.la lib/libgphoto2/%%VERSION%%/adc65.so @@ -43,6 +47,9 @@ lib/libgphoto2/%%VERSION%%/clicksmart310.a lib/libgphoto2/%%VERSION%%/clicksmart310.la lib/libgphoto2/%%VERSION%%/clicksmart310.so +lib/libgphoto2/%%VERSION%%/digigr8.a +lib/libgphoto2/%%VERSION%%/digigr8.la +lib/libgphoto2/%%VERSION%%/digigr8.so lib/libgphoto2/%%VERSION%%/digita.a lib/libgphoto2/%%VERSION%%/digita.la lib/libgphoto2/%%VERSION%%/digita.so @@ -55,9 +62,6 @@ lib/libgphoto2/%%VERSION%%/directory.a lib/libgphoto2/%%VERSION%%/directory.la lib/libgphoto2/%%VERSION%%/directory.so -lib/libgphoto2/%%VERSION%%/digigr8.a -lib/libgphoto2/%%VERSION%%/digigr8.la -lib/libgphoto2/%%VERSION%%/digigr8.so lib/libgphoto2/%%VERSION%%/enigma13.a lib/libgphoto2/%%VERSION%%/enigma13.la lib/libgphoto2/%%VERSION%%/enigma13.so @@ -136,6 +140,9 @@ lib/libgphoto2/%%VERSION%%/pccam600.a lib/libgphoto2/%%VERSION%%/pccam600.la lib/libgphoto2/%%VERSION%%/pccam600.so +lib/libgphoto2/%%VERSION%%/pentax.a +lib/libgphoto2/%%VERSION%%/pentax.la +lib/libgphoto2/%%VERSION%%/pentax.so lib/libgphoto2/%%VERSION%%/polaroid_pdc320.a lib/libgphoto2/%%VERSION%%/polaroid_pdc320.la lib/libgphoto2/%%VERSION%%/polaroid_pdc320.so @@ -209,6 +216,10 @@ lib/libgphoto2/%%VERSION%%/tp6801.la lib/libgphoto2/%%VERSION%%/tp6801.so lib/libgphoto2/print-camera-list +lib/libgphoto2_port.a +lib/libgphoto2_port.la +lib/libgphoto2_port.so +lib/libgphoto2_port.so.10 lib/libgphoto2_port/%%VERSION_PORT%%/disk.a lib/libgphoto2_port/%%VERSION_PORT%%/disk.la lib/libgphoto2_port/%%VERSION_PORT%%/disk.so @@ -227,115 +238,110 @@ lib/libgphoto2_port/%%VERSION_PORT%%/usbscsi.a lib/libgphoto2_port/%%VERSION_PORT%%/usbscsi.la lib/libgphoto2_port/%%VERSION_PORT%%/usbscsi.so -lib/libgphoto2.a -lib/libgphoto2.la -lib/libgphoto2.so -lib/libgphoto2.so.2 -lib/libgphoto2_port.a -lib/libgphoto2_port.la -lib/libgphoto2_port.so -lib/libgphoto2_port.so.0 libdata/pkgconfig/libgphoto2.pc libdata/pkgconfig/libgphoto2_port.pc man/man3/libgphoto2.3.gz man/man3/libgphoto2_port.3.gz -share/doc/libgphoto2/ABOUT-NLS -share/doc/libgphoto2/AUTHORS -share/doc/libgphoto2/ChangeLog -share/doc/libgphoto2/COPYING -share/doc/libgphoto2/NEWS -share/doc/libgphoto2/README -share/doc/libgphoto2/README.packaging -share/doc/libgphoto2/camlibs/README.adc65 -share/doc/libgphoto2/camlibs/README.agfa-cl20 -share/doc/libgphoto2/camlibs/README.aox -share/doc/libgphoto2/camlibs/README.ax203 -share/doc/libgphoto2/camlibs/README.ax203-compression -share/doc/libgphoto2/camlibs/README.canon -share/doc/libgphoto2/camlibs/README.clicksmart310 -share/doc/libgphoto2/camlibs/README.enigma13 -share/doc/libgphoto2/camlibs/README.gsmart300 -share/doc/libgphoto2/camlibs/README.iclick -share/doc/libgphoto2/camlibs/README.jamcam -share/doc/libgphoto2/camlibs/README.jl2005a -share/doc/libgphoto2/camlibs/README.jl2005c -share/doc/libgphoto2/camlibs/README.konica -share/doc/libgphoto2/camlibs/README.largan-lmini -share/doc/libgphoto2/camlibs/README.lg_gsm -share/doc/libgphoto2/camlibs/README.jl2005bcd-compression -share/doc/libgphoto2/camlibs/README.mars -share/doc/libgphoto2/camlibs/README.minolta-dimagev -share/doc/libgphoto2/camlibs/README.mustek -share/doc/libgphoto2/camlibs/README.panasonic -share/doc/libgphoto2/camlibs/README.panasonic-coolshot -share/doc/libgphoto2/camlibs/README.panasonic-l859 -share/doc/libgphoto2/camlibs/README.pccam300 -share/doc/libgphoto2/camlibs/README.pccam600 -share/doc/libgphoto2/camlibs/README.ptp2 -share/doc/libgphoto2/camlibs/README.smal -share/doc/libgphoto2/camlibs/README.sonix -share/doc/libgphoto2/camlibs/README.sonydscf1 -share/doc/libgphoto2/camlibs/README.soundvision -share/doc/libgphoto2/camlibs/README.spca50x -share/doc/libgphoto2/camlibs/README.sq905 -share/doc/libgphoto2/camlibs/README.st2205 -share/doc/libgphoto2/camlibs/README.st2205-compression -share/doc/libgphoto2/camlibs/README.toshiba-pdrm11 -share/doc/libgphoto2/camlibs/README.tp6801 -share/doc/libgphoto2/camlibs/README.905C -share/doc/libgphoto2/camlibs/README.9050 -share/doc/libgphoto2/camlibs/README.9051 -share/doc/libgphoto2/camlibs/README.9052 -share/doc/libgphoto2/camlibs/README.913C -share/doc/libgphoto2/camlibs/README.913D -share/doc/libgphoto2_port/AUTHORS -share/doc/libgphoto2_port/NEWS -share/doc/libgphoto2_port/README +%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/README.packaging +%%PORTDOCS%%%%DOCSDIR%%/camlibs/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.9050 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.9051 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.9052 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.905C +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.913C +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.913D +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.adc65 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.agfa-cl20 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.aox +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.ax203 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.ax203-compression +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.canon +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.clicksmart310 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.enigma13 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.gsmart300 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.iclick +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.jamcam +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.jl2005a +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.jl2005bcd-compression +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.jl2005c +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.konica +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.largan-lmini +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.lg_gsm +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.mars +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.minolta-dimagev +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.mustek +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.panasonic +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.panasonic-coolshot +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.panasonic-l859 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.pccam300 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.pccam600 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.pentax +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.ptp2 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.smal +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.sonix +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.sonydscf1 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.soundvision +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.spca50x +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.sq905 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.st2205 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.st2205-compression +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.toshiba-pdrm11 +%%PORTDOCS%%%%DOCSDIR%%/camlibs/README.tp6801 +%%PORTDOCS%%share/doc/libgphoto2_port/AUTHORS +%%PORTDOCS%%share/doc/libgphoto2_port/NEWS +%%PORTDOCS%%share/doc/libgphoto2_port/README share/libgphoto2/%%VERSION%%/konica/english share/libgphoto2/%%VERSION%%/konica/french share/libgphoto2/%%VERSION%%/konica/german share/libgphoto2/%%VERSION%%/konica/japanese share/libgphoto2/%%VERSION%%/konica/korean share/libgphoto2/%%VERSION%%/konica/spanish -%%NLS%%share/locale/cs/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/da/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/da/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/de/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/de/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/es/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/es/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/eu/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/eu/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/fr/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/fr/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/hu/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/it/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/it/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/ja/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/ja/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/nl/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/nl/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/pl/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/pl/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/ru/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/ru/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/sk/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/sv/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/sv/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/uk/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/uk/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/vi/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/vi/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2-2.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2_port-0.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/libgphoto2_port-0.mo +%%NLS%%share/locale/cs/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/da/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/da/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/de/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/es/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/eu/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/eu/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/fi/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/fr/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/hu/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/it/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/it/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/ja/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/nl/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/nl/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/pl/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/pt_BR/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/ru/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/sk/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/sr/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/sv/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/uk/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/uk/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/vi/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/vi/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2-6.mo +%%NLS%%share/locale/zh_CN/LC_MESSAGES/libgphoto2_port-10.mo +%%NLS%%share/locale/zh_TW/LC_MESSAGES/libgphoto2_port-10.mo @dirrm share/libgphoto2/%%VERSION%%/konica @dirrm share/libgphoto2/%%VERSION%% @dirrm share/libgphoto2 -@dirrm share/doc/libgphoto2_port -@dirrm share/doc/libgphoto2/camlibs -@dirrm share/doc/libgphoto2 +%%PORTDOCS%%@dirrm share/doc/libgphoto2_port +%%PORTDOCS%%@dirrm %%DOCSDIR%%/camlibs +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/libgphoto2_port/%%VERSION_PORT%% @dirrm lib/libgphoto2_port @dirrm lib/libgphoto2/%%VERSION%% --Multipart=_Fri__29_Nov_2013_03_30_00_+0900_usk5xjB6OinZS7V8 Content-Type: text/x-diff; name="graphics_gphoto2.diff" Content-Disposition: attachment; filename="graphics_gphoto2.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/graphics/gphoto2/Makefile graphics/gphoto2/Makefile --- /usr/ports/graphics/gphoto2/Makefile 2013-11-28 06:59:39.000000000 +0900 +++ graphics/gphoto2/Makefile 2013-11-29 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/graphics/gphoto2/Makefile 335042 2013-11-27 18:33:24Z amdmi3 $ PORTNAME= gphoto2 -PORTVERSION= 2.4.14 +PORTVERSION= 2.5.2 CATEGORIES= graphics MASTER_SITES= SF/gphoto/gphoto/${PORTVERSION} @@ -17,23 +17,33 @@ USES= gmake pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= POPT_CFLAGS="$$(pkg-config --cflags popt)" \ + POPT_LIBS="$$(pkg-config --libs popt)" CONFIGURE_ARGS= --without-cdk -CONFIGURE_ENV= POPT_CFLAGS="-I${LOCALBASE}/include" \ - POPT_LIBS="-L${LOCALBASE}/lib -lpopt" -OPTIONS_DEFINE= AALIB DOCS NLS -OPTIONS_DEFAULT= AALIB +OPTIONS_DEFINE= AALIB READLINE DOCS NLS +OPTIONS_DEFAULT= AALIB READLINE OPTIONS_SUB= yes AALIB_DESC= Text mode capture preview support AALIB_LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib -AALIB_CONFIGURE_OFF= --without-aalib +AALIB_CONFIGURE_WITH= aalib + +READLINE_USES= readline +READLINE_CONFIGURE_WITH= readline NLS_USES= gettext -NLS_CONFIGURE_OFF= --disable-nls +NLS_CONFIGURE_ENABLE= nls + +.include + +post-patch: + @${REINPLACE_CMD} -e \ + 's|-lpthread|-pthread|' \ + ${WRKSRC}/configure post-install: - ${INSTALL_DATA} ${WRKSRC}/NEWS ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} NEWS ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/graphics/gphoto2/distinfo graphics/gphoto2/distinfo --- /usr/ports/graphics/gphoto2/distinfo 2013-11-06 22:01:31.000000000 +0900 +++ graphics/gphoto2/distinfo 2013-11-29 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gphoto2-2.4.14.tar.bz2) = 8754cdf1ee8eb3ef636c05d052646957d3f087892ed867543ab9180a3bbaa123 -SIZE (gphoto2-2.4.14.tar.bz2) = 669292 +SHA256 (gphoto2-2.5.2.tar.bz2) = 8eb9928f3872fea13d22c556a5bc2aea70caf23b287604cb3eef7ad759988899 +SIZE (gphoto2-2.5.2.tar.bz2) = 720529 diff -urN /usr/ports/graphics/gphoto2/pkg-plist graphics/gphoto2/pkg-plist --- /usr/ports/graphics/gphoto2/pkg-plist 2013-11-06 22:01:31.000000000 +0900 +++ graphics/gphoto2/pkg-plist 2013-11-29 00:00:00.000000000 +0900 @@ -1,7 +1,7 @@ bin/gphoto2 man/man1/gphoto2.1.gz %%PORTDOCS%%%%DOCSDIR%%/NEWS -%%DOCSDIR%%/test-hook.sh +%%PORTDOCS%%%%DOCSDIR%%/test-hook.sh %%NLS%%share/locale/az/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/cs/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/da/LC_MESSAGES/gphoto2.mo @@ -32,4 +32,4 @@ %%NLS%%share/locale/vi/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/gphoto2.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/gphoto2.mo -@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% --Multipart=_Fri__29_Nov_2013_03_30_00_+0900_usk5xjB6OinZS7V8 Content-Type: text/x-diff; name="graphics_gtkam.diff" Content-Disposition: attachment; filename="graphics_gtkam.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/graphics/gtkam/Makefile graphics/gtkam/Makefile --- /usr/ports/graphics/gtkam/Makefile 2013-11-06 22:01:32.000000000 +0900 +++ graphics/gtkam/Makefile 2013-11-29 00:00:00.000000000 +0900 @@ -2,43 +2,38 @@ # $FreeBSD: head/graphics/gtkam/Makefile 331272 2013-10-22 13:58:55Z amdmi3 $ PORTNAME= gtkam -PORTVERSION= 0.1.18 -PORTREVISION= 3 +PORTVERSION= 0.2.0 CATEGORIES= graphics MASTER_SITES= SF/gphoto/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Download and view files from various digital cameras -LIB_DEPENDS= exif-gtk:${PORTSDIR}/graphics/libexif-gtk \ - gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +LICENSE= GPLv2 # (or later) -WANT_GNOME= yes -USES= pathfix pkgconfig +LIB_DEPENDS= libexif-gtk.so:${PORTSDIR}/graphics/libexif-gtk \ + libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 + +OPTIONS_DEFINE= GIMP GNOME DOCS +OPTIONS_SUB= yes +GIMP_DESC= GIMP plugin support + +USES= gmake pathfix pkgconfig USE_GNOME= gnomehier gtk20 -USE_GMAKE= yes GNU_CONFIGURE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= gtkam.1 - -NO_STAGE= yes -.include - -.if exists(${LOCALBASE}/lib/libgimp-2.0.so) && !defined(WITHOUT_GIMP) -WITH_GIMP= yes -.endif +.include -.if defined(WITH_GIMP) -LIB_DEPENDS+= gimp-2.0:${PORTSDIR}/graphics/gimp -PLIST_SUB+= GIMP="" +.if ${PORT_OPTIONS:MGIMP} +LIB_DEPENDS+= libgimp-2.0.so:${PORTSDIR}/graphics/gimp .else CONFIGURE_ARGS+= --without-gimp -PLIST_SUB+= GIMP="@comment " .endif -.if ${HAVE_GNOME:Mlibgnomeui}!="" +.if ${PORT_OPTIONS:MGNOME} PKGNAMESUFFIX= -gnome USE_GNOME+= gnomeprefix libgnomeui INSTALLS_OMF= yes @@ -48,31 +43,12 @@ MAKE_ENV+= GNOME_SUBDIRS="" .endif -pre-everything:: -.if !defined(WITH_GIMP) - @${ECHO_MSG} - @${ECHO_MSG} "If you want to compile with plugin for The GIMP," - @${ECHO_MSG} "hit Ctrl-C right now and use \"make WITH_GIMP=yes\"" - @${ECHO_MSG} -.endif - post-patch: @${REINPLACE_CMD} -e 's|GIMP_VERSION="2.0"|GIMP_VERSION="2.2"|g ; \ - s|images/gtkam|gtkam/images|g' ${WRKSRC}/configure + s|images/gtkam|gtkam/images|g ; \ + s|FLAGS -g|FLAGS|g' ${WRKSRC}/configure @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|images/gtkam|gtkam/images|g ; \ s|$$(libdir)/gimp/|$$(libexecdir)/gimp/|g' -post-install: - ${INSTALL_DATA} ${WRKSRC}/gtkam.desktop \ - ${PREFIX}/share/applications - ${INSTALL_DATA} ${WRKSRC}/gtkam.png \ - ${PREFIX}/share/pixmaps -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS NEWS README - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -.endfor -.endif - -.include +.include diff -urN /usr/ports/graphics/gtkam/distinfo graphics/gtkam/distinfo --- /usr/ports/graphics/gtkam/distinfo 2013-11-06 22:01:32.000000000 +0900 +++ graphics/gtkam/distinfo 2013-11-29 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gtkam-0.1.18.tar.gz) = 5221649c52ace24f28278b1a4dad7b4d3730a9a4e8dbcafe964a583e9e176ef5 -SIZE (gtkam-0.1.18.tar.gz) = 1443404 +SHA256 (gtkam-0.2.0.tar.gz) = ff5128d3988e37cca59853647fcab12be21d7b2de79aaad0b7c71cb0594053fd +SIZE (gtkam-0.2.0.tar.gz) = 1443593 diff -urN /usr/ports/graphics/gtkam/files/patch-Makefile.in graphics/gtkam/files/patch-Makefile.in --- /usr/ports/graphics/gtkam/files/patch-Makefile.in 2013-11-06 22:01:32.000000000 +0900 +++ graphics/gtkam/files/patch-Makefile.in 2013-11-29 00:00:00.000000000 +0900 @@ -1,7 +1,7 @@ --- Makefile.in.orig 2008-04-23 22:55:02.000000000 +0200 +++ Makefile.in 2008-04-23 22:56:37.000000000 +0200 -@@ -253,7 +253,7 @@ - target_alias = @target_alias@ +@@ -333,7 +333,7 @@ + top_build_prefix = @top_build_prefix@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ -SUBDIRS = m4m art doc help omf-install packaging pixmaps po src test @@ -9,13 +9,12 @@ ACLOCAL_AMFLAGS = -I m4m # disable scrollkeeper for distcheck -@@ -714,8 +714,7 @@ - - info-am: - --install-data-am: install-ApplicationsDATA install-gtkamdocDATA \ -- install-iconDATA -+install-data-am: - - install-dvi: install-dvi-recursive - +@@ -342,7 +342,7 @@ + ######################################################################## + # Install a few support and doc files + gtkamdocdir = $(datadir)/doc/gtkam +-gtkamdoc_DATA = AUTHORS COPYING NEWS README TODO CHANGES ++gtkamdoc_DATA = AUTHORS NEWS README TODO CHANGES + icondir = $(datadir)/pixmaps + icon_DATA = gtkam.png + DESKTOP_IN_FILES = gtkam.desktop.in diff -urN /usr/ports/graphics/gtkam/pkg-plist graphics/gtkam/pkg-plist --- /usr/ports/graphics/gtkam/pkg-plist 2013-11-06 22:01:32.000000000 +0900 +++ graphics/gtkam/pkg-plist 2013-11-29 00:00:00.000000000 +0900 @@ -1,30 +1,30 @@ bin/gtkam %%GIMP%%libexec/gimp/2.2/plug-ins/gtkam-gimp +man/man1/gtkam.1.gz +share/applications/gtkam.desktop %%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -share/applications/gtkam.desktop -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_add_camera_enhanced_window.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_add_camera_window.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_fileinfo.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_makedir.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_save.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_save_all.png -%%GNOME:%%share/gnome/help/gtkam/C/figures/gtkam_start_window.png -%%GNOME:%%share/gnome/help/gtkam/C/gtkam.xml -%%GNOME:%%share/gnome/help/gtkam/C/legal.xml -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_add_camera_enhanced_window.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_add_camera_window.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_fileinfo.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_makedir.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_save.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_save_all.png -%%GNOME:%%share/gnome/help/gtkam/ru/figures/gtkam_start_window.png -%%GNOME:%%share/gnome/help/gtkam/ru/gtkam.xml -%%GNOME:%%share/gnome/help/gtkam/ru/legal.xml -%%GNOME:%%share/omf/gtkam/gtkam-C.omf -%%GNOME:%%share/omf/gtkam/gtkam-ru.omf -share/pixmaps/gtkam.png +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%GNOME%%share/gnome/help/gtkam/C/figures/gtkam_add_camera_enhanced_window.png +%%GNOME%%share/gnome/help/gtkam/C/figures/gtkam_add_camera_window.png +%%GNOME%%share/gnome/help/gtkam/C/figures/gtkam_fileinfo.png +%%GNOME%%share/gnome/help/gtkam/C/figures/gtkam_makedir.png +%%GNOME%%share/gnome/help/gtkam/C/figures/gtkam_save.png +%%GNOME%%share/gnome/help/gtkam/C/figures/gtkam_save_all.png +%%GNOME%%share/gnome/help/gtkam/C/figures/gtkam_start_window.png +%%GNOME%%share/gnome/help/gtkam/C/gtkam.xml +%%GNOME%%share/gnome/help/gtkam/C/legal.xml +%%GNOME%%share/gnome/help/gtkam/ru/figures/gtkam_add_camera_enhanced_window.png +%%GNOME%%share/gnome/help/gtkam/ru/figures/gtkam_add_camera_window.png +%%GNOME%%share/gnome/help/gtkam/ru/figures/gtkam_fileinfo.png +%%GNOME%%share/gnome/help/gtkam/ru/figures/gtkam_makedir.png +%%GNOME%%share/gnome/help/gtkam/ru/figures/gtkam_save.png +%%GNOME%%share/gnome/help/gtkam/ru/figures/gtkam_save_all.png +%%GNOME%%share/gnome/help/gtkam/ru/figures/gtkam_start_window.png +%%GNOME%%share/gnome/help/gtkam/ru/gtkam.xml +%%GNOME%%share/gnome/help/gtkam/ru/legal.xml %%DATADIR%%/images/gtkam-audio.png %%DATADIR%%/images/gtkam-camera.png %%DATADIR%%/images/gtkam-folder-camera.png @@ -59,17 +59,20 @@ share/locale/sk/LC_MESSAGES/gtkam.mo share/locale/sl/LC_MESSAGES/gtkam.mo share/locale/sv/LC_MESSAGES/gtkam.mo -share/locale/vi/LC_MESSAGES/gtkam.mo share/locale/uk/LC_MESSAGES/gtkam.mo +share/locale/vi/LC_MESSAGES/gtkam.mo share/locale/zh_CN/LC_MESSAGES/gtkam.mo +%%GNOME%%share/omf/gtkam/gtkam-C.omf +%%GNOME%%share/omf/gtkam/gtkam-ru.omf share/pixmaps/gtkam-camera.png +share/pixmaps/gtkam.png @dirrm %%DATADIR%%/pixmaps @dirrm %%DATADIR%%/images @dirrm %%DATADIR%% -%%GNOME:%%@dirrm share/omf/gtkam -%%GNOME:%%@dirrm share/gnome/help/gtkam/ru/figures -%%GNOME:%%@dirrm share/gnome/help/gtkam/ru -%%GNOME:%%@dirrm share/gnome/help/gtkam/C/figures -%%GNOME:%%@dirrm share/gnome/help/gtkam/C -%%GNOME:%%@dirrm share/gnome/help/gtkam +%%GNOME%%@dirrm share/omf/gtkam +%%GNOME%%@dirrm share/gnome/help/gtkam/ru/figures +%%GNOME%%@dirrm share/gnome/help/gtkam/ru +%%GNOME%%@dirrm share/gnome/help/gtkam/C/figures +%%GNOME%%@dirrm share/gnome/help/gtkam/C +%%GNOME%%@dirrm share/gnome/help/gtkam %%PORTDOCS%%@dirrm %%DOCSDIR%% --Multipart=_Fri__29_Nov_2013_03_30_00_+0900_usk5xjB6OinZS7V8-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 19: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 ESMTPS id BC57E419 for ; Thu, 28 Nov 2013 19:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B4D31F8F for ; Thu, 28 Nov 2013 19: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 rASJA0S3084246 for ; Thu, 28 Nov 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 rASJA08Z084245; Thu, 28 Nov 2013 19:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 19:10:00 GMT Resent-Message-Id: <201311281910.rASJA08Z084245@freefall.freebsd.org> 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 ESMTPS id 5A1672BB for ; Thu, 28 Nov 2013 19:00:30 +0000 (UTC) Received: from smtpout7.timeweb.ru (smtpout7.timeweb.ru [92.53.117.21]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 13CF31F27 for ; Thu, 28 Nov 2013 19:00:29 +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 1Vm6p8-0006WT-4j; Thu, 28 Nov 2013 23:00:26 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 8713AA27; Thu, 28 Nov 2013 23:00:25 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 7E1BC651; Thu, 28 Nov 2013 23:00:25 +0400 (MSK) Message-Id: <20131128190025.7E1BC651@hades.panopticon> Date: Thu, 28 Nov 2013 23:00:25 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x Cc: frank@altpeter.de X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 19:10:01 -0000 >Number: 184360 >Category: ports >Synopsis: [PATCH] net-im/centerim-devel: fix build on 10.x >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Nov 28 19:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 10.0-BETA3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258666: Wed Nov 27 03:06:10 MSK >Description: - Fix build in 10.x Port maintainer (frank@altpeter.de) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- centerim-devel-4.22.10.11_2.patch begins here --- Index: files/patch-libicq2000-src-ContactTree.cpp =================================================================== --- files/patch-libicq2000-src-ContactTree.cpp (revision 0) +++ files/patch-libicq2000-src-ContactTree.cpp (working copy) @@ -0,0 +1,11 @@ +--- libicq2000/src/ContactTree.cpp.orig 2011-05-23 01:06:31.000000000 +0400 ++++ libicq2000/src/ContactTree.cpp 2013-11-28 19:19:57.334970339 +0400 +@@ -22,6 +22,8 @@ + #include "ContactTree.h" + #include "events.h" + ++#include ++ + namespace ICQ2000 { + + using std::string; --- centerim-devel-4.22.10.11_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 19:10: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 ESMTPS id 66D5A44A; Thu, 28 Nov 2013 19:10:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3DE961F91; Thu, 28 Nov 2013 19:10: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 rASJAAQE084326; Thu, 28 Nov 2013 19:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rASJAAEH084325; Thu, 28 Nov 2013 19:10:10 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 19:10:10 GMT Message-Id: <201311281910.rASJAAEH084325@freefall.freebsd.org> To: amdmi3@amdmi3.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 19:10:10 -0000 Synopsis: [PATCH] net-im/centerim-devel: fix build on 10.x State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Nov 28 19:10:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184360 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 19: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 ESMTPS id 91C0E7D8 for ; Thu, 28 Nov 2013 19:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DE6A1FFE for ; Thu, 28 Nov 2013 19: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 rASJK1XY087192 for ; Thu, 28 Nov 2013 19: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 rASJK1aW087191; Thu, 28 Nov 2013 19:20:01 GMT (envelope-from gnats) Date: Thu, 28 Nov 2013 19:20:01 GMT Message-Id: <201311281920.rASJK1aW087191@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 28 Nov 2013 19:20:01 -0000 The following reply was made to PR ports/184360; it has been noted by GNATS. From: Edwin Groothuis To: frank@altpeter.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x Date: Thu, 28 Nov 2013 19:10:09 UT Maintainer of net-im/centerim-devel, Please note that PR ports/184360 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/184360 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 19: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 ESMTPS id 4B9071DF for ; Thu, 28 Nov 2013 19:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1E9A8114A for ; Thu, 28 Nov 2013 19: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 rASJo0w6092622 for ; Thu, 28 Nov 2013 19: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 rASJo0wL092619; Thu, 28 Nov 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 19:50:00 GMT Resent-Message-Id: <201311281950.rASJo0wL092619@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Douglas K. Rand" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8B7761C7 for ; Thu, 28 Nov 2013 19:48:12 +0000 (UTC) Received: from zimbra.meridian-enviro.com (zimbra.meridian-enviro.com [12.192.92.32]) by mx1.freebsd.org (Postfix) with ESMTP id 45DE9113D for ; Thu, 28 Nov 2013 19:48:12 +0000 (UTC) Received: from localhost (localhost.localdomain [127.0.0.1]) by zimbra.meridian-enviro.com (Postfix) with ESMTP id 2ACAE3070201; Thu, 28 Nov 2013 13:40:45 -0600 (CST) Received: from zimbra.meridian-enviro.com ([127.0.0.1]) by localhost (zimbra.meridian-enviro.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id GCE2Lwyomvnj; Thu, 28 Nov 2013 13:40:44 -0600 (CST) Received: from delta.meridian-enviro.com (delta.meridian-enviro.com [10.10.10.43]) by zimbra.meridian-enviro.com (Postfix) with ESMTPS id 3DCFD30701FF; Thu, 28 Nov 2013 13:40:44 -0600 (CST) Received: (from root@localhost) by delta.meridian-enviro.com (8.14.7/8.14.7/Submit) id rASJeinu063074; Thu, 28 Nov 2013 13:40:44 -0600 (CST) (envelope-from rand) Message-Id: <201311281940.rASJeinu063074@delta.meridian-enviro.com> Date: Thu, 28 Nov 2013 13:40:44 -0600 (CST) From: "Douglas K. Rand" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184361: net-mgmt/nagios-pf-plugin [patch] Allow warn/crit percentages on the command line Cc: Kian Mohageri X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: "Douglas K. Rand" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 19:50:01 -0000 >Number: 184361 >Category: ports >Synopsis: net-mgmt/nagios-pf-plugin [patch] Allow warn/crit percentages on the command line >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 Nov 28 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas K. Rand >Release: FreeBSD 9.2-RELEASE amd64 >Organization: Iteris, Inc. >Environment: System: FreeBSD delta.meridian-enviro.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: Most Nagios checks accept either an absolute limit or a percentage for the warning and critical thresholds. check_pf by default uses 80% and 90% thresholds, but if you wish to alter the thresholds you must provide absolute thresholds. The attached patch allows thresholds to be absolute via "50000" or relative via "75%". >How-To-Repeat: Try to manage several firewalls with different roles via check_pf. >Fix: The attached patch includes all of the existing differences that the FreeBSD port already applies, including the percentage options. --- check_pf.c.orig 2007-03-08 00:19:40.000000000 -0600 +++ check_pf.c 2013-11-28 13:28:18.000000000 -0600 @@ -66,16 +66,20 @@ struct pfioc_limit pl; const char *errstr; const char *pf_device; + char *index; float percent; int ch, wflag, cflag, dev; int states_warning; int states_critical; + int show_perf=0; + int default_warn_percent=DEFAULT_WARN_PERCENT; + int default_crit_percent=DEFAULT_CRIT_PERCENT; pf_device = "/dev/pf"; wflag = cflag = 0; - while ((ch = getopt(argc, argv, "Vhw:c:")) != -1) { + while ((ch = getopt(argc, argv, "Vhpw:c:")) != -1) { switch (ch) { case 'V': version(); @@ -84,10 +88,21 @@ case 'h': help(); break; + case 'p': + show_perf = 1; + break; case 'w': - wflag = 1; - states_warning = strtonum(optarg, 0, ULONG_MAX, - &errstr); + index = strchr(optarg, '%'); + if(index) { + /* Ends in a %, treat as a percentage */ + *index = '\0'; + default_warn_percent = strtonum(optarg, 0, 100, + &errstr); + } else { + wflag = 1; + states_warning = strtonum(optarg, 0, ULONG_MAX, + &errstr); + } if (errstr) { (void)printf("PF UNKNOWN - -w is %s: %s\n", errstr, optarg); @@ -95,9 +110,17 @@ } break; case 'c': - cflag = 1; - states_critical = strtonum(optarg, 0, ULONG_MAX, - &errstr); + index = strchr(optarg, '%'); + if(index) { + /* Ends in a %, treat as a percentage */ + *index = '\0'; + default_crit_percent = strtonum(optarg, 0, 100, + &errstr); + } else { + cflag = 1; + states_critical = strtonum(optarg, 0, ULONG_MAX, + &errstr); + } if (errstr) { (void)printf("PF UNKNOWN - -c is %s: %s\n", errstr, optarg); @@ -132,10 +155,10 @@ /* default thresholds will be based on the current state limit */ if (!wflag) - states_warning = pl.limit * DEFAULT_WARN_PERCENT / 100; + states_warning = pl.limit * default_warn_percent / 100; if (!cflag) - states_critical = pl.limit * DEFAULT_CRIT_PERCENT / 100; + states_critical = pl.limit * default_crit_percent / 100; if (states_warning >= states_critical) { (void)printf("PF UNKNOWN - must be less than " @@ -151,19 +174,34 @@ } if (ps.states >= states_critical) { - (void)printf("PF CRITICAL - states: %u (%.1f%% - limit: %u)\n", + (void)printf("PF CRITICAL - states: %u (%.1f%% - limit: %u)", ps.states, percent, pl.limit); + if(!show_perf) + (void)printf("\n"); + else + (void)printf("|current=%u;%u;%u; percent=%.1f%%; limit=%u;\n", + ps.states, states_warning, states_critical, percent, pl.limit); return (STATE_CRITICAL); } if (ps.states >= states_warning) { - (void)printf("PF WARNING - states: %u (%.1f%% - limit: %u)\n", + (void)printf("PF WARNING - states: %u (%.1f%% - limit: %u)", ps.states, percent, pl.limit); + if(!show_perf) + (void)printf("\n"); + else + (void)printf("|current=%u;%u;%u; percent=%.1f%%; limit=%u;\n", + ps.states, states_warning, states_critical, percent, pl.limit); return (STATE_WARNING); } - (void)printf("PF OK - states: %u (%.1f%% - limit: %u)\n", + (void)printf("PF OK - states: %u (%.1f%% - limit: %u)", ps.states, percent, pl.limit); + if(!show_perf) + (void)printf("\n"); + else + (void)printf("|current=%u;%u;%u; percent=%.1f%%; limit=%u;\n", + ps.states, states_warning, states_critical, percent, pl.limit); return (STATE_OK); } @@ -179,15 +217,21 @@ (void)fprintf(stderr, "Usage: %s [-Vh] [-w number] [-c number]\n", __progname); (void)fprintf(stderr, " "); - (void)fprintf(stderr, "-V - Print the plugin version\n"); + (void)fprintf(stderr, "-V - Print the plugin version\n"); + (void)fprintf(stderr, " "); + (void)fprintf(stderr, "-h - Print the plugin help\n"); + (void)fprintf(stderr, " "); + (void)fprintf(stderr, "-p - Display additional nagios performance data\n"); + (void)fprintf(stderr, " "); + (void)fprintf(stderr, "-w number - Warning when states\n"); (void)fprintf(stderr, " "); - (void)fprintf(stderr, "-h - Print the plugin help\n"); + (void)fprintf(stderr, "-w percent%% - Warning when of limit" + " (default: %u%%)\n", DEFAULT_WARN_PERCENT); (void)fprintf(stderr, " "); - (void)fprintf(stderr, "-w number - Warning when states" - " (default: %u%% of state limit)\n", DEFAULT_WARN_PERCENT); + (void)fprintf(stderr, "-c number - Critical when states\n"); (void)fprintf(stderr, " "); - (void)fprintf(stderr, "-c number - Critical when states" - " (default: %u%% of state limit)\n", DEFAULT_CRIT_PERCENT); + (void)fprintf(stderr, "-c percent%% - Critical when of limit" + " (default: %u%%)\n", DEFAULT_CRIT_PERCENT); exit(EXIT_FAILURE); } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 20: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 ESMTPS id 2B675625 for ; Thu, 28 Nov 2013 20:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0926C12B7 for ; Thu, 28 Nov 2013 20: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 rASKK1dP099350 for ; Thu, 28 Nov 2013 20: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 rASKK1fx099349; Thu, 28 Nov 2013 20:20:01 GMT (envelope-from gnats) Date: Thu, 28 Nov 2013 20:20:01 GMT Message-Id: <201311282020.rASKK1fx099349@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Vladimir Kondratiev Subject: Re: ports/183162: [new port] games/cataclysm-dda A fork/variant of Cataclysm Roguelike by Whales X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Vladimir Kondratiev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 20:20:02 -0000 The following reply was made to PR ports/183162; it has been noted by GNATS. From: Vladimir Kondratiev To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183162: [new port] games/cataclysm-dda A fork/variant of Cataclysm Roguelike by Whales Date: Fri, 29 Nov 2013 00:17:47 +0400 This is a multi-part message in MIME format. --------------080105000809080304010708 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cataclysm-dda version 0.9 reseased --------------080105000809080304010708 Content-Type: text/plain; charset=UTF-8; name="cataclysm-dda.shar" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="cataclysm-dda.shar" # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # cataclysm-dda # cataclysm-dda/files # cataclysm-dda/files/cataclysm.in # cataclysm-dda/files/patch-debug.cpp # cataclysm-dda/pkg-plist # cataclysm-dda/Makefile # cataclysm-dda/distinfo # cataclysm-dda/pkg-descr # echo c - cataclysm-dda mkdir -p cataclysm-dda > /dev/null 2>&1 echo c - cataclysm-dda/files mkdir -p cataclysm-dda/files > /dev/null 2>&1 echo x - cataclysm-dda/files/cataclysm.in sed 's/^X//' >cataclysm-dda/files/cataclysm.in << '51d526710052c0bf74575aa6ebbd5bd7' X#!/bin/sh X XBIN=%%PREFIX%%/libexec/cataclysm X Xdie () { X echo `basename $0`" failed: $1" X exit 1 X} X Xif [ "x$HOME" = "x" ]; then X HOME=`getent passwd $(id -nu) | cut -d: -f6` Xfi Xtest "x$HOME" = "x" && die "HOME directory is not found" X XGAMEDIR=$HOME/.cataclysm Xmkdir -p $GAMEDIR/data || die "Can\`t create $GAMEDIR/data directory" Xcd $GAMEDIR && exec $BIN $@ 51d526710052c0bf74575aa6ebbd5bd7 echo x - cataclysm-dda/files/patch-debug.cpp sed 's/^X//' >cataclysm-dda/files/patch-debug.cpp << '727ea5f69bb86a7179f0375ae8424d60' X--- debug.cpp.orig 2013-11-26 02:52:18.384654297 +0400 X+++ debug.cpp 2013-11-26 02:52:27.078654024 +0400 X@@ -8,7 +8,6 @@ X X X #if !(defined _WIN32 || defined WINDOWS || defined __CYGWIN__) X-#include X #include X #endif X 727ea5f69bb86a7179f0375ae8424d60 echo x - cataclysm-dda/pkg-plist sed 's/^X//' >cataclysm-dda/pkg-plist << '98b7a64d0bc11e38ec29511cdae9a03a' Xbin/cataclysm Xlibexec/cataclysm X%%DATADIR%%/data/FONTDATA X%%DATADIR%%/data/cataicon.ico X%%DATADIR%%/data/changelog.txt X%%DATADIR%%/data/credits X%%DATADIR%%/data/font/fixedsys.ttf X%%DATADIR%%/data/font/terminus.fon X%%DATADIR%%/data/json/bionics.json X%%DATADIR%%/data/json/colors.json X%%DATADIR%%/data/json/dreams.json X%%DATADIR%%/data/json/furniture.json X%%DATADIR%%/data/json/halloween_special.json X%%DATADIR%%/data/json/hints.json X%%DATADIR%%/data/json/item_groups.json X%%DATADIR%%/data/json/items/ammo.json X%%DATADIR%%/data/json/items/archery.json X%%DATADIR%%/data/json/items/armor.json X%%DATADIR%%/data/json/items/books.json X%%DATADIR%%/data/json/items/comestibles.json X%%DATADIR%%/data/json/items/containers.json X%%DATADIR%%/data/json/items/instruments.json X%%DATADIR%%/data/json/items/melee.json X%%DATADIR%%/data/json/items/mods.json X%%DATADIR%%/data/json/items/ranged.json X%%DATADIR%%/data/json/items/tools.json X%%DATADIR%%/data/json/items/vehicle_parts.json X%%DATADIR%%/data/json/lab_notes.json X%%DATADIR%%/data/json/martialarts.json X%%DATADIR%%/data/json/materials.json X%%DATADIR%%/data/json/migo_speech.json X%%DATADIR%%/data/json/monstergroups.json X%%DATADIR%%/data/json/monsters.json X%%DATADIR%%/data/json/mutations.json X%%DATADIR%%/data/json/names.json X%%DATADIR%%/data/json/professions.json X%%DATADIR%%/data/json/recipes.json X%%DATADIR%%/data/json/skills.json X%%DATADIR%%/data/json/snippets.json X%%DATADIR%%/data/json/species.json X%%DATADIR%%/data/json/techniques.json X%%DATADIR%%/data/json/terrain.json X%%DATADIR%%/data/json/tool_qualities.json X%%DATADIR%%/data/json/tutorial.json X%%DATADIR%%/data/json/vehicle_parts.json X%%DATADIR%%/data/json/vehicles.json X%%DATADIR%%/data/motd X%%DATADIR%%/data/raw/keybindings.json X%%DATADIR%%/data/raw/sokoban.txt X%%DATADIR%%/gfx/DeonTileset/deontiles.png X%%DATADIR%%/gfx/DeonTileset/tile_config.json X%%DATADIR%%/gfx/DeonTileset/tileset.txt X%%DATADIR%%/gfx/HoderTileset/hodertiles.png X%%DATADIR%%/gfx/HoderTileset/tile_config.json X%%DATADIR%%/gfx/HoderTileset/tileset.txt X%%DATADIR%%/gfx/TsuTileset/tile_config.json X%%DATADIR%%/gfx/TsuTileset/tileset.txt X%%DATADIR%%/gfx/TsuTileset/tsutiles.png X%%DATADIR%%/gfx/tile.png X%%DATADIR%%/gfx/tile_config.json X%%DATADIR%%/gfx/tile_config_template.json X%%DATADIR%%/gfx/tinytile.png X%%PORTDOCS%%%%DOCSDIR%%/CMakeLists.txt X%%PORTDOCS%%%%DOCSDIR%%/CODE_STYLE.txt X%%PORTDOCS%%%%DOCSDIR%%/COMPILING.md X%%PORTDOCS%%%%DOCSDIR%%/COMPILING_osx.md X%%PORTDOCS%%%%DOCSDIR%%/CONTRIBUTING.md X%%PORTDOCS%%%%DOCSDIR%%/DEVELOPER_FAQ.md X%%PORTDOCS%%%%DOCSDIR%%/ENUMS.md X%%PORTDOCS%%%%DOCSDIR%%/GAMEMODES.md X%%PORTDOCS%%%%DOCSDIR%%/GAME_BALANCE.txt X%%PORTDOCS%%%%DOCSDIR%%/JSON_INFO.md X%%PORTDOCS%%%%DOCSDIR%%/LICENSE.txt X%%PORTDOCS%%%%DOCSDIR%%/MODDING.txt X%%PORTDOCS%%%%DOCSDIR%%/OLD_TODO.txt X%%PORTDOCS%%%%DOCSDIR%%/README.md X%%PORTDOCS%%%%DOCSDIR%%/README.txt X%%PORTDOCS%%%%DOCSDIR%%/README_all_translators.txt X%%PORTDOCS%%%%DOCSDIR%%/TESTING.txt X%%PORTDOCS%%%%DOCSDIR%%/TRANSLATING.md X%%PORTDOCS%%%%DOCSDIR%%/changelog.txt X%%PORTDOCS%%%%DOCSDIR%%/de.txt X%%PORTDOCS%%%%DOCSDIR%%/doxygen_conf.txt X%%PORTDOCS%%%%DOCSDIR%%/sokoban.txt X%%PORTDOCS%%%%DOCSDIR%%/tileset.txt X%%NLS%%share/locale/cs/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/de/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/fr/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/it/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/ja/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/ko/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/pl/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/pt/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/ru/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/sr/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/vi/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/zh_CN/LC_MESSAGES/cataclysm-dda.mo X%%NLS%%share/locale/zh_TW/LC_MESSAGES/cataclysm-dda.mo X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@dirrm %%DATADIR%%/gfx/TsuTileset X@dirrm %%DATADIR%%/gfx/HoderTileset X@dirrm %%DATADIR%%/gfx/DeonTileset X@dirrm %%DATADIR%%/gfx X@dirrm %%DATADIR%%/data/raw X@dirrm %%DATADIR%%/data/json/items X@dirrm %%DATADIR%%/data/json X@dirrm %%DATADIR%%/data/font X@dirrm %%DATADIR%%/data X@dirrm %%DATADIR%% 98b7a64d0bc11e38ec29511cdae9a03a echo x - cataclysm-dda/Makefile sed 's/^X//' >cataclysm-dda/Makefile << 'f63361a088a2c2515b3c4c9374addc6c' X# Created by: Vladimir Kondratiev X# $FreeBSD$ X XPORTNAME= cataclysm-dda XPORTVERSION= 0.9 XCATEGORIES= games X XMAINTAINER= wulf@cicgroup.ru XCOMMENT= A fork/variant of Cataclysm Roguelike by Whales X XLICENSE= CCPL.BY-SA.30 XLICENSE_NAME= Creative Commons Attribution-ShareAlike 3.0 Unported License XLICENSE_FILE= ${WRKSRC}/LICENSE.txt XLICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept X XUSES= gmake shebangfix XSHEBANG_FILES= lang/*.sh Xbash_CMD= /bin/sh X XUSE_GITHUB= yes XGH_ACCOUNT= CleverRaven XGH_PROJECT= Cataclysm-DDA XGH_TAGNAME= ${GH_COMMIT} XGH_COMMIT= ebd2393 XMAKE_ARGS+= RELEASE=1 XCXXFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X XOPTIONS_DEFINE= NLS XOPTIONS_DEFAULT=NLS NCURSES XOPTIONS_SINGLE= UI XOPTIONS_SINGLE_UI= NCURSES SDL X XUI_DESC= User Interface X XOPTIONS_SUB= yes XSUB_FILES= cataclysm XREINPLACE_ARGS= -i '' X XNCURSES_USES= ncurses XSDL_USE= SDL=sdl,ttf,image XSDL_MAKE_ARGS= TILES=1 TILESTARGET=cataclysm XNLS_USES= gettext XNLS_LDFLAGS= -lintl XNLS_MAKE_ARGS= L10N=localization X X.include X X.if ! ${PORT_OPTIONS:MNLS} XMAKE_ARGS+= LOCALIZE=0 X.endif X Xpost-extract: X ${RM} ${WRKSRC}/data/.gitignore X Xpost-patch: X ${REINPLACE_CMD} -e 's|"lang/mo"|"${PREFIX}/share/locale"|' ${WRKSRC}/main.cpp X cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|gfx|${DATADIR}/&|' options.cpp \ X sdltiles.cpp cata_tiles.cpp gfx/*/tileset.txt X cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|data/json|${DATADIR}/&|' \ X game.cpp init.cpp map.cpp sdltiles.cpp X cd ${WRKSRC} && ${REINPLACE_CMD} -e 's|data/raw|${DATADIR}/&|' \ X input.cpp iuse_software_sokoban.cpp X ${REINPLACE_CMD} -e 's|data/font["/]|${DATADIR}/&| ; \ X s|data/FONTDATA|${DATADIR}/&|' ${WRKSRC}/sdltiles.cpp X ${REINPLACE_CMD} -e 's|data/motd|${DATADIR}/&| ; \ X s|data/credits|${DATADIR}/&|' ${WRKSRC}/main_menu.cpp X ${REINPLACE_CMD} -e '/^CXX *=/d ; /^LD *=/s/g++/$$(CXX)/ ; \ X /OTHERS += -O3/d ; s/\(-lncurses\)\(w*\)/\1\2 -ltinfo\2/ ; \ X /^WARNINGS *=/d' ${WRKSRC}/Makefile X Xdo-install: X ${INSTALL_SCRIPT} ${WRKDIR}/cataclysm ${STAGEDIR}${PREFIX}/bin X ${INSTALL_PROGRAM} ${WRKSRC}/cataclysm ${STAGEDIR}${PREFIX}/libexec X.for dir in data gfx X cd ${WRKSRC} && ${COPYTREE_SHARE} ${dir} ${STAGEDIR}${DATADIR} X.endfor X.if ${PORT_OPTIONS:MNLS} X cd ${WRKSRC}/lang/mo && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/share/locale X.endif X ${MKDIR} ${STAGEDIR}${DOCSDIR} X ${FIND} ${WRKSRC} \( -name "*.md" -or -name "*.txt" \) \ X -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/ \; X X.include f63361a088a2c2515b3c4c9374addc6c echo x - cataclysm-dda/distinfo sed 's/^X//' >cataclysm-dda/distinfo << 'cdfeb4b824668bfb0c484b5865e0c39f' XSHA256 (cataclysm-dda-0.9.tar.gz) = d57455c9f2abdd50a26424d131048276efdc68d3c2d4f22b4bdde903cc0f30be XSIZE (cataclysm-dda-0.9.tar.gz) = 7219436 cdfeb4b824668bfb0c484b5865e0c39f echo x - cataclysm-dda/pkg-descr sed 's/^X//' >cataclysm-dda/pkg-descr << '4df061dfe6a8324b1c6686beee7ebc43' XCataclysm: Dark Days Ahead is a roguelike set in a post-apocalyptic world. XWhile some have described it as a "zombie game", there's far more to XCataclysm than that. Struggle to survive in a harsh, persistant, Xprocedurally generated world. Scavenge the remnants of a dead civilization Xfor for food, equipment, or, if you're lucky, a vehicle with a full tank of Xgas to get you the hell out of Dodge. Fight to defeat or escape from a wide Xvariety of powerful monstrosities, from zombies to giant insects to killer Xrobots and things far stranger and deadlier, and against the others like Xyourself, that want what you have... X XWWW: http://en.cataclysmdda.com/ 4df061dfe6a8324b1c6686beee7ebc43 exit --------------080105000809080304010708-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 22:01: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 ESMTPS id EC78BADB; Thu, 28 Nov 2013 22:01:56 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BFA0F17A4; Thu, 28 Nov 2013 22:01:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rASM1uLT020571; Thu, 28 Nov 2013 22:01:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rASM1uVh020570; Thu, 28 Nov 2013 22:01:56 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 22:01:56 GMT Message-Id: <201311282201.rASM1uVh020570@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184357: databases/py-fdb: update to 1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 22:01:57 -0000 Synopsis: databases/py-fdb: update to 1.4 Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Nov 28 22:01:56 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=184357 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 22:01: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 ESMTPS id 38111AD8; Thu, 28 Nov 2013 22:01:52 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B0AB17A2; Thu, 28 Nov 2013 22:01: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 rASM1p1B020455; Thu, 28 Nov 2013 22:01:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rASM1psu020454; Thu, 28 Nov 2013 22:01:51 GMT (envelope-from linimon) Date: Thu, 28 Nov 2013 22:01:51 GMT Message-Id: <201311282201.rASM1psu020454@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184357: databases/py-fdb: update to 1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 22:01:52 -0000 Synopsis: databases/py-fdb: update to 1.4 Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Nov 28 22:01:38 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=184357 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 22:01: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 ESMTPS id E84C8B08; Thu, 28 Nov 2013 22:01:58 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BDDBE17A5; Thu, 28 Nov 2013 22:01: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 rASM1wFn020652; Thu, 28 Nov 2013 22:01:58 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rASM1wnu020651; Thu, 28 Nov 2013 22:01:58 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 22:01:58 GMT Message-Id: <201311282201.rASM1wnu020651@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184357: databases/py-fdb: update to 1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 22:01:59 -0000 Synopsis: databases/py-fdb: update to 1.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 22:01:58 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=184357 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 22: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 ESMTPS id B5810811 for ; Thu, 28 Nov 2013 22:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 767EE1992 for ; Thu, 28 Nov 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 rASMo28D029418 for ; Thu, 28 Nov 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 rASMo264029417; Thu, 28 Nov 2013 22:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 22:50:02 GMT Resent-Message-Id: <201311282250.rASMo264029417@freefall.freebsd.org> 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 ESMTPS id 636FF806 for ; Thu, 28 Nov 2013 22:49:24 +0000 (UTC) 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 4FD63198A for ; Thu, 28 Nov 2013 22:49: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 rASMnNb4081916 for ; Thu, 28 Nov 2013 22:49:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rASMnNRo081912; Thu, 28 Nov 2013 22:49:23 GMT (envelope-from nobody) Message-Id: <201311282249.rASMnNRo081912@oldred.freebsd.org> Date: Thu, 28 Nov 2013 22:49:23 GMT From: Michael Moll To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184362: x11/mate-terminal crash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 22:50:02 -0000 >Number: 184362 >Category: ports >Synopsis: x11/mate-terminal 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: Thu Nov 28 22:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Moll >Release: 10-STABLE >Organization: >Environment: FreeBSD emperor.kvedulv.de 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258712M: Thu Nov 28 20:26:51 CET 2013 mmoll@emperor.kvedulv.de:/usr/obj/svn/base/stable/10/sys/EMPEROR amd64 >Description: if I'm opening some new tabs quickly, the following happens: Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 808c13000 (LWP 100901/mate-terminal)] 0x000000080516944a in g_source_unref_internal () from /usr/local/lib/libglib-2.0.so.0 (gdb) bt #0 0x000000080516944a in g_source_unref_internal () from /usr/local/lib/libglib-2.0.so.0 #1 0x000000080516a4c0 in g_main_context_check () from /usr/local/lib/libglib-2.0.so.0 #2 0x000000080516ab53 in g_main_context_iterate () from /usr/local/lib/libglib-2.0.so.0 #3 0x000000080516abf4 in g_main_context_iteration () from /usr/local/lib/libglib-2.0.so.0 #4 0x000000080980699d in g_io_module_query () from /usr/local/lib/gio/modules/libdconfsettings.so #5 0x000000080518e78a in g_thread_proxy () from /usr/local/lib/libglib-2.0.so.0 #6 0x00000008079784b4 in pthread_create () from /lib/libthr.so.3 #7 0x0000000000000000 in ?? () (gdb) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 22:50: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 ESMTPS id B04D583F; Thu, 28 Nov 2013 22:50:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 85A951994; Thu, 28 Nov 2013 22: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 rASMoA8q029496; Thu, 28 Nov 2013 22: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 rASMoAaO029495; Thu, 28 Nov 2013 22:50:10 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 22:50:10 GMT Message-Id: <201311282250.rASMoAaO029495@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184362: x11/mate-terminal crash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 22:50:10 -0000 Synopsis: x11/mate-terminal crash Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 22: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=184362 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 23:30: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 ESMTPS id 03B1AD3D for ; Thu, 28 Nov 2013 23:30:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1CB91B09 for ; Thu, 28 Nov 2013 23: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 rASNU2jr057664 for ; Thu, 28 Nov 2013 23: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 rASNU2uh057649; Thu, 28 Nov 2013 23:30:02 GMT (envelope-from gnats) Resent-Date: Thu, 28 Nov 2013 23:30:02 GMT Resent-Message-Id: <201311282330.rASNU2uh057649@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Butler Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBC50AE9 for ; Thu, 28 Nov 2013 23:22:13 +0000 (UTC) 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 AD2341ADB for ; Thu, 28 Nov 2013 23:22: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 rASNMDWM091553 for ; Thu, 28 Nov 2013 23:22:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rASNMDUp091552; Thu, 28 Nov 2013 23:22:13 GMT (envelope-from nobody) Message-Id: <201311282322.rASNMDUp091552@oldred.freebsd.org> Date: Thu, 28 Nov 2013 23:22:13 GMT From: Craig Butler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184363: [patch] misc/compat8x enable sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 23:30:03 -0000 >Number: 184363 >Category: ports >Synopsis: [patch] misc/compat8x enable sparc64 >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 Nov 28 23:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Butler >Release: 9.2-RELEASE sparc64 >Organization: >Environment: FreeBSD blueeye.lerwick.hopto.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Tue Oct 8 16:09:50 BST 2013 root@blueeye.lerwick.hopto.org:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: sparc64 support was dropped from misc/compat8x currently when trying to compile from ports we get "...only for i386 amd64, while you are running sparc64." I have updated the distfile, distinfo, Makefile, and created a pkg-plist-sparc64. Libs where pulled from a compiled 8.4-RELEASE. I used compat8x-sparc64-8.3.803000.201209.tar.bz2 as a reference. I have tried a few make, make install, make deinstall distfile is available from - http://bsdtec.com/freebsd/distfiles/compat8x-sparc64-8.4.804000.201310.tar.xz >How-To-Repeat: try to compile misc/compat8x from ports on a sparc64 machine. >Fix: see attached patch Patch attached with submission follows: diff -ruN misc/compat8x.orig/Makefile misc/compat8x/Makefile --- misc/compat8x.orig/Makefile 2013-10-31 23:38:29.000000000 +0000 +++ misc/compat8x/Makefile 2013-11-28 22:31:18.503780611 +0000 @@ -16,7 +16,7 @@ USE_XZ= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat diff -ruN misc/compat8x.orig/distinfo misc/compat8x/distinfo --- misc/compat8x.orig/distinfo 2013-10-15 12:39:39.000000000 +0100 +++ misc/compat8x/distinfo 2013-11-28 22:49:29.703778657 +0000 @@ -2,3 +2,5 @@ SIZE (compat8x-amd64-8.4.804000.201310.tar.xz) = 426848 SHA256 (compat8x-i386-8.4.804000.201310.tar.xz) = 8aca342a2f68d8a8d9626e39e2c02fb3f2dab517d11f4a8533b8f863cf5b98ff SIZE (compat8x-i386-8.4.804000.201310.tar.xz) = 234692 +SHA256 (compat8x-sparc64-8.4.804000.201310.tar.xz) = 69263d831439278b28dbec3942ceccd3eee15624ac041a941106e0ad92591060 +SIZE (compat8x-sparc64-8.4.804000.201310.tar.xz) = 239384 diff -ruN misc/compat8x.orig/pkg-plist.sparc64 misc/compat8x/pkg-plist.sparc64 --- misc/compat8x.orig/pkg-plist.sparc64 1970-01-01 01:00:00.000000000 +0100 +++ misc/compat8x/pkg-plist.sparc64 2013-11-28 22:29:44.946779203 +0000 @@ -0,0 +1,13 @@ +lib/compat/libopie.so.6 +lib/compat/libufs.so.5 +lib/compat/libtacplus.so.4 +lib/compat/libbsnmp.so.5 +lib/compat/libdwarf.so.2 +lib/compat/liblwres.so.80 +lib/compat/libutil.so.8 +lib/compat/libcam.so.5 +lib/compat/libobjc.so.4 +lib/compat/libz.so.5 +lib/compat/libpcap.so.7 +lib/compat/libsbuf.so.5 +@dirrmtry lib/compat >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Nov 28 23:30: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 ESMTPS id 13BBCD6C; Thu, 28 Nov 2013 23:30:12 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DD8891B2F; Thu, 28 Nov 2013 23:30: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 rASNUBFL057801; Thu, 28 Nov 2013 23:30:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rASNUBCV057800; Thu, 28 Nov 2013 23:30:11 GMT (envelope-from edwin) Date: Thu, 28 Nov 2013 23:30:11 GMT Message-Id: <201311282330.rASNUBCV057800@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184363: [patch] misc/compat8x enable sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Nov 2013 23:30:12 -0000 Synopsis: [patch] misc/compat8x enable sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: edwin Responsible-Changed-When: Thu Nov 28 23:30:11 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184363 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 01: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 ESMTPS id A728E432 for ; Fri, 29 Nov 2013 01:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8220B1FC3 for ; Fri, 29 Nov 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 rAT1A0gI087811 for ; Fri, 29 Nov 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 rAT1A0xH087810; Fri, 29 Nov 2013 01:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 01:10:00 GMT Resent-Message-Id: <201311290110.rAT1A0xH087810@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takefu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55FC9E82 for ; Fri, 29 Nov 2013 01:07:53 +0000 (UTC) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D21DB1F6B for ; Fri, 29 Nov 2013 01:07:27 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id C50D3125EAC for ; Fri, 29 Nov 2013 10:07:12 +0900 (JST) Received: from [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35] (unknown [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35]) by ae-osaka.co.jp (Postfix) with ESMTPSA id 4F159125EA9 for ; Fri, 29 Nov 2013 10:07:12 +0900 (JST) Message-Id: <5297E8C0.4050800@airport.fm> Date: Fri, 29 Nov 2013 10:07:12 +0900 From: Takefu To: freebsd-gnats-submit@freebsd.org Subject: ports/184364: [PATCH] sysutils/megarc: fix StageDir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 01:10:00 -0000 >Number: 184364 >Category: ports >Synopsis: [PATCH] sysutils/megarc: fix StageDir >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 Nov 29 01:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013 >Description: fix StageDir pkg-descr url change Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- megarc-1.51.patch begins here --- diff -ruN /usr/ports/sysutils/megarc/Makefile ./Makefile --- /usr/ports/sysutils/megarc/Makefile 2013-11-29 01:49:31.000000000 +0900 +++ ./Makefile 2013-11-29 08:42:29.000000000 +0900 @@ -10,8 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= LSI Logic's MegaRAID controlling software +EXTRACT_SUFX:= .zip USES= dos2unix -USE_ZIP= yes DOS2UNIX_GLOB= *.txt NO_BUILD= yes NO_WRKSUBDIR= yes @@ -22,7 +22,6 @@ PLIST_FILES= sbin/megarc PORTDOCS= * -NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @@ -30,13 +29,13 @@ .endif post-extract: - @cd ${WRKSRC} && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} 'MegaRC 1.04.zip' + @${TAR} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/MegaRC\ 1.04.zip -C${WRKSRC} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/megarc ${PREFIX}/sbin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/megarc ${STAGEDIR}${PREFIX}/sbin +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${STAGEDIR}${DOCSDIR} .endif .include diff -ruN /usr/ports/sysutils/megarc/pkg-descr ./pkg-descr --- /usr/ports/sysutils/megarc/pkg-descr 2012-07-14 23:29:18.000000000 +0900 +++ ./pkg-descr 2013-11-29 08:46:41.000000000 +0900 @@ -1,4 +1,4 @@ This port provides an utility for controlling most of the LSI Logic's MegaRAID BIOS functions. -WWW: http://www.lsilogic.com/products/megaraid/ +WWW: http://www.lsi.com/products/raid-controllers/pages/default.aspx --- megarc-1.51.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 01: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 ESMTPS id 8F95662F for ; Fri, 29 Nov 2013 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 673DF1148 for ; Fri, 29 Nov 2013 01: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 rAT1K0Nj090546 for ; Fri, 29 Nov 2013 01: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 rAT1K00K090545; Fri, 29 Nov 2013 01:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 01:20:00 GMT Resent-Message-Id: <201311290120.rAT1K00K090545@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takefu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C137C599 for ; Fri, 29 Nov 2013 01:15:45 +0000 (UTC) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 30AFC10DF for ; Fri, 29 Nov 2013 01:15:26 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id 5A71F125EAC; Fri, 29 Nov 2013 10:14:49 +0900 (JST) Received: from [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35] (unknown [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35]) by ae-osaka.co.jp (Postfix) with ESMTPSA id 03D6D125EA9; Fri, 29 Nov 2013 10:14:49 +0900 (JST) Message-Id: <5297EA89.9040704@airport.fm> Date: Fri, 29 Nov 2013 10:14:49 +0900 From: Takefu To: freebsd-gnats-submit@freebsd.org Subject: ports/184365: [UPDATE] sysutils/megacli: update to 8.07.07 Cc: samflanker@gmail.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 01:20:00 -0000 >Number: 184365 >Category: ports >Synopsis: [UPDATE] sysutils/megacli: update to 8.07.07 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 29 01:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013 >Description: - Update to 8.07.07 fix StageDir Port maintainer (samflanker@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- megacli-8.07.07.patch begins here --- diff -ruN /usr/ports/sysutils/megacli/Makefile ./Makefile --- /usr/ports/sysutils/megacli/Makefile 2013-09-21 08:05:58.000000000 +0900 +++ ./Makefile 2013-11-29 09:51:21.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/megacli/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= megacli -PORTVERSION= 8.05.06 +PORTVERSION= 8.07.07 CATEGORIES= sysutils MASTER_SITES= http://www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/ \ CRITICAL @@ -11,34 +11,28 @@ MAINTAINER= samflanker@gmail.com COMMENT= SAS MegaRAID FreeBSD MegaCLI +EXTRACT_SUFX:= .zip + RESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/lookup/License.aspx FETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} ONLY_FOR_ARCHS= i386 amd64 -USE_ZIP= yes NO_BUILD= yes NO_WRKSUBDIR= yes PLIST_FILES= sbin/MegaCli -NO_STAGE= yes pre-fetch: - @${FETCH_BINARY} -o /dev/null http://www.lsi.com/magic.axd?x=e&file=http%3A//www.lsi.com/downloads/Public/MegaRAID%2520Common%2520Files/${PORT_VERSION}_MegaCLI.zip +.if !exists(${DISTDIR}/${DISTFILES}) + @${FETCH_BINARY} -o /dev/null 'http://www.lsi.com/magic.axd?x=e&file=http%3A//www.lsi.com/downloads/Public/MegaRAID%20Common%20Files/${DISTNAME}${EXTRACT_SUFX}' +.endif .include post-extract: -.if ${ARCH} == "i386" - @cd ${WRKSRC}/MegaCli_FreeBSD && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} MegaCli.zip -.elif ${ARCH} == "amd64" - @cd ${WRKSRC}/MegaCli_FreeBSD && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} MegaCli64.zip -.endif + @${TAR} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/freebsd/Mega${ARCH:S,i386,CLI,:S,amd64,Cli64,}.zip -C${WRKSRC}/freebsd do-install: -.if ${ARCH} == "i386" - ${INSTALL_PROGRAM} ${WRKSRC}/MegaCli_FreeBSD/MegaCli ${PREFIX}/sbin/MegaCli -.elif ${ARCH} == "amd64" - ${INSTALL_PROGRAM} ${WRKSRC}/MegaCli_FreeBSD/MegaCli64 ${PREFIX}/sbin/MegaCli -.endif + ${INSTALL_SCRIPT} ${WRKSRC}/freebsd/MegaCli${ARCH:S,i386,,:S,amd64,64,} ${STAGEDIR}${PREFIX}/sbin/MegaCli .include diff -ruN /usr/ports/sysutils/megacli/distinfo ./distinfo --- /usr/ports/sysutils/megacli/distinfo 2012-12-10 17:48:38.000000000 +0900 +++ ./distinfo 2013-11-29 09:13:08.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (8.05.06_MegaCLI.zip) = 7b310559b5e3a07cb02da6280e98ad4a95af258153ad0487db8c6187713e0f45 -SIZE (8.05.06_MegaCLI.zip) = 18874438 +SHA256 (8.07.07_MegaCLI.zip) = 52ba4e60eb6ff0c76dd14b1ffc32a9f198dd0b88ef8cf61575cfd35a04dc5f86 +SIZE (8.07.07_MegaCLI.zip) = 12391645 --- megacli-8.07.07.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 01: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 ESMTPS id 0272E662; Fri, 29 Nov 2013 01:20:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CC2DB114D; Fri, 29 Nov 2013 01: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 rAT1K8Mx090673; Fri, 29 Nov 2013 01: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 rAT1K8R3090672; Fri, 29 Nov 2013 01:20:08 GMT (envelope-from edwin) Date: Fri, 29 Nov 2013 01:20:08 GMT Message-Id: <201311290120.rAT1K8R3090672@freefall.freebsd.org> To: takefu@airport.fm, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184365: [UPDATE] sysutils/megacli: update to 8.07.07 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 01:20:09 -0000 Synopsis: [UPDATE] sysutils/megacli: update to 8.07.07 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Nov 29 01: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=184365 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 01: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 ESMTPS id 85F56804 for ; Fri, 29 Nov 2013 01:30:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 72BC3125A for ; Fri, 29 Nov 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 rAT1U164092870 for ; Fri, 29 Nov 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 rAT1U1NU092869; Fri, 29 Nov 2013 01:30:01 GMT (envelope-from gnats) Date: Fri, 29 Nov 2013 01:30:01 GMT Message-Id: <201311290130.rAT1U1NU092869@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184365: [UPDATE] sysutils/megacli: update to 8.07.07 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 29 Nov 2013 01:30:01 -0000 The following reply was made to PR ports/184365; it has been noted by GNATS. From: Edwin Groothuis To: samflanker@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184365: [UPDATE] sysutils/megacli: update to 8.07.07 Date: Fri, 29 Nov 2013 01:20:07 UT Maintainer of sysutils/megacli, Please note that PR ports/184365 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/184365 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 02: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 ESMTPS id 92E5B153 for ; Fri, 29 Nov 2013 02:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7DC1E151A for ; Fri, 29 Nov 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 rAT2K1WS003700 for ; Fri, 29 Nov 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 rAT2K0QB003699; Fri, 29 Nov 2013 02:20:00 GMT (envelope-from gnats) Date: Fri, 29 Nov 2013 02:20:00 GMT Message-Id: <201311290220.rAT2K0QB003699@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: venom Subject: Re: ports/184365: [UPDATE] sysutils/megacli: update to 8.07.07 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: venom List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 02:20:01 -0000 The following reply was made to PR ports/184365; it has been noted by GNATS. From: venom To: bug-followup@freebsd.org Cc: Subject: Re: ports/184365: [UPDATE] sysutils/megacli: update to 8.07.07 Date: Fri, 29 Nov 2013 06:10:30 +0400 patch is approved thanks On Fri, Nov 29, 2013 at 5:20 AM, Edwin Groothuis wrote: > Maintainer of sysutils/megacli, > > Please note that PR ports/184365 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/184365 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 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 ESMTPS id B1D1B552 for ; Fri, 29 Nov 2013 02:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A3F1160C for ; Fri, 29 Nov 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 rAT2e0nh007534 for ; Fri, 29 Nov 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 rAT2e0tS007533; Fri, 29 Nov 2013 02:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 02:40:00 GMT Resent-Message-Id: <201311290240.rAT2e0tS007533@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Takefu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6AAA9449; Fri, 29 Nov 2013 02:35:28 +0000 (UTC) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 29F8115EF; Fri, 29 Nov 2013 02:35:27 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id 44DE9125EAC; Fri, 29 Nov 2013 11:35:26 +0900 (JST) Received: from [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35] (unknown [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35]) by ae-osaka.co.jp (Postfix) with ESMTPSA id E5DB8125EA9; Fri, 29 Nov 2013 11:35:25 +0900 (JST) Message-Id: <5297FD6E.7010506@airport.fm> Date: Fri, 29 Nov 2013 11:35:26 +0900 From: Takefu To: freebsd-gnats-submit@freebsd.org Subject: ports/184366: [PATCH] archivers/unzip: fix portlint(1) compliant Cc: ehaupt@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 02:40:00 -0000 >Number: 184366 >Category: ports >Synopsis: [PATCH] archivers/unzip: fix portlint(1) compliant >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 Nov 29 02:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Takefu >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: FOX Amateur Radio Club >Environment: System: FreeBSD RELENG84-ix86.localIPv4.airport.fm 8.4-RELEASE-p4 FreeBSD 8.4-RELEASE-p4 #0: Wed Sep 25 14:55:36 JST 2013 >Description: fix archivers/unzip portlint(1) compliant korean/unzip StageDir Port maintainer (ehaupt@FreeBSD.org) is cc'd. >How-To-Repeat: >Fix: --- unzip-6.0_1.patch begins here --- diff -ruN /usr/ports/archivers/unzip/Makefile ./Makefile --- /usr/ports/archivers/unzip/Makefile 2013-10-28 22:26:35.000000000 +0900 +++ ./Makefile 2013-11-29 11:15:13.000000000 +0900 @@ -14,9 +14,9 @@ COMMENT?= List, test, and extract compressed files in a ZIP archive LICENSE= Info-ZIP -LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_NAME= Info-ZIP license LICENSE_FILE= ${WRKSRC}/LICENSE +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS?= unzip-iconv-[0-9]* zh-unzip-[0-9]* ko-unzip-[0-9]* ru-unzip-[0-9]* @@ -88,8 +88,8 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/unzip ${STAGEDIR}${PREFIX}/bin/${UNZIP_NAME} -.for file in funzip unzipsfx - ${INSTALL_PROGRAM} ${WRKSRC}/${file} ${STAGEDIR}${PREFIX}/bin +.for f in funzip unzipsfx + ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin .endfor ${LN} -sf ${UNZIP_NAME} ${STAGEDIR}${PREFIX}/bin/zipinfo ${INSTALL_SCRIPT} ${WRKSRC}/unix/zipgrep ${STAGEDIR}${PREFIX}/bin @@ -97,7 +97,7 @@ .for f in ${MAN1:Nunzip.1:Ninfo-unzip.1} ${INSTALL_MAN} ${WRKSRC}/man/${f} ${STAGEDIR}${MAN1PREFIX}/man/man1 .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in ${PORTDOCS} ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} diff -ruN /usr/ports/korean/unzip/Makefile ./Makefile --- /usr/ports/korean/unzip/Makefile 2013-09-21 04:49:59.000000000 +0900 +++ ./Makefile 2013-11-29 11:05:07.000000000 +0900 @@ -11,5 +11,4 @@ EXTRA_PATCHES= ${.CURDIR}/files/patch-* MASTERDIR= ${.CURDIR}/../../archivers/unzip -NO_STAGE= yes .include "${MASTERDIR}/Makefile" --- unzip-6.0_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 02:40: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 ESMTPS id 2242157F; Fri, 29 Nov 2013 02:40:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id ECA5F1631; Fri, 29 Nov 2013 02: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 rAT2e9iR007668; Fri, 29 Nov 2013 02: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 rAT2e9pe007667; Fri, 29 Nov 2013 02:40:09 GMT (envelope-from edwin) Date: Fri, 29 Nov 2013 02:40:09 GMT Message-Id: <201311290240.rAT2e9pe007667@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ehaupt@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184366: [PATCH] archivers/unzip: fix portlint(1) compliant X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 02:40:10 -0000 Synopsis: [PATCH] archivers/unzip: fix portlint(1) compliant Responsible-Changed-From-To: freebsd-ports-bugs->ehaupt Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 29 02:40:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184366 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 03:07:48 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id BBFBB134; Fri, 29 Nov 2013 03:07:48 +0000 (UTC) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7E118180A; Fri, 29 Nov 2013 03:07:48 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id F160E125EAC; Fri, 29 Nov 2013 12:07:46 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=airport.fm; h= message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; s=mail; bh= v/If2T2dLJAZCHVgCKmHebgqCgU=; b=rTKhZM97jNv8LwkqPZ6U+rNSWNOj+Voh 5kqmbRQzU8EnUAdb9y5/byoD8wbZ/elx6fYNfUY7VXrojOv2/6eInB5IkxV0OD6l xjw0wBAfYkHRrzU97qWn7IZdi3WSYugRzBTO/Q65IVRA9yc/L8INKSjeHCtETyWQ GCut2RrpxoQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=airport.fm; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=t0p+3Q T8Yf2Ezaux/ctsakOk1U7fBZNVEDgTf3JZ6eRv7L99443dBA8MlvwAzKgf1nmJgO zFhAvKjkBlTViKoqFOigAGfIEImqcQr/CaQCtRIGYwMhGrWkfVupeO9xXy2UkQmL 3N6ThP/9UOzcVODNUI9a9jlS3HgJKeot4eTKE= Received: from [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35] (unknown [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35]) by ae-osaka.co.jp (Postfix) with ESMTPSA id 9F16F125EA9; Fri, 29 Nov 2013 12:07:46 +0900 (JST) Message-ID: <52980503.3030804@airport.fm> Date: Fri, 29 Nov 2013 12:07:47 +0900 From: Takefu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/184364: [PATCH] sysutils/megarc: fix StageDir References: <201311290110.rAT1A0uV087795@freefall.freebsd.org> In-Reply-To: <201311290110.rAT1A0uV087795@freefall.freebsd.org> X-Enigmail-Version: 1.6 OpenPGP: id=9C3E8F56 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 03:07:48 -0000 It is correct patch. --- megarc-1.51.patch begins here --- diff -ruN /usr/ports/sysutils/megarc/Makefile ./Makefile --- /usr/ports/sysutils/megarc/Makefile 2013-11-29 01:49:31.000000000 +0900 +++ ./Makefile 2013-11-29 11:57:21.000000000 +0900 @@ -10,8 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= LSI Logic's MegaRAID controlling software +EXTRACT_SUFX:= .zip USES= dos2unix -USE_ZIP= yes DOS2UNIX_GLOB= *.txt NO_BUILD= yes NO_WRKSUBDIR= yes @@ -20,9 +20,8 @@ RESTRICTED= Must be downloaded directly from the manufacturer PLIST_FILES= sbin/megarc -PORTDOCS= * +PORTDOCS= Release\ History.txt -NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @@ -30,13 +29,13 @@ .endif post-extract: - @cd ${WRKSRC} && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} 'MegaRC 1.04.zip' + @${TAR} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/MegaRC\ 1.04.zip -C${WRKSRC} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/megarc ${PREFIX}/sbin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/megarc ${STAGEDIR}${PREFIX}/sbin +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${STAGEDIR}${DOCSDIR} .endif .include diff -ruN /usr/ports/sysutils/megarc/pkg-descr ./pkg-descr --- /usr/ports/sysutils/megarc/pkg-descr 2012-07-14 23:29:18.000000000 +0900 +++ ./pkg-descr 2013-11-29 08:46:41.000000000 +0900 @@ -1,4 +1,4 @@ This port provides an utility for controlling most of the LSI Logic's MegaRAID BIOS functions. -WWW: http://www.lsilogic.com/products/megaraid/ +WWW: http://www.lsi.com/products/raid-controllers/pages/default.aspx --- megarc-1.51.patch ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 03: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 ESMTPS id CA8CB195 for ; Fri, 29 Nov 2013 03:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92279182A for ; Fri, 29 Nov 2013 03: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 rAT3A1R2013638 for ; Fri, 29 Nov 2013 03: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 rAT3A1kY013636; Fri, 29 Nov 2013 03:10:01 GMT (envelope-from gnats) Date: Fri, 29 Nov 2013 03:10:01 GMT Message-Id: <201311290310.rAT3A1kY013636@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Takefu Subject: Re: ports/184364: [PATCH] sysutils/megarc: fix StageDir X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Takefu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 03:10:01 -0000 The following reply was made to PR ports/184364; it has been noted by GNATS. From: Takefu To: FreeBSD-gnats-submit@FreeBSD.org Cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/184364: [PATCH] sysutils/megarc: fix StageDir Date: Fri, 29 Nov 2013 12:07:47 +0900 It is correct patch. --- megarc-1.51.patch begins here --- diff -ruN /usr/ports/sysutils/megarc/Makefile ./Makefile --- /usr/ports/sysutils/megarc/Makefile 2013-11-29 01:49:31.000000000 +0900 +++ ./Makefile 2013-11-29 11:57:21.000000000 +0900 @@ -10,8 +10,8 @@ MAINTAINER= ports@FreeBSD.org COMMENT= LSI Logic's MegaRAID controlling software +EXTRACT_SUFX:= .zip USES= dos2unix -USE_ZIP= yes DOS2UNIX_GLOB= *.txt NO_BUILD= yes NO_WRKSUBDIR= yes @@ -20,9 +20,8 @@ RESTRICTED= Must be downloaded directly from the manufacturer PLIST_FILES= sbin/megarc -PORTDOCS= * +PORTDOCS= Release\ History.txt -NO_STAGE= yes .include .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) @@ -30,13 +29,13 @@ .endif post-extract: - @cd ${WRKSRC} && ${UNZIP_CMD} ${EXTRACT_BEFORE_ARGS} 'MegaRC 1.04.zip' + @${TAR} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/MegaRC\ 1.04.zip -C${WRKSRC} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/megarc ${PREFIX}/sbin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${DOCSDIR} + ${INSTALL_SCRIPT} ${WRKSRC}/megarc ${STAGEDIR}${PREFIX}/sbin +.if ${PORT_OPTIONS:MDOCS} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/Release\ History.txt ${STAGEDIR}${DOCSDIR} .endif .include diff -ruN /usr/ports/sysutils/megarc/pkg-descr ./pkg-descr --- /usr/ports/sysutils/megarc/pkg-descr 2012-07-14 23:29:18.000000000 +0900 +++ ./pkg-descr 2013-11-29 08:46:41.000000000 +0900 @@ -1,4 +1,4 @@ This port provides an utility for controlling most of the LSI Logic's MegaRAID BIOS functions. -WWW: http://www.lsilogic.com/products/megaraid/ +WWW: http://www.lsi.com/products/raid-controllers/pages/default.aspx --- megarc-1.51.patch ends here --- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 03: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 ESMTPS id EC15762E for ; Fri, 29 Nov 2013 03:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C5ACB19D2 for ; Fri, 29 Nov 2013 03: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 rAT3e0vu019838 for ; Fri, 29 Nov 2013 03: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 rAT3e0OP019837; Fri, 29 Nov 2013 03:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 03:40:00 GMT Resent-Message-Id: <201311290340.rAT3e0OP019837@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joseph Mingrone Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CD07954B for ; Fri, 29 Nov 2013 03:30:14 +0000 (UTC) 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 A028E195C for ; Fri, 29 Nov 2013 03:30: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 rAT3UE1W080919 for ; Fri, 29 Nov 2013 03:30:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAT3UErl080696; Fri, 29 Nov 2013 03:30:14 GMT (envelope-from nobody) Message-Id: <201311290330.rAT3UErl080696@oldred.freebsd.org> Date: Fri, 29 Nov 2013 03:30:14 GMT From: Joseph Mingrone To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184367: pkg 1.2.1 warnings about PACKAGESITE in pkg.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 03:40:01 -0000 >Number: 184367 >Category: ports >Synopsis: pkg 1.2.1 warnings about PACKAGESITE in pkg.conf >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 Nov 29 03:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Joseph Mingrone >Release: 9.2-STABLE >Organization: >Environment: FreeBSD gly 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #1 r255768: Sat Sep 21 19:48:48 ADT 2013 root@:/usr/obj/usr/src/sys/GLY i386 >Description: After upgrading to pkg 1.2.1 there are warings, "PACKAGESITE in pkg.conf is deprecated. Please create a repository configuration file" messages. % pkg info pkg pkg: PACKAGESITE in pkg.conf is deprecated. Please create a repository configuration file .. % less /usr/local/etc/pkg.conf # System-wide configuration file for pkg(8) # For more information on the file format and # options please refer to the pkg.conf(5) man page # Configuration options #PKG_DBDIR : /var/db/pkg #PKG_CACHEDIR : /var/cache/pkg #PORTSDIR : /usr/ports #PUBKEY : /etc/ssl/pkg.conf #HANDLE_RC_SCRIPTS : NO #ASSUME_ALWAYS_YES : NO #SYSLOG : YES #SHLIBS : NO #AUTODEPS : NO #PORTAUDIT_SITE : http://portaudit.FreeBSD.org/auditfile.tbz #PKG_PLUGINS_DIR : /usr/local/lib/pkg/plugins #PKG_ENABLE_PLUGINS : YES #PLUGINS : [commands/mystat] #REPO_AUTOUPDATE : YES ALIAS : { all-depends: query %dn-%dv, annotations: info -A, build-depends: info -qd, download: fetch, iinfo: info -i -g -x, isearch: search -i -g -x, leaf: query -e "%a == 0" "%n-%v", leaf: query -e "%a == 0" "%n-%v", list: info -ql, origin: info -qo, provided-depends: info -qb, raw: info -R, required-depends: info -qr, shared-depends: info -qB, show: info -f -k, size: info -sq, } % less /etc/pkg/FreeBSD.conf FreeBSD : { url : "pkg+http://pkg.freebsd.org/${ABI}/latest", enabled : yes, mirror_type : "SRV", signature_type : "FINGERPRINTS", fingerprints : "/usr/share/keys/pkg", } % uname -a FreeBSD gly 9.2-PRERELEASE FreeBSD 9.2-PRERELEASE #1 r255768: Sat Sep 21 19:48:48 ADT 2013 root@:/usr/obj/usr/src/sys/GLY i386 I didn't have a /usr/share/keys/pkg so I created the directory, but it's empty. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 06:40:04 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 ESMTPS id 1851DF0D; Fri, 29 Nov 2013 06:40:04 +0000 (UTC) Received: from ae-osaka.co.jp (mx.ae-osaka.co.jp [210.196.184.82]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CDCF91105; Fri, 29 Nov 2013 06:40:02 +0000 (UTC) Received: from ae-osaka.co.jp (localhost.ae-osaka.co.jp [127.0.0.1]) by ae-osaka.co.jp (Postfix) with ESMTP id ABF68125F95; Fri, 29 Nov 2013 15:40:00 +0900 (JST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=airport.fm; h= message-id:date:from:mime-version:to:cc:subject:references :in-reply-to:content-type:content-transfer-encoding; s=mail; bh= Q+G/GoTaVyCv3GOFB3xLC1WJQEA=; b=mJea3kGV67hTxhYF6REFynSkP5I5Jy3e isQ3+xZY2fM+k5xHS5Cw2UHtobUxQsVue9iifOGLUFGhRgsbcnsN8nW8xz8bSGeq vaT51esL9a1bklPomLSpvOtMTn2ifGVzJgJpWDPkzDM2iLrwq9PPi+DBXMjs3+Ej yyLAPvOALlk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=airport.fm; h=message-id :date:from:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=mail; b=ziei6C /4ZF5nTzEWcynAXm4AiDMTqMgezAX9ogM+TQm76oJ3jCsm5jkDrRwx2IYRz63X/J R2kK0lGD1/zZV3fwf8aixoHQQASEKdwTr/4vmV697H1/kL+/F6BUb+zOanfGIhIH 0hdoR4VEVopDJDV2XG4XpGGQewLVj0iyf45xE= Received: from [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35] (unknown [IPv6:2001:470:824b:a011:adaa:94e1:9be1:4a35]) by ae-osaka.co.jp (Postfix) with ESMTPSA id 3C343125F92; Fri, 29 Nov 2013 15:40:00 +0900 (JST) Message-ID: <529836C1.2040804@airport.fm> Date: Fri, 29 Nov 2013 15:40:01 +0900 From: Takefu User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.1.1 MIME-Version: 1.0 To: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/182177: [PATCH] www/squid33: install fail helpers/basic_auth/DB References: <201309170300.r8H300EX052598@freefall.freebsd.org> In-Reply-To: <201309170300.r8H300EX052598@freefall.freebsd.org> X-Enigmail-Version: 1.6 OpenPGP: id=9C3E8F56 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 06:40:04 -0000 update 3.3.10 diff -ruN /usr/ports/www/squid33/Makefile ./Makefile --- /usr/ports/www/squid33/Makefile 2013-11-26 23:57:45.000000000 +0900 +++ ./Makefile 2013-11-29 15:12:14.000000000 +0900 @@ -29,9 +29,10 @@ http://www.eu.squid-cache.org/%SUBDIR%/ \ http://www1.ie.squid-cache.org/%SUBDIR%/ \ http://www1.jp.squid-cache.org/%SUBDIR%/ \ - http://www2.tw.squid-cache.org/%SUBDIR%/ + http://www2.tw.squid-cache.org/%SUBDIR%/\ + http://master.squid-cache.org/~amosjeffries/patches/:nosid PATCH_SITE_SUBDIR= Versions/v3/${PORTVERSION:R}/changesets -PATCHFILES= #empty +PATCHFILES= FreeBSD_silence_nosuid_mk1.patch:nosid MAINTAINER= tmseck@FreeBSD.org COMMENT= HTTP Caching Proxy diff -ruN /usr/ports/www/squid33/distinfo ./distinfo --- /usr/ports/www/squid33/distinfo 2013-11-12 05:29:45.000000000 +0900 +++ ./distinfo 2013-11-29 15:19:55.000000000 +0900 @@ -1,2 +1,4 @@ SHA256 (squid3.3/squid-3.3.10.tar.bz2) = 61743782e3b0c7c5bdf2e2457ecc1a5d3e7cc6b56a3d55f2106afe777ce2e5e9 SIZE (squid3.3/squid-3.3.10.tar.bz2) = 2988601 +SHA256 (squid3.3/FreeBSD_silence_nosuid_mk1.patch) = 6fd9e55812e18463e92c83d1376e65ca54b2857606f59f4aa1b7d2716af2b72c +SIZE (squid3.3/FreeBSD_silence_nosuid_mk1.patch) = 1295 diff -ruN /usr/ports/www/squid33/files/patch-helpers_basic_auth_DB_config.test ./files/patch-helpers_basic_auth_DB_config.test --- /usr/ports/www/squid33/files/patch-helpers_basic_auth_DB_config.test 1970-01-01 09:00:00.000000000 +0900 +++ ./files/patch-helpers_basic_auth_DB_config.test 2013-10-31 15:27:38.000000000 +0900 @@ -0,0 +1,10 @@ +--- helpers/basic_auth/DB/config.test.orig 2013-09-11 13:08:38.000000000 +0900 ++++ helpers/basic_auth/DB/config.test 2013-10-31 14:57:25.000000000 +0900 +@@ -2,6 +2,6 @@ + + ## Test: do we have perl to build the helper scripts? + ## Test: do we have pod2man to build the manual? +-perl --version >/dev/null && echo | pod2man >/dev/null ++perl --version >/dev/null && echo =head1 | pod2man >/dev/null + + exit $? From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 07: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 ESMTPS id DD0CE6F3 for ; Fri, 29 Nov 2013 07:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6E381246 for ; Fri, 29 Nov 2013 07: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 rAT7A0HD068482 for ; Fri, 29 Nov 2013 07: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 rAT7A0ou068480; Fri, 29 Nov 2013 07:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 07:10:00 GMT Resent-Message-Id: <201311290710.rAT7A0ou068480@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, lbartoletti Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 94E43310 for ; Fri, 29 Nov 2013 07:00:04 +0000 (UTC) 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 811DD11C4 for ; Fri, 29 Nov 2013 07:00: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 rAT704Sg034084 for ; Fri, 29 Nov 2013 07:00:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAT704gY034068; Fri, 29 Nov 2013 07:00:04 GMT (envelope-from nobody) Message-Id: <201311290700.rAT704gY034068@oldred.freebsd.org> Date: Fri, 29 Nov 2013 07:00:04 GMT From: lbartoletti To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184368: conflicts between cad/qcad and texlive-base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 07:10:00 -0000 >Number: 184368 >Category: ports >Synopsis: conflicts between cad/qcad and texlive-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: Fri Nov 29 07:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: lbartoletti >Release: >Organization: >Environment: FreeBSD bureau 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: ====> Compressing man pages (compress-man) ===> Installing for qcad-3.4.2.0 ===> Checking if cad/qcad already installed ===> Registering installation for qcad-3.4.2.0 pkg-static: qcad-3.4.2.0: duplicate dependency listing: libXau-1.0.8, ignoring pkg-static: qcad-3.4.2.0: duplicate dependency listing: libXdmcp-1.1.1, ignoring pkg-static: qcad-3.4.2.0: duplicate dependency listing: libxcb-1.9.1, ignoring pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libqcadecmaapi.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libqcadgui.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libqcadentity.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libqcadoperations.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libqcadspatialindex.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libspatialindexnavel.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libqcadgrid.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libqcadsnap.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/bin/qcad-bin - shared library libqcadstemmer.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadecmaapi.so.0 - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadecmaapi.so.0 - shared library libqcadentity.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadecmaapi.so.0 - shared library libqcadgrid.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadecmaapi.so.0 - shared library libqcadgui.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadecmaapi.so.0 - shared library libqcadoperations.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadecmaapi.so.0 - shared library libqcadsnap.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadecmaapi.so.0 - shared library libqcadspatialindex.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadecmaapi.so.0 - shared library libqcadstemmer.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadentity.so.0 - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadgrid.so.0 - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadgui.so.0 - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadgui.so.0 - shared library libqcadentity.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadoperations.so.0 - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadoperations.so.0 - shared library libqcadentity.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadsnap.so.0 - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadsnap.so.0 - shared library libqcadgrid.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadspatialindex.so.0 - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/lib/libqcadspatialindex.so.0 - shared library libspatialindexnavel.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/designer/libqcadcustomwidgets.so - shared library libqcadgui.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/designer/libqcadcustomwidgets.so - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/designer/libqcadcustomwidgets_debug.so - shared library libqcadgui.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/designer/libqcadcustomwidgets_debug.so - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/libqcaddxf.so - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/libqcaddxf.so - shared library libqcadentity.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/libqcaddxf.so - shared library libqcadoperations.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/libqcaddxf_debug.so - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/libqcaddxf_debug.so - shared library libqcadentity.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/libqcaddxf_debug.so - shared library libqcadoperations.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/libqcadexample.so - shared library libqcadcore.so not found pkg-static: (qcad-3.4.2.0) /usr/ports/cad/qcad/work/stage//usr/local/share/qcad/plugins/libqcadexample_debug.so - shared library libqcadcore.so not found Installing qcad-3.4.2.0...pkg-static: qcad-3.4.2.0 conflicts with texlive-base-20120701_8 (installs files into the same place). Problematic file: /usr/local/bin/bbox *** [fake-pkg] Error code 70 Stop in /usr/ports/cad/qcad. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 07: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 ESMTPS id 4CDE0722; Fri, 29 Nov 2013 07:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 22DAC126D; Fri, 29 Nov 2013 07: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 rAT7A8LK068616; Fri, 29 Nov 2013 07: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 rAT7A8Q2068615; Fri, 29 Nov 2013 07:10:08 GMT (envelope-from edwin) Date: Fri, 29 Nov 2013 07:10:08 GMT Message-Id: <201311290710.rAT7A8Q2068615@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184368: conflicts between cad/qcad and texlive-base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 07:10:09 -0000 Synopsis: conflicts between cad/qcad and texlive-base Responsible-Changed-From-To: freebsd-ports-bugs->mr Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 29 07: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=184368 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 08:20: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 ESMTPS id C5F21C10; Fri, 29 Nov 2013 08:20:38 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9A07F1642; Fri, 29 Nov 2013 08:20: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 rAT8KcJA095311; Fri, 29 Nov 2013 08:20:38 GMT (envelope-from araujo@freefall.freebsd.org) Received: (from araujo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAT8Kc37095310; Fri, 29 Nov 2013 08:20:38 GMT (envelope-from araujo) Date: Fri, 29 Nov 2013 08:20:38 GMT Message-Id: <201311290820.rAT8Kc37095310@freefall.freebsd.org> To: araujo@FreeBSD.org, araujo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: araujo@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.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 08:20:38 -0000 Synopsis: www/mod_security has the wrong LIB_DEPENDS entry for lua Responsible-Changed-From-To: araujo->freebsd-ports-bugs Responsible-Changed-By: araujo Responsible-Changed-When: Fri Nov 29 08:20:38 UTC 2013 Responsible-Changed-Why: Back to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=182894 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 08:20:54 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 ESMTPS id E6555C57; Fri, 29 Nov 2013 08:20:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BBB061646; Fri, 29 Nov 2013 08:20: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 rAT8Ksx6095603; Fri, 29 Nov 2013 08:20:54 GMT (envelope-from araujo@freefall.freebsd.org) Received: (from araujo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAT8KsG7095602; Fri, 29 Nov 2013 08:20:54 GMT (envelope-from araujo) Date: Fri, 29 Nov 2013 08:20:54 GMT Message-Id: <201311290820.rAT8KsG7095602@freefall.freebsd.org> To: araujo@FreeBSD.org, araujo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: araujo@FreeBSD.org Subject: Re: ports/184181: www/mod_security not installed full! X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 08:20:55 -0000 Synopsis: www/mod_security not installed full! Responsible-Changed-From-To: araujo->freebsd-ports-bugs Responsible-Changed-By: araujo Responsible-Changed-When: Fri Nov 29 08:20:54 UTC 2013 Responsible-Changed-Why: Back to the pool. http://www.freebsd.org/cgi/query-pr.cgi?pr=184181 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 09: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 ESMTPS id D88AD8A1 for ; Fri, 29 Nov 2013 09:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B386E18E8 for ; Fri, 29 Nov 2013 09: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 rAT9K0eN006429 for ; Fri, 29 Nov 2013 09: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 rAT9K0OU006428; Fri, 29 Nov 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 09:20:00 GMT Resent-Message-Id: <201311290920.rAT9K0OU006428@freefall.freebsd.org> 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 Morante Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6DF356F3 for ; Fri, 29 Nov 2013 09:10:58 +0000 (UTC) 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 4F7A218AA for ; Fri, 29 Nov 2013 09:10: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 rAT9Awlq087417 for ; Fri, 29 Nov 2013 09:10:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAT9AwgF087384; Fri, 29 Nov 2013 09:10:58 GMT (envelope-from nobody) Message-Id: <201311290910.rAT9AwgF087384@oldred.freebsd.org> Date: Fri, 29 Nov 2013 09:10:58 GMT From: Daniel Morante To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184369: New port: net-p2p/zetacoin Crypto currency with quick transactions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 09:20:00 -0000 >Number: 184369 >Category: ports >Synopsis: New port: net-p2p/zetacoin Crypto currency with quick transactions >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 Nov 29 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Daniel Morante >Release: 9.2 >Organization: The Daniel Morante Company, Inc. >Environment: FreeBSD zetacoin.morante.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: Zetacoin is a peer-to-Peer crypto currency with quick transactions. This port was created using net-p2p/bitcoin as a starting point. >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: # # zetacoin # zetacoin/files # zetacoin/files/zetacoin.conf.sample # zetacoin/files/patch-zetacoin-qt_pro # zetacoin/files/pkg-message.in # zetacoin/files/zetacoin.in # zetacoin/files/patch-src-makefile_unix # zetacoin/Makefile # zetacoin/pkg-descr # zetacoin/distinfo # zetacoin/pkg-plist # echo c - zetacoin mkdir -p zetacoin > /dev/null 2>&1 echo c - zetacoin/files mkdir -p zetacoin/files > /dev/null 2>&1 echo x - zetacoin/files/zetacoin.conf.sample sed 's/^X//' >zetacoin/files/zetacoin.conf.sample << '7d36e7f30eed847c606a9d41f21462b5' Xrpcuser=myname X#rpcpassword=YOU MUST SET A PASSWORD Xmaxconnection=80 Xrpcallowip=127.0.0.1 Xrpcport=17335 Xport=17333 Xserver=1 Xdaemon=1 Xlisten=1 Xlogtimestamps=1 Xaddnode=63.247.147.163 Xaddnode=105.236.111.72 Xaddnode=188.252.16.110 Xaddnode=54.212.51.236 Xaddnode=75.162.220.45 7d36e7f30eed847c606a9d41f21462b5 echo x - zetacoin/files/patch-zetacoin-qt_pro sed 's/^X//' >zetacoin/files/patch-zetacoin-qt_pro << '2b9ce61298a8282b7d07c86e5879386d' X--- zetacoin-qt.pro.orig 2013-10-13 06:05:19.000000000 -0400 X+++ zetacoin-qt.pro 2013-10-18 18:49:57.000000000 -0400 X@@ -418,7 +418,7 @@ X LIBS += -lssl -lcrypto -ldb_cxx$$BDB_LIB_SUFFIX X # -lgdi32 has to happen after -lcrypto (see #681) X win32:LIBS += -lws2_32 -lshlwapi -lmswsock -lole32 -loleaut32 -luuid -lgdi32 X-LIBS += -lboost_system$$BOOST_LIB_SUFFIX -lboost_filesystem$$BOOST_LIB_SUFFIX -lboost_program_options$$BOOST_LIB_SUFFIX -lboost_thread$$BOOST_THREAD_LIB_SUFFIX X+LIBS += -lboost_system$$BOOST_LIB_SUFFIX -lboost_filesystem$$BOOST_LIB_SUFFIX -lboost_program_options$$BOOST_LIB_SUFFIX -lboost_thread$$BOOST_THREAD_LIB_SUFFIX -lboost_chrono$$BOOST_LIB_SUFFIX X win32:LIBS += -lboost_chrono$$BOOST_LIB_SUFFIX X macx:LIBS += -lboost_chrono$$BOOST_LIB_SUFFIX X 2b9ce61298a8282b7d07c86e5879386d echo x - zetacoin/files/pkg-message.in sed 's/^X//' >zetacoin/files/pkg-message.in << '7f6e8fe000cb73edde0b59664307974a' X******************************************************************* XTo configure the Zetacoin server please edit: X%%PREFIX%%/etc/zetacoin.conf X XYou must at least set a "rpcpassword" in the configuration file above. X XTo run the zetacoind server at startup, add the following Xsettings to your /etc/rc.conf X Xzetacoin_enable="YES" X X******************************************************************* 7f6e8fe000cb73edde0b59664307974a echo x - zetacoin/files/zetacoin.in sed 's/^X//' >zetacoin/files/zetacoin.in << '81371c4a3d2c319242695dc9cfe8f127' X#!/bin/sh X X# $FreeBSD$ X# X# PROVIDE: zetacoin X# REQUIRE: LOGIN X# KEYWORD: shutdown X# X# Add the following lines to /etc/rc.conf.local or /etc/rc.conf X# to enable this service: X# X# zetacoin_enable (bool): Set to NO by default. X# Set it to YES to enable zetacoin. X# zetacoin_config (path): Set to %%PREFIX%%/etc/zetacoin.conf X# by default. X# zetacoin_datadir (str): Default to "/var/db/zetacoin" X# Base data directory. X X. /etc/rc.subr X Xname=zetacoin Xrcvar=`set_rcvar` X X: ${zetacoin_enable:="NO"} X: ${zetacoin_config="%%PREFIX%%/etc/zetacoin.conf"} X: ${zetacoin_datadir="/var/db/zetacoin"} X Xrequired_files=${zetacoin_config} Xcommand=%%PREFIX%%/bin/zetacoind Xzetacoin_chdir=${zetacoin_datadir} Xpidfile="${zetacoin_datadir}/zetacoind.pid" Xstop_cmd="zetacoin_stop" Xcommand_args="-conf=${zetacoin_config} -datadir=${zetacoin_datadir} -noupnp -daemon -pid=${pidfile}" Xstart_precmd="${name}_prestart" X Xzetacoin_create_datadir() X{ X echo "Creating data directory" X eval mkdir -p ${zetacoin_datadir} X} X Xzetacoin_prestart() X{ X if [ ! -d "${zetacoin_datadir}/." ]; then X zetacoin_create_datadir || return 1 X fi X} X Xzetacoin_requirepidfile() X{ X if [ ! "0`check_pidfile ${pidfile} ${command}`" -gt 1 ]; then X echo "${name} not running? (check $pidfile)." X exit 1 X fi X} X Xzetacoin_stop() X{ X zetacoin_requirepidfile X X if checkyesno ${rcvar}; then X echo "Stopping ${name}." X eval ${command} -conf=${zetacoin_config} -datadir=${zetacoin_datadir} stop X wait_for_pids ${pidfile} X fi X} X Xload_rc_config $name Xrun_rc_command "$1" 81371c4a3d2c319242695dc9cfe8f127 echo x - zetacoin/files/patch-src-makefile_unix sed 's/^X//' >zetacoin/files/patch-src-makefile_unix << 'ebf9db30693c30dc809fb74059479a90' X--- src/makefile.unix.orig 2013-10-13 06:05:19.000000000 -0400 X+++ src/makefile.unix 2013-11-27 01:45:21.000000000 -0500 X@@ -15,6 +15,11 @@ X X DEFS=-DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 X X+BOOST_INCLUDE_PATH=%%PREFIX%%/include X+BDB_INCLUDE_PATH=%%PREFIX%%/include/db48 X+BOOST_LIB_PATH=%%PREFIX%%/lib X+BDB_LIB_PATH=%%PREFIX%%/lib/db48 X+ X DEFS += $(addprefix -I,$(CURDIR) $(CURDIR)/obj $(BOOST_INCLUDE_PATH) $(BDB_INCLUDE_PATH) $(OPENSSL_INCLUDE_PATH)) X LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH)) X X@@ -38,9 +43,11 @@ X -l boost_filesystem$(BOOST_LIB_SUFFIX) \ X -l boost_program_options$(BOOST_LIB_SUFFIX) \ X -l boost_thread$(BOOST_LIB_SUFFIX) \ X+ -l boost_chrono$(BOOST_LIB_SUFFIX) \ X -l db_cxx$(BDB_LIB_SUFFIX) \ X -l ssl \ X- -l crypto X+ -l crypto \ X+ -l execinfo X X TESTLIBS += \ X -Wl,-B$(LMODE) \ X@@ -61,7 +68,6 @@ X LIBS+= \ X -Wl,-B$(LMODE2) \ X -l z \ X- -l dl \ X -l pthread X X X@@ -103,7 +109,7 @@ X X # CXXFLAGS can be specified on the make command line, so we use xCXXFLAGS that only X # adds some defaults in front. Unfortunately, CXXFLAGS=... $(CXXFLAGS) does not work. X-xCXXFLAGS=-O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \ X+xCXXFLAGS=-O0 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter \ X $(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS) X X # LDFLAGS can be specified on the make command line, so we use xLDFLAGS that only ebf9db30693c30dc809fb74059479a90 echo x - zetacoin/Makefile sed 's/^X//' >zetacoin/Makefile << '1769c23d39d199403b3bbf792956364f' X# Created by: Daniel Morante X# $FreeBSD$ X XPORTNAME= zetacoin XPORTVERSION= 0.8.99.3 XCATEGORIES= net-p2p finance XMASTER_SITES= GH X XMAINTAINER= daniel@morante.net XCOMMENT= Peer-to-Peer crypto currency with quick transactions X XLICENSE= MIT X XLIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs X XOPTIONS_DEFINE= GUI UPNP QRCODES XOPTIONS_DEFAULT= GUI QRCODES XGUI_DESC= Build as a QT4 GUI XUPNP_DESC= Build with UPNP support XQRCODES_DESC= Build with QR code display X XUSE_GITHUB= yes XGH_ACCOUNT= ${PORTNAME} XGH_PROJECT= ${PORTNAME} XGH_COMMIT= 5eed859 XGH_TAGNAME= 5eed859 X XUSES=gmake XUSE_OPENSSL= yes XUSE_BDB= yes XWANT_BDB_VER= 48 X XCXXFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} XCXXFLAGS+= -L${LOCALBASE}/lib -L${BDB_LIB_DIR} XCXXFLAGS+= -Wno-invalid-offsetof X XNO_STAGE= yes X.include X X.if !${PORT_OPTIONS:MGUI} || defined(WITHOUT_X11) XUSE_RC_SUBR= ${PORTNAME} XSUB_FILES= pkg-message X.endif X X.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) XUSE_QT4= corelib gui qmake_build linguist uic moc rcc XBINARY= ${PORTNAME}-qt XPLIST_SUB+= HEADLESS="@comment " X.else XBINARY= ${PORTNAME}d XMAKE_ARGS+= -C ${WRKSRC}/src XPLIST_SUB+= HEADLESS="" X.endif X X.if ${PORT_OPTIONS:MQRCODES} XLIB_DEPENDS+= libqrencode.so:${PORTSDIR}/graphics/libqrencode XQMAKE_USE_QRCODE=1 X.else XQMAKE_USE_QRCODE=0 X.endif X XPLIST_SUB+= EXECUTABLE="bin/${BINARY}" X X.if ${PORT_OPTIONS:MUPNP} XLIB_DEPENDS+= libminiupnpc.so:${PORTSDIR}/net/miniupnpc XQMAKE_USE_UPNP= 1 X.else XQMAKE_USE_UPNP= - X.endif X X.include X Xpost-patch: X @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/src/makefile.unix X.if !${PORT_OPTIONS:MGUI} || defined(WITHOUT_X11) X @cd ${WRKSRC}/src && ${CP} -p makefile.unix Makefile X @${REINPLACE_CMD} \ X -e 's|^USE_UPNP.*$$|USE_UPNP=${QMAKE_USE_UPNP}|' \ X -e 's|-l pthread|${PTHREAD_LIBS}|g' \ X -e 's:-l dl::' \ X ${WRKSRC}/src/Makefile X.endif X Xdo-configure: X.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) X cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ X ${QMAKE} USE_UPNP=${QMAKE_USE_UPNP} USE_QRCODE=${QMAKE_USE_QRCODE} \ X QMAKE_LRELEASE=lrelease-qt4 PREFIX=${PREFIX} INCLUDEPATH=${BDB_INCLUDE_DIR} \ X QMAKE_LIBDIR+=${BDB_LIB_DIR} ${PORTNAME}-qt.pro X.endif X Xdo-install: X @${MKDIR} ${PREFIX}/bin X.if ${PORT_OPTIONS:MGUI} && !defined(WITHOUT_X11) X ${INSTALL_PROGRAM} -s ${WRKSRC}/${BINARY} ${PREFIX}/bin/${BINARY} X.else X ${INSTALL_PROGRAM} -s ${WRKSRC}/src/${BINARY} ${PREFIX}/bin/${BINARY} X ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.conf.sample ${PREFIX}/etc/${PORTNAME}.conf.sample X.endif X Xpost-install: X.if !${PORT_OPTIONS:MGUI} || defined(WITHOUT_X11) X @if [ ! -f ${PREFIX}/etc/${PORTNAME}.conf ]; then \ X ${CP} -p ${PREFIX}/etc/${PORTNAME}.conf.sample ${STAGEDIR}${PREFIX}/etc/${PORTNAME}.conf; \ X fi X.endif X X.include 1769c23d39d199403b3bbf792956364f echo x - zetacoin/pkg-descr sed 's/^X//' >zetacoin/pkg-descr << '0292aff0a49fb46a225e5101738d151d' XZetacoin is a free open source peer-to-peer electronic cash system that Xis completely decentralized, without the need for a central server or Xtrusted parties. Users hold the crypto keys to their own money and Xtransact directly with each other, with the help of a P2P network to Xcheck for double-spending. X XWWW: https://github.com/zetacoin/zetacoin 0292aff0a49fb46a225e5101738d151d echo x - zetacoin/distinfo sed 's/^X//' >zetacoin/distinfo << '4af3611b1eb172ada68992c16ad94f7a' XSHA256 (zetacoin-0.8.99.3.tar.gz) = 48307f47498f70a48fdf1587a6aa4725169cefcc354f27a9aac7c547cea3236e XSIZE (zetacoin-0.8.99.3.tar.gz) = 2184854 4af3611b1eb172ada68992c16ad94f7a echo x - zetacoin/pkg-plist sed 's/^X//' >zetacoin/pkg-plist << '4045ce59c6f2f0d95d60773e6ec8017b' X%%EXECUTABLE%% X%%HEADLESS%%@unexec if cmp -s %D/etc/zetacoin.conf.sample %D/etc/zetacoin.conf; then rm -f %D/etc/zetacoin.conf; fi X%%HEADLESS%%etc/zetacoin.conf.sample X%%HEADLESS%%@exec if [ ! -f %D/etc/zetacoin.conf ] ; then cp -p %D/%F %B/zetacoin.conf; fi 4045ce59c6f2f0d95d60773e6ec8017b exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 10:57: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 ESMTPS id 4448CD9B; Fri, 29 Nov 2013 10:57:33 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 18F081E1F; Fri, 29 Nov 2013 10:57: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 rATAvWAC025524; Fri, 29 Nov 2013 10:57:32 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATAvWFN025523; Fri, 29 Nov 2013 10:57:32 GMT (envelope-from makc) Date: Fri, 29 Nov 2013 10:57:32 GMT Message-Id: <201311291057.rATAvWFN025523@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Subject: Re: ports/184024: plugins dir for multimedia/xine does not match with that of multimedia/libxine X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 10:57:33 -0000 Synopsis: plugins dir for multimedia/xine does not match with that of multimedia/libxine Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Fri Nov 29 10:57:32 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184024 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 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 ESMTPS id EC396CB3 for ; Fri, 29 Nov 2013 12:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D83401432 for ; Fri, 29 Nov 2013 12: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 rATCe1uK049682 for ; Fri, 29 Nov 2013 12: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 rATCe1pB049660; Fri, 29 Nov 2013 12:40:01 GMT (envelope-from gnats) Date: Fri, 29 Nov 2013 12:40:01 GMT Message-Id: <201311291240.rATCe1pB049660@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Frank Altpeter Subject: Re: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Frank Altpeter List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 12:40:02 -0000 The following reply was made to PR ports/184360; it has been noted by GNATS. From: Frank Altpeter To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x Date: Fri, 29 Nov 2013 13:12:07 +0100 --uAKRQypu60I7Lcqm Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Moin Edwin Groothuis, I approve this patch. on 2013-11-28 at 20:10:09 CET, you wrote: > Maintainer of net-im/centerim-devel, >=20 > Please note that PR ports/184360 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/184360 >=20 =20 Mit freundlichen Gr=FC=DFen Frank Altpeter --=20 FA-RIPE || http://www.altpeter.de/ || http://gplus.to/frank42 | Gentlemen, I want you to know that I am not always right, but I am | never wrong. -Samuel Goldwyn --uAKRQypu60I7Lcqm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iF4EAREIAAYFAlKYhJcACgkQ7wRGH3LcIrTTKAD8DGYo4S/naIze50ZmnSwc1nPL A8S+VHEuZ0E51Q+U7hQA/jPD2DhZXbJhAqyd0D3LDhF/VEj9YGiId736AOAndj9a =qF/3 -----END PGP SIGNATURE----- --uAKRQypu60I7Lcqm-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 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 ESMTPS id CF05A36F for ; Fri, 29 Nov 2013 12:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA23014C3 for ; Fri, 29 Nov 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 rATCo0oS051480 for ; Fri, 29 Nov 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 rATCo0Qw051479; Fri, 29 Nov 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 12:50:00 GMT Resent-Message-Id: <201311291250.rATCo0Qw051479@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Bartek Rutkowski Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ECC3369 for ; Fri, 29 Nov 2013 12:49:28 +0000 (UTC) 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 8B28B14BF for ; Fri, 29 Nov 2013 12:49: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 rATCnRjR030856 for ; Fri, 29 Nov 2013 12:49:27 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rATCnR2C030849; Fri, 29 Nov 2013 12:49:27 GMT (envelope-from nobody) Message-Id: <201311291249.rATCnR2C030849@oldred.freebsd.org> Date: Fri, 29 Nov 2013 12:49:27 GMT From: Bartek Rutkowski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184370: [port-update] sysutils/rubygem-hiera update go 1.3.0 version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 12:50:01 -0000 >Number: 184370 >Category: ports >Synopsis: [port-update] sysutils/rubygem-hiera update go 1.3.0 version >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Nov 29 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Bartek Rutkowski >Release: 9.2-R >Organization: Pixeware LTD >Environment: FreeBSD misie-patysie 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/MISIEPATYSIE amd64 >Description: This is update of the sysutils/rubygem-hiera port to newest version including lot of bug fixes and additional features. >How-To-Repeat: Apply the patch, install the port, test it. >Fix: Patch attached. Patch attached with submission follows: diff -ruN rubygem-hiera.orig/Makefile rubygem-hiera/Makefile --- rubygem-hiera.orig/Makefile 2013-09-21 01:05:58.000000000 +0200 +++ rubygem-hiera/Makefile 2013-11-29 12:42:03.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/rubygem-hiera/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= hiera -PORTVERSION= 1.1.2 +PORTVERSION= 1.3.0 CATEGORIES= sysutils rubygems MASTER_SITES= RG diff -ruN rubygem-hiera.orig/distinfo rubygem-hiera/distinfo --- rubygem-hiera.orig/distinfo 2013-01-17 21:01:57.000000000 +0100 +++ rubygem-hiera/distinfo 2013-11-29 12:42:03.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (rubygem/hiera-1.1.2.gem) = f9249f5c6926b55d2e9a376938b06a8033a91ace566e6dec646ecd00fcb9d6c6 -SIZE (rubygem/hiera-1.1.2.gem) = 22528 +SHA256 (rubygem/hiera-1.3.0.gem) = 948a7e323a2f722d84d1e46224424a67e126c80d052667e94047f3e6fa2a460e +SIZE (rubygem/hiera-1.3.0.gem) = 28672 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 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 ESMTPS id 780C23A1; Fri, 29 Nov 2013 12:50:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48F6114C6; Fri, 29 Nov 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 rATCo8PF051621; Fri, 29 Nov 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 rATCo89k051620; Fri, 29 Nov 2013 12:50:08 GMT (envelope-from edwin) Date: Fri, 29 Nov 2013 12:50:08 GMT Message-Id: <201311291250.rATCo89k051620@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glarkin@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184370: [port-update] sysutils/rubygem-hiera update go 1.3.0 version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 12:50:08 -0000 Synopsis: [port-update] sysutils/rubygem-hiera update go 1.3.0 version Responsible-Changed-From-To: freebsd-ports-bugs->glarkin Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 29 12: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=184370 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 13:03:39 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 ESMTPS id F3A644F0; Fri, 29 Nov 2013 13:03:38 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BD31615B4; Fri, 29 Nov 2013 13:03: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 rATD3cOi055125; Fri, 29 Nov 2013 13:03:38 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATD3c3T055124; Fri, 29 Nov 2013 13:03:38 GMT (envelope-from sunpoet) Date: Fri, 29 Nov 2013 13:03:38 GMT Message-Id: <201311291303.rATD3c3T055124@freefall.freebsd.org> To: sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/184365: [UPDATE] sysutils/megacli: update to 8.07.07 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 13:03:39 -0000 Synopsis: [UPDATE] sysutils/megacli: update to 8.07.07 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Fri Nov 29 13:03:38 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184365 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 13:49:35 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 ESMTPS id A038FD6E; Fri, 29 Nov 2013 13:49:35 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6F83E17D4; Fri, 29 Nov 2013 13:49:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rATDnZY4063575; Fri, 29 Nov 2013 13:49:35 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATDnZkw063574; Fri, 29 Nov 2013 13:49:35 GMT (envelope-from wg) Date: Fri, 29 Nov 2013 13:49:35 GMT Message-Id: <201311291349.rATDnZkw063574@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184337: [PATCH] devel/cvsd: STAGING Support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 13:49:35 -0000 Synopsis: [PATCH] devel/cvsd: STAGING Support Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Fri Nov 29 13:49:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184337 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 14:17: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 ESMTPS id C12C34AC; Fri, 29 Nov 2013 14:17:06 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 956A91929; Fri, 29 Nov 2013 14:17: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 rATEH6nM070275; Fri, 29 Nov 2013 14:17:06 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATEH6A4070274; Fri, 29 Nov 2013 14:17:06 GMT (envelope-from jadawin) Date: Fri, 29 Nov 2013 14:17:06 GMT Message-Id: <201311291417.rATEH6A4070274@freefall.freebsd.org> To: jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184367: pkg 1.2.1 warnings about PACKAGESITE in pkg.conf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 14:17:06 -0000 Synopsis: pkg 1.2.1 warnings about PACKAGESITE in pkg.conf Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: jadawin Responsible-Changed-When: Fri Nov 29 14:17:06 UTC 2013 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=184367 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 14: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 ESMTPS id D372FB5A for ; Fri, 29 Nov 2013 14:40:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AB2CC1A39 for ; Fri, 29 Nov 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 rATEe08S074022 for ; Fri, 29 Nov 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 rATEe01J074021; Fri, 29 Nov 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 14:40:00 GMT Resent-Message-Id: <201311291440.rATEe01J074021@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1DAA79C4 for ; Fri, 29 Nov 2013 14:34:46 +0000 (UTC) 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 E50941A0C for ; Fri, 29 Nov 2013 14:34: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 rATEYjVA037272 for ; Fri, 29 Nov 2013 14:34:45 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rATEYj99037268; Fri, 29 Nov 2013 14:34:45 GMT (envelope-from nobody) Message-Id: <201311291434.rATEYj99037268@oldred.freebsd.org> Date: Fri, 29 Nov 2013 14:34:45 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184371: science/veusz: update to 1.19.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 14:40:00 -0000 >Number: 184371 >Category: ports >Synopsis: science/veusz: update to 1.19.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: Fri Nov 29 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: >Description: - Update to 1.19.1 - Use autoplist - Remove NO_STAGE http://people.freebsd.org/~makc/patches/veusz.diff >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 14: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 ESMTPS id 7F3ABB8F; Fri, 29 Nov 2013 14:40:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 475421A3D; Fri, 29 Nov 2013 14: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 rATEe8Ka074149; Fri, 29 Nov 2013 14: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 rATEe8Nq074148; Fri, 29 Nov 2013 14:40:08 GMT (envelope-from edwin) Date: Fri, 29 Nov 2013 14:40:08 GMT Message-Id: <201311291440.rATEe8Nq074148@freefall.freebsd.org> To: makc@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184371: science/veusz: update to 1.19.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 14:40:08 -0000 Synopsis: science/veusz: update to 1.19.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Nov 29 14:40:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184371 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 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 ESMTPS id B48E6D29 for ; Fri, 29 Nov 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F1FA1AA4 for ; Fri, 29 Nov 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 rATEo10G075988 for ; Fri, 29 Nov 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 rATEo1rd075986; Fri, 29 Nov 2013 14:50:01 GMT (envelope-from gnats) Date: Fri, 29 Nov 2013 14:50:01 GMT Message-Id: <201311291450.rATEo1rd075986@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184371: science/veusz: update to 1.19.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 29 Nov 2013 14:50:01 -0000 The following reply was made to PR ports/184371; it has been noted by GNATS. From: Edwin Groothuis To: devel@stasyan.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184371: science/veusz: update to 1.19.1 Date: Fri, 29 Nov 2013 14:40:07 UT Maintainer of science/veusz, Please note that PR ports/184371 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/184371 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 14: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 ESMTPS id 539B2D2C for ; Fri, 29 Nov 2013 14:50:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 323831AA6 for ; Fri, 29 Nov 2013 14: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 rATEo2H2075999 for ; Fri, 29 Nov 2013 14: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 rATEo1W5075998; Fri, 29 Nov 2013 14:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 14:50:01 GMT Resent-Message-Id: <201311291450.rATEo1W5075998@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steven Kreuzer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 480E6C14; Fri, 29 Nov 2013 14:45:40 +0000 (UTC) Received: from scruffy.exit2shell.com (scruffy.exit2shell.com [174.136.99.34]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A2981A89; Fri, 29 Nov 2013 14:45:39 +0000 (UTC) Received: by scruffy.exit2shell.com with ESMTP id rATEjUaR074000; Fri, 29 Nov 2013 06:45:31 -0800 (PST) Received: by clamps.exit2shell.com (sSMTP sendmail emulation); Fri, 29 Nov 2013 14:45:31 +0000 Message-Id: <201311291445.rATEjUaR074000@scruffy.exit2shell.com> Date: Fri, 29 Nov 2013 14:45:31 +0000 From: Steven Kreuzer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/184372: [PATCH] sysutils/cfengine35: Add Staging Support Cc: cy@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 14:50:02 -0000 >Number: 184372 >Category: ports >Synopsis: [PATCH] sysutils/cfengine35: 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: Fri Nov 29 14:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Steven Kreuzer >Release: FreeBSD 9.1-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD clamps.exit2shell.com 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0: Sat Jul 27 01:01:40 UTC 2013 >Description: Add staging support Use descriptions for PGSQL, MYSQL and LIBVIRT defined in bsd.options.mk Convert LIB_DEPENDS to new format Port maintainer (cy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- cfengine35-3.5.2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 335182) +++ Makefile (working copy) @@ -37,7 +37,7 @@ --with-pcre=${LOCALBASE} \ --enable-fhs -LIB_DEPENDS+= pcre:${PORTSDIR}/devel/pcre +LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre OPTIONS_DEFINE= PGSQL MYSQL LIBVIRT OPTIONS_SINGLE= DB @@ -44,40 +44,36 @@ OPTIONS_SINGLE_DB= TOKYOCABINET QDBM TOKYOCABINET_DESC= Enable TokyoCabinet database backend QDBM_DESC= Enable QDBM database backend -PGSQL_DESC= Enable PostgreSQL integration -MYSQL_DESC= Enable MySQL integration -LIBVIRT_DESC= Enable libvirt integration OPTIONS_DEFAULT=TOKYOCABINET -NO_STAGE= yes .include .if ${PORT_OPTIONS:MTOKYOCABINET} CONFIGURE_ARGS+= --with-tokyocabinet=${LOCALBASE} -LIB_DEPENDS+= tokyocabinet.9:${PORTSDIR}/databases/tokyocabinet +LIB_DEPENDS+= libtokyocabinet.so.9:${PORTSDIR}/databases/tokyocabinet .endif .if ${PORT_OPTIONS:MQDBM} CONFIGURE_ARGS+= --with-qdbm=${LOCALBASE} -LIB_DEPENDS+= qdbm.14:${PORTSDIR}/databases/qdbm +LIB_DEPENDS+= libqdbm.so.14:${PORTSDIR}/databases/qdbm .endif .if ${PORT_OPTIONS:MPGSQL} USE_PGSQL= yes CONFIGURE_ARGS+= --with-postgresql=${LOCALBASE} -LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client +LIB_DEPENDS+= libpq.so:${PORTSDIR}/databases/postgresql${PGSQL_VER}-client .endif .if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql=${LOCALBASE} -LIB_DEPENDS+= mysqlclient:${PORTSDIR}/${_MYSQL_CLIENT} +LIB_DEPENDS+= libmysqlclient.so:${PORTSDIR}/${_MYSQL_CLIENT} LDFLAGS+= -L${LOCALBASE}/lib/mysql .endif .if ${PORT_OPTIONS:MLIBVIRT} CONFIGURE_ARGS+= --with-libvirt=${LOCALBASE} -LIB_DEPENDS+= virt.1001:${PORTSDIR}/devel/libvirt +LIB_DEPENDS+= libvirt.so.1001:${PORTSDIR}/devel/libvirt .endif .include --- cfengine35-3.5.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 14:50:17 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 ESMTPS id 34BE5D8B; Fri, 29 Nov 2013 14:50:17 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0B92E1AAB; Fri, 29 Nov 2013 14:50: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 rATEoGDC077589; Fri, 29 Nov 2013 14:50:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATEoGA0077588; Fri, 29 Nov 2013 14:50:16 GMT (envelope-from edwin) Date: Fri, 29 Nov 2013 14:50:16 GMT Message-Id: <201311291450.rATEoGA0077588@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, cy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184372: [PATCH] sysutils/cfengine35: Add Staging Support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 14:50:17 -0000 Synopsis: [PATCH] sysutils/cfengine35: Add Staging Support Responsible-Changed-From-To: freebsd-ports-bugs->cy Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 29 14:50:16 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184372 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 15: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 ESMTPS id 5ED4B1AC for ; Fri, 29 Nov 2013 15:40:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 223BF1D96 for ; Fri, 29 Nov 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 rATFe0ru086684 for ; Fri, 29 Nov 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 rATFe0g1086648; Fri, 29 Nov 2013 15:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 15:40:00 GMT Resent-Message-Id: <201311291540.rATFe0g1086648@freefall.freebsd.org> 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 ESMTPS id CB76ABC1 for ; Fri, 29 Nov 2013 15:32:36 +0000 (UTC) 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 B71F91D4D for ; Fri, 29 Nov 2013 15:32:36 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id DEF901A6F1E; Fri, 29 Nov 2013 10:32:29 -0500 (EST) Message-Id: <20131129153229.DEF901A6F1E@mail.lifanov.com> Date: Fri, 29 Nov 2013 10:32:29 -0500 (EST) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184373: [maintainer] [update] [patch] sysutils/ansible 1.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 15:40:01 -0000 >Number: 184373 >Category: ports >Synopsis: [maintainer] [update] [patch] sysutils/ansible 1.4.1 >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: Fri Nov 29 15:40: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 update sysutils/ansible from 1.4 to 1.4.1. This is a bugfix release. >How-To-Repeat: See the patch attached. >Fix: --- ansible-1.4.1.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 335181) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.4 +PORTVERSION= 1.4.1 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ Index: distinfo =================================================================== --- distinfo (revision 335181) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.4.tar.gz) = 6fa72d5975ea6aabddcdf1ed73c9a6e484ef0449ecec343b609c174067ac04a7 -SIZE (ansible-1.4.tar.gz) = 573223 +SHA256 (ansible-1.4.1.tar.gz) = bfd1bbf96b4802a4302262e10374c6c400a3394d4dfd6ef6a8f3f7cad77b7ac9 +SIZE (ansible-1.4.1.tar.gz) = 571296 --- ansible-1.4.1.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 15:47: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 ESMTPS id 7031F2A4; Fri, 29 Nov 2013 15:47:48 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 41C771DFF; Fri, 29 Nov 2013 15:47: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 rATFlmBA088468; Fri, 29 Nov 2013 15:47:48 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATFlmZb088467; Fri, 29 Nov 2013 15:47:48 GMT (envelope-from koobs) Date: Fri, 29 Nov 2013 15:47:48 GMT Message-Id: <201311291547.rATFlmZb088467@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/184373: [maintainer] [update] [patch] sysutils/ansible 1.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 15:47:48 -0000 Synopsis: [maintainer] [update] [patch] sysutils/ansible 1.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Fri Nov 29 15:47:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184373 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 16:28:57 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 ESMTPS id 41447DE3; Fri, 29 Nov 2013 16:28:57 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 137E71FFA; Fri, 29 Nov 2013 16:28: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 rATGSuWH098099; Fri, 29 Nov 2013 16:28:56 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATGStUE098098; Fri, 29 Nov 2013 16:28:55 GMT (envelope-from linimon) Date: Fri, 29 Nov 2013 16:28:55 GMT Message-Id: <201311291628.rATGStUE098098@freefall.freebsd.org> To: frank@altpeter.de, amdmi3@amdmi3.ru, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 16:28:57 -0000 Synopsis: [PATCH] net-im/centerim-devel: fix build on 10.x State-Changed-From-To: feedback->open State-Changed-By: linimon State-Changed-When: Fri Nov 29 16:28:46 UTC 2013 State-Changed-Why: Maintainer approved. http://www.freebsd.org/cgi/query-pr.cgi?pr=184360 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 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 ESMTPS id B65D09A1 for ; Fri, 29 Nov 2013 18:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9215414D1 for ; Fri, 29 Nov 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 rATI00lA016595 for ; Fri, 29 Nov 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 rATI00nb016594; Fri, 29 Nov 2013 18:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 18:00:00 GMT Resent-Message-Id: <201311291800.rATI00nb016594@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 772D4919 for ; Fri, 29 Nov 2013 17:54:41 +0000 (UTC) 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 4983314A8 for ; Fri, 29 Nov 2013 17:54: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 rATHsf3C023747 for ; Fri, 29 Nov 2013 17:54:41 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rATHsesU023683; Fri, 29 Nov 2013 17:54:40 GMT (envelope-from nobody) Message-Id: <201311291754.rATHsesU023683@oldred.freebsd.org> Date: Fri, 29 Nov 2013 17:54:40 GMT From: Max Brazhnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184374: graphics/webp: fix plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 18:00:00 -0000 >Number: 184374 >Category: ports >Synopsis: graphics/webp: fix plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Nov 29 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Max Brazhnikov >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: >Description: http://people.freebsd.org/~makc/patches/webp.diff >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 18: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 ESMTPS id 86D97A5B; Fri, 29 Nov 2013 18:00:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5C89A14D6; Fri, 29 Nov 2013 18: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 rATI08Jx016728; Fri, 29 Nov 2013 18: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 rATI087M016727; Fri, 29 Nov 2013 18:00:08 GMT (envelope-from edwin) Date: Fri, 29 Nov 2013 18:00:08 GMT Message-Id: <201311291800.rATI087M016727@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, johans@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184374: graphics/webp: fix plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 18:00:08 -0000 Synopsis: graphics/webp: fix plist Responsible-Changed-From-To: freebsd-ports-bugs->johans Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 29 18: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=184374 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 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 ESMTPS id B55C534F for ; Fri, 29 Nov 2013 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 883D416C8 for ; Fri, 29 Nov 2013 18: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 rATIK1En024951 for ; Fri, 29 Nov 2013 18: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 rATIK0cL024948; Fri, 29 Nov 2013 18:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 18:20:00 GMT Resent-Message-Id: <201311291820.rATIK0cL024948@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Douglas K. Rand" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 854F3274 for ; Fri, 29 Nov 2013 18:14:45 +0000 (UTC) Received: from newman.meridian-enviro.com (newman.meridian-enviro.com [12.192.92.56]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A5CA1689 for ; Fri, 29 Nov 2013 18:14:44 +0000 (UTC) Received: from venus.meridian-enviro.com (venus.meridian-enviro.com [12.192.93.14]) by newman.meridian-enviro.com (8.13.6/8.13.6) with ESMTP id rATHtDa6022643; Fri, 29 Nov 2013 11:55:13 -0600 (CST) (envelope-from rand@meridian-enviro.com) Received: from kuiper.meridian-enviro.com (kuiper.meridian-enviro.com [12.192.93.250]) by venus.meridian-enviro.com (8.14.5/8.14.5) with ESMTP id rATHswvV043227; Fri, 29 Nov 2013 11:54:58 -0600 (CST) (envelope-from rand@meridian-enviro.com) Received: (from root@localhost) by kuiper.meridian-enviro.com (8.14.7/8.14.7/Submit) id rATHsvxK026615; Fri, 29 Nov 2013 11:54:57 -0600 (CST) (envelope-from rand) Message-Id: <201311291754.rATHsvxK026615@kuiper.meridian-enviro.com> Date: Fri, 29 Nov 2013 11:54:57 -0600 (CST) From: "Douglas K. Rand" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184375: New port: net-mgmt/nagios-check_relayd_status Nagios plug-in to check on the status of relayd Cc: Daniel Werdermann X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: "Douglas K. Rand" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 18:20:01 -0000 >Number: 184375 >Category: ports >Synopsis: New port: net-mgmt/nagios-check_relayd_status Nagios plug-in to check on the status of relayd >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 Nov 29 18:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas K. Rand >Release: FreeBSD 9.2-RELEASE-p1 i386 >Organization: Iteris, Inc >Environment: System: FreeBSD kuiper.meridian-enviro.com 9.2-RELEASE-p1 FreeBSD 9.2-RELEASE-p1 #3 r258721: Thu Nov 28 15:32:36 CST 2013 rand@kuiper.meridian-enviro.com:/usr/obj/usr/src/sys/FIREWALL i386 >Description: A new port based upon Daniel Werdermann's check_relayd_status Nagios plugin. >How-To-Repeat: Deploy relayd and want to monitor it. >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: # # nagios-check_relayd_status # nagios-check_relayd_status/Makefile # nagios-check_relayd_status/files # nagios-check_relayd_status/files/check_relayd_status # nagios-check_relayd_status/pkg-descr # echo c - nagios-check_relayd_status mkdir -p nagios-check_relayd_status > /dev/null 2>&1 echo x - nagios-check_relayd_status/Makefile sed 's/^X//' >nagios-check_relayd_status/Makefile << 'fb1fcceb555ae56b5de2f33a0bb94320' X# Created by: Douglas K. Rand X# $FreeBSD$ X XPORTNAME= check_relayd_status XPORTVERSION= 1.1 XCATEGORIES= net-mgmt XMASTER_SITES= # none XPKGNAMEPREFIX= nagios- XDISTFILES= # none X XMAINTAINER= rand@iteris.com XCOMMENT= Nagios plug-in to check on the status of relayd X XLICENSE= MPL X XRUN_DEPENDS= ${LOCALBASE}/sbin/relayctl:${PORTSDIR}/net/relayd X XUSES= perl5 XUSE_PERL5= run XNO_BUILD= yes XPLIST_FILES= libexec/nagios/check_relayd_status X Xdo-install: X @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios X ${INSTALL_SCRIPT} ${FILESDIR}/check_relayd_status ${STAGEDIR}${PREFIX}/libexec/nagios/ X X.include fb1fcceb555ae56b5de2f33a0bb94320 echo c - nagios-check_relayd_status/files mkdir -p nagios-check_relayd_status/files > /dev/null 2>&1 echo x - nagios-check_relayd_status/files/check_relayd_status sed 's/^X//' >nagios-check_relayd_status/files/check_relayd_status << '2cdd921753fb36055323c9b9025d85d1' X#!/usr/bin/perl X X# -------------------------------------------------------------------- X# **** BEGIN LICENSE BLOCK ***** X# X# Version: MPL 1.1 X# X# The contents of this file are subject to the Mozilla Public License Version X# 1.1 (the "License"); you may not use this file except in compliance with X# the License. You may obtain a copy of the License at X# http://www.mozilla.org/MPL/ X# X# Software distributed under the License is distributed on an "AS IS" basis, X# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License X# for the specific language governing rights and limitations under the X# License. X# X# The Original Code is echocat management. X# X# The Initial Developer of the Original Code is Daniel Werdermann. X# Portions created by the Initial Developer are Copyright (C) 2011 X# the Initial Developer. All Rights Reserved. X# X# **** END LICENSE BLOCK ***** X# -------------------------------------------------------------------- X X# -------------------------------------------------------------------- X# Check for specified pattern in commandoutput X# X# @author: Daniel Werdermann / dwerdermann@web.de X# @version: 1.1 X# @date: Thu Oct 23 14:31:52 CEST 2008 X# X# changes 1.1 X# - add license information X# -------------------------------------------------------------------- X Xuse strict; Xuse warnings; Xuse Getopt::Long; X Xmy $help; Xmy $redirect; Xmy $table; X Xmy $command = "/usr/local/sbin/relayctl"; Xmy $parameter = "show summary"; X XGetOptions ( X "help" => \$help, X "redirect=s" => \$redirect, X "table=s" => \$table, X); X Xusage() if $help; X Xsub usage { X print << "EOF" XUsage: $0 --help X $0 [--redirect STRING] [--table STRING] X XThis script checks the OpenBSD relayd. It returns a warning Xif not all hosts in a table are up and a critical if a table Xand/or redirect is totally down. X XOptions: X --help X Print detailed this screen X --redirect STRING X String with name of redirect to check. Multiple redirects X can be seperated by comma X --table STRING X String with name of table to check. Multiple tabless X can be seperated by comma X XExamples: X $0 X X Checks if all redirects, tables and hosts which are X defined at the relayd startup are active. X X $0 --redirect smtp --table pmtahost,pmtahostfallback X X Checks if the specified redirects and tables exists. X Besides there will be an alert if any other redirect X or table defined in the checked relayd is not active. X Or if any hosts are down. X X This plugin is NOT developped by the Nagios Plugin group. X Please do not e-mail them for support on this plugin, since X they won't know what you're talking about. X X For contact info, read the plugin itself... X XEOF X; X exit(2); X} X Xmy %cnt_redirects; Xif (defined $redirect) { X foreach ( split(/,/, $redirect) ) { X $cnt_redirects{$_} = 0; X } X} X Xmy %cnt_tables; Xif (defined $table) { X foreach ( split(/,/, $table) ) { X $cnt_tables{$_} = 0; X } X} X Xmy %cnt_hosts = ( X 'down' => 0, X 'up' => 0 X); X X Xif (! -x $command) { X print "CRITICAL: Cannot execute command: '$command'"; X exit(2); X} X Xmy @execute = ($command, $parameter); X X# make unbuffered output X$|=1; Xopen STDERR, ">&STDOUT" or die "Can’t dup STDOUT: $!"; X Xeval { X my @return = split(/\n/, `@execute`) X or die "command returns an errorcode $?: '@execute'"; X X foreach ( @return ) { X chomp; X if (/up$/) { $cnt_hosts{'up'}++ ; next; } X if (/down$/ or /disabled$/) { $cnt_hosts{'down'}++ ; next; } X if (/\d+\s+redirect\s+(.*?)\s+active$/) { X $cnt_redirects{$1}++; X next; X } X if (/\d+\s+table\s+(.*?)\s+(.*?)\s/) { X $cnt_tables{$1} = $2; X next; X } X } X X if ( $cnt_hosts{'up'} == 0 ) { X print "CRITICAL: relayd does not find any hosts up\n"; X exit(2); X } X X for my $red ( keys %cnt_redirects ) { X if ( $cnt_redirects{$red} == 0 ) { X print "CRITICAL: Redirect $red is not active\n"; X exit(2); X } X } X X for my $tab ( keys %cnt_tables ) { X if ( $cnt_tables{$tab} ne "active" ) { X print "CRITICAL: Table $tab is not active\n"; X exit(2); X } X } X X if ( $cnt_hosts{'down'} != 0 ) { X print "WARNING: relayd cannot reach all hosts. $cnt_hosts{'down'} hosts are down or disabled\n"; X exit(1); X } X X print "OK: nothing obvious in '@execute'"; X exit(0); X}; X Xif ($@) { X print "CRITICAL: $@"; X exit(2); X} X Xprint "OK: no critical or warning patterns found"; Xexit(0); X 2cdd921753fb36055323c9b9025d85d1 echo x - nagios-check_relayd_status/pkg-descr sed 's/^X//' >nagios-check_relayd_status/pkg-descr << '1b714cd4e0b65c27835924e55d60488b' XA plugin for Nagios to query relayd status. It returns a warning if not Xall hosts in a table are up and a critical if a table and/or redirect Xis totally down. X XAuthor: Daniel Werdermann 1b714cd4e0b65c27835924e55d60488b exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 18:20: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 ESMTPS id 58C023E4; Fri, 29 Nov 2013 18:20:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E93116D2; Fri, 29 Nov 2013 18:20: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 rATIKF8Y026563; Fri, 29 Nov 2013 18:20:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATIKFuU026556; Fri, 29 Nov 2013 18:20:15 GMT (envelope-from edwin) Date: Fri, 29 Nov 2013 18:20:15 GMT Message-Id: <201311291820.rATIKFuU026556@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184376: [patch] [security/gnupg] Dependency issue: libgpg-error must be 1.11+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 18:20:15 -0000 Synopsis: [patch] [security/gnupg] Dependency issue: libgpg-error must be 1.11+ Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Fri Nov 29 18:20:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184376 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 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 ESMTPS id 73E54352 for ; Fri, 29 Nov 2013 18:20:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4EBC716CB for ; Fri, 29 Nov 2013 18: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 rATIK3Hu024968 for ; Fri, 29 Nov 2013 18: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 rATIK3PL024967; Fri, 29 Nov 2013 18:20:03 GMT (envelope-from gnats) Resent-Date: Fri, 29 Nov 2013 18:20:03 GMT Resent-Message-Id: <201311291820.rATIK3PL024967@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sébastien Santoro Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A48C12BB for ; Fri, 29 Nov 2013 18:16:35 +0000 (UTC) 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 9138D169B for ; Fri, 29 Nov 2013 18:16: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 rATIGZ4m097078 for ; Fri, 29 Nov 2013 18:16:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rATIGZgs097073; Fri, 29 Nov 2013 18:16:35 GMT (envelope-from nobody) Message-Id: <201311291816.rATIGZgs097073@oldred.freebsd.org> Date: Fri, 29 Nov 2013 18:16:35 GMT From: Sébastien Santoro To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184376: [patch] [security/gnupg] Dependency issue: libgpg-error must be 1.11+ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 18:20:03 -0000 >Number: 184376 >Category: ports >Synopsis: [patch] [security/gnupg] Dependency issue: libgpg-error must be 1.11+ >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 Nov 29 18:20:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sébastien Santoro >Release: n/a >Organization: >Environment: n/a >Description: During security/gnupg configure operation: configure: *** *** You need libgpg-error to build this program. ** This library is for example available at *** ftp://ftp.gnupg.org/gcrypt/libgpg-error *** (at least version 1.11 is required.) *** configure: error: *** *** Required libraries not found. Please consult the above messages *** and install them before running configure again. *** ===> Script "configure" failed unexpectedly. >How-To-Repeat: - Install a version prior to 1.11 of libgpg-error - Install security/gnupg port >Fix: Patch is offered to solve the issue. - removing gnupg-error from LIB_DEPENDS - adding a BUILD_DEPENDS libgpg-error>=1.11 instruction Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 335209) +++ Makefile (working copy) @@ -11,17 +11,17 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= The GNU Privacy Guard +LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \ + gcrypt:${PORTSDIR}/security/libgcrypt \ + ksba:${PORTSDIR}/security/libksba \ + pth:${PORTSDIR}/devel/pth +BUILD_DEPENDS= libgpg-error>=1.11:${PORTSDIR}/security/libgpg-error + LICENSE= GPLv3 LGPL3 LICENSE_COMB= multi LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL3= ${WRKSRC}/COPYING.LIB -LIB_DEPENDS= assuan:${PORTSDIR}/security/libassuan \ - gcrypt:${PORTSDIR}/security/libgcrypt \ - gpg-error:${PORTSDIR}/security/libgpg-error \ - ksba:${PORTSDIR}/security/libksba \ - pth:${PORTSDIR}/devel/pth - USE_BZIP2= YES GNU_CONFIGURE= YES USES= gmake iconv >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 18:52: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 ESMTPS id DF30F1EF; Fri, 29 Nov 2013 18:52:34 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B3544192B; Fri, 29 Nov 2013 18:52: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 rATIqYoN032169; Fri, 29 Nov 2013 18:52:34 GMT (envelope-from sunpoet@freefall.freebsd.org) Received: (from sunpoet@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATIqX0r032168; Fri, 29 Nov 2013 18:52:33 GMT (envelope-from sunpoet) Date: Fri, 29 Nov 2013 18:52:33 GMT Message-Id: <201311291852.rATIqX0r032168@freefall.freebsd.org> To: frank@altpeter.de, sunpoet@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: sunpoet@FreeBSD.org Subject: Re: ports/184360: [PATCH] net-im/centerim-devel: fix build on 10.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 18:52:34 -0000 Synopsis: [PATCH] net-im/centerim-devel: fix build on 10.x Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: sunpoet Responsible-Changed-When: Fri Nov 29 18:52:33 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184360 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 22: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 ESMTPS id 20621FE4 for ; Fri, 29 Nov 2013 22:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E6CE111B1 for ; Fri, 29 Nov 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 rATM01as069904 for ; Fri, 29 Nov 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 rATM01rm069902; Fri, 29 Nov 2013 22:00:01 GMT (envelope-from gnats) Date: Fri, 29 Nov 2013 22:00:01 GMT Message-Id: <201311292200.rATM01rm069902@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Martin Dieringer Subject: Re: ports/184358: [MAINTAINER] cad/repsnapper: update to 2.3.2a1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Fri, 29 Nov 2013 22:00:02 -0000 The following reply was made to PR ports/184358; it has been noted by GNATS. From: Martin Dieringer To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184358: [MAINTAINER] cad/repsnapper: update to 2.3.2a1 Date: Fri, 29 Nov 2013 22:52:41 +0100 (CET) now it's 2.3.2a3, please From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 22:26: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 ESMTPS id 42ECE840; Fri, 29 Nov 2013 22:26:46 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 166F112D2; Fri, 29 Nov 2013 22:26: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 rATMQjYn076447; Fri, 29 Nov 2013 22:26:45 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATMQjU5076446; Fri, 29 Nov 2013 22:26:45 GMT (envelope-from linimon) Date: Fri, 29 Nov 2013 22:26:45 GMT Message-Id: <201311292226.rATMQjU5076446@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-java@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184377: New port: mail/fastforward X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 22:26:46 -0000 Synopsis: New port: mail/fastforward Responsible-Changed-From-To: freebsd-java->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Nov 29 22:26:31 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=184377 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Nov 29 23:32: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 ESMTPS id 4BEE1D83; Fri, 29 Nov 2013 23:32:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1F5B11646; Fri, 29 Nov 2013 23:32: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 rATNWTd3089998; Fri, 29 Nov 2013 23:32:29 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rATNWT96089997; Fri, 29 Nov 2013 23:32:29 GMT (envelope-from danilo) Date: Fri, 29 Nov 2013 23:32:29 GMT Message-Id: <201311292332.rATNWT96089997@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184358: [MAINTAINER] cad/repsnapper: update to 2.3.2a1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Nov 2013 23:32:30 -0000 Synopsis: [MAINTAINER] cad/repsnapper: update to 2.3.2a1 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Nov 29 23:32:29 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184358 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 00: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 ESMTPS id 2F983292 for ; Sat, 30 Nov 2013 00:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 087A71948 for ; Sat, 30 Nov 2013 00: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 rAU0e1KG012357 for ; Sat, 30 Nov 2013 00: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 rAU0e11b012356; Sat, 30 Nov 2013 00:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 00:40:01 GMT Resent-Message-Id: <201311300040.rAU0e11b012356@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Timothy Beyer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 026B1D79 for ; Sat, 30 Nov 2013 00:30:44 +0000 (UTC) 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 C726418F2 for ; Sat, 30 Nov 2013 00:30:43 +0000 (UTC) Received: from compute4.internal (compute4.nyi.mail.srv.osa [10.202.2.44]) by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 8F08F208C5; Fri, 29 Nov 2013 19:30:36 -0500 (EST) Received: from frontend2 ([10.202.2.161]) by compute4.internal (MEProxy); Fri, 29 Nov 2013 19:30:36 -0500 Received: from hypercube.aeonnet.fastmail.fm (unknown [76.90.217.240]) by mail.messagingengine.com (Postfix) with ESMTPA id E2FF8680198; Fri, 29 Nov 2013 19:30:35 -0500 (EST) Message-Id: <87txeueno6.wl@fastmail.fm> Date: Fri, 29 Nov 2013 16:30:33 -0800 From: Timothy Beyer To: FreeBSD GNATS Submit Subject: ports/184378: update port: mail/fdm Cc: Timothy Beyer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 00:40:02 -0000 >Number: 184378 >Category: ports >Synopsis: update port: mail/fdm >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 Nov 30 00:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Timothy Beyer >Release: FreeBSD 9.2-RELEASE amd64 >Organization: no organization >Environment: System: FreeBSD hypercube.aeonnet 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Tue Oct 1 00:41:23 PDT 2013 root@hypercube.aeonnet:/usr/obj/usr/src/sys/CUSTOM-9.2 amd64 >Description: - update port to 1.7 - add support for LICENSE >How-To-Repeat: Apply patch and build port >Fix: The included patch --- fdm.diff begins here --- diff -urN fdm.orig/Makefile fdm/Makefile --- fdm.orig/Makefile 2013-09-20 12:59:12.000000000 -0700 +++ fdm/Makefile 2013-11-29 16:24:29.000000000 -0800 @@ -2,14 +2,16 @@ # $FreeBSD: mail/fdm/Makefile 327742 2013-09-20 19:59:12Z bapt $ PORTNAME= fdm -PORTVERSION= 1.6 -PORTREVISION= 2 +PORTVERSION= 1.7 CATEGORIES= mail MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= chifeng@gmail.com COMMENT= Fetches and delivers mail +LICENSE= ISCL +LICENSE_FILE= ${WRKSRC}/fdm.1 + LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre \ tdb.1:${PORTSDIR}/databases/tdb @@ -17,6 +19,7 @@ PORTDOCS= CHANGES README MANUAL PORTEXAMPLES= n-marriott.conf f-terbeck.conf t-ulmer.conf w-maier.conf g-lando.conf MAKE_ARGS= -DPCRE -DDB +HAS_CONFIGURE= yes MAN1= fdm.1 MAN5= fdm.conf.5 @@ -29,6 +32,9 @@ @${REINPLACE_CMD} -e 's|/usr/local/include/openssl|/usr/include/openssl|;\ s|-I-||g;\ s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${MAKEFILE} +.if ${PORT_OPTIONS:MDOCS} + cd ${WRKSRC} && ${AWK} -f tools/makemanual.awk MANUAL.in > MANUAL +.endif post-install: .if ${PORT_OPTIONS:MEXAMPLES} diff -urN fdm.orig/distinfo fdm/distinfo --- fdm.orig/distinfo 2012-07-14 06:54:48.000000000 -0700 +++ fdm/distinfo 2013-11-29 15:38:13.000000000 -0800 @@ -1,2 +1,2 @@ -SHA256 (fdm-1.6.tar.gz) = 7269a40a27378f49c0d3cc92b4229d1e066bba486ef9ff85caa2ec4cbcea3706 -SIZE (fdm-1.6.tar.gz) = 192159 +SHA256 (fdm-1.7.tar.gz) = 484474094f124ce438c89dfab05519fe7b3aa8c8346d00f790a512ab950cef2a +SIZE (fdm-1.7.tar.gz) = 199808 --- fdm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 00: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 ESMTPS id 8A49E2D0; Sat, 30 Nov 2013 00:40:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5CA7A194B; Sat, 30 Nov 2013 00: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 rAU0eAkF012434; Sat, 30 Nov 2013 00: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 rAU0eAVS012433; Sat, 30 Nov 2013 00:40:10 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 00:40:10 GMT Message-Id: <201311300040.rAU0eAVS012433@freefall.freebsd.org> To: beyert@cs.ucr.edu, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184378: update port: mail/fdm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 00:40:10 -0000 Synopsis: update port: mail/fdm State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Nov 30 00:40:10 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184378 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 00: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 ESMTPS id 7408D293 for ; Sat, 30 Nov 2013 00:40:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 604811949 for ; Sat, 30 Nov 2013 00:40: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 rAU0e2EM012363 for ; Sat, 30 Nov 2013 00: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 rAU0e2So012362; Sat, 30 Nov 2013 00:40:02 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 00:40:02 GMT Message-Id: <201311300040.rAU0e2So012362@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Horia Racoviceanu Subject: Re: ports/183838: Fix sysutils/dvdisaster build with clang [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Horia Racoviceanu List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 00:40:03 -0000 The following reply was made to PR ports/183838; it has been noted by GNATS. From: Horia Racoviceanu To: bug-followup@FreeBSD.org, horia@racoviceanu.com, chalpin@cs.wisc.edu Cc: Subject: Re: ports/183838: Fix sysutils/dvdisaster build with clang [PATCH] Date: Sat, 30 Nov 2013 00:30:44 +0000 --047d7bdc13d8b27a0804ec5a0ee1 Content-Type: text/plain; charset=ISO-8859-1 - Update to 0.72.5 - Remove LICENSE_FILE - Remove PORTSCOUT - USES gmake instead of USE_GMAKE - Support STAGEDIR - Add DOCS and NLS Option - Fix build with Clang - Change pkg-message Build log: https://redports.org/buildarchive/20131129222908-84632/ May I maintain this port? Thanks --047d7bdc13d8b27a0804ec5a0ee1 Content-Type: text/plain; charset=US-ASCII; name="dvdisaster.diff" Content-Disposition: attachment; filename="dvdisaster.diff" Content-Transfer-Encoding: base64 X-Attachment-Id: f_holvrh3t0 SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIE1ha2VmaWxlCShyZXZpc2lvbiAzMzUxMDEp CisrKyBNYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMiw4ICsyLDcgQEAKICMgJEZyZWVCU0Qk CiAKIFBPUlROQU1FPQlkdmRpc2FzdGVyCi1QT1JUVkVSU0lPTj0JMC43Mi40Ci1QT1JUUkVWSVNJ T049CTEKK1BPUlRWRVJTSU9OPQkwLjcyLjUKIENBVEVHT1JJRVM9CXN5c3V0aWxzCiBNQVNURVJf U0lURVM9CWh0dHA6Ly9kdmRpc2FzdGVyLm5ldC9kb3dubG9hZHMvCiAKQEAgLTExLDM2ICsxMCwz OCBAQAogQ09NTUVOVD0JQ0QvRFZEIGVycm9yIHJlY292ZXJ5IHRvb2wKIAogTElDRU5TRT0JR1BM djIKLUxJQ0VOU0VfRklMRT0JJHtXUktTUkN9L0NPUFlJTkcKIAogQlVJTERfREVQRU5EUz0JYmFz aDoke1BPUlRTRElSfS9zaGVsbHMvYmFzaAogCiBNQUtFRklMRT0JR05VbWFrZWZpbGUKIAorVVNF Uz0JCWdtYWtlIHBrZ2NvbmZpZwogVVNFX0JaSVAyPQl5ZXMKLVVTRVM9CQlnZXR0ZXh0IHBrZ2Nv bmZpZwogVVNFX0dOT01FPQlndGsyMAorQ09ORklHVVJFX0xPRz0JY29uZmlndXJlLmxvZwogQ09O RklHVVJFX0FSR1M9CS0tcHJlZml4PSR7UFJFRklYfSBcCiAJCS0tZG9jc3ViZGlyPSIvIiBcCiAJ CS0tcG5nLWluY2x1ZGVzPSR7TE9DQUxCQVNFfS9pbmNsdWRlIFwKLQkJLS1wbmctbGlicmFyaWVz PSR7TE9DQUxCQVNFfS9saWIKLVVTRV9HTUFLRT0JeWVzCi1NQUtFX0pPQlNfVU5TQUZFPXllcwor CQktLXBuZy1saWJyYXJpZXM9JHtMT0NBTEJBU0V9L2xpYiBcCisJCS0tcGhwbW91bnRkaXI9JHtM T0NBTEJBU0V9L3d3dy8ke1BPUlROQU1FfSBcCisJCS0tbWFuZGlyPSR7UFJFRklYfS9tYW4gXAor CQktLWxvY2FsZWRpcj0ke1BSRUZJWH0vc2hhcmUvbG9jYWxlIFwKKwkJLS1idWlsZHJvb3Q9JHtT VEFHRURJUn0KK01BS0VfSk9CU19VTlNBRkU9CXllcwogCi0uaWYgZGVmaW5lZChOT1BPUlRET0NT KQotQ09ORklHVVJFX0FSR1MrPQktLWRvY2Rpcj0ke1dSS1NSQ30KLS5lbHNlCi1DT05GSUdVUkVf QVJHUys9CS0tZG9jZGlyPSR7RE9DU0RJUn0KLS5lbmRpZgotCiBQT1JURE9DUz0JKgogCi1QT1JU U0NPVVQ9CWxpbWl0dzoxLGV2ZW4KK09QVElPTlNfREVGSU5FPQlET0NTIE5MUworT1BUSU9OU19T VUI9CXllcwogCi1NQU4xPQkJZHZkaXNhc3Rlci4xCi1NQU5MQU5HPQkiIiBjcyBkZSBpdAorRE9D U19DT05GSUdVUkVfT049CS0tZG9jZGlyPSR7RE9DU0RJUn0KK0RPQ1NfQ09ORklHVVJFX09GRj0J LS1kb2NkaXI9JHtXUktTUkN9CiAKLU5PX1NUQUdFPQl5ZXMKK05MU19VU0VTPQlnZXR0ZXh0CisK K3Bvc3QtcGF0Y2g6CisJJHtSRUlOUExBQ0VfQ01EfSAtZSAnL1JFUVVJUkVfR0NDL2QnICR7V1JL U1JDfS9jb25maWd1cmUgJHtXUktTUkN9L3Rvb2xzL2NvbmZpZ3VyZQorCiBkby1jb25maWd1cmU6 CiAJQChjZCAke0NPTkZJR1VSRV9XUktTUkN9ICYmIFwKIAkJaWYgISAke1NFVEVOVn0gQ0M9IiR7 Q0N9IiBDWFg9IiR7Q1hYfSIgXApAQCAtNTUsNyArNTYsNCBAQAogCQkJICR7RkFMU0V9OyBcCiAJ CWZpKQogCi1wb3N0LWluc3RhbGw6Ci0JQCR7Q0FUfSAke1BLR01FU1NBR0V9Ci0KIC5pbmNsdWRl IDxic2QucG9ydC5taz4KSW5kZXg6IGRpc3RpbmZvCj09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIGRpc3RpbmZvCShy ZXZpc2lvbiAzMzUxMDEpCisrKyBkaXN0aW5mbwkod29ya2luZyBjb3B5KQpAQCAtMSwyICsxLDIg QEAKLVNIQTI1NiAoZHZkaXNhc3Rlci0wLjcyLjQudGFyLmJ6MikgPSA0NDQ3NjNiYzQwYmNjOGMz OTZlY2Q3YWYwZDVkNmRkOGM0NTgwMDlkNGVkNjJhZjc0ZWY1NDA3NDU0MWFhMDVlCi1TSVpFIChk dmRpc2FzdGVyLTAuNzIuNC50YXIuYnoyKSA9IDUwOTc3MzgKK1NIQTI1NiAoZHZkaXNhc3Rlci0w LjcyLjUudGFyLmJ6MikgPSBkZDE5ZTY5ZDJhZDM2MTQ1OGNiNTI1MGQ2M2FlNmE0ODM5MTRmN2Zk ZGVhYTM1OTMwMzBlNjBlYTY1YzRjZmUwCitTSVpFIChkdmRpc2FzdGVyLTAuNzIuNS50YXIuYnoy KSA9IDUwNjU0NDAKSW5kZXg6IGZpbGVzL3BhdGNoLUdOVW1ha2VmaWxlLnRlbXBsYXRlCj09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT0KLS0tIGZpbGVzL3BhdGNoLUdOVW1ha2VmaWxlLnRlbXBsYXRlCShyZXZpc2lvbiAwKQor KysgZmlsZXMvcGF0Y2gtR05VbWFrZWZpbGUudGVtcGxhdGUJKHdvcmtpbmcgY29weSkKQEAgLTAs MCArMSwzNSBAQAorLS0tIC4vR05VbWFrZWZpbGUudGVtcGxhdGUub3JpZwkyMDEzLTExLTI1IDA1 OjA3OjE5LjAwMDAwMDAwMCArMDAwMAorKysrIC4vR05VbWFrZWZpbGUudGVtcGxhdGUJMjAxMy0x MS0yNSAwNTowODoyNi4wMDAwMDAwMDAgKzAwMDAKK0BAIC0zNTYsMTkgKzM1NiwxOSBAQAorIAkg ICAgaW5zdGFsbCAtbSA2NDQgJCRpL0xDX01FU1NBR0VTL2R2ZGlzYXN0ZXIubW8gJChCVUlMRFJP T1QpJChMT0NBTEVESVIpLyQkaS9MQ19NRVNTQUdFUzsgXAorIAkgIGRvbmUgXAorIAlmaQorLQlA ZWNobyAiIyBkdmRpc2FzdGVyIHVuaW5zdGFsbGVyIHNjcmlwdCIgPiAkKEJVSUxEUk9PVCkkKEJJ TkRJUikvZHZkaXNhc3Rlci11bmluc3RhbGwuc2gKKy0JQGVjaG8gIiMgVXNhZ2U6IHNoIGR2ZGlz YXN0ZXItdW5pbnN0YWxsLnNoIiA+PiAkKEJVSUxEUk9PVCkkKEJJTkRJUikvZHZkaXNhc3Rlci11 bmluc3RhbGwuc2gKKy0JQGVjaG8gPj4gJChCVUlMRFJPT1QpJChCSU5ESVIpL2R2ZGlzYXN0ZXIt dW5pbnN0YWxsLnNoCistCUBlY2hvICJybSAtZiAkKEJJTkRJUikvZHZkaXNhc3RlciAkKEJJTkRJ UikvZHZkaXNhc3Rlci5leGUgJChCSU5ESVIpL2R2ZGlzYXN0ZXItd2luLmV4ZSAkKEJJTkRJUikv ZHZkaXNhc3Rlci11bmluc3RhbGwuc2giID4+ICQoQlVJTERST09UKSQoQklORElSKS9kdmRpc2Fz dGVyLXVuaW5zdGFsbC5zaAorLQlAZWNobyAicm0gLXJmICQoRE9DU1VCRElSKSIgPj4gJChCVUlM RFJPT1QpJChCSU5ESVIpL2R2ZGlzYXN0ZXItdW5pbnN0YWxsLnNoCistCUBlY2hvICJybSAtZiAk KE1BTkRJUikvbWFuMS9kdmRpc2FzdGVyLjEiID4+ICQoQlVJTERST09UKSQoQklORElSKS9kdmRp c2FzdGVyLXVuaW5zdGFsbC5zaAorLQlAZm9yIGkgaW4gJChQT19MT0NBTEVTKTsgZG8gXAorLQkg IGVjaG8gInJtICQoTE9DQUxFRElSKS8kJGkvTENfTUVTU0FHRVMvZHZkaXNhc3Rlci5tbyIgPj4g JChCVUlMRFJPT1QpJChCSU5ESVIpL2R2ZGlzYXN0ZXItdW5pbnN0YWxsLnNoIDsgXAorLQlkb25l CistCUBmb3IgaSBpbiAkKE1BTl9MT0NBTEVTKTsgZG8gXAorLQkgIGVjaG8gInJtICQoTUFORElS KS8kJGkvbWFuMS9kdmRpc2FzdGVyLjEiID4+ICQoQlVJTERST09UKSQoQklORElSKS9kdmRpc2Fz dGVyLXVuaW5zdGFsbC5zaCA7IFwKKy0JZG9uZQorLQlAZWNobyAiZWNobyBcImR2ZGlzYXN0ZXIg aGFzIGJlZW4gdW5pbnN0YWxsZWQuXCIiID4+ICQoQlVJTERST09UKSQoQklORElSKS9kdmRpc2Fz dGVyLXVuaW5zdGFsbC5zaAorKyMJQGVjaG8gIiMgZHZkaXNhc3RlciB1bmluc3RhbGxlciBzY3Jp cHQiID4gJChCVUlMRFJPT1QpJChCSU5ESVIpL2R2ZGlzYXN0ZXItdW5pbnN0YWxsLnNoCisrIwlA ZWNobyAiIyBVc2FnZTogc2ggZHZkaXNhc3Rlci11bmluc3RhbGwuc2giID4+ICQoQlVJTERST09U KSQoQklORElSKS9kdmRpc2FzdGVyLXVuaW5zdGFsbC5zaAorKyMJQGVjaG8gPj4gJChCVUlMRFJP T1QpJChCSU5ESVIpL2R2ZGlzYXN0ZXItdW5pbnN0YWxsLnNoCisrIwlAZWNobyAicm0gLWYgJChC SU5ESVIpL2R2ZGlzYXN0ZXIgJChCSU5ESVIpL2R2ZGlzYXN0ZXIuZXhlICQoQklORElSKS9kdmRp c2FzdGVyLXdpbi5leGUgJChCSU5ESVIpL2R2ZGlzYXN0ZXItdW5pbnN0YWxsLnNoIiA+PiAkKEJV SUxEUk9PVCkkKEJJTkRJUikvZHZkaXNhc3Rlci11bmluc3RhbGwuc2gKKysjCUBlY2hvICJybSAt cmYgJChET0NTVUJESVIpIiA+PiAkKEJVSUxEUk9PVCkkKEJJTkRJUikvZHZkaXNhc3Rlci11bmlu c3RhbGwuc2gKKysjCUBlY2hvICJybSAtZiAkKE1BTkRJUikvbWFuMS9kdmRpc2FzdGVyLjEiID4+ ICQoQlVJTERST09UKSQoQklORElSKS9kdmRpc2FzdGVyLXVuaW5zdGFsbC5zaAorKyMJQGZvciBp IGluICQoUE9fTE9DQUxFUyk7IGRvIFwKKysjCSAgZWNobyAicm0gJChMT0NBTEVESVIpLyQkaS9M Q19NRVNTQUdFUy9kdmRpc2FzdGVyLm1vIiA+PiAkKEJVSUxEUk9PVCkkKEJJTkRJUikvZHZkaXNh c3Rlci11bmluc3RhbGwuc2ggOyBcCisrIwlkb25lCisrIwlAZm9yIGkgaW4gJChNQU5fTE9DQUxF Uyk7IGRvIFwKKysjCSAgZWNobyAicm0gJChNQU5ESVIpLyQkaS9tYW4xL2R2ZGlzYXN0ZXIuMSIg Pj4gJChCVUlMRFJPT1QpJChCSU5ESVIpL2R2ZGlzYXN0ZXItdW5pbnN0YWxsLnNoIDsgXAorKyMJ ZG9uZQorKyMJQGVjaG8gImVjaG8gXCJkdmRpc2FzdGVyIGhhcyBiZWVuIHVuaW5zdGFsbGVkLlwi IiA+PiAkKEJVSUxEUk9PVCkkKEJJTkRJUikvZHZkaXNhc3Rlci11bmluc3RhbGwuc2gKKyAJCisg dW5pbnN0YWxsOgorIAlAZWNobyAiVW5pbnN0YWxsaW5nIHBhY2thZ2UuLi4iCgpQcm9wZXJ0eSBj aGFuZ2VzIG9uOiBmaWxlcy9wYXRjaC1HTlVtYWtlZmlsZS50ZW1wbGF0ZQpfX19fX19fX19fX19f X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fCkFk ZGVkOiBzdm46bWltZS10eXBlCiMjIC0wLDAgKzEgIyMKK3RleHQvcGxhaW4KXCBObyBuZXdsaW5l IGF0IGVuZCBvZiBwcm9wZXJ0eQpBZGRlZDogZmJzZDpub2tleXdvcmRzCiMjIC0wLDAgKzEgIyMK K3llcwpcIE5vIG5ld2xpbmUgYXQgZW5kIG9mIHByb3BlcnR5CkFkZGVkOiBzdm46ZW9sLXN0eWxl CiMjIC0wLDAgKzEgIyMKK25hdGl2ZQpcIE5vIG5ld2xpbmUgYXQgZW5kIG9mIHByb3BlcnR5Cklu ZGV4OiBwa2ctbWVzc2FnZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBwa2ctbWVzc2FnZQkocmV2aXNpb24gMzM1 MTAxKQorKysgcGtnLW1lc3NhZ2UJKHdvcmtpbmcgY29weSkKQEAgLTEsMyArMSw5IEBACis9PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09CisKK2R2ZGlzYXN0ZXIgaGFzIGJlZW4gaW5zdGFsbGVkLgorCiBO b3RlIHRoYXQgZHZkaXNhc3RlciB0cmllcyB0byByZWFkIC9kZXYvcGFzcyogdG8gbGlzdCBhdmFp bGFibGUgQ0QvRFZEIGRyaXZlcywKIHNvIHRoZSBwcm9ncmFtIHdpbGwgbm90IGRldGVjdCBhbnkg YXZhaWxhYmxlIGRyaXZlcyBpZiB0aGUgdXNlciBydW5uaW5nCiBkdmRpc2FzdGVyIGRvZXMgbm90 IGhhdmUgcGVybWlzc2lvbnMgdG8gcmVhZCAvZGV2L3Bhc3MqCisKKz09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT0KSW5kZXg6IHBrZy1wbGlzdAo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBwa2ctcGxpc3QJKHJldmlzaW9u IDMzNTEwMSkKKysrIHBrZy1wbGlzdAkod29ya2luZyBjb3B5KQpAQCAtMSwyNyArMSwxMSBAQAog YmluL2R2ZGlzYXN0ZXIKLWJpbi9kdmRpc2FzdGVyLXVuaW5zdGFsbC5zaAotbG9jYWxlL2NzL0xD X01FU1NBR0VTL2R2ZGlzYXN0ZXIubW8KLWxvY2FsZS9kZS9MQ19NRVNTQUdFUy9kdmRpc2FzdGVy Lm1vCi1sb2NhbGUvaXQvTENfTUVTU0FHRVMvZHZkaXNhc3Rlci5tbwotbG9jYWxlL3J1L0xDX01F U1NBR0VTL2R2ZGlzYXN0ZXIubW8KLWxvY2FsZS9zdi9MQ19NRVNTQUdFUy9kdmRpc2FzdGVyLm1v Ci1sb2NhbGUvcHRfQlIvTENfTUVTU0FHRVMvZHZkaXNhc3Rlci5tbwotQGRpcnJtIGxvY2FsZS9w dF9CUi9MQ19NRVNTQUdFUwotQGRpcnJtIGxvY2FsZS9wdF9CUgotQGRpcnJtIGxvY2FsZS9zdi9M Q19NRVNTQUdFUwotQGRpcnJtIGxvY2FsZS9zdgotQGRpcnJtIGxvY2FsZS9ydS9MQ19NRVNTQUdF UwotQGRpcnJtIGxvY2FsZS9ydQotQGRpcnJtIGxvY2FsZS9pdC9MQ19NRVNTQUdFUwotQGRpcnJt IGxvY2FsZS9pdAotQGRpcnJtIGxvY2FsZS9kZS9MQ19NRVNTQUdFUwotQGRpcnJtIGxvY2FsZS9k ZQotQGRpcnJtIGxvY2FsZS9jcy9MQ19NRVNTQUdFUwotQGRpcnJtIGxvY2FsZS9jcwotQGRpcnJt dHJ5IGxvY2FsZQotQGRpcnJtdHJ5IG1hbi9pdC9tYW4xCi1AZGlycm10cnkgbWFuL2l0Ci1AZGly cm10cnkgbWFuL2RlL21hbjEKLUBkaXJybXRyeSBtYW4vZGUKLUBkaXJybXRyeSBtYW4vY3MvbWFu MQotQGRpcnJtdHJ5IG1hbi9jcworbWFuL2NzL21hbjEvZHZkaXNhc3Rlci4xLmd6CittYW4vZGUv bWFuMS9kdmRpc2FzdGVyLjEuZ3oKK21hbi9pdC9tYW4xL2R2ZGlzYXN0ZXIuMS5negorbWFuL21h bjEvZHZkaXNhc3Rlci4xLmd6CislJU5MUyUlc2hhcmUvbG9jYWxlL2NzL0xDX01FU1NBR0VTL2R2 ZGlzYXN0ZXIubW8KKyUlTkxTJSVzaGFyZS9sb2NhbGUvZGUvTENfTUVTU0FHRVMvZHZkaXNhc3Rl ci5tbworJSVOTFMlJXNoYXJlL2xvY2FsZS9pdC9MQ19NRVNTQUdFUy9kdmRpc2FzdGVyLm1vCisl JU5MUyUlc2hhcmUvbG9jYWxlL3J1L0xDX01FU1NBR0VTL2R2ZGlzYXN0ZXIubW8KKyUlTkxTJSVz aGFyZS9sb2NhbGUvc3YvTENfTUVTU0FHRVMvZHZkaXNhc3Rlci5tbworJSVOTFMlJXNoYXJlL2xv Y2FsZS9wdF9CUi9MQ19NRVNTQUdFUy9kdmRpc2FzdGVyLm1vCg== --047d7bdc13d8b27a0804ec5a0ee1-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 00:50: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 ESMTPS id 759936E7 for ; Sat, 30 Nov 2013 00:50:05 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 623E919C2 for ; Sat, 30 Nov 2013 00:50: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 rAU0o17t014381 for ; Sat, 30 Nov 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 rAU0o0ZW014367; Sat, 30 Nov 2013 00:50:00 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 00:50:00 GMT Message-Id: <201311300050.rAU0o0ZW014367@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184378: update port: mail/fdm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 00:50:05 -0000 The following reply was made to PR ports/184378; it has been noted by GNATS. From: Edwin Groothuis To: chifeng@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184378: update port: mail/fdm Date: Sat, 30 Nov 2013 00:40:09 UT Maintainer of mail/fdm, Please note that PR ports/184378 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/184378 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 01:00: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 ESMTPS id 1FD7FA96; Sat, 30 Nov 2013 01:00:51 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8C561A6A; Sat, 30 Nov 2013 01:00:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU10oII019002; Sat, 30 Nov 2013 01:00:50 GMT (envelope-from ak@freefall.freebsd.org) Received: (from ak@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAU10o1V019001; Sat, 30 Nov 2013 01:00:50 GMT (envelope-from ak) Date: Sat, 30 Nov 2013 01:00:50 GMT Message-Id: <201311300100.rAU10o1V019001@freefall.freebsd.org> To: ak@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ak@FreeBSD.org From: ak@FreeBSD.org Subject: Re: ports/184290: [MAINTAINER UPDATE] fix games/uqm build on FreeBSD 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 01:00:51 -0000 Synopsis: [MAINTAINER UPDATE] fix games/uqm build on FreeBSD 10.0 Responsible-Changed-From-To: freebsd-ports-bugs->ak Responsible-Changed-By: ak Responsible-Changed-When: Sat Nov 30 01:00:50 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184290 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 01: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 ESMTPS id B420DEC0 for ; Sat, 30 Nov 2013 01:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F1781ADA for ; Sat, 30 Nov 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 rAU1A0po019930 for ; Sat, 30 Nov 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 rAU1A0sJ019929; Sat, 30 Nov 2013 01:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 01:10:00 GMT Resent-Message-Id: <201311300110.rAU1A0sJ019929@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Butler Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DD75EA3 for ; Sat, 30 Nov 2013 01:09:45 +0000 (UTC) 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 805DF1AD6 for ; Sat, 30 Nov 2013 01:09: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 rAU19jsZ068370 for ; Sat, 30 Nov 2013 01:09:45 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAU19jeW068362; Sat, 30 Nov 2013 01:09:45 GMT (envelope-from nobody) Message-Id: <201311300109.rAU19jeW068362@oldred.freebsd.org> Date: Sat, 30 Nov 2013 01:09:45 GMT From: Craig Butler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184379: [patch] misc/compat9x enable sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 01:10:00 -0000 >Number: 184379 >Category: ports >Synopsis: [patch] misc/compat9x enable sparc64 >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 Nov 30 01:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Butler >Release: 9.2-RELEASE sparc64 >Organization: >Environment: FreeBSD blueeye.lerwick.hopto.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Tue Oct 8 16:09:50 BST 2013 root@blueeye.lerwick.hopto.org:/usr/obj/usr/src/sys/GENERIC sparc64 >Description: sparc64 support was dropped from misc/compat9x, when trying to build currently it errors out with "...only for i386 amd64, while you are running sparc64" 9.2-RELEASE files where taken from ftp://ftp.freebsd.org/pub/FreeBSD/releases/sparc64/9.2-RELEASE and installed into a chroot. The libs where then lifted from there using compat9x-i386-9.2.902000.201310.tar.xz as a reference. I have updated the port Makefile, distinfo, and created a pkg-plist.sparc64 to enable build on sparc64. I have done serveral test builds, installs and uninstalls. The sparc64 distfile is available from http://bsdtec.com/freebsd/distfiles/compat9x-sparc64-9.2.902000.201310.tar.xz >How-To-Repeat: try to build misc/compat9x from ports on a sparc64 machine >Fix: see attached patch Patch attached with submission follows: diff -ruN misc/compat9x.orig/Makefile misc/compat9x/Makefile --- misc/compat9x.orig/Makefile 2013-10-31 23:38:29.000000000 +0000 +++ misc/compat9x/Makefile 2013-11-30 00:25:05.584206420 +0000 @@ -15,7 +15,7 @@ USE_XZ= yes NO_BUILD= yes -ONLY_FOR_ARCHS= i386 amd64 +ONLY_FOR_ARCHS= i386 amd64 sparc64 PLIST= ${PKGDIR}/pkg-plist.${ARCH} TARGET_DIR= ${PREFIX}/lib/compat TARGET32_DIR= ${PREFIX}/lib32/compat diff -ruN misc/compat9x.orig/distinfo misc/compat9x/distinfo --- misc/compat9x.orig/distinfo 2013-10-15 12:40:32.000000000 +0100 +++ misc/compat9x/distinfo 2013-11-30 00:32:47.573224106 +0000 @@ -2,3 +2,5 @@ SIZE (compat9x-amd64-9.2.902000.201310.tar.xz) = 2925776 SHA256 (compat9x-i386-9.2.902000.201310.tar.xz) = 72dde64e860996b2a8415bdaa8d42388491d3e4afff522ee79eb332c25d6984e SIZE (compat9x-i386-9.2.902000.201310.tar.xz) = 1539320 +SHA256 (compat9x-sparc64-9.2.902000.201310.tar.xz) = 83a7688992efe327f81e505144a1026d39bd25d23bd74fa10c8a0e40ef101661 +SIZE (compat9x-sparc64-9.2.902000.201310.tar.xz) = 1354076 diff -ruN misc/compat9x.orig/pkg-plist.sparc64 misc/compat9x/pkg-plist.sparc64 --- misc/compat9x.orig/pkg-plist.sparc64 1970-01-01 01:00:00.000000000 +0100 +++ misc/compat9x/pkg-plist.sparc64 2013-11-30 00:28:13.289219121 +0000 @@ -0,0 +1,22 @@ +lib/compat/libarchive.so.5 +lib/compat/libsupc++.so.1 +lib/compat/liblwres.so.80 +lib/compat/libdialog.so.7 +lib/compat/libroken.so.10 +lib/compat/libstdc++.so.6 +lib/compat/libasn1.so.10 +lib/compat/libcrypto.so.6 +lib/compat/libmd.so.5 +lib/compat/libssl.so.6 +lib/compat/libkadm5clnt.so.10 +lib/compat/libodialog.so.7 +lib/compat/libhx509.so.10 +lib/compat/libusb.so.2 +lib/compat/libheimntlm.so.10 +lib/compat/libkvm.so.5 +lib/compat/libkafs5.so.10 +lib/compat/libkrb5.so.10 +lib/compat/libftpio.so.8 +lib/compat/libhdb.so.10 +lib/compat/libkadm5srv.so.10 +@dirrmtry lib/compat >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 01:10: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 ESMTPS id 04CDAEF2; Sat, 30 Nov 2013 01:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CEBF11ADE; Sat, 30 Nov 2013 01: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 rAU1A8lh020063; Sat, 30 Nov 2013 01: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 rAU1A8Q9020062; Sat, 30 Nov 2013 01:10:08 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 01:10:08 GMT Message-Id: <201311300110.rAU1A8Q9020062@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, garga@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184379: [patch] misc/compat9x enable sparc64 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 01:10:09 -0000 Synopsis: [patch] misc/compat9x enable sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->garga Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 01: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=184379 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 01: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 ESMTPS id 9548F90D for ; Sat, 30 Nov 2013 01:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6FE831C3C for ; Sat, 30 Nov 2013 01: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 rAU1U03o024523 for ; Sat, 30 Nov 2013 01: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 rAU1U0YR024522; Sat, 30 Nov 2013 01:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 01:30:00 GMT Resent-Message-Id: <201311300130.rAU1U0YR024522@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9ABB17F0 for ; Sat, 30 Nov 2013 01:26:49 +0000 (UTC) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 864061C11 for ; Sat, 30 Nov 2013 01:26:49 +0000 (UTC) Received: from fun.ee.lbl.gov (localhost [127.0.0.1]) by fun.ee.lbl.gov (8.14.7/8.14.7) with ESMTP id rAU1RTCb004156 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Nov 2013 17:27:29 -0800 (PST) Received: (from leres@localhost) by fun.ee.lbl.gov (8.14.7/8.14.7/Submit) id rAU1RTG2004155; Fri, 29 Nov 2013 17:27:29 -0800 (PST) Message-Id: <201311300127.rAU1RTG2004155@fun.ee.lbl.gov> Date: Fri, 29 Nov 2013 17:27:29 -0800 (PST) From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184381: [PATCH] security/bro: Fix pkg-fallout issue Cc: leres@ee.lbl.gov X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Craig Leres List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 01:30:00 -0000 >Number: 184381 >Category: ports >Synopsis: [PATCH] security/bro: Fix pkg-fallout issue >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 Nov 30 01:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #11 r26: Wed Sep 11 10:30:14 PDT 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64 >Description: Apparently pkgng processes pkg-plist differently than the older pkg_* tools. It looks like directories that are cleaned up with @dirrmtry statements must exist in the stage tree prior to "make package" but in this case it's the @exec at the end of this ports pkg-plist which runs "broctl install" that actually creates directories the at package install time. But that never happens when just building the package. >How-To-Repeat: PR report: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/184194 pkg-fallout reports: [REL - 91amd64-default][security/bro] Failed for bro-2.2 in package [REL - 91i386-default][security/bro] Failed for bro-2.2 in package >Fix: Since the @dirrmtry lines in the pkg-plist are needed, the attached patch creates them in the stage directory tree. I'm not using pkgng yet so I have no way to test this. I am able to test that this change does not break the port for 9.1-RELEASE or 8.2-RELEASE. --- patch.txt begins here --- --- Makefile.orig 2013-11-23 04:25:30.000000000 -0800 +++ Makefile 2013-11-29 17:25:09.000000000 -0800 @@ -113,6 +113,8 @@ .if defined(BRO_PREFIX) @${MKDIR} ${PREFIX} .endif + @${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/auto + @${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/site .for F in broctl.cfg @${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/aux/broctl/etc/${F} ${STAGEDIR}${PREFIX}/etc/${F}.example .endfor --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 01: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 ESMTPS id B6BF0F12 for ; Sat, 30 Nov 2013 01:50:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97EC91D58 for ; Sat, 30 Nov 2013 01: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 rAU1o1Tk028681 for ; Sat, 30 Nov 2013 01: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 rAU1o15C028679; Sat, 30 Nov 2013 01:50:01 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 01:50:01 GMT Message-Id: <201311300150.rAU1o15C028679@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Craig Leres Subject: Re: ports/184381: [PATCH] security/bro: Fix pkg-fallout issue. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Craig Leres List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 01:50:01 -0000 The following reply was made to PR ports/184381; it has been noted by GNATS. From: Craig Leres To: bug-followup@FreeBSD.org Cc: Craig Leres Subject: Re: ports/184381: [PATCH] security/bro: Fix pkg-fallout issue. Date: Fri, 29 Nov 2013 17:40:39 -0800 This is a multi-part message in MIME format. --------------040403040103040900000900 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit The patch I attached to this PR does not address pkg-fallout for FreeBSD 8.3-RELEASE: [REL - 83amd64-default][security/bro] Failed for bro-2.2 in configure [REL - 83i386-default][security/bro] Failed for bro-2.2 in configure The basic problem is that Bro's binpac requires libmagic 5.04 or newer but FreeBSD 8 shipped with 5.03. The Makefile already has: .include .if ${PORT_OPTIONS:MBROCCOLI} LIB_DEPENDS+= broccoli:${PORTSDIR}/security/broccoli .endif Which should be sufficient based on my read of the porters handbook: http://www.freebsd.org/doc/en/books/porters-handbook/makefile-depend.html 5.8.1. LIB_DEPENDS This variable specifies the shared libraries this port depends on. It is a list of lib:dir tuples where lib is the name of the shared library, dir is the directory in which to find it in case it is not available. For example, LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg will check for a shared jpeg library with any version, and descend into the graphics/jpeg subdirectory of your ports tree to build and install it if it is not found. *The dependency is checked twice, once from within the build target and then from within the install target.* Also, the name of the dependency is put into the package so that pkg_add(1) will automatically install it if it is not on the user's system. However it doesn't appear to actually work that way so the revised patch (attached) adds a BUILD_DEPENDS for sysutils/file. This was tested on 8.2-RELEASE. Craig --------------040403040103040900000900 Content-Type: text/plain; charset=us-ascii; name="patch.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch.txt" --- Makefile.orig 2013-11-23 04:25:30.000000000 -0800 +++ Makefile 2013-11-29 17:33:17.000000000 -0800 @@ -56,6 +56,7 @@ # Bro 2.2 requires libmagic >= 5.04 .if ${OSVERSION} < 901000 +BUILD_DEPENDS+= magic:${PORTSDIR}/sysutils/file LIB_DEPENDS+= magic:${PORTSDIR}/sysutils/file .endif @@ -113,6 +114,8 @@ .if defined(BRO_PREFIX) @${MKDIR} ${PREFIX} .endif + @${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/auto + @${MKDIR} ${STAGEDIR}${PREFIX}/spool/installed-scripts-do-not-touch/site .for F in broctl.cfg @${INSTALL_SCRIPT} ${INSTALL_WRKSRC}/aux/broctl/etc/${F} ${STAGEDIR}${PREFIX}/etc/${F}.example .endfor --------------040403040103040900000900-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 02: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 ESMTPS id 6EFCE3F7 for ; Sat, 30 Nov 2013 02:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4983D1DF2 for ; Sat, 30 Nov 2013 02: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 rAU202wP030490 for ; Sat, 30 Nov 2013 02: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 rAU202gp030489; Sat, 30 Nov 2013 02:00:02 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 02:00:02 GMT Resent-Message-Id: <201311300200.rAU202gp030489@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Craig Leres Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CC2C715F for ; Sat, 30 Nov 2013 01:56:15 +0000 (UTC) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B79A71DC5 for ; Sat, 30 Nov 2013 01:56:15 +0000 (UTC) Received: from fun.ee.lbl.gov (localhost [127.0.0.1]) by fun.ee.lbl.gov (8.14.7/8.14.7) with ESMTP id rAU1uve7016415 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Nov 2013 17:56:57 -0800 (PST) Received: (from leres@localhost) by fun.ee.lbl.gov (8.14.7/8.14.7/Submit) id rAU1uvYi016414; Fri, 29 Nov 2013 17:56:57 -0800 (PST) Message-Id: <201311300156.rAU1uvYi016414@fun.ee.lbl.gov> Date: Fri, 29 Nov 2013 17:56:57 -0800 (PST) From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184382: audio/sox: Broken symlink for soxeffect.7.gz Cc: leres@ee.lbl.gov X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Craig Leres List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 02:00:02 -0000 >Number: 184382 >Category: ports >Synopsis: audio/sox: Broken symlink for soxeffect.7.gz >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 Nov 30 02:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Lawrence Berkeley National Laboratory >Environment: System: FreeBSD fun.ee.lbl.gov 9.1-RELEASE FreeBSD 9.1-RELEASE #11 r26: Wed Sep 11 10:30:14 PDT 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64 >Description: After building and installing audio/sox, the symlink for the soxeffect man page is broken. >How-To-Repeat: fun 2375 % pkg_info -g sox-14.4.1 Information for sox-14.4.1: Mismatched Checksums: pkg_info: /usr/local/man/man7/soxeffect.7.gz doesn't exist pkg_info: /usr/local/+COMMENT doesn't exist pkg_info: /usr/local/+DESC doesn't exist pkg_info: /usr/local/+MTREE_DIRS doesn't exist fun 2376 % ls -l /usr/local/man/man7/soxeffect.7.gz lrwxr-xr-x 1 root wheel 8 Nov 21 15:21 /usr/local/man/man7/soxeffect.7.gz -> sox.1.gz The Makefile for sox appears to do the right thing: install-data-hook: cd $(DESTDIR)$(mandir)/man1 && $(RM) play.1 && $(LN_S) sox.1 play.1 cd $(DESTDIR)$(mandir)/man1 && $(RM) rec.1 && $(LN_S) sox.1 rec.1 cd $(DESTDIR)$(mandir)/man7 && $(RM) soxeffect.7 && $(LN_S) ../man1/sox.1 soxeffect.7 and: cd /home/fun/u2/src/FreeBSD-current/ports/audio/sox/work/stage/usr/local/man/man7 && rm -f soxeffect.7 && ln -s ../man1/sox.1 soxeffect.7 but after "make stage" completes, it's broken: fun 510 % ls -l work/stage/usr/local/man/man7 total 12 lrwxr-xr-x 1 root wheel 8 Nov 29 17:51 soxeffect.7.gz -> sox.1.gz -r--r--r-- 1 root wheel 10484 Nov 29 17:51 soxformat.7.gz I suspect the /usr/ports/Mk magic that compresses man pages is assuming that they always reference other man pages in the same directory. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 02: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 ESMTPS id 747EB43A; Sat, 30 Nov 2013 02:00:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B2101DF8; Sat, 30 Nov 2013 02: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 rAU20A0w030567; Sat, 30 Nov 2013 02:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAU20AjO030566; Sat, 30 Nov 2013 02:00:10 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 02:00:10 GMT Message-Id: <201311300200.rAU20AjO030566@freefall.freebsd.org> To: leres@ee.lbl.gov, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184382: audio/sox: Broken symlink for soxeffect.7.gz X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 02:00:10 -0000 Synopsis: audio/sox: Broken symlink for soxeffect.7.gz State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Nov 30 02:00:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184382 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 02: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 ESMTPS id DAAA2772 for ; Sat, 30 Nov 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C77BC1EA0 for ; Sat, 30 Nov 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 rAU2A1kE032650 for ; Sat, 30 Nov 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 rAU2A14V032649; Sat, 30 Nov 2013 02:10:01 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 02:10:01 GMT Message-Id: <201311300210.rAU2A14V032649@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184382: audio/sox: Broken symlink for soxeffect.7.gz X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 02:10:01 -0000 The following reply was made to PR ports/184382; it has been noted by GNATS. From: Edwin Groothuis To: dnelson@allantgroup.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184382: audio/sox: Broken symlink for soxeffect.7.gz Date: Sat, 30 Nov 2013 02:00:09 UT Maintainer of audio/sox, Please note that PR ports/184382 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/184382 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 08: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 ESMTPS id 1C9E034D for ; Sat, 30 Nov 2013 08:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF1E8122A for ; Sat, 30 Nov 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 rAU8A0j4021448 for ; Sat, 30 Nov 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 rAU8A0Eb021439; Sat, 30 Nov 2013 08:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 08:10:00 GMT Resent-Message-Id: <201311300810.rAU8A0Eb021439@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Carl Makin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79F912C7 for ; Sat, 30 Nov 2013 08:05:59 +0000 (UTC) Received: from brain.stagecraft.cx (brain.stagecraft.cx [59.167.142.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B2CAC1216 for ; Sat, 30 Nov 2013 08:05:58 +0000 (UTC) Received: from ferb.stagecraft.cx (ferb.stagecraft.cx [172.30.0.20]) by brain.stagecraft.cx (8.14.7/8.14.7) with ESMTP id rAU81WdQ015282 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sat, 30 Nov 2013 19:01:32 +1100 (EST) (envelope-from carl@stagecraft.cx) Received: (from carl@localhost) by ferb.stagecraft.cx (8.14.5/8.14.5/Submit) id rAU81WYn061972; Sat, 30 Nov 2013 19:01:32 +1100 (EST) (envelope-from carl) Message-Id: <201311300801.rAU81WYn061972@ferb.stagecraft.cx> Date: Sat, 30 Nov 2013 19:01:32 +1100 (EST) From: Carl Makin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184384: [Maintainer-Update] Remove port comms/gmfsk as it is no longer being maintained. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Carl Makin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 08:10:01 -0000 >Number: 184384 >Category: ports >Synopsis: [Maintainer-Update] Remove port comms/gmfsk as it is no longer being maintained. >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 Nov 30 08:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Carl Makin >Release: FreeBSD 9.1-RELEASE-p7 amd64 >Organization: >Environment: System: FreeBSD ferb 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: gmfsk hasn't been updated in 10 years. There are other, better programs in ports that do everything gmfsk does, and are still supported. >How-To-Repeat: >Fix: Please remove comms/gmfsk from the ports tree. Thanks, Carl. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 08: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 ESMTPS id EADF4388; Sat, 30 Nov 2013 08:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0E43122C; Sat, 30 Nov 2013 08: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 rAU8A812021531; Sat, 30 Nov 2013 08: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 rAU8A8q2021530; Sat, 30 Nov 2013 08:10:08 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 08:10:08 GMT Message-Id: <201311300810.rAU8A8q2021530@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, xride@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184384: [Maintainer-Update] Remove port comms/gmfsk as it is no longer being maintained. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 08:10:09 -0000 Synopsis: [Maintainer-Update] Remove port comms/gmfsk as it is no longer being maintained. Responsible-Changed-From-To: freebsd-ports-bugs->xride Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 08:10:08 UTC 2013 Responsible-Changed-Why: xride@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184384 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 08: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 ESMTPS id EEDBE98A for ; Sat, 30 Nov 2013 08:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AE370138F for ; Sat, 30 Nov 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 rAU8o0cG031527 for ; Sat, 30 Nov 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 rAU8o0A1031523; Sat, 30 Nov 2013 08:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 08:50:00 GMT Resent-Message-Id: <201311300850.rAU8o0A1031523@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, slaven@rezic.de Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B1C3950 for ; Sat, 30 Nov 2013 08:45:01 +0000 (UTC) Received: from lvps176-28-19-132.dedicated.hosteurope.de (bbbike.de [176.28.19.132]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCB2A1374 for ; Sat, 30 Nov 2013 08:44:59 +0000 (UTC) Received: from localhost ([::1] helo=localhost.localdomain) by lvps176-28-19-132.dedicated.hosteurope.de with esmtp (Exim 4.72) (envelope-from ) id 1Vmfv9-0006E5-9J for FreeBSD-gnats-submit@freebsd.org; Sat, 30 Nov 2013 09:28:59 +0100 Received: from cvrsnica.herceg.de (localhost [127.0.0.1]) by cvrsnica.herceg.de (8.14.7/8.14.7) with ESMTP id rAU8SHqR057462 for ; Sat, 30 Nov 2013 09:28:17 +0100 (CET) (envelope-from eserte@cvrsnica.herceg.de) Received: (from eserte@localhost) by cvrsnica.herceg.de (8.14.7/8.14.7/Submit) id rAU8SHPf057461; Sat, 30 Nov 2013 09:28:17 +0100 (CET) (envelope-from eserte) Message-Id: <201311300828.rAU8SHPf057461@cvrsnica.herceg.de> Date: Sat, 30 Nov 2013 09:28:17 +0100 (CET) From: Slaven Rezic To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184385: graphics/proj4: bad permissions in package X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: slaven@rezic.de List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 08:50:01 -0000 >Number: 184385 >Category: ports >Synopsis: graphics/proj4: bad permissions in package >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: Sat Nov 30 08:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Slaven Rezic >Release: FreeBSD 9.2-RELEASE amd64 >Organization: www.rezic.de >Environment: System: FreeBSD cvrsnica.herceg.de 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: The proj-4.8.0_1.tbz package has bad permissions for the file include/projects.h: $ tar tfv proj-4.8.0_1.tbz ... -rw-r----- 0 root wheel 15057 22 Jul 09:37 include/projects.h ... After installing the package using pkg_add it looks the same: $ ls -al /usr/local/include/projects.h -rw-r----- 1 root wheel 15057 22 Jul 09:37 /usr/local/include/projects.h >How-To-Repeat: >Fix: post-install probably should not use ${CP} but a ${INSTALL...} macro. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 09: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 ESMTPS id C9326F9B for ; Sat, 30 Nov 2013 09:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A98CA157F for ; Sat, 30 Nov 2013 09: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 rAU9U0JT039791 for ; Sat, 30 Nov 2013 09: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 rAU9U0gv039790; Sat, 30 Nov 2013 09:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 09:30:00 GMT Resent-Message-Id: <201311300930.rAU9U0gv039790@freefall.freebsd.org> 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 ESMTPS id B8788F88; Sat, 30 Nov 2013 09:27:56 +0000 (UTC) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 87E041574; Sat, 30 Nov 2013 09:27:56 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 3D21432B5; Sat, 30 Nov 2013 17:28:30 +0800 (CST) Message-Id: <20131130092830.3D21432B5@sunpoet.net> Date: Sat, 30 Nov 2013 17:28:30 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184386: [PATCH] devel/p5-Path-Tiny: update to 0.047 Cc: tobez@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 09:30:00 -0000 >Number: 184386 >Category: ports >Synopsis: [PATCH] devel/p5-Path-Tiny: update to 0.047 >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 Nov 30 09:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 10.0-BETA3 amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257593: Mon Nov 4 17:36:04 >Description: - Update to 0.047 - Cleanup TEST_DEPENDS Changes: http://search.cpan.org/dist/Path-Tiny/Changes Port maintainer (tobez@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- p5-Path-Tiny-0.047.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 335269) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= Path-Tiny -PORTVERSION= 0.032 -PORTREVISION= 1 +PORTVERSION= 0.047 CATEGORIES= devel perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:DAGOLDEN @@ -14,13 +13,7 @@ LICENSE= AL2 -BUILD_DEPENDS= p5-autodie>=2.14:${PORTSDIR}/devel/p5-autodie -RUN_DEPENDS:= ${BUILD_DEPENDS} -TEST_DEPENDS= p5-Test-Fatal>=0:${PORTSDIR}/devel/p5-Test-Fatal \ - p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings \ - p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep \ - p5-Devel-Hide>=0:${PORTSDIR}/devel/p5-Devel-Hide \ - p5-File-pushd>=0:${PORTSDIR}/devel/p5-File-pushd +TEST_DEPENDS= p5-Test-FailWarnings>=0:${PORTSDIR}/devel/p5-Test-FailWarnings USES= perl5 USE_PERL5= configure Index: distinfo =================================================================== --- distinfo (revision 335269) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Path-Tiny-0.032.tar.gz) = 524f771c0e244ab0d44f475cf5441a4d95294707f3efb9ece67080d9153602e9 -SIZE (Path-Tiny-0.032.tar.gz) = 42712 +SHA256 (Path-Tiny-0.047.tar.gz) = 5c87170b8d3a84b711fff401d6514ed3858dac3a262632472ca0e0924b7c36eb +SIZE (Path-Tiny-0.047.tar.gz) = 49076 --- p5-Path-Tiny-0.047.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 09: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 ESMTPS id BD798FCA; Sat, 30 Nov 2013 09:30:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 945F01583; Sat, 30 Nov 2013 09: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 rAU9U8l5039925; Sat, 30 Nov 2013 09: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 rAU9U8S1039924; Sat, 30 Nov 2013 09:30:08 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 09:30:08 GMT Message-Id: <201311300930.rAU9U8S1039924@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tobez@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184386: [PATCH] devel/p5-Path-Tiny: update to 0.047 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 09:30:08 -0000 Synopsis: [PATCH] devel/p5-Path-Tiny: update to 0.047 Responsible-Changed-From-To: freebsd-ports-bugs->tobez Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 09: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=184386 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 09: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 ESMTPS id 417284DC for ; Sat, 30 Nov 2013 09:40:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 08A191604 for ; Sat, 30 Nov 2013 09: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 rAU9e1ew041967 for ; Sat, 30 Nov 2013 09: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 rAU9e1uA041966; Sat, 30 Nov 2013 09:40:01 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 09:40:01 GMT Resent-Message-Id: <201311300940.rAU9e1uA041966@freefall.freebsd.org> 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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BB1D1A9; Sat, 30 Nov 2013 09:34:34 +0000 (UTC) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B6A715C8; Sat, 30 Nov 2013 09:34:34 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 67AE432CA; Sat, 30 Nov 2013 17:35:14 +0800 (CST) Message-Id: <20131130093514.67AE432CA@sunpoet.net> Date: Sat, 30 Nov 2013 17:35:14 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184387: [PATCH] devel/p5-Class-Tiny: update to 0.014 Cc: kuriyama@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 09:40:02 -0000 >Number: 184387 >Category: ports >Synopsis: [PATCH] devel/p5-Class-Tiny: update to 0.014 >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 Nov 30 09:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 10.0-BETA3 amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257593: Mon Nov 4 17:36:04 >Description: - Update to 0.014 - Add LICENSE Changes: http://search.cpan.org/dist/Class-Tiny/Changes Port maintainer (kuriyama@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- p5-Class-Tiny-0.014.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 335270) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= Class-Tiny -PORTVERSION= 0.012 +PORTVERSION= 0.014 CATEGORIES= devel perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -9,6 +9,8 @@ MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for minimalist class construction +LICENSE= AL2 + USES= perl5 USE_PERL5= configure Index: distinfo =================================================================== --- distinfo (revision 335270) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Class-Tiny-0.012.tar.gz) = 30ee2d947131c01835fcf1e0d62bebccdb1070e39f2de43a0065dd8ab0da867c -SIZE (Class-Tiny-0.012.tar.gz) = 24141 +SHA256 (Class-Tiny-0.014.tar.gz) = 0e36453683acd4518bdc55d034cfdc09d0ad170e37727514a245260fca4822b9 +SIZE (Class-Tiny-0.014.tar.gz) = 24993 --- p5-Class-Tiny-0.014.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 09:40: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 ESMTPS id 189354E2 for ; Sat, 30 Nov 2013 09:40:03 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EBF721606 for ; Sat, 30 Nov 2013 09: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 rAU9e2r4041978 for ; Sat, 30 Nov 2013 09: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 rAU9e2mB041977; Sat, 30 Nov 2013 09:40:02 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 09:40:02 GMT Resent-Message-Id: <201311300940.rAU9e2mB041977@freefall.freebsd.org> 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 ESMTPS id DF8091A6 for ; Sat, 30 Nov 2013 09:34:05 +0000 (UTC) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B26BC15C5 for ; Sat, 30 Nov 2013 09:34:05 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id 8CD2432C6; Sat, 30 Nov 2013 17:34:45 +0800 (CST) Message-Id: <20131130093445.8CD2432C6@sunpoet.net> Date: Sat, 30 Nov 2013 17:34:45 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184388: [PATCH] textproc/p5-YAML-Tiny: update to 1.56 Cc: ychsiao@ychsiao.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 09:40:03 -0000 >Number: 184388 >Category: ports >Synopsis: [PATCH] textproc/p5-YAML-Tiny: update to 1.56 >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 Nov 30 09:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 10.0-BETA3 amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257593: Mon Nov 4 17:36:04 >Description: - Update to 1.56 - Support STAGEDIR Changes: http://search.cpan.org/dist/YAML-Tiny/Changes Port maintainer (ychsiao@ychsiao.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- p5-YAML-Tiny-1.56.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 335270) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= YAML-Tiny -PORTVERSION= 1.55 +PORTVERSION= 1.56 CATEGORIES= textproc perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -16,9 +16,6 @@ TEST_DEPENDS= p5-YAML>=0:${PORTSDIR}/textproc/p5-YAML USES= perl5 -USE_PERL5= configure +USE_PERL5= modbuildtiny -MAN3= YAML::Tiny.3 - -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 335270) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (YAML-Tiny-1.55.tar.gz) = a0f7872f8a8ad0baa38addd3b7d99a618ac70dfc7b717c9c0db8563204312377 -SIZE (YAML-Tiny-1.55.tar.gz) = 43881 +SHA256 (YAML-Tiny-1.56.tar.gz) = 145208ff411e2e2961de640860624492b82946ea2b0c3bd4069c0326e4de451e +SIZE (YAML-Tiny-1.56.tar.gz) = 45380 Index: pkg-plist =================================================================== --- pkg-plist (revision 335270) +++ pkg-plist (working copy) @@ -1,5 +1,6 @@ %%SITE_PERL%%/YAML/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny/.packlist +%%PERL5_MAN3%%/YAML::Tiny.3.gz @dirrmtry %%SITE_PERL%%/YAML @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML/Tiny @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/YAML --- p5-YAML-Tiny-1.56.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 09:40:17 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 ESMTPS id 459ED545; Sat, 30 Nov 2013 09:40:17 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1C2F11608; Sat, 30 Nov 2013 09: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 rAU9eGma042140; Sat, 30 Nov 2013 09:40:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAU9eGq1042139; Sat, 30 Nov 2013 09:40:16 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 09:40:16 GMT Message-Id: <201311300940.rAU9eGq1042139@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184388: [PATCH] textproc/p5-YAML-Tiny: update to 1.56 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 09:40:17 -0000 Synopsis: [PATCH] textproc/p5-YAML-Tiny: update to 1.56 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 09:40:16 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=184388 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 09: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 ESMTPS id 005B0516; Sat, 30 Nov 2013 09:40:10 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA03A1607; Sat, 30 Nov 2013 09: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 rAU9eAEJ042059; Sat, 30 Nov 2013 09: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 rAU9eAhE042058; Sat, 30 Nov 2013 09:40:10 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 09:40:10 GMT Message-Id: <201311300940.rAU9eAhE042058@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kuriyama@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184387: [PATCH] devel/p5-Class-Tiny: update to 0.014 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 09:40:11 -0000 Synopsis: [PATCH] devel/p5-Class-Tiny: update to 0.014 Responsible-Changed-From-To: freebsd-ports-bugs->kuriyama Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 09: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=184387 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 09:47:27 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 ESMTPS id E9371789; Sat, 30 Nov 2013 09:47:27 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BE2601662; Sat, 30 Nov 2013 09:47:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAU9lR6q044056; Sat, 30 Nov 2013 09:47:27 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAU9lRAw044055; Sat, 30 Nov 2013 09:47:27 GMT (envelope-from antoine) Date: Sat, 30 Nov 2013 09:47:27 GMT Message-Id: <201311300947.rAU9lRAw044055@freefall.freebsd.org> To: antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/184381: [PATCH] security/bro: Fix pkg-fallout issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 09:47:28 -0000 Synopsis: [PATCH] security/bro: Fix pkg-fallout issue Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Sat Nov 30 09:47:09 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=184381 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 09:47:54 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 ESMTPS id B6F807C8; Sat, 30 Nov 2013 09:47:54 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8AA381667; Sat, 30 Nov 2013 09:47: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 rAU9ls9J044104; Sat, 30 Nov 2013 09:47:54 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAU9lsqj044103; Sat, 30 Nov 2013 09:47:54 GMT (envelope-from antoine) Date: Sat, 30 Nov 2013 09:47:54 GMT Message-Id: <201311300947.rAU9lsqj044103@freefall.freebsd.org> To: leres@ee.lbl.gov, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/184194: security/bro fails to build (in the 'package' phase) under poudriere X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 09:47:54 -0000 Synopsis: security/bro fails to build (in the 'package' phase) under poudriere Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Sat Nov 30 09:47:38 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=184194 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 10: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 ESMTPS id AD8FAE5C for ; Sat, 30 Nov 2013 10:10:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 725241733 for ; Sat, 30 Nov 2013 10: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 rAUAA0Sm048042 for ; Sat, 30 Nov 2013 10: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 rAUAA0Qf048041; Sat, 30 Nov 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 10:10:00 GMT Resent-Message-Id: <201311301010.rAUAA0Qf048041@freefall.freebsd.org> 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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1CBEEC6C; Sat, 30 Nov 2013 10:04:30 +0000 (UTC) Received: from sunpoet.net (sunpoet.net [220.135.71.135]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E1C731713; Sat, 30 Nov 2013 10:04:29 +0000 (UTC) Received: by sunpoet.net (Postfix, from userid 1000) id DB745339D; Sat, 30 Nov 2013 18:05:09 +0800 (CST) Message-Id: <20131130100509.DB745339D@sunpoet.net> Date: Sat, 30 Nov 2013 18:05:09 +0800 (CST) From: Sunpoet Po-Chuan Hsieh To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184390: [PATCH] textproc/cdiff: fix package with python3 Cc: mat@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 10:10:00 -0000 >Number: 184390 >Category: ports >Synopsis: [PATCH] textproc/cdiff: fix package with python3 >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 Nov 30 10:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sunpoet Po-Chuan Hsieh >Release: FreeBSD 10.0-BETA3 amd64 >Organization: The FreeBSD Project >Environment: System: FreeBSD bonjour.sunpoet.net 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257593: Mon Nov 4 17:36:04 >Description: - Use PYDISTUTILS_AUTOPLIST - Set value of USE_GITHUB and USE_PYTHON explicitly Port maintainer (mat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- cdiff-0.9.3_1,1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 335275) +++ Makefile (working copy) @@ -10,12 +10,13 @@ MAINTAINER= mat@FreeBSD.org COMMENT= Diff readability enhancer for color terminals -USE_GITHUB= +USE_GITHUB= yes GH_ACCOUNT= ymattw GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= f85a5e2 -USE_PYTHON= -USE_PYDISTUTILS= yes +USE_PYTHON= yes +USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes .include Index: pkg-plist =================================================================== --- pkg-plist (revision 335275) +++ pkg-plist (working copy) @@ -1,4 +0,0 @@ -bin/cdiff -%%PYTHON_SITELIBDIR%%/cdiff.py -%%PYTHON_SITELIBDIR%%/cdiff.pyc -%%PYTHON_SITELIBDIR%%/cdiff.pyo --- cdiff-0.9.3_1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 10: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 ESMTPS id E22C1E8B; Sat, 30 Nov 2013 10:10:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B8E441735; Sat, 30 Nov 2013 10: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 rAUAA8Zw048175; Sat, 30 Nov 2013 10: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 rAUAA8nJ048174; Sat, 30 Nov 2013 10:10:08 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 10:10:08 GMT Message-Id: <201311301010.rAUAA8nJ048174@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mat@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184390: [PATCH] textproc/cdiff: fix package with python3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 10:10:09 -0000 Synopsis: [PATCH] textproc/cdiff: fix package with python3 Responsible-Changed-From-To: freebsd-ports-bugs->mat Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 10: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=184390 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11:00: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 ESMTPS id CFB48E9B for ; Sat, 30 Nov 2013 11:00:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A9D9D1AE7 for ; Sat, 30 Nov 2013 11:00: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 rAUB014G058227 for ; Sat, 30 Nov 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 rAUB010Y058225; Sat, 30 Nov 2013 11:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 11:00:01 GMT Resent-Message-Id: <201311301100.rAUB010Y058225@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavlo Greenberg Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EBD5F70D for ; Sat, 30 Nov 2013 10:53:25 +0000 (UTC) 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 CC3F518D2 for ; Sat, 30 Nov 2013 10:53: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 rAUArO29099769 for ; Sat, 30 Nov 2013 10:53:24 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAUArOA1099762; Sat, 30 Nov 2013 10:53:24 GMT (envelope-from nobody) Message-Id: <201311301053.rAUArOA1099762@oldred.freebsd.org> Date: Sat, 30 Nov 2013 10:53:24 GMT From: Pavlo Greenberg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184393: databases/mdbtools does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 11:00:08 -0000 >Number: 184393 >Category: ports >Synopsis: databases/mdbtools does not build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 30 11:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pavlo Greenberg >Release: FreeBSD 10.0-BETA3 amd64 >Organization: >Environment: FreeBSD dog 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258354: Tue Nov 19 22:18:10 EET 2013 root@dog:/usr/obj/usr/src/sys/DOG amd64 >Description: 'make install clean' command in /usr/ports/databases/mdbtools directory fails with the following error: configure: creating ./config.status config.status: creating src/Makefile config.status: creating libmdb.pc config.status: creating libmdbsql.pc config.status: creating src/util/Makefile config.status: creating src/extras/Makefile config.status: creating Makefile config.status: creating include/Makefile config.status: creating src/libmdb/Makefile config.status: creating src/sql/Makefile config.status: creating src/odbc/Makefile config.status: creating doc/Makefile config.status: creating src/gmdb2/Makefile config.status: creating src/gmdb2/gladefiles/Makefile config.status: creating src/gmdb2/pixmaps/Makefile config.status: creating src/gmdb2/help/Makefile config.status: creating src/gmdb2/help/C/Makefile config.status: creating mdbtools.spec config.status: creating include/mdbver.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --with-gconf-source ===> Building for mdbtools-0.7.1 Making all in src Making all in libmdb CC catalog.lo catalog.c:60:6: warning: implicit declaration of function 'mdb_free_props' is invalid in C99 [-Wimplicit-function-declaration] mdb_free_props(g_array_index(entry->props, MdbProperties*, j)); ^ catalog.c:60:49: error: use of undeclared identifier 'MdbProperties' mdb_free_props(g_array_index(entry->props, MdbProperties*, j)); ^ /usr/local/include/glib-2.0/glib/garray.h:69:38: note: expanded from macro 'g_array_index' #define g_array_index(a,t,i) (((t*) (void *) (a)->data) [(i)]) ^ catalog.c:60:21: error: expected expression mdb_free_props(g_array_index(entry->props, MdbProperties*, j)); ^ /usr/local/include/glib-2.0/glib/garray.h:69:40: note: expanded from macro 'g_array_index' #define g_array_index(a,t,i) (((t*) (void *) (a)->data) [(i)]) ^ catalog.c:60:21: error: expected expression /usr/local/include/glib-2.0/glib/garray.h:69:43: note: expanded from macro 'g_array_index' #define g_array_index(a,t,i) (((t*) (void *) (a)->data) [(i)]) ^ catalog.c:103:2: warning: implicit declaration of function 'mdb_bind_column_by_name' is invalid in C99 [-Wimplicit-function-declaration] mdb_bind_column_by_name(table, "Id", obj_id, NULL); ^ catalog.c:122:11: error: no member named 'flags' in 'MdbCatalogEntry' entry->flags = atol(obj_flags); ~~~~~ ^ catalog.c:127:17: warning: implicit declaration of function 'mdb_ole_read_full' is invalid in C99 [-Wimplicit-function-declaration] void *kkd = mdb_ole_read_full(mdb, col_props, &kkd_len); ^ catalog.c:127:11: warning: incompatible integer to pointer conversion initializing 'void *' with an expression of type 'int' [-Wint-conversion] void *kkd = mdb_ole_read_full(mdb, col_props, &kkd_len); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ catalog.c:129:20: warning: implicit declaration of function 'mdb_kkd_to_props' is invalid in C99 [-Wimplicit-function-declaration] entry->props = mdb_kkd_to_props(mdb, kkd, kkd_len); ^ catalog.c:129:18: warning: incompatible integer to pointer conversion assigning to 'GArray *' (aka 'struct _GArray *') from 'int' [-Wint-conversion] entry->props = mdb_kkd_to_props(mdb, kkd, kkd_len); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ catalog.c:136:2: warning: implicit declaration of function 'mdb_free_tabledef' is invalid in C99 [-Wimplicit-function-declaration] mdb_free_tabledef(table); ^ 7 warnings and 4 errors generated. *** Error code 1 Stop. make[4]: stopped in /usr/ports/databases/mdbtools/work/mdbtools-0.7.1/src/libmdb *** Error code 1 Stop. make[3]: stopped in /usr/ports/databases/mdbtools/work/mdbtools-0.7.1/src *** Error code 1 Stop. make[2]: stopped in /usr/ports/databases/mdbtools/work/mdbtools-0.7.1 *** Error code 1 Stop. make[1]: stopped in /usr/ports/databases/mdbtools *** Error code 1 Stop. make: stopped in /usr/ports/databases/mdbtools >How-To-Repeat: Type 'make install clean' in /usr/ports/databases/mdbtools directory. >Fix: Ihave no idea. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11:00:29 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 ESMTPS id 7084AEE2; Sat, 30 Nov 2013 11:00:29 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 465ED1B15; Sat, 30 Nov 2013 11:00: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 rAUB0NZk058307; Sat, 30 Nov 2013 11:00:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUB0NPu058306; Sat, 30 Nov 2013 11:00:23 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 11:00:23 GMT Message-Id: <201311301100.rAUB0NPu058306@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184391: [patch] ports-mgmt/tinderbox update to 4.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 11:00:29 -0000 Synopsis: [patch] ports-mgmt/tinderbox update to 4.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 11:00:22 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184391 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11:00: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 ESMTPS id 698C7E99 for ; Sat, 30 Nov 2013 11:00:07 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2AA1E1AE5 for ; Sat, 30 Nov 2013 11:00: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 rAUB00EN058214 for ; Sat, 30 Nov 2013 11: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 rAUB007l058213; Sat, 30 Nov 2013 11:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 11:00:00 GMT Resent-Message-Id: <201311301100.rAUB007l058213@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alan Snelson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ECC71729 for ; Sat, 30 Nov 2013 10:56:07 +0000 (UTC) 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 CFB7C18DF for ; Sat, 30 Nov 2013 10:56: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 rAUAu70x034526 for ; Sat, 30 Nov 2013 10:56:07 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAUAu7Ba034523; Sat, 30 Nov 2013 10:56:07 GMT (envelope-from nobody) Message-Id: <201311301056.rAUAu7Ba034523@oldred.freebsd.org> Date: Sat, 30 Nov 2013 10:56:07 GMT From: Alan Snelson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184392: [maintainer update] devel/p5-MooseX-Attribute-ENV X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 11:00:07 -0000 >Number: 184392 >Category: ports >Synopsis: [maintainer update] devel/p5-MooseX-Attribute-ENV >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 Nov 30 11:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alan Snelson >Release: 9.0-RELEASE >Organization: Wave2 Limited >Environment: FreeBSD bserver2.wave2.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sun Jan 15 09:21:56 GMT 2012 alan@bserver2.wave2.org:/usr/obj/usr/src/sys/BSERVER2 amd64 >Description: Version bump for Moose dependency while investigating build failure of p5-DBIx-VersionedDDL - http://beefy1.isc.freebsd.org/bulk/10i386-default/2013-11-29_14h37m35s/logs/p5-DBIx-VersionedDDL-0.17.log >How-To-Repeat: >Fix: --- /usr/ports/devel/p5-MooseX-Attribute-ENV/Makefile 2013-09-20 18:13:42.000000000 +0100 +++ /home/alan/p5-MooseX-Attribute-ENV/Makefile 2013-11-30 10:42:36.000000000 +0000 @@ -13,7 +13,7 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -BUILD_DEPENDS= p5-Moose>=1.19:${PORTSDIR}/devel/p5-Moose +BUILD_DEPENDS= p5-Moose>=2.1005:${PORTSDIR}/devel/p5-Moose RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11: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 ESMTPS id CC025E93 for ; Sat, 30 Nov 2013 11:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A6C291AE0 for ; Sat, 30 Nov 2013 11: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 rAUB00S7058160 for ; Sat, 30 Nov 2013 11: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 rAUB00Up058148; Sat, 30 Nov 2013 11:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 11:00:00 GMT Resent-Message-Id: <201311301100.rAUB00Up058148@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, ohauer@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 ESMTPS id 28B9F72C for ; Sat, 30 Nov 2013 10:56:30 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1499418E1 for ; Sat, 30 Nov 2013 10:56: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 rAUAuUNi057975 for ; Sat, 30 Nov 2013 10:56:30 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUAuT2a057974; Sat, 30 Nov 2013 10:56:29 GMT (envelope-from ohauer) Message-Id: <201311301056.rAUAuT2a057974@freefall.freebsd.org> Date: Sat, 30 Nov 2013 10:56:29 GMT From: ohauer@FreeBSD.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184391: [patch] ports-mgmt/tinderbox update to 4.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 11:00:01 -0000 >Number: 184391 >Category: ports >Synopsis: [patch] ports-mgmt/tinderbox update to 4.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: Sat Nov 30 11:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: ohauer >Release: >Organization: >Environment: >Description: Update ports-mgmt/tinderbox to version 4.1.0 >How-To-Repeat: >Fix: --- tinderbox-4.1.0.diff begins here --- Index: tinderbox/Makefile =================================================================== --- tinderbox/Makefile (revision 335279) +++ tinderbox/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= tinderbox -PORTVERSION= 4.0.1 -PORTREVISION= 4 +PORTVERSION= 4.1.0 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ Index: tinderbox/distinfo =================================================================== --- tinderbox/distinfo (revision 335279) +++ tinderbox/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tinderbox/tinderbox-4.0.1.tar.gz) = 4d49e62bcfd94438f4dce3481fab7d89c86cc200fc73a9c0744ddd01b36bc92e -SIZE (tinderbox/tinderbox-4.0.1.tar.gz) = 150826 +SHA256 (tinderbox/tinderbox-4.1.0.tar.gz) = b2950034fe66ab36b741b99dc3d59626cef3f75a46b128d77f08e679bf69e5ee +SIZE (tinderbox/tinderbox-4.1.0.tar.gz) = 151397 Index: tinderbox/files/patch-chroot =================================================================== --- tinderbox/files/patch-chroot (revision 335279) +++ tinderbox/files/patch-chroot (working copy) @@ -1,395 +0,0 @@ -Calculate dependencies in a chroot - -Index: lib/makemake -=================================================================== -RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/makemake,v -retrieving revision 1.48 -diff -u -r1.48 makemake ---- lib/makemake 6 Nov 2012 21:55:47 -0000 1.48 -+++ lib/makemake 5 Oct 2013 16:30:30 -0000 -@@ -135,11 +135,12 @@ - my ( - %pkgdir, %pkgdeps, %pkgedeps, %pkgpdeps, %pkgfdeps, - %pkgbdeps, %pkgrdeps, @duds, $portbase, $makecache, -- %pkgtdeps, %pkgpkgdeps, -+ %pkgtdeps, %pkgpkgdeps, $chroot, - ); - - $portbase = $ENV{'PORTSDIR'}; --$makecache = new Tinderbox::MakeCache($portbase, $ENV{'PKGSUFFIX'}); -+$chroot = $ENV{'CHROOT'}; -+$makecache = new Tinderbox::MakeCache($portbase, $chroot, $ENV{'PKGSUFFIX'}); - - while (scalar(@PORTS)) { - my $port = shift @PORTS; -@@ -148,7 +149,7 @@ - - next if (defined($pkgdir{$portdir})); - -- $tportdir = "$portbase/$portdir"; -+ $tportdir = "$chroot$portbase/$portdir"; - if (!-d $tportdir) { - print STDERR "ERROR: Directory $tportdir does not exist.\n"; - if (defined($pkgdeps{$portdir}) -Index: lib/tc_command.pl -=================================================================== -RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/tc_command.pl,v -retrieving revision 1.184 -diff -u -r1.184 tc_command.pl ---- lib/tc_command.pl 28 Apr 2013 20:05:40 -0000 1.184 -+++ lib/tc_command.pl 5 Oct 2013 16:30:31 -0000 -@@ -1536,7 +1536,8 @@ - sub addPortToOneBuild { - my $build = $ds->getBuildByName($opts->{'b'}); - my $makecache = -- new Tinderbox::MakeCache($ENV{'PORTSDIR'}, $ENV{'PKGSUFFIX'}); -+ new Tinderbox::MakeCache($ENV{'PORTSDIR'}, $ENV{'CHROOT'}, -+ $ENV{'PKGSUFFIX'}); - my @bports = (); - - if (!$opts->{'d'}) { -@@ -3414,12 +3415,14 @@ - my $cache = shift; - my $deps = shift; - -- my $portdir = $ENV{'PORTSDIR'} . "/" . $port; -+ my $portsdir = $ENV{'CHROOT'} . $ENV{'PORTSDIR'}; -+ -+ my $portdir = $portsdir . "/" . $port; - return undef if (!-d $portdir); - - # Canonicalize the port directory. - $port = abs_path($portdir); -- $port =~ s|$ENV{'PORTSDIR'}/||; -+ $port =~ s|$portsdir/||; - - if (defined($deps)) { - my @list; -Index: lib/tc_command.sh -=================================================================== -RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/tc_command.sh,v -retrieving revision 1.175 -diff -u -r1.175 tc_command.sh ---- lib/tc_command.sh 7 Aug 2013 18:25:52 -0000 1.175 -+++ lib/tc_command.sh 5 Oct 2013 16:30:32 -0000 -@@ -1385,7 +1385,7 @@ - cleanDirs ${buildName} ${BUILD_DIR} - - if [ "${MD_FSTYPE}" = "ufs" -o "${MD_FSTYPE}" = "zfs" ]; then -- if [ -n "${MD_SIZE}" -a ${MD_SIZE%[a-zA-Z]} -gt 0 ]; then -+ if [ -n "${MD_SIZE}" ] && [ ${MD_SIZE%[a-zA-Z]} -gt 0 ]; then - # setup md (ramdisk) backing for the build - mdconfig -a -t swap -s ${MD_SIZE} > /tmp/tinderbuild_md.${build} - read MD_UNIT /dev/null) - else -- pdirs="${PORTSDIR}/${portDir}" -+ pdirs="${portDir}" - fi - rmconfig=true - if [ ${cleanOptions} -eq 1 ]; then -@@ -2108,28 +2139,38 @@ - fi - fi - for pdir in ${pdirs}; do -- if [ -d ${pdir} ]; then -+ if [ -d ${CHROOT}${PORTSDIR}/${pdir} ]; then - export TERM=${save_TERM} -+ if ! cp /usr/local/bin/dialog4ports-static ${CHROOT}/; then -+ echo "In order to customise OPTIONS, you must install" -+ echo "ports-mgmt/dialog4ports-static." -+ break -+ fi - read -p "Generating options for ${build}; hit Enter to continue..." key - echo "" - if [ -z "${norecurse}" ]; then -- ( cd ${pdir} && ${rmconfig} \ -- && make -k config-recursive ) -+ chroot ${CHROOT} /bin/sh -c \ -+ "cd ${PORTSDIR}/${pdir} && ${rmconfig} && \ -+ make -k DIALOG4PORTS=/dialog4ports-static \ -+ config-recursive" - else -- ( cd ${pdir} && ${rmconfig} \ -- && make config ) -+ chroot ${CHROOT} /bin/sh -c \ -+ "cd ${PORTSDIR}/${pdir} && ${rmconfig} && \ -+ make DIALOG4PORTS=/dialog4ports-static config" - fi - fi - done - fi - -+ ${tc} addPortToOneBuild -b ${build} ${portDir:+-d} ${portDir} ${norecurse} -+ - if [ -n "${save_SRCBASE}" ]; then - export SRCBASE=${save_SRCBASE} - else - unset SRCBASE - fi - -- addPortToBuild_cleanup ${jail} ${portsTree} -+ addPortToBuild_cleanup ${jail} ${portsTree} ${build} - } - - addPort () { -Index: lib/tinderlib.sh -=================================================================== -RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/tinderlib.sh,v -retrieving revision 1.83 -diff -u -r1.83 tinderlib.sh ---- lib/tinderlib.sh 10 Jun 2013 16:49:51 -0000 1.83 -+++ lib/tinderlib.sh 5 Oct 2013 16:30:32 -0000 -@@ -498,9 +498,7 @@ - save_IFS=${IFS} - IFS=' - ' -- # Allow SRCBASE to be overridden -- eval "export SRCBASE=${SRCBASE:-`realpath $(tinderLoc jail ${jail})/src`}" \ -- >/dev/null 2>&1 -+ # Do not set SRCBASE here-- we use chroots nowadays so /usr/src is there - - # Set ARCH (needed for cross-building) - export ARCH=$(${tc} getJailArch -j ${jail}) -@@ -524,13 +522,6 @@ - eval "export __MAKE_CONF=${jailBase}/make.conf" >/dev/null 2>&1 - eval "export LOCALBASE=/nonexistentlocal" >/dev/null 2>&1 - eval "export PKG_DBDIR=/nonexistentdb" >/dev/null 2>&1 -- if [ x"${OPTIONS_ENABLED}" != x"1" ]; then -- eval "export PORT_DBDIR=/nonexistentportdb" >/dev/null 2>&1 -- else -- optionsDir=$(tinderLoc options ${build}) -- -- eval "export PORT_DBDIR=${optionsDir}" >/dev/null 2>&1 -- fi - eval "export LINUXBASE=/nonexistentlinux" >/dev/null 2>&1 - eval "unset DISPLAY" >/dev/null 2>&1 - } -Index: lib/Tinderbox/MakeCache.pm -=================================================================== -RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/Tinderbox/MakeCache.pm,v -retrieving revision 1.12 -diff -u -r1.12 MakeCache.pm ---- lib/Tinderbox/MakeCache.pm 4 Mar 2012 12:53:08 -0000 1.12 -+++ lib/Tinderbox/MakeCache.pm 5 Oct 2013 16:30:32 -0000 -@@ -49,6 +49,7 @@ - CACHE => undef, - SEEN => undef, - BASEDIR => shift, -+ CHROOT => shift, - }, $name; - - $self; -@@ -67,7 +68,10 @@ - - $tmp = '-V ' . join(' -V ', @makeTargets); - my $dir = $self->{BASEDIR} . '/' . $port; -- @ret = split("\n", `cd $dir && make $tmp`); -+ my $cmd = "cd $dir && make $tmp"; -+ $cmd = "chroot $self->{CHROOT} /bin/sh -c '$cmd'"; -+ -+ @ret = split("\n", `$cmd`); - - foreach $tmp (@makeTargets) { - $self->{CACHE}->{$port}{$tmp} = shift @ret; -? .fslckout -? .fslckout-mjFA3F63973 -Index: lib/tc_command.sh -=================================================================== -RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/tc_command.sh,v -retrieving revision 1.176 -diff -u -r1.176 tc_command.sh ---- lib/tc_command.sh 7 Oct 2013 16:36:54 -0000 1.176 -+++ lib/tc_command.sh 7 Oct 2013 18:34:20 -0000 -@@ -2049,6 +2049,7 @@ - cleanupMounts -t buildoptions -b ${build} - cleanupMounts -t jail -j ${jail} - cleanupMounts -t portstree -p ${portsTree} -+ cleanenv - } - - addPortToBuild () { - -Index: lib/tinderlib.sh -=================================================================== -RCS file: /space/cvs/marcuscom-cvs/portstools/tinderbox/lib/tinderlib.sh,v -retrieving revision 1.85 -diff -u -r1.85 tinderlib.sh ---- lib/tinderlib.sh 7 Oct 2013 16:36:54 -0000 1.85 -+++ lib/tinderlib.sh 13 Oct 2013 12:54:19 -0000 -@@ -506,7 +506,10 @@ - save_IFS=${IFS} - IFS=' - ' -- # Do not set SRCBASE here-- we use chroots nowadays so /usr/src is there -+ -+ # Allow SRCBASE to be overridden -+ eval "export SRCBASE=${SRCBASE:-`realpath $(tinderLoc jail ${jail})/src`}" \ -+ >/dev/null 2>&1 - - # Set ARCH (needed for cross-building) - export ARCH=$(${tc} getJailArch -j ${jail}) ---- lib/tc_command.wrong 2013-10-19 21:15:58.461836978 +0100 -+++ lib/tc_command.sh 2013-10-19 21:16:32.105859389 +0100 -@@ -1967,7 +1967,6 @@ - ( - export PORTBUILD_ARGS="$(echo ${pbargs})" - buildenvNoHost ${build} -- buildenv ${jail} ${portstree} ${build} - HOST_WORKDIR=$(${tc} configGet | \ - awk -F= '/^HOST_WORKDIR/ {print $2}') - env PORTSDIR=/a/ports \ --- tinderbox-4.1.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11:00: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 ESMTPS id BDB7DF45; Sat, 30 Nov 2013 11:00:48 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 92FB71B1D; Sat, 30 Nov 2013 11:00: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 rAUB0mDZ059580; Sat, 30 Nov 2013 11:00:48 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUB0ml4059539; Sat, 30 Nov 2013 11:00:48 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 11:00:48 GMT Message-Id: <201311301100.rAUB0ml4059539@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184392: [maintainer update] devel/p5-MooseX-Attribute-ENV X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 11:00:48 -0000 Synopsis: [maintainer update] devel/p5-MooseX-Attribute-ENV Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 11:00:48 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=184392 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11:00: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 ESMTPS id 62345F13; Sat, 30 Nov 2013 11:00:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37DC11B16; Sat, 30 Nov 2013 11:00: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 rAUB0VKj058385; Sat, 30 Nov 2013 11:00:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUB0V4f058384; Sat, 30 Nov 2013 11:00:31 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 11:00:31 GMT Message-Id: <201311301100.rAUB0V4f058384@freefall.freebsd.org> To: dog@virtual.org.ua, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184393: databases/mdbtools does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 11:00:31 -0000 Synopsis: databases/mdbtools does not build State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Nov 30 11:00:30 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184393 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11:04: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 ESMTPS id 6CBA41D2; Sat, 30 Nov 2013 11:04:41 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 415891B6C; Sat, 30 Nov 2013 11:04: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 rAUB4ftk060168; Sat, 30 Nov 2013 11:04:41 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUB4fpZ060167; Sat, 30 Nov 2013 11:04:41 GMT (envelope-from wg) Date: Sat, 30 Nov 2013 11:04:41 GMT Message-Id: <201311301104.rAUB4fpZ060167@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184240: math/tvmet: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 11:04:41 -0000 Synopsis: math/tvmet: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sat Nov 30 11:04:40 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184240 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11:08: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 ESMTPS id C49E6330; Sat, 30 Nov 2013 11:08:31 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97AF21BBC; Sat, 30 Nov 2013 11:08: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 rAUB8VWd061099; Sat, 30 Nov 2013 11:08:31 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUB8Vkj061098; Sat, 30 Nov 2013 11:08:31 GMT (envelope-from wg) Date: Sat, 30 Nov 2013 11:08:31 GMT Message-Id: <201311301108.rAUB8Vkj061098@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184244: games/jfk: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 11:08:31 -0000 Synopsis: games/jfk: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sat Nov 30 11:08:31 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184244 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11: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 ESMTPS id 63EC345B for ; Sat, 30 Nov 2013 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 50B091BDE for ; Sat, 30 Nov 2013 11: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 rAUBA1XS061329 for ; Sat, 30 Nov 2013 11: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 rAUBA0qI061328; Sat, 30 Nov 2013 11:10:00 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 11:10:00 GMT Message-Id: <201311301110.rAUBA0qI061328@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184393: databases/mdbtools does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 11:10:01 -0000 The following reply was made to PR ports/184393; it has been noted by GNATS. From: Edwin Groothuis To: rhurlin@gwdg.de Cc: bug-followup@FreeBSD.org Subject: Re: ports/184393: databases/mdbtools does not build Date: Sat, 30 Nov 2013 11:00:30 UT Maintainer of databases/mdbtools, Please note that PR ports/184393 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/184393 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 11: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 ESMTPS id C8D8F45D for ; Sat, 30 Nov 2013 11:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A36E21BE0 for ; Sat, 30 Nov 2013 11: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 rAUBA1jk061340 for ; Sat, 30 Nov 2013 11: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 rAUBA1jN061339; Sat, 30 Nov 2013 11:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 11:10:01 GMT Resent-Message-Id: <201311301110.rAUBA1jN061339@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alan Snelson Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5724CFC9 for ; Sat, 30 Nov 2013 11:01:04 +0000 (UTC) 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 29DD71B29 for ; Sat, 30 Nov 2013 11:01: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 rAUB14cV032961 for ; Sat, 30 Nov 2013 11:01:04 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAUB14w6032953; Sat, 30 Nov 2013 11:01:04 GMT (envelope-from nobody) Message-Id: <201311301101.rAUB14w6032953@oldred.freebsd.org> Date: Sat, 30 Nov 2013 11:01:04 GMT From: Alan Snelson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184394: [maintainer-update] p5-DBIx-VersionedDDL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 11:10:01 -0000 >Number: 184394 >Category: ports >Synopsis: [maintainer-update] p5-DBIx-VersionedDDL >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 Nov 30 11:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alan Snelson >Release: 9.0-RELEASE >Organization: Wave2 Limited >Environment: FreeBSD bserver2.wave2.org 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Sun Jan 15 09:21:56 GMT 2012 alan@bserver2.wave2.org:/usr/obj/usr/src/sys/BSERVER2 amd64 >Description: Version update of dependencies for p5-DBIx-VersionedDDL while investigating current build error - http://beefy1.isc.freebsd.org/bulk/10i386-default/2013-11-29_14h37m35s/logs/p5-DBIx-VersionedDDL-0.17.log >How-To-Repeat: >Fix: --- /usr/ports/databases/p5-DBIx-VersionedDDL/Makefile 2013-09-20 17:13:47.000000000 +0100 +++ /home/alan/p5-DBIx-VersionedDDL/Makefile 2013-11-30 10:38:26.000000000 +0000 @@ -14,14 +14,14 @@ LICENSE_COMB= dual BUILD_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \ - p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \ - p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \ + p5-Moose>=2.1005:${PORTSDIR}/devel/p5-Moose \ + p5-Text-CSV>=1.32:${PORTSDIR}/textproc/p5-Text-CSV \ + p5-MooseX-Attribute-ENV>=0.02:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \ p5-MooseX-Object-Pluggable>=0:${PORTSDIR}/devel/p5-MooseX-Object-Pluggable -RUN_DEPENDS= p5-DBD-SQLite>=1.31:${PORTSDIR}/databases/p5-DBD-SQLite \ - p5-Moose>=1.21:${PORTSDIR}/devel/p5-Moose \ - p5-Text-CSV>=1.20:${PORTSDIR}/textproc/p5-Text-CSV \ - p5-MooseX-Attribute-ENV>=0.01:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \ +RUN_DEPENDS= p5-DBD-SQLite>=1.40:${PORTSDIR}/databases/p5-DBD-SQLite \ + p5-Moose>=2.1005:${PORTSDIR}/devel/p5-Moose \ + p5-Text-CSV>=1.32:${PORTSDIR}/textproc/p5-Text-CSV \ + p5-MooseX-Attribute-ENV>=0.02:${PORTSDIR}/devel/p5-MooseX-Attribute-ENV \ p5-MooseX-Object-Pluggable>=0:${PORTSDIR}/devel/p5-MooseX-Object-Pluggable USES= perl5 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 12:10:23 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 ESMTPS id 72FE4EBE for ; Sat, 30 Nov 2013 12:10:23 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 188A31ECD for ; Sat, 30 Nov 2013 12: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 rAUCA0Et073214 for ; Sat, 30 Nov 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 rAUCA0fb073203; Sat, 30 Nov 2013 12:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 12:10:00 GMT Resent-Message-Id: <201311301210.rAUCA0fb073203@freefall.freebsd.org> 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 ESMTPS id 507E2BFC for ; Sat, 30 Nov 2013 12:02:09 +0000 (UTC) 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 90FC71E6A for ; Sat, 30 Nov 2013 12:00:36 +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 rAUC0WCL050711; Sat, 30 Nov 2013 13:00:32 +0100 (CET) (envelope-from oliver.fromme@secnetix.de) Received: (from olli@localhost) by grabthar.secnetix.de (8.14.7/8.14.7/Submit) id rAUC0WYG050710; Sat, 30 Nov 2013 13:00:32 +0100 (CET) (envelope-from olli) Message-Id: <201311301200.rAUC0WYG050710@grabthar.secnetix.de> Date: Sat, 30 Nov 2013 13:00:32 +0100 (CET) From: Oliver Fromme To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184395: [PATCH] ports/Mk/bsd.stage.mk: Fix symlinked manpages Cc: Oliver Fromme X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Sat, 30 Nov 2013 12:10:23 -0000 >Number: 184395 >Category: ports >Synopsis: [PATCH] ports/Mk/bsd.stage.mk: Fix symlinked manpages >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Nov 30 12:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oliver Fromme >Release: n/a >Organization: secnetix GmbH & Co. KG http://www.secnetix.de/bsd >Environment: The problem is present in the current ports collection (2013-11-30) and affects all FreeBSD versions. >Description: There's a bug in ports/Mk/bsd.stage.mk that is triggered when there is a manual page that is a symlink to another manual page in a DIFFERNET section. For example, the software audio/sox provides this symlink: /usr/local/man/man7/soxeffect.7 -> ../man1/sox.1 When bsd.stage.mk compresses the manual pages, it destroys the relative path, so the result is this: /usr/local/man/man7/soxeffect.7.gz -> sox.1.gz Consequently, "man soxeffects" doesn't work, and the weekly periodic script produces this: Rebuilding whatis database: makewhatis: /usr/local/man/man7/soxeffect.7.gz: No such file or directory >How-To-Repeat: Install audio/sox and try these commands: # ls -l /usr/local/man/man7/soxeffect.7.gz # man 7 soxeffect # /etc/periodic/weekly/320.whatis >Fix: The patch actually simplifies this part of the script considerably. The "rm" command is superfluous because of the -f option to ${LN}. This also means that there is no need to store the result of "readlink" in a temporary variable ("dest"). The original code changed to the directory of the symlink and then re-created the symlink without any paths. This is completely useless and caused the bug. Please note that symlinks are opaque strings that don't depend on the current directory. There is no need to change to the symlink's directory, and there is no need to modify the symlink's target in any way (except appending .gz, of course). IMPORTANT: When this patch is committed, please also close the PR ports/184264 which is erroneously in state "feedback" waiting for the maintainer of the sox port. This is *not* a bug in the sox port, so its maintainer can't do much about it. --- bsd.stage.mk.orig 2013-11-23 10:48:42.000000000 +0100 +++ bsd.stage.mk 2013-11-30 12:35:51.000000000 +0100 @@ -61,9 +61,7 @@ done ; \ done ; \ ${FIND} $$dir -type l \! -name "*.gz" | while read link ; do \ - dest=$$(readlink $$link) ; \ - rm -f $$link ; \ - (cd $${link%/*} ; ${LN} -sf $${dest##*/}.gz $${link##*/}.gz) ;\ + ${LN} -sf $$(readlink $$link).gz $$link.gz ;\ done; \ done .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 12:20: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 ESMTPS id 61CBF13F for ; Sat, 30 Nov 2013 12:20:20 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2AAFF1F39 for ; Sat, 30 Nov 2013 12: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 rAUCK2uu079411 for ; Sat, 30 Nov 2013 12: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 rAUCK2T2079410; Sat, 30 Nov 2013 12:20:02 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 12:20:02 GMT Message-Id: <201311301220.rAUCK2T2079410@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Oliver Fromme Subject: Re: ports/184264: audio/sox: /usr/local/man/man7/soxeffect.7.gz invalid link X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Sat, 30 Nov 2013 12:20:20 -0000 The following reply was made to PR ports/184264; it has been noted by GNATS. From: Oliver Fromme To: bug-followup@FreeBSD.org, beastie@tardisi.com Cc: Subject: Re: ports/184264: audio/sox: /usr/local/man/man7/soxeffect.7.gz invalid link Date: Sat, 30 Nov 2013 13:12:19 +0100 (CET) Please see PR ports/184395. (I considered submitting the patch as a follow-up to this PR, but I assumed that it might get lost because this PR is in state "feedback" waiting for the maintainer, even though this is not a bug in sox. Therefore I opened a separate PR.) From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 07:34:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id A7832DAE for ; Sat, 30 Nov 2013 07:34:15 +0000 (UTC) Received: from forward5m.mail.yandex.net (forward5m.mail.yandex.net [IPv6:2a02:6b8:0:2519::3:14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3CCBE1106 for ; Sat, 30 Nov 2013 07:34:15 +0000 (UTC) Received: from web12m.yandex.ru (web12m.yandex.ru [37.140.138.103]) by forward5m.mail.yandex.net (Yandex) with ESMTP id E7D4229A0883 for ; Sat, 30 Nov 2013 11:34:00 +0400 (MSK) Received: from 127.0.0.1 (localhost [127.0.0.1]) by web12m.yandex.ru (Yandex) with ESMTP id 9AD391F20256; Sat, 30 Nov 2013 11:34:00 +0400 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1385796840; bh=PO7umjlhoy37D5DVx6XNlofZI/ScH3OK+/cOfrKoeJ4=; h=From:To:Subject:Date; b=guEVc8/VOu+pryaQLyns/BGEM2QafX3olx9DO3K35sFdgvjUqUJB7InPaf1+2ooEM zZT4eX4ajo8mhcAU90s+Gs31N+gcLPHhhd63/bOlnSX5IK5hXaeNuk46TlfPT7YuHg +9V1CT0rfRN7PCERDg7TOYHVvLvkJy5O2b5x48as= Received: from net245.234.188-30.ertelecom.ru (net245.234.188-30.ertelecom.ru [188.234.245.30]) by web12m.yandex.ru with HTTP; Sat, 30 Nov 2013 11:34:00 +0400 From: =?koi8-r?B?59XM0cXXIOfP28E=?= To: freebsd-ports-bugs@freebsd.org Subject: deskutils/libstreams error related to iconv on 10-BETA3 MIME-Version: 1.0 Message-Id: <195321385796840@web12m.yandex.ru> X-Mailer: Yamail [ http://yandex.ru ] 5.0 Date: Sat, 30 Nov 2013 13:34:00 +0600 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=koi8-r X-Mailman-Approved-At: Sat, 30 Nov 2013 13:40:08 +0000 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 07:34:15 -0000 Hi friends! When updating from 9-STABLE to 10-STABLE I have such problem with deskutils/libstreams port upgrading: My system built WITH_ICONV=yes and WITH_ICONV_COMPAT=yes uname -a | FreeBSD serv 10.0-BETA3 FreeBSD 10.0-BETA3 #0: Tue Nov 26 13:37:23 MSK 2013 my@serv:/usr/obj/usr/src/sys/SERV amd64 And I'm try to build it with MAKE_JOBS_UNSAFE=yes in /etc/make.conf Help me please! All kde ports are unusable and not upgrading because of this error! ======================================================================================================= ===> Building for libstreams-0.7.8 Scanning dependencies of target streamsstatic Scanning dependencies of target streams [ 1%] Building CXX object lib/CMakeFiles/streamsstatic.dir/archivereader.cpp.o [ 4%] Building CXX object lib/CMakeFiles/streams.dir/archivereader.cpp.o [ 3%] Building CXX object lib/CMakeFiles/streamsstatic.dir/listinginprogress.cpp.o [ 2%] Building CXX object lib/CMakeFiles/streamsstatic.dir/archiveentrycache.cpp.o [ 5%] Building CXX object lib/CMakeFiles/streamsstatic.dir/arinputstream.cpp.o [ 6%] Building CXX object lib/CMakeFiles/streams.dir/archiveentrycache.cpp.o [ 7%] Building CXX object lib/CMakeFiles/streams.dir/listinginprogress.cpp.o [ 8%] Building CXX object lib/CMakeFiles/streams.dir/arinputstream.cpp.o [ 9%] Building CXX object lib/CMakeFiles/streamsstatic.dir/base64inputstream.cpp.o [ 10%] Building CXX object lib/CMakeFiles/streamsstatic.dir/bz2inputstream.cpp.o [ 11%] Building CXX object lib/CMakeFiles/streams.dir/base64inputstream.cpp.o [ 12%] Building CXX object lib/CMakeFiles/streams.dir/bz2inputstream.cpp.o /usr/ports/deskutils/libstreams/work/strigi-0.7.8/libstreams/lib/bz2inputstream.cpp:53:17: warning: assigning field to itself [-Wself-assign-field] this->input = input; ^ 1 warning generated. [ 13%] Building CXX object lib/CMakeFiles/streamsstatic.dir/cpioinputstream.cpp.o [ 14%] Building CXX object lib/CMakeFiles/streamsstatic.dir/dataeventinputstream.cpp.o /usr/ports/deskutils/libstreams/work/strigi-0.7.8/libstreams/lib/bz2inputstream.cpp:53:17: warning: assigning field to itself [-Wself-assign-field] this->input = input; ^ 1 warning generated. [ 15%] Building CXX object lib/CMakeFiles/streams.dir/cpioinputstream.cpp.o [ 16%] Building CXX object lib/CMakeFiles/streams.dir/dataeventinputstream.cpp.o [ 17%] Building CXX object lib/CMakeFiles/streamsstatic.dir/dostime.cpp.o [ 18%] Building CXX object lib/CMakeFiles/streamsstatic.dir/encodinginputstream.cpp.o [ 19%] Building CXX object lib/CMakeFiles/streams.dir/dostime.cpp.o /usr/ports/deskutils/libstreams/work/strigi-0.7.8/libstreams/lib/encodinginputstream.cpp:93:16: error: no matching function for call to 'iconv' size_t r = iconv(converter, &inbuf, &inbytesleft, &outbuf, &outbytesleft); ^~~~~ [ 20%] Building CXX object lib/CMakeFiles/streamsstatic.dir/fileinputstream.cpp.o /usr/include/iconv.h:56:8: note: candidate function not viable: no known conversion from 'char **' to 'const char **' for 2nd argument size_t iconv(iconv_t, const char ** __restrict, ^ 1 error generated. --- lib/CMakeFiles/streamsstatic.dir/encodinginputstream.cpp.o --- *** [lib/CMakeFiles/streamsstatic.dir/encodinginputstream.cpp.o] Error code 1 make[9]: stopped in /usr/ports/deskutils/libstreams/work/.build [ 21%] Building CXX object lib/CMakeFiles/streamsstatic.dir/filestreamopener.cpp.o A failure has been detected in another branch of the parallel make make[9]: stopped in /usr/ports/deskutils/libstreams/work/.build --- lib/CMakeFiles/streams.dir/all --- *** [lib/CMakeFiles/streams.dir/all] Error code 2 make[8]: stopped in /usr/ports/deskutils/libstreams/work/.build 1 error make[9]: stopped in /usr/ports/deskutils/libstreams/work/.build --- lib/CMakeFiles/streamsstatic.dir/all --- *** [lib/CMakeFiles/streamsstatic.dir/all] Error code 2 make[8]: stopped in /usr/ports/deskutils/libstreams/work/.build 2 errors make[8]: stopped in /usr/ports/deskutils/libstreams/work/.build --- all --- *** [all] Error code 2 make[7]: stopped in /usr/ports/deskutils/libstreams/work/.build 1 error make[7]: stopped in /usr/ports/deskutils/libstreams/work/.build ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[6]: stopped in /usr/ports/deskutils/libstreams *** Error code 1 Stop. make[5]: stopped in /usr/ports/deskutils/libstreams *** Error code 1 Stop. make[4]: stopped in /usr/ports/deskutils/libstreamanalyzer *** Error code 1 Stop. make[3]: stopped in /usr/ports/deskutils/libstreamanalyzer *** Error code 1 Stop. make[2]: stopped in /usr/ports/x11/kdelibs4 *** Error code 1 Stop. make[1]: stopped in /usr/ports/x11/kdelibs4 *** Error code 1 Stop. make: stopped in /usr/ports/x11/kdelibs4 -------------------------------------------- ó Õ×ÁÖÅÎÉÅÍ, çÕÌÑÅ× çÏÛÁ. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 13:58: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 ESMTPS id 7FF933B6; Sat, 30 Nov 2013 13:58:49 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E1AC15F1; Sat, 30 Nov 2013 13:58: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 rAUDwngR098787; Sat, 30 Nov 2013 13:58:49 GMT (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUDwnbp098786; Sat, 30 Nov 2013 13:58:49 GMT (envelope-from hrs) Date: Sat, 30 Nov 2013 13:58:49 GMT Message-Id: <201311301358.rAUDwnbp098786@freefall.freebsd.org> To: hrs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, hrs@FreeBSD.org From: hrs@FreeBSD.org Subject: Re: ports/183590: Update port: japanese/rogue_s X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 13:58:49 -0000 Synopsis: Update port: japanese/rogue_s Responsible-Changed-From-To: freebsd-ports-bugs->hrs Responsible-Changed-By: hrs Responsible-Changed-When: Sat Nov 30 13:58:32 UTC 2013 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=183590 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 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 ESMTPS id C0F24332 for ; Sat, 30 Nov 2013 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93CE0185C for ; Sat, 30 Nov 2013 15: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 rAUF012q011401 for ; Sat, 30 Nov 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 rAUF01Qu011400; Sat, 30 Nov 2013 15:00:01 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 15:00:01 GMT Message-Id: <201311301500.rAUF01Qu011400@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184099: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 15:00:01 -0000 The following reply was made to PR ports/184099; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184099: commit references a PR Date: Sat, 30 Nov 2013 14:55:42 +0000 (UTC) Author: wg Date: Sat Nov 30 14:55:34 2013 New Revision: 335294 URL: http://svnweb.freebsd.org/changeset/ports/335294 Log: databases/spatialite: enable libxml2 - Enable libxml2 - USES pathfix pkgconfig PR: ports/184099 Submitted by: maintainer Modified: head/databases/spatialite/Makefile Modified: head/databases/spatialite/Makefile ============================================================================== --- head/databases/spatialite/Makefile Sat Nov 30 14:54:53 2013 (r335293) +++ head/databases/spatialite/Makefile Sat Nov 30 14:55:34 2013 (r335294) @@ -3,6 +3,7 @@ PORTNAME= spatialite PORTVERSION= 4.1.1 +PORTREVISION= 1 CATEGORIES= databases geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -16,13 +17,13 @@ LIB_DEPENDS= libgeos_c.so:${PORTSDIR}/gr WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION} GNU_CONFIGURE= yes +USES= gmake iconv pathfix pkgconfig USE_SQLITE= yes -USES= gmake iconv -USE_GCC= yes +USE_GNOME= libxml2 -CPPFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include +CFLAGS+= -I${WRKSRC}/src/headers -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} -CONFIGURE_ARGS+=CFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" +CONFIGURE_ARGS+=--enable-libxml2=yes CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" USE_LDCONFIG= yes NO_STAGE= yes @@ -30,13 +31,7 @@ post-patch: @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.am @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|$$(prefix)/libdata/pkgconfig|' \ - ${WRKSRC}/Makefile.in -.include +BROKEN_powerpc= Does not compile on powerpc: invokes i386 assembler -.if ${ARCH} == "powerpc" -BROKEN= Does not compile on powerpc: invokes i386 assembler -.endif - -.include +.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 Sat Nov 30 15:02: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 ESMTPS id A7FC146B; Sat, 30 Nov 2013 15:02:53 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7BD6A1897; Sat, 30 Nov 2013 15:02: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 rAUF2r0a013056; Sat, 30 Nov 2013 15:02:53 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUF2rYC013055; Sat, 30 Nov 2013 15:02:53 GMT (envelope-from wg) Date: Sat, 30 Nov 2013 15:02:53 GMT Message-Id: <201311301502.rAUF2rYC013055@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184099: [MAINTAINER-UPDATE] databases/spatialite 4.1.1_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 15:02:53 -0000 Synopsis: [MAINTAINER-UPDATE] databases/spatialite 4.1.1_1 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sat Nov 30 15:02:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184099 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 15:03: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 ESMTPS id 8D84B49E; Sat, 30 Nov 2013 15:03:22 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62003189C; Sat, 30 Nov 2013 15:03: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 rAUF3MOg013252; Sat, 30 Nov 2013 15:03:22 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUF3MmV013251; Sat, 30 Nov 2013 15:03:22 GMT (envelope-from wg) Date: Sat, 30 Nov 2013 15:03:22 GMT Message-Id: <201311301503.rAUF3MmV013251@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184101: [MAINTAINER-UPDATE] graphics/libgaiagraphics 0.4b -> 0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 15:03:22 -0000 Synopsis: [MAINTAINER-UPDATE] graphics/libgaiagraphics 0.4b -> 0.5 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Sat Nov 30 15:03:22 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184101 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 16: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 ESMTPS id 184A2611 for ; Sat, 30 Nov 2013 16:00:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0453B1AAF for ; Sat, 30 Nov 2013 16: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 rAUG016e023876 for ; Sat, 30 Nov 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 rAUG01Tl023875; Sat, 30 Nov 2013 16:00:01 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 16:00:01 GMT Message-Id: <201311301600.rAUG01Tl023875@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Corey Halpin Subject: Re: ports/183838: Fix sysutils/dvdisaster build with clang [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Corey Halpin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 16:00:02 -0000 The following reply was made to PR ports/183838; it has been noted by GNATS. From: Corey Halpin To: Horia Racoviceanu Cc: bug-followup@FreeBSD.org Subject: Re: ports/183838: Fix sysutils/dvdisaster build with clang [PATCH] Date: Sat, 30 Nov 2013 09:48:25 -0600 --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable These look like excellent improvements, thank you. I would be glad pass maintainership of this port to someone who can devot= e=20 more time to it. ~crh On 2013-11-30, Horia Racoviceanu wrote: > - Update to 0.72.5 > - Remove LICENSE_FILE > - Remove PORTSCOUT > - USES gmake instead of USE_GMAKE > - Support STAGEDIR > - Add DOCS and NLS Option > - Fix build with Clang > - Change pkg-message >=20 > Build log: > https://redports.org/buildarchive/20131129222908-84632/ >=20 > May I maintain this port? > Thanks --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iF4EAREIAAYFAlKaCMgACgkQR8PgTIRJoTXfngEAtoSKudp5IQvVJveTvTLmru9w UV0Bd5610G+ENVM16xcBAKnFv+Cb+PcP+ctygoEo/Dx3Wl6vvoJpGGeHqbNcQILI =TySi -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 16: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 ESMTPS id 2D2C071D for ; Sat, 30 Nov 2013 16:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DEB7D1B10 for ; Sat, 30 Nov 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 rAUGA0tV025953 for ; Sat, 30 Nov 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 rAUGA00e025952; Sat, 30 Nov 2013 16:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 16:10:00 GMT Resent-Message-Id: <201311301610.rAUGA00e025952@freefall.freebsd.org> 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 ESMTPS id DB0776AB for ; Sat, 30 Nov 2013 16:05:33 +0000 (UTC) Received: from mail-bk0-x22e.google.com (mail-bk0-x22e.google.com [IPv6:2a00:1450:4008: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 703551AF2 for ; Sat, 30 Nov 2013 16:05:33 +0000 (UTC) Received: by mail-bk0-f46.google.com with SMTP id u15so4626906bkz.5 for ; Sat, 30 Nov 2013 08:05:31 -0800 (PST) Received: from bsd-zsolt (91.82.129.135.pool.invitel.hu. [91.82.129.135]) by mx.google.com with ESMTPSA id on10sm67581308bkb.13.2013.11.30.08.05.28 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 30 Nov 2013 08:05:29 -0800 (PST) Received: by bsd-zsolt (sSMTP sendmail emulation); Sat, 30 Nov 2013 17:04:32 +0100 Message-Id: <529a0cc9.4a07cd0a.3571.3a13@mx.google.com> Date: Sat, 30 Nov 2013 17:04:32 +0100 From: Zsolt Udvari To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184396: sysutils/dunst should install dunstify too X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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: Sat, 30 Nov 2013 16:10:01 -0000 >Number: 184396 >Category: ports >Synopsis: sysutils/dunst should install dunstify too >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 Nov 30 16:10: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: While making of sysutils/dunst port 'dunstify' file (an executable) will be created (compile from dunstify.c). This binary does same thing as notify-send but dunstify knows more (can update or close an existing notification with ID, user actions). Ps.: thanks for port :) >How-To-Repeat: >Fix: As I see Makefile (of dunst) doesn't install 'dunstify' so I think it should do manually in port's Makefile. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 16: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 ESMTPS id 82FBD74E; Sat, 30 Nov 2013 16:10:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 585DF1B12; Sat, 30 Nov 2013 16: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 rAUGA9KC026025; Sat, 30 Nov 2013 16: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 rAUGA970026024; Sat, 30 Nov 2013 16:10:09 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 16:10:09 GMT Message-Id: <201311301610.rAUGA970026024@freefall.freebsd.org> To: udvzsolt@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184396: sysutils/dunst should install dunstify too X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 16:10:09 -0000 Synopsis: sysutils/dunst should install dunstify too State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Nov 30 16:10:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184396 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 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 ESMTPS id BB46A94F for ; Sat, 30 Nov 2013 16:20:02 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A79E81B7E for ; Sat, 30 Nov 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 rAUGK2oU028865 for ; Sat, 30 Nov 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 rAUGK2dd028864; Sat, 30 Nov 2013 16:20:02 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 16:20:02 GMT Message-Id: <201311301620.rAUGK2dd028864@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184396: sysutils/dunst should install dunstify too X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 16:20:02 -0000 The following reply was made to PR ports/184396; it has been noted by GNATS. From: Edwin Groothuis To: rodperson@rodperson.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184396: sysutils/dunst should install dunstify too Date: Sat, 30 Nov 2013 16:10:08 UT Maintainer of sysutils/dunst, Please note that PR ports/184396 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/184396 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 16:21:50 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 ESMTPS id 94DD59C7; Sat, 30 Nov 2013 16:21:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6A23F1BBD; Sat, 30 Nov 2013 16:21:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUGLoDp030460; Sat, 30 Nov 2013 16:21:50 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUGLout030459; Sat, 30 Nov 2013 16:21:50 GMT (envelope-from antoine) Date: Sat, 30 Nov 2013 16:21:50 GMT Message-Id: <201311301621.rAUGLout030459@freefall.freebsd.org> To: antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/184395: [PATCH] ports/Mk/bsd.stage.mk: Fix symlinked manpages X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 16:21:50 -0000 Synopsis: [PATCH] ports/Mk/bsd.stage.mk: Fix symlinked manpages Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: antoine Responsible-Changed-When: Sat Nov 30 16:21:14 UTC 2013 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=184395 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 16:45:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@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 ESMTPS id 8C4CCCB9 for ; Sat, 30 Nov 2013 16:45:08 +0000 (UTC) Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 46E9C1C8E for ; Sat, 30 Nov 2013 16:45:08 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VmnfE-0006a4-2J for freebsd-ports-bugs@freebsd.org; Sat, 30 Nov 2013 17:45:04 +0100 Received: from 46-127-254-36.dynamic.hispeed.ch ([46.127.254.36]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Nov 2013 17:45:04 +0100 Received: from freebsd by 46-127-254-36.dynamic.hispeed.ch with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 30 Nov 2013 17:45:04 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports-bugs@freebsd.org From: Piotr Kucharski Subject: Re: ports/184159: dns/bind* rc.d script variable override Date: Sat, 30 Nov 2013 16:28:56 +0000 (UTC) Lines: 7 Message-ID: References: <201311220314.rAM3EcCD082191@oldred.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: sea.gmane.org User-Agent: Loom/3.14 (http://gmane.org/) X-Loom-IP: 46.127.254.36 (Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 16:45:08 -0000 Committed patch breaks pidfile generation for bind99 http://svnweb.freebsd.org/ports/head/dns/bind99/files/named? r1=334593&r2=334592&pathrev=334593 lines 95-100 add useless echo and bad 'mkdir $pidfile' that makes bind unable to write pidfile to it. From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 16:50: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 ESMTPS id 8FDB5D87; Sat, 30 Nov 2013 16:50:59 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 630881CD4; Sat, 30 Nov 2013 16:50: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 rAUGoxb5036017; Sat, 30 Nov 2013 16:50:59 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUGoxTF036016; Sat, 30 Nov 2013 16:50:59 GMT (envelope-from antoine) Date: Sat, 30 Nov 2013 16:50:59 GMT Message-Id: <201311301650.rAUGoxTF036016@freefall.freebsd.org> To: amdmi3@FreeBSD.org, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/183470: [bsd.options.mk][patch] support multivalue sets in ${opt}_USE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 16:50:59 -0000 Synopsis: [bsd.options.mk][patch] support multivalue sets in ${opt}_USE State-Changed-From-To: open->feedback State-Changed-By: antoine State-Changed-When: Sat Nov 30 16:48:46 UTC 2013 State-Changed-Why: Asking for feedback: you can use OGL_USE= GL=gl,glu So I think this feature is implemented Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: antoine Responsible-Changed-When: Sat Nov 30 16:48:46 UTC 2013 Responsible-Changed-Why: Over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=183470 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 16:53: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 ESMTPS id 0C2D1E87; Sat, 30 Nov 2013 16:53:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D42611CED; Sat, 30 Nov 2013 16:53: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 rAUGr7m3036172; Sat, 30 Nov 2013 16:53:07 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUGr7OU036171; Sat, 30 Nov 2013 16:53:07 GMT (envelope-from pawel) Date: Sat, 30 Nov 2013 16:53:07 GMT Message-Id: <201311301653.rAUGr7OU036171@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184183: [PATCH] security/pam_yubico: update to 2.14 and fix ldap support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 16:53:08 -0000 Synopsis: [PATCH] security/pam_yubico: update to 2.14 and fix ldap support Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sat Nov 30 16:53:07 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184183 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 16:53:50 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 ESMTPS id 409BDF50; Sat, 30 Nov 2013 16:53:50 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 161E11CFA; Sat, 30 Nov 2013 16:53:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rAUGrnHc036197; Sat, 30 Nov 2013 16:53:49 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUGrmdr036196; Sat, 30 Nov 2013 16:53:48 GMT (envelope-from antoine) Date: Sat, 30 Nov 2013 16:53:48 GMT Message-Id: <201311301653.rAUGrmdr036196@freefall.freebsd.org> To: tps@vr-web.de, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/183715: wrong checksum for a variety of files on svn X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 16:53:50 -0000 Synopsis: wrong checksum for a variety of files on svn State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Sat Nov 30 16:52:44 UTC 2013 State-Changed-Why: Sorry, but this sounds like a hardware or filesystem corruption problem. This is not a ports problem. Closing. http://www.freebsd.org/cgi/query-pr.cgi?pr=183715 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 17:16: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 ESMTPS id BB337524; Sat, 30 Nov 2013 17:16:41 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8F4781DD3; Sat, 30 Nov 2013 17:16: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 rAUHGfm9041188; Sat, 30 Nov 2013 17:16:41 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUHGfXQ041187; Sat, 30 Nov 2013 17:16:41 GMT (envelope-from antoine) Date: Sat, 30 Nov 2013 17:16:41 GMT Message-Id: <201311301716.rAUHGfXQ041187@freefall.freebsd.org> To: antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/184350: [MAINTAINER] japanese/jd: update to 2.8.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 17:16:41 -0000 Synopsis: [MAINTAINER] japanese/jd: update to 2.8.6 Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Sat Nov 30 17:16:20 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=184350 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 18:03: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 ESMTPS id E3F4B944; Sat, 30 Nov 2013 18:03:15 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B6D181FE1; Sat, 30 Nov 2013 18:03: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 rAUI3Ffm050635; Sat, 30 Nov 2013 18:03:15 GMT (envelope-from nox@freefall.freebsd.org) Received: (from nox@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAUI3E3u050634; Sat, 30 Nov 2013 18:03:14 GMT (envelope-from nox) Date: Sat, 30 Nov 2013 18:03:14 GMT Message-Id: <201311301803.rAUI3E3u050634@freefall.freebsd.org> To: me@janh.de, nox@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: nox@FreeBSD.org Subject: Re: 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.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 18:03:16 -0000 Synopsis: New port: multimedia/livestreamer pipe video streams into a video player State-Changed-From-To: open->closed State-Changed-By: nox State-Changed-When: Sat Nov 30 18:03:14 UTC 2013 State-Changed-Why: Independent port committed (Sorry I missed this PR!) Thanx. http://www.freebsd.org/cgi/query-pr.cgi?pr=182791 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 18: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 ESMTPS id A813720F for ; Sat, 30 Nov 2013 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 94B2710B5 for ; Sat, 30 Nov 2013 18: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 rAUIK1dg057266 for ; Sat, 30 Nov 2013 18: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 rAUIK1KB057265; Sat, 30 Nov 2013 18:20:01 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 18:20:01 GMT Message-Id: <201311301820.rAUIK1KB057265@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/182791: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 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, 30 Nov 2013 18:20:01 -0000 The following reply was made to PR ports/182791; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/182791: commit references a PR Date: Sat, 30 Nov 2013 18:15:02 +0000 (UTC) Author: nox Date: Sat Nov 30 18:14:55 2013 New Revision: 335313 URL: http://svnweb.freebsd.org/changeset/ports/335313 Log: - Seems this uses more than one LICENSE: (BSD MIT AL2) [1] - Add rtmpdump to RUN_DEPENDS. [1] - Bump PORTREVISION. PR: ports/182791 (independet port that I missed, sorry) [1] Submitted by: Jan Henrik Sylvester [1] Modified: head/multimedia/livestreamer/Makefile Modified: head/multimedia/livestreamer/Makefile ============================================================================== --- head/multimedia/livestreamer/Makefile Sat Nov 30 18:05:33 2013 (r335312) +++ head/multimedia/livestreamer/Makefile Sat Nov 30 18:14:55 2013 (r335313) @@ -3,6 +3,7 @@ PORTNAME= livestreamer PORTVERSION= 1.7.0 +PORTREVISION= 1 CATEGORIES= multimedia python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,9 +11,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= multimedia@FreeBSD.org COMMENT= Extract web streams and pipe them into video player of choice -LICENSE= BSD +LICENSE= BSD MIT AL2 +LICENSE_COMB= multi -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ +RUN_DEPENDS= rtmpdump:${PORTSDIR}/multimedia/rtmpdump \ + ${PYTHON_PKGNAMEPREFIX}requests>=0:${PORTSDIR}/www/py-requests \ ${PYTHON_PKGNAMEPREFIX}librtmp>=0:${PORTSDIR}/multimedia/py-librtmp USE_PYTHON= yes _______________________________________________ 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 Nov 30 19: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 ESMTPS id 063D4F4 for ; Sat, 30 Nov 2013 19:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C0CB812B4 for ; Sat, 30 Nov 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 rAUJ00QY064519 for ; Sat, 30 Nov 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 rAUJ00HB064518; Sat, 30 Nov 2013 19:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 19:00:00 GMT Resent-Message-Id: <201311301900.rAUJ00HB064518@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C592B88 for ; Sat, 30 Nov 2013 18:50:21 +0000 (UTC) Received: from lwbsd.csie.net (lwbsd.cs.nctu.edu.tw [140.113.17.197]) by mx1.freebsd.org (Postfix) with ESMTP id F284A1240 for ; Sat, 30 Nov 2013 18:50:20 +0000 (UTC) Received: by lwbsd.csie.net (Postfix, from userid 1001) id D60B83B6F1; Sun, 1 Dec 2013 02:43:27 +0800 (CST) Message-Id: <20131130184327.D60B83B6F1@lwbsd.csie.net> Date: Sun, 1 Dec 2013 02:43:27 +0800 (CST) From: Li-Wen Hsu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184397: [PATCH] devel/py-twistedFlow: Support STAGEDIR Cc: neal@nelson.name X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 19:00:01 -0000 >Number: 184397 >Category: ports >Synopsis: [PATCH] devel/py-twistedFlow: Support STAGEDIR >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 Nov 30 19:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 9.1-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD lwbsd.cs.nctu.edu.tw 9.1-RELEASE-p4 FreeBSD 9.1-RELEASE-p4 #0: Tue Jun 18 19:22:07 CST 2013 >Description: - Support STAGEDIR Port maintainer (neal@nelson.name) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py27-twistedFlow-8.2.0.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 335335) +++ Makefile (working copy) @@ -21,5 +21,4 @@ USE_PYDISTUTILS= yes PYDISTUTILS_PKGNAME= Twisted_Flow -NO_STAGE= yes .include --- py27-twistedFlow-8.2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 19: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 ESMTPS id 029EA124; Sat, 30 Nov 2013 19:00:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CCB6C12B7; Sat, 30 Nov 2013 19: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 rAUJ08MJ064657; Sat, 30 Nov 2013 19: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 rAUJ083n064656; Sat, 30 Nov 2013 19:00:08 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 19:00:08 GMT Message-Id: <201311301900.rAUJ083n064656@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184397: [PATCH] devel/py-twistedFlow: Support STAGEDIR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 19:00:09 -0000 Synopsis: [PATCH] devel/py-twistedFlow: Support STAGEDIR Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 19:00: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=184397 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 21: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 ESMTPS id 72EE1C61 for ; Sat, 30 Nov 2013 21:00:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5EBD6195F for ; Sat, 30 Nov 2013 21: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 rAUL01Nq089499 for ; Sat, 30 Nov 2013 21: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 rAUL01gW089498; Sat, 30 Nov 2013 21:00:01 GMT (envelope-from gnats) Date: Sat, 30 Nov 2013 21:00:01 GMT Message-Id: <201311302100.rAUL01gW089498@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Thomas Schweikle Subject: Re: ports/183715: wrong checksum for a variety of files on svn X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Thomas Schweikle List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 21:00:01 -0000 The following reply was made to PR ports/183715; it has been noted by GNATS. From: Thomas Schweikle To: bug-followup@FreeBSD.org, tps@vr-web.de Cc: Subject: Re: ports/183715: wrong checksum for a variety of files on svn Date: Sat, 30 Nov 2013 21:54:48 +0100 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --iTAoHLWqopHOclf2laivulfVVdrEo2KfP Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Can't be true, because the same files are affected on different systems, with different hardware. --=20 Thomas --iTAoHLWqopHOclf2laivulfVVdrEo2KfP Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) Comment: GnuPT 2.9.2 iEYEARECAAYFAlKaUKAACgkQJuPdOes4UCRAOwCgqA0FoQ5sLaCAgKwlQV/0qGTE QmcAn3fRaNr1dycEjNhWss21v7CsTFW5 =PyDm -----END PGP SIGNATURE----- --iTAoHLWqopHOclf2laivulfVVdrEo2KfP-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 23: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 ESMTPS id F2E67BEE for ; Sat, 30 Nov 2013 23:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CD7A61F9C for ; Sat, 30 Nov 2013 23: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 rAUN00nl013934 for ; Sat, 30 Nov 2013 23: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 rAUN00pt013904; Sat, 30 Nov 2013 23:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 23:00:00 GMT Resent-Message-Id: <201311302300.rAUN00pt013904@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jason Bacon Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14F72944 for ; Sat, 30 Nov 2013 22:52:09 +0000 (UTC) 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 015851F61 for ; Sat, 30 Nov 2013 22:52: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 rAUMq8K9056601 for ; Sat, 30 Nov 2013 22:52:08 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAUMq8cf056593; Sat, 30 Nov 2013 22:52:08 GMT (envelope-from nobody) Message-Id: <201311302252.rAUMq8cf056593@oldred.freebsd.org> Date: Sat, 30 Nov 2013 22:52:08 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184398: maintainer update: audio/praat X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 23:00:01 -0000 >Number: 184398 >Category: ports >Synopsis: maintainer update: audio/praat >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 Nov 30 23:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 10.0-BETA3 >Organization: Acadix Consulting, LLC >Environment: FreeBSD oyster.jbacon.dyndns.org 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r257580: Sun Nov 3 19:43:01 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This update supersedes port/183486. Upgrade to latest stable version and update port Makefile to conform to new ports standards. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS --exclude=.svn /usr/ports/audio/praat/Makefile /usr/wip/audio/praat/Makefile --- /usr/ports/audio/praat/Makefile 2013-09-20 09:36:35.000000000 -0500 +++ /usr/wip/audio/praat/Makefile 2013-11-30 16:43:30.000000000 -0600 @@ -2,37 +2,43 @@ # $FreeBSD: audio/praat/Makefile 327706 2013-09-20 14:36:35Z bapt $ PORTNAME= praat -PORTVERSION= 4.6.39 -PORTREVISION= 3 +PORTVERSION= 5.3.59 CATEGORIES= audio science -MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ -DISTNAME= praat4639_sources +MASTER_SITES= http://www.fon.hum.uva.nl/praat/ +DISTNAME= praat5359_sources MAINTAINER= jwbacon@tds.net COMMENT= Phonetics by Computer +LICENSE= GPLv2 + USE_DOS2UNIX= yes -NO_STAGE= yes DOS2UNIX_REGEX= .*Makefile USES= iconv motif -WRKSRC= ${WRKDIR}/sources_4639 +WRKSRC= ${WRKDIR}/sources_5359 MAKEFILE= makefile -PLIST_FILES= bin/praat -MAKE_JOBS_UNSAFE= yes +PLIST_FILES= bin/praat man/man1/praat.1.gz -MAN1= praat.1 +LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib post-patch: - @${REINPLACE_CMD} -e 's/ log2/ NUMlog2/' ${WRKSRC}/dwtools/Sound_extensions.c @${FIND} ${WRKSRC} -name Makefile -exec \ ${REINPLACE_CMD} -e 's|^CFLAGS =|CFLAGS +=|' "{}" \; - @${REINPLACE_CMD} -e 's/%%ICONV_LIB%%/${ICONV_LIB}/' \ - ${WRKSRC}/makefiles/makefile.defs.freebsd.dynamic - @${CP} ${WRKSRC}/makefiles/makefile.defs.freebsd.dynamic \ + @${FIND} ${WRKSRC} -name Makefile -exec \ + ${REINPLACE_CMD} -e 's|^CPPFLAGS =|CPPFLAGS +=|' "{}" \; + @${CP} ${FILESDIR}/makefile.defs.freebsd.alsa \ + ${WRKSRC}/makefile.defs + @${REINPLACE_CMD} -e 's|%%WRKSRC%%|${WRKSRC}|g' \ + -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/makefile.defs + @${REINPLACE_CMD} -e 's| log2| NUMlog2|g' \ + -e 's|feof (f)|feof (f.get_ptr())|g' \ + -e 's|ferror (f)|ferror (f.get_ptr())|g' \ + ${WRKSRC}/dwtools/Sound_extensions.cpp \ + ${WRKSRC}/fon/Sound_files.cpp do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/praat ${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/praat.1 ${PREFIX}/man/man1 + ${INSTALL_PROGRAM} ${WRKSRC}/praat ${STAGEDIR}${PREFIX}/bin + ${INSTALL_MAN} ${FILESDIR}/praat.1 ${STAGEDIR}${PREFIX}/man/man1 .include diff -ruN --exclude=CVS --exclude=.svn /usr/ports/audio/praat/distinfo /usr/wip/audio/praat/distinfo --- /usr/ports/audio/praat/distinfo 2012-07-14 07:56:14.000000000 -0500 +++ /usr/wip/audio/praat/distinfo 2013-11-23 11:57:51.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (praat4639_sources.tar.gz) = eba69ae300c9e86bea8a6dd69953b4436efb6519fb3ae228a9fe7d9e8cfa0c05 -SIZE (praat4639_sources.tar.gz) = 4928560 +SHA256 (praat5359_sources.tar.gz) = 0a2f27a0052f8197bd85036fa5c19e11b6854f3130a3fb66ad0055939ef6ed55 +SIZE (praat5359_sources.tar.gz) = 6856136 diff -ruN --exclude=CVS --exclude=.svn /usr/ports/audio/praat/files/makefile.defs.freebsd.alsa /usr/wip/audio/praat/files/makefile.defs.freebsd.alsa --- /usr/ports/audio/praat/files/makefile.defs.freebsd.alsa 1969-12-31 18:00:00.000000000 -0600 +++ /usr/wip/audio/praat/files/makefile.defs.freebsd.alsa 2013-11-23 13:44:23.000000000 -0600 @@ -0,0 +1,23 @@ +# File: makefile.defs.linux.alsa + +# System: Linux +# Paul Boersma, 26 October 2013 + +CC ?= gcc + +CXX ?= g++ + +CFLAGS = -std=gnu99 -DUNIX -Dlinux -DALSA `pkg-config --cflags gtk+-2.0` -Werror=implicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O1 -g1 + +CXXFLAGS = -Wshadow -DUNIX -Dlinux -DALSA `pkg-config --cflags gtk+-2.0` -Werror=implicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O1 -g1 -I%%WRKSRC%%/sys -I%%WRKSRC%%/dwsys -I%%WRKSRC%%/num -I%%WRKSRC%%/stat -I%%WRKSRC%%/kar -I%%WRKSRC%%/dwtools -I%%WRKSRC%%/fon -I%%WRKSRC%%/LPC -I%%WRKSRC%%/EEG -I%%WRKSRC%%/external/espeak -I%%WRKSRC%%/external/flac -I%%WRKSRC%%/external/mp3 -I%%WRKSRC%%/external/gsl -I%%LOCALBASE%%/include + +LINK ?= $(CXX) + +EXECUTABLE = praat + +LIBS = `pkg-config --libs gtk+-2.0` -L%%LOCALBASE%%/lib -lm -lasound -lpthread -ltinfow + +AR = ar +RANLIB = ls +ICON = +MAIN_ICON = diff -ruN --exclude=CVS --exclude=.svn /usr/ports/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic /usr/wip/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic --- /usr/ports/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic 2013-09-04 13:06:07.000000000 -0500 +++ /usr/wip/audio/praat/files/patch-makefiles_makefile.defs.freebsd.dynamic 1969-12-31 18:00:00.000000000 -0600 @@ -1,14 +0,0 @@ ---- makefiles/makefile.defs.freebsd.dynamic.orig 2007-12-02 15:47:18.000000000 +0200 -+++ makefiles/makefile.defs.freebsd.dynamic 2007-12-02 15:55:05.000000000 +0200 -@@ -3,9 +3,9 @@ - # System: FreeBSD - # Paul Boersma, January 31, 2007 - --CC = gcc -std=gnu99 -DUNIX -Dlinux -I /usr/X11R6/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized -O -+CC += -std=gnu99 -DUNIX -Dlinux -I${LOCALBASE}/include -Wimplicit -Wreturn-type -Wunused -Wunused-parameter -Wuninitialized - --LIBS = /usr/X11R6/lib/libXm.a -L /usr/X11R6/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm -+LIBS = ${LOCALBASE}/lib/libXm.a -L${LOCALBASE}/lib -lXmu -lXp -lXt -lSM -lICE -lXext -lX11 -lm -lpng -ljpeg %%ICONV_LIB%% -lXft - - RANLIB = ls - ICON = diff -ruN --exclude=CVS --exclude=.svn /usr/ports/audio/praat/files/patch-sys-melder.h /usr/wip/audio/praat/files/patch-sys-melder.h --- /usr/ports/audio/praat/files/patch-sys-melder.h 1969-12-31 18:00:00.000000000 -0600 +++ /usr/wip/audio/praat/files/patch-sys-melder.h 2013-11-23 13:15:01.000000000 -0600 @@ -0,0 +1,14 @@ +--- sys/melder.h.orig 2013-10-22 08:29:40.000000000 -0500 ++++ sys/melder.h 2013-11-23 12:43:08.000000000 -0600 +@@ -1073,6 +1073,11 @@ + Melder_fclose (file, tmp); + } + } ++ // operator () is not working in Sound_files.cpp:226 for some reason ++ FILE * get_ptr(void) ++ { ++ return ptr; ++ } + }; + + class autoMelderFile { diff -ruN --exclude=CVS --exclude=.svn /usr/ports/audio/praat/pkg-descr /usr/wip/audio/praat/pkg-descr --- /usr/ports/audio/praat/pkg-descr 2012-07-14 07:56:14.000000000 -0500 +++ /usr/wip/audio/praat/pkg-descr 2013-11-30 16:35:36.000000000 -0600 @@ -1,3 +1,4 @@ -Praat: doing phonetics by computer. +Praat (the Dutch word for "talk") is a free scientific computer software +package for the analysis of speech in phonetics. WWW: http://www.praat.org >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 23: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 ESMTPS id B069A4A3 for ; Sat, 30 Nov 2013 23:20:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8B2EA107B for ; Sat, 30 Nov 2013 23: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 rAUNK05g018680 for ; Sat, 30 Nov 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 rAUNK0ha018679; Sat, 30 Nov 2013 23:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 23:20:00 GMT Resent-Message-Id: <201311302320.rAUNK0ha018679@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Heino Tiedemann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7261456 for ; Sat, 30 Nov 2013 23:18:08 +0000 (UTC) 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 C39BB106F for ; Sat, 30 Nov 2013 23:18:08 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rAUNI85x066202 for ; Sat, 30 Nov 2013 23:18:08 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAUNI87P066201; Sat, 30 Nov 2013 23:18:08 GMT (envelope-from nobody) Message-Id: <201311302318.rAUNI87P066201@oldred.freebsd.org> Date: Sat, 30 Nov 2013 23:18:08 GMT From: Heino Tiedemann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184399: www/seamonkey build error on i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 23:20:00 -0000 >Number: 184399 >Category: ports >Synopsis: www/seamonkey build error on i386 >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 Nov 30 23:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Heino Tiedemann >Release: 9.1-STABLE >Organization: >Environment: FreeBSD ahab.tihnet 9.1-STABLE FreeBSD 9.1-STABLE #0: Sun Feb 24 08:33:04 CET 2013 root@ahab.tihnet:/usr/obj/usr/src/sys/BEASTIE i386 >Description: portmaster www/seamonkey causis this: .. /www/seamonkey/work/comm-release/mozilla/xpcom/build -I /usr/ports/www/seamonkey/work/comm-release/mozilla/ipc/chromium/src -I /usr/ports/www/seamonkey/work/comm-release/mozilla/ipc/glue -I ../../ipc/ipdl/_ipdlheaders -I /usr/ports/www/seamonkey/work/comm-release/mozilla/dom/indexedDB -I . -I ../../dist/include -I /usr/local/include/nspr -I /usr/local/include/nss -I /usr/local/include/nss/nss -I /usr/local/include -I /usr/local/include -I /usr/local/include -I /usr/local/include -fmodule-cache-path /tmp/clang-module-cache -O2 -Wall -Wpointer-arith -Woverloaded-virtual -Werror=return-type -Wtype-limits -Wempty-body -Wsign-compare -Wno-invalid-offsetof -Wno-c++0x-extensions -Wno-extended-offsetof -Wno-unknown-warning-option -Wno-return-type-c-linkage -Wno-mismatched-tags -std=gnu++0x -fdeprecated-macro -fdebug-compilation-dir /usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd9.1 -ferror-limit 19 -fmessage-length 196 -fvisibility hidden -mstackrealign -fno-rtti -fobjc-r untime=gnustep -fdiagnostics-show-option -fcolor-diagnostics -o FileInfo.o -x c++ /usr/ports/www/seamonkey/work/comm-release/mozilla/dom/indexedDB/FileInfo.cpp 1. parser at end of file 2. Code generation 3. Running pass 'Function Pass Manager' on module '/usr/ports/www/seamonkey/work/comm-release/mozilla/dom/indexedDB/FileInfo.cpp'. 4. Running pass 'X86 DAG->DAG Instruction Selection' on function '@_ZN7mozilla3dom9indexedDB8FileInfo16UpdateReferencesERNS_20ThreadSafeAutoRefCntEib' clang++: error: unable to execute command: Abort trap: 6 (core dumped) clang++: error: clang frontend command failed due to signal (use -v to see invocation) FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221 Target: i386-unknown-freebsd9.1 Thread model: posix clang++: note: diagnostic msg: PLEASE submit a bug report to http://llvm.org/bugs/ and include the crash backtrace, preprocessed source, and associated run script. clang++: note: diagnostic msg: ******************** PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT: Preprocessed source(s) and associated run script(s) are located at: clang++: note: diagnostic msg: /tmp/FileInfo-B3GNPH.cpp clang++: note: diagnostic msg: /tmp/FileInfo-B3GNPH.sh clang++: note: diagnostic msg: ******************** gmake[6]: *** [FileInfo.o] Error 254 gmake[6]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd9.1/mozilla/dom/indexedDB' gmake[5]: *** [indexedDB_libs] Error 2 gmake[5]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd9.1/mozilla/dom' gmake[4]: *** [libs_tier_platform] Error 2 gmake[4]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd9.1/mozilla' gmake[3]: *** [tier_platform] Error 2 gmake[3]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd9.1/mozilla' gmake[2]: *** [default] Error 2 gmake[2]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd9.1/mozilla' gmake[1]: *** [default] Error 2 gmake[1]: Leaving directory `/usr/ports/www/seamonkey/work/comm-release/obj-i386-portbld-freebsd9.1' gmake: *** [build] Error 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 Stop in /usr/ports/www/seamonkey. *** [build] Error code 1 Stop in /usr/ports/www/seamonkey. ===>>> make failed for www/seamonkey ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster www/seamonkey ===>>> Exiting >How-To-Repeat: portmaster www/seamonkey >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 23: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 ESMTPS id DB0404D2; Sat, 30 Nov 2013 23:20:09 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B1278107D; Sat, 30 Nov 2013 23: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 rAUNK9Dh018816; Sat, 30 Nov 2013 23: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 rAUNK9CZ018815; Sat, 30 Nov 2013 23:20:09 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 23:20:09 GMT Message-Id: <201311302320.rAUNK9CZ018815@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184399: www/seamonkey build error on i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 23:20:09 -0000 Synopsis: www/seamonkey build error on i386 Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 23: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=184399 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 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 ESMTPS id ADEECF7D for ; Sat, 30 Nov 2013 23:50:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 88F5611E5 for ; Sat, 30 Nov 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 rAUNo0Is024170 for ; Sat, 30 Nov 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 rAUNo03S024169; Sat, 30 Nov 2013 23:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 30 Nov 2013 23:50:00 GMT Resent-Message-Id: <201311302350.rAUNo03S024169@freefall.freebsd.org> 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 ESMTPS id 254EBD62 for ; Sat, 30 Nov 2013 23:45:58 +0000 (UTC) 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 07FA511C2 for ; Sat, 30 Nov 2013 23:45: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 rAUNjv2G075186 for ; Sat, 30 Nov 2013 23:45:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rAUNjvYK075185; Sat, 30 Nov 2013 23:45:57 GMT (envelope-from nobody) Message-Id: <201311302345.rAUNjvYK075185@oldred.freebsd.org> Date: Sat, 30 Nov 2013 23:45:57 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184400: [patch] Update net/olsrd to 0.6.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 23:50:00 -0000 >Number: 184400 >Category: ports >Synopsis: [patch] Update net/olsrd to 0.6.6.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 Nov 30 23:50: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: Update net/olsrd to 0.6.6.1. In addition: - Specify license, close enough to be BSD (someone please make sure) - Switch to "USES= gmake" - Update COMMENT and pkg-descr - Use pkg-message instead of ECHO in post-install This port is very STAGE unfriendly. Someone with more experience should take a look at how to convert it to STAGE. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 335352) +++ Makefile (working copy) @@ -2,14 +2,17 @@ # $FreeBSD$ PORTNAME= olsrd -DISTVERSION= 0.6.5.2 +DISTVERSION= 0.6.6.1 CATEGORIES= net MASTER_SITES= http://www.olsr.org/releases/0.6/ \ http://ftp2.za.freebsd.org/pub/mesh/pc/protocols/olsr/ MAINTAINER= jhay@FreeBSD.org -COMMENT= OLSR routing daemon +COMMENT= Adhoc wireless mesh routing daemon +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/license.txt + BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend .if defined(WITH_MULTI_IF) @@ -17,8 +20,7 @@ .endif USE_BZIP2= yes -USES= bison -USE_GMAKE= yes +USES= bison gmake USE_RC_SUBR= olsrd MAN8= olsrd.8 @@ -50,9 +52,4 @@ @${ECHO_MSG} "" .endif -post-install: - @${ECHO_MSG} "" - @${ECHO_MSG} " Set olsrd_enable=\"YES\" in /etc/rc.conf to enable" - @${ECHO_MSG} "" - .include Index: distinfo =================================================================== --- distinfo (revision 335352) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (olsrd-0.6.5.2.tar.bz2) = 754b727341b4e0ac370bfbd3a8def502425610a1482a34a8462bf5ba2e6cdc3f -SIZE (olsrd-0.6.5.2.tar.bz2) = 5400271 +SHA256 (olsrd-0.6.6.1.tar.bz2) = e8da5bc2eadd0c47a039bec994edd6441f44f61fa1e5dedf409988d3135cf0ba +SIZE (olsrd-0.6.6.1.tar.bz2) = 5414068 Index: pkg-descr =================================================================== --- pkg-descr (revision 335352) +++ pkg-descr (working copy) @@ -1,5 +1,3 @@ -From the website: - The olsr.org OLSR daemon is an implementation of the Optimized Link State Routing protocol. OLSR is a routing protocol for mobile ad-hoc networks. The protocol is pro-active, table driven and utilizes a @@ -6,4 +4,3 @@ technique called multipoint relaying for message flooding. WWW: http://www.olsr.org/ - Index: pkg-message =================================================================== --- pkg-message (revision 0) +++ pkg-message (working copy) @@ -0,0 +1 @@ +Set olsrd_enable=\"YES\" in /etc/rc.conf to enable. Property changes on: pkg-message ___________________________________________________________________ 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 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Nov 30 23: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 ESMTPS id EC695FAD; Sat, 30 Nov 2013 23:50:08 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C25FF11E8; Sat, 30 Nov 2013 23: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 rAUNo80Z024311; Sat, 30 Nov 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 rAUNo8x4024310; Sat, 30 Nov 2013 23:50:08 GMT (envelope-from edwin) Date: Sat, 30 Nov 2013 23:50:08 GMT Message-Id: <201311302350.rAUNo8x4024310@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhay@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184400: [patch] Update net/olsrd to 0.6.6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 30 Nov 2013 23:50:09 -0000 Synopsis: [patch] Update net/olsrd to 0.6.6.1 Responsible-Changed-From-To: freebsd-ports-bugs->jhay Responsible-Changed-By: edwin Responsible-Changed-When: Sat Nov 30 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=184400