From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 01: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 CDCAB69E for ; Sun, 15 Dec 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 8F0C71CCD for ; Sun, 15 Dec 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 rBF1K0cG037358 for ; Sun, 15 Dec 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 rBF1K0wv037357; Sun, 15 Dec 2013 01:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 01:20:00 GMT Resent-Message-Id: <201312150120.rBF1K0wv037357@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shane Ambler Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7D1666B for ; Sun, 15 Dec 2013 01:12:16 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D44991CB5 for ; Sun, 15 Dec 2013 01:12:16 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBF1CGU3034250 for ; Sun, 15 Dec 2013 01:12:16 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBF1CGTW034244; Sun, 15 Dec 2013 01:12:16 GMT (envelope-from nobody) Message-Id: <201312150112.rBF1CGTW034244@oldred.freebsd.org> Date: Sun, 15 Dec 2013 01:12:16 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184770: clang34-3.4.r2 unable to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 01:20:00 -0000 >Number: 184770 >Category: ports >Synopsis: clang34-3.4.r2 unable to compile >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 Dec 15 01:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD leader.local 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #1 r259039: Sat Dec 7 08:31:58 CST 2013 root@leader.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: clang34-3.4.r2 appears to be incomplete. Compiling a simple c file I get - /usr/local/llvm34/bin/../lib/clang/3.4/include/module.map:4:12: error: header 'altivec.h' not found header "altivec.h" ^ /usr/local/llvm34/bin/../lib/clang/3.4/include/module.map:31:14: error: header 'cpuid.h' not found header "cpuid.h" find /usr/local/llvm34 -name altivec.h -or -name cpuid.h shows no signs of these two files. I see the same entry in module.map for 3.2 and 3.3 versions and they don't have these two files either but don't give an error. I have CPUTYPE=corei7-avx in /etc/make.conf but removing it has no effect. >How-To-Repeat: Create a text file containing -- #include #include int main(int argc, char *argv[]) { printf("Hello World"); exit(0); } compile with clang34 main.c to get the error clang clang32 and clang33 compile without error >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 09:16: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 7871F14D; Sun, 15 Dec 2013 09:16: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 4D0E3160D; Sun, 15 Dec 2013 09:16: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 rBF9GGs2055972; Sun, 15 Dec 2013 09:16:16 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBF9GF6a055971; Sun, 15 Dec 2013 09:16:15 GMT (envelope-from antoine) Date: Sun, 15 Dec 2013 09:16:15 GMT Message-Id: <201312150916.rBF9GF6a055971@freefall.freebsd.org> To: mkamm@gmx.net, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/184751: devel/libreadline-java: build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 09:16:16 -0000 Synopsis: devel/libreadline-java: build with clang State-Changed-From-To: open->feedback State-Changed-By: antoine State-Changed-When: Sun Dec 15 09:11:33 UTC 2013 State-Changed-Why: Hello, In files/jython.sh, does python.home="/usr/local/lib/jython22" have to be changed too? Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: antoine Responsible-Changed-When: Sun Dec 15 09:11:33 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=184751 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 11: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 898974C3 for ; Sun, 15 Dec 2013 11: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 5D4E51F17 for ; Sun, 15 Dec 2013 11:50: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 rBFBogLf088936 for ; Sun, 15 Dec 2013 11:50:42 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFBogtq088935; Sun, 15 Dec 2013 11:50:42 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 11:50:42 GMT Resent-Message-Id: <201312151150.rBFBogtq088935@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, RK Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 097D01D6; Sun, 15 Dec 2013 11:40:59 +0000 (UTC) Received: from ponto.amerinoc.com (unknown [IPv6:2002:4006:6cef::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2E21EDF; Sun, 15 Dec 2013 11:40:58 +0000 (UTC) Received: from fbsd9.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by ponto.amerinoc.com (8.14.7/8.14.7) with ESMTP id rBFBep2W009191 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 15 Dec 2013 12:40:55 +0100 (CET) (envelope-from hsn@sendmail.cz) Received: from acer.localdomain ([10.0.0.2]) by fbsd9.localdomain (8.14.7/8.14.7) with ESMTP id rBFBeGia003469; Sun, 15 Dec 2013 12:40:44 +0100 (CET) (envelope-from hsn@sendmail.cz) Received: from acer.localdomain (localhost [127.0.0.1]) by acer.localdomain (8.14.7/8.14.7) with ESMTP id rBFBecAt044622 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 15 Dec 2013 12:40:39 +0100 (CET) (envelope-from hsn@acer.localdomain) Received: (from hsn@localhost) by acer.localdomain (8.14.7/8.14.7/Submit) id rBFBecUv044621; Sun, 15 Dec 2013 12:40:38 +0100 (CET) (envelope-from hsn) Message-Id: <201312151140.rBFBecUv044621@acer.localdomain> Date: Sun, 15 Dec 2013 12:40:38 +0100 (CET) From: RK To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184773: [PATCH] www/elinks: work around segfault on 10.x Cc: beat@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 11:50:52 -0000 >Number: 184773 >Category: ports >Synopsis: [PATCH] www/elinks: work around segfault on 10.x >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 Dec 15 11:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: RK >Release: FreeBSD 10.0-RC1 i386 >Organization: >Environment: System: FreeBSD acer.localdomain 10.0-RC1 FreeBSD 10.0-RC1 #0 r259397: Sun Dec 15 03:27:43 CET >Description: do not allow to compile with FASTMEM on 10.x Port maintainer (beat@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- elinks-0.11.7_4.patch begins here --- diff -ruN /usr/ports/www/elinks/Makefile ./Makefile --- /usr/ports/www/elinks/Makefile 2013-12-15 11:50:49.000000000 +0100 +++ ./Makefile 2013-12-15 12:39:09.000000000 +0100 @@ -3,7 +3,7 @@ PORTNAME= elinks DISTVERSION= 0.11.7 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www MASTER_SITES= http://elinks.or.cz/download/ @@ -194,6 +194,10 @@ CONFIGURE_ARGS+= ${ICONV_CONFIGURE_ARG} .endif +.if ${PORT_OPTIONS:MFASTMEM} && ${OSVERSION} > 1000000 +BROKEN= segfaults on 10.X with fast mem enabled +.endif + # # Elinks will try to use it if exists # --- elinks-0.11.7_4.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 11:51: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 D419C4F2; Sun, 15 Dec 2013 11:51: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 A96801F5F; Sun, 15 Dec 2013 11:51: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 rBFBpAea089017; Sun, 15 Dec 2013 11:51:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFBpAFR089016; Sun, 15 Dec 2013 11:51:10 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 11:51:10 GMT Message-Id: <201312151151.rBFBpAFR089016@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beat@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184773: [PATCH] www/elinks: work around segfault on 10.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 11:51:10 -0000 Synopsis: [PATCH] www/elinks: work around segfault on 10.x Responsible-Changed-From-To: freebsd-ports-bugs->beat Responsible-Changed-By: edwin Responsible-Changed-When: Sun Dec 15 11:51:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184773 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 12: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 DE1ABFB2 for ; Sun, 15 Dec 2013 12: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 A0B0111C7 for ; Sun, 15 Dec 2013 12:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFCe0wS001258 for ; Sun, 15 Dec 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 rBFCe0bd001257; Sun, 15 Dec 2013 12:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 12:40:00 GMT Resent-Message-Id: <201312151240.rBFCe0bd001257@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Denis Generalov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0B403F4B for ; Sun, 15 Dec 2013 12:35:23 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E840E11AE for ; Sun, 15 Dec 2013 12:35:22 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBFCZM1t032885 for ; Sun, 15 Dec 2013 12:35:22 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBFCZMYE032867; Sun, 15 Dec 2013 12:35:22 GMT (envelope-from nobody) Message-Id: <201312151235.rBFCZMYE032867@oldred.freebsd.org> Date: Sun, 15 Dec 2013 12:35:22 GMT From: Denis Generalov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184774: [maintainer update] Fix LEGAL message X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 12:40:00 -0000 >Number: 184774 >Category: ports >Synopsis: [maintainer update] Fix LEGAL message >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 Dec 15 12:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Denis Generalov >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: FreeBSD tyl.rambler.ramblermedia.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r244924: Tue Jan 1 21:05:19 MSK 2013 gd@tyl.rambler.ramblermedia.com:/tmp/gd/usr/src/sys/GENERIC amd64 >Description: Fix LEGAL message >How-To-Repeat: >Fix: Patch attached with submission follows: ===> Generating patch ===> Viewing diff with more diff -ruN /usr/ports//sysutils/su2/Makefile ./Makefile --- /usr/ports//sysutils/su2/Makefile 2013-12-11 22:27:42.000000000 +0400 +++ ./Makefile 2013-12-11 22:27:11.000000000 +0400 @@ -12,7 +12,7 @@ PATCH_DEPENDS= rcsdiff:${PORTSDIR}/devel/rcs -NO_CDROM= Don't sell for profit +NO_CDROM= Do not sell for profit PLIST_FILES= bin/su2 \ man/man1/su2.1.gz ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 13: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 3FF09598 for ; Sun, 15 Dec 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 03261130F for ; Sun, 15 Dec 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 rBFD00WG005044 for ; Sun, 15 Dec 2013 13:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFD00pd005034; Sun, 15 Dec 2013 13:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 13:00:00 GMT Resent-Message-Id: <201312151300.rBFD00pd005034@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Roland Smith Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A18222E; Sun, 15 Dec 2013 12:53:13 +0000 (UTC) Received: from smtp-vbr10.xs4all.nl (smtp-vbr10.xs4all.nl [194.109.24.30]) by mx1.freebsd.org (Postfix) with ESMTP id 29FB512A9; Sun, 15 Dec 2013 12:53:12 +0000 (UTC) Received: from slackbox.erewhon.net (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr10.xs4all.nl (8.13.8/8.13.8) with ESMTP id rBFCrB5G041094; Sun, 15 Dec 2013 13:53:11 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.erewhon.net (Postfix, from userid 1001) id 66E87123C3; Sun, 15 Dec 2013 13:53:11 +0100 (CET) Message-Id: <20131215125311.66E87123C3@slackbox.erewhon.net> Date: Sun, 15 Dec 2013 13:53:11 +0100 (CET) From: Roland Smith To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184775: revision 336423 breaks math/numpy build Cc: koobs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Roland Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:00:01 -0000 >Number: 184775 >Category: ports >Synopsis: revision 336423 breaks math/numpy build >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: Sun Dec 15 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Roland Smith >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD slackbox.erewhon.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r256082: Sun Oct 6 15:55:18 CEST 2013 root@slackbox.erewhon.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: * It is not allowed to have shell commands without a target in a Makefile * The last ECHO_MSG is missing its closing quotation mark. >How-To-Repeat: root@slackbox:/usr/ports/math/py-numpy # make "Makefile", line 60: Need an operator "Makefile", line 61: Need an operator "Makefile", line 62: Need an operator "Makefile", line 63: Need an operator "Makefile", line 64: Need an operator "Makefile", line 65: Need an operator make: fatal errors encountered -- cannot continue >Fix: Revert 336423 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 13:15: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 ED58288D; Sun, 15 Dec 2013 13:15: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 C1169144B; Sun, 15 Dec 2013 13:15: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 rBFDFgol009882; Sun, 15 Dec 2013 13:15:42 GMT (envelope-from koobs@freefall.freebsd.org) Received: (from koobs@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFDFgQc009881; Sun, 15 Dec 2013 13:15:42 GMT (envelope-from koobs) Date: Sun, 15 Dec 2013 13:15:42 GMT Message-Id: <201312151315.rBFDFgQc009881@freefall.freebsd.org> To: koobs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, koobs@FreeBSD.org From: koobs@FreeBSD.org Subject: Re: ports/184775: revision 336423 breaks math/numpy build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 13:15:43 -0000 Synopsis: revision 336423 breaks math/numpy build Responsible-Changed-From-To: freebsd-ports-bugs->koobs Responsible-Changed-By: koobs Responsible-Changed-When: Sun Dec 15 13:15:42 UTC 2013 Responsible-Changed-Why: I'll take it, my pointyhat. http://www.freebsd.org/cgi/query-pr.cgi?pr=184775 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 14: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 C2153FAE for ; Sun, 15 Dec 2013 14: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 8132D1900 for ; Sun, 15 Dec 2013 14: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 rBFEo0cX027778 for ; Sun, 15 Dec 2013 14: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 rBFEo00w027777; Sun, 15 Dec 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 14:50:00 GMT Resent-Message-Id: <201312151450.rBFEo00w027777@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D7924EA0 for ; Sun, 15 Dec 2013 14:40:53 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C470518D5 for ; Sun, 15 Dec 2013 14: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 rBFEerrS016972 for ; Sun, 15 Dec 2013 14:40:53 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBFEerVT016819; Sun, 15 Dec 2013 14:40:53 GMT (envelope-from nobody) Message-Id: <201312151440.rBFEerVT016819@oldred.freebsd.org> Date: Sun, 15 Dec 2013 14:40:53 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184777: games/springlobby : deprecated optional dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 14:50:00 -0000 >Number: 184777 >Category: ports >Synopsis: games/springlobby : deprecated optional dependency >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 Dec 15 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 10.0-RC1 amd64 >Organization: >Environment: FreeBSD acer 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 17:45:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Ports r336540 >Description: games/springlobby depends on net-p2p/libtorrent-rasterbar-15 when the TORRENT option is selected. The dependency is expired, so mark springlobby as deprecated in this case. >How-To-Repeat: Tools/scripts/rmport net-p2p/libtorrent-rasterbar-15 >Fix: Patch attached with submission follows: Index: games/springlobby/Makefile =================================================================== --- games/springlobby/Makefile (revision 336533) +++ games/springlobby/Makefile (working copy) @@ -41,6 +41,7 @@ .if ${PORT_OPTIONS:MTORRENT} LIB_DEPENDS+= torrent-rasterbar:${PORTSDIR}/net-p2p/libtorrent-rasterbar-15 +DEPRECATED= Depends on expired net-p2p/libtorrent-rasterbar-15 .else CMAKE_ARGS+= -DOPTION_TORRENT_SYSTEM:BOOL=OFF .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 14: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 77159FDB; Sun, 15 Dec 2013 14: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 45E5F194C; Sun, 15 Dec 2013 14: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 rBFEo9a4029518; Sun, 15 Dec 2013 14: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 rBFEo916029517; Sun, 15 Dec 2013 14:50:09 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 14:50:09 GMT Message-Id: <201312151450.rBFEo916029517@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184777: games/springlobby : deprecated optional dependency X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 14:50:09 -0000 Synopsis: games/springlobby : deprecated optional dependency Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Sun Dec 15 14: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=184777 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 15:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C7A828F6 for ; Sun, 15 Dec 2013 15: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 A24441CAC for ; Sun, 15 Dec 2013 15:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFFe0Xk038364 for ; Sun, 15 Dec 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 rBFFe0iW038363; Sun, 15 Dec 2013 15:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 15:40:00 GMT Resent-Message-Id: <201312151540.rBFFe0iW038363@freefall.freebsd.org> 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 CDB1B8CF for ; Sun, 15 Dec 2013 15:37:14 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A10551CA1 for ; Sun, 15 Dec 2013 15:37: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 rBFFbEUW097304 for ; Sun, 15 Dec 2013 15:37:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBFFbERt097303; Sun, 15 Dec 2013 15:37:14 GMT (envelope-from nobody) Message-Id: <201312151537.rBFFbERt097303@oldred.freebsd.org> Date: Sun, 15 Dec 2013 15:37:14 GMT From: Bartek Rutkowski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184778: New port: devel/py-pycparser Complete C99 parser written in pure Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 15:40:00 -0000 >Number: 184778 >Category: ports >Synopsis: New port: devel/py-pycparser Complete C99 parser written in pure 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 Dec 15 15:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Bartek Rutkowski >Release: 9.2-R >Organization: Pixeware LTD >Environment: FreeBSD misiopatysiolot 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/MISIOPATYSIOLOT amd64 >Description: This is a new port of C language parser written in Python, which is required by Python CFFI. >How-To-Repeat: Unpack the shar achive, test the port, commit. >Fix: Shar archive attached. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-pycparser # py-pycparser/pkg-descr # py-pycparser/distinfo # py-pycparser/Makefile # echo c - py-pycparser mkdir -p py-pycparser > /dev/null 2>&1 echo x - py-pycparser/pkg-descr sed 's/^X//' >py-pycparser/pkg-descr << '92031920514b6bd79a880572f6f654f0' XPycparser is a parser for the C language, Xwritten in pure Python. It is a module Xdesigned to be easily integrated into Xapplications that need to parse C source code. X XWWW: https://pypi.python.org/pypi/pycparser 92031920514b6bd79a880572f6f654f0 echo x - py-pycparser/distinfo sed 's/^X//' >py-pycparser/distinfo << 'a7daf7b41962df43ceeb402d3f8cea45' XSHA256 (pycparser-2.10.tar.gz) = 957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c XSIZE (pycparser-2.10.tar.gz) = 206166 a7daf7b41962df43ceeb402d3f8cea45 echo x - py-pycparser/Makefile sed 's/^X//' >py-pycparser/Makefile << '5d77f489358ba8cbde44382087155a49' X# $FreeBSD:$ X XPORTNAME= pycparser XPORTVERSION= 2.10 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= ports@robakdesign.com XCOMMENT= Pycparser is a parser for the C, written Python X XLICENSE= BSD X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XNO_STAGE= yes X X.include 5d77f489358ba8cbde44382087155a49 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 15: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 824F39B1; Sun, 15 Dec 2013 15: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 574161CAE; Sun, 15 Dec 2013 15:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFFe8O9038497; Sun, 15 Dec 2013 15:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFFe8Pd038496; Sun, 15 Dec 2013 15:40:08 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 15:40:08 GMT Message-Id: <201312151540.rBFFe8Pd038496@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184778: New port: devel/py-pycparser Complete C99 parser written in pure Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 15:40:08 -0000 Synopsis: New port: devel/py-pycparser Complete C99 parser written in pure Python Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Dec 15 15:40:08 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184778 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 16:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1B376CD for ; Sun, 15 Dec 2013 16: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 7B4961E5C for ; Sun, 15 Dec 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 rBFGA0ST044421 for ; Sun, 15 Dec 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 rBFGA0ar044419; Sun, 15 Dec 2013 16:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 16:10:00 GMT Resent-Message-Id: <201312151610.rBFGA0ar044419@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hardy Schumacher Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33917667 for ; Sun, 15 Dec 2013 16:04:38 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 131A11E40 for ; Sun, 15 Dec 2013 16:04: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 rBFG4bdj082301 for ; Sun, 15 Dec 2013 16:04:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBFG4brc082300; Sun, 15 Dec 2013 16:04:37 GMT (envelope-from nobody) Message-Id: <201312151604.rBFG4brc082300@oldred.freebsd.org> Date: Sun, 15 Dec 2013 16:04:37 GMT From: Hardy Schumacher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184779: [PATCH] emulators/kcemu (fix build issues) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 16:10:00 -0000 >Number: 184779 >Category: ports >Synopsis: [PATCH] emulators/kcemu (fix build issues) >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 Dec 15 16:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hardy Schumacher >Release: FreeBSD-9.2 >Organization: >Environment: FreeBSD gamma.low.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255996: Thu Oct 3 20:40:04 CEST 2013 root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA i386 >Description: Port emulators/kcemu became broken after update of dependent ports. This PR is fixing the issues. >How-To-Repeat: Try to build/rebuild port emulators/kcemu on FreeBSD-9.x with current set of ports tree. >Fix: See attachment. Patch attached with submission follows: diff -ruN /usr/ports/emulators/kcemu/Makefile ./kcemu/Makefile --- /usr/ports/emulators/kcemu/Makefile 2013-11-08 21:34:59.000000000 +0100 +++ ./kcemu/Makefile 2013-12-15 14:24:30.000000000 +0100 @@ -3,7 +3,7 @@ PORTNAME= kcemu PORTVERSION= 0.5.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= SF/${PORTNAME}/KCemu/KCemu-${PORTVERSION} DISTNAME= KCemu-${PORTVERSION} @@ -13,7 +13,7 @@ BUILD_DEPENDS= pngtopnm:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= libaudiofile.so:${PORTSDIR}/audio/libaudiofile \ - avformat.1:${PORTSDIR}/multimedia/ffmpeg \ + avformat:${PORTSDIR}/multimedia/ffmpeg \ dirac_encoder.1:${PORTSDIR}/multimedia/dirac \ schroedinger-1.0:${PORTSDIR}/multimedia/schroedinger \ sndfile.1:${PORTSDIR}/audio/libsndfile \ diff -ruN /usr/ports/emulators/kcemu/files/patch-include-ui-gtk-ffmpeg.h ./kcemu/files/patch-include-ui-gtk-ffmpeg.h --- /usr/ports/emulators/kcemu/files/patch-include-ui-gtk-ffmpeg.h 1970-01-01 01:00:00.000000000 +0100 +++ ./kcemu/files/patch-include-ui-gtk-ffmpeg.h 2013-12-15 16:46:26.000000000 +0100 @@ -0,0 +1,12 @@ +--- include/ui/gtk/ffmpeg.h.orig 2010-03-07 20:50:22.000000000 +0100 ++++ include/ui/gtk/ffmpeg.h 2013-12-15 16:45:59.000000000 +0100 +@@ -28,7 +28,9 @@ + extern "C" + { + #define __STDC_CONSTANT_MACROS ++#include + #include ++#include + } + + #include "kc/system.h" diff -ruN /usr/ports/emulators/kcemu/files/patch-src-libdisk-load_22dsk.c ./kcemu/files/patch-src-libdisk-load_22dsk.c --- /usr/ports/emulators/kcemu/files/patch-src-libdisk-load_22dsk.c 1970-01-01 01:00:00.000000000 +0100 +++ ./kcemu/files/patch-src-libdisk-load_22dsk.c 2013-12-15 14:43:41.000000000 +0100 @@ -0,0 +1,11 @@ +--- src/libdisk/load_22dsk.c.orig 2010-03-07 20:50:22.000000000 +0100 ++++ src/libdisk/load_22dsk.c 2013-12-15 14:43:31.000000000 +0100 +@@ -81,7 +81,7 @@ + + typedef struct { + FILE *f; +- gzFile *gzf; ++ gzFile gzf; + int read_only; + int len; + struct { diff -ruN /usr/ports/emulators/kcemu/files/patch-src-ui-gtk-ffmpeg.cc ./kcemu/files/patch-src-ui-gtk-ffmpeg.cc --- /usr/ports/emulators/kcemu/files/patch-src-ui-gtk-ffmpeg.cc 1970-01-01 01:00:00.000000000 +0100 +++ ./kcemu/files/patch-src-ui-gtk-ffmpeg.cc 2013-12-15 16:54:28.000000000 +0100 @@ -0,0 +1,78 @@ +--- src/ui/gtk/ffmpeg.cc.orig 2010-03-07 20:50:23.000000000 +0100 ++++ src/ui/gtk/ffmpeg.cc 2013-12-15 16:54:09.000000000 +0100 +@@ -48,7 +48,7 @@ + + av_register_all(); + +- AVOutputFormat *fmt = guess_format("avi", NULL, "video/x-msvideo"); ++ AVOutputFormat *fmt = av_guess_format("avi", NULL, "video/x-msvideo"); + if (fmt == NULL) + return false; + +@@ -66,7 +66,7 @@ + return false; + } + _stream->codec->codec_id = fmt->video_codec; +- _stream->codec->codec_type = CODEC_TYPE_VIDEO; ++ _stream->codec->codec_type = AVMEDIA_TYPE_VIDEO; + _stream->codec->codec_tag = MKTAG('D', 'X', '5', '0'); + + _stream->codec->bit_rate = 79000 + 1000 * pow(1.4, quality * 20.0); +@@ -81,14 +81,8 @@ + if (_context->oformat->flags & AVFMT_GLOBALHEADER) + _stream->codec->flags |= CODEC_FLAG_GLOBAL_HEADER; + +- if (av_set_parameters(_context, NULL) < 0) +- { +- close(); +- return false; +- } +- + AVCodec *codec = avcodec_find_encoder(_stream->codec->codec_id); +- if (avcodec_open(_stream->codec, codec) < 0) ++ if (avcodec_open2(_stream->codec, codec, NULL) < 0) + { + close(); + return false; +@@ -119,14 +113,14 @@ + + avpicture_fill((AVPicture *) _frame, buf, _stream->codec->pix_fmt, width, height); + +- if (url_fopen(&_context->pb, filename, URL_WRONLY) < 0) ++ if (avio_open(&_context->pb, filename, AVIO_FLAG_WRITE) < 0) + { + close(); + return false; + } + + //dump_format(_context, 0, filename, 1); +- av_write_header(_context); ++ avformat_write_header(_context, NULL); + return true; + } + +@@ -171,7 +165,7 @@ + if (_stream->codec->coded_frame->pts != AV_NOPTS_VALUE) + pkt.pts = av_rescale_q(_stream->codec->coded_frame->pts, _stream->codec->time_base, _stream->time_base); + if (_stream->codec->coded_frame->key_frame) +- pkt.flags |= PKT_FLAG_KEY; ++ pkt.flags |= AV_PKT_FLAG_KEY; + pkt.stream_index = _stream->index; + pkt.data = _buf; + pkt.size = out_size; +@@ -197,7 +191,7 @@ + av_freep(&_context->streams[i]->codec); + av_freep(&_context->streams[i]); + } +- url_fclose(_context->pb); ++ avio_close(_context->pb); + + av_free(_context); + +@@ -207,4 +201,4 @@ + _buf = NULL; + } + +-#endif /* HAVE_LIBAVFORMAT */ +\ No newline at end of file ++#endif /* HAVE_LIBAVFORMAT */ diff -ruN /usr/ports/emulators/kcemu/files/patch-src-ui-gtk-plotter.cc ./kcemu/files/patch-src-ui-gtk-plotter.cc --- /usr/ports/emulators/kcemu/files/patch-src-ui-gtk-plotter.cc 1970-01-01 01:00:00.000000000 +0100 +++ ./kcemu/files/patch-src-ui-gtk-plotter.cc 2013-12-15 14:51:42.000000000 +0100 @@ -0,0 +1,12 @@ +--- src/ui/gtk/plotter.cc.orig 2010-03-07 20:50:22.000000000 +0100 ++++ src/ui/gtk/plotter.cc 2013-12-15 14:50:48.000000000 +0100 +@@ -18,8 +18,7 @@ + */ + + #include +-#include +-#include ++#include + + #include "kc/kc.h" + #include "kc/system.h" >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 16: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 652266FE; Sun, 15 Dec 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 3A1E91E5E; Sun, 15 Dec 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 rBFGA9xR044548; Sun, 15 Dec 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 rBFGA9Cp044547; Sun, 15 Dec 2013 16:10:09 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 16:10:09 GMT Message-Id: <201312151610.rBFGA9Cp044547@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184779: [PATCH] emulators/kcemu (fix build issues) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 16:10:09 -0000 Synopsis: [PATCH] emulators/kcemu (fix build issues) Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sun Dec 15 16:10: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=184779 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 16:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47E9412E for ; Sun, 15 Dec 2013 16: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 23E471F8D for ; Sun, 15 Dec 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFGU0MR049203 for ; Sun, 15 Dec 2013 16: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 rBFGU0R9049202; Sun, 15 Dec 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 16:30:00 GMT Resent-Message-Id: <201312151630.rBFGU0R9049202@freefall.freebsd.org> 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 F23B1122 for ; Sun, 15 Dec 2013 16:29:09 +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 C08CD1F87 for ; Sun, 15 Dec 2013 16:29:09 +0000 (UTC) Received: by scruffy.exit2shell.com with ESMTP id rBFGT0qG055190; Sun, 15 Dec 2013 08:29:00 -0800 (PST) Received: by clamps.exit2shell.com (sSMTP sendmail emulation); Sun, 15 Dec 2013 16:29:00 +0000 Message-Id: <201312151629.rBFGT0qG055190@scruffy.exit2shell.com> Date: Sun, 15 Dec 2013 16:29:00 +0000 From: Steven Kreuzer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/184780: [PATCH] palm/pilot-link: Add STAGE and LICENSE support Cc: samm@os2.kiev.ua X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 16:30:01 -0000 >Number: 184780 >Category: ports >Synopsis: [PATCH] palm/pilot-link: Add STAGE and LICENSE 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: Sun Dec 15 16:30:00 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 STAGE and LICENSE support Port maintainer (samm@os2.kiev.ua) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- pilot-link-0.12.5,1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 336553) +++ Makefile (working copy) @@ -11,6 +11,8 @@ MAINTAINER= samm@os2.kiev.ua COMMENT= Suite of tools used to connect and sync your Palm handled +LICENSE= GPLv2 + BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt USES= pathfix pkgconfig iconv @@ -23,7 +25,6 @@ OPTIONS_DEFINE= PNG THREADS USB USB_DESC= Compile with USB via libusb support (READ MANUAL!) -NO_STAGE= yes .include .if ${PORT_OPTIONS:MTHREADS} @@ -50,8 +51,6 @@ CONFIGURE_ARGS+= --disable-png .endif -.include "${.CURDIR}/manpages.mk" - post-patch: @${REINPLACE_CMD} -e 's|png_voidp_NULL|NULL|g' \ -e 's|png_error_ptr_NULL|NULL|g' \ Index: manpages.mk =================================================================== --- manpages.mk (revision 336553) +++ manpages.mk (working copy) @@ -1,37 +0,0 @@ -MAN1+= ietf2datebook.1 -MAN1+= pilot-install-datebook.1 -MAN1+= pilot-install-expenses.1 -MAN1+= pilot-install-hinote.1 -MAN1+= pilot-install-memo.1 -MAN1+= pilot-install-netsync.1 -MAN1+= pilot-install-todo.1 -MAN1+= pilot-install-todos.1 -MAN1+= pilot-install-user.1 -MAN1+= pilot-addresses.1 -MAN1+= pilot-clip.1 -MAN1+= pilot-csd.1 -MAN1+= pilot-debugsh.1 -MAN1+= pilot-dedupe.1 -MAN1+= pilot-dlpsh.1 -MAN1+= pilot-file.1 -MAN1+= pilot-foto.1 -MAN1+= pilot-foto-treo600.1 -MAN1+= pilot-foto-treo650.1 -MAN1+= pilot-getram.1 -MAN1+= pilot-getrom.1 -MAN1+= pilot-getromtoken.1 -MAN1+= pilot-hinotes.1 -MAN1+= pilot-memos.1 -MAN1+= pilot-nredir.1 -MAN1+= pilot-reminders.1 -MAN1+= pilot-schlep.1 -MAN1+= pilot-wav.1 -MAN1+= pilot-xfer.1 -MAN1+= pilot-read-expenses.1 -MAN1+= pilot-read-ical.1 -MAN1+= pilot-read-notepad.1 -MAN1+= pilot-read-palmpix.1 -MAN1+= pilot-read-screenshot.1 -MAN1+= pilot-read-todos.1 -MAN1+= pilot-read-veo.1 -MAN7+= pilot-link.7 Index: pkg-plist =================================================================== --- pkg-plist (revision 336553) +++ pkg-plist (working copy) @@ -98,6 +98,43 @@ %%DATADIR%%/prc/getrom.prc %%DATADIR%%/prc/getrom2.prc %%DATADIR%%/udev/60-libpisock.rules +man/man1/ietf2datebook.1.gz +man/man1/pilot-install-datebook.1.gz +man/man1/pilot-install-expenses.1.gz +man/man1/pilot-install-hinote.1.gz +man/man1/pilot-install-memo.1.gz +man/man1/pilot-install-netsync.1.gz +man/man1/pilot-install-todo.1.gz +man/man1/pilot-install-todos.1.gz +man/man1/pilot-install-user.1.gz +man/man1/pilot-addresses.1.gz +man/man1/pilot-clip.1.gz +man/man1/pilot-csd.1.gz +man/man1/pilot-debugsh.1.gz +man/man1/pilot-dedupe.1.gz +man/man1/pilot-dlpsh.1.gz +man/man1/pilot-file.1.gz +man/man1/pilot-foto.1.gz +man/man1/pilot-foto-treo600.1.gz +man/man1/pilot-foto-treo650.1.gz +man/man1/pilot-getram.1.gz +man/man1/pilot-getrom.1.gz +man/man1/pilot-getromtoken.1.gz +man/man1/pilot-hinotes.1.gz +man/man1/pilot-memos.1.gz +man/man1/pilot-nredir.1.gz +man/man1/pilot-reminders.1.gz +man/man1/pilot-schlep.1.gz +man/man1/pilot-wav.1.gz +man/man1/pilot-xfer.1.gz +man/man1/pilot-read-expenses.1.gz +man/man1/pilot-read-ical.1.gz +man/man1/pilot-read-notepad.1.gz +man/man1/pilot-read-palmpix.1.gz +man/man1/pilot-read-screenshot.1.gz +man/man1/pilot-read-todos.1.gz +man/man1/pilot-read-veo.1.gz +man/man7/pilot-link.7.gz @dirrm %%DATADIR%%/udev @dirrm %%DATADIR%%/prc @dirrm %%DATADIR%%/pix --- pilot-link-0.12.5,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 16: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 3CE69165; Sun, 15 Dec 2013 16: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 08F241F93; Sun, 15 Dec 2013 16:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFGU8iZ049334; Sun, 15 Dec 2013 16: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 rBFGU8GB049333; Sun, 15 Dec 2013 16:30:08 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 16:30:08 GMT Message-Id: <201312151630.rBFGU8GB049333@freefall.freebsd.org> To: skreuzer@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184780: [PATCH] palm/pilot-link: Add STAGE and LICENSE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 16:30:09 -0000 Synopsis: [PATCH] palm/pilot-link: Add STAGE and LICENSE support State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Dec 15 16:30:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184780 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 16: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 CB0A6343 for ; Sun, 15 Dec 2013 16: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 8FFF0102E for ; Sun, 15 Dec 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFGe0BF051261 for ; Sun, 15 Dec 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFGe04i051260; Sun, 15 Dec 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 16:40:00 GMT Resent-Message-Id: <201312151640.rBFGe04i051260@freefall.freebsd.org> 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 74D0B323; Sun, 15 Dec 2013 16:38: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 5DA361021; Sun, 15 Dec 2013 16:38:40 +0000 (UTC) Received: by scruffy.exit2shell.com with ESMTP id rBFGcbuu055224; Sun, 15 Dec 2013 08:38:37 -0800 (PST) Received: by clamps.exit2shell.com (sSMTP sendmail emulation); Sun, 15 Dec 2013 16:38:38 +0000 Message-Id: <201312151638.rBFGcbuu055224@scruffy.exit2shell.com> Date: Sun, 15 Dec 2013 16:38:38 +0000 From: Steven Kreuzer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/184781: [PATCH] palm/libmal: Add STAGE and LICENSE support Cc: fluffy@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 16:40:00 -0000 >Number: 184781 >Category: ports >Synopsis: [PATCH] palm/libmal: Add STAGE and LICENSE 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: Sun Dec 15 16:40:00 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 STAGE and LICENSE support Remove USE_GMAKE in favor of USES Update LIB_DEPENDS to new format Port maintainer (fluffy@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- libmal-0.44.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 336553) +++ Makefile (working copy) @@ -9,14 +9,14 @@ MAINTAINER= fluffy@FreeBSD.org COMMENT= A library encapsulating malsync -LIB_DEPENDS= pisock.9:${PORTSDIR}/palm/pilot-link +LICENSE= MPL -USE_GMAKE= YES +LIB_DEPENDS= libpisock.so.9:${PORTSDIR}/palm/pilot-link + +USES= gmake GNU_CONFIGURE= yes -HAS_CONFIGURE= YES CONFIGURE_ARGS= --with-pilot-prefix=${LOCALBASE} USE_LDCONFIG= YES CONFLICTS= malsync-[0-9]* -NO_STAGE= yes .include --- libmal-0.44.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 16:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A221F344 for ; Sun, 15 Dec 2013 16: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 8EE4F102F for ; Sun, 15 Dec 2013 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFGe1mM051323 for ; Sun, 15 Dec 2013 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFGe12N051322; Sun, 15 Dec 2013 16:40:01 GMT (envelope-from gnats) Date: Sun, 15 Dec 2013 16:40:01 GMT Message-Id: <201312151640.rBFGe12N051322@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184780: [PATCH] palm/pilot-link: Add STAGE and LICENSE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Dec 2013 16:40:01 -0000 The following reply was made to PR ports/184780; it has been noted by GNATS. From: Edwin Groothuis To: samm@os2.kiev.ua Cc: bug-followup@FreeBSD.org Subject: Re: ports/184780: [PATCH] palm/pilot-link: Add STAGE and LICENSE support Date: Sun, 15 Dec 2013 16:30:08 UT Maintainer of palm/pilot-link, Please note that PR ports/184780 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/184780 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 16: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 29AD2371; Sun, 15 Dec 2013 16: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 F37CA1030; Sun, 15 Dec 2013 16:40: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 rBFGe7kO051400; Sun, 15 Dec 2013 16: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 rBFGe7b8051399; Sun, 15 Dec 2013 16:40:07 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 16:40:07 GMT Message-Id: <201312151640.rBFGe7b8051399@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fluffy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184781: [PATCH] palm/libmal: Add STAGE and LICENSE support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 16:40:08 -0000 Synopsis: [PATCH] palm/libmal: Add STAGE and LICENSE support Responsible-Changed-From-To: freebsd-ports-bugs->fluffy Responsible-Changed-By: edwin Responsible-Changed-When: Sun Dec 15 16:40:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184781 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 17:10:06 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DAFEED3C; Sun, 15 Dec 2013 17: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 AFDB11219; Sun, 15 Dec 2013 17: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 rBFHA67V057396; Sun, 15 Dec 2013 17:10:06 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFHA6Fs057395; Sun, 15 Dec 2013 17:10:06 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 17:10:06 GMT Message-Id: <201312151710.rBFHA6Fs057395@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brooks@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184770: lang/clang34 3.4.r2 unable to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 17:10:06 -0000 Synopsis: lang/clang34 3.4.r2 unable to compile Responsible-Changed-From-To: freebsd-ports-bugs->brooks Responsible-Changed-By: edwin Responsible-Changed-When: Sun Dec 15 17:10:06 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184770 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 17:13: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 2BDCDD9F; Sun, 15 Dec 2013 17:13: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 F34E11232; Sun, 15 Dec 2013 17:13: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 rBFHDIGr059826; Sun, 15 Dec 2013 17:13:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFHDIIr059822; Sun, 15 Dec 2013 17:13:18 GMT (envelope-from linimon) Date: Sun, 15 Dec 2013 17:13:18 GMT Message-Id: <201312151713.rBFHDIIr059822@freefall.freebsd.org> To: stefan@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184772: Re: Use OPTIONS and mandate GCC for mail/spamprobe [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 17:13:19 -0000 Synopsis: Re: Use OPTIONS and mandate GCC for mail/spamprobe [patch] State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Dec 15 17:12:38 UTC 2013 State-Changed-Why: Misfiled followup to ports/184579; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Dec 15 17:12:38 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184772 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 17: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 F2B0225E for ; Sun, 15 Dec 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 B3E641356 for ; Sun, 15 Dec 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 rBFHe0fr064524 for ; Sun, 15 Dec 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 rBFHe0WE064523; Sun, 15 Dec 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 17:40:00 GMT Resent-Message-Id: <201312151740.rBFHe0WE064523@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Schneider Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2204D167 for ; Sun, 15 Dec 2013 17:36:07 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0838E133A for ; Sun, 15 Dec 2013 17:36:07 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBFHa6Sd061419 for ; Sun, 15 Dec 2013 17:36:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBFHa68I061418; Sun, 15 Dec 2013 17:36:06 GMT (envelope-from nobody) Message-Id: <201312151736.rBFHa68I061418@oldred.freebsd.org> Date: Sun, 15 Dec 2013 17:36:06 GMT From: John Schneider To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184782: openjdk7 with debug option results in "Undefined symbol "libiconv_open" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 17:40:01 -0000 >Number: 184782 >Category: ports >Synopsis: openjdk7 with debug option results in "Undefined symbol "libiconv_open" >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 Dec 15 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Schneider >Release: 9.2 >Organization: Xyops Corporation >Environment: FreeBSD web1.mobile-01.local.xyops.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r259286: Fri Dec 13 16:53:40 EST 2013 jschneider@mobile-01:/usr/obj/usr/src/sys/MOBILE-9 amd64 >Description: When trying to run newest version of openjdk7 java with debugging option, such as with Glassfish or Tomcat, the error "/usr/local/openjdk7/jre/lib/amd64/libnpt.so: Undefined symbol "libiconv_open" is thrown. This problem is similar to ports/184204, however there is a workaround for that PR. No workaround has yet been found for enabling debugging with openjdk7. >How-To-Repeat: Install Glassfish and try to start with: "bin/asadmin start-domain --debug=true" >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 18:22: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 02B26F6A; Sun, 15 Dec 2013 18:22: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 C8F261675; Sun, 15 Dec 2013 18:22: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 rBFIM8mQ078316; Sun, 15 Dec 2013 18:22:08 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFIM8Kx078313; Sun, 15 Dec 2013 18:22:08 GMT (envelope-from linimon) Date: Sun, 15 Dec 2013 18:22:08 GMT Message-Id: <201312151822.rBFIM8Kx078313@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glewis@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184782: java/openjdk7 with debug option results in "Undefined symbol "libiconv_open" X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 18:22:09 -0000 Old Synopsis: openjdk7 with debug option results in "Undefined symbol "libiconv_open" New Synopsis: java/openjdk7 with debug option results in "Undefined symbol "libiconv_open" Responsible-Changed-From-To: freebsd-ports-bugs->glewis Responsible-Changed-By: linimon Responsible-Changed-When: Sun Dec 15 18:21:46 UTC 2013 Responsible-Changed-Why: Fix synopsis and assign. http://www.freebsd.org/cgi/query-pr.cgi?pr=184782 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 18:23:57 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B9612133; Sun, 15 Dec 2013 18:23: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 8B039168A; Sun, 15 Dec 2013 18:23: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 rBFINv65078409; Sun, 15 Dec 2013 18:23:57 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFINvkU078408; Sun, 15 Dec 2013 18:23:57 GMT (envelope-from linimon) Date: Sun, 15 Dec 2013 18:23:57 GMT Message-Id: <201312151823.rBFINvkU078408@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184754: maintainer update : sysutils/py-halite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 18:23:57 -0000 Synopsis: maintainer update : sysutils/py-halite Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Dec 15 18:23:48 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=184754 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 18:24: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 58AB4139; Sun, 15 Dec 2013 18:24: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 2C74E168E; Sun, 15 Dec 2013 18:24: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 rBFIO2Kg078511; Sun, 15 Dec 2013 18:24:02 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFIO26K078510; Sun, 15 Dec 2013 18:24:02 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 18:24:02 GMT Message-Id: <201312151824.rBFIO26K078510@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184754: maintainer update : sysutils/py-halite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 18:24:02 -0000 Synopsis: maintainer update : sysutils/py-halite Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sun Dec 15 18:24:01 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=184754 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 18:24: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 34C86221; Sun, 15 Dec 2013 18:24: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 0A96A16A6; Sun, 15 Dec 2013 18:24: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 rBFIOvLT078724; Sun, 15 Dec 2013 18:24:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFIOvB6078723; Sun, 15 Dec 2013 18:24:57 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 18:24:57 GMT Message-Id: <201312151824.rBFIOvB6078723@freefall.freebsd.org> To: kraduk@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184726: Makefile error in net/miniupnpd port for PF patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 18:24:58 -0000 Synopsis: Makefile error in net/miniupnpd port for PF patch State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Dec 15 18:24:57 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184726 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 18:24: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 7DB70219; Sun, 15 Dec 2013 18:24: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 5289D16A3; Sun, 15 Dec 2013 18:24: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 rBFIOu8A078649; Sun, 15 Dec 2013 18:24:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFIOujr078648; Sun, 15 Dec 2013 18:24:56 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 18:24:56 GMT Message-Id: <201312151824.rBFIOujr078648@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184726: Makefile error in net/miniupnpd port for PF patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 18:24:56 -0000 Synopsis: Makefile error in net/miniupnpd port for PF patch Class-Changed-From-To: maintainer-update->change-request Class-Changed-By: edwin Class-Changed-When: Sun Dec 15 18:24:56 UTC 2013 Class-Changed-Why: Fix category (submitter is not maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184726 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 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 C32014F2 for ; Sun, 15 Dec 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 AEE7216D7 for ; Sun, 15 Dec 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 rBFIU1Hu079045 for ; Sun, 15 Dec 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 rBFIU1e0079044; Sun, 15 Dec 2013 18:30:01 GMT (envelope-from gnats) Date: Sun, 15 Dec 2013 18:30:01 GMT Message-Id: <201312151830.rBFIU1e0079044@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184726: Makefile error in net/miniupnpd port for PF patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 15 Dec 2013 18:30:01 -0000 The following reply was made to PR ports/184726; it has been noted by GNATS. From: Edwin Groothuis To: squat@squat.no Cc: bug-followup@FreeBSD.org Subject: Re: ports/184726: Makefile error in net/miniupnpd port for PF patch Date: Sun, 15 Dec 2013 18:24:57 UT Maintainer of net/miniupnpd, Please note that PR ports/184726 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/184726 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 18:37:37 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7EBF796B; Sun, 15 Dec 2013 18:37:37 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5179C178B; Sun, 15 Dec 2013 18:37:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFIbbJ6080880; Sun, 15 Dec 2013 18:37:37 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFIbbA4080879; Sun, 15 Dec 2013 18:37:37 GMT (envelope-from edwin) Date: Sun, 15 Dec 2013 18:37:37 GMT Message-Id: <201312151837.rBFIbbA4080879@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184708: [PATCH] www/jmeter: Add missing files to packing list X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 18:37:37 -0000 Synopsis: [PATCH] www/jmeter: Add missing files to packing list Responsible-Changed-From-To: freebsd-ports-bugs->mi Responsible-Changed-By: edwin Responsible-Changed-When: Sun Dec 15 18:37:36 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=184708 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 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 932B39C7 for ; Sun, 15 Dec 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 7EF61179D for ; Sun, 15 Dec 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 rBFIe1Zt081138 for ; Sun, 15 Dec 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 rBFIe1PA081137; Sun, 15 Dec 2013 18:40:01 GMT (envelope-from gnats) Date: Sun, 15 Dec 2013 18:40:01 GMT Message-Id: <201312151840.rBFIe1PA081137@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: KATO Tsuguru Subject: Re: ports/181876: lang/gcl: Update to version 2.6.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 15 Dec 2013 18:40:01 -0000 The following reply was made to PR ports/181876; it has been noted by GNATS. From: KATO Tsuguru To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181876: lang/gcl: Update to version 2.6.9 Date: Mon, 16 Dec 2013 03:30:00 +0900 This is a multi-part message in MIME format. --Multipart=_Mon__16_Dec_2013_03_30_00_+0900_fXyJMHY8uE.PMhod Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Version 2.6.10 has been released. --Multipart=_Mon__16_Dec_2013_03_30_00_+0900_fXyJMHY8uE.PMhod Content-Type: text/x-diff; name="lang_gcl.diff" Content-Disposition: attachment; filename="lang_gcl.diff" Content-Transfer-Encoding: 7bit diff -urN /usr/ports/lang/gcl/Makefile lang/gcl/Makefile --- /usr/ports/lang/gcl/Makefile 2013-12-15 04:53:10.000000000 +0900 +++ lang/gcl/Makefile 2013-12-16 00:00:00.000000000 +0900 @@ -2,48 +2,192 @@ # $FreeBSD: head/lang/gcl/Makefile 332993 2013-11-06 13:52:59Z gahr $ PORTNAME= gcl -PORTVERSION= 2.6.7 -PORTREVISION= 7 +PORTVERSION= 2.6.10 CATEGORIES= lang tcl tk MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org COMMENT= GNU Common Lisp -LIB_DEPENDS= gmp:${PORTSDIR}/math/gmp +LICENSE= GPLv2 LGPL21 +LICENSE_COMB= multi -ONLY_FOR_ARCHS= i386 +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp -USES= readline gmake tk -USE_XORG= x11 +OPTIONS_DEFINE= EMACS X11 DOCS +OPTIONS_DEFAULT=EMACS X11 +EMACS_DESC= Install Emacs syntax files + +ONLY_FOR_ARCHS= amd64 i386 + +WRKSRC= ${WRKDIR}/${PORTNAME} + +USES= gmake readline +USE_GCC= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS=--prefix=${PREFIX} \ - --enable-ansi \ - --enable-machine=FreeBSD \ - --enable-info=${PREFIX}/info \ - --enable-tkconfig=${TK_LIBDIR} \ - --enable-tclconfig=${TCL_LIBDIR} \ - --with-x \ - --disable-dlopen \ - --disable-dynsysbfd \ - --disable-statsysbfd \ - --disable-locbfd \ - --enable-custreloc +CONFIGURE_ARGS= --enable-ansi \ + --enable-machine=${OPSYS} \ + --enable-emacsdir=${PREFIX}/share/emacs/site-lisp/gcl \ + --enable-infodir=${PREFIX}/${INFO_PATH} \ + --disable-dlopen \ + --disable-dynsysbfd \ + --disable-statsysbfd \ + --enable-custreloc CONFIGURE_ENV= C_INCLUDE_PATH="${PREFIX}/include" LIBRARY_PATH="${PREFIX}/lib" MAKEFILE= makefile +INSTALL_TARGET= install-command +LATE_INSTALL_ARGS=\ + INSTALL_LIB_DIR="${PREFIX}/lib/${DISTNAME}" \ + prefix="${PREFIX}" \ + BINDIR="${PREFIX}/lib/${DISTNAME}/unixport" MAKE_JOBS_UNSAFE=yes CFLAGS+= -I${LOCALBASE}/include - -PLIST_SUB= GCL_VER="${PORTVERSION}" +LDFLAGS+= -L${LOCALBASE}/lib -lreadline -lgmp -lm INFO= gcl-si gcl-tk +PORTDOCS= * +PLIST_FILES= bin/gcl \ + ${FILES_CLCS:S|^|lib/${DISTNAME}/clcs/|} \ + ${FILES_CMPNEW:S|^|lib/${DISTNAME}/cmpnew/|} \ + ${FILES_H:S|^|lib/${DISTNAME}/h/|} \ + ${INFO:S|^|lib/${DISTNAME}/info/|:S|$|.info|} \ + ${FILES_LSP:S|^|lib/${DISTNAME}/lsp/|} \ + ${PCL_FILES:S|^|lib/${DISTNAME}/pcl/|} \ + ${FILES_UNIXPORT:S|^|lib/${DISTNAME}/unixport/|} +PLIST_DIRS= lib/${DISTNAME}/unixport \ + lib/${DISTNAME}/pcl \ + lib/${DISTNAME}/lsp \ + lib/${DISTNAME}/h \ + lib/${DISTNAME}/info \ + lib/${DISTNAME}/cmpnew \ + lib/${DISTNAME}/clcs \ + lib/${DISTNAME} + +FILES_CLCS= sys-proclaim.lisp +FILES_CMPNEW= gcl_cmpmain.lsp gcl_cmpopt.lsp gcl_collectfn.lsp \ + gcl_collectfn.o gcl_lfun_list.lsp sys-proclaim.lisp +FILES_H= cmpinclude.h +FILES_LSP= gcl_auto_new.lsp gcl_autoload.lsp gcl_export.lsp \ + gcl_gprof.lsp gcl_info.o gcl_profile.lsp \ + sys-proclaim.lisp +FILES_PCL= sys-proclaim.lisp +FILES_UNIXPORT= gcl.script init_ansi_gcl.lsp libansi_gcl.a \ + libgclp.a saved_ansi_gcl +FILES_ELISP= add-default.el ansi-doc.el dbl.el doc-to-texi.el gcl.el \ + man1-to-texi.el smart-complete.el sshell.el +FILES_GCLTK= decode.tcl gcl.tcl gcltkaux gcltksrv tinfo.o \ + tk-package.lsp tkl.o +FILES_GCLTK_DEMOS=\ + gc-monitor.lisp gc-monitor.o index.lsp \ + mkBasic.lisp mkCanvText.lisp mkEntry.lisp \ + mkEntry2.lisp mkForm.lisp mkHScale.lisp \ + mkItems.lisp mkLabel.lisp mkListbox.lisp \ + mkPlot.lisp mkRadio.lisp mkRuler.lisp \ + mkSearch.lisp mkStyles.lisp mkTextBind.lisp \ + mkVScale.lisp mkdialog.lisp nqthm-stack.lisp \ + showVars.lisp widget.lisp +FILES_XGCL2= gcl_dwtest.lsp gcl_dwtestcases.lsp sysdef.lisp + +.include + +.if ${PORT_OPTIONS:MEMACS} +USE_EMACS= yes +EMACS_NO_BUILD_DEPENDS=yes +PLIST_FILES+= ${FILES_ELISP:S|^|%%EMACS_SITE_LISPDIR%%/gcl/|} +PLIST_DIRS+= %%EMACS_SITE_LISPDIR%%/gcl +.endif + +.if ${PORT_OPTIONS:MX11} +USES+= tk +USE_XORG= x11 +CONFIGURE_ARGS+=--enable-tclconfig=${TCL_LIBDIR} \ + --enable-tkconfig=${TK_LIBDIR} \ + --with-x +LDFLAGS+= -lX11 +PLIST_FILES+= ${FILES_GCLTK:S|^|lib/gcl-${PORTVERSION}/gcl-tk/|} \ + ${FILES_GCLTK_DEMOS:S|^|lib/gcl-${PORTVERSION}/gcl-tk/demos/|} \ + ${FILES_XGCL2:S|^|lib/gcl-${PORTVERSION}/xgcl-2/|} +PLIST_DIRS+= lib/${DISTNAME}/xgcl-2 \ + lib/${DISTNAME}/gcl-tk/demos \ + lib/${DISTNAME}/gcl-tk +.else +CONFIGURE_ARGS+=--disable-xgcl +.endif -NO_STAGE= yes -post-patch:: +post-patch: @${REINPLACE_CMD} -e \ - 's|@@CFLAGS@@|${CFLAGS} -I${LOCALBASE}/include| ; \ - s|@@LOCALLIBS@@|-lreadline -lm -L${LOCALBASE}/lib -lgmp|' \ - ${WRKSRC}/h/FreeBSD.defs + 's|@@CFLAGS@@|${CFLAGS}| ; \ + s|@@LOCALLIBS@@|${LDFLAGS}|' ${WRKSRC}/h/FreeBSD.defs + +post-install: + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/clcs +.for i in ${FILES_CLCS} + (cd ${WRKSRC}/clcs && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/clcs) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/cmpnew +.for i in ${FILES_CMPNEW} + (cd ${WRKSRC}/cmpnew && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/cmpnew) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/info +.for i in ${INFO} + (cd ${WRKSRC}/info && ${INSTALL_DATA} ${i}.info \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/info) + (cd ${WRKSRC}/info && ${INSTALL_DATA} ${i}.info \ + ${STAGEDIR}${PREFIX}/${INFO_PATH}) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/h +.for i in ${FILES_H} + (cd ${WRKSRC}/h && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/h) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/lsp +.for i in ${FILES_LSP} + (cd ${WRKSRC}/lsp && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/lsp) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/pcl +.for i in ${PCL_FILES} + (cd ${WRKSRC}/pcl && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/pcl) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/unixport +.for i in ${FILES_UNIXPORT} + (cd ${WRKSRC}/unixport && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/unixport) +.endfor + @${CHMOD} a+x ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/unixport/saved_ansi_gcl +.if ${PORT_OPTIONS:MEMACS} + @${MKDIR} ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/gcl +.for i in ${FILES_ELISP} + (cd ${WRKSRC}/elisp && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/${EMACS_SITE_LISPDIR}/gcl) +.endfor +.endif +.if ${PORT_OPTIONS:MX11} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/gcl-tk +.for i in ${FILES_GCLTK} + (cd ${WRKSRC}/gcl-tk && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/gcl-tk) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/gcl-tk/demos +.for i in ${FILES_GCLTK_DEMOS} + (cd ${WRKSRC}/gcl-tk/demos && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/gcl-tk/demos) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/xgcl-2 +.for i in ${FILES_XGCL2} + (cd ${WRKSRC}/xgcl-2 && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/${DISTNAME}/xgcl-2) +.endfor +.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/xgcl-2 && ${INSTALL_DATA} *.tex \ + ${STAGEDIR}${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR}/dwdoc + (cd ${WRKSRC}/xgcl-2/dwdoc && ${INSTALL_DATA} *.html \ + ${STAGEDIR}${DOCSDIR}/dwdoc) .include diff -urN /usr/ports/lang/gcl/distinfo lang/gcl/distinfo --- /usr/ports/lang/gcl/distinfo 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/distinfo 2013-12-16 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gcl-2.6.7.tar.gz) = 2aa134bc03f12ad03f40666ad00db78b8b9c195cf2cf0b3db4d176158f722c06 -SIZE (gcl-2.6.7.tar.gz) = 8193901 +SHA256 (gcl-2.6.10.tar.gz) = 79a1fb2f92b5e86f24988448db3e34116ab6ef7c93ad839848edd01ad06651ef +SIZE (gcl-2.6.10.tar.gz) = 5490689 diff -urN /usr/ports/lang/gcl/files/patch-configure lang/gcl/files/patch-configure --- /usr/ports/lang/gcl/files/patch-configure 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/files/patch-configure 2013-12-16 00:00:00.000000000 +0900 @@ -1,21 +1,31 @@ --- configure 2005-01-15 11:17:17.000000000 -0800 +++ configure 2007-09-22 18:17:38.000000000 -0700 -@@ -1713,3 +1713,3 @@ - if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then -- system=MP-RAS-`${AWK} '{print $3}' /etc/.relid'` -+ system=MP-RAS-`${AWK} '{print $3}' /etc/.relid` - fi -@@ -6368,4 +6368,4 @@ +@@ -4998,7 +4998,7 @@ + TLIBS="$TLIBS -lgmp" + echo "#include \"gmp.h\"" >foo.c + echo "int main() {return 0;}" >>foo.c +- MP_INCLUDE=`cpp foo.c | grep /gmp.h | head -n 1 | $AWK '{print $3}' | tr -d '"'` ++ MP_INCLUDE=`$CPP $CPPFLAGS foo.c | grep /gmp.h | head -n 1 | $AWK '{print $3}' | tr -d '"'` + rm -f foo.c + else + echo "Cannot use dynamic gmp lib" +@@ -8399,15 +8399,15 @@ + if test -f ${TK_CONFIG_PREFIX}/../include/tk.h ; then + TK_INCLUDE=-I${TK_CONFIG_PREFIX}/../include else - if test -f /usr/include/tcl${TCL_VERSION}/tk.h ; then - TK_INCLUDE=-I/usr/include/tcl${TCL_VERSION} + if test -f ${TK_CONFIG_PREFIX}/../../include/tk${TCL_VERSION}/tk.h ; then + TK_INCLUDE=-I${TK_CONFIG_PREFIX}/../../include/tk${TCL_VERSION} - fi -@@ -6375,4 +6375,4 @@ + fi + fi + if test -f ${TCL_CONFIG_PREFIX}/../include/tcl.h ; then + TCL_INCLUDE=-I${TCL_CONFIG_PREFIX}/../include else - if test -f /usr/include/tcl${TCL_VERSION}/tcl.h ; then - TCL_INCLUDE=-I/usr/include/tcl${TCL_VERSION} + if test -f ${TK_CONFIG_PREFIX}/../../include/tcl${TCL_VERSION}/tcl.h ; then + TCL_INCLUDE=-I${TK_CONFIG_PREFIX}/../../include/tcl${TCL_VERSION} fi + fi + diff -urN /usr/ports/lang/gcl/files/patch-gcl-tk__tkMain.c lang/gcl/files/patch-gcl-tk__tkMain.c --- /usr/ports/lang/gcl/files/patch-gcl-tk__tkMain.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/gcl/files/patch-gcl-tk__tkMain.c 2013-12-16 00:00:00.000000000 +0900 @@ -0,0 +1,72 @@ +--- gcl-tk/tkMain.c.orig ++++ gcl-tk/tkMain.c +@@ -206,7 +206,7 @@ + + if (Tk_ParseArgv(interp, (Tk_Window) NULL, &argc, (const char **)argv, argTable, 0) + != TCL_OK) { +- fprintf(stderr, "%s\n", interp->result); ++ fprintf(stderr, "%s\n", Tcl_GetStringResult(interp)); + exit(1); + } + if (name == NULL) { +@@ -290,7 +290,7 @@ + */ + + if (Tcl_AppInit(interp) != TCL_OK) { +- fprintf(stderr, "Tcl_AppInit failed: %s\n", interp->result); ++ fprintf(stderr, "Tcl_AppInit failed: %s\n", Tcl_GetStringResult(interp)); + } + + /* +@@ -300,7 +300,7 @@ + if (geometry != NULL) { + code = Tcl_VarEval(interp, "wm geometry . ", geometry, (char *) NULL); + if (code != TCL_OK) { +- fprintf(stderr, "%s\n", interp->result); ++ fprintf(stderr, "%s\n", Tcl_GetStringResult(interp)); + } + } + +@@ -330,13 +330,13 @@ + + fullName = Tcl_TildeSubst(interp, tcl_RcFileName, &buffer); + if (fullName == NULL) { +- fprintf(stderr, "%s\n", interp->result); ++ fprintf(stderr, "%s\n", Tcl_GetStringResult(interp)); + } else { + f = fopen(fullName, "r"); + if (f != NULL) { + code = Tcl_EvalFile(interp, fullName); + if (code != TCL_OK) { +- fprintf(stderr, "%s\n", interp->result); ++ fprintf(stderr, "%s\n", Tcl_GetStringResult(interp)); + } + fclose(f); + } +@@ -371,7 +371,7 @@ + error: + msg = Tcl_GetVar(interp, "errorInfo", TCL_GLOBAL_ONLY); + if (msg == NULL) { +- msg = interp->result; ++ msg = Tcl_GetStringResult(interp); + } + dfprintf(stderr, "%s\n", msg); + Tcl_Eval(interp, errorExitCmd); +@@ -502,7 +502,7 @@ + bcopy(msg->msg_id,p,3); + /* end header */ + if(sock_write_str2(dsfd, m_reply, buf, 4 , +- interp->result, strlen(interp->result)) ++ Tcl_GetStringResult(interp), strlen(Tcl_GetStringResult(interp))) + < 0) + { /* what do we want to do if the write failed */} + +@@ -686,7 +686,7 @@ + code = Tcl_Eval(interp, szCmd); + if (code != TCL_OK) + { +- dfprintf(stderr, "TCL Error int bind : %s\n", interp->result); ++ dfprintf(stderr, "TCL Error int bind : %s\n", Tcl_GetStringResult(interp)); + + } + return code; diff -urN /usr/ports/lang/gcl/files/patch-h_FreeBSD.defs lang/gcl/files/patch-h_FreeBSD.defs --- /usr/ports/lang/gcl/files/patch-h_FreeBSD.defs 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/files/patch-h_FreeBSD.defs 2013-12-16 00:00:00.000000000 +0900 @@ -20,7 +20,7 @@ -#LIBS = -lm -L/usr/local/lib +#CFLAGS = @@.CFLAGS@@ +CFLAGS = @@CFLAGS@@ -+CFLAGS += -fomit-frame-pointer -fsigned-char -DVOL=volatile -I$(GCLDIR)/o -I${prefix}/include -Wall -Werror ++CFLAGS += -fomit-frame-pointer -fsigned-char -DVOL=volatile -I$(GCLDIR)/o -Wall +CFLAGS += -UDBEGIN -DDBEGIN=0 +#LIBS = @@.LOCALLIBS@@ +LIBS = @@LOCALLIBS@@ diff -urN /usr/ports/lang/gcl/files/patch-h_FreeBSD.h lang/gcl/files/patch-h_FreeBSD.h --- /usr/ports/lang/gcl/files/patch-h_FreeBSD.h 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/files/patch-h_FreeBSD.h 2013-12-16 00:00:00.000000000 +0900 @@ -1,18 +1,34 @@ --- h/FreeBSD.h 2004-06-12 12:28:15.000000000 -0400 +++ h/FreeBSD.h 2009-12-07 12:07:37.000000000 -0500 -@@ -32,6 +32,11 @@ +@@ -11,9 +11,12 @@ + #endif + + #if defined(__i386__) ++#define RELOC_H "elf32_i386_reloc.h" + #define __ELF_NATIVE_CLASS 32 + #endif +-#if defined(__alpha__) || defined(__sparc64__) || defined(__ia64__) ++#if defined(__amd64__) || defined(__sparc64__) || defined(__ia64__) ++#define C_GC_OFFSET 4 ++#define RELOC_H "elf64_i386_reloc.h" + #define __ELF_NATIVE_CLASS 64 + #endif + +@@ -32,7 +35,12 @@ #endif #include "linux.h" +-#if defined(__i386__) +#if defined(SET_SESSION_ID) +#undef SET_SESSION_ID +#endif +#define SET_SESSION_ID() (setpgrp(0,0) ? -1 : 0) + - #if defined(__i386__) ++#if defined(__i386__) || defined(__amd64__) #define I386 #endif -@@ -68,7 +73,11 @@ + +@@ -68,7 +76,11 @@ #ifdef CLOCKS_PER_SEC #define HZ CLOCKS_PER_SEC #else @@ -25,3 +41,19 @@ #endif /* #define ss_base ss_sp */ +@@ -79,6 +91,7 @@ + #define HAVE_SIGPROCMASK + #define SIG_STACK_SIZE (SIGSTKSZ/sizeof(double)) + ++/* + #undef SETUP_SIG_STACK + #define SETUP_SIG_STACK { \ + static struct sigaltstack estack; \ +@@ -90,6 +103,7 @@ + if (sigaltstack(&estack, 0) < 0) \ + perror("sigaltstack"); \ + } ++ */ + + #undef INSTALL_SEGMENTATION_CATCHER + #define INSTALL_SEGMENTATION_CATCHER \ diff -urN /usr/ports/lang/gcl/files/patch-h_gclincl.h.in lang/gcl/files/patch-h_gclincl.h.in --- /usr/ports/lang/gcl/files/patch-h_gclincl.h.in 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/files/patch-h_gclincl.h.in 2013-12-16 00:00:00.000000000 +0900 @@ -1,17 +1,12 @@ --- h/gclincl.h.in 2005-01-15 14:17:18.000000000 -0500 +++ h/gclincl.h.in 2009-12-07 12:11:34.000000000 -0500 -@@ -10,7 +10,5 @@ - #undef X_DISPLAY_MISSING - --#define DBEGIN 0 -- --#define MAXPAGE 128*1024 -+#define MAXPAGE (128*1024*(SIZEOF_LONG>>2)/(1<<(PAGEWIDTH-12))) - #define VSSIZE 128*1024 - #define BDSSIZE 2*1024 -@@ -205,5 +203,4 @@ +@@ -219,9 +216,6 @@ + /* Host system */ #undef HOST_SYSTEM - #undef GCL_GPROF_START + +-/* time system constant */ -#undef HZ +- + /* invocation history stack size */ + #undef IHSSIZE - /* The number of bytes in a long. */ diff -urN /usr/ports/lang/gcl/files/patch-info_gcl-si.texi lang/gcl/files/patch-info_gcl-si.texi --- /usr/ports/lang/gcl/files/patch-info_gcl-si.texi 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/files/patch-info_gcl-si.texi 1970-01-01 09:00:00.000000000 +0900 @@ -1,18 +0,0 @@ -Index: info/gcl-si.texi -=================================================================== -RCS file: /cvsroot/gcl/gcl/info/gcl-si.texi,v -retrieving revision 1.3 -diff -u -d -r1.3 gcl-si.texi ---- info/gcl-si.texi 19 Feb 2002 19:21:19 -0000 1.3 -+++ info/gcl-si.texi 18 Aug 2004 16:29:48 -0000 -@@ -19,6 +19,10 @@ - - @setchapternewpage odd - @ifinfo -+@dircategory GNU Common Lisp -+@direntry -+* GCL Systems Internals: (gcl-si). GCL SYSTEM INTERNALS Manual -+@end direntry - This is a Texinfo GCL SYSTEM INTERNALS Manual - - Copyright 1994 William F. Schelter diff -urN /usr/ports/lang/gcl/files/patch-makedefc.in lang/gcl/files/patch-makedefc.in --- /usr/ports/lang/gcl/files/patch-makedefc.in 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/files/patch-makedefc.in 2013-12-16 00:00:00.000000000 +0900 @@ -1,29 +1,11 @@ -Index: makedefc.in -=================================================================== -RCS file: /cvsroot/gcl/gcl/makedefc.in,v -retrieving revision 1.15.6.3 -diff -u -d -r1.15.6.3 makedefc.in ---- makedefc.in 10 Mar 2004 22:51:36 -0000 1.15.6.3 -+++ makedefc.in 18 Aug 2004 16:29:20 -0000 -@@ -16,13 +16,18 @@ - prefix=@prefix@ - - # where to place the info files --INFO_DIR=@INFO_DIR@ -+INFO_DIR=@prefix@/info -+ -+# configure has a clever process for figuring out where Emacs -+# really expects to find site-lisp and default.el. We use -+# these values instead to ensure that building with --prefix=PREFIX -+# will not make changes outside the specified tree. -twp - - # where to put emacs lisp files. --EMACS_SITE_LISP=@EMACS_SITE_LISP@ -+EMACS_SITE_LISP=@prefix@/share/emacs/site-lisp +--- makedefc.in.orig ++++ makedefc.in +@@ -22,7 +22,7 @@ + EMACS_SITE_LISP=@EMACS_SITE_LISP@ # the default.el file -EMACS_DEFAULT_EL=@EMACS_DEFAULT_EL@ -+EMACS_DEFAULT_EL=@prefix@/share/emacs/site-lisp/default.el ++EMACS_DEFAULT_EL=@EMACS_SITE_LISP@/default.el # numerous TCL/TK variables culled from the tkConfig.sh and tclConfig.sh # if these are found. diff -urN /usr/ports/lang/gcl/files/patch-makefile lang/gcl/files/patch-makefile --- /usr/ports/lang/gcl/files/patch-makefile 1970-01-01 09:00:00.000000000 +0900 +++ lang/gcl/files/patch-makefile 2013-12-16 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- makefile.orig ++++ makefile +@@ -132,7 +132,7 @@ + rm -f bin/gcl xbin/gcl + MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \ + GCLDIR=`echo $(GCLDIR)` ; \ +- $(MAKE) install-command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)" ++ $(MAKE) install-command "DESTDIR=" "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)" + (cd xbin ; cp ../bin/gcl .) + + # GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \ diff -urN /usr/ports/lang/gcl/files/patch-o__plttest.c lang/gcl/files/patch-o__plttest.c --- /usr/ports/lang/gcl/files/patch-o__plttest.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/gcl/files/patch-o__plttest.c 2013-12-16 00:00:00.000000000 +0900 @@ -0,0 +1,16 @@ +--- o/plttest.c.orig ++++ o/plttest.c +@@ -11,11 +11,13 @@ + #define DARWIN + #endif + ++#ifndef __FreeBSD__ + #ifndef DARWIN + extern int _mcount(); + #define mmcount _mcount + extern void sincos(double,double *,double *); + #endif ++#endif + + int + main(int argc,char * argv[],char *envp[]) { diff -urN /usr/ports/lang/gcl/files/patch-o__sfasli.c lang/gcl/files/patch-o__sfasli.c --- /usr/ports/lang/gcl/files/patch-o__sfasli.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/gcl/files/patch-o__sfasli.c 2013-12-16 00:00:00.000000000 +0900 @@ -0,0 +1,18 @@ +--- o/sfasli.c.orig ++++ o/sfasli.c +@@ -131,6 +131,7 @@ + extern int __remq(); + extern int __remqu(); + ++#ifndef __FreeBSD__ + #ifndef DARWIN + #ifndef _WIN32 + int +@@ -147,6 +148,7 @@ + } + #endif + #endif ++#endif + + void + gcl_init_sfasl() { diff -urN /usr/ports/lang/gcl/files/patch-unixport_makefile lang/gcl/files/patch-unixport_makefile --- /usr/ports/lang/gcl/files/patch-unixport_makefile 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/files/patch-unixport_makefile 2013-12-16 00:00:00.000000000 +0900 @@ -1,9 +1,20 @@ --- unixport/makefile 2005-01-15 11:34:45.000000000 -0500 +++ unixport/makefile 2009-12-07 12:35:23.000000000 -0500 -@@ -15,5 +15,5 @@ +@@ -18,7 +18,7 @@ - LD_LIBS_PRE=$(FIRST_FILE) $(addprefix -u ,$(PATCHED_SYMBOLS)) + LD_FLAGS=$(LDFLAGS) $(FIRST_FILE) + LD_LIBS_PRE=$(addprefix -u ,$(PATCHED_SYMBOLS)) -LD_LIBS_POST=$(LIBS) $(LIBC) -lgclp $(LAST_FILE) +LD_LIBS_POST=-lgclp $(LIBS) $(LAST_FILE) ifeq ($(ARRS),) + ARRS:=ar rs +@@ -127,7 +127,7 @@ + $(CC) $(LD_FLAGS) $(CFLAGS) -I$(HDIR) -I$(ODIR) -o $(RSYM) $(SPECIAL_RSYM) + + msys: msys.c +- PATH=/usr/bin:$$PATH gcc $< -o $@ # Unix binary if running wine ++ PATH=/usr/bin:$$PATH $(CC) $< -o $@ # Unix binary if running wine + + $(HDIR)/mdefs.h: $(HDIR)/include.h + cat $(HDIR)/include.h | sed -e "/include/d" > $(HDIR)/mdefs.h diff -urN /usr/ports/lang/gcl/files/patch-warnings lang/gcl/files/patch-warnings --- /usr/ports/lang/gcl/files/patch-warnings 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/files/patch-warnings 1970-01-01 09:00:00.000000000 +0900 @@ -1,63 +0,0 @@ ---- o/plttest.c 2004-03-19 21:08:12.000000000 -0500 -+++ o/plttest.c 2009-12-07 11:55:41.000000000 -0500 -@@ -20,24 +20,24 @@ - setjmp(env); - -- cos(d); -- sin(d); -- tan(d); -- -- acos(d); -- asin(d); -- atan(d); -- -- cosh(d); -- sinh(d); -- tanh(d); -+ (void)cos(d); -+ (void)sin(d); -+ (void)tan(d); -+ -+ (void)acos(d); -+ (void)asin(d); -+ (void)atan(d); -+ -+ (void)cosh(d); -+ (void)sinh(d); -+ (void)tanh(d); - - #ifndef _WIN32 -- acosh(d); -- asinh(d); -- atanh(d); -+ (void)acosh(d); -+ (void)asinh(d); -+ (void)atanh(d); - #endif - -- exp(d); -- log(d); -+ (void)exp(d); -+ (void)log(d); - - return 0; ---- o/run_process.c 2005-07-18 13:07:24.000000000 -0400 -+++ o/run_process.c 2009-12-07 12:18:25.000000000 -0500 -@@ -453,5 +453,5 @@ - check_arg(2); - vs_base[0] = make_socket_stream(vs_base[0], vs_base[1]); -- vs_pop; -+ (void)vs_pop; - } - ---- gcl-tk/tkMain.c 2003-09-26 09:46:54.000000000 -0400 -+++ gcl-tk/tkMain.c 2009-12-07 15:04:38.000000000 -0500 -@@ -496,6 +496,6 @@ - || code) - { -- unsigned char buf[4]; -- unsigned char *p = buf; -+ char buf[4]; -+ char *p = buf; - /*header */ - *p++ = (code ? '1' : '0'); diff -urN /usr/ports/lang/gcl/files/patch-xgcl-2__makefile lang/gcl/files/patch-xgcl-2__makefile --- /usr/ports/lang/gcl/files/patch-xgcl-2__makefile 1970-01-01 09:00:00.000000000 +0900 +++ lang/gcl/files/patch-xgcl-2__makefile 2013-12-16 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- xgcl-2/makefile.orig ++++ xgcl-2/makefile +@@ -9,7 +9,7 @@ + saved_xgcl: $(LISP) + echo '(load "sysdef.lisp")(xlib::compile-xgcl)(xlib::save-xgcl "$@")' | $(LISP) + +-docs: dwdoc/dwdoccontents.html dwdoc.pdf ++docs: dwdoc/dwdoccontents.html + + dwdoc/dwdoccontents.html: $(LISP) + mkdir -p $(@D) && \ diff -urN /usr/ports/lang/gcl/pkg-plist lang/gcl/pkg-plist --- /usr/ports/lang/gcl/pkg-plist 2013-11-06 21:56:34.000000000 +0900 +++ lang/gcl/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,73 +0,0 @@ -bin/gcl -lib/gcl-%%GCL_VER%%/clcs/sys-proclaim.lisp -lib/gcl-%%GCL_VER%%/cmpnew/gcl_cmpmain.lsp -lib/gcl-%%GCL_VER%%/cmpnew/gcl_cmpopt.lsp -lib/gcl-%%GCL_VER%%/cmpnew/gcl_collectfn.lsp -lib/gcl-%%GCL_VER%%/cmpnew/gcl_collectfn.o -lib/gcl-%%GCL_VER%%/cmpnew/gcl_lfun_list.lsp -lib/gcl-%%GCL_VER%%/cmpnew/sys-proclaim.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/decode.tcl -lib/gcl-%%GCL_VER%%/gcl-tk/demos/gc-monitor.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/gc-monitor.o -lib/gcl-%%GCL_VER%%/gcl-tk/demos/index.lsp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkBasic.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkCanvText.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkEntry.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkEntry2.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkForm.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkHScale.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkItems.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkLabel.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkListbox.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkPlot.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkRadio.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkRuler.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkSearch.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkStyles.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkTextBind.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkVScale.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/mkdialog.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/nqthm-stack.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/showVars.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/demos/widget.lisp -lib/gcl-%%GCL_VER%%/gcl-tk/gcl.tcl -lib/gcl-%%GCL_VER%%/gcl-tk/gcltkaux -lib/gcl-%%GCL_VER%%/gcl-tk/gcltksrv -lib/gcl-%%GCL_VER%%/gcl-tk/tinfo.o -lib/gcl-%%GCL_VER%%/gcl-tk/tk-package.lsp -lib/gcl-%%GCL_VER%%/gcl-tk/tkl.o -lib/gcl-%%GCL_VER%%/h/cmpinclude.h -lib/gcl-%%GCL_VER%%/info/gcl-si.info -lib/gcl-%%GCL_VER%%/info/gcl-tk.info -lib/gcl-%%GCL_VER%%/lsp/gcl_auto_new.lsp -lib/gcl-%%GCL_VER%%/lsp/gcl_autoload.lsp -lib/gcl-%%GCL_VER%%/lsp/gcl_export.lsp -lib/gcl-%%GCL_VER%%/lsp/gcl_gprof.lsp -lib/gcl-%%GCL_VER%%/lsp/gcl_info.o -lib/gcl-%%GCL_VER%%/lsp/gcl_profile.lsp -lib/gcl-%%GCL_VER%%/lsp/sys-proclaim.lisp -lib/gcl-%%GCL_VER%%/pcl/sys-proclaim.lisp -lib/gcl-%%GCL_VER%%/unixport/init_ansi_gcl.lsp -lib/gcl-%%GCL_VER%%/unixport/libansi_gcl.a -lib/gcl-%%GCL_VER%%/unixport/libgclp.a -lib/gcl-%%GCL_VER%%/unixport/rsym -lib/gcl-%%GCL_VER%%/unixport/saved_ansi_gcl -share/emacs/site-lisp/add-default.el -share/emacs/site-lisp/ansi-doc.el -share/emacs/site-lisp/dbl.el -share/emacs/site-lisp/default.el -share/emacs/site-lisp/doc-to-texi.el -share/emacs/site-lisp/gcl.el -share/emacs/site-lisp/man1-to-texi.el -share/emacs/site-lisp/smart-complete.el -share/emacs/site-lisp/sshell.el -@dirrm lib/gcl-%%GCL_VER%%/clcs -@dirrm lib/gcl-%%GCL_VER%%/cmpnew -@dirrm lib/gcl-%%GCL_VER%%/gcl-tk/demos -@dirrm lib/gcl-%%GCL_VER%%/gcl-tk -@dirrm lib/gcl-%%GCL_VER%%/h -@dirrm lib/gcl-%%GCL_VER%%/info -@dirrm lib/gcl-%%GCL_VER%%/lsp -@dirrm lib/gcl-%%GCL_VER%%/pcl -@dirrm lib/gcl-%%GCL_VER%%/unixport -@dirrm lib/gcl-%%GCL_VER%% --Multipart=_Mon__16_Dec_2013_03_30_00_+0900_fXyJMHY8uE.PMhod-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 18:52: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 80D94FDA; Sun, 15 Dec 2013 18:52: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 5517018E5; Sun, 15 Dec 2013 18:52: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 rBFIqGmD084837; Sun, 15 Dec 2013 18:52:16 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFIqGmB084836; Sun, 15 Dec 2013 18:52:16 GMT (envelope-from linimon) Date: Sun, 15 Dec 2013 18:52:16 GMT Message-Id: <201312151852.rBFIqGmB084836@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, martymac@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184540: emulators/dolphin-emu: New options framework + DEBUG option set = wrong INSTALL_TARGET X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 18:52:16 -0000 Synopsis: emulators/dolphin-emu: New options framework + DEBUG option set = wrong INSTALL_TARGET Responsible-Changed-From-To: freebsd-ports-bugs->martymac Responsible-Changed-By: linimon Responsible-Changed-When: Sun Dec 15 18:51:50 UTC 2013 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=184540 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 18:54: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 A84B099; Sun, 15 Dec 2013 18:54: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 7A4AD18F1; Sun, 15 Dec 2013 18:54: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 rBFIsKnp084925; Sun, 15 Dec 2013 18:54:20 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFIsKFe084924; Sun, 15 Dec 2013 18:54:20 GMT (envelope-from linimon) Date: Sun, 15 Dec 2013 18:54:20 GMT Message-Id: <201312151854.rBFIsKFe084924@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184038: x11-toolkits/qwt5 : qwt should install qwt.prf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 18:54:20 -0000 Synopsis: x11-toolkits/qwt5 : qwt should install qwt.prf Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: linimon Responsible-Changed-When: Sun Dec 15 18:53:51 UTC 2013 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=184038 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 19: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 C280B2D3 for ; Sun, 15 Dec 2013 19: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 9D5E51B22 for ; Sun, 15 Dec 2013 19:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBFJU065091859 for ; Sun, 15 Dec 2013 19:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFJU0EC091858; Sun, 15 Dec 2013 19:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 19:30:00 GMT Resent-Message-Id: <201312151930.rBFJU0EC091858@freefall.freebsd.org> 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 72A39FAA for ; Sun, 15 Dec 2013 19:26:26 +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 5D5691B05 for ; Sun, 15 Dec 2013 19:26:26 +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 rBFJQOlI024144 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 15 Dec 2013 11:26:24 -0800 (PST) Received: (from leres@localhost) by fun.ee.lbl.gov (8.14.7/8.14.7/Submit) id rBFJQOWM024143; Sun, 15 Dec 2013 11:26:24 -0800 (PST) Message-Id: <201312151926.rBFJQOWM024143@fun.ee.lbl.gov> Date: Sun, 15 Dec 2013 11:26:24 -0800 (PST) From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184784: [PATCH] security/broccoli: Unbreak make package without PYTHON Cc: leres@ee.lbl.gov X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Sun, 15 Dec 2013 19:30:00 -0000 >Number: 184784 >Category: ports >Synopsis: [PATCH] security/broccoli: Unbreak make package without PYTHON >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 Dec 15 19: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 #12 r27: Wed Oct 30 16:07:54 PDT 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64 >Description: >How-To-Repeat: # bsd.python.mk isn't PREFIX-safe yet. mv: rename /home/u2/FreeBSD-current/ports/security/broccoli/work/stage to /home/u2/FreeBSD-current/ports/security/broccoli/work/stage/stage: Invalid argument *** Error code 1 Stop in /home/u2/FreeBSD-current/ports/security/broccoli. *** Error code 1 Stop in /home/u2/FreeBSD-current/ports/security/broccoli. >Fix: --- patch.txt begins here --- --- Makefile.orig 2013-12-15 11:15:25.000000000 -0800 +++ Makefile 2013-12-15 11:20:41.000000000 -0800 @@ -59,7 +59,7 @@ .endif @${MKDIR} ${STAGEDIR}${PREFIX}/etc @${MV} ${STAGEDIR}${PREFIX}/etc/broccoli.conf ${STAGEDIR}${PREFIX}/etc/broccoli.conf.example -.if defined(BRO_PREFIX) +.if !empty(${PORT_OPTIONS:MPYTHON}) && defined(BRO_PREFIX) # bsd.python.mk isn't PREFIX-safe yet. @${MV} ${STAGEDIR}${PYTHON_LIBDIR} ${STAGEDIR}${PYTHON_LIBDIR:S/${LOCALBASE}/${PREFIX}/} .endif --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Dec 15 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E060CA4E for ; Sun, 15 Dec 2013 20: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 B8F091DF0 for ; Sun, 15 Dec 2013 20: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 rBFK00bT097451 for ; Sun, 15 Dec 2013 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFK00FE097450; Sun, 15 Dec 2013 20:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 15 Dec 2013 20:00:00 GMT Resent-Message-Id: <201312152000.rBFK00FE097450@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olli Hauer Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4565FA3E for ; Sun, 15 Dec 2013 19:57: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 24F5E1DE5 for ; Sun, 15 Dec 2013 19:57: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 rBFJvFXf097338 for ; Sun, 15 Dec 2013 19:57:15 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBFJvFL4097337; Sun, 15 Dec 2013 19:57:15 GMT (envelope-from ohauer) Message-Id: <201312151957.rBFJvFL4097337@freefall.freebsd.org> Date: Sun, 15 Dec 2013 19:57:15 GMT From: Olli Hauer To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184785: [patch] Mk/bsd.licenses.db.mk add Apache 1.1 license template X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 20:00:01 -0000 >Number: 184785 >Category: ports >Synopsis: [patch] Mk/bsd.licenses.db.mk add Apache 1.1 license template >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 Dec 15 20:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: ohauer >Release: >Organization: >Environment: >Description: On the road to enable staging for ports, I found many ports without LICENSE in the ports Makefile where the License is Apache 1.1 / 1.0 and can be found only in the source as header. Since I don't want to create a license file by `head -n $num $src` for all this ports I request to add the Apache 1.1 license to the Framework Lic. template fetched from: http://www.apache.org/licenses/LICENSE-1.1 >How-To-Repeat: >Fix: --- apache10_lic.diff begins here --- Index: Mk/bsd.licenses.db.mk =================================================================== --- Mk/bsd.licenses.db.mk (revision 336569) +++ Mk/bsd.licenses.db.mk (working copy) @@ -36,7 +36,7 @@ # _LICENSE_LIST_GROUPS - List of defined license groups # -_LICENSE_LIST= AGPLv3 AL2 ART10 ARTPERL10 ART20 \ +_LICENSE_LIST= AGPLv3 AL11 AL2 ART10 ARTPERL10 ART20 \ BSD BSD2CLAUSE BSD3CLAUSE BSD4CLAUSE BSL \ CDDL EPL GFDL GPLv1 GPLv2 \ GPLv3 ISCL LGPL20 LGPL21 LGPL3 LPPL10 LPPL11 LPPL12 LPPL13 LPPL13a \ @@ -75,7 +75,10 @@ _LICENSE_NAME_AGPLv3= GNU Affero General Public License version 3 _LICENSE_GROUPS_AGPLv3= FSF GPL OSI -_LICENSE_NAME_AL2= Apache License +_LICENSE_NAME_AL11= Apache License version 1.1 +_LICENSE_GROUPS_AL11= FSF OSI + +_LICENSE_NAME_AL2= Apache License version 2.0 _LICENSE_GROUPS_AL2= FSF OSI _LICENSE_NAME_ART10= Artistic License version 1.0 Index: Templates/Licenses/AL11 =================================================================== --- Templates/Licenses/AL11 (revision 0) +++ Templates/Licenses/AL11 (working copy) @@ -0,0 +1,58 @@ +/* ==================================================================== + * The Apache Software License, Version 1.1 + * + * Copyright (c) 2000 The Apache Software Foundation. All rights + * reserved. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions + * are met: + * + * 1. Redistributions of source code must retain the above copyright + * notice, this list of conditions and the following disclaimer. + * + * 2. Redistributions in binary form must reproduce the above copyright + * notice, this list of conditions and the following disclaimer in + * the documentation and/or other materials provided with the + * distribution. + * + * 3. The end-user documentation included with the redistribution, + * if any, must include the following acknowledgment: + * "This product includes software developed by the + * Apache Software Foundation (http://www.apache.org/)." + * Alternately, this acknowledgment may appear in the software itself, + * if and wherever such third-party acknowledgments normally appear. + * + * 4. The names "Apache" and "Apache Software Foundation" must + * not be used to endorse or promote products derived from this + * software without prior written permission. For written + * permission, please contact apache@apache.org. + * + * 5. Products derived from this software may not be called "Apache", + * nor may "Apache" appear in their name, without prior written + * permission of the Apache Software Foundation. + * + * THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED + * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES + * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE + * DISCLAIMED. IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR + * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, + * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT + * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF + * USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND + * ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, + * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT + * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + * SUCH DAMAGE. + * ==================================================================== + * + * This software consists of voluntary contributions made by many + * individuals on behalf of the Apache Software Foundation. For more + * information on the Apache Software Foundation, please see + * . + * + * Portions of this software are based upon public domain software + * originally written at the National Center for Supercomputing Applications, + * University of Illinois, Urbana-Champaign. + */ + Property changes on: Templates/Licenses/AL11 ___________________________________________________________________ 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 --- apache10_lic.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 9852F5A6 for ; Mon, 16 Dec 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 5838D124D for ; Mon, 16 Dec 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 rBG1A0Bj073868 for ; Mon, 16 Dec 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 rBG1A0v2073867; Mon, 16 Dec 2013 01:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 01:10:00 GMT Resent-Message-Id: <201312160110.rBG1A0v2073867@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BBF9157C for ; Mon, 16 Dec 2013 01:05:13 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A92191239 for ; Mon, 16 Dec 2013 01:05: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 rBG15DMP090379 for ; Mon, 16 Dec 2013 01:05:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBG15Dxj090378; Mon, 16 Dec 2013 01:05:13 GMT (envelope-from nobody) Message-Id: <201312160105.rBG15Dxj090378@oldred.freebsd.org> Date: Mon, 16 Dec 2013 01:05:13 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184787: graphics/tinyows : deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 01:10:00 -0000 >Number: 184787 >Category: ports >Synopsis: graphics/tinyows : deprecate >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 Dec 16 01:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 10.0-RC1 amd64 >Organization: >Environment: FreeBSD acer 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 17:45:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Ports r336599 >Description: graphics/tinyows depends on databases/postgis, which is expired. Mark this port as deprecated and let is expire on 2014-01-16 >How-To-Repeat: Tools/scripts/rmport databases/postgis >Fix: Patch attached with submission follows: Index: graphics/tinyows/Makefile =================================================================== --- graphics/tinyows/Makefile (revision 336599) +++ graphics/tinyows/Makefile (working copy) @@ -13,6 +13,9 @@ LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 BUILD_DEPENDS= ${LOCALBASE}/lib/postgresql/postgis-1.5.so:${PORTSDIR}/databases/postgis +DEPRECATED= Depends on expired databases/postgis +EXPIRATION_DATE= 2014-01-16 + USE_BZIP2= YES GNU_CONFIGURE= YES >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 01: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 D3B10608; Mon, 16 Dec 2013 01: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 AB2A61250; Mon, 16 Dec 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 rBG1A8fU074006; Mon, 16 Dec 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 rBG1A8GQ074005; Mon, 16 Dec 2013 01:10:08 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 01:10:08 GMT Message-Id: <201312160110.rBG1A8GQ074005@freefall.freebsd.org> To: rene@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184787: graphics/tinyows : deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 01:10:08 -0000 Synopsis: graphics/tinyows : deprecate State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Dec 16 01: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=184787 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 01:12: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 2F48C68C; Mon, 16 Dec 2013 01:12: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 03F1B12AE; Mon, 16 Dec 2013 01:12: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 rBG1CwY7075843; Mon, 16 Dec 2013 01:12:58 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBG1Cw3U075842; Mon, 16 Dec 2013 01:12:58 GMT (envelope-from rene) Date: Mon, 16 Dec 2013 01:12:58 GMT Message-Id: <201312160112.rBG1Cw3U075842@freefall.freebsd.org> To: joris.dedieu@gmail.com, rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Subject: Re: ports/184787: graphics/tinyows : deprecate X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 01:12:59 -0000 Synopsis: graphics/tinyows : deprecate Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Mon Dec 16 01:12:46 UTC 2013 Responsible-Changed-Why: Track http://www.freebsd.org/cgi/query-pr.cgi?pr=184787 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 EAC02B8A for ; Mon, 16 Dec 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 B1586179E for ; Mon, 16 Dec 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 rBG2e0Wd093668 for ; Mon, 16 Dec 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 rBG2e0XK093666; Mon, 16 Dec 2013 02:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 02:40:00 GMT Resent-Message-Id: <201312160240.rBG2e0XK093666@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3FE8846 for ; Mon, 16 Dec 2013 02:34:37 +0000 (UTC) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id 85BF1176C for ; Mon, 16 Dec 2013 02:34:36 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 1042A5C0E; Mon, 16 Dec 2013 10:34:30 +0800 (CST) Message-Id: <20131216023430.1042A5C0E@deep.tw> Date: Mon, 16 Dec 2013 10:34:30 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184790: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.44 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 02:40:01 -0000 >Number: 184790 >Category: ports >Synopsis: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.44 >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 Dec 16 02:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jin-Sih Lin >Release: FreeBSD 10.0-CURRENT i386 >Organization: FreeBSD @ Taiwan >Environment: System: FreeBSD deep.tw 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r253131: Thu Jul 11 16:55:44 CST >Description: - Update to 9.44 Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- p5-Image-ExifTool-devel-9.44.patch begins here --- diff -ruN ../p5-Image-ExifTool-devel.orig/Makefile ./Makefile --- ../p5-Image-ExifTool-devel.orig/Makefile 2013-11-19 12:33:28.000000000 +0800 +++ ./Makefile 2013-12-16 10:25:08.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: head/graphics/p5-Image-ExifTool-devel/Makefile 327733 2013-09-20 18:35:44Z bapt $ PORTNAME= Image-ExifTool -PORTVERSION= 9.41 +PORTVERSION= 9.44 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ PKGNAMEPREFIX= p5- diff -ruN ../p5-Image-ExifTool-devel.orig/distinfo ./distinfo --- ../p5-Image-ExifTool-devel.orig/distinfo 2013-11-19 12:34:11.000000000 +0800 +++ ./distinfo 2013-12-16 10:25:32.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-9.41.tar.gz) = 6f9d1e1503c8ffba90485a7aef0685771ff162461ef1d928c7f27977a1ca1132 -SIZE (Image-ExifTool-9.41.tar.gz) = 3714034 +SHA256 (Image-ExifTool-9.44.tar.gz) = e16964aee84531aa8f97250f0ea3adfc210a744603e369f02bebc2941da6f380 +SIZE (Image-ExifTool-9.44.tar.gz) = 3723274 --- p5-Image-ExifTool-devel-9.44.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 02:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F9E9BB7; Mon, 16 Dec 2013 02: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 54C07179F; Mon, 16 Dec 2013 02:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBG2e8Y6093801; Mon, 16 Dec 2013 02:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBG2e88E093800; Mon, 16 Dec 2013 02:40:08 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 02:40:08 GMT Message-Id: <201312160240.rBG2e88E093800@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184790: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.44 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 02:40:08 -0000 Synopsis: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.44 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 02:40:08 UTC 2013 Responsible-Changed-Why: swills@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184790 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 05:59: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 43406518; Mon, 16 Dec 2013 05:59: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 16E19179C; Mon, 16 Dec 2013 05:59: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 rBG5xDXS035092; Mon, 16 Dec 2013 05:59:13 GMT (envelope-from delphij@freefall.freebsd.org) Received: (from delphij@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBG5xDYq035091; Mon, 16 Dec 2013 05:59:13 GMT (envelope-from delphij) Date: Mon, 16 Dec 2013 05:59:13 GMT Message-Id: <201312160559.rBG5xDYq035091@freefall.freebsd.org> To: pakhom706@gmail.com, delphij@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, delphij@FreeBSD.org From: delphij@FreeBSD.org Subject: Re: ports/184495: net-mgmt/zabbix2-frontend: update to 2.0.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 05:59:14 -0000 Synopsis: net-mgmt/zabbix2-frontend: update to 2.0.9 State-Changed-From-To: open->closed State-Changed-By: delphij State-Changed-When: Mon Dec 16 05:58:48 UTC 2013 State-Changed-Why: Committed (with changes to update to 2.0.10), thanks! Responsible-Changed-From-To: freebsd-ports-bugs->delphij Responsible-Changed-By: delphij Responsible-Changed-When: Mon Dec 16 05:58:48 UTC 2013 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=184495 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 5D1F8416 for ; Mon, 16 Dec 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 1DC7411CD for ; Mon, 16 Dec 2013 07: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 rBG7o0EH071915 for ; Mon, 16 Dec 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 rBG7o0HI071914; Mon, 16 Dec 2013 07:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 07:50:00 GMT Resent-Message-Id: <201312160750.rBG7o0HI071914@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anes Mukhametov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D1AD81B3; Mon, 16 Dec 2013 07:46:41 +0000 (UTC) Received: from be.static.corbina.ru (amuhametov-bsd.park.rambler.ru [81.19.64.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CCDA1196; Mon, 16 Dec 2013 07:46:40 +0000 (UTC) Received: from be.static.corbina.ru (freebsd10a5 [127.0.0.1]) by be.static.corbina.ru (8.14.7/8.14.7) with ESMTP id rBG7kcHf002532; Mon, 16 Dec 2013 07:46:38 GMT (envelope-from amuhametov@be.static.corbina.ru) Received: (from root@localhost) by be.static.corbina.ru (8.14.7/8.14.7/Submit) id rBG7kcBS002531; Mon, 16 Dec 2013 07:46:38 GMT (envelope-from amuhametov) Message-Id: <201312160746.rBG7kcBS002531@be.static.corbina.ru> Date: Mon, 16 Dec 2013 07:46:38 GMT From: Anes Mukhametov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184792: [UPDATE] www/py-django-pipeline: Fix dependency, add staging Cc: clsung@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anes Mukhametov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 07:50:01 -0000 >Number: 184792 >Category: ports >Synopsis: [UPDATE] www/py-django-pipeline: Fix dependency, add staging >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anes Mukhametov >Release: FreeBSD 10.0-ALPHA5 amd64 >Organization: >Environment: >Description: Make tinderbox happy to built package. Otherwise it trying to install www/py-django instead of www/py-django14. Staging compatible. >How-To-Repeat: >Fix: --- py-django-pipeline.diff begins here --- Index: www/py-django-pipeline/Makefile =================================================================== --- www/py-django-pipeline/Makefile (revision 336345) +++ www/py-django-pipeline/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= django-pipeline PORTVERSION= 1.3.12 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +11,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Asset (css/js) packaging library for Django -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0<1.5:${PORTSDIR}/www/py-django14 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>0<1.5:${PORTSDIR}/www/py-django14 USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include --- py-django-pipeline.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 07: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 A36BC418 for ; Mon, 16 Dec 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 62EC911CF for ; Mon, 16 Dec 2013 07: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 rBG7o12x071979 for ; Mon, 16 Dec 2013 07: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 rBG7o1W7071978; Mon, 16 Dec 2013 07:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 07:50:01 GMT Resent-Message-Id: <201312160750.rBG7o1W7071978@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anes Mukhametov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43A8019C; Mon, 16 Dec 2013 07:45:17 +0000 (UTC) Received: from be.static.corbina.ru (amuhametov-bsd.park.rambler.ru [81.19.64.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B34C2117B; Mon, 16 Dec 2013 07:45:15 +0000 (UTC) Received: from be.static.corbina.ru (freebsd10a5 [127.0.0.1]) by be.static.corbina.ru (8.14.7/8.14.7) with ESMTP id rBG7j6xk002464; Mon, 16 Dec 2013 07:45:06 GMT (envelope-from amuhametov@be.static.corbina.ru) Received: (from root@localhost) by be.static.corbina.ru (8.14.7/8.14.7/Submit) id rBG7j6IW002463; Mon, 16 Dec 2013 07:45:06 GMT (envelope-from amuhametov) Message-Id: <201312160745.rBG7j6IW002463@be.static.corbina.ru> Date: Mon, 16 Dec 2013 07:45:06 GMT From: Anes Mukhametov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184793: [UPDATE] www/py-django-evolution: Fix dependency, add staging Cc: clsung@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anes Mukhametov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 07:50:01 -0000 >Number: 184793 >Category: ports >Synopsis: [UPDATE] www/py-django-evolution: Fix dependency, add staging >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 07:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anes Mukhametov >Release: FreeBSD 10.0-ALPHA5 amd64 >Organization: >Environment: >Description: Make tinderbox happy to built package. Otherwise it trying to install www/py-django instead of www/py-django14. Staging compatible. >How-To-Repeat: >Fix: --- py-django-evolution.diff begins here --- Index: www/py-django-evolution/Makefile =================================================================== --- www/py-django-evolution/Makefile (revision 336345) +++ www/py-django-evolution/Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= django-evolution PORTVERSION= 0.6.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,10 +14,9 @@ LICENSE= BSD -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>=1.1.1<1.5:${PORTSDIR}/www/py-django14 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>=1.1.1<1.5:${PORTSDIR}/www/py-django14 USE_PYTHON= yes USE_PYDISTUTILS= easy_install -NO_STAGE= yes .include --- py-django-evolution.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 07: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 A8BF3447; Mon, 16 Dec 2013 07: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 7E45311D3; Mon, 16 Dec 2013 07: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 rBG7o9Uk072061; Mon, 16 Dec 2013 07: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 rBG7o9Aw072060; Mon, 16 Dec 2013 07:50:09 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 07:50:09 GMT Message-Id: <201312160750.rBG7o9Aw072060@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184792: [UPDATE] www/py-django-pipeline: Fix dependency, add staging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 07:50:09 -0000 Synopsis: [UPDATE] www/py-django-pipeline: Fix dependency, add staging Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 07: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=184792 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 07:50: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 411E547B; Mon, 16 Dec 2013 07:50: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 132AE11D6; Mon, 16 Dec 2013 07:50: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 rBG7oF1J072145; Mon, 16 Dec 2013 07:50:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBG7oFe5072144; Mon, 16 Dec 2013 07:50:15 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 07:50:15 GMT Message-Id: <201312160750.rBG7oFe5072144@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pclin@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184793: [UPDATE] www/py-django-evolution: Fix dependency, add staging X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 07:50:16 -0000 Synopsis: [UPDATE] www/py-django-evolution: Fix dependency, add staging Responsible-Changed-From-To: freebsd-ports-bugs->pclin Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 07:50:15 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184793 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 07:55:35 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 104CF60F; Mon, 16 Dec 2013 07:55: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 D566C1247; Mon, 16 Dec 2013 07:55: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 rBG7tYQT074178; Mon, 16 Dec 2013 07:55:34 GMT (envelope-from martymac@freefall.freebsd.org) Received: (from martymac@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBG7tYv6074177; Mon, 16 Dec 2013 07:55:34 GMT (envelope-from martymac) Date: Mon, 16 Dec 2013 07:55:34 GMT Message-Id: <201312160755.rBG7tYv6074177@freefall.freebsd.org> To: martymac@FreeBSD.org, martymac@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: martymac@FreeBSD.org Subject: Re: ports/184540: emulators/dolphin-emu: New options framework + DEBUG option set = wrong INSTALL_TARGET X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 07:55:35 -0000 Synopsis: emulators/dolphin-emu: New options framework + DEBUG option set = wrong INSTALL_TARGET Responsible-Changed-From-To: martymac->freebsd-ports-bugs Responsible-Changed-By: martymac Responsible-Changed-When: Mon Dec 16 07:55:34 UTC 2013 Responsible-Changed-Why: Over to maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=184540 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 09: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 C8C733FF for ; Mon, 16 Dec 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 9E3E81D07 for ; Mon, 16 Dec 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 rBG9o02R001656 for ; Mon, 16 Dec 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 rBG9o0wc001651; Mon, 16 Dec 2013 09:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 09:50:00 GMT Resent-Message-Id: <201312160950.rBG9o0wc001651@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3481426E for ; Mon, 16 Dec 2013 09:45:10 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0371E1CD3 for ; Mon, 16 Dec 2013 09:44:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBG9hJKp088537 for ; Mon, 16 Dec 2013 09: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 rBG9hJA6088531; Mon, 16 Dec 2013 09:43:19 GMT (envelope-from nobody) Message-Id: <201312160943.rBG9hJA6088531@oldred.freebsd.org> Date: Mon, 16 Dec 2013 09:43:19 GMT From: Bartek Rutkowski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184794: [NEW PORT] devel/py-pycparser Pycparser is a parser for the C, written Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 09:50:00 -0000 >Number: 184794 >Category: ports >Synopsis: [NEW PORT] devel/py-pycparser Pycparser is a parser for the C, written 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: Mon Dec 16 09:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Bartek Rutkowski >Release: 9.2-R >Organization: Pixeware LTD >Environment: FreeBSD misiepatysie 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 a new port, py-pycparser, that is a complete C language parser written in Python. It is a preliminary requirement for the next port, py-cffi. >How-To-Repeat: Unpack shar archive, test port, commit. >Fix: Shar archive attached. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-pycparser # py-pycparser/pkg-descr # py-pycparser/distinfo # py-pycparser/Makefile # echo c - py-pycparser mkdir -p py-pycparser > /dev/null 2>&1 echo x - py-pycparser/pkg-descr sed 's/^X//' >py-pycparser/pkg-descr << '92031920514b6bd79a880572f6f654f0' XPycparser is a parser for the C language, Xwritten in pure Python. It is a module Xdesigned to be easily integrated into Xapplications that need to parse C source code. X XWWW: https://pypi.python.org/pypi/pycparser 92031920514b6bd79a880572f6f654f0 echo x - py-pycparser/distinfo sed 's/^X//' >py-pycparser/distinfo << 'a7daf7b41962df43ceeb402d3f8cea45' XSHA256 (pycparser-2.10.tar.gz) = 957d98b661c0b64b580ab6f94b125e09b6714154ee51de40bca16d3f0076b86c XSIZE (pycparser-2.10.tar.gz) = 206166 a7daf7b41962df43ceeb402d3f8cea45 echo x - py-pycparser/Makefile sed 's/^X//' >py-pycparser/Makefile << '5d77f489358ba8cbde44382087155a49' X# $FreeBSD:$ X XPORTNAME= pycparser XPORTVERSION= 2.10 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= ports@robakdesign.com XCOMMENT= Pycparser is a parser for the C, written Python X XLICENSE= BSD X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XNO_STAGE= yes X X.include 5d77f489358ba8cbde44382087155a49 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 09: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 136AF42F; Mon, 16 Dec 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 DC1BB1D09; Mon, 16 Dec 2013 09: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 rBG9o8il003059; Mon, 16 Dec 2013 09: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 rBG9o8AI003023; Mon, 16 Dec 2013 09:50:08 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 09:50:08 GMT Message-Id: <201312160950.rBG9o8AI003023@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184794: [NEW PORT] devel/py-pycparser Pycparser is a parser for the C, written Python X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 09:50:09 -0000 Synopsis: [NEW PORT] devel/py-pycparser Pycparser is a parser for the C, written Python Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 09:50: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=184794 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 10: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 1F75A8F3 for ; Mon, 16 Dec 2013 10: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 D14AE1E7E for ; Mon, 16 Dec 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 rBGAA0Cp005887 for ; Mon, 16 Dec 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 rBGAA0gT005886; Mon, 16 Dec 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 10:10:00 GMT Resent-Message-Id: <201312161010.rBGAA0gT005886@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, William Grzybowski Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3C8B28CB for ; Mon, 16 Dec 2013 10:09: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 297B31E65 for ; Mon, 16 Dec 2013 10:09: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 rBGA9Nss005827 for ; Mon, 16 Dec 2013 10:09:23 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGA9NcQ005826; Mon, 16 Dec 2013 10:09:23 GMT (envelope-from wg) Message-Id: <201312161009.rBGA9NcQ005826@freefall.freebsd.org> Date: Mon, 16 Dec 2013 10:09:23 GMT From: William Grzybowski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184795: [exp-run] devel/py-setuptools: update to 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: William Grzybowski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 10:10:01 -0000 >Number: 184795 >Category: ports >Synopsis: [exp-run] devel/py-setuptools: update to 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 10:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: William Grzybowski >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #1 r251226: Sat Jun 1 21:56:43 UTC 2013 peter@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: Hi, this is an update of py-setuptools from 1.x to 2.0. Besides the major version there shouldn't be any major API change. As this ports affects other ~1.8k ports I thought it deserved an exp-run before the update however I'm not so sure that is the way to go. Let me know if you think thats not necessary. >How-To-Repeat: >Fix: Please find it at: http://people.freebsd.org/~wg/setuptools-2.0.txt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 EA5C5923; Mon, 16 Dec 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 B345C1E81; Mon, 16 Dec 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 rBGAA8cu006020; Mon, 16 Dec 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 rBGAA8en006019; Mon, 16 Dec 2013 10:10:08 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 10:10:08 GMT Message-Id: <201312161010.rBGAA8en006019@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184795: [exp-run] devel/py-setuptools: update to 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 10:10:09 -0000 Synopsis: [exp-run] devel/py-setuptools: update to 2.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 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=184795 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 10: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 B755CDEB for ; Mon, 16 Dec 2013 10: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 917B01F57 for ; Mon, 16 Dec 2013 10: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 rBGAK0Ro008853 for ; Mon, 16 Dec 2013 10: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 rBGAK08u008852; Mon, 16 Dec 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 10:20:00 GMT Resent-Message-Id: <201312161020.rBGAK08u008852@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Luca Pizzamiglio Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D5F01BC5 for ; Mon, 16 Dec 2013 10:13:34 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1E021F0A for ; Mon, 16 Dec 2013 10:13: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 rBGADYqc084497 for ; Mon, 16 Dec 2013 10:13:34 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGADYHd084493; Mon, 16 Dec 2013 10:13:34 GMT (envelope-from nobody) Message-Id: <201312161013.rBGADYHd084493@oldred.freebsd.org> Date: Mon, 16 Dec 2013 10:13:34 GMT From: Luca Pizzamiglio To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184796: [MAINTAINER] Upgrade gdb to 7.6.2 and other small things X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 10:20:00 -0000 >Number: 184796 >Category: ports >Synopsis: [MAINTAINER] Upgrade gdb to 7.6.2 and other small things >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 Dec 16 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Luca Pizzamiglio >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD pizzamig 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: Updating the devel/gdb port to 7.6.2 Moreover, it adds the support to librt.so signals: now gdb recognizes and correctly handles the SIGLIBRT signal. Moreover, it changes the default value of the separate debug dir to /usr/lib/debug, the directory where FreeBSD stores separated debug files (thanks Andriy Gapon) >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 336616) +++ Makefile (working copy) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= gdb -PORTVERSION= 7.6.1 -PORTREVISION= 1 +PORTVERSION= 7.6.2 +#PORTREVISION= 2 CATEGORIES= devel MASTER_SITES= GNU @@ -19,6 +19,7 @@ CONFIGURE_ENV= CONFIGURED_M4=m4 CONFIGURED_BISON=byacc CONFIGURE_ARGS= --program-suffix=${PORTVERSION:S/.//g} \ --with-gdb-datadir=${PREFIX}/share/gdb${PORTVERSION:S/.//g} \ + --with-separate-debug-dir=/usr/lib/debug \ ${ICONV_CONFIGURE_ARG} \ --without-libunwind-ia64 \ --enable-targets=all Index: distinfo =================================================================== --- distinfo (revision 336616) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gdb-7.6.1.tar.bz2) = e3dfa38a14a5457f9b8b26f7b5080ba5491bd10ae4d69bfe357cea87b7d162e4 -SIZE (gdb-7.6.1.tar.bz2) = 24338919 +SHA256 (gdb-7.6.2.tar.bz2) = 2f6a0e2ce1c66c9dedeb7f58a8d1298ad602ddcdaf15d23104e1f7832b96d0e8 +SIZE (gdb-7.6.2.tar.bz2) = 24269334 Index: files/patch-sigev =================================================================== --- files/patch-sigev (revision 0) +++ files/patch-sigev (working copy) @@ -0,0 +1,59 @@ +--- gdb/common/signals.c.orig 2013-01-01 07:32:54.000000000 +0100 ++++ gdb/common/signals.c 2013-11-25 16:12:56.000000000 +0100 +@@ -46,6 +46,12 @@ + # endif + #endif + ++#ifdef __FreeBSD__ ++# ifndef SIGLIBRT ++# define SIGLIBRT 33 /* Older versions do not define the constant */ ++# endif ++#endif ++ + /* This table must match in order and size the signals in enum + gdb_signal. */ + +@@ -334,6 +340,11 @@ + return GDB_SIGNAL_INFO; + #endif + ++#if defined (SIGLIBRT) ++ if ( hostsig == SIGLIBRT ) ++ return GDB_SIGNAL_FBSD_LIBRT; ++#endif ++ + #if defined (REALTIME_LO) + if (hostsig >= REALTIME_LO && hostsig < REALTIME_HI) + { +@@ -591,6 +602,11 @@ + return SIGINFO; + #endif + ++#if defined (SIGLIBRT) ++ case GDB_SIGNAL_FBSD_LIBRT: ++ return SIGLIBRT; ++#endif ++ + default: + #if defined (REALTIME_LO) + retsig = 0; +--- gdb/infrun.c.orig 2013-08-30 17:58:55.000000000 +0200 ++++ gdb/infrun.c 2013-11-22 16:12:58.000000000 +0100 +@@ -7291,6 +7291,8 @@ + signal_print[GDB_SIGNAL_WINCH] = 0; + signal_stop[GDB_SIGNAL_PRIO] = 0; + signal_print[GDB_SIGNAL_PRIO] = 0; ++ signal_stop[GDB_SIGNAL_FBSD_LIBRT] = 0; ++ signal_print[GDB_SIGNAL_FBSD_LIBRT] = 0; + + /* These signals are used internally by user-level thread + implementations. (See signal(5) on Solaris.) Like the above +--- include/gdb/signals.def.orig 2013-01-01 07:41:30.000000000 +0100 ++++ include/gdb/signals.def 2013-11-25 16:13:42.000000000 +0100 +@@ -197,4 +197,5 @@ + /* If you are adding a new signal, add it just above this comment. */ + + /* Last and unused enum value, for sizing arrays, etc. */ +-SET (GDB_SIGNAL_LAST, 151, NULL, "GDB_SIGNAL_MAGIC") ++SET (GDB_SIGNAL_FBSD_LIBRT, 151, "SIGLIBRT", "GDB_SIGNAL_FBSD_LIBRT") ++SET (GDB_SIGNAL_LAST, 152, NULL, "GDB_SIGNAL_MAGIC") >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 10: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 22EE7DED for ; Mon, 16 Dec 2013 10: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 D7EBA1F59 for ; Mon, 16 Dec 2013 10: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 rBGAK09X008918 for ; Mon, 16 Dec 2013 10: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 rBGAK08M008915; Mon, 16 Dec 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 10:20:00 GMT Resent-Message-Id: <201312161020.rBGAK08M008915@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel Timofeev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E052C3E for ; Mon, 16 Dec 2013 10:17:29 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7A5061F46 for ; Mon, 16 Dec 2013 10:17:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBGAHTgu045502 for ; Mon, 16 Dec 2013 10:17:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGAHT1g045490; Mon, 16 Dec 2013 10:17:29 GMT (envelope-from nobody) Message-Id: <201312161017.rBGAHT1g045490@oldred.freebsd.org> Date: Mon, 16 Dec 2013 10:17:29 GMT From: Pavel Timofeev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184797: openldap24-sasl-client isn't recognized as openldap24-client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 10:20:01 -0000 >Number: 184797 >Category: ports >Synopsis: openldap24-sasl-client isn't recognized as openldap24-client >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 Dec 16 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pavel Timofeev >Release: FreeBSD-10.0 RC1 amd64 >Organization: OCS >Environment: >Description: Some of ports that want the net/openldap24-client port as dependency don't understand that it's already installed under the openldap24-sasl-client name. It happens only on 10.0. I tried on 9.2 - no problem. Examples of ports: net/php5-ldap www/squid33 with sasl and ldap options selected. net-mgmt/zabbix2-server with ldap option enabled. >How-To-Repeat: It's related only to 10.0! Try to install net/openldap24-sasl-client. After that try to install net/php5-ldap. See what happens. root@timbsd:~ # uname -a FreeBSD timbsd 10.0-RC1 FreeBSD 10.0-RC1 #0 r259124: Mon Dec 9 13:50:29 MSK 2013 mox@timbsd:/usr/obj/usr/src/sys/GENERIC amd64 root@timbsd:~ # pkg info -x openldap openldap-sasl-client-2.4.38 root@timbsd:~ # portmaster /usr/ports/net/php5-ldap ... ===>>> The following actions will be taken if you choose to proceed: Install net/php5-ldap Install net/openldap24-client ===>>> Proceed? y/n [y] >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 909729E2 for ; Mon, 16 Dec 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 6B69B152E for ; Mon, 16 Dec 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 rBGBA0HH021796 for ; Mon, 16 Dec 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 rBGBA0Jv021795; Mon, 16 Dec 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 11:10:00 GMT Resent-Message-Id: <201312161110.rBGBA0Jv021795@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Kosyh Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72E114EE for ; Mon, 16 Dec 2013 11:07:33 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5FE6F142A for ; Mon, 16 Dec 2013 11:07:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBGB7X70033419 for ; Mon, 16 Dec 2013 11:07:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGB7Xnr033409; Mon, 16 Dec 2013 11:07:33 GMT (envelope-from nobody) Message-Id: <201312161107.rBGB7Xnr033409@oldred.freebsd.org> Date: Mon, 16 Dec 2013 11:07:33 GMT From: Peter Kosyh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184799: e17/terminology up to 0.4.0 patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 11:10:00 -0000 >Number: 184799 >Category: ports >Synopsis: e17/terminology up to 0.4.0 patch >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 Dec 16 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Peter Kosyh >Release: 10.0-RC1 >Organization: >Environment: FreeBSD peter-bsd 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 17:45:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: e17/terminology 0.3 has some bugs, hope, the 0.4.0 works better >How-To-Repeat: >Fix: here is my patch to x11/terminology Patch attached with submission follows: diff -Nur terminology/Makefile terminology-0.4.0/Makefile --- terminology/Makefile 2013-10-25 23:58:18.000000000 +0400 +++ terminology-0.4.0/Makefile 2013-12-16 15:00:24.000000000 +0400 @@ -2,11 +2,9 @@ # $FreeBSD: x11/terminology/Makefile 331629 2013-10-25 19:58:18Z gblach $ PORTNAME= terminology -PORTVERSION= 0.3.0 +PORTVERSION= 0.4.0 CATEGORIES= x11 enlightenment -MASTER_SITES= http://download.enlightenment.org/releases/ \ - LOCAL/gblach/e17/ - +MASTER_SITES= http://download.enlightenment.org/rel/apps/terminology/ MAINTAINER= gblach@FreeBSD.org COMMENT= EFL Terminal Emulator @@ -14,7 +12,6 @@ USES= pkgconfig DIST_SUBDIR= e17 -USE_BZIP2= yes GNU_CONFIGURE= yes USE_EFL= eina eet evas ecore edje emotion elementary USE_EFL_ECORE= imf imf_evas input ipc diff -Nur terminology/distinfo terminology-0.4.0/distinfo --- terminology/distinfo 2013-03-27 23:32:33.000000000 +0400 +++ terminology-0.4.0/distinfo 2013-12-16 15:02:17.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (e17/terminology-0.3.0.tar.bz2) = 7ea94aec40fc0e210543b36236842f1dfe3c64abf4f3d7ae6f5dae2fb668476e -SIZE (e17/terminology-0.3.0.tar.bz2) = 567309 +SHA256 (e17/terminology-0.4.0.tar.gz) = 63f2d1fa584ecda6c4ef61b05b8956415feb955c4bb13c0872c11d98024dcfc6 +SIZE (e17/terminology-0.4.0.tar.gz) = 1223470 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 11: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 2D845ECF for ; Mon, 16 Dec 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 172391613 for ; Mon, 16 Dec 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 rBGBK0wu025184 for ; Mon, 16 Dec 2013 11: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 rBGBK00l025183; Mon, 16 Dec 2013 11:20:00 GMT (envelope-from gnats) Date: Mon, 16 Dec 2013 11:20:00 GMT Message-Id: <201312161120.rBGBK00l025183@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/181385: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 16 Dec 2013 11:20:01 -0000 The following reply was made to PR ports/181385; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/181385: commit references a PR Date: Mon, 16 Dec 2013 11:11:34 +0000 (UTC) Author: zeising Date: Mon Dec 16 11:11:09 2013 New Revision: 336621 URL: http://svnweb.freebsd.org/changeset/ports/336621 Log: Switch FreeBSD CURRENT to use the new xorg stack (WITH_NEW_XORG=) [0] If the old xorg stack is still needed, it is possible to add WITHOUT_NEW_XORG= to /etc/make.conf to get the old version. Update several xorg related ports, including: x11/libxcb 1.9.1 -> 1.9.3 graphics/libdrm 2.4.46 -> 2.4.50 x11/pixman 0.30.2 -> 0.32.4 x11/xkeyboard-config 2.9 -> 2.10.1 x11-drivers/xf86-input-keyboard 1.7.0 -> 1.8.0 Fix dissapearing cursor in xf86-video-vmware [2] Stagify all x11@-owned ports Bump portrevisions for xf86-* ports due to xserver version change. Fix fallout from updates where needed. Thanks to: all testersi, bdrewery and the FreeBSD x11@ team exp-run by: bdrewery [1] PR: ports/184684 [1], ports/181385 [2] Submitted by: Douglas Carmichael [2] Approved by: portmgr (bdrewery), core (jhb) [0] Added: head/graphics/libdrm/files/extra-tests__radeon__radeon_ttm.c (contents, props changed) head/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_kbd.c (contents, props changed) head/x11-drivers/xf86-input-keyboard/files/patch-src__kbd.c (contents, props changed) head/x11-drivers/xf86-video-vmware/files/ head/x11-drivers/xf86-video-vmware/files/patch-src_vmware.c (contents, props changed) head/x11/dri3proto/ head/x11/dri3proto/Makefile (contents, props changed) head/x11/dri3proto/distinfo (contents, props changed) head/x11/dri3proto/pkg-descr (contents, props changed) head/x11/dri3proto/pkg-plist (contents, props changed) head/x11/libxcb/files/patch-src__c_client.py (contents, props changed) head/x11/libxshmfence/ head/x11/libxshmfence/Makefile (contents, props changed) head/x11/libxshmfence/distinfo (contents, props changed) head/x11/libxshmfence/files/ head/x11/libxshmfence/files/patch-config.h.in (contents, props changed) head/x11/libxshmfence/files/patch-configure (contents, props changed) head/x11/libxshmfence/files/patch-src__xshmfence_alloc.c (contents, props changed) head/x11/libxshmfence/files/patch-src__xshmfence_futex.h (contents, props changed) head/x11/libxshmfence/files/patch-src__xshmfenceint.h (contents, props changed) head/x11/libxshmfence/pkg-descr (contents, props changed) head/x11/libxshmfence/pkg-plist (contents, props changed) head/x11/presentproto/ head/x11/presentproto/Makefile (contents, props changed) head/x11/presentproto/distinfo (contents, props changed) head/x11/presentproto/pkg-descr (contents, props changed) head/x11/presentproto/pkg-plist (contents, props changed) head/x11/xcb-proto/files/ head/x11/xcb-proto/files/patch-src_sync.xml (contents, props changed) head/x11/xtrans/files/ head/x11/xtrans/files/patch-Xtransint.h (contents, props changed) Deleted: head/x11/libxcb/files/patch-Makefile.in head/x11/xkeyboard-config/files/etersoft-patch-symbols-typo Modified: head/Mk/bsd.port.mk head/Mk/bsd.xorg.mk head/UPDATING head/astro/viking/Makefile head/cad/pdnmesh/Makefile head/cad/repsnapper/Makefile head/deskutils/pinot/Makefile head/devel/gccmakedep/Makefile head/devel/libpciaccess/Makefile head/devel/makedepend/Makefile head/devel/xorg-macros/Makefile head/devel/xorg-macros/distinfo head/emulators/catapult/Makefile head/emulators/qemu-devel/Makefile head/emulators/tme/Makefile head/emulators/virtualbox-ose-additions/Makefile head/games/fuhquake/files/Makefile head/games/klavaro/Makefile head/graphics/cairo/Makefile head/graphics/freeglut/Makefile head/graphics/libdrm/Makefile head/graphics/libdrm/distinfo head/graphics/libdrm/files/extra-tests_modetest_Makefile.in head/graphics/libdrm/files/extra-tests_modetest_modetest.c head/graphics/libdrm/pkg-plist head/graphics/libreatlas/Makefile head/graphics/mesa-demos/Makefile head/multimedia/freetuxtv/Makefile head/net/cvsup/Makefile head/net/tigervnc/Makefile head/print/photoprint/Makefile head/sysutils/gtk-imonc/Makefile head/sysutils/nitrogen/Makefile head/textproc/xorg-sgml-doctools/Makefile head/x11-clocks/oclock/Makefile head/x11-clocks/oclock/pkg-plist head/x11-clocks/xclock/Makefile head/x11-clocks/xclock/pkg-plist head/x11-drivers/input-wacom/Makefile head/x11-drivers/xf86-input-acecad/Makefile head/x11-drivers/xf86-input-acecad/pkg-plist head/x11-drivers/xf86-input-elographics/Makefile head/x11-drivers/xf86-input-elographics/pkg-plist head/x11-drivers/xf86-input-fpit/Makefile head/x11-drivers/xf86-input-hyperpen/Makefile head/x11-drivers/xf86-input-joystick/Makefile head/x11-drivers/xf86-input-joystick/pkg-plist head/x11-drivers/xf86-input-keyboard/Makefile head/x11-drivers/xf86-input-keyboard/distinfo head/x11-drivers/xf86-input-keyboard/pkg-plist head/x11-drivers/xf86-input-magictouch/Makefile head/x11-drivers/xf86-input-magictouch/pkg-plist head/x11-drivers/xf86-input-mouse/Makefile head/x11-drivers/xf86-input-mouse/pkg-plist head/x11-drivers/xf86-input-mutouch/Makefile head/x11-drivers/xf86-input-mutouch/pkg-plist head/x11-drivers/xf86-input-penmount/Makefile head/x11-drivers/xf86-input-penmount/pkg-plist head/x11-drivers/xf86-input-synaptics/Makefile head/x11-drivers/xf86-input-synaptics/distinfo head/x11-drivers/xf86-input-synaptics/pkg-plist head/x11-drivers/xf86-input-vmmouse/Makefile head/x11-drivers/xf86-input-vmmouse/pkg-plist head/x11-drivers/xf86-input-void/Makefile head/x11-drivers/xf86-input-void/pkg-plist head/x11-drivers/xf86-video-apm/Makefile head/x11-drivers/xf86-video-apm/pkg-plist head/x11-drivers/xf86-video-ark/Makefile head/x11-drivers/xf86-video-ati/Makefile head/x11-drivers/xf86-video-ati/pkg-plist head/x11-drivers/xf86-video-chips/Makefile head/x11-drivers/xf86-video-chips/pkg-plist head/x11-drivers/xf86-video-cirrus/Makefile head/x11-drivers/xf86-video-cirrus/pkg-plist head/x11-drivers/xf86-video-cyrix/Makefile head/x11-drivers/xf86-video-cyrix/pkg-plist head/x11-drivers/xf86-video-dummy/Makefile head/x11-drivers/xf86-video-fbdev/Makefile head/x11-drivers/xf86-video-fbdev/pkg-plist head/x11-drivers/xf86-video-glint/Makefile head/x11-drivers/xf86-video-glint/pkg-plist head/x11-drivers/xf86-video-i128/Makefile head/x11-drivers/xf86-video-i128/pkg-plist head/x11-drivers/xf86-video-i740/Makefile head/x11-drivers/xf86-video-i740/pkg-plist head/x11-drivers/xf86-video-imstt/Makefile head/x11-drivers/xf86-video-imstt/pkg-plist head/x11-drivers/xf86-video-intel/Makefile head/x11-drivers/xf86-video-intel/pkg-plist head/x11-drivers/xf86-video-mach64/Makefile head/x11-drivers/xf86-video-mga/Makefile head/x11-drivers/xf86-video-neomagic/Makefile head/x11-drivers/xf86-video-newport/Makefile head/x11-drivers/xf86-video-newport/pkg-plist head/x11-drivers/xf86-video-nouveau/Makefile head/x11-drivers/xf86-video-nouveau/pkg-plist head/x11-drivers/xf86-video-nv/Makefile head/x11-drivers/xf86-video-nv/pkg-plist head/x11-drivers/xf86-video-openchrome/Makefile head/x11-drivers/xf86-video-openchrome/pkg-plist head/x11-drivers/xf86-video-r128/Makefile head/x11-drivers/xf86-video-radeonhd/Makefile head/x11-drivers/xf86-video-radeonhd/pkg-plist head/x11-drivers/xf86-video-rdc/Makefile head/x11-drivers/xf86-video-rendition/Makefile head/x11-drivers/xf86-video-rendition/pkg-plist head/x11-drivers/xf86-video-s3/Makefile head/x11-drivers/xf86-video-s3/pkg-plist head/x11-drivers/xf86-video-s3virge/Makefile head/x11-drivers/xf86-video-s3virge/pkg-plist head/x11-drivers/xf86-video-savage/Makefile head/x11-drivers/xf86-video-siliconmotion/Makefile head/x11-drivers/xf86-video-siliconmotion/pkg-plist head/x11-drivers/xf86-video-sis-intel/Makefile head/x11-drivers/xf86-video-sis/Makefile head/x11-drivers/xf86-video-sis/pkg-plist head/x11-drivers/xf86-video-sunffb/Makefile head/x11-drivers/xf86-video-tdfx/Makefile head/x11-drivers/xf86-video-tdfx/pkg-plist head/x11-drivers/xf86-video-tga/Makefile head/x11-drivers/xf86-video-trident/Makefile head/x11-drivers/xf86-video-trident/pkg-plist head/x11-drivers/xf86-video-tseng/Makefile head/x11-drivers/xf86-video-tseng/pkg-plist head/x11-drivers/xf86-video-vesa/Makefile head/x11-drivers/xf86-video-vesa/pkg-plist head/x11-drivers/xf86-video-via/Makefile head/x11-drivers/xf86-video-via/pkg-plist head/x11-drivers/xf86-video-vmware/Makefile head/x11-drivers/xf86-video-vmware/pkg-plist head/x11-drivers/xf86-video-voodoo/Makefile head/x11-drivers/xf86-video-voodoo/pkg-plist head/x11-drivers/xorg-drivers/Makefile head/x11-fonts/bdftopcf/Makefile head/x11-fonts/encodings/Makefile head/x11-fonts/font-adobe-100dpi/Makefile head/x11-fonts/font-adobe-75dpi/Makefile head/x11-fonts/font-adobe-utopia-100dpi/Makefile head/x11-fonts/font-adobe-utopia-75dpi/Makefile head/x11-fonts/font-adobe-utopia-type1/Makefile head/x11-fonts/font-alias/Makefile head/x11-fonts/font-arabic-misc/Makefile head/x11-fonts/font-bh-100dpi/Makefile head/x11-fonts/font-bh-75dpi/Makefile head/x11-fonts/font-bh-lucidatypewriter-100dpi/Makefile head/x11-fonts/font-bh-lucidatypewriter-75dpi/Makefile head/x11-fonts/font-bh-ttf/Makefile head/x11-fonts/font-bh-type1/Makefile head/x11-fonts/font-bitstream-100dpi/Makefile head/x11-fonts/font-bitstream-75dpi/Makefile head/x11-fonts/font-bitstream-speedo/Makefile head/x11-fonts/font-bitstream-type1/Makefile head/x11-fonts/font-cronyx-cyrillic/Makefile head/x11-fonts/font-cursor-misc/Makefile head/x11-fonts/font-daewoo-misc/Makefile head/x11-fonts/font-dec-misc/Makefile head/x11-fonts/font-ibm-type1/Makefile head/x11-fonts/font-isas-misc/Makefile head/x11-fonts/font-jis-misc/Makefile head/x11-fonts/font-micro-misc/Makefile head/x11-fonts/font-misc-cyrillic/Makefile head/x11-fonts/font-misc-ethiopic/Makefile head/x11-fonts/font-misc-meltho/Makefile head/x11-fonts/font-misc-misc/Makefile head/x11-fonts/font-mutt-misc/Makefile head/x11-fonts/font-schumacher-misc/Makefile head/x11-fonts/font-screen-cyrillic/Makefile head/x11-fonts/font-sony-misc/Makefile head/x11-fonts/font-sun-misc/Makefile head/x11-fonts/font-util/Makefile head/x11-fonts/font-util/pkg-plist head/x11-fonts/font-winitzki-cyrillic/Makefile head/x11-fonts/font-xfree86-type1/Makefile head/x11-fonts/fonttosfnt/Makefile head/x11-fonts/fslsfonts/Makefile head/x11-fonts/libXfont/Makefile head/x11-fonts/libXfontcache/Makefile head/x11-fonts/libXfontcache/pkg-plist head/x11-fonts/mkfontdir/Makefile head/x11-fonts/mkfontscale/Makefile head/x11-fonts/showfont/Makefile head/x11-fonts/xfontsel/Makefile head/x11-fonts/xfontsel/pkg-plist head/x11-fonts/xfs/Makefile head/x11-fonts/xfs/pkg-plist head/x11-fonts/xfsinfo/Makefile head/x11-fonts/xlsfonts/Makefile head/x11-fonts/xorg-fonts-100dpi/Makefile head/x11-fonts/xorg-fonts-75dpi/Makefile head/x11-fonts/xorg-fonts-cyrillic/Makefile head/x11-fonts/xorg-fonts-miscbitmaps/Makefile head/x11-fonts/xorg-fonts-truetype/Makefile head/x11-fonts/xorg-fonts-type1/Makefile head/x11-fonts/xorg-fonts/Makefile head/x11-servers/mga_hal/Makefile head/x11-servers/xephyr/Makefile head/x11-servers/xorg-dmx/Makefile head/x11-servers/xorg-dmx/pkg-plist head/x11-servers/xorg-nestserver/Makefile head/x11-servers/xorg-server/Makefile head/x11-servers/xorg-server/pkg-plist head/x11-servers/xorg-vfbserver/Makefile head/x11-themes/gtk-murrine-engine/Makefile head/x11-themes/xcursor-themes/Makefile head/x11-toolkits/gtkglext/Makefile head/x11-toolkits/libXaw/Makefile head/x11-toolkits/libXaw/pkg-plist head/x11-toolkits/libXmu/Makefile head/x11-toolkits/libXt/Makefile head/x11-toolkits/libXt/pkg-plist head/x11-toolkits/termit/Makefile head/x11-wm/awesome/Makefile head/x11-wm/transset/Makefile head/x11-wm/xcompmgr/Makefile head/x11/Makefile head/x11/beforelight/Makefile head/x11/beforelight/pkg-plist head/x11/bitmap/Makefile head/x11/bitmap/pkg-plist head/x11/editres/Makefile head/x11/editres/pkg-plist head/x11/fstobdf/Makefile head/x11/glproto/Makefile head/x11/glproto/distinfo head/x11/iceauth/Makefile head/x11/ico/Makefile head/x11/libXScrnSaver/Makefile head/x11/libXScrnSaver/pkg-plist head/x11/libXTrap/Makefile head/x11/libXau/Makefile head/x11/libXau/pkg-plist head/x11/libXcomposite/Makefile head/x11/libXcomposite/pkg-plist head/x11/libXcursor/Makefile head/x11/libXcursor/pkg-plist head/x11/libXdamage/Makefile head/x11/libXevie/Makefile head/x11/libXevie/pkg-plist head/x11/libXext/Makefile head/x11/libXext/pkg-plist head/x11/libXfixes/Makefile head/x11/libXfixes/pkg-plist head/x11/libXi/Makefile head/x11/libXi/pkg-plist head/x11/libXinerama/Makefile head/x11/libXinerama/pkg-plist head/x11/libXp/Makefile head/x11/libXp/pkg-plist head/x11/libXpm/Makefile head/x11/libXpm/pkg-plist head/x11/libXrandr/Makefile head/x11/libXrandr/pkg-plist head/x11/libXrender/Makefile head/x11/libXres/Makefile head/x11/libXres/pkg-plist head/x11/libXtst/Makefile head/x11/libXtst/pkg-plist head/x11/libXv/Makefile head/x11/libXv/pkg-plist head/x11/libXvMC/Makefile head/x11/libXxf86dga/Makefile head/x11/libXxf86dga/pkg-plist head/x11/libXxf86misc/Makefile head/x11/libXxf86misc/pkg-plist head/x11/libXxf86vm/Makefile head/x11/libXxf86vm/pkg-plist head/x11/libdmx/Makefile head/x11/libdmx/pkg-plist head/x11/libxcb/Makefile head/x11/libxcb/distinfo head/x11/libxcb/pkg-plist head/x11/libxkbfile/Makefile head/x11/listres/Makefile head/x11/luit/Makefile head/x11/mkcomposecache/Makefile head/x11/pixman/Makefile head/x11/pixman/distinfo head/x11/printproto/Makefile head/x11/printproto/pkg-plist head/x11/rstart/Makefile head/x11/rstart/pkg-plist head/x11/scripts/Makefile head/x11/scripts/pkg-plist head/x11/sessreg/Makefile head/x11/setxkbmap/Makefile head/x11/smproxy/Makefile head/x11/trapproto/Makefile head/x11/viewres/Makefile head/x11/x11perf/Makefile head/x11/x11perf/pkg-plist head/x11/xcalc/Makefile head/x11/xcalc/pkg-plist head/x11/xcb-proto/Makefile head/x11/xcb-proto/distinfo head/x11/xcb-proto/pkg-plist head/x11/xclipboard/Makefile head/x11/xclipboard/pkg-plist head/x11/xcmsdb/Makefile head/x11/xconsole/Makefile head/x11/xconsole/pkg-plist head/x11/xdbedizzy/Makefile head/x11/xditview/Makefile head/x11/xditview/pkg-plist head/x11/xdm/Makefile head/x11/xdm/pkg-plist head/x11/xdpyinfo/Makefile head/x11/xdriinfo/Makefile head/x11/xedit/Makefile head/x11/xedit/pkg-plist head/x11/xev/Makefile head/x11/xeyes/Makefile head/x11/xf86dga/Makefile head/x11/xfindproxy/Makefile head/x11/xfwp/Makefile head/x11/xgamma/Makefile head/x11/xgc/Makefile head/x11/xgc/pkg-plist head/x11/xhost/Makefile head/x11/xinit/Makefile head/x11/xinit/pkg-plist head/x11/xinput/Makefile head/x11/xkbcomp/Makefile head/x11/xkbevd/Makefile head/x11/xkbprint/Makefile head/x11/xkbutils/Makefile head/x11/xkbutils/pkg-plist head/x11/xkeyboard-config/Makefile head/x11/xkeyboard-config/distinfo head/x11/xkeyboard-config/pkg-plist head/x11/xkill/Makefile head/x11/xload/Makefile head/x11/xload/pkg-plist head/x11/xlogo/Makefile head/x11/xlogo/pkg-plist head/x11/xlsatoms/Makefile head/x11/xlsclients/Makefile head/x11/xmag/Makefile head/x11/xmag/pkg-plist head/x11/xman/Makefile head/x11/xman/pkg-plist head/x11/xmessage/Makefile head/x11/xmessage/pkg-plist head/x11/xmh/Makefile head/x11/xmh/pkg-plist head/x11/xmodmap/Makefile head/x11/xmore/Makefile head/x11/xmore/pkg-plist head/x11/xorg-apps/Makefile head/x11/xorg-docs/Makefile head/x11/xorg-docs/pkg-plist head/x11/xorg-libraries/Makefile head/x11/xorg/Makefile head/x11/xplsprinters/Makefile head/x11/xprehashprinterlist/Makefile head/x11/xprop/Makefile head/x11/xproto/Makefile head/x11/xproto/distinfo head/x11/xrandr/Makefile head/x11/xrdb/Makefile head/x11/xrefresh/Makefile head/x11/xrx/Makefile head/x11/xrx/pkg-plist head/x11/xsetmode/Makefile head/x11/xsetpointer/Makefile head/x11/xtrans/Makefile head/x11/xtrans/distinfo head/x11/xtrans/pkg-plist head/x11/xvidtune/Makefile head/x11/xvmcinfo/Makefile Modified: head/Mk/bsd.port.mk ============================================================================== --- head/Mk/bsd.port.mk Mon Dec 16 11:09:21 2013 (r336620) +++ head/Mk/bsd.port.mk Mon Dec 16 11:11:09 2013 (r336621) @@ -1222,6 +1222,16 @@ WITH_PKGNG?= yes .endif .endif +# Enable new xorg for FreeBSD versions after Radeon KMS was imported unless +# WITHOUT_NEW_XORG is set. +.if ${OSVERSION} >= 1100000 +. if !defined(WITHOUT_NEW_XORG) +WITH_NEW_XORG?= yes +. else +.undef WITH_NEW_XORG +. endif +.endif + # Only define tools here (for transition period with between pkg tools) .include "${PORTSDIR}/Mk/bsd.commands.mk" Modified: head/Mk/bsd.xorg.mk ============================================================================== --- head/Mk/bsd.xorg.mk Mon Dec 16 11:09:21 2013 (r336620) +++ head/Mk/bsd.xorg.mk Mon Dec 16 11:11:09 2013 (r336621) @@ -56,21 +56,15 @@ USE_XORG+= xorg-macros . endif . if ${XORG_CAT} == "driver" -USE_XORG+= xorg-server xproto randrproto xi +USE_XORG+= xorg-server xproto randrproto xi renderproto xextproto \ + inputproto kbproto fontsproto videoproto dri2proto xf86driproto \ + glproto xineramaproto resourceproto scrnsaverproto # work around a llvm bug on i386, llvm bug #15806 # reproduced with clang 3.2 (current release) and 3.1 . if ${ARCH} == i386 CFLAGS+= -fno-optimize-sibling-calls . endif CONFIGURE_ENV+= DRIVER_MAN_SUFFIX=4x DRIVER_MAN_DIR='$$(mandir)/man4' -. if ${PORTNAME:M*input*}x != x -USE_XORG+= inputproto videoproto fontsproto renderproto xextproto \ - dri2proto -. elif ${PORTNAME:M*video*}x != x -USE_XORG+= videoproto fontsproto renderproto xextproto dri2proto -. else -IGNORE= doesn't contain either "video" or "input" -. endif . endif . if ${XORG_CAT} == "font" @@ -147,7 +141,7 @@ USES+= pathfix CONFIGURE_ARGS+= --with-xkb-path=${LOCALBASE}/share/X11/xkb LIB_PC_DEPENDS+= ${LOCALBASE}/libdata/pkgconfig/dri.pc:${PORTSDIR}/graphics/dri -USE_XORG+= pciaccess xextproto videoproto fontsproto dri2proto +USE_XORG+= pciaccess xextproto videoproto fontsproto dri2proto fontutil:build . endif .endif @@ -171,6 +165,7 @@ XORG_MODULES= bigreqsproto \ dmx \ dmxproto \ dri2proto \ + dri3proto \ evieproto \ fixesproto \ fontcacheproto \ @@ -185,6 +180,7 @@ XORG_MODULES= bigreqsproto \ oldx \ pciaccess \ pixman \ + presentproto \ printproto \ randrproto \ recordproto \ @@ -238,6 +234,7 @@ XORG_MODULES= bigreqsproto \ xrender \ xres \ xscrnsaver \ + xshmfence \ xt \ xtrans \ xtrap \ @@ -254,6 +251,7 @@ damageproto_BUILD_DEPENDS= ${LOCALBASE}/ dmx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmx.pc:${PORTSDIR}/x11/libdmx dmxproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dmxproto.pc:${PORTSDIR}/x11/dmxproto dri2proto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dri2proto.pc:${PORTSDIR}/x11/dri2proto +dri3proto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/dri3proto.pc:${PORTSDIR}/x11/dri3proto evieproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/evieproto.pc:${PORTSDIR}/x11/evieext fixesproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fixesproto.pc:${PORTSDIR}/x11/fixesproto fontcacheproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/fontcacheproto.pc:${PORTSDIR}/x11-fonts/fontcacheproto @@ -268,6 +266,7 @@ libfs_LIB_PC_DEPENDS= ${LOCALBASE}/libd oldx_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/oldx.pc:${PORTSDIR}/x11/liboldX pciaccess_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pciaccess.pc:${PORTSDIR}/devel/libpciaccess pixman_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pixman-1.pc:${PORTSDIR}/x11/pixman +presentproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/presentproto.pc:${PORTSDIR}/x11/presentproto printproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/printproto.pc:${PORTSDIR}/x11/printproto randrproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/randrproto.pc:${PORTSDIR}/x11/randrproto recordproto_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/recordproto.pc:${PORTSDIR}/x11/recordproto @@ -322,6 +321,7 @@ xrender_LIB_PC_DEPENDS= ${LOCALBASE}/li xres_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xres.pc:${PORTSDIR}/x11/libXres xscrnsaver_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xscrnsaver.pc:${PORTSDIR}/x11/libXScrnSaver xt_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xt.pc:${PORTSDIR}/x11-toolkits/libXt +xshmfence_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xshmfence.pc:${PORTSDIR}/x11/libxshmfence xtrans_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xtrans.pc:${PORTSDIR}/x11/xtrans xtrap_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xtrap.pc:${PORTSDIR}/x11/libXTrap xtst_LIB_PC_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xtst.pc:${PORTSDIR}/x11/libXtst Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Dec 16 11:09:21 2013 (r336620) +++ head/UPDATING Mon Dec 16 11:11:09 2013 (r336621) @@ -5,6 +5,35 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20131216: + AFFECTS: users of x11/xorg, graphics/libGL, graphics/dri, all xorg ports + AUTHOR: zeising@FreeBSD.org + + The default xorg version has been switched on FreeBSD CURRENT. + + To upgrade graphics/libGL, graphics/dri and related MESA ports, it is + neccessary to first remove the old versions of those ports. + No special upgrade procedure is needed for xorg port but it is + necessary to recompile all xorg drivers (xf86-*) and other ports that + depend on the xserver version, including + emulators/virtualbox-ose-additions. Portrevisions have been bumped + where needed, but users of drivers not in the ports tree will need to + recompile those. + + If it is important to stay on the old versions, it is possible to + specify WITHOUT_NEW_XORG= in /etc/make.conf to get the old xorg + distribution. + + To update: + + # pkg_delete -f libGL-\* dri-\* + or + # pkg delete -f libGL dri + followed by + # portmaster -a + or + # portupgrade -a + 20131214: AFFECTS: users of databases/db4* AUTHOR: mandree@FreeBSD.org Modified: head/astro/viking/Makefile ============================================================================== --- head/astro/viking/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/astro/viking/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,6 +3,7 @@ PORTNAME= viking PORTVERSION= 1.5 +PORTREVISION= 1 CATEGORIES= astro MASTER_SITES= SF/${PORTNAME}/ Modified: head/cad/pdnmesh/Makefile ============================================================================== --- head/cad/pdnmesh/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/cad/pdnmesh/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= pdnmesh PORTVERSION= 0.2.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= cad MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-source/${PORTVERSION} Modified: head/cad/repsnapper/Makefile ============================================================================== --- head/cad/repsnapper/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/cad/repsnapper/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,6 +3,7 @@ PORTNAME= repsnapper PORTVERSION= 2.3.2a3 +PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= https://codeload.github.com/timschmidt/repsnapper/tar.gz/ DISTNAME= ${PORTVERSION} Modified: head/deskutils/pinot/Makefile ============================================================================== --- head/deskutils/pinot/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/deskutils/pinot/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= pinot PORTVERSION= 1.06 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} #MASTER_SITES= http://colinf.chez.com/pinot/ Modified: head/devel/gccmakedep/Makefile ============================================================================== --- head/devel/gccmakedep/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/devel/gccmakedep/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -13,10 +13,7 @@ XORG_CAT= util BUILD_DEPENDS= tradcpp:${PORTSDIR}/devel/tradcpp -MAN1= gccmakedep.1 - -PLIST_FILES= bin/gccmakedep +PLIST_FILES= bin/gccmakedep man/man1/gccmakedep.1.gz CONFIGURE_ENV+= ac_cv_path_RAWCPP=tradcpp -NO_STAGE= yes .include Modified: head/devel/libpciaccess/Makefile ============================================================================== --- head/devel/libpciaccess/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/devel/libpciaccess/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -14,5 +14,4 @@ CONFIGURE_ARGS+= --with-pciids-path=${LO XORG_CAT= lib -NO_STAGE= yes .include Modified: head/devel/makedepend/Makefile ============================================================================== --- head/devel/makedepend/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/devel/makedepend/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -12,9 +12,6 @@ COMMENT= Dependency generator for makefi XORG_CAT= util USE_XORG= xproto -PLIST_FILES= bin/makedepend +PLIST_FILES= bin/makedepend man/man1/makedepend.1.gz -MAN1= makedepend.1 - -NO_STAGE= yes .include Modified: head/devel/xorg-macros/Makefile ============================================================================== --- head/devel/xorg-macros/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/devel/xorg-macros/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= xorg-macros -PORTVERSION= 1.17.1 +PORTVERSION= 1.18.0 CATEGORIES= devel x11 DISTNAME= util-macros-$(PORTVERSION) Modified: head/devel/xorg-macros/distinfo ============================================================================== --- head/devel/xorg-macros/distinfo Mon Dec 16 11:09:21 2013 (r336620) +++ head/devel/xorg-macros/distinfo Mon Dec 16 11:11:09 2013 (r336621) @@ -1,2 +1,2 @@ -SHA256 (xorg/util/util-macros-1.17.1.tar.bz2) = 5e52654f2a0b04223cf28a9d7fd62cf288852e639ac13a75172fd47d0d6ac625 -SIZE (xorg/util/util-macros-1.17.1.tar.bz2) = 79105 +SHA256 (xorg/util/util-macros-1.18.0.tar.bz2) = e5e3d132a852f0576ea2cf831a9813c54a58810a59cdb198f56b884c5a78945b +SIZE (xorg/util/util-macros-1.18.0.tar.bz2) = 77830 Modified: head/emulators/catapult/Makefile ============================================================================== --- head/emulators/catapult/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/emulators/catapult/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= catapult PORTVERSION= 0.9.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= SF/openmsx/openmsx/${PORTVERSION} DISTNAME= openmsx-${PORTNAME}-${PORTVERSION} Modified: head/emulators/qemu-devel/Makefile ============================================================================== --- head/emulators/qemu-devel/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/emulators/qemu-devel/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,6 +3,7 @@ PORTNAME= qemu PORTVERSION= 1.6.1 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://wiki.qemu.org/download/:release \ LOCAL/nox:snapshot Modified: head/emulators/tme/Makefile ============================================================================== --- head/emulators/tme/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/emulators/tme/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= tme PORTVERSION= 0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= http://people.csail.mit.edu/fredette/tme/ Modified: head/emulators/virtualbox-ose-additions/Makefile ============================================================================== --- head/emulators/virtualbox-ose-additions/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/emulators/virtualbox-ose-additions/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,6 +3,7 @@ PORTNAME= virtualbox-ose DISTVERSION= 4.2.20 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://download.virtualbox.org/virtualbox/${DISTVERSION}/ \ http://tmp.chruetertee.ch/ \ Modified: head/games/fuhquake/files/Makefile ============================================================================== --- head/games/fuhquake/files/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/games/fuhquake/files/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -187,7 +187,7 @@ CL_GLX_OBJS = \ CL_COMMON_LIBS = -lm CL_X11_LIBS = -L${LOCALBASE}/lib -lX11 -lXext -CL_GLX_LIBS = -L${LOCALBASE}/lib -lpng -ljpeg -L${LOCALBASE}/lib -lGL -lXxf86dga -lXxf86vm +CL_GLX_LIBS = -L${LOCALBASE}/lib -lpng -ljpeg -L${LOCALBASE}/lib -lX11 -lGL -lXxf86dga -lXxf86vm .c.o: ${CC} ${DO_CFLAGS} -c $< -o $*.o Modified: head/games/klavaro/Makefile ============================================================================== --- head/games/klavaro/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/games/klavaro/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= klavaro PORTVERSION= 1.9.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/ Modified: head/graphics/cairo/Makefile ============================================================================== --- head/graphics/cairo/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/graphics/cairo/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -4,7 +4,7 @@ PORTNAME= cairo PORTVERSION= 1.10.2 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH?= 2 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ Modified: head/graphics/freeglut/Makefile ============================================================================== --- head/graphics/freeglut/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/graphics/freeglut/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -28,7 +28,6 @@ DOCS= download.html freeglut.html freegl progress.html structure.html BINS= CallbackMaker Fractals Fractals_random Lorenz One shapes -NO_STAGE= yes .include pre-configure: @@ -43,17 +42,17 @@ post-build: post-install: .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for FILE in ${DOCS} - @${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${DOCSDIR} + @${INSTALL_DATA} ${WRKSRC}/doc/${FILE} ${STAGEDIR}${DOCSDIR} .endfor @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif .if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - @${INSTALL_DATA} ${WRKSRC}/progs/demos/Fractals/fractals.dat ${EXAMPLESDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @${INSTALL_DATA} ${WRKSRC}/progs/demos/Fractals/fractals.dat ${STAGEDIR}${EXAMPLESDIR} .for prog in ${BINS} - @${INSTALL_PROGRAM} ${WRKSRC}/progs/demos/${prog}/.libs/${prog:L} ${EXAMPLESDIR} + @${INSTALL_PROGRAM} ${WRKSRC}/progs/demos/${prog}/.libs/${prog:L} ${STAGEDIR}${EXAMPLESDIR} .endfor @${ECHO_MSG} "===> Examples installed in ${EXAMPLESDIR}." .endif Modified: head/graphics/libdrm/Makefile ============================================================================== --- head/graphics/libdrm/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/graphics/libdrm/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -17,7 +17,6 @@ USES= pkgconfig USE_BZIP2= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes -NO_STAGE= yes OPTIONS_DEFINE= MANPAGES @@ -42,28 +41,22 @@ PLIST_SUB+= KMS="@comment " NOUVEAU="@co .endif .if ${PORT_OPTIONS:MMANPAGES} -BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl \ - xsltproc:${PORTSDIR}/textproc/libxslt -MAN3= drmAvailable.3 \ - drmHandleEvent.3 \ - drmModeGetResources.3 -MAN7= drm-gem.7 \ - drm-kms.7 \ - drm-memory.7 \ - drm-mm.7 \ - drm-ttm.7 \ - drm.7 +BUILD_DEPENDS+= ${LOCALBASE}/share/xsl/docbook/manpages/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl +USE_GNOME+= libxslt:build +PLIST_SUB+= MAN="" .else CONFIGURE_ARGS+=--disable-manpages +PLIST_SUB+= MAN="@comment " .endif -LIBDRM_VERSION= 2.4.46 +LIBDRM_VERSION= 2.4.50 LIBDRM_REVISION=0 PLIST_SUB+= OLD="@comment " NEW="" EXTRA_PATCHES+= ${FILESDIR}/extra-configure \ ${FILESDIR}/extra-tests_modetest_Makefile.in \ ${FILESDIR}/extra-tests_modetest_modetest.c \ - ${FILESDIR}/extra-tests_modetest_strchrnul.c + ${FILESDIR}/extra-tests_modetest_strchrnul.c \ + ${FILESDIR}/extra-tests__radeon__radeon_ttm.c CONFIGURE_ARGS+=--disable-vmwgfx .else CONFIGURE_ARGS= --enable-nouveau-experimental-api @@ -85,4 +78,7 @@ pre-patch: s,i?86|x86_64),i?86|amd64|x86_64),g' \ ${WRKSRC}/configure +post-install: + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.* + .include Modified: head/graphics/libdrm/distinfo ============================================================================== --- head/graphics/libdrm/distinfo Mon Dec 16 11:09:21 2013 (r336620) +++ head/graphics/libdrm/distinfo Mon Dec 16 11:11:09 2013 (r336621) @@ -1,4 +1,4 @@ SHA256 (libdrm-2.4.17.tar.bz2) = b8a4e7c610b0e970546d791c06e28882857a49d34698633a89292d7ae142316a SIZE (libdrm-2.4.17.tar.bz2) = 408882 -SHA256 (libdrm-2.4.46.tar.bz2) = 33cf320dad4e8060768714792e12643ddf6756a719d262ba7d60b39c2b2650f1 -SIZE (libdrm-2.4.46.tar.bz2) = 554190 +SHA256 (libdrm-2.4.50.tar.bz2) = 3823d24cda800c2cd36995e01830b890edb8fb1bebf97d5ea4318b8c3933b045 +SIZE (libdrm-2.4.50.tar.bz2) = 563613 Added: head/graphics/libdrm/files/extra-tests__radeon__radeon_ttm.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/libdrm/files/extra-tests__radeon__radeon_ttm.c Mon Dec 16 11:11:09 2013 (r336621) @@ -0,0 +1,13 @@ +--- tests/radeon/radeon_ttm.c.orig 2013-11-07 11:34:28.207096353 +0100 ++++ tests/radeon/radeon_ttm.c 2013-11-07 11:37:41.571085931 +0100 +@@ -25,6 +25,10 @@ + */ + #include + #include ++#include ++ ++#include ++ + #include "rbo.h" + + /* allocate as many single page bo to try to starve the kernel Modified: head/graphics/libdrm/files/extra-tests_modetest_Makefile.in ============================================================================== --- head/graphics/libdrm/files/extra-tests_modetest_Makefile.in Mon Dec 16 11:09:21 2013 (r336620) +++ head/graphics/libdrm/files/extra-tests_modetest_Makefile.in Mon Dec 16 11:11:09 2013 (r336621) @@ -1,6 +1,6 @@ ---- tests/modetest/Makefile.in.orig 2013-04-04 15:41:48.212028807 +0200 -+++ tests/modetest/Makefile.in 2013-04-04 15:45:21.384003991 +0200 -@@ -36,8 +52,11 @@ +--- tests/modetest/Makefile.in.orig 2013-10-11 18:46:07.000000000 +0200 ++++ tests/modetest/Makefile.in 2013-11-07 11:30:15.274123603 +0100 +@@ -80,8 +80,11 @@ host_triplet = @host@ @HAVE_INSTALL_TESTS_TRUE@bin_PROGRAMS = modetest$(EXEEXT) @HAVE_INSTALL_TESTS_FALSE@noinst_PROGRAMS = modetest$(EXEEXT) @@ -12,9 +12,9 @@ +@HAVE_CAIRO_TRUE@am__append_2 = $(CAIRO_CFLAGS) +@HAVE_CAIRO_TRUE@am__append_3 = $(CAIRO_LIBS) subdir = tests/modetest - DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 -@@ -53,7 +72,10 @@ + DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \ + $(top_srcdir)/build-aux/depcomp +@@ -98,7 +101,10 @@ CONFIG_CLEAN_VPATH_FILES = am__installdirs = "$(DESTDIR)$(bindir)" PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS) @@ -26,23 +26,23 @@ modetest_OBJECTS = $(am_modetest_OBJECTS) am__DEPENDENCIES_1 = @HAVE_CAIRO_TRUE@am__DEPENDENCIES_2 = $(am__DEPENDENCIES_1) -@@ -229,12 +265,10 @@ - top_builddir = @top_builddir@ +@@ -306,12 +312,12 @@ top_srcdir = @top_srcdir@ - AM_CFLAGS = -I$(top_srcdir)/include/drm -I$(top_srcdir)/libkms/ \ + AM_CFLAGS = $(filter-out -Wpointer-arith, $(WARN_CFLAGS)) \ + -I$(top_srcdir)/include/drm -I$(top_srcdir)/libkms/ \ - -I$(top_srcdir) $(am__append_1) --modetest_SOURCES = \ -- buffers.c modetest.c buffers.h -- + -I$(top_srcdir) $(am__append_2) -+modetest_SOURCES = buffers.c modetest.c buffers.h $(am__append_1) + modetest_SOURCES = \ +- buffers.c modetest.c buffers.h ++ buffers.c modetest.c buffers.h $(am__append_1) + modetest_LDADD = $(top_builddir)/libdrm.la \ - $(top_builddir)/libkms/libkms.la $(am__append_2) + $(top_builddir)/libkms/libkms.la $(am__append_3) all: all-am .SUFFIXES: -@@ -333,6 +370,7 @@ +@@ -417,6 +423,7 @@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffers.Po@am__quote@ @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/modetest.Po@am__quote@ Modified: head/graphics/libdrm/files/extra-tests_modetest_modetest.c ============================================================================== --- head/graphics/libdrm/files/extra-tests_modetest_modetest.c Mon Dec 16 11:09:21 2013 (r336620) +++ head/graphics/libdrm/files/extra-tests_modetest_modetest.c Mon Dec 16 11:11:09 2013 (r336621) @@ -1,6 +1,6 @@ ---- tests/modetest/modetest.c.orig 2013-02-22 00:44:28.203705216 +0100 -+++ tests/modetest/modetest.c 2013-02-22 00:44:56.803699770 +0100 -@@ -57,6 +57,10 @@ +--- tests/modetest/modetest.c.orig 2013-09-16 22:56:20.000000000 +0200 ++++ tests/modetest/modetest.c 2013-11-07 11:32:10.534114644 +0100 +@@ -59,6 +59,10 @@ #include "buffers.h" @@ -8,6 +8,6 @@ +char *strchrnul(const char *, int); +#endif + - drmModeRes *resources; - int fd, modes; - + struct crtc { + drmModeCrtc *crtc; + drmModeObjectProperties *props; Modified: head/graphics/libdrm/pkg-plist ============================================================================== --- head/graphics/libdrm/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/graphics/libdrm/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -70,6 +70,15 @@ libdata/pkgconfig/libdrm.pc %%NOUVEAU%%libdata/pkgconfig/libdrm_nouveau.pc %%NEW%%%%RADEON_DRIVERS%%libdata/pkgconfig/libdrm_radeon.pc %%NEW%%%%KMS%%libdata/pkgconfig/libkms.pc +%%NEW%%%%MAN%%man/man3/drmAvailable.3.gz +%%NEW%%%%MAN%%man/man3/drmHandleEvent.3.gz +%%NEW%%%%MAN%%man/man3/drmModeGetResources.3.gz +%%NEW%%%%MAN%%man/man7/drm-gem.7.gz +%%NEW%%%%MAN%%man/man7/drm-kms.7.gz +%%NEW%%%%MAN%%man/man7/drm-memory.7.gz +%%NEW%%%%MAN%%man/man7/drm-mm.7.gz +%%NEW%%%%MAN%%man/man7/drm-ttm.7.gz +%%NEW%%%%MAN%%man/man7/drm.7.gz %%OLD%%@dirrm include/nouveau %%NEW%%%%KMS%%@dirrm include/libkms %%NEW%%@dirrm include/libdrm Modified: head/graphics/libreatlas/Makefile ============================================================================== --- head/graphics/libreatlas/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/graphics/libreatlas/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= libreatlas PORTVERSION= 1.0.0a -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics geography MASTER_SITES= http://www.gaia-gis.it/gaia-sins/ Modified: head/graphics/mesa-demos/Makefile ============================================================================== --- head/graphics/mesa-demos/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/graphics/mesa-demos/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -23,7 +23,6 @@ DATADIR= ${PREFIX}/share/${PKGNAMEPREFIX OPTIONS_DEFINE= NVIDIA NVIDIA_DESC= Use NVIDIA's libraries -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|-ffast-math|${FAST_MATH}|' -e 's|x86_64|amd64|' \ ${WRKSRC}/configure Modified: head/multimedia/freetuxtv/Makefile ============================================================================== --- head/multimedia/freetuxtv/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/multimedia/freetuxtv/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= freetuxtv PORTVERSION= 0.6.5 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= multimedia MASTER_SITES= GOOGLE_CODE Modified: head/net/cvsup/Makefile ============================================================================== --- head/net/cvsup/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/net/cvsup/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= cvsup PORTVERSION= 16.1h -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= net devel MASTER_SITES= ${MASTER_SITE_FREEBSD_ORG} MASTER_SITE_SUBDIR=development/CVSup/snapshots Modified: head/net/tigervnc/Makefile ============================================================================== --- head/net/tigervnc/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/net/tigervnc/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= tigervnc PORTVERSION= 1.3.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net x11-servers MASTER_SITES= SF:tigervnc MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION}/:tigervnc Modified: head/print/photoprint/Makefile ============================================================================== --- head/print/photoprint/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/print/photoprint/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -2,7 +2,7 @@ PORTNAME= photoprint DISTVERSION= 0.4.2-pre2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print graphics MASTER_SITES= http://www.blackfiveimaging.co.uk/photoprint/ Modified: head/sysutils/gtk-imonc/Makefile ============================================================================== --- head/sysutils/gtk-imonc/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/sysutils/gtk-imonc/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= gtk-imonc PORTVERSION= 0.6.4.1 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= sysutils MASTER_SITES= http://stefan-strigler.de/download/ Modified: head/sysutils/nitrogen/Makefile ============================================================================== --- head/sysutils/nitrogen/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/sysutils/nitrogen/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= nitrogen PORTVERSION= 1.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= sysutils MASTER_SITES= http://projects.l3ib.org/nitrogen/files/ Modified: head/textproc/xorg-sgml-doctools/Makefile ============================================================================== --- head/textproc/xorg-sgml-doctools/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/textproc/xorg-sgml-doctools/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -13,5 +13,4 @@ XORG_CAT= doc USE_GMAKE= yes USES= pathfix -NO_STAGE= yes .include Modified: head/x11-clocks/oclock/Makefile ============================================================================== --- head/x11-clocks/oclock/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-clocks/oclock/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -10,7 +10,4 @@ COMMENT= Round clock application for X XORG_CAT= app USE_XORG= x11 xmu xext xt xkbfile -MAN1= oclock.1 - -NO_STAGE= yes .include Modified: head/x11-clocks/oclock/pkg-plist ============================================================================== --- head/x11-clocks/oclock/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-clocks/oclock/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -1,4 +1,5 @@ bin/oclock +man/man1/oclock.1.gz share/X11/app-defaults/Clock-color @dirrmtry share/X11/app-defaults @dirrmtry share/X11 Modified: head/x11-clocks/xclock/Makefile ============================================================================== --- head/x11-clocks/xclock/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-clocks/xclock/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -12,7 +12,4 @@ XORG_CAT= app USE_XORG= xrender xft xkbfile xt xaw USES= iconv -MAN1= xclock.1 - -NO_STAGE= yes .include Modified: head/x11-clocks/xclock/pkg-plist ============================================================================== --- head/x11-clocks/xclock/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-clocks/xclock/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -1,4 +1,5 @@ bin/xclock +man/man1/xclock.1.gz share/X11/app-defaults/XClock-color share/X11/app-defaults/XClock @dirrmtry share/X11/app-defaults Modified: head/x11-drivers/input-wacom/Makefile ============================================================================== --- head/x11-drivers/input-wacom/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/input-wacom/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -3,7 +3,7 @@ PORTNAME= input-wacom PORTVERSION= ${KLD_VERSION}.${WACOM_VERSION:C/-/./g} -PORTREVISION= 1 +PORTREVISION= 3 CATEGORIES= x11-drivers kld MASTER_SITES= http://www.chillt.de/bsdwacom/:bsdwacom \ SF/linuxwacom/xf86-input-wacom/:linuxwacom Modified: head/x11-drivers/xf86-input-acecad/Makefile ============================================================================== --- head/x11-drivers/xf86-input-acecad/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-acecad/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -2,13 +2,12 @@ PORTNAME= xf86-input-acecad PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org acecad input driver XORG_CAT= driver -MAN4= acecad.4x -NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-acecad/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-acecad/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-acecad/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -1,5 +1,6 @@ lib/xorg/modules/input/acecad_drv.la lib/xorg/modules/input/acecad_drv.so +man/man4/acecad.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg Modified: head/x11-drivers/xf86-input-elographics/Makefile ============================================================================== --- head/x11-drivers/xf86-input-elographics/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-elographics/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -9,7 +9,8 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org elographics input driver XORG_CAT= driver -MAN4= elographics.4x + +.include .if defined(WITH_NEW_XORG) ELO_VERSION= 1.4.1 @@ -19,5 +20,4 @@ ELO_VERSION= 1.2.4 ELO_REVISION= 0 .endif -NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-elographics/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-elographics/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-elographics/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -1,5 +1,6 @@ lib/xorg/modules/input/elographics_drv.la lib/xorg/modules/input/elographics_drv.so +man/man4/elographics.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg Modified: head/x11-drivers/xf86-input-fpit/Makefile ============================================================================== --- head/x11-drivers/xf86-input-fpit/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-fpit/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -2,6 +2,7 @@ PORTNAME= xf86-input-fpit PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -10,6 +11,8 @@ COMMENT= X.Org fpit input driver XORG_CAT= driver USE_XORG= xrandr +.include + .if !defined(WITH_NEW_XORG) IGNORE= does not build with X server 1.7.7 .endif Modified: head/x11-drivers/xf86-input-hyperpen/Makefile ============================================================================== --- head/x11-drivers/xf86-input-hyperpen/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-hyperpen/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -10,6 +10,8 @@ COMMENT= X.Org hyperpen input driver XORG_CAT= driver +.include + .if defined(WITH_NEW_XORG) HYPERVER= 1.4.1 HYPERREVISION= 0 @@ -19,5 +21,4 @@ HYPERREVISION= 6 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_xf86HyperPen.c .endif -NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-joystick/Makefile ============================================================================== --- head/x11-drivers/xf86-input-joystick/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-joystick/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -9,7 +9,8 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org joystick input driver XORG_CAT= driver -MAN4= joystick.4x + +.include .if defined(WITH_NEW_XORG) JOYVER= 1.6.2 @@ -19,7 +20,6 @@ JOYVER= 1.5.0 JOYREVISION= 1 .endif -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|[(]libdir[)]/pkgconfig|(prefix)/libdata/pkgconfig|g' \ ${WRKSRC}/Makefile.in Modified: head/x11-drivers/xf86-input-joystick/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-joystick/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-joystick/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -2,6 +2,7 @@ include/xorg/joystick-properties.h lib/xorg/modules/input/joystick_drv.la lib/xorg/modules/input/joystick_drv.so libdata/pkgconfig/xorg-joystick.pc +man/man4/joystick.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg Modified: head/x11-drivers/xf86-input-keyboard/Makefile ============================================================================== --- head/x11-drivers/xf86-input-keyboard/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-keyboard/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= xf86-input-keyboard -PORTVERSION= 1.7.0 +PORTVERSION= 1.8.0 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -9,7 +9,5 @@ COMMENT= X.Org keyboard input driver XORG_CAT= driver USE_XORG= kbproto -MAN4= kbd.4x -NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-keyboard/distinfo ============================================================================== --- head/x11-drivers/xf86-input-keyboard/distinfo Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-keyboard/distinfo Mon Dec 16 11:11:09 2013 (r336621) @@ -1,2 +1,2 @@ -SHA256 (xorg/driver/xf86-input-keyboard-1.7.0.tar.bz2) = 0cd5e2845149c7f0e19ec830c6914b7f3d154bff134ce84519e39f16ce65523c -SIZE (xorg/driver/xf86-input-keyboard-1.7.0.tar.bz2) = 319043 +SHA256 (xorg/driver/xf86-input-keyboard-1.8.0.tar.bz2) = 41c51c4e0a87aad6a1c4973c68a8de23b61162d0223f4ab36c627c307830cb5b +SIZE (xorg/driver/xf86-input-keyboard-1.8.0.tar.bz2) = 323838 Added: head/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_kbd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-keyboard/files/patch-src__bsd_kbd.c Mon Dec 16 11:11:09 2013 (r336621) @@ -0,0 +1,14 @@ +Index: src/bsd_kbd.c +@@ -205,6 +205,12 @@ + #endif + } + } ++/* ++ * Switch keyboards which are not attached to console in RAW mode ++ */ ++#if defined (SYSCONS_SUPPORT) || defined (PCVT_SUPPORT) ++ ioctl(pInfo->fd, KDSKBMODE, K_RAW); ++#endif + return Success; + } + Added: head/x11-drivers/xf86-input-keyboard/files/patch-src__kbd.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/x11-drivers/xf86-input-keyboard/files/patch-src__kbd.c Mon Dec 16 11:11:09 2013 (r336621) @@ -0,0 +1,24 @@ +Index: src/kbd.c +@@ -25,6 +25,7 @@ + + #include "xf86.h" + #include "atKeynames.h" ++#include "xf86Priv.h" + #include "xf86Privstr.h" + + #include +@@ -392,6 +393,14 @@ + RemoveEnabledDevice(pInfo->fd); + pKbd->KbdOff(pInfo, what); + device->public.on = FALSE; ++ /* ++ * Close device file for keyboards which are not attached ++ * to console, otherwise they can't be opened again after ++ * relogin when using session manager like xdm. ++ * X server will take care about console attached keyboards. ++ */ ++ if (pInfo->fd != xf86Info.consoleFd) ++ close(pInfo->fd); + break; + + default: Modified: head/x11-drivers/xf86-input-keyboard/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-keyboard/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-keyboard/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -1,5 +1,6 @@ lib/xorg/modules/input/kbd_drv.la lib/xorg/modules/input/kbd_drv.so +man/man4/kbd.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg Modified: head/x11-drivers/xf86-input-magictouch/Makefile ============================================================================== --- head/x11-drivers/xf86-input-magictouch/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-magictouch/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -8,11 +8,13 @@ CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org COMMENT= X.Org magictouch input driver +.include + +.if defined(WITH_NEW_XORG) IGNORE= needs xf86_ansic.h which doesn't exist with recent xserver +.endif XORG_CAT= driver -MAN4= magictouch.4x USE_AUTOTOOLS= libtool -NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-magictouch/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-magictouch/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-magictouch/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -1,6 +1,7 @@ lib/xorg/modules/input/magictouch_drv.a lib/xorg/modules/input/magictouch_drv.la lib/xorg/modules/input/magictouch_drv.so +man/man4/magictouch.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg Modified: head/x11-drivers/xf86-input-mouse/Makefile ============================================================================== --- head/x11-drivers/xf86-input-mouse/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-mouse/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -2,6 +2,7 @@ PORTNAME= xf86-input-mouse PORTVERSION= 1.9.0 +PORTREVISION= 1 CATEGORIES= x11-drivers MAINTAINER= x11@FreeBSD.org @@ -9,7 +10,5 @@ COMMENT= X.Org mouse input driver XORG_CAT= driver USES= pathfix -MAN4= mousedrv.4x -NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-mouse/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-mouse/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-mouse/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -2,6 +2,7 @@ include/xorg/xf86-mouse-properties.h lib/xorg/modules/input/mouse_drv.la lib/xorg/modules/input/mouse_drv.so libdata/pkgconfig/xorg-mouse.pc +man/man4/mousedrv.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg Modified: head/x11-drivers/xf86-input-mutouch/Makefile ============================================================================== --- head/x11-drivers/xf86-input-mutouch/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-mutouch/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -8,13 +8,11 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org mutouch input driver XORG_CAT= driver -MAN4= mutouch.4x + +.include .if !defined(WITH_NEW_XORG) IGNORE= does not build with xorg-server 1.7.7 -.else - .endif -NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-mutouch/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-mutouch/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-mutouch/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -1,5 +1,6 @@ lib/xorg/modules/input/mutouch_drv.la lib/xorg/modules/input/mutouch_drv.so +man/man4/mutouch.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg Modified: head/x11-drivers/xf86-input-penmount/Makefile ============================================================================== --- head/x11-drivers/xf86-input-penmount/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-penmount/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -9,7 +9,8 @@ MAINTAINER= x11@FreeBSD.org COMMENT= X.Org penmount input driver XORG_CAT= driver -MAN4= penmount.4x + +.include .if defined(WITH_NEW_XORG) PEN_VERSION= 1.5.0 @@ -19,5 +20,4 @@ PEN_VERSION= 1.4.1 PEN_REVISION= 1 .endif -NO_STAGE= yes .include Modified: head/x11-drivers/xf86-input-penmount/pkg-plist ============================================================================== --- head/x11-drivers/xf86-input-penmount/pkg-plist Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-penmount/pkg-plist Mon Dec 16 11:11:09 2013 (r336621) @@ -1,5 +1,6 @@ lib/xorg/modules/input/penmount_drv.la lib/xorg/modules/input/penmount_drv.so +man/man4/penmount.4x.gz @dirrmtry lib/xorg/modules/input @dirrmtry lib/xorg/modules @dirrmtry lib/xorg Modified: head/x11-drivers/xf86-input-synaptics/Makefile ============================================================================== --- head/x11-drivers/xf86-input-synaptics/Makefile Mon Dec 16 11:09:21 2013 (r336620) +++ head/x11-drivers/xf86-input-synaptics/Makefile Mon Dec 16 11:11:09 2013 (r336621) @@ -10,29 +10,12 @@ COMMENT= X.Org synaptics input driver CONFLICTS= synaptics-[0-9]* -OPTIONS_DEFINE= HAL -OPTIONS_DEFAULT=HAL - -NO_STAGE= yes -.include - USES= pathfix USE_XORG= x11 xtst XORG_CAT= driver -.if ${PORT_OPTIONS:MHAL} -PLIST_SUB+= HAL="" -LIB_DEPENDS+= hal.1:${PORTSDIR}/sysutils/hal -.else -PLIST_SUB+= HAL="@comment " -.endif - -MAN1= syndaemon.1 \ - synclient.1 -MAN4= synaptics.4x - .if defined(WITH_NEW_XORG) -SYNAPTICS_VERSION= 1.7.1 +SYNAPTICS_VERSION= 1.7.2 *** DIFF OUTPUT TRUNCATED AT 1000 LINES *** _______________________________________________ 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 Dec 16 11:36: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 54702523; Mon, 16 Dec 2013 11:36: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 26057173F; Mon, 16 Dec 2013 11:36: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 rBGBakcm029164; Mon, 16 Dec 2013 11:36:46 GMT (envelope-from zeising@freefall.freebsd.org) Received: (from zeising@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGBakwU029163; Mon, 16 Dec 2013 11:36:46 GMT (envelope-from zeising) Date: Mon, 16 Dec 2013 11:36:46 GMT Message-Id: <201312161136.rBGBakwU029163@freefall.freebsd.org> To: dcarmich@dcarmichael.net, zeising@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: zeising@FreeBSD.org Subject: Re: ports/181385: [patch] x11-drivers/xf86-video-vmware: a fix from a VMWare developer for the 'disappearing cursor' bug X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 11:36:47 -0000 Synopsis: [patch] x11-drivers/xf86-video-vmware: a fix from a VMWare developer for the 'disappearing cursor' bug State-Changed-From-To: open->closed State-Changed-By: zeising State-Changed-When: Mon Dec 16 11:36:46 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=181385 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 12: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 017C3C7A for ; Mon, 16 Dec 2013 12: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 CF67318E1 for ; Mon, 16 Dec 2013 12: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 rBGC004o032981 for ; Mon, 16 Dec 2013 12: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 rBGC00Jc032979; Mon, 16 Dec 2013 12:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 12:00:00 GMT Resent-Message-Id: <201312161200.rBGC00Jc032979@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Peter Kosyh Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 77E83B1F for ; Mon, 16 Dec 2013 11:54:06 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 62D8418A0 for ; Mon, 16 Dec 2013 11:54: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 rBGBs6P7050175 for ; Mon, 16 Dec 2013 11:54:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGBs6BB050168; Mon, 16 Dec 2013 11:54:06 GMT (envelope-from nobody) Message-Id: <201312161154.rBGBs6BB050168@oldred.freebsd.org> Date: Mon, 16 Dec 2013 11:54:06 GMT From: Peter Kosyh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184800: Update to games/armagetron port to 2.8.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 12:00:01 -0000 >Number: 184800 >Category: ports >Synopsis: Update to games/armagetron port to 2.8.3.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 12:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Peter Kosyh >Release: 10.0-RC1 >Organization: >Environment: FreeBSD peter-bsd 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 17:45:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: armagetron is cool game, but the port is outdated >How-To-Repeat: >Fix: I have attachhed the patch, compiled on 10.0-RC1 well Patch attached with submission follows: diff -Nur armagetron/Makefile armagetron-2.8.3.2/Makefile --- armagetron/Makefile 2013-09-20 21:36:33.000000000 +0400 +++ armagetron-2.8.3.2/Makefile 2013-12-16 15:42:57.000000000 +0400 @@ -2,12 +2,12 @@ # $FreeBSD: games/armagetron/Makefile 327730 2013-09-20 17:36:33Z bapt $ PORTNAME= armagetron -PORTVERSION= 0.2.8.2.1 +PORTVERSION= 0.2.8.3.2 PORTREVISION= 7 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME}ad/${PORTNAME}ad-src/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME}ad/stable/${PORTVERSION}/ DISTNAME= armagetronad-${PORTVERSION} -EXTRACT_SUFX= .src.tar.gz +EXTRACT_SUFX= .src.tar.bz2 MAINTAINER= ianthetechie@gmail.com COMMENT= A multiplayer networked Tron clone in 3D diff -Nur armagetron/distinfo armagetron-2.8.3.2/distinfo --- armagetron/distinfo 2012-07-14 17:54:48.000000000 +0400 +++ armagetron-2.8.3.2/distinfo 2013-12-16 15:44:48.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (armagetronad-0.2.8.2.1.src.tar.gz) = ef6ce4d913079cb7d26647c42107a165a87e96041b311b8d5059ac04ece1d859 -SIZE (armagetronad-0.2.8.2.1.src.tar.gz) = 1874858 +SHA256 (armagetronad-0.2.8.3.2.src.tar.bz2) = f444e481de94e6c0e3933c709d46effd2adfe823f5ef44768adcc8003b8ba7c5 +SIZE (armagetronad-0.2.8.3.2.src.tar.bz2) = 1841407 diff -Nur armagetron/files/armagetronad_dedicated.in armagetron-2.8.3.2/files/armagetronad_dedicated.in --- armagetron/files/armagetronad_dedicated.in 2012-07-14 17:54:48.000000000 +0400 +++ armagetron-2.8.3.2/files/armagetronad_dedicated.in 1970-01-01 03:00:00.000000000 +0300 @@ -1,34 +0,0 @@ -#!/bin/sh - -# $FreeBSD: games/armagetron/files/armagetronad_dedicated.in 300896 2012-07-14 13:54:48Z beat $ -# -# PROVIDE: armagetronad_dedicated -# REQUIRE: LOGIN -# KEYWORD: shutdown -# -# Add the following lines to /etc/rc.conf.local or /etc/rc.conf -# to enable this service: -# -# armagetronad_dedicated_enable (bool): Set to NO by default. -# Set it to YES to enable armagetron server. -# armagetronad_dedicated_flags (str): Set to "-d" by default. -# Extra flags passed to start command -# - -. /etc/rc.subr - -name="armagetronad_dedicated" -rcvar=armagetronad_dedicated_enable - -command=%%PREFIX%%/bin/${name} -pidfile=/var/run/${name}.pid - -load_rc_config $name - -: ${armagetronad_dedicated_enable="NO"} -: ${armagetronad_dedicated_flags="-d"} - -command="%%PREFIX%%/bin/armagetronad-dedicated" -command_args="${armagetronad_dedicated_flags} &" - -run_rc_command "$1" diff -Nur armagetron/files/patch-Makefile.in armagetron-2.8.3.2/files/patch-Makefile.in --- armagetron/files/patch-Makefile.in 2012-07-14 17:54:48.000000000 +0400 +++ armagetron-2.8.3.2/files/patch-Makefile.in 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- Makefile.in.orig 2008-06-08 21:26:57.000000000 +0800 -+++ Makefile.in 2008-06-08 21:27:08.000000000 +0800 -@@ -1130,7 +1130,7 @@ - - install-first: - # uninstall previous version (if it exists), ignoring errors -- test -x $(uninstall_location) && $(uninstall_location) || true -+@USE_UNINSTALL_TRUE@ test -x $(uninstall_location) && $(uninstall_location) || true - - distclean-local: - rm -f uninstall.sh batch/relocate.in universal_variable* extrapaths src/tUniversalVariables.h* diff -Nur armagetron/files/patch-batch-install.in armagetron-2.8.3.2/files/patch-batch-install.in --- armagetron/files/patch-batch-install.in 2012-07-14 17:54:48.000000000 +0400 +++ armagetron-2.8.3.2/files/patch-batch-install.in 1970-01-01 03:00:00.000000000 +0300 @@ -1,36 +0,0 @@ ---- batch/install.in.orig Sat Feb 19 17:54:22 2005 -+++ batch/install.in Sun Nov 13 01:26:26 2005 -@@ -8,7 +8,7 @@ - - #find old configuration - if test @enable_etc@ = yes ; then -- CONFIG=@rpmroot@/etc/@prognamebase@ -+ CONFIG=@rpmroot@@prefix@/etc/@prognamebase@ - else - CONFIG=$INSTALL/config - fi -@@ -114,10 +114,6 @@ - cp $INSTALL/config/* $CONFIG - fi - --rm -rf $CONFIG_NEW --mkdir $CONFIG_NEW --cp $CONFIG/* $CONFIG_NEW -- - if test "$UPDATE" = "yes" && test -d $CONFIG_ORIG; then - echo "Integrating user changes..." #"from $CONFIG_USER to $CONFIG_ORIG and $CONFIG..." - test -r $CONFIG_USER || mkdir $CONFIG_USER -@@ -140,13 +136,6 @@ - done - cd $PWD_OLD - fi -- --rm -rf $CONFIG_ORIG --rm -rf $NEW_CONFIG_ORIG --mv $CONFIG_NEW $NEW_CONFIG_ORIG --chmod 755 $NEW_CONFIG_ORIG --chmod 400 $NEW_CONFIG_ORIG/* --echo -e "Don't change anything in this directory; it will be needed exactly as it is now\nwhen you upgrate to a new version." >> $NEW_CONFIG_ORIG/README - - #delete obsolete configuration - if test @enable_etc@ = yes ; then diff -Nur armagetron/files/patch-configure armagetron-2.8.3.2/files/patch-configure --- armagetron/files/patch-configure 2012-07-14 17:54:48.000000000 +0400 +++ armagetron-2.8.3.2/files/patch-configure 2013-12-16 15:49:39.000000000 +0400 @@ -1,11 +1,21 @@ ---- configure.orig 2006-08-05 03:15:57.000000000 +0800 -+++ configure 2008-06-08 14:32:47.000000000 +0800 -@@ -17362,7 +17362,7 @@ - echo " Static data will be installed in : `eval echo ${aa_datadir}`" - echo " Configuration will be installed in : `eval echo ${aa_sysconfdir}`" - echo " Documentation will be installed in : `eval echo ${aa_docdir}`" --test "x$enable_etc" = "xyes" && echo " Link to configuration will go to : /etc/${progname}" -+test "x$enable_etc" = "xyes" && echo " Link to configuration will go to : $prefix/etc/${progname}" - echo " Music support: $enable_music" - echo " Build with Krawall authentication support: $enable_krawall" - echo " Use dirty SDL initialization: $enable_dirty" +diff -Nur configure.orig configure +--- configure.orig 2013-12-16 15:45:20.000000000 +0400 ++++ configure 2013-12-16 15:46:48.000000000 +0400 +@@ -10629,12 +10629,12 @@ + CPPFLAGS="$CPPFLAGS `libpng-config --cflags`" + LIBS="$LIBS $PNGLIBS" + +-ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" +-if test "x$ac_cv_func_png_check_sig" = x""yes; then : ++# ac_fn_c_check_func "$LINENO" "png_check_sig" "ac_cv_func_png_check_sig" ++# if test "x$ac_cv_func_png_check_sig" = x""yes; then : + +-else +- as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 +-fi ++# else ++# as_fn_error "You need libpng to compile Armagetron." "$LINENO" 5 ++# fi + + + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for main in -ljpeg" >&5 diff -Nur armagetron/files/patch-src-engine_eGrid.h armagetron-2.8.3.2/files/patch-src-engine_eGrid.h --- armagetron/files/patch-src-engine_eGrid.h 2012-07-14 17:54:48.000000000 +0400 +++ armagetron-2.8.3.2/files/patch-src-engine_eGrid.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,10 +0,0 @@ ---- src/engine/eGrid.h.orig 2007-10-02 18:09:58.000000000 +0200 -+++ src/engine/eGrid.h 2007-10-02 18:10:10.000000000 +0200 -@@ -39,6 +39,7 @@ - class ePoint; - class eFace; - class eHalfEdge; -+class eGameObject; - class eWall; - class eGrid; - class eWallView; diff -Nur armagetron/files/patch-src-engine_eVoter.cpp armagetron-2.8.3.2/files/patch-src-engine_eVoter.cpp --- armagetron/files/patch-src-engine_eVoter.cpp 2012-07-14 17:54:48.000000000 +0400 +++ armagetron-2.8.3.2/files/patch-src-engine_eVoter.cpp 1970-01-01 03:00:00.000000000 +0300 @@ -1,11 +0,0 @@ ---- src/engine/eVoter.cpp.orig 2006-05-13 22:17:31.000000000 +0800 -+++ src/engine/eVoter.cpp 2008-06-08 14:34:16.000000000 +0800 -@@ -41,6 +41,8 @@ - #include "ePlayer.h" - #include "eGrid.h" - -+class eMenuItemVote; -+ - // use server controlled votes - static bool se_useServerControlledKick = false; - static nSettingItemWatched< bool > se_usc( "VOTE_USE_SERVER_CONTROLLED_KICK", se_useServerControlledKick, nConfItemVersionWatcher::Group_Annoying, 10 ); diff -Nur armagetron/files/patch-src-engine_eWall.h armagetron-2.8.3.2/files/patch-src-engine_eWall.h --- armagetron/files/patch-src-engine_eWall.h 2012-07-14 17:54:48.000000000 +0400 +++ armagetron-2.8.3.2/files/patch-src-engine_eWall.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,10 +0,0 @@ ---- src/engine/eWall.h.orig 2005-11-18 07:38:17.000000000 +0800 -+++ src/engine/eWall.h 2008-06-08 14:35:22.000000000 +0800 -@@ -53,6 +53,7 @@ - - - class eWall; -+class eWallView; - class eWallHolder; - class eGameObject; - class eCamera; diff -Nur armagetron/files/patch-src-tron_gCycle.h armagetron-2.8.3.2/files/patch-src-tron_gCycle.h --- armagetron/files/patch-src-tron_gCycle.h 2012-07-14 17:54:48.000000000 +0400 +++ armagetron-2.8.3.2/files/patch-src-tron_gCycle.h 1970-01-01 03:00:00.000000000 +0300 @@ -1,14 +0,0 @@ ---- src/tron/gCycle.h.orig 2006-05-13 22:17:31.000000000 +0800 -+++ src/tron/gCycle.h 2008-06-08 14:37:33.000000000 +0800 -@@ -41,8 +41,10 @@ - #include "gCycleMovement.h" - - class rModel; --class gTextureCycle; -+class gCycle; -+class gDestination; - class eSoundPlayer; -+class gTextureCycle; - class gSensor; - class gNetPlayerWall; - class gPlayerWall; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 12: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 53892CB9; Mon, 16 Dec 2013 12: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 298DB18E4; Mon, 16 Dec 2013 12: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 rBGC0905034720; Mon, 16 Dec 2013 12:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGC08Ig034719; Mon, 16 Dec 2013 12:00:08 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 12:00:08 GMT Message-Id: <201312161200.rBGC08Ig034719@freefall.freebsd.org> To: p.kosyh@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184800: Update to games/armagetron port to 2.8.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 12:00:09 -0000 Synopsis: Update to games/armagetron port to 2.8.3.2 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Dec 16 12:00:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184800 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 12:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4B480FE8 for ; Mon, 16 Dec 2013 12: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 37D6F19C3 for ; Mon, 16 Dec 2013 12:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGCA2M4035390 for ; Mon, 16 Dec 2013 12: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 rBGCA15u035389; Mon, 16 Dec 2013 12:10:01 GMT (envelope-from gnats) Date: Mon, 16 Dec 2013 12:10:01 GMT Message-Id: <201312161210.rBGCA15u035389@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184800: Update to games/armagetron port to 2.8.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 16 Dec 2013 12:10:02 -0000 The following reply was made to PR ports/184800; it has been noted by GNATS. From: Edwin Groothuis To: ianthetechie@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184800: Update to games/armagetron port to 2.8.3.2 Date: Mon, 16 Dec 2013 12:00:08 UT Maintainer of games/armagetron, Please note that PR ports/184800 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/184800 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 E591C7A9 for ; Mon, 16 Dec 2013 12: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 C04591B3D for ; Mon, 16 Dec 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 rBGCU0GD043341 for ; Mon, 16 Dec 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 rBGCU0Hs043337; Mon, 16 Dec 2013 12:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 12:30:00 GMT Resent-Message-Id: <201312161230.rBGCU0Hs043337@freefall.freebsd.org> 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 36475775; Mon, 16 Dec 2013 12:27:14 +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 E481E1B2D; Mon, 16 Dec 2013 12:27:13 +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 1VsWxz-0003oL-Vv; Mon, 16 Dec 2013 16:08:07 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 79A63519; Mon, 16 Dec 2013 16:08:07 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 58E5187A; Mon, 16 Dec 2013 16:08:07 +0400 (MSK) Message-Id: <20131216120807.58E5187A@hades.panopticon> Date: Mon, 16 Dec 2013 16:08:07 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184801: [PATCH] devel/boost-libs: fix include path Cc: office@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 12:30:01 -0000 >Number: 184801 >Category: ports >Synopsis: [PATCH] devel/boost-libs: fix include path >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 Dec 16 12:30: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: boost/signals2/detail/variadic_slot_invoker.hpp has #include of another boost file with incorrect path (boost/tuple.hpp instead of boost/tuple/tuple.hpp) % pkg info -l boost-libs | grep boost/tuple.hpp % pkg info -l boost-libs | grep boost/tuple/tuple.hpp /usr/local/include/boost/tuple/tuple.hpp which prevents consumers of this file from compiling. This was fixed in boost SVN rev 78502, fix it here until boost port is updated to more recent version. Port maintainer (office@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- boost-libs-1.52.0_3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 336627) +++ Makefile (working copy) @@ -4,7 +4,7 @@ PORTNAME= boost-libs COMMENT= Free portable C++ libraries (without Boost.Python) -PORTREVISION= 2 +PORTREVISION= 3 BUILD_DEPENDS+= bjam:${PORTSDIR}/devel/boost-jam Index: files/patch-boost-signals2-detail-variadic__slot__invoker.hpp =================================================================== --- files/patch-boost-signals2-detail-variadic__slot__invoker.hpp (revision 0) +++ files/patch-boost-signals2-detail-variadic__slot__invoker.hpp (working copy) @@ -0,0 +1,11 @@ +--- boost/signals2/detail/variadic_slot_invoker.hpp.orig 2012-07-05 05:44:38.000000000 +0400 ++++ boost/signals2/detail/variadic_slot_invoker.hpp 2013-12-10 08:02:42.536189283 +0400 +@@ -20,7 +20,7 @@ + // if compiler has std::tuple use it instead of boost::tuple + // because boost::tuple does not have variadic template support at present. + #ifdef BOOST_NO_CXX11_HDR_TUPLE +-#include ++#include + #define BOOST_SIGNALS2_TUPLE boost::tuple + #else + #include --- boost-libs-1.52.0_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 12: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 3E2177DC; Mon, 16 Dec 2013 12: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 132CE1B41; Mon, 16 Dec 2013 12: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 rBGCU84o043477; Mon, 16 Dec 2013 12: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 rBGCU8jC043476; Mon, 16 Dec 2013 12:30:08 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 12:30:08 GMT Message-Id: <201312161230.rBGCU8jC043476@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, office@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184801: [PATCH] devel/boost-libs: fix include path X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 12:30:09 -0000 Synopsis: [PATCH] devel/boost-libs: fix include path Responsible-Changed-From-To: freebsd-ports-bugs->office Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 12: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=184801 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 13: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 C34B87BF for ; Mon, 16 Dec 2013 13: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 8AF83108B for ; Mon, 16 Dec 2013 13: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 rBGDe0Bg057645 for ; Mon, 16 Dec 2013 13: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 rBGDe0g0057644; Mon, 16 Dec 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 13:40:00 GMT Resent-Message-Id: <201312161340.rBGDe0g0057644@freefall.freebsd.org> 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 188287B9; Mon, 16 Dec 2013 13:39:28 +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 DF4CD1087; Mon, 16 Dec 2013 13:39:27 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id E6278750300; Mon, 16 Dec 2013 21:39:19 +0800 (CST) Message-Id: <20131216133919.E6278750300@goingmarry.kkbox.com> Date: Mon, 16 Dec 2013 21:39:19 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184802: [PATCH] sysutils/py-psutil: update to 1.2.1 Cc: sunpoet@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 13:40:00 -0000 >Number: 184802 >Category: ports >Synopsis: [PATCH] sysutils/py-psutil: update to 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 13:40: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 1.2.1 Port maintainer (sunpoet@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-psutil-1.2.1.patch begins here --- diff -ruN /usr/ports/sysutils/py-psutil/Makefile ./Makefile --- /usr/ports/sysutils/py-psutil/Makefile 2013-11-30 17:15:17.000000000 +0800 +++ ./Makefile 2013-12-15 22:45:59.000000000 +0800 @@ -2,9 +2,9 @@ # $FreeBSD: sysutils/py-psutil/Makefile 335269 2013-11-30 09:15:17Z sunpoet $ PORTNAME= psutil -PORTVERSION= 1.0.1 +PORTVERSION= 1.2.1 CATEGORIES= sysutils python -MASTER_SITES= GOOGLE_CODE +MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org diff -ruN /usr/ports/sysutils/py-psutil/distinfo ./distinfo --- /usr/ports/sysutils/py-psutil/distinfo 2013-07-13 19:52:23.000000000 +0800 +++ ./distinfo 2013-12-15 22:46:01.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (psutil-1.0.1.tar.gz) = 2ec4a05c4ee352def25a1df53dc5d1d8203a051b3cf3ae92d3e93810e1813fff -SIZE (psutil-1.0.1.tar.gz) = 159515 +SHA256 (psutil-1.2.1.tar.gz) = 508e4a44c8253a386a0f86d9c9bd4a1b4cbb2f94e88d49a19c1513653ca66c45 +SIZE (psutil-1.2.1.tar.gz) = 167397 --- py27-psutil-1.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 13: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 23CBB7EC; Mon, 16 Dec 2013 13: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 EC946108C; Mon, 16 Dec 2013 13:40: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 rBGDe7KU057778; Mon, 16 Dec 2013 13: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 rBGDe7HD057777; Mon, 16 Dec 2013 13:40:07 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 13:40:07 GMT Message-Id: <201312161340.rBGDe7HD057777@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184802: [PATCH] sysutils/py-psutil: update to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 13:40:08 -0000 Synopsis: [PATCH] sysutils/py-psutil: update to 1.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 13:40:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184802 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 13:53:18 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 B2533D65; Mon, 16 Dec 2013 13:53:18 +0000 (UTC) Received: from mail-wi0-x231.google.com (mail-wi0-x231.google.com [IPv6:2a00:1450:400c:c05::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2060411C1; Mon, 16 Dec 2013 13:53:17 +0000 (UTC) Received: by mail-wi0-f177.google.com with SMTP id cc10so2125029wib.16 for ; Mon, 16 Dec 2013 05:53:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=fnwpGmY4xWUXIkUwLYUHTMAcPLzJS/O+V8YKdV3ngQk=; b=KiuVXhD/OGeGQ+NcIvx6T922iJvO+LcCQDWLASsE0zCk/ojLVBE8Jn6oRnm1QDu/Ak zu4qYpddCy4cRdwdQ1A2+4kxfHO+gsCwnawZD4MeKayCZOJ6hC0v7Ue3IFotDOxNBCZr SZhTicltcd3mMD8i2q/KyKlTI7TZkYTGQ/CCWL/igvNOlGMgmtgqCdd+vEgTp5s4fmfG csS14SlaektrbNisOzbimX5pndtqfTwZz4KfPkID6ItNp9GupmFMvQFzysxEPrLqgXxE PaUogBiXaGkmx8s4CqkUrWub5cPOntg9S2199yzQyg6lR7maJx6MK7OY6jQs4nak0wDu 1ysg== X-Received: by 10.180.212.98 with SMTP id nj2mr13471148wic.52.1387201996441; Mon, 16 Dec 2013 05:53:16 -0800 (PST) Received: from ithaqua.etoilebsd.net (ithaqua.etoilebsd.net. [37.59.37.188]) by mx.google.com with ESMTPSA id xn17sm26057478wib.1.2013.12.16.05.53.14 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 16 Dec 2013 05:53:14 -0800 (PST) Sender: Baptiste Daroussin Date: Mon, 16 Dec 2013 14:53:12 +0100 From: Baptiste Daroussin To: freebsd-ports-bugs@FreeBSD.org, office@FreeBSD.org Subject: Re: ports/184801: [PATCH] devel/boost-libs: fix include path Message-ID: <20131216135312.GQ57153@ithaqua.etoilebsd.net> References: <201312161230.rBGCU8jC043476@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MXxcbiX/Q4+iy5U7" Content-Disposition: inline In-Reply-To: <201312161230.rBGCU8jC043476@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 13:53:18 -0000 --MXxcbiX/Q4+iy5U7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Dec 16, 2013 at 12:30:08PM +0000, edwin@FreeBSD.org wrote: > Synopsis: [PATCH] devel/boost-libs: fix include path >=20 > Responsible-Changed-From-To: freebsd-ports-bugs->office > Responsible-Changed-By: edwin > Responsible-Changed-When: Mon Dec 16 12:30:08 UTC 2013 > Responsible-Changed-Why:=20 > Over to maintainer (via the GNATS Auto Assign Tool) >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D184801 > _______________________________________________ > freebsd-office@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-office > To unsubscribe, send any mail to "freebsd-office-unsubscribe@freebsd.org" Approved, Bapt --MXxcbiX/Q4+iy5U7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.15 (FreeBSD) iEYEARECAAYFAlKvBcgACgkQ8kTtMUmk6Ew0+gCfXg5zKWOaK3q8f0wrPoldbDES uhYAoLvvRm99Tc0L0vshMJS5HNesUyX6 =a/nJ -----END PGP SIGNATURE----- --MXxcbiX/Q4+iy5U7-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 14: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 D8F80F30 for ; Mon, 16 Dec 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 B786E1217 for ; Mon, 16 Dec 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 rBGE00Dv061830 for ; Mon, 16 Dec 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 rBGE00BH061828; Mon, 16 Dec 2013 14:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 14:00:00 GMT Resent-Message-Id: <201312161400.rBGE00BH061828@freefall.freebsd.org> 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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 13C7BC83 for ; Mon, 16 Dec 2013 13:52:35 +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 A8FEC11B9 for ; Mon, 16 Dec 2013 13:52:34 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1033) id D8E94750300; Mon, 16 Dec 2013 21:52:33 +0800 (CST) Message-Id: <20131216135233.D8E94750300@goingmarry.kkbox.com> Date: Mon, 16 Dec 2013 21:52:33 +0800 (CST) From: Gasol Wu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184803: [MAINTAINER] sysutils/py-glances: update to 1.7.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 14:00:00 -0000 >Number: 184803 >Category: ports >Synopsis: [MAINTAINER] sysutils/py-glances: update to 1.7.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 Dec 16 14:00: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 1.7.3 - Depends on ports/184802 Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- py27-glances-1.7.3.patch begins here --- diff -ruN /usr/ports/sysutils/py-glances/Makefile ./Makefile --- /usr/ports/sysutils/py-glances/Makefile 2013-12-02 16:17:14.000000000 +0800 +++ ./Makefile 2013-12-15 22:37:45.000000000 +0800 @@ -1,8 +1,8 @@ # Created by: Gasol Wu -# $FreeBSD: sysutils/py-glances/Makefile 335466 2013-12-02 08:17:14Z sunpoet $ +# $FreeBSD: sysutils/py-glances/Makefile 327772 2013-09-20 23:05:58Z bapt $ PORTNAME= glances -PORTVERSION= 1.7.2 +PORTVERSION= 1.7.3 CATEGORIES= sysutils python MASTER_SITES= https://github.com/nicolargo/glances/archive/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +14,7 @@ LICENSE= LGPL3 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.0.0:${PORTSDIR}/devel/py-Jinja2 \ - ${PYTHON_PKGNAMEPREFIX}psutil>=0.4.1:${PORTSDIR}/sysutils/py-psutil + ${PYTHON_PKGNAMEPREFIX}psutil>=1.2.1:${PORTSDIR}/sysutils/py-psutil WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} FETCH_ARGS= -pRr @@ -41,9 +41,9 @@ post-install: @${MKDIR} ${PREFIX}/etc/glances - ${INSTALL_DATA} ${WRKSRC}/glances/conf/glances.conf ${PREFIX}/etc/glances/glances.conf.sample + ${INSTALL_DATA} ${WRKSRC}/conf/glances.conf ${PREFIX}/etc/glances/glances.conf.sample .if !defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/docs/man/glances.1 ${MANPREFIX}/man/man1/ + ${INSTALL_MAN} ${WRKSRC}/man/glances.1 ${MANPREFIX}/man/man1/ .endif .if ${PORT_OPTIONS:MNLS} .for lang in ${TRANSLATIONS} diff -ruN /usr/ports/sysutils/py-glances/distinfo ./distinfo --- /usr/ports/sysutils/py-glances/distinfo 2013-12-02 16:17:14.000000000 +0800 +++ ./distinfo 2013-12-16 21:45:35.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (v1.7.2.tar.gz) = 9bf0b615d546b7ad11d0588cf3e675472612d448fa3acd3ad28f6e1cae20bdf0 -SIZE (v1.7.2.tar.gz) = 1431489 +SHA256 (v1.7.3.tar.gz) = 03a5c8193fd3c91b8249c2501bc612008fa81861c14f82464a10b45d08c4ca4f +SIZE (v1.7.3.tar.gz) = 1431225 diff -ruN /usr/ports/sysutils/py-glances/files/patch-setup.py ./files/patch-setup.py --- /usr/ports/sysutils/py-glances/files/patch-setup.py 2013-12-02 16:17:14.000000000 +0800 +++ ./files/patch-setup.py 2013-12-16 21:45:39.000000000 +0800 @@ -1,24 +1,20 @@ ---- ./setup.py.orig 2013-11-01 17:12:25.000000000 +0800 -+++ ./setup.py 2013-11-08 14:42:57.000000000 +0800 -@@ -11,10 +11,9 @@ - 'docs/glances-doc.html', - 'glances/conf/glances.conf']), - ('share/doc/glances/images', glob.glob('docs/images/*.png')), -- ('share/glances/css', glob.glob('glances/data/css/*.css')), -- ('share/glances/html', glob.glob('glances/data/html/*.html')), -- ('share/glances/img', glob.glob('glances/data/img/*.png')), -- ('share/man/man1', ['docs/man/glances.1']) -+ ('glances/data/css', glob.glob('glances/data/css/*.css')), -+ ('glances/data/html', glob.glob('glances/data/html/*.html')), -+ ('glances/data/img', glob.glob('glances/data/img/*.png')), +--- ./setup.py.orig 2013-12-15 17:23:06.000000000 +0800 ++++ ./setup.py 2013-12-16 21:45:25.000000000 +0800 +@@ -9,8 +9,7 @@ + data_files = [ + ('share/doc/glances', ['AUTHORS', 'COPYING', 'NEWS', 'README.rst', + 'conf/glances.conf', 'docs/glances-doc.html']), +- ('share/doc/glances/images', glob.glob('docs/images/*.png')), +- ('share/man/man1', ['man/glances.1']) ++ ('share/doc/glances/images', glob.glob('docs/images/*.png')) ] if hasattr(sys, 'real_prefix') or 'bsd' in sys.platform: -@@ -25,10 +24,6 @@ +@@ -21,10 +20,6 @@ conf_path = os.path.join('/usr/local', 'etc', 'glances') elif 'win32' in sys.platform: conf_path = os.path.join(os.environ.get('APPDATA'), 'glances') --data_files.append((conf_path, ['glances/conf/glances.conf'])) +-data_files.append((conf_path, ['conf/glances.conf'])) - -for mo in glob.glob('i18n/*/LC_MESSAGES/*.mo'): - data_files.append((os.path.dirname(mo).replace('i18n/', 'share/locale/'), [mo])) --- py27-glances-1.7.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 9DFFDF5F; Mon, 16 Dec 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 73ECA125B; Mon, 16 Dec 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 rBGE08Qe061983; Mon, 16 Dec 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 rBGE08ha061982; Mon, 16 Dec 2013 14:00:08 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 14:00:08 GMT Message-Id: <201312161400.rBGE08ha061982@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184803: [MAINTAINER] sysutils/py-glances: update to 1.7.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 14:00:08 -0000 Synopsis: [MAINTAINER] sysutils/py-glances: update to 1.7.3 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 14:00: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=184803 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 15: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 911CA341 for ; Mon, 16 Dec 2013 15: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 6387216B2 for ; Mon, 16 Dec 2013 15: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 rBGF02wW075303 for ; Mon, 16 Dec 2013 15: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 rBGF02s5075302; Mon, 16 Dec 2013 15:00:02 GMT (envelope-from gnats) Date: Mon, 16 Dec 2013 15:00:02 GMT Message-Id: <201312161500.rBGF02s5075302@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Ian Wagner Subject: Re: ports/184800: Update to games/armagetron port to 2.8.3.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Ian Wagner List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 15:00:02 -0000 The following reply was made to PR ports/184800; it has been noted by GNATS. From: Ian Wagner To: bug-followup@freebsd.org Cc: Subject: Re: ports/184800: Update to games/armagetron port to 2.8.3.2 Date: Mon, 16 Dec 2013 09:55:07 -0500 --047d7b33c7a4a05b5804eda8000f Content-Type: text/plain; charset=UTF-8 Looks good to me; approved. On Mon, Dec 16, 2013 at 7:00 AM, Edwin Groothuis wrote: > Maintainer of games/armagetron, > > Please note that PR ports/184800 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/184800 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- Like Sudoku? Check out my free app "Endless Sudoku" on the App Storeor Google Play ! --047d7b33c7a4a05b5804eda8000f Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Looks good to me; approved.


On Mon, Dec 16, 2013 at 7:00 AM, Edwin= Groothuis <edwin@freebsd.org> wrote:
Maintainer of games/armagetron,

Please note that PR ports/184800 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:
=C2=A0 =C2=A0 http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dpor= ts/184800

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



--
Like Sudoku? Check out my free app "Endless Sudoku" on the= App Store or Google Play= !
--047d7b33c7a4a05b5804eda8000f-- From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 16: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 C937F840 for ; Mon, 16 Dec 2013 16: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 A26E41FF6 for ; Mon, 16 Dec 2013 16: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 rBGGU0bs095033 for ; Mon, 16 Dec 2013 16: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 rBGGU0r7095032; Mon, 16 Dec 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 16:30:00 GMT Resent-Message-Id: <201312161630.rBGGU0r7095032@freefall.freebsd.org> 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 F13E5546; Mon, 16 Dec 2013 16:25:59 +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 A89391F4A; Mon, 16 Dec 2013 16:25:59 +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 1VsazU-0003MU-An; Mon, 16 Dec 2013 20:25:56 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id EEFB16DB; Mon, 16 Dec 2013 20:25:55 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id E48058CC; Mon, 16 Dec 2013 20:25:55 +0400 (MSK) Message-Id: <20131216162555.E48058CC@hades.panopticon> Date: Mon, 16 Dec 2013 20:25:55 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184806: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) Cc: haskell@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 16:30:00 -0000 >Number: 184806 >Category: ports >Synopsis: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) >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: Mon Dec 16 16:30: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: Likely after iconv-related changes in 10.x: --- hs-vector.log begins here --- ===> Found saved configuration for hs-vector-0.10.0.1_2 ===> hs-vector-0.10.0.1_2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by hs-vector-0.10.0.1_2 for building ===> Extracting for hs-vector-0.10.0.1_2 => SHA256 Checksum OK for cabal/vector-0.10.0.1.tar.gz. ===> Patching for hs-vector-0.10.0.1_2 ===> hs-vector-0.10.0.1_2 depends on executable: ghc - found ===> hs-vector-0.10.0.1_2 depends on package: ghc>=7.6.3 - found ===> hs-vector-0.10.0.1_2 depends on package: hs-primitive>=0.5 - found ===> hs-vector-0.10.0.1_2 depends on executable: gcc46 - found ===> hs-vector-0.10.0.1_2 depends on file: /usr/local/bin/as - found ===> Configuring for hs-vector-0.10.0.1_2 [1 of 1] Compiling Main ( Setup.hs, Setup.o ) Linking ./setup ... Configuring vector-0.10.0.1... ===> Building for hs-vector-0.10.0.1_2 Building vector-0.10.0.1... Preprocessing library vector-0.10.0.1... [ 1 of 19] Compiling Data.Vector.Storable.Internal ( Data/Vector/Storable/Internal.hs, dist/build/Data/Vector/Storable/Internal.o ) [ 2 of 19] Compiling Data.Vector.Fusion.Util ( Data/Vector/Fusion/Util.hs, dist/build/Data/Vector/Fusion/Util.o ) [ 3 of 19] Compiling Data.Vector.Fusion.Stream.Size ( Data/Vector/Fusion/Stream/Size.hs, dist/build/Data/Vector/Fusion/Stream/Size.o ) Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit method or default declaration for `*' In the instance declaration for `Num Size' Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit method or default declaration for `abs' In the instance declaration for `Num Size' Data/Vector/Fusion/Stream/Size.hs:25:10: Warning: No explicit method or default declaration for `signum' In the instance declaration for `Num Size' [ 4 of 19] Compiling Data.Vector.Internal.Check ( Data/Vector/Internal/Check.hs, dist/build/Data/Vector/Internal/Check.o ) [ 5 of 19] Compiling Data.Vector.Fusion.Stream.Monadic ( Data/Vector/Fusion/Stream/Monadic.hs, dist/build/Data/Vector/Fusion/Stream/Monadic.o ) Loading package ghc-prim ... linking ... done. Loading package integer-gmp ... linking ... done. Loading package base ... linking ... ghc: /usr/local/lib/ghc-7.6.3/base-4.6.0.1/HSbase-4.6.0.1.o: unknown symbol `iconv_open' ghc: unable to load package `base' *** Error code 1 Stop. make[1]: stopped in /usr/home/amdmi3/projects/freebsd/ports/devel/hs-vector *** Error code 1 Stop. make: stopped in /usr/home/amdmi3/projects/freebsd/ports/devel/hs-vector --- hs-vector.log ends here --- Port maintainer (haskell@FreeBSD.org) 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 Mon Dec 16 16:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C835987D; Mon, 16 Dec 2013 16: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 9C2D81FFD; Mon, 16 Dec 2013 16: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 rBGGU8Pt095167; Mon, 16 Dec 2013 16: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 rBGGU8sC095166; Mon, 16 Dec 2013 16:30:08 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 16:30:08 GMT Message-Id: <201312161630.rBGGU8sC095166@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, haskell@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184806: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 16:30:08 -0000 Synopsis: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) Responsible-Changed-From-To: freebsd-ports-bugs->haskell Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 16: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=184806 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1D20187B for ; Mon, 16 Dec 2013 17: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 EA4F7161E for ; Mon, 16 Dec 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 rBGHe0Me009760 for ; Mon, 16 Dec 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 rBGHe0ki009752; Mon, 16 Dec 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 17:40:00 GMT Resent-Message-Id: <201312161740.rBGHe0ki009752@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Geoffroy Desvernay Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 65C7B850; Mon, 16 Dec 2013 17:38:54 +0000 (UTC) Received: from melo.ec-m.fr (melo.ec-m.fr [147.94.19.139]) by mx1.freebsd.org (Postfix) with ESMTP id 1CAB1160F; Mon, 16 Dec 2013 17:38:53 +0000 (UTC) Received: from amavis4.serv.int (amavis4.serv.int [10.3.0.48]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 1964BAC976; Mon, 16 Dec 2013 18:38:46 +0100 (CET) Received: from melo.ec-m.fr ([10.3.0.13]) by amavis4.serv.int (amavis4.serv.int [10.3.0.48]) (amavisd-new, port 10024) with LMTP id wMSEmXyti5am; Mon, 16 Dec 2013 18:38:45 +0100 (CET) Received: from dgeo.sysadm.ec-m.fr (dgeo.sysadm.ec-m.fr [147.94.19.169]) by melo.ec-m.fr (GrosseBox 1743 XXL) with ESMTP id 9E50DAC918; Mon, 16 Dec 2013 18:38:45 +0100 (CET) Received: by dgeo.sysadm.ec-m.fr (Postfix, from userid 0) id 3365D1CCEA; Mon, 16 Dec 2013 18:38:44 +0100 (CET) Message-Id: <20131216173845.3365D1CCEA@dgeo.sysadm.ec-m.fr> Date: Mon, 16 Dec 2013 18:38:44 +0100 (CET) From: Geoffroy Desvernay To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184808: [PATCH] net-mgmt/nagios-plugins: re-enable dns with drill Cc: demon@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 17:40:01 -0000 >Number: 184808 >Category: ports >Synopsis: [PATCH] net-mgmt/nagios-plugins: re-enable dns with drill >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 Dec 16 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Geoffroy Desvernay >Release: FreeBSD 10.0-BETA4 amd64 >Organization: Ecole Centrale de Marseille >Environment: System: FreeBSD dgeo.sysadm.ec-m.fr 10.0-BETA4 FreeBSD 10.0-BETA4 #0: Mon Dec 2 18:21:18 CET >Description: On a > 1000055 system (drill instead of dig), check_dns is still not installed (SUB_DNS="@comment ") Port maintainer (demon@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: Install this port on a 10.x system, check_dns is not here although the Makefile has logic for this case. >Fix: Remove SUB_DNS... patch attached. --- nagios-plugins-1.5_1,1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 336646) +++ Makefile (working copy) @@ -156,9 +156,6 @@ .if ${OSVERSION} > 1000055 EXTRA_PATCHES+= ${FILESDIR}/extra-patch-dig-to-drill.diff CONFIGURE_ARGS+=--with-dig-command=/usr/bin/drill -PLIST_SUB+= SUB_DNS="@comment " -.else -PLIST_SUB+= SUB_DNS="" .endif .if !exists(/usr/bin/ssh) Index: pkg-plist =================================================================== --- pkg-plist (revision 336646) +++ pkg-plist (working copy) @@ -8,7 +8,7 @@ libexec/nagios/check_dig libexec/nagios/check_disk libexec/nagios/check_disk_smb -%%SUB_DNS%%libexec/nagios/check_dns +libexec/nagios/check_dns libexec/nagios/check_dummy libexec/nagios/check_file_age libexec/nagios/check_flexlm --- nagios-plugins-1.5_1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 17: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 957518A8; Mon, 16 Dec 2013 17: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 69FE0161F; Mon, 16 Dec 2013 17: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 rBGHe9NM009840; Mon, 16 Dec 2013 17: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 rBGHe9KU009839; Mon, 16 Dec 2013 17:40:09 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 17:40:09 GMT Message-Id: <201312161740.rBGHe9KU009839@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, demon@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184808: [PATCH] net-mgmt/nagios-plugins: re-enable dns with drill X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 17:40:09 -0000 Synopsis: [PATCH] net-mgmt/nagios-plugins: re-enable dns with drill Responsible-Changed-From-To: freebsd-ports-bugs->demon Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 17: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=184808 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 17: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 E7620C8B for ; Mon, 16 Dec 2013 17: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 C21AB16EB for ; Mon, 16 Dec 2013 17:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGHo0Yj011646 for ; Mon, 16 Dec 2013 17:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGHo0Zv011645; Mon, 16 Dec 2013 17:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 17:50:00 GMT Resent-Message-Id: <201312161750.rBGHo0Zv011645@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kozlov Sergey Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C8C4ABD for ; Mon, 16 Dec 2013 17:44:13 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2D62D16A0 for ; Mon, 16 Dec 2013 17:44: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 rBGHiCc7057488 for ; Mon, 16 Dec 2013 17:44:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGHiC78057479; Mon, 16 Dec 2013 17:44:12 GMT (envelope-from nobody) Message-Id: <201312161744.rBGHiC78057479@oldred.freebsd.org> Date: Mon, 16 Dec 2013 17:44:12 GMT From: Kozlov Sergey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184809: [maintainer update] Chase ports framework changes in my python-related ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 17:50:01 -0000 >Number: 184809 >Category: ports >Synopsis: [maintainer update] Chase ports framework changes in my python-related ports >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 Dec 16 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kozlov Sergey >Release: 9.1-RELEASE-p7 >Organization: ARC >Environment: FreeBSD sonya 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #4: Tue Sep 10 18:39:35 EEST 2013 root@sonya:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/py-RPyC: - Make use of AUTOPLIST - Remove patch not needed with setuptools textproc/py-pdfminer: - Make use of AUTOPLIST www/py-django-registration-defaults: - Make use of AUTOPLIST www/py-django-tables2: - Change deprecated LICENSE=BSD - Change deprecated easy_install - zip_safe=False is no longer needed www/py-django-tinymce: - Change deprecated easy_install Please delete the following files and directories: devel/py-RPyC/files/patch-python.py devel/py-RPyC/files devel/py-RPyC/pkg-plist textproc/py-pdfminer/pkg-plist www/py-django-registration-defaults/pkg-plist >How-To-Repeat: >Fix: Patch attached with submission follows: Index: devel/py-RPyC/Makefile =================================================================== --- devel/py-RPyC/Makefile (revision 336646) +++ devel/py-RPyC/Makefile (working copy) @@ -14,5 +14,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Index: textproc/py-pdfminer/Makefile =================================================================== --- textproc/py-pdfminer/Makefile (revision 336646) +++ textproc/py-pdfminer/Makefile (working copy) @@ -14,5 +14,6 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes +PYDISTUTILS_AUTOPLIST= yes .include Index: www/py-django-registration-defaults/Makefile =================================================================== --- www/py-django-registration-defaults/Makefile (revision 336646) +++ www/py-django-registration-defaults/Makefile (working copy) @@ -16,5 +16,6 @@ USE_PYTHON= yes USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes .include Index: www/py-django-tables2/Makefile =================================================================== --- www/py-django-tables2/Makefile (revision 336646) +++ www/py-django-tables2/Makefile (working copy) @@ -10,17 +10,13 @@ MAINTAINER= kozlov.sergey.404@gmail.com COMMENT= Table/data-grid framework for Django -LICENSE= BSD +LICENSE= BSD2CLAUSE RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django \ ${PYTHON_PKGNAMEPREFIX}six>=0:${PORTSDIR}/devel/py-six USE_PYTHON= yes -USE_PYDISTUTILS=easy_install +USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST=yes -post-patch: - @${REINPLACE_CMD} 's|classifiers=\[|zip_safe=False, classifiers=\[|' \ - ${WRKSRC}/setup.py - .include Index: www/py-django-tinymce/Makefile =================================================================== --- www/py-django-tinymce/Makefile (revision 336646) +++ www/py-django-tinymce/Makefile (working copy) @@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/django/bin/django-admin.py:${PORTSDIR}/www/py-django USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS=yes PYDISTUTILS_AUTOPLIST= yes .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 20999678 for ; Mon, 16 Dec 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 F1D211901 for ; Mon, 16 Dec 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 rBGIA0UT015745 for ; Mon, 16 Dec 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 rBGIA0VJ015734; Mon, 16 Dec 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:00 GMT Resent-Message-Id: <201312161810.rBGIA0VJ015734@freefall.freebsd.org> 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 01FB460A for ; Mon, 16 Dec 2013 18:06:41 +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 B56BA18D3 for ; Mon, 16 Dec 2013 18:06:40 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 56B20980191 for ; Tue, 17 Dec 2013 03:06:36 +0900 (JST) Message-Id: <20131217025144.afc5e2ee3f9f4b7628e4641b@yahoo.com> Date: Tue, 17 Dec 2013 02:51:44 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184811: www/swish++: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:01 -0000 >Number: 184811 >Category: ports >Synopsis: www/swish++: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:00 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-classic_formatter.c files/patch-index.c files/patch-my_set.h files/patch-search.c files/patch-stem_word.c files/patch-xml_formatter.c >How-To-Repeat: >Fix: diff -urN /usr/ports/www/swish++/Makefile www/swish++/Makefile --- /usr/ports/www/swish++/Makefile 2013-11-06 21:57:44.000000000 +0900 +++ www/swish++/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -12,27 +12,25 @@ RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget -USES= perl5 -USE_GMAKE= yes +USES= gmake perl5 MAKEFILE= GNUmakefile -MAKE_ENV= PERL=${PERL} PERL_VER=${PERL_VERSION} +MAKE_ENV= PERL="${PERL}" PERL_VER="${PERL_VER}" -MAN1= extract.1 httpindex.1 index.1 search.1 splitmail.1 -MAN3= WWW.3 -MAN4= swish++.conf.4 swish++.index.4 -MAN8= searchd.8 searchmonitor.8 - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/^#error/d' ${WRKSRC}/config.h -.for file in scripts/searchd scripts/searchmonitor - @${REINPLACE_CMD} -e "s,%%PREFIX%%,${PREFIX},g" ${WRKSRC}/${file}.in +.for i in scripts/searchd scripts/searchmonitor + @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/${i}.in .endfor +do-configure: + @(cd ${WRKSRC}/config && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} ${MAKEFILE}) + pre-install: - @${MKDIR} ${SITE_PERL} + @${MKDIR} ${STAGEDIR}${PREFIX}/${SITE_PERL_REL} post-install: - ${INSTALL_SCRIPT} ${FILESDIR}/swish++.sh ${PREFIX}/etc/rc.d/swish++.sh.sample + (cd ${FILESDIR} && ${INSTALL_SCRIPT} swish++.sh \ + ${STAGEDIR}${PREFIX}/etc/rc.d/swish++.sh.sample) .include diff -urN /usr/ports/www/swish++/files/patch-classic_formatter.c www/swish++/files/patch-classic_formatter.c --- /usr/ports/www/swish++/files/patch-classic_formatter.c 1970-01-01 09:00:00.000000000 +0900 +++ www/swish++/files/patch-classic_formatter.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,27 @@ +--- classic_formatter.c.orig ++++ classic_formatter.c +@@ -79,7 +79,7 @@ + // + // SYNOPSIS + // +- void classic_formatter::result( int rank, file_info const &fi ) const ++ void classic_formatter::result( int my_rank, file_info const &fi ) const + // + // DESCRIPTION + // +@@ -88,13 +88,13 @@ + // + // PARAMETERS + // +-// rank The rank (1-100) of the result. ++// my_rank The rank (1-100) of the result. + // + // fi The search result's file information. + // + //***************************************************************************** + { +- out_ << rank << result_separator ++ out_ << my_rank << result_separator + << directories[ fi.dir_index() ] << '/' << fi.file_name() + << result_separator << fi.size() + << result_separator << fi.title() << '\n'; diff -urN /usr/ports/www/swish++/files/patch-config::config.mk www/swish++/files/patch-config::config.mk --- /usr/ports/www/swish++/files/patch-config::config.mk 2013-11-06 21:57:44.000000000 +0900 +++ www/swish++/files/patch-config::config.mk 2013-12-17 00:00:00.000000000 +0900 @@ -42,7 +42,7 @@ # Install command; usually "$(ROOT)/install-sh". -I_ROOT:= /usr/local -+I_ROOT:= ${PREFIX} ++I_ROOT:= ${DESTDIR}${PREFIX} # The top-level directory of where SWISH++ will be installed. I_BIN:= $(I_ROOT)/bin diff -urN /usr/ports/www/swish++/files/patch-index.c www/swish++/files/patch-index.c --- /usr/ports/www/swish++/files/patch-index.c 1970-01-01 09:00:00.000000000 +0900 +++ www/swish++/files/patch-index.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,38 @@ +--- index.c.orig ++++ index.c +@@ -673,7 +673,7 @@ + // + // SYNOPSIS + // +- inline int rank( int file_index, int occurences_in_file, double factor ) ++ inline int my_rank( int file_index, int occurences_in_file, double factor ) + // + // DESCRIPTION + // +@@ -883,7 +883,7 @@ + continues = true; + o << enc_int( file->index_ ) + << enc_int( file->occurrences_ ) +- << enc_int( rank(file->index_, file->occurrences_, factor) ); ++ << enc_int( my_rank(file->index_, file->occurrences_, factor) ); + if ( !file->meta_ids_.empty() ) + file->write_meta_ids( o ); + #ifdef FEATURE_word_pos +@@ -930,7 +930,7 @@ + continues = true; + o << enc_int( file->index_ ) + << enc_int( file->occurrences_ ) +- << enc_int( rank(file->index_, file->occurrences_, factor) ); ++ << enc_int( my_rank(file->index_, file->occurrences_, factor) ); + if ( !file->meta_ids_.empty() ) + file->write_meta_ids( o ); + #ifdef FEATURE_word_pos +@@ -995,7 +995,7 @@ + // + double const factor = (double)Rank_Factor / info.occurrences_; + TRANSFORM_EACH( word_info::file_list, info.files_, file ) +- file->rank_ = rank( file->index_, file->occurrences_, factor ); ++ file->rank_ = my_rank( file->index_, file->occurrences_, factor ); + } + + if ( verbosity > 1 ) diff -urN /usr/ports/www/swish++/files/patch-my_set.h www/swish++/files/patch-my_set.h --- /usr/ports/www/swish++/files/patch-my_set.h 1970-01-01 09:00:00.000000000 +0900 +++ www/swish++/files/patch-my_set.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- my_set.h.orig ++++ my_set.h +@@ -47,7 +47,7 @@ + //***************************************************************************** + { + public: +- bool contains( T const &s ) const { return find( s ) != this->end(); } ++ bool contains( T const &s ) const { return this->find( s ) != this->end(); } + }; + + //***************************************************************************** diff -urN /usr/ports/www/swish++/files/patch-search.c www/swish++/files/patch-search.c --- /usr/ports/www/swish++/files/patch-search.c 1970-01-01 09:00:00.000000000 +0900 +++ www/swish++/files/patch-search.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,18 @@ +--- search.c.orig ++++ search.c +@@ -520,11 +520,11 @@ + r != sorted.end() && max_results-- > 0 && out; ++r + ) { + // cast gets rid of warning +- int rank = static_cast( r->second * normalize ); +- if ( !rank ) +- rank = 1; ++ int my_rank = static_cast( r->second * normalize ); ++ if ( !my_rank ) ++ my_rank = 1; + format->result( +- rank, ++ my_rank, + file_info( + reinterpret_cast( files[ r->first ] ) + ) diff -urN /usr/ports/www/swish++/files/patch-stem_word.c www/swish++/files/patch-stem_word.c --- /usr/ports/www/swish++/files/patch-stem_word.c 1970-01-01 09:00:00.000000000 +0900 +++ www/swish++/files/patch-stem_word.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,51 @@ +--- stem_word.c.orig ++++ stem_word.c +@@ -48,7 +48,7 @@ + bool (*condition)( char const *word ); + }; + +-static char *end; // iterator at end of word being stemmed ++static char *my_end; // iterator at end of word being stemmed + // Acess to this global variable is protected by the cache_lock mutex in + // stem_word(). + +@@ -112,10 +112,10 @@ + // + //***************************************************************************** + { +- if ( end - word < 3 ) ++ if ( my_end - word < 3 ) + return false; + +- register char const *c = end; ++ register char const *c = my_end; + return !(is_vowel( *--c ) || *c == 'w' || *c == 'x' || *c == 'y' ) && + (is_vowel( *--c ) || *c == 'y') && !is_vowel( *--c ); + } +@@ -206,7 +206,7 @@ + # endif + + for ( ; rule->id; ++rule ) { +- register char *const suffix = end - rule->old_suffix_len; ++ register char *const suffix = my_end - rule->old_suffix_len; + if ( suffix < word ) + continue; + +@@ -226,7 +226,7 @@ + # ifdef DEBUG_stem_word + cerr << "---> replaced word=" << word << "\n"; + # endif +- end = suffix + rule->new_suffix_len; ++ my_end = suffix + rule->new_suffix_len; + break; + } + *suffix = ch; // no match: put back +@@ -397,7 +397,7 @@ + + char word_buf[ Word_Hard_Max_Size ]; + ::strcpy( word_buf, word ); +- end = word_buf + len; ++ my_end = word_buf + len; + + replace_suffix( word_buf, rules_1a ); + int const rule = replace_suffix( word_buf, rules_1b ); diff -urN /usr/ports/www/swish++/files/patch-xml_formatter.c www/swish++/files/patch-xml_formatter.c --- /usr/ports/www/swish++/files/patch-xml_formatter.c 1970-01-01 09:00:00.000000000 +0900 +++ www/swish++/files/patch-xml_formatter.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,28 @@ +--- xml_formatter.c.orig ++++ xml_formatter.c +@@ -144,7 +144,7 @@ + // + // SYNOPSIS + // +- void xml_formatter::result( int rank, file_info const &fi ) const ++ void xml_formatter::result( int my_rank, file_info const &fi ) const + // + // DESCRIPTION + // +@@ -153,14 +153,14 @@ + // + // PARAMETERS + // +-// rank The rank (1-100) of the result. ++// my_rank The rank (1-100) of the result. + // + // fi The search result's file information. + // + //***************************************************************************** + { + out_ << " \n" +- " " << rank << "\n" ++ " " << my_rank << "\n" + " " + << directories[ fi.dir_index() ] << '/' << fi.file_name() + << "\n" diff -urN /usr/ports/www/swish++/pkg-plist www/swish++/pkg-plist --- /usr/ports/www/swish++/pkg-plist 2013-11-06 21:57:44.000000000 +0900 +++ www/swish++/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -9,3 +9,13 @@ etc/rc.d/swish++.sh.sample etc/swish++.conf %%SITE_PERL%%/WWW.pm +man/man1/extract.1.gz +man/man1/httpindex.1.gz +man/man1/index.1.gz +man/man1/search.1.gz +man/man1/splitmail.1.gz +man/man3/WWW.3.gz +man/man4/swish++.conf.4.gz +man/man4/swish++.index.4.gz +man/man8/searchd.8.gz +man/man8/searchmonitor.8.gz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99F6E689 for ; Mon, 16 Dec 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 787691911 for ; Mon, 16 Dec 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 rBGIA3mR015860 for ; Mon, 16 Dec 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 rBGIA3Pd015859; Mon, 16 Dec 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:03 GMT Resent-Message-Id: <201312161810.rBGIA3Pd015859@freefall.freebsd.org> 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 1E0E74F7 for ; Mon, 16 Dec 2013 18:06:15 +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 E566C18B4 for ; Mon, 16 Dec 2013 18:06:14 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 87110980182 for ; Tue, 17 Dec 2013 03:06:13 +0900 (JST) Message-Id: <20131217025119.d666a224bf617966cc48c89d@yahoo.com> Date: Tue, 17 Dec 2013 02:51:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184819: textproc/diffmark: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:03 -0000 >Number: 184819 >Category: ports >Synopsis: textproc/diffmark: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Update MASTER_SITES New file: files/patch-lib__diff.hh >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/diffmark/Makefile textproc/diffmark/Makefile --- /usr/ports/textproc/diffmark/Makefile 2013-11-06 21:55:42.000000000 +0900 +++ textproc/diffmark/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -4,20 +4,22 @@ PORTNAME= diffmark PORTVERSION= 0.10 CATEGORIES= textproc -MASTER_SITES= http://www.mangrove.cz/diffmark/ +MASTER_SITES= http://www.mangrove.cz/diffmark/ \ + http://penguin.cz/~vbarta/diffmark/ MAINTAINER= ports@FreeBSD.org COMMENT= XML diff and merge package -LIB_DEPENDS= xml2.5:${PORTSDIR}/textproc/libxml2 - USES= pkgconfig -USE_LDCONFIG= YES -GNU_CONFIGURE= YES -CONFIGURE_ARGS= --with-libxml2-incldir=${LOCALBASE}/include/libxml2 +USE_GNOME= libxml2 +GNU_CONFIGURE= yes +USE_LDCONFIG= yes -CFLAGS+= -I${LOCALBASE}/include +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} -e \ + 's|-lstdc++||' ${WRKSRC}/lib/Makefile.in + .include diff -urN /usr/ports/textproc/diffmark/files/patch-lib__diff.hh textproc/diffmark/files/patch-lib__diff.hh --- /usr/ports/textproc/diffmark/files/patch-lib__diff.hh 1970-01-01 09:00:00.000000000 +0900 +++ textproc/diffmark/files/patch-lib__diff.hh 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- lib/diff.hh.orig 2013-12-07 05:09:56.000000000 +0900 ++++ lib/diff.hh 2013-12-07 05:10:09.000000000 +0900 +@@ -13,7 +13,7 @@ + template<> + struct less + { +- bool operator()(xmlNodePtr m, xmlNodePtr n) ++ bool operator()(xmlNodePtr m, xmlNodePtr n) const + { + return compare(m, n, true) < 0; + } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 B0E46694 for ; Mon, 16 Dec 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 9000B191B for ; Mon, 16 Dec 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 rBGIA5rU015915 for ; Mon, 16 Dec 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 rBGIA55O015914; Mon, 16 Dec 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:05 GMT Resent-Message-Id: <201312161810.rBGIA55O015914@freefall.freebsd.org> 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 8819D27E for ; Mon, 16 Dec 2013 18:00:49 +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 2EBEE17E7 for ; Mon, 16 Dec 2013 18:00:49 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id A891998006D for ; Tue, 17 Dec 2013 03:00:46 +0900 (JST) Message-Id: <20131217024630.14c9609dd1d449201af06674@yahoo.com> Date: Tue, 17 Dec 2013 02:46:30 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184823: audio/sidplay: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:05 -0000 >Number: 184823 >Category: ports >Synopsis: audio/sidplay: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Update MASTER_SITES - Add LICENSE - Support PLIST_FILES New file: files/patch-sid2wav.cpp files/patch-sidcon.cpp files/patch-sidplay.cpp Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/sidplay/Makefile audio/sidplay/Makefile --- /usr/ports/audio/sidplay/Makefile 2013-12-12 02:42:01.000000000 +0900 +++ audio/sidplay/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,25 +3,23 @@ PORTNAME= sidplay PORTVERSION= 1.0.9 +DISTVERSIONPREFIX= base- CATEGORIES= audio emulators -MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ -DISTNAME= ${PORTNAME}-base-${PORTVERSION} +MASTER_SITES= http://bsd-geek.de/FreeBSD/distfiles/ \ + http://www.sourcefiles.org/Multimedia/Module_Players/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Commodore SID-chip emulator that plays SID music files +LICENSE= GPLv2 # (or later) + LIB_DEPENDS= libsidplay.so:${PORTSDIR}/audio/libsidplay +GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-sidplay-includes=${LOCALBASE}/include \ --with-sidplay-library=${LOCALBASE}/lib -WRKSRC= ${WRKDIR}/${PORTNAME}-base-${PORTVERSION} -GNU_CONFIGURE= yes -NO_STAGE= yes - -post-install: - ${STRIP_CMD} ${PREFIX}/bin/sidplay ${PREFIX}/bin/sid2wav \ - ${PREFIX}/bin/sidcon +PLIST_FILES= bin/sid2wav bin/sidcon bin/sidplay .include diff -urN /usr/ports/audio/sidplay/files/patch-sid2wav.cpp audio/sidplay/files/patch-sid2wav.cpp --- /usr/ports/audio/sidplay/files/patch-sid2wav.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/sidplay/files/patch-sid2wav.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,32 @@ +--- sid2wav.cpp.orig ++++ sid2wav.cpp +@@ -18,9 +18,9 @@ + // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + // + +-#include +-#include +-#include ++#include ++#include ++#include + #include + + #include +@@ -39,6 +39,16 @@ + #include + #include + ++using std::cerr; ++using std::cout; ++using std::endl; ++using std::dec; ++using std::flush; ++using std::hex; ++using std::ios; ++using std::setfill; ++using std::setw; ++ + const char s2w_version[] = "1.8"; + + struct wav_hdr // little endian diff -urN /usr/ports/audio/sidplay/files/patch-sidcon.cpp audio/sidplay/files/patch-sidcon.cpp --- /usr/ports/audio/sidplay/files/patch-sidcon.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/sidplay/files/patch-sidcon.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,23 @@ +--- sidcon.cpp.orig ++++ sidcon.cpp +@@ -25,12 +25,18 @@ + #include + #include + #include +-#include +-#include ++#include ++#include + + #include + #include + ++using std::cerr; ++using std::cin; ++using std::cout; ++using std::endl; ++using std::flush; ++ + static bool toPSID = true, + toSIDPLAY = false, + checkOnly = false, diff -urN /usr/ports/audio/sidplay/files/patch-sidplay.cpp audio/sidplay/files/patch-sidplay.cpp --- /usr/ports/audio/sidplay/files/patch-sidplay.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/sidplay/files/patch-sidplay.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,28 @@ +--- sidplay.cpp.orig ++++ sidplay.cpp +@@ -18,8 +18,8 @@ + // + + #include +-#include +-#include ++#include ++#include + #include + #include + #include +@@ -41,6 +41,14 @@ + #define DISALLOW_STEREO_SOUND + #endif + ++using std::cerr; ++using std::cout; ++using std::dec; ++using std::endl; ++using std::hex; ++using std::setfill; ++using std::setw; ++ + // Error and status message numbers. + enum + { diff -urN /usr/ports/audio/sidplay/pkg-plist audio/sidplay/pkg-plist --- /usr/ports/audio/sidplay/pkg-plist 2013-11-06 21:51:59.000000000 +0900 +++ audio/sidplay/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -bin/sidplay -bin/sid2wav -bin/sidcon >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:06 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8092169B for ; Mon, 16 Dec 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 5E2CF1921 for ; Mon, 16 Dec 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 rBGIA6lZ015937 for ; Mon, 16 Dec 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 rBGIA6Q4015936; Mon, 16 Dec 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:06 GMT Resent-Message-Id: <201312161810.rBGIA6Q4015936@freefall.freebsd.org> 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 8DFBB3A8 for ; Mon, 16 Dec 2013 18:03:36 +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 1F4441871 for ; Mon, 16 Dec 2013 18:03:36 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 8EDD41880004 for ; Tue, 17 Dec 2013 03:03:31 +0900 (JST) Message-Id: <20131217024843.5f3f833b354f66f9def29996@yahoo.com> Date: Tue, 17 Dec 2013 02:48:43 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184825: games/rtb: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:06 -0000 >Number: 184825 >Category: ports >Synopsis: games/rtb: 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: Mon Dec 16 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 - Update MASTER_SITES - Add LICENSE - Add DESKTOP_ENTRIES New file: files/patch-team-framework__io__unixclientcommunicator.cpp files/patch-team-framework__io__unixinstreambuf.cpp files/patch-team-framework__io__unixoutstreambuf.cpp files/patch-team-framework__io__unixremoteclientconnection.cpp files/patch-team-framework__io__unixrtbconnection.cpp files/patch-team-framework__io__unixservercommunicator.cpp files/patch-team-framework__io__unixserverconnection.cpp files/patch-team-framework__stdnamespace.h >How-To-Repeat: >Fix: diff -urN /usr/ports/games/rtb/Makefile games/rtb/Makefile --- /usr/ports/games/rtb/Makefile 2013-11-06 22:00:23.000000000 +0900 +++ games/rtb/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,60 +3,47 @@ PORTNAME= RealTimeBattle PORTVERSION= 1.0.8 -PORTREVISION= 9 +DISTVERSIONSUFFIX= -Ext +PORTREVISION= 10 CATEGORIES= games -MASTER_SITES= SF${PORTNAME:} -DISTNAME= ${PORTNAME}-${PORTVERSION}-Ext +MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}-1.0.x/${PORTNAME}%20${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Robot programming game for UNIX +LICENSE= GPLv2 # (or later) + BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed -USES= perl5 gmake pkgconfig +OPTIONS_DEFINE= DOCS + USE_BZIP2= yes +USES= gettext gmake perl5 pkgconfig USE_GNOME= gtk20 USE_PYTHON= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-rtb-dir=${PREFIX}/lib/${PORTNAME} -CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_DECL_GETOPT +CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes +INFO= ${PORTNAME}.info + +DESKTOP_ENTRIES="${PORTNAME}" "" "" "${PORTNAME:L}" "" "" + post-patch: -.for file in configure - @${REINPLACE_CMD} -e '/test/s| == | = |g ; \ - s|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g ; \ - s|\\$${top_builddir}/intl/libintl.a|-lintl|g' ${WRKSRC}/${file} +.for i in configure + @${REINPLACE_CMD} -e 's|INCLUDED_LIBINTL=yes|INCLUDED_LIBINTL=no|g ; \ + s|\\$${top_builddir}/intl/libintl.a|-lintl|g ; \ + /^DOCS_DIR/s|=.*|=$${prefix}/share/doc/${PORTNAME}| ; \ + /test/s| == | = |g' ${WRKSRC}/${i} .endfor -.for file in Makefile.in - @${REINPLACE_CMD} -e '/^SUBDIRS/s|Documentation||g' ${WRKSRC}/${file} +.for i in Documentation/Makefile.in + @${REINPLACE_CMD} -e '/COPYING/d' ${WRKSRC}/${i} .endfor -.for file in team-framework/createrobot.sh \ +.for i in team-framework/createrobot.sh \ team-framework/createrobotconf.sh - @${REINPLACE_CMD} -e 's| sed| gsed|g' ${WRKSRC}/${file} -.endfor - -post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} -.for file in AUTHORS ChangeLog EXTRAROBOTS.README NEWS README TODO \ - Documentation/RealTimeBattle-1.html \ - Documentation/RealTimeBattle-2.html \ - Documentation/RealTimeBattle-3.html \ - Documentation/RealTimeBattle-4.html \ - Documentation/RealTimeBattle-5.html \ - Documentation/RealTimeBattle-6.html \ - Documentation/RealTimeBattle.html \ - Documentation/next.gif Documentation/prev.gif Documentation/toc.gif \ - Documentation/next.png Documentation/prev.png Documentation/toc.png \ - Documentation/RealTimeBattle.dvi \ - Documentation/RealTimeBattle.sgml \ - Documentation/RealTimeBattle.txt \ - Documentation/RTB-Team-Framework-Tutorial.tar.gz - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} + @${REINPLACE_CMD} -e 's| sed| gsed|g' ${WRKSRC}/${i} .endfor -.endif .include diff -urN /usr/ports/games/rtb/files/patch-team-framework__io__unixclientcommunicator.cpp games/rtb/files/patch-team-framework__io__unixclientcommunicator.cpp --- /usr/ports/games/rtb/files/patch-team-framework__io__unixclientcommunicator.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/rtb/files/patch-team-framework__io__unixclientcommunicator.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- team-framework/io/unixclientcommunicator.cpp.orig ++++ team-framework/io/unixclientcommunicator.cpp +@@ -46,6 +46,7 @@ + #include + #include + #include ++#include + + /** + * Namespace diff -urN /usr/ports/games/rtb/files/patch-team-framework__io__unixinstreambuf.cpp games/rtb/files/patch-team-framework__io__unixinstreambuf.cpp --- /usr/ports/games/rtb/files/patch-team-framework__io__unixinstreambuf.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/rtb/files/patch-team-framework__io__unixinstreambuf.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- team-framework/io/unixinstreambuf.cpp.orig ++++ team-framework/io/unixinstreambuf.cpp +@@ -33,6 +33,8 @@ + #include "../exceptions/confignotloadedexception.h" + #include + #include ++#include ++#include + + /** + * Namespace diff -urN /usr/ports/games/rtb/files/patch-team-framework__io__unixoutstreambuf.cpp games/rtb/files/patch-team-framework__io__unixoutstreambuf.cpp --- /usr/ports/games/rtb/files/patch-team-framework__io__unixoutstreambuf.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/rtb/files/patch-team-framework__io__unixoutstreambuf.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- team-framework/io/unixoutstreambuf.cpp.orig ++++ team-framework/io/unixoutstreambuf.cpp +@@ -30,6 +30,8 @@ + #include "unixoutstreambuf.h" + #include + #include ++#include ++#include + /** + * Namespace + */ diff -urN /usr/ports/games/rtb/files/patch-team-framework__io__unixremoteclientconnection.cpp games/rtb/files/patch-team-framework__io__unixremoteclientconnection.cpp --- /usr/ports/games/rtb/files/patch-team-framework__io__unixremoteclientconnection.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/rtb/files/patch-team-framework__io__unixremoteclientconnection.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- team-framework/io/unixremoteclientconnection.cpp.orig ++++ team-framework/io/unixremoteclientconnection.cpp +@@ -36,6 +36,7 @@ + #include + #include + #include ++#include + + /** + * Namespace diff -urN /usr/ports/games/rtb/files/patch-team-framework__io__unixrtbconnection.cpp games/rtb/files/patch-team-framework__io__unixrtbconnection.cpp --- /usr/ports/games/rtb/files/patch-team-framework__io__unixrtbconnection.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/rtb/files/patch-team-framework__io__unixrtbconnection.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- team-framework/io/unixrtbconnection.cpp.orig ++++ team-framework/io/unixrtbconnection.cpp +@@ -33,6 +33,8 @@ + #include + #include + #include ++#include ++#include + + /** + * Namespace diff -urN /usr/ports/games/rtb/files/patch-team-framework__io__unixservercommunicator.cpp games/rtb/files/patch-team-framework__io__unixservercommunicator.cpp --- /usr/ports/games/rtb/files/patch-team-framework__io__unixservercommunicator.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/rtb/files/patch-team-framework__io__unixservercommunicator.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- team-framework/io/unixservercommunicator.cpp.orig ++++ team-framework/io/unixservercommunicator.cpp +@@ -50,6 +50,7 @@ + #include + #include + #include ++#include + + /** + * Namespace diff -urN /usr/ports/games/rtb/files/patch-team-framework__io__unixserverconnection.cpp games/rtb/files/patch-team-framework__io__unixserverconnection.cpp --- /usr/ports/games/rtb/files/patch-team-framework__io__unixserverconnection.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/rtb/files/patch-team-framework__io__unixserverconnection.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,12 @@ +--- team-framework/io/unixserverconnection.cpp.orig ++++ team-framework/io/unixserverconnection.cpp +@@ -41,6 +41,9 @@ + //IPC + #include + ++#include ++#include ++ + /** + * Namespace + */ diff -urN /usr/ports/games/rtb/files/patch-team-framework__stdnamespace.h games/rtb/files/patch-team-framework__stdnamespace.h --- /usr/ports/games/rtb/files/patch-team-framework__stdnamespace.h 1970-01-01 09:00:00.000000000 +0900 +++ games/rtb/files/patch-team-framework__stdnamespace.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,16 @@ +--- team-framework/stdnamespace.h.orig ++++ team-framework/stdnamespace.h +@@ -25,9 +25,13 @@ + + **************************************************************************/ + ++#if !defined(_LIBCPP_VERSION) + #include // This file contains the forward declaration in particular of std::string + + namespace std + { + template class auto_ptr; // Origin: The header file + } ++#else ++#include ++#endif diff -urN /usr/ports/games/rtb/pkg-plist games/rtb/pkg-plist --- /usr/ports/games/rtb/pkg-plist 2013-11-06 22:00:23.000000000 +0900 +++ games/rtb/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -121,9 +121,38 @@ lib/RealTimeBattle/rtblogo1024.jpg lib/RealTimeBattle/rtblogo1600.jpg lib/RealTimeBattle/tournament.txt +%%PORTDOCS%%%%DOCSDIR%%/ABOUT-NLS %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/EXTRAROBOTS.README +%%PORTDOCS%%%%DOCSDIR%%/French/RealTimeBattle-1.html +%%PORTDOCS%%%%DOCSDIR%%/French/RealTimeBattle-2.html +%%PORTDOCS%%%%DOCSDIR%%/French/RealTimeBattle-3.html +%%PORTDOCS%%%%DOCSDIR%%/French/RealTimeBattle-4.html +%%PORTDOCS%%%%DOCSDIR%%/French/RealTimeBattle-5.html +%%PORTDOCS%%%%DOCSDIR%%/French/RealTimeBattle-6.html +%%PORTDOCS%%%%DOCSDIR%%/French/RealTimeBattle.html +%%PORTDOCS%%%%DOCSDIR%%/French/next.gif +%%PORTDOCS%%%%DOCSDIR%%/French/prev.gif +%%PORTDOCS%%%%DOCSDIR%%/French/toc.gif +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle-1.html +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle-2.html +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle-3.html +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle-4.html +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle-5.html +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle-6.html +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle.dvi +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle.html +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle.info +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle.sgml +%%PORTDOCS%%%%DOCSDIR%%/German/RealTimeBattle.txt +%%PORTDOCS%%%%DOCSDIR%%/German/next.gif +%%PORTDOCS%%%%DOCSDIR%%/German/next.png +%%PORTDOCS%%%%DOCSDIR%%/German/prev.gif +%%PORTDOCS%%%%DOCSDIR%%/German/prev.png +%%PORTDOCS%%%%DOCSDIR%%/German/toc.gif +%%PORTDOCS%%%%DOCSDIR%%/German/toc.png +%%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/RTB-Team-Framework-Tutorial.tar.gz @@ -137,6 +166,16 @@ %%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle.html %%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle.sgml %%PORTDOCS%%%%DOCSDIR%%/RealTimeBattle.txt +%%PORTDOCS%%%%DOCSDIR%%/Spanish/next.gif +%%PORTDOCS%%%%DOCSDIR%%/Spanish/prev.gif +%%PORTDOCS%%%%DOCSDIR%%/Spanish/rtb-docs-1.0.5-es-1.html +%%PORTDOCS%%%%DOCSDIR%%/Spanish/rtb-docs-1.0.5-es-2.html +%%PORTDOCS%%%%DOCSDIR%%/Spanish/rtb-docs-1.0.5-es-3.html +%%PORTDOCS%%%%DOCSDIR%%/Spanish/rtb-docs-1.0.5-es-4.html +%%PORTDOCS%%%%DOCSDIR%%/Spanish/rtb-docs-1.0.5-es-5.html +%%PORTDOCS%%%%DOCSDIR%%/Spanish/rtb-docs-1.0.5-es-6.html +%%PORTDOCS%%%%DOCSDIR%%/Spanish/rtb-docs-1.0.5-es.html +%%PORTDOCS%%%%DOCSDIR%%/Spanish/toc.gif %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/next.gif %%PORTDOCS%%%%DOCSDIR%%/next.png @@ -153,10 +192,13 @@ share/locale/pl/LC_MESSAGES/RealTimeBattle.mo share/locale/pt/LC_MESSAGES/RealTimeBattle.mo share/locale/sv/LC_MESSAGES/RealTimeBattle.mo -@dirrmtry share/locale/en@boldquot/LC_MESSAGES -@dirrmtry share/locale/en@boldquot @dirrmtry share/locale/en@quot/LC_MESSAGES @dirrmtry share/locale/en@quot +@dirrmtry share/locale/en@boldquot/LC_MESSAGES +@dirrmtry share/locale/en@boldquot +%%PORTDOCS%%@dirrm %%DOCSDIR%%/Spanish +%%PORTDOCS%%@dirrm %%DOCSDIR%%/German +%%PORTDOCS%%@dirrm %%DOCSDIR%%/French %%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm lib/RealTimeBattle/Robots/xt-bot @dirrm lib/RealTimeBattle/Robots/thomas2 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 81F306D3 for ; Mon, 16 Dec 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 478C9192D for ; Mon, 16 Dec 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 rBGIA8ZJ016003 for ; Mon, 16 Dec 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 rBGIA8fY016002; Mon, 16 Dec 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:08 GMT Resent-Message-Id: <201312161810.rBGIA8fY016002@freefall.freebsd.org> 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 28F6E265 for ; Mon, 16 Dec 2013 18:00: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 F09C417D0 for ; Mon, 16 Dec 2013 18:00:27 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 1F8F81880004 for ; Tue, 17 Dec 2013 03:00:26 +0900 (JST) Message-Id: <20131217024557.d1b88471ecd07ae253175f13@yahoo.com> Date: Tue, 17 Dec 2013 02:45:57 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184831: audio/epos-devel: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:08 -0000 >Number: 184831 >Category: ports >Synopsis: audio/epos-devel: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/epos-devel/Makefile audio/epos-devel/Makefile --- /usr/ports/audio/epos-devel/Makefile 2013-11-06 21:52:25.000000000 +0900 +++ audio/epos-devel/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -13,7 +13,6 @@ LICENSE_COMB= multi USES= bison gmake -NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no @@ -21,5 +20,7 @@ @${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-ggdb||' + @${REINPLACE_CMD} -e 's|||' \ + ${WRKSRC}/src/nnet/neural.cc .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 D59B067D for ; Mon, 16 Dec 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 B59A91905 for ; Mon, 16 Dec 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 rBGIA1Ov015792 for ; Mon, 16 Dec 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 rBGIA1s6015791; Mon, 16 Dec 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:01 GMT Resent-Message-Id: <201312161810.rBGIA1s6015791@freefall.freebsd.org> 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 61C8D3A9 for ; Mon, 16 Dec 2013 18:03:39 +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 33DE31872 for ; Mon, 16 Dec 2013 18:03:39 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id 76D04156001E for ; Tue, 17 Dec 2013 03:03:37 +0900 (JST) Message-Id: <20131217024847.b6ce6775b7628a10f879c94b@yahoo.com> Date: Tue, 17 Dec 2013 02:48:47 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184813: games/shaaft: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:02 -0000 >Number: 184813 >Category: ports >Synopsis: games/shaaft: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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 - Add DESKTOP_ENTRIES New file: files/patch-ResourceManager.cpp files/patch-Value.hpp >How-To-Repeat: >Fix: diff -urN /usr/ports/games/shaaft/Makefile games/shaaft/Makefile --- /usr/ports/games/shaaft/Makefile 2013-11-11 13:55:18.000000000 +0900 +++ games/shaaft/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= shaaft PORTVERSION= 0.5.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= games MASTER_SITES= SF/criticalmass/OldFiles DISTNAME= Shaaft-${PORTVERSION} @@ -18,16 +18,21 @@ USE_BZIP2= yes USE_SDL= mixer image sdl USE_GL= yes +USE_GCC= any GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/libpng15 -LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --disable-optimize + +CPPFLAGS+= $$(libpng-config --I_opts) +LDFLAGS+= $$(libpng-config --L_opts) + DATADIR= ${PREFIX}/share/Shaaft PLIST_FILES= bin/Packer bin/shaaft %%DATADIR%%/resource.dat \ man/man6/shaaft.6.gz PLIST_DIRS= %%DATADIR%% +DESKTOP_ENTRIES="Shaaft" "" "" "${PORTNAME}" "" "" + .include .if ${ARCH} == "sparc64" diff -urN /usr/ports/games/shaaft/files/patch-ResourceManager.cpp games/shaaft/files/patch-ResourceManager.cpp --- /usr/ports/games/shaaft/files/patch-ResourceManager.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/shaaft/files/patch-ResourceManager.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- utils/ResourceManager.cpp.orig ++++ utils/ResourceManager.cpp +@@ -13,6 +13,7 @@ + // FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details + // + #include ++#include + #include + #include + #include diff -urN /usr/ports/games/shaaft/files/patch-Value.hpp games/shaaft/files/patch-Value.hpp --- /usr/ports/games/shaaft/files/patch-Value.hpp 1970-01-01 09:00:00.000000000 +0900 +++ games/shaaft/files/patch-Value.hpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,12 @@ +--- utils/Value.hpp.orig 2013-11-30 21:16:05.000000000 +0900 ++++ utils/Value.hpp 2013-11-30 21:16:35.000000000 +0900 +@@ -15,7 +15,8 @@ + #ifndef _Value_hpp_ + #define _Value_hpp_ + +-#include ++#include ++#include + #include + + #include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 2786767F for ; Mon, 16 Dec 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 06C091907 for ; Mon, 16 Dec 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 rBGIA1Rp015804 for ; Mon, 16 Dec 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 rBGIA1Fg015803; Mon, 16 Dec 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:01 GMT Resent-Message-Id: <201312161810.rBGIA1Fg015803@freefall.freebsd.org> 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 808C1389 for ; Mon, 16 Dec 2013 18:02:15 +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 55115185D for ; Mon, 16 Dec 2013 18:02:15 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id 90CB2156001E for ; Tue, 17 Dec 2013 03:02:13 +0900 (JST) Message-Id: <20131217024757.875789d9cb9c227678d3c07f@yahoo.com> Date: Tue, 17 Dec 2013 02:47:57 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184814: ftp/multiget: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:02 -0000 >Number: 184814 >Category: ports >Synopsis: ftp/multiget: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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 - Add DESKTOP_ENTRIES New file: files/patch-common.cpp files/patch-mgftpbase.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/ftp/multiget/Makefile ftp/multiget/Makefile --- /usr/ports/ftp/multiget/Makefile 2013-11-06 21:49:12.000000000 +0900 +++ ftp/multiget/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,29 +3,40 @@ PORTNAME= multiget PORTVERSION= 1.1.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= ftp www MASTER_SITES= SF/${PORTNAME}/OldFiles MAINTAINER= ports@FreeBSD.org -COMMENT= An http/ftp downloader with a nice GUI +COMMENT= HTTP/FTP downloader with a nice GUI +WRKSRC_SUBDIR= src + +USES= dos2unix USE_WX= 2.6+ MAKEFILE= makefile ALL_TARGET= MultiGet -WRKSRC= ${WRKDIR}/${DISTNAME}/src -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} share/pixmaps/MultiGet.png + +DESKTOP_ENTRIES="MultiGet" "" "${PREFIX}/share/pixmaps/MultiGet.png" \ + "${PORTNAME}" "" "" -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ - 's|g++|${CXX}|; \ - s|\(CFLAGS\) =|\1 +=|; \ - s|wx-config|${WX_CONFIG}|' \ + 's|$$(CC)|$$(CXX)| ; \ + s|$$(CFLAGS)|$$(CXXFLAGS)| ; \ + s|^CC =|CXX ?=| ; \ + s|^CFLAGS =|CXXFLAGS +=| ; \ + s| -O2 | | ; \ + s| -s | | ; \ + s|wx-config|$${WX_CONFIG}|' \ ${WRKSRC}/${MAKEFILE} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/MultiGet ${PREFIX}/bin/${PORTNAME} + (cd ${WRKSRC} && ${INSTALL_PROGRAM} MultiGet \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}) + (cd ${WRKSRC}/.. && ${INSTALL_DATA} MultiGet.png \ + ${STAGEDIR}${PREFIX}/share/pixmaps) .include diff -urN /usr/ports/ftp/multiget/files/patch-common.cpp ftp/multiget/files/patch-common.cpp --- /usr/ports/ftp/multiget/files/patch-common.cpp 1970-01-01 09:00:00.000000000 +0900 +++ ftp/multiget/files/patch-common.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- common.cpp.orig ++++ common.cpp +@@ -22,6 +22,8 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ++#include ++ + #include "common.h" + #include "speedctrl.h" + #include "mirroradmin.h" diff -urN /usr/ports/ftp/multiget/files/patch-mgftpbase.cpp ftp/multiget/files/patch-mgftpbase.cpp --- /usr/ports/ftp/multiget/files/patch-mgftpbase.cpp 1970-01-01 09:00:00.000000000 +0900 +++ ftp/multiget/files/patch-mgftpbase.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- mgftpbase.cpp.orig ++++ mgftpbase.cpp +@@ -22,6 +22,8 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ++#include ++ + #ifdef WIN32 + #include + #endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 C994568B for ; Mon, 16 Dec 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 A7C121913 for ; Mon, 16 Dec 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 rBGIA3Lo015872 for ; Mon, 16 Dec 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 rBGIA3vm015871; Mon, 16 Dec 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:03 GMT Resent-Message-Id: <201312161810.rBGIA3vm015871@freefall.freebsd.org> 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 CFCD93DA for ; Mon, 16 Dec 2013 18:05:05 +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 757C5188F for ; Mon, 16 Dec 2013 18:05:05 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 72C8B1880009 for ; Tue, 17 Dec 2013 03:04:58 +0900 (JST) Message-Id: <20131217024959.3920727da268d3ada2e71311@yahoo.com> Date: Tue, 17 Dec 2013 02:49:59 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184820: lang/p2c: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:03 -0000 >Number: 184820 >Category: ports >Synopsis: lang/p2c: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE New file: files/patch-Makefile files/patch-comment.c files/patch-lex.c files/patch-loc.p2clib.c files/patch-makeproto.c files/patch-out.c files/patch-p2clib.c files/patch-parse.c files/patch-trans.c files/patch-trans.h Remove file: files/patch-a files/patch-cc files/patch-tc scripts/configure >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/p2c/Makefile lang/p2c/Makefile --- /usr/ports/lang/p2c/Makefile 2013-11-06 21:56:34.000000000 +0900 +++ lang/p2c/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -12,15 +12,31 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Pascal to C translator -WRKSRC= ${WRKDIR}/p2c-1.21alpha-07.Dec.93 -MAN1= p2c.1 p2cc.1 +LICENSE= GPLv2 -pre-install: build - @${MKDIR} ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib - @${MKDIR} ${PREFIX}/man/man1 - @${MKDIR} ${PREFIX}/include/p2c - @${INSTALL_MAN} ${WRKSRC}/src/p2cc.man ${PREFIX}/man/man1/p2cc.1 +WRKSRC= ${WRKDIR}/p2c-1.21alpha-07.Dec.93/src + +USES= perl5 shebangfix +SHEBANG_FILES= p2cc.perl +perl_OLD_CMD= /bin/perl +ALL_TARGET= all p2cc + +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} p2c \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_SCRIPT} p2cc \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_LIB} libp2c.a \ + ${STAGEDIR}${PREFIX}/lib) + @${MKDIR} ${STAGEDIR}${PREFIX}/include/p2c + (cd ${WRKSRC} && ${INSTALL_DATA} p2c.h \ + ${STAGEDIR}${PREFIX}/include/p2c) + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/p2c + (cd ${WRKSRC} && ${INSTALL_DATA} sys.p2crc \ + ${STAGEDIR}${PREFIX}/lib/p2c/p2crc) +.for i in loc.p2crc system.imp system.m2 turbo.imp string.pas + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${PREFIX}/lib/p2c) +.endfor -NO_STAGE= yes .include diff -urN /usr/ports/lang/p2c/files/patch-Makefile lang/p2c/files/patch-Makefile --- /usr/ports/lang/p2c/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,68 @@ +--- Makefile.orig ++++ Makefile +@@ -19,29 +19,30 @@ + SHELL = /bin/sh + + # Directories (private version) +-HOMEDIR = ../home +-INCDIR = ../home/p2c +-BINDIR = .. +-LIBDIR = ../home +-MANDIR = ../home +-MANFILE = p2c.cat # human-readable manual (for cat.1) ++#HOMEDIR = ../home ++#INCDIR = ../home/p2c ++#BINDIR = .. ++#LIBDIR = ../home ++#MANDIR = ../home ++#MANFILE = p2c.cat # human-readable manual (for cat.1) + #MANFILE = p2c.man.inst # uncompressed nroff source (for man.1) + #MANFILE = p2c.man.Z # compressed nroff source (for man.1.Z) + + # Directories (public version) +-#HOMEDIR = /usr/lib/p2c +-#INCDIR = /usr/include/p2c +-#BINDIR = /usr/bin +-#LIBDIR = /usr/lib +-#MANDIR = /usr/man/man1 +-#MANFILE = p2c.man.inst ++PREFIX ?= /usr/local ++HOMEDIR = $(PREFIX)/lib/p2c ++INCDIR = $(PREFIX)/include/p2c ++BINDIR = $(PREFIX)/bin ++LIBDIR = $(PREFIX)/lib ++MANDIR = $(PREFIX)/man/man1 ++MANFILE = p2c.man.inst + + # Compiler options +-CC = cc # you may wish to use gcc here instead ++CC ?= cc # you may wish to use gcc here instead + OPT = # -O # uncomment this for optimization + DEB = # -g # uncomment this for debugging + DEFS = # place other -D types of things here +-CFLAGS = $(OPT) $(DEB) $(DEFS) ++CFLAGS += $(OPT) $(DEB) $(DEFS) + LFLAGS = + + +@@ -64,9 +65,9 @@ + LIBOBJS = p2clib.o loc.p2clib.o + OTHERLIBOBJS = + +-ABSHOMEDIR = `cd $(HOMEDIR); pwd` +-ABSINCDIR = `cd $(INCDIR); pwd` +-ABSLIBDIR = `cd $(LIBDIR); pwd` ++ABSHOMEDIR = $(HOMEDIR) ++ABSINCDIR = $(INCDIR) ++ABSLIBDIR = $(LIBDIR) + + MISCSRCS = makeproto.c + PROTOS = p2c.proto p2c.hdrs +@@ -128,7 +129,6 @@ + sed -e "s;--HOMEDIR--;$(ABSHOMEDIR);" \ + -e "s;--INCDIR--;$(ABSINCDIR);" \ + -e "s;--LIBDIR--;$(ABSLIBDIR);" \ +- -e "s;/bin/perl;`which perl`;" \ + p2cc.perl >p2cc + chmod a+x p2cc + diff -urN /usr/ports/lang/p2c/files/patch-a lang/p2c/files/patch-a --- /usr/ports/lang/p2c/files/patch-a 2013-11-06 21:56:34.000000000 +0900 +++ lang/p2c/files/patch-a 1970-01-01 09:00:00.000000000 +0900 @@ -1,45 +0,0 @@ ---- src/loc.p2clib.c.orig Fri Feb 22 13:13:49 2002 -+++ src/loc.p2clib.c Fri Feb 22 13:12:44 2002 -@@ -4,3 +4,42 @@ - * the symbol LOCAL_INIT when you compile p2clib.c. - */ - -+/* Some Turbo "unit crt" functions. */ -+ -+#include -+#include -+ -+static int terminfo_initialized; -+static char *cl, *ce; -+ -+static void initcurs() -+{ -+ if (terminfo_initialized) -+ return; -+ setupterm(0, fileno(stdout), 0); -+ ce = tgetstr("ce", 0); -+ cl = tgetstr("cl", 0); -+ terminfo_initialized = 1; -+} -+ -+void clreol() -+{ -+ initcurs(); -+ if (ce) -+ tputs(ce, 1, putchar); -+} -+ -+void clrscr() -+{ -+ initcurs(); -+ if (cl) -+ tputs(cl, 1, putchar); -+} -+ -+void delay(ms) -+int ms; -+{ -+ usleep(1000 * ms); -+} -+ -+ diff -urN /usr/ports/lang/p2c/files/patch-cc lang/p2c/files/patch-cc --- /usr/ports/lang/p2c/files/patch-cc 2013-11-06 21:56:34.000000000 +0900 +++ lang/p2c/files/patch-cc 1970-01-01 09:00:00.000000000 +0900 @@ -1,24 +0,0 @@ ---- src/Makefile.orig Wed Dec 8 06:36:48 1993 -+++ src/Makefile Tue Apr 13 02:12:49 2004 -@@ -24,8 +24,8 @@ - BINDIR = .. - LIBDIR = ../home - MANDIR = ../home --MANFILE = p2c.cat # human-readable manual (for cat.1) --#MANFILE = p2c.man.inst # uncompressed nroff source (for man.1) -+#MANFILE = p2c.cat # human-readable manual (for cat.1) -+MANFILE = p2c.man.inst # uncompressed nroff source (for man.1) - #MANFILE = p2c.man.Z # compressed nroff source (for man.1.Z) - - # Directories (public version) -@@ -37,8 +37,8 @@ - #MANFILE = p2c.man.inst - - # Compiler options --CC = cc # you may wish to use gcc here instead --OPT = # -O # uncomment this for optimization -+CC ?= cc # you may wish to use gcc here instead -+OPT = $(CFLAGS) # uncomment this for optimization - DEB = # -g # uncomment this for debugging - DEFS = # place other -D types of things here - CFLAGS = $(OPT) $(DEB) $(DEFS) diff -urN /usr/ports/lang/p2c/files/patch-comment.c lang/p2c/files/patch-comment.c --- /usr/ports/lang/p2c/files/patch-comment.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-comment.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- comment.c.orig ++++ comment.c +@@ -299,7 +299,7 @@ + printf("\"%s\", line %d,%d: %s\n", infname, inf_lnum, outf_lnum, msg); + } + if (verbose) +- fprintf(logf, "%s:%d:%d: %s\n", infname, inf_lnum, outf_lnum, msg); ++ fprintf(p2c_logf, "%s:%d:%d: %s\n", infname, inf_lnum, outf_lnum, msg); + if (notephase == 2 || regression) + prefix = format_s("\004 p2c: %s:", infname); + else diff -urN /usr/ports/lang/p2c/files/patch-lex.c lang/p2c/files/patch-lex.c --- /usr/ports/lang/p2c/files/patch-lex.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-lex.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,74 @@ +--- lex.c.orig ++++ lex.c +@@ -520,7 +520,7 @@ + if (outf != stdout) + printf("Translation aborted: Too many errors.\n"); + if (verbose) +- fprintf(logf, "Translation aborted: Too many errors.\n"); ++ fprintf(p2c_logf, "Translation aborted: Too many errors.\n"); + closelogfile(); + exit_failure(); + } +@@ -541,9 +541,9 @@ + printf("Translation aborted.\n"); + } + if (verbose) { +- fprintf(logf, "%s:%d:%d: %s\n", ++ fprintf(p2c_logf, "%s:%d:%d: %s\n", + infname, inf_lnum, outf_lnum, msg); +- fprintf(logf, "Translation aborted.\n"); ++ fprintf(p2c_logf, "Translation aborted.\n"); + } + closelogfile(); + exit_failure(); +@@ -562,7 +562,7 @@ + { + if (checkeatnote(msg)) { + if (verbose) +- fprintf(logf, "%s:%d:%d: Omitted warning: %s\n", ++ fprintf(p2c_logf, "%s:%d:%d: Omitted warning: %s\n", + infname, inf_lnum, outf_lnum, msg); + return; + } +@@ -577,7 +577,7 @@ + { + if (checkeatnote(msg)) { + if (verbose) +- fprintf(logf, "%s:%d:%d: Omitted internal error in %s: %s\n", ++ fprintf(p2c_logf, "%s:%d:%d: Omitted internal error in %s: %s\n", + infname, inf_lnum, outf_lnum, proc, msg); + return; + } +@@ -596,7 +596,7 @@ + { + if (blockkind == TOK_IMPORT || checkeatnote(msg)) { + if (verbose) +- fprintf(logf, "%s:%d:%d: Omitted note: %s\n", ++ fprintf(p2c_logf, "%s:%d:%d: Omitted note: %s\n", + infname, inf_lnum, outf_lnum, msg); + return; + } +@@ -612,12 +612,12 @@ + { + if (blockkind == TOK_IMPORT || checkeatnote(msg)) { + if (verbose) +- fprintf(logf, "%s:%d:%d: Omitted end-note: %s\n", ++ fprintf(p2c_logf, "%s:%d:%d: Omitted end-note: %s\n", + infname, inf_lnum, outf_lnum, msg); + return; + } + if (verbose) +- fprintf(logf, "%s:%d:%d: Recorded end-note: %s\n", ++ fprintf(p2c_logf, "%s:%d:%d: Recorded end-note: %s\n", + infname, inf_lnum, outf_lnum, msg); + (void) strlist_add(&endnotelist, msg); + } +@@ -1327,7 +1327,7 @@ + else + printf("Reading include file \"%s\"\n", fn); + if (verbose) +- fprintf(logf, "Reading include file \"%s\"\n", fn); ++ fprintf(p2c_logf, "Reading include file \"%s\"\n", fn); + if (expandincludes == 0) { + push_input_file(fp, fn, 2); + curtok = TOK_INCLUDE; diff -urN /usr/ports/lang/p2c/files/patch-loc.p2clib.c lang/p2c/files/patch-loc.p2clib.c --- /usr/ports/lang/p2c/files/patch-loc.p2clib.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-loc.p2clib.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,45 @@ +--- loc.p2clib.c.orig ++++ loc.p2clib.c +@@ -4,3 +4,42 @@ + * the symbol LOCAL_INIT when you compile p2clib.c. + */ + ++/* Some Turbo "unit crt" functions. */ ++ ++#include ++#include ++ ++static int terminfo_initialized; ++static char *cl, *ce; ++ ++static void initcurs() ++{ ++ if (terminfo_initialized) ++ return; ++ setupterm(0, fileno(stdout), 0); ++ ce = tgetstr("ce", 0); ++ cl = tgetstr("cl", 0); ++ terminfo_initialized = 1; ++} ++ ++void clreol() ++{ ++ initcurs(); ++ if (ce) ++ tputs(ce, 1, putchar); ++} ++ ++void clrscr() ++{ ++ initcurs(); ++ if (cl) ++ tputs(cl, 1, putchar); ++} ++ ++void delay(ms) ++int ms; ++{ ++ usleep(1000 * ms); ++} ++ ++ diff -urN /usr/ports/lang/p2c/files/patch-makeproto.c lang/p2c/files/patch-makeproto.c --- /usr/ports/lang/p2c/files/patch-makeproto.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-makeproto.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,19 @@ +--- makeproto.c.orig ++++ makeproto.c +@@ -7,6 +7,7 @@ + + + #include ++#include + #include + #include + +@@ -157,7 +158,7 @@ + char argdecls[MAXARGS][256], argnames[MAXARGS][80]; + char *cp, *cp2, *cp3; + int i, j, pos, len, thistab, numstars, whichf, nargs, incomment, errors = 0; +- long li; ++ time_t li; + int typetab = 15, argtab = 30, width = 80, usenames = 0, usemacros = 0; + int useextern = 0, staticness = -1, hasheader = 0, useifdefs = 0; + int stupid = 1, firstdecl; diff -urN /usr/ports/lang/p2c/files/patch-out.c lang/p2c/files/patch-out.c --- /usr/ports/lang/p2c/files/patch-out.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-out.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- out.c.orig ++++ out.c +@@ -1194,7 +1194,7 @@ + " seconds, %ld tries on line %d [251]", alts, outf_lnum); + note(outbuf); + } else if (verbose) { +- fprintf(logf, "%s, %d/%d: Line breaker spent %ld tries\n", ++ fprintf(p2c_logf, "%s, %d/%d: Line breaker spent %ld tries\n", + infname, inf_lnum, outf_lnum, alts); + } + if (testinglinebreaker) diff -urN /usr/ports/lang/p2c/files/patch-p2clib.c lang/p2c/files/patch-p2clib.c --- /usr/ports/lang/p2c/files/patch-p2clib.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-p2clib.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,29 @@ +--- p2clib.c.orig ++++ p2clib.c +@@ -890,7 +890,7 @@ + { + #ifndef NO_TIME + struct tm *tm; +- long clock; ++ time_t clock; + + time(&clock); + tm = localtime(&clock); +@@ -908,7 +908,7 @@ + Void VAXdate(s) + char *s; + { +- long clock; ++ time_t clock; + char *c; + int i; + static int where[] = {8, 9, 0, 4, 5, 6, 0, 20, 21, 22, 23}; +@@ -924,7 +924,7 @@ + Void VAXtime(s) + char *s; + { +- long clock; ++ time_t clock; + char *c; + int i; + diff -urN /usr/ports/lang/p2c/files/patch-parse.c lang/p2c/files/patch-parse.c --- /usr/ports/lang/p2c/files/patch-parse.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-parse.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,31 @@ +--- parse.c.orig ++++ parse.c +@@ -4392,7 +4392,7 @@ + long saveserial; + + if (verbose) +- fprintf(logf, "%s, %d/%d: Translating %s (in %s)\n", ++ fprintf(p2c_logf, "%s, %d/%d: Translating %s (in %s)\n", + infname, inf_lnum, outf_lnum, + curctx->name, curctx->ctx->name); + notephase = 1; +@@ -5477,8 +5477,8 @@ + if (!fp) { + if (need) + perror(infnbuf); +- if (logf) +- fprintf(logf, "(Unable to open search file \"%s\")\n", infnbuf); ++ if (p2c_logf) ++ fprintf(p2c_logf, "(Unable to open search file \"%s\")\n", infnbuf); + return 0; + } + flushcomments(NULL, -1, -1); +@@ -5515,7 +5515,7 @@ + else + printf("Reading import text for \"%s\"\n", mod->name); + if (verbose) +- fprintf(logf, "%s, %d/%d: Reading import text for \"%s\"\n", ++ fprintf(p2c_logf, "%s, %d/%d: Reading import text for \"%s\"\n", + infname, inf_lnum, outf_lnum, mod->name); + pushctx(mod); + gettok(); diff -urN /usr/ports/lang/p2c/files/patch-tc lang/p2c/files/patch-tc --- /usr/ports/lang/p2c/files/patch-tc 2013-11-06 21:56:34.000000000 +0900 +++ lang/p2c/files/patch-tc 1970-01-01 09:00:00.000000000 +0900 @@ -1,109 +0,0 @@ -*** src/p2clib.c.orig Wed Dec 15 14:38:38 1999 ---- src/p2clib.c Wed Dec 15 14:42:12 1999 -*************** -*** 890,896 **** - { - #ifndef NO_TIME - struct tm *tm; -! long clock; - - time(&clock); - tm = localtime(&clock); ---- 890,896 ---- - { - #ifndef NO_TIME - struct tm *tm; -! time_t clock; - - time(&clock); - tm = localtime(&clock); -*************** -*** 908,914 **** - Void VAXdate(s) - char *s; - { -! long clock; - char *c; - int i; - static int where[] = {8, 9, 0, 4, 5, 6, 0, 20, 21, 22, 23}; ---- 908,914 ---- - Void VAXdate(s) - char *s; - { -! time_t clock; - char *c; - int i; - static int where[] = {8, 9, 0, 4, 5, 6, 0, 20, 21, 22, 23}; -*************** -*** 924,930 **** - Void VAXtime(s) - char *s; - { -! long clock; - char *c; - int i; - ---- 924,930 ---- - Void VAXtime(s) - char *s; - { -! time_t clock; - char *c; - int i; - -*** src/trans.c.orig Wed Dec 15 14:33:23 1999 ---- src/trans.c Wed Dec 15 14:44:29 1999 -*************** -*** 575,581 **** - # endif - #endif - -! Static long starting_time; - - Static void openlogfile() - { ---- 575,581 ---- - # endif - #endif - -! Static time_t starting_time; - - Static void openlogfile() - { -*************** -*** 608,614 **** - - void closelogfile() - { -! long ending_time; - - if (logf) { - fprintf(logf, "\n\n"); ---- 608,614 ---- - - void closelogfile() - { -! time_t ending_time; - - if (logf) { - fprintf(logf, "\n\n"); -*** src/makeproto.c.orig Wed Dec 15 15:00:46 1999 ---- src/makeproto.c Wed Dec 15 15:01:58 1999 -*************** -*** 157,163 **** - char argdecls[MAXARGS][256], argnames[MAXARGS][80]; - char *cp, *cp2, *cp3; - int i, j, pos, len, thistab, numstars, whichf, nargs, incomment, errors = 0; -! long li; - int typetab = 15, argtab = 30, width = 80, usenames = 0, usemacros = 0; - int useextern = 0, staticness = -1, hasheader = 0, useifdefs = 0; - int stupid = 1, firstdecl; ---- 157,163 ---- - char argdecls[MAXARGS][256], argnames[MAXARGS][80]; - char *cp, *cp2, *cp3; - int i, j, pos, len, thistab, numstars, whichf, nargs, incomment, errors = 0; -! time_t li; - int typetab = 15, argtab = 30, width = 80, usenames = 0, usemacros = 0; - int useextern = 0, staticness = -1, hasheader = 0, useifdefs = 0; - int stupid = 1, firstdecl; - diff -urN /usr/ports/lang/p2c/files/patch-trans.c lang/p2c/files/patch-trans.c --- /usr/ports/lang/p2c/files/patch-trans.c 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-trans.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,82 @@ +--- trans.c.orig ++++ trans.c +@@ -23,6 +23,8 @@ + #include "trans.h" + + #include ++#include ++#include + + + +@@ -575,7 +577,7 @@ + # endif + #endif + +-Static long starting_time; ++Static time_t starting_time; + + Static void openlogfile() + { +@@ -588,17 +590,17 @@ + if (!name) + name = format_s("%s.log", codefname); + saveoldfile(name); +- logf = fopen(name, "w"); +- if (logf) { +- fprintf(logf, "\nTranslation of %s to %s by p2c %s\n", ++ p2c_logf = fopen(name, "w"); ++ if (p2c_logf) { ++ fprintf(p2c_logf, "\nTranslation of %s to %s by p2c %s\n", + infname, codefname, P2C_VERSION); +- fprintf(logf, "Translated"); ++ fprintf(p2c_logf, "Translated"); + uname = getenv("USER"); + if (uname) +- fprintf(logf, " by %s", uname); ++ fprintf(p2c_logf, " by %s", uname); + time(&starting_time); +- fprintf(logf, " on %s", ctime(&starting_time)); +- fprintf(logf, "\n\n"); ++ fprintf(p2c_logf, " on %s", ctime(&starting_time)); ++ fprintf(p2c_logf, "\n\n"); + } else { + perror(name); + verbose = 0; +@@ -608,20 +610,20 @@ + + void closelogfile() + { +- long ending_time; ++ time_t ending_time; + +- if (logf) { +- fprintf(logf, "\n\n"); ++ if (p2c_logf) { ++ fprintf(p2c_logf, "\n\n"); + #if defined(unix) || defined(__unix) +- fprintf(logf, "Total memory used: %ld bytes.\n", (long)sbrk(0)); ++ fprintf(p2c_logf, "Total memory used: %ld bytes.\n", (long)sbrk(0)); + #endif + time(&ending_time); +- fprintf(logf, "Processed %d source lines in %ld:%ld seconds.\n", ++ fprintf(p2c_logf, "Processed %d source lines in %ld:%ld seconds.\n", + inf_ltotal, + (ending_time - starting_time) / 60, + (ending_time - starting_time) % 60); +- fprintf(logf, "\n\nTranslation completed on %s", ctime(&ending_time)); +- fclose(logf); ++ fprintf(p2c_logf, "\n\nTranslation completed on %s", ctime(&ending_time)); ++ fclose(p2c_logf); + } + } + +@@ -949,7 +951,7 @@ + setbuf(codef, NULL); /* for debugging */ + outf = codef; + outf_lnum = 1; +- logf = NULL; ++ p2c_logf = NULL; + if (verbose) + openlogfile(); + setup_complete = 0; diff -urN /usr/ports/lang/p2c/files/patch-trans.h lang/p2c/files/patch-trans.h --- /usr/ports/lang/p2c/files/patch-trans.h 1970-01-01 09:00:00.000000000 +0900 +++ lang/p2c/files/patch-trans.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,22 @@ +--- trans.h.orig ++++ trans.h +@@ -1773,7 +1773,7 @@ + + extern char *infname, *outfname, *codefname, *hdrfname; + extern char *requested_module; +-extern FILE *inf, *outf, *codef, *hdrf, *logf; ++extern FILE *inf, *outf, *codef, *hdrf, *p2c_logf; + extern short setup_complete, found_module; + extern short regression, verbose, conserve_mem; + extern int inf_lnum, inf_ltotal; +@@ -1861,8 +1861,10 @@ + + /* Our library omits declarations for these functions! */ + ++#ifndef __FreeBSD__ + int link PP( (char *, char *) ); + int unlink PP( (char *) ); ++#endif + + + diff -urN /usr/ports/lang/p2c/scripts/configure lang/p2c/scripts/configure --- /usr/ports/lang/p2c/scripts/configure 2013-11-06 21:56:34.000000000 +0900 +++ lang/p2c/scripts/configure 1970-01-01 09:00:00.000000000 +0900 @@ -1,21 +0,0 @@ -#!/bin/sh - -cat >>$WRKSRC/Makefile < $WRKSRC/src/p2cc.perl || exit 1; - -cat >>$WRKSRC/src/Makefile <Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 4A5D86DC for ; Mon, 16 Dec 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 2946E1935 for ; Mon, 16 Dec 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 rBGIA9ZE016036 for ; Mon, 16 Dec 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 rBGIA9Rl016035; Mon, 16 Dec 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:09 GMT Resent-Message-Id: <201312161810.rBGIA9Rl016035@freefall.freebsd.org> 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 319C73B9 for ; Mon, 16 Dec 2013 18:04:20 +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 029EC1880 for ; Mon, 16 Dec 2013 18:04:20 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 1CFC51880004 for ; Tue, 17 Dec 2013 03:04:17 +0900 (JST) Message-Id: <20131217024919.97f9963493958ad1de19764a@yahoo.com> Date: Tue, 17 Dec 2013 02:49:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184834: graphics/chbg: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:09 -0000 >Number: 184834 >Category: ports >Synopsis: graphics/chbg: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/chbg/Makefile graphics/chbg/Makefile --- /usr/ports/graphics/chbg/Makefile 2013-11-06 22:02:07.000000000 +0900 +++ graphics/chbg/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -11,23 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Change Background Picture with time period -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LICENSE= GPLv2 # (or later) +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png + +USES= gmake gettext pathfix USE_GNOME= gdkpixbuf -USE_GMAKE= yes -USES= gettext GNU_CONFIGURE= yes -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib" -CPPFLAGS+= -I${LOCALBASE}/include CONFIGURE_ARGS= --disable-gnome -NO_STAGE= yes -.include - -MAN1= chbg.1 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|^guint argc|gint argc|' ${WRKSRC}/src/chbg.c -.include +.include diff -urN /usr/ports/graphics/chbg/pkg-plist graphics/chbg/pkg-plist --- /usr/ports/graphics/chbg/pkg-plist 2013-11-06 22:02:07.000000000 +0900 +++ graphics/chbg/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,4 +1,5 @@ bin/chbg +man/man1/chbg.1.gz share/locale/de/LC_MESSAGES/chbg.mo share/locale/fr/LC_MESSAGES/chbg.mo share/locale/sk/LC_MESSAGES/chbg.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BFA327B1 for ; Mon, 16 Dec 2013 18:10: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 9DBE61959 for ; Mon, 16 Dec 2013 18:10: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 rBGIACkU016155 for ; Mon, 16 Dec 2013 18:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIACjL016154; Mon, 16 Dec 2013 18:10:12 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:12 GMT Resent-Message-Id: <201312161810.rBGIACjL016154@freefall.freebsd.org> 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 013B53ED for ; Mon, 16 Dec 2013 18:05:40 +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 B78BB189E for ; Mon, 16 Dec 2013 18:05:39 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 3BEF4980173 for ; Tue, 17 Dec 2013 03:05:36 +0900 (JST) Message-Id: <20131217025035.39fa2eaac60f3087588ee968@yahoo.com> Date: Tue, 17 Dec 2013 02:50:35 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184846: science/avogadro: Update to version 1.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:12 -0000 >Number: 184846 >Category: ports >Synopsis: science/avogadro: Update to version 1.1.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:12 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 1.1.1 Remove file: files/patch-git_f518cdf4d281ac6da124b179a7f9b4b71ca90cb0 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/avogadro/Makefile science/avogadro/Makefile --- /usr/ports/science/avogadro/Makefile 2013-12-13 02:18:57.000000000 +0900 +++ science/avogadro/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/science/avogadro/Makefile 336262 2013-12-12 14:15:03Z bapt $ PORTNAME= avogadro -PORTVERSION= 1.1.0 -PORTREVISION= 1 +PORTVERSION= 1.1.1 CATEGORIES= science MASTER_SITES= SF @@ -12,14 +11,15 @@ LICENSE= GPLv2 # (or later) -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 +BUILD_DEPENDS= eigen2>2:${PORTSDIR}/math/eigen2 LIB_DEPENDS= libopenbabel.so:${PORTSDIR}/science/openbabel OPTIONS_DEFINE= PYTHON OPTIONS_DEFAULT=PYTHON +OPTIONS_SUB= yes USE_BZIP2= yes -USES= cmake pkgconfig +USES= cmake desktop-file-utils pkgconfig USE_GL= glu USE_QT4= gui network opengl \ linguist_build moc_build qmake_build rcc_build uic_build @@ -27,26 +27,23 @@ -DQT_MKSPECS_RELATIVE=share/qt4/mkspecs USE_LDCONFIG= yes -CFLAGS+= -idirafter ${LOCALBASE}/include +CFLAGS+= -idirafter ${LOCALBASE}/include/eigen2 \ + -idirafter ${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN1= avogadro.1 avopkg.1 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPYTHON} -CMAKE_ARGS+= -DENABLE_PYTHON=ON -USE_PYTHON= -2.7 +USE_PYTHON= 2 BUILD_DEPENDS+= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip LIB_DEPENDS+= libboost_python.so:${PORTSDIR}/devel/boost-python-libs RUN_DEPENDS+= ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}sip>0:${PORTSDIR}/devel/py-sip -PLIST_SUB+= PYTHON="" +CMAKE_ARGS+= -DENABLE_PYTHON=ON \ + -DPYTHON_INCLUDE_DIR:PATH=${WRKDIR}/include/${PYTHON_VERSION} .else CMAKE_ARGS+= -DENABLE_PYTHON=OFF -PLIST_SUB+= PYTHON="@comment " .endif post-patch: @@ -56,4 +53,15 @@ @${REINPLACE_CMD} -e \ 's|share/man|man|' ${WRKSRC}/doc/CMakeLists.txt +pre-configure: +.if ${PORT_OPTIONS:MPYTHON} + @${MKDIR} ${WRKDIR}/include/${PYTHON_VERSION} + @${FIND} ${PYTHON_INCLUDEDIR} ! -name "pyport.h" -type f \ + -maxdepth 1 | ${XARGS} -J % ${LN} -sf % \ + ${WRKDIR}/include/${PYTHON_VERSION} + @${SED} -e 's|^#ifdef _PY_PORT_CTYPE_UTF8_ISSUE|#if 0|' \ + ${PYTHON_INCLUDEDIR}/pyport.h > \ + ${WRKDIR}/include/${PYTHON_VERSION}/pyport.h +.endif + .include diff -urN /usr/ports/science/avogadro/distinfo science/avogadro/distinfo --- /usr/ports/science/avogadro/distinfo 2013-11-06 22:05:50.000000000 +0900 +++ science/avogadro/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (avogadro-1.1.0.tar.bz2) = 6b4eaf57ae52bf43df9b103c77e6abae71e067053d5c99f82acbce9855ecceb0 -SIZE (avogadro-1.1.0.tar.bz2) = 10741835 +SHA256 (avogadro-1.1.1.tar.bz2) = fe6f7bdea17a27a20be25b70d975145999aae9d90ef320217af2bc4d6e7a0a14 +SIZE (avogadro-1.1.1.tar.bz2) = 11118046 diff -urN /usr/ports/science/avogadro/files/patch-git_f518cdf4d281ac6da124b179a7f9b4b71ca90cb0 science/avogadro/files/patch-git_f518cdf4d281ac6da124b179a7f9b4b71ca90cb0 --- /usr/ports/science/avogadro/files/patch-git_f518cdf4d281ac6da124b179a7f9b4b71ca90cb0 2013-11-06 22:05:50.000000000 +0900 +++ science/avogadro/files/patch-git_f518cdf4d281ac6da124b179a7f9b4b71ca90cb0 1970-01-01 09:00:00.000000000 +0900 @@ -1,41 +0,0 @@ -From f518cdf4d281ac6da124b179a7f9b4b71ca90cb0 Mon Sep 17 00:00:00 2001 -From: Raphael Kubo da Costa -Date: Tue, 14 May 2013 23:03:57 +0300 -Subject: [PATCH] Treat "amd64" as a possible value for CMAKE_SYSTEM_PROCESSOR. - -The BSDs (and maybe OS X) report 64-bits sytems as "amd64" instead of -"x86_64", so accept that value when deciding whether to pass -fPIC to the -compiler too. ---- - libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt | 2 +- - libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) - -diff --git a/libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt b/libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt -index fb88316..8ee7d71 100644 ---- ./libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt -+++ ./libavogadro/src/extensions/crystallography/spglib/CMakeLists.txt -@@ -20,6 +20,6 @@ add_library(spglib STATIC ${spglib_SRCS}) - set_target_properties(spglib PROPERTIES COMPILE_FLAGS "-w") - - # Set -fPIC on x86_64 --if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64") -+if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "amd64") - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC" ) - endif() -diff --git a/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt b/libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt -index 0cd0c3e..62adfe3 100644 ---- ./libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt -+++ ./libavogadro/src/extensions/swcntbuilder/tubegen/CMakeLists.txt -@@ -19,7 +19,7 @@ add_library(tubegen STATIC ${tubegen_SRCS}) - set_target_properties(tubegen PROPERTIES COMPILE_FLAGS "-w") - - # Set -fPIC on x86_64 --if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64") -+if("${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "x86_64" OR "${CMAKE_SYSTEM_PROCESSOR}" STREQUAL "amd64") - set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fPIC" ) - set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC" ) - endif() --- -1.8.2.3 - diff -urN /usr/ports/science/avogadro/pkg-plist science/avogadro/pkg-plist --- /usr/ports/science/avogadro/pkg-plist 2013-12-03 15:29:39.000000000 +0900 +++ science/avogadro/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -48,6 +48,7 @@ include/avogadro/zmatrix.h lib/avogadro/1_1/AvogadroUse.cmake lib/avogadro/1_1/cmake/FindEigen2.cmake +lib/avogadro/1_1/cmake/FindEigen3.cmake lib/avogadro/1_1/cmake/FindGLEW.cmake lib/avogadro/1_1/colors/atomindexcolor.so lib/avogadro/1_1/colors/chargecolor.so @@ -80,6 +81,7 @@ lib/avogadro/1_1/extensions/h2methylextension.so lib/avogadro/1_1/extensions/hydrogensextension.so lib/avogadro/1_1/extensions/inputfileextension.so +lib/avogadro/1_1/extensions/insertdnaextension.so lib/avogadro/1_1/extensions/insertfragmentextension.so lib/avogadro/1_1/extensions/insertpeptideextension.so lib/avogadro/1_1/extensions/invertchiralextension.so @@ -110,12 +112,14 @@ lib/avogadro/AvogadroTargets.cmake lib/libavogadro.so lib/libavogadro.so.1 -lib/libavogadro.so.1.1.0 +lib/libavogadro.so.1.1.1 lib/libavogadro_OpenQube.so lib/libavogadro_OpenQube.so.0 lib/libavogadro_OpenQube.so.0.1.0 %%PYTHON%%%%PYTHON_SITELIBDIR%%/Avogadro.so libdata/pkgconfig/avogadro.pc +man/man1/avogadro.1.gz +man/man1/avopkg.1.gz share/applications/avogadro.desktop %%DATADIR%%/builder/amino/d-ala.zmat %%DATADIR%%/builder/amino/d-arg.zmat @@ -1060,11 +1064,13 @@ %%DATADIR%%/i18n/avogadro_en_CA.qm %%DATADIR%%/i18n/avogadro_en_GB.qm %%DATADIR%%/i18n/avogadro_es.qm +%%DATADIR%%/i18n/avogadro_et.qm %%DATADIR%%/i18n/avogadro_eu.qm %%DATADIR%%/i18n/avogadro_fi.qm %%DATADIR%%/i18n/avogadro_fr.qm %%DATADIR%%/i18n/avogadro_gl.qm %%DATADIR%%/i18n/avogadro_he.qm +%%DATADIR%%/i18n/avogadro_hi.qm %%DATADIR%%/i18n/avogadro_hr.qm %%DATADIR%%/i18n/avogadro_hu.qm %%DATADIR%%/i18n/avogadro_id.qm @@ -1072,6 +1078,7 @@ %%DATADIR%%/i18n/avogadro_ja.qm %%DATADIR%%/i18n/avogadro_kn.qm %%DATADIR%%/i18n/avogadro_ko.qm +%%DATADIR%%/i18n/avogadro_ms.qm %%DATADIR%%/i18n/avogadro_nb.qm %%DATADIR%%/i18n/avogadro_nl.qm %%DATADIR%%/i18n/avogadro_oc.qm @@ -1080,8 +1087,11 @@ %%DATADIR%%/i18n/avogadro_pt_BR.qm %%DATADIR%%/i18n/avogadro_ru.qm %%DATADIR%%/i18n/avogadro_sk.qm +%%DATADIR%%/i18n/avogadro_sl.qm +%%DATADIR%%/i18n/avogadro_sq.qm %%DATADIR%%/i18n/avogadro_sr.qm %%DATADIR%%/i18n/avogadro_sv.qm +%%DATADIR%%/i18n/avogadro_ta.qm %%DATADIR%%/i18n/avogadro_th.qm %%DATADIR%%/i18n/avogadro_tr.qm %%DATADIR%%/i18n/avogadro_ug.qm @@ -1102,6 +1112,7 @@ %%DATADIR%%/i18n/libavogadro_en_CA.qm %%DATADIR%%/i18n/libavogadro_en_GB.qm %%DATADIR%%/i18n/libavogadro_es.qm +%%DATADIR%%/i18n/libavogadro_et.qm %%DATADIR%%/i18n/libavogadro_eu.qm %%DATADIR%%/i18n/libavogadro_fi.qm %%DATADIR%%/i18n/libavogadro_fr.qm @@ -1114,6 +1125,7 @@ %%DATADIR%%/i18n/libavogadro_ja.qm %%DATADIR%%/i18n/libavogadro_kn.qm %%DATADIR%%/i18n/libavogadro_ko.qm +%%DATADIR%%/i18n/libavogadro_ms.qm %%DATADIR%%/i18n/libavogadro_nb.qm %%DATADIR%%/i18n/libavogadro_nl.qm %%DATADIR%%/i18n/libavogadro_oc.qm @@ -1122,6 +1134,8 @@ %%DATADIR%%/i18n/libavogadro_pt_BR.qm %%DATADIR%%/i18n/libavogadro_ru.qm %%DATADIR%%/i18n/libavogadro_sk.qm +%%DATADIR%%/i18n/libavogadro_sl.qm +%%DATADIR%%/i18n/libavogadro_sq.qm %%DATADIR%%/i18n/libavogadro_sr.qm %%DATADIR%%/i18n/libavogadro_sv.qm %%DATADIR%%/i18n/libavogadro_tr.qm >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 0714683C for ; Mon, 16 Dec 2013 18:10: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 DA0D81988 for ; Mon, 16 Dec 2013 18:10: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 rBGIAIE5016346 for ; Mon, 16 Dec 2013 18:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAISR016345; Mon, 16 Dec 2013 18:10:18 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:18 GMT Resent-Message-Id: <201312161810.rBGIAISR016345@freefall.freebsd.org> 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 38F933AF for ; Mon, 16 Dec 2013 18:03:50 +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 EEC351878 for ; Mon, 16 Dec 2013 18:03:49 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 42D1598017C for ; Tue, 17 Dec 2013 03:03:44 +0900 (JST) Message-Id: <20131217024856.2eff951786b2b4c49e6bb008@yahoo.com> Date: Tue, 17 Dec 2013 02:48:56 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184867: games/xdigger: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:19 -0000 >Number: 184867 >Category: ports >Synopsis: games/xdigger: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:18 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add DESKTOP_ENTRIES New file: files/patch-runleves.c >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xdigger/Makefile games/xdigger/Makefile --- /usr/ports/games/xdigger/Makefile 2013-11-06 22:01:10.000000000 +0900 +++ games/xdigger/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -5,8 +5,7 @@ PORTVERSION= 1.0.10 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= games/arcade +MASTER_SITES= SUNSITE/games/arcade EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -14,23 +13,18 @@ USES= imake USE_XORG= x11 xext -MAN6= xdigger.6 -NO_STAGE= yes +DESKTOP_ENTRIES="XDigger" "" "" "${PORTNAME}" "" "" + .include post-patch: @${REINPLACE_CMD} -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/configure.h post-install: - @${CHMOD} 2755 ${PREFIX}/bin/xdigger - @${CHOWN} root:games ${PREFIX}/bin/xdigger - @${CHMOD} 664 ${PREFIX}/share/xdigger/xdigger.hiscore - @${CHOWN} root:games ${PREFIX}/share/xdigger/xdigger.hiscore -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in ChangeLog README + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) +.endfor .include diff -urN /usr/ports/games/xdigger/files/patch-ad games/xdigger/files/patch-ad --- /usr/ports/games/xdigger/files/patch-ad 2013-11-06 22:01:10.000000000 +0900 +++ games/xdigger/files/patch-ad 2013-12-17 00:00:00.000000000 +0900 @@ -16,7 +16,7 @@ #ifdef SOUND_RPLAY RPLAYLIB = -lrplay -@@ -23,12 +23,10 @@ +@@ -23,15 +23,13 @@ ComplexProgramTarget(xdigger) InstallNonExecFile(xdigger.level,XDIGGER_LIB_DIR) @@ -30,3 +30,9 @@ /* InstallNonExecFileNoClobber(xdigger.hiscore,XDIGGER_HISCORE_DIR) */ install:: +- $(MKDIRHIER) XDIGGER_HISCORE_DIR +- touch XDIGGER_HISCORE_DIR/xdigger.hiscore +- chmod a+w XDIGGER_HISCORE_DIR/xdigger.hiscore ++ $(MKDIRHIER) $(DESTDIR)XDIGGER_HISCORE_DIR ++ touch $(DESTDIR)XDIGGER_HISCORE_DIR/xdigger.hiscore ++ chmod a+w $(DESTDIR)XDIGGER_HISCORE_DIR/xdigger.hiscore diff -urN /usr/ports/games/xdigger/files/patch-runleves.c games/xdigger/files/patch-runleves.c --- /usr/ports/games/xdigger/files/patch-runleves.c 1970-01-01 09:00:00.000000000 +0900 +++ games/xdigger/files/patch-runleves.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,201 @@ +--- runlevels.c.orig ++++ runlevels.c +@@ -672,6 +672,20 @@ + } + } /* DiggerHalfStep() */ + ++typedef struct ++{ ++ unsigned char x, y, id, type; ++} TMerk; ++ ++void Merke(unsigned char type, int x, int y, int *merkidx, TMerk *merk) ++{ ++ merk[*merkidx].x = x; ++ merk[*merkidx].y = y; ++ merk[*merkidx].id = field[x][y].id & 7; ++ merk[*merkidx].type = type; ++ *merkidx++; ++} ++ + void StoneDiamondStep() + { + +@@ -680,24 +694,10 @@ + #define SF_LEFTDOWN 2 + #define SF_CHANGER 3 + +- typedef struct +- { +- unsigned char x, y, id, type; +- } TMerk; +- + TMerk merk[140], ghosts_todie[17]; + int i, x, y, dx, dy, merkidx, ghosts_todie_idx; + Bool digger_todie = False; +- +- void Merke(unsigned char type) +- { +- merk[merkidx].x = x; +- merk[merkidx].y = y; +- merk[merkidx].id = field[x][y].id & 7; +- merk[merkidx].type = type; +- merkidx++; +- } +- ++ + /* Schritt 1 (nur markieren) : */ + merkidx = 0; ghosts_todie_idx = 0; + +@@ -708,19 +708,19 @@ + (field[x][y].id == ID_IVDIAMOND)) + { + if (field[x][y+1].id == ID_NOTHING) +- Merke(SF_DOWN); ++ Merke(SF_DOWN, x, y, &merkidx, merk); + else + if ((field[x][y+1].id == ID_STONE) || + (field[x][y+1].id == ID_DIAMOND)) + { + if ((field[x-1][y].id == ID_NOTHING) && + (field[x-1][y+1].id == ID_NOTHING)) +- Merke(SF_LEFTDOWN); ++ Merke(SF_LEFTDOWN, x, y, &merkidx, merk); + else + if ((field[x+1][y].id == ID_NOTHING) && + (field[x+1][y+1].id == ID_NOTHING)) + { +- Merke(SF_RIGHTDOWN); ++ Merke(SF_RIGHTDOWN, x, y, &merkidx, &merk); + field[x+1][y+1].id = ID_FSTODMD; + } + } +@@ -729,7 +729,7 @@ + (field[x][y].id == ID_IVSTONE)) && + (field[x][y+1].id == ID_CHANGER) && + (field[x][y+2].id == ID_NOTHING)) +- Merke(SF_CHANGER); ++ Merke(SF_CHANGER, x, y, &merkidx, &merk); + } + merk[merkidx].x = 0; + merk[merkidx].y = 0; +@@ -1573,6 +1573,50 @@ + + /*---------------------------------------------------------------------------*/ + ++void Save_Ghost(int flags, int *id, int *d, unsigned char *file_daten) ++{ ++ switch (flags & F_GHOST_TYPEMASK) ++ { ++ case F_GHOST_TYPE180: ++ *id = 3; ++ break; ++ case F_GHOST_TYPEL: ++ *id = 7; ++ break; ++ case F_GHOST_TYPER: ++ *id = 15; ++ break; ++ case F_GHOST_TYPELR: ++ *id = 11; ++ break; ++ } ++ switch (flags & F_GHOST_MOVEMASK) ++ { ++ case F_GHOST_DOWN: ++ *d = 0; ++ break; ++ case F_GHOST_UP: ++ *d = 1; ++ break; ++ case F_GHOST_RIGHT: ++ *d = 2; ++ break; ++ case F_GHOST_LEFT: ++ *d = 3; ++ break; ++ } ++ if (number_ghosts < MAX_GHOSTS) ++ { ++ if (number_ghosts & 1) ++ file_daten[0x94 + number_ghosts/2] = ++ (file_daten[0x94 + number_ghosts/2] & 0xf0) | (*d); ++ else ++ file_daten[0x94 + number_ghosts/2] = ++ (file_daten[0x94 + number_ghosts/2] & 0x0f) | (*d << 4); ++ number_ghosts++; ++ } ++} ++ + void Edit_SaveLevel(int level_number) + { + /* char filename[256]; */ +@@ -1580,50 +1624,6 @@ + int x, y, id, flags, i, d; + FILE *filehandle; + +- void Save_Ghost() +- { +- switch (flags & F_GHOST_TYPEMASK) +- { +- case F_GHOST_TYPE180: +- id = 3; +- break; +- case F_GHOST_TYPEL: +- id = 7; +- break; +- case F_GHOST_TYPER: +- id = 15; +- break; +- case F_GHOST_TYPELR: +- id = 11; +- break; +- } +- switch (flags & F_GHOST_MOVEMASK) +- { +- case F_GHOST_DOWN: +- d = 0; +- break; +- case F_GHOST_UP: +- d = 1; +- break; +- case F_GHOST_RIGHT: +- d = 2; +- break; +- case F_GHOST_LEFT: +- d = 3; +- break; +- } +- if (number_ghosts < MAX_GHOSTS) +- { +- if (number_ghosts & 1) +- file_daten[0x94 + number_ghosts/2] = +- (file_daten[0x94 + number_ghosts/2] & 0xf0) | (d); +- else +- file_daten[0x94 + number_ghosts/2] = +- (file_daten[0x94 + number_ghosts/2] & 0x0f) | (d << 4); +- number_ghosts++; +- } +- } +- + bzero(file_daten, sizeof(file_daten)); + number_ghosts = 0; + c = file_daten; +@@ -1637,7 +1637,7 @@ + diggerposy = y; + } + if (id == ID_GHOST) +- Save_Ghost(); ++ Save_Ghost(flags, &id, &d, file_daten); + *c = (*c & 0x0f) | (id << 4); + + /* ------------------------------------------------------------------ */ +@@ -1650,7 +1650,7 @@ + diggerposy = y; + } + if (id == ID_GHOST) +- Save_Ghost(); ++ Save_Ghost(flags, &id, &d, file_daten); + *c = (*c & 0xf0) | id; + } + c += 3; diff -urN /usr/ports/games/xdigger/pkg-plist games/xdigger/pkg-plist --- /usr/ports/games/xdigger/pkg-plist 2013-11-06 22:01:10.000000000 +0900 +++ games/xdigger/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,10 +1,19 @@ +@mode 2755 +@group games bin/xdigger -%%PORTDOCS%%share/doc/xdigger/ChangeLog -%%PORTDOCS%%share/doc/xdigger/README -share/xdigger/diamond.au -share/xdigger/step.au -share/xdigger/stone.au -share/xdigger/xdigger.hiscore -share/xdigger/xdigger.level -%%PORTDOCS%%@dirrm share/doc/xdigger -@dirrm share/xdigger +@group +@mode +man/man6/xdigger.6.gz +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/README +%%DATADIR%%/diamond.au +%%DATADIR%%/step.au +%%DATADIR%%/stone.au +@mode 644 +@group games +%%DATADIR%%/xdigger.hiscore +@group +@mode +%%DATADIR%%/xdigger.level +@dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 B98F2683 for ; Mon, 16 Dec 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 97C83190B for ; Mon, 16 Dec 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 rBGIA2Gi015826 for ; Mon, 16 Dec 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 rBGIA2YY015825; Mon, 16 Dec 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:02 GMT Resent-Message-Id: <201312161810.rBGIA2YY015825@freefall.freebsd.org> 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 02BD63D5 for ; Mon, 16 Dec 2013 18:04:50 +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 B76BB188A for ; Mon, 16 Dec 2013 18:04:49 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 512BA1880009 for ; Tue, 17 Dec 2013 03:04:40 +0900 (JST) Message-Id: <20131217024947.97c6d68815aaa28e13ba2c48@yahoo.com> Date: Tue, 17 Dec 2013 02:49:47 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184816: irc/minbif: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:02 -0000 >Number: 184816 >Category: ports >Synopsis: irc/minbif: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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-src__core__minbif.cpp files/patch-src__im__account.cpp files/patch-src__im__auth_pam.cpp files/patch-src__im__request.cpp files/patch-src__irc__dcc.cpp files/patch-src__server_poll__daemon_fork.cpp files/patch-src__server_poll__inetd.cpp files/patch-src__sockwrap__sockwrap.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/irc/minbif/Makefile irc/minbif/Makefile --- /usr/ports/irc/minbif/Makefile 2013-11-06 21:47:48.000000000 +0900 +++ irc/minbif/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -8,11 +8,11 @@ MASTER_SITES= https://symlink.me/attachments/download/148/ MAINTAINER= ports@FreeBSD.org -COMMENT= An IRC to instant messaging gateway +COMMENT= IRC to instant messaging gateway LICENSE= GPLv2 -LIB_DEPENDS= purple:${PORTSDIR}/net-im/libpurple +LIB_DEPENDS= libpurple.so:${PORTSDIR}/net-im/libpurple # right now PLUGINS installs prpl-coincoin and prpl-gayattitude OPTIONS_DEFINE= CACA GNUTLS VIDEO PLUGINS DOCS @@ -22,13 +22,14 @@ PLUGINS_DESC= Compile additional libpurple-plugins USE_RC_SUBR= minbif + +USES= cmake pkgconfig USE_GNOME= glib20 USE_EFL= imlib2 -USES= cmake pkgconfig CMAKE_ARGS= -DENABLE_IMLIB:BOOL=ON -CFLAGS+= ${PTHREAD_CFLAGS} -DX_DISPLAY_MISSING -LDFLAGS+= ${PTHREAD_LIBS} +CFLAGS+= -DX_DISPLAY_MISSING +LDFLAGS+= -pthread USERS= minbif GROUPS= minbif @@ -42,11 +43,10 @@ %%ETCDIR%%/minbif.motd-dist PLIST_DIRS= %%ETCDIR%% -NO_STAGE= yes .include .if ${PORT_OPTIONS:MCACA} -LIB_DEPENDS+= caca:${PORTSDIR}/graphics/libcaca +LIB_DEPENDS+= libcaca.so:${PORTSDIR}/graphics/libcaca CMAKE_ARGS+= -DENABLE_CACA:BOOL=ON .else CMAKE_ARGS+= -DENABLE_CACA:BOOL=OFF @@ -54,7 +54,7 @@ .if ${PORT_OPTIONS:MVIDEO} && !empty(PORT_OPTIONS:MCACA) USE_GSTREAMER+= core good -LIB_DEPENDS+= gstfarsight-0.10:${PORTSDIR}/net-im/farsight2 +LIB_DEPENDS+= libgstfarsight-0.10.so:${PORTSDIR}/net-im/farsight2 CMAKE_ARGS+= -DENABLE_VIDEO:BOOL=ON .else CMAKE_ARGS+= -DENABLE_VIDEO:BOOL=OFF @@ -75,7 +75,7 @@ .endif .if ${PORT_OPTIONS:MGNUTLS} -LIB_DEPENDS+= gnutls:${PORTSDIR}/security/gnutls +LIB_DEPENDS+= libgnutls.so:${PORTSDIR}/security/gnutls CMAKE_ARGS+= -DENABLE_TLS:BOOL=ON .else CMAKE_ARGS+= -DENABLE_TLS:BOOL=OFF @@ -86,25 +86,32 @@ 's|"-lpthread -lstdc++"||' ${WRKSRC}/src/CMakeLists.txt @${REINPLACE_CMD} -e \ '/pam_misc.h/d' ${WRKSRC}/src/im/auth_pam.h - @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \ - ${WRKSRC}/src/server_poll/daemon_fork.cpp \ - ${WRKSRC}/src/server_poll/inetd.cpp + +post-build: + @${LN} -sf minbif.conf ${WRKSRC}/minbif.conf-dist + @${LN} -sf minbif.motd ${WRKSRC}/minbif.motd-dist do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/man/minbif.8 ${MAN8PREFIX}/man/man8 - ${MKDIR} ${ETCDIR} - ${INSTALL_DATA} ${WRKSRC}/minbif.conf ${ETCDIR}/minbif.conf-dist - ${INSTALL_DATA} ${WRKSRC}/minbif.motd ${ETCDIR}/minbif.motd-dist + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/man && ${INSTALL_MAN} minbif.8 \ + ${STAGEDIR}${MAN8PREFIX}/man/man8) + @${MKDIR} ${STAGEDIR}${ETCDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} minbif.conf-dist \ + ${STAGEDIR}${ETCDIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} minbif.motd-dist \ + ${STAGEDIR}${ETCDIR}) .if ${PORT_OPTIONS:MPLUGINS} - ${INSTALL_PROGRAM} ${WRKSRC}/plugins/coincoin/libcoincoin.so ${PREFIX}/lib/purple-2 - ${INSTALL_PROGRAM} ${WRKSRC}/plugins/gayattitude/libgayattitude.so ${PREFIX}/lib/purple-2 -.endif -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/minbif.xinetd ${DOCSDIR} -.endif - @${CAT} ${PKGMESSAGE} + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/purple-2 + (cd ${WRKSRC}/plugins/coincoin && ${INSTALL_LIB} libcoincoin.so \ + ${STAGEDIR}${PREFIX}/lib/purple-2) + (cd ${WRKSRC}/plugins/gayattitude && ${INSTALL_LIB} libgayattitude.so \ + ${STAGEDIR}${PREFIX}/lib/purple-2) +.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README \ + ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC}/doc && ${INSTALL_DATA} minbif.xinetd \ + ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/irc/minbif/files/patch-src__core__minbif.cpp irc/minbif/files/patch-src__core__minbif.cpp --- /usr/ports/irc/minbif/files/patch-src__core__minbif.cpp 1970-01-01 09:00:00.000000000 +0900 +++ irc/minbif/files/patch-src__core__minbif.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,21 @@ +--- src/core/minbif.cpp.orig ++++ src/core/minbif.cpp +@@ -17,7 +17,7 @@ + */ + + #include +-#include ++#include + #include + #include + #include +@@ -239,7 +239,9 @@ + } + sighandler.setApplication(this); + ++#if ! GLIB_CHECK_VERSION(2, 32, 0) + g_thread_init(NULL); ++#endif + loop = g_main_new(FALSE); + g_main_run(loop); + diff -urN /usr/ports/irc/minbif/files/patch-src__im__account.cpp irc/minbif/files/patch-src__im__account.cpp --- /usr/ports/irc/minbif/files/patch-src__im__account.cpp 1970-01-01 09:00:00.000000000 +0900 +++ irc/minbif/files/patch-src__im__account.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/im/account.cpp.orig ++++ src/im/account.cpp +@@ -18,6 +18,7 @@ + + #include + #include ++#include + #ifdef HAVE_IMLIB + #include + #endif /* HAVE_IMLIB */ diff -urN /usr/ports/irc/minbif/files/patch-src__im__auth_pam.cpp irc/minbif/files/patch-src__im__auth_pam.cpp --- /usr/ports/irc/minbif/files/patch-src__im__auth_pam.cpp 1970-01-01 09:00:00.000000000 +0900 +++ irc/minbif/files/patch-src__im__auth_pam.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/im/auth_pam.cpp.orig ++++ src/im/auth_pam.cpp +@@ -19,6 +19,7 @@ + #include + #include + #include ++#include + #include + + #include "auth.h" diff -urN /usr/ports/irc/minbif/files/patch-src__im__request.cpp irc/minbif/files/patch-src__im__request.cpp --- /usr/ports/irc/minbif/files/patch-src__im__request.cpp 1970-01-01 09:00:00.000000000 +0900 +++ irc/minbif/files/patch-src__im__request.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,14 @@ +--- src/im/request.cpp.orig ++++ src/im/request.cpp +@@ -16,8 +16,9 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + +-#include +-#include ++#include ++#include ++#include + + #include "request.h" + #include "buddy.h" diff -urN /usr/ports/irc/minbif/files/patch-src__irc__dcc.cpp irc/minbif/files/patch-src__irc__dcc.cpp --- /usr/ports/irc/minbif/files/patch-src__irc__dcc.cpp 1970-01-01 09:00:00.000000000 +0900 +++ irc/minbif/files/patch-src__irc__dcc.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,19 @@ +--- src/irc/dcc.cpp.orig ++++ src/irc/dcc.cpp +@@ -17,12 +17,13 @@ + + #include + #include ++#include + #include + #include +-#include +-#include ++#include ++#include + #include +-#include ++#include + + #include "dcc.h" + #include "nick.h" diff -urN /usr/ports/irc/minbif/files/patch-src__server_poll__daemon_fork.cpp irc/minbif/files/patch-src__server_poll__daemon_fork.cpp --- /usr/ports/irc/minbif/files/patch-src__server_poll__daemon_fork.cpp 1970-01-01 09:00:00.000000000 +0900 +++ irc/minbif/files/patch-src__server_poll__daemon_fork.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,17 @@ +--- src/server_poll/daemon_fork.cpp.orig ++++ src/server_poll/daemon_fork.cpp +@@ -20,10 +20,12 @@ + #include + #include + #include +-#include ++#include ++#include + #include +-#include ++#include + #include ++#include + + #include "daemon_fork.h" + #include "irc/irc.h" diff -urN /usr/ports/irc/minbif/files/patch-src__server_poll__inetd.cpp irc/minbif/files/patch-src__server_poll__inetd.cpp --- /usr/ports/irc/minbif/files/patch-src__server_poll__inetd.cpp 1970-01-01 09:00:00.000000000 +0900 +++ irc/minbif/files/patch-src__server_poll__inetd.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,12 @@ +--- src/server_poll/inetd.cpp.orig ++++ src/server_poll/inetd.cpp +@@ -17,7 +17,8 @@ + */ + + #include +-#include ++#include ++#include + + #include "inetd.h" + #include "irc/irc.h" diff -urN /usr/ports/irc/minbif/files/patch-src__sockwrap__sockwrap.cpp irc/minbif/files/patch-src__sockwrap__sockwrap.cpp --- /usr/ports/irc/minbif/files/patch-src__sockwrap__sockwrap.cpp 1970-01-01 09:00:00.000000000 +0900 +++ irc/minbif/files/patch-src__sockwrap__sockwrap.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/sockwrap/sockwrap.cpp.orig ++++ src/sockwrap/sockwrap.cpp +@@ -16,6 +16,8 @@ + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + */ + ++#include ++ + #include "sockwrap.h" + #include "sockwrap_plain.h" + #ifdef HAVE_TLS >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 20CBB6D1 for ; Mon, 16 Dec 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 F4239192B for ; Mon, 16 Dec 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 rBGIA7Bf015992 for ; Mon, 16 Dec 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 rBGIA79J015991; Mon, 16 Dec 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:07 GMT Resent-Message-Id: <201312161810.rBGIA79J015991@freefall.freebsd.org> 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 2EB753FC for ; Mon, 16 Dec 2013 18:05:49 +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 0087D18A4 for ; Mon, 16 Dec 2013 18:05:48 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 14EFF1880004 for ; Tue, 17 Dec 2013 03:05:46 +0900 (JST) Message-Id: <20131217025045.c70c6d810332516830187e49@yahoo.com> Date: Tue, 17 Dec 2013 02:50:45 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184830: security/fl0p: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:08 -0000 >Number: 184830 >Category: ports >Synopsis: security/fl0p: 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: Mon Dec 16 18:10:07 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Add LICENSE - Support PLIST_FILES Remove file: files/patch-config.h pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/security/fl0p/Makefile security/fl0p/Makefile --- /usr/ports/security/fl0p/Makefile 2013-11-06 22:03:13.000000000 +0900 +++ security/fl0p/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,6 +3,7 @@ PORTNAME= fl0p PORTVERSION= 0.0.2.b +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://lcamtuf.coredump.cx/soft/ DISTNAME= fl0p-devel @@ -11,22 +12,33 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Passive L7 flow fingerprinting tool -WRKSRC= ${WRKDIR}/fl0p/ +LICENSE= LGPL21 + +WRKSRC= ${WRKDIR}/${PORTNAME} + +PORTDOCS= ChangeLog CREDITS README TODO +PLIST_FILES= bin/fl0p %%DATADIR%%/fl0p.fp +PLIST_DIRS= %%DATADIR%% -NO_STAGE= yes post-patch: - ${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/config.h + @${REINPLACE_CMD} -e \ + 's|"/etc/fl0p"|"${DATADIR}"|' ${WRKSRC}/config.h + @${REINPLACE_CMD} -e \ + 's|^GMAKE_OK|#GMAKE_OK|' ${WRKSRC}/Build + @${REINPLACE_CMD} -e \ + '/^CC/s|\([[:blank:]]\)=|\1?=| ; \ + /^CFLAGS/s|\([[:blank:]]\)=|\1+=| ; \ + s|-g -ggdb|| ; \ + s|-I.*|$$(CPPFLAGS)| ; \ + /^all:/s|strip||' ${WRKSRC}/mk/Linux do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/fl0p ${PREFIX}/bin - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/fl0p.fp ${DATADIR}/ -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/README ${DOCSDIR}/ - ${INSTALL_MAN} ${WRKSRC}/doc/ChangeLog ${DOCSDIR}/ - ${INSTALL_MAN} ${WRKSRC}/doc/TODO ${DOCSDIR}/ - ${INSTALL_MAN} ${WRKSRC}/doc/CREDITS ${DOCSDIR}/ -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} fl0p ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${INSTALL_DATA} fl0p.fp ${STAGEDIR}${DATADIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in ${PORTDOCS} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) +.endfor .include diff -urN /usr/ports/security/fl0p/files/patch-config.h security/fl0p/files/patch-config.h --- /usr/ports/security/fl0p/files/patch-config.h 2013-11-06 22:03:13.000000000 +0900 +++ security/fl0p/files/patch-config.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- config.h.orig Mon Dec 4 22:49:35 2006 -+++ config.h Mon Dec 4 22:50:40 2006 -@@ -19,7 +19,7 @@ - #ifdef WIN32 - # define CONFIG_DIR "." - #else --# define CONFIG_DIR "/etc/fl0p" -+# define CONFIG_DIR "%%PREFIX%%/share/fl0p" - #endif /* WIN32 */ - - #define FPRINT_DB "fl0p.fp" diff -urN /usr/ports/security/fl0p/pkg-plist security/fl0p/pkg-plist --- /usr/ports/security/fl0p/pkg-plist 2013-11-06 22:03:13.000000000 +0900 +++ security/fl0p/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,8 +0,0 @@ -bin/fl0p -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/ChangeLog -%%PORTDOCS%%%%DOCSDIR%%/TODO -%%PORTDOCS%%%%DOCSDIR%%/CREDITS -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%DATADIR%%/fl0p.fp -@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2321B685 for ; Mon, 16 Dec 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 DE5AE190D for ; Mon, 16 Dec 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 rBGIA2fF015837 for ; Mon, 16 Dec 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 rBGIA29g015836; Mon, 16 Dec 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:02 GMT Resent-Message-Id: <201312161810.rBGIA29g015836@freefall.freebsd.org> 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 23AF53C3 for ; Mon, 16 Dec 2013 18:04:34 +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 EACD01887 for ; Mon, 16 Dec 2013 18:04:33 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id 82674156001E for ; Tue, 17 Dec 2013 03:04:32 +0900 (JST) Message-Id: <20131217024940.db115b19b587db26aae2f39d@yahoo.com> Date: Tue, 17 Dec 2013 02:49:40 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184817: graphics/qcread: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:03 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:03 -0000 >Number: 184817 >Category: ports >Synopsis: graphics/qcread: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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 - Add amd64 to ONLY_FOR_ARCHS - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/qcread/Makefile graphics/qcread/Makefile --- /usr/ports/graphics/qcread/Makefile 2013-11-06 22:02:31.000000000 +0900 +++ graphics/qcread/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -10,18 +10,21 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Supports both color and B&W parallel-port Connectix QuickCam for PC -ONLY_FOR_ARCHS= i386 +LICENSE= BSD + +USE_CSTD= gnu89 + +ONLY_FOR_ARCHS= amd64 i386 -NO_STAGE= yes do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -DFreeBSD ${CPPFLAGS} \ - -o qcread qcread.c cqc.c -lm ${LDFLAGS} + (cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -DFreeBSD ${CPPFLAGS} \ + -o qcread qcread.c cqc.c -lm ${LDFLAGS}) + @${LN} -sf qcam.conf ${WRKSRC}/qcam.conf.dist do-install: - ${INSTALL} ${COPY} -o root -g wheel -m 644 ${WRKSRC}/qcam.conf ${PREFIX}/etc/qcam.conf.dist - if [ ! -e ${PREFIX}/etc/qcam.conf ]; then \ - ${CP} ${PREFIX}/etc/qcam.conf.dist ${PREFIX}/etc/qcam.conf; \ - fi - ${INSTALL_PROGRAM} ${WRKSRC}/qcread ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} qcread \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_DATA} qcam.conf.dist \ + ${STAGEDIR}${PREFIX}/etc) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 8446879A for ; Mon, 16 Dec 2013 18: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 628101948 for ; Mon, 16 Dec 2013 18: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 rBGIAAXI016091 for ; Mon, 16 Dec 2013 18:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAAbe016090; Mon, 16 Dec 2013 18:10:10 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:10 GMT Resent-Message-Id: <201312161810.rBGIAAbe016090@freefall.freebsd.org> 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 304AD3E3 for ; Mon, 16 Dec 2013 18:05:30 +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 E3C5A1897 for ; Mon, 16 Dec 2013 18:05:29 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 974B298017D for ; Tue, 17 Dec 2013 03:05:24 +0900 (JST) Message-Id: <20131217025023.5ce6ac426de871d50126b63e@yahoo.com> Date: Tue, 17 Dec 2013 02:50:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184839: net/wmnet2: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:10 -0000 >Number: 184839 >Category: ports >Synopsis: net/wmnet2: 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: Mon Dec 16 18:10:10 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Update MASTER_SITES New file: files/patch-Imakefile files/patch-config.h Remove file: files/patch-aa files/patch-ab files/patch-getopt.c >How-To-Repeat: >Fix: diff -urN /usr/ports/net/wmnet2/Makefile net/wmnet2/Makefile --- /usr/ports/net/wmnet2/Makefile 2013-11-06 21:53:51.000000000 +0900 +++ net/wmnet2/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -5,8 +5,8 @@ PORTVERSION= 1.06 PORTREVISION= 5 CATEGORIES= net -MASTER_SITES= http://www.dockapps.org/files/77/115/ \ - http://www.katharineosborne.com/wmnet/ +MASTER_SITES= http://fossies.org/linux/misc/old/ \ + http://linux-bsd-unix.strefa.pl/ DISTNAME= wmnet-${PORTVERSION} MAINTAINER= ports@FreeBSD.org @@ -15,8 +15,9 @@ USES= imake USE_XORG= x11 xext -MAN1= wmnet2.1 -PLIST_FILES= bin/wmnet2 +PLIST_FILES= bin/wmnet2 man/man1/wmnet2.1.gz + +post-extract: + @${LN} -sf wmnet.man ${WRKSRC}/wmnet2.man -NO_STAGE= yes .include diff -urN /usr/ports/net/wmnet2/files/patch-Imakefile net/wmnet2/files/patch-Imakefile --- /usr/ports/net/wmnet2/files/patch-Imakefile 1970-01-01 09:00:00.000000000 +0900 +++ net/wmnet2/files/patch-Imakefile 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,34 @@ +--- Imakefile.orig ++++ Imakefile +@@ -1,5 +1,4 @@ + DEPLIBS = $(DEPXLIB) +-CC = gcc -Wall + + #ifdef LinuxArchitecture + STD_DEFINES = -Dlinux +@@ -10,14 +9,17 @@ + LOCAL_LIBRARIES = $(XLIB) -lm + #endif + +-#if defined (FreeBSDArchitecture) || defined (OpenBSDArchitecture) ++#if defined (OpenBSDArchitecture) + LOCAL_LIBRARIES = $(XLIB) -lm -lkvm + INSTPGMFLAGS = -s -g kmem -m 2755 ++#elif defined (FreeBSDArchitecture) ++LOCAL_LIBRARIES = $(XLIB) -lm ++INSTPGMFLAGS = -m 0755 + #endif + + LINTLIBS = $(LINTXLIB) + +-#if defined (FreeBSDArchitecture) || defined (OpenBSDArchitecture) ++#if defined (OpenBSDArchitecture) + SRCS = wmnet.c drivers.c getopt.c getopt1.c + OBJS = wmnet.o drivers.o getopt.o getopt1.o + #else +@@ -26,4 +28,4 @@ + #endif + + +-ComplexProgramTarget(wmnet) ++ComplexProgramTarget(wmnet2) diff -urN /usr/ports/net/wmnet2/files/patch-aa net/wmnet2/files/patch-aa --- /usr/ports/net/wmnet2/files/patch-aa 2013-11-06 21:53:51.000000000 +0900 +++ net/wmnet2/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,198 +0,0 @@ ---- Imakefile Fri May 5 02:34:29 2000 -+++ Imakefile Tue Nov 11 10:54:42 2003 -@@ -10,9 +10,12 @@ - LOCAL_LIBRARIES = $(XLIB) -lm - #endif - --#if defined (FreeBSDArchitecture) || defined (OpenBSDArchitecture) -+#if defined (OpenBSDArchitecture) - LOCAL_LIBRARIES = $(XLIB) -lm -lkvm - INSTPGMFLAGS = -s -g kmem -m 2755 -+#elif defined (FreeBSDArchitecture) -+LOCAL_LIBRARIES = $(XLIB) -lm -+INSTPGMFLAGS = -s -m 0755 - #endif - - LINTLIBS = $(LINTXLIB) ---- config.h Fri May 5 02:34:29 2000 -+++ config.h Tue Nov 11 10:59:05 2003 -@@ -1,6 +1,6 @@ --#if defined (__FreeBSD__) || defined (__OpenBSD__) -+#if defined (__OpenBSD__) - --/* Our only FreeBSD driver, this goes straight into kernel memory -+/* Our only OpenBSD driver(old FreeBSD-4.x driver), this goes straight into kernel memory - * and reads the raw structures from right underneath the kernel using the - * kvm library. This made the code a require a little more thought, but - * the end result is a statistics driver thats faster than the linux ones -@@ -12,7 +12,11 @@ - - #endif - -+#if defined (__FreeBSD__) - -+#define USE_SYSCTL -+ -+#endif - - #ifdef linux - ---- drivers.c Fri May 5 02:34:29 2000 -+++ drivers.c Wed Nov 12 11:42:40 2003 -@@ -21,7 +21,7 @@ - #include"config.h" - - --/* For FreeBSD */ -+/* For OpenBSD */ - #ifdef USE_KVM - #include - #include -@@ -37,6 +37,22 @@ - int kvm_updateStats(void); - #endif /* USE_KVM */ - -+#ifdef USE_SYSCTL -+/* system headers */ -+#include -+#include -+#include -+#include -+#include -+#include -+ -+int id = 0; /* interface id */ -+int len = 0; /* sizeof libmibdata */ -+struct ifmibdata *data = NULL; -+ -+int sysctl_test(void); -+int sysctl_updateStats(void); -+#endif - - #ifdef USE_LINUX_PPP - #include -@@ -104,6 +120,9 @@ - #ifdef USE_KVM - {"kmem",kvm_updateStats, kvm_test}, - #endif -+#ifdef USE_SYSCTL -+ {"sysctl",sysctl_updateStats, sysctl_test}, -+#endif - {NULL, NULL} - }; - -@@ -439,6 +458,114 @@ - - - #endif /* linux */ -+ -+/* new FreeBSD driver */ -+#ifdef USE_SYSCTL -+ -+int sysctl_test(void) { -+ struct ifmibdata tempndata; -+ int numifaces, len2; -+ int mib[5], datamib[6]; -+ int i; -+ -+ if(device == NULL) device = "lo0"; -+ -+ mib[0] = CTL_NET; -+ mib[1] = PF_LINK; -+ mib[2] = NETLINK_GENERIC; -+ mib[3] = IFMIB_SYSTEM; -+ mib[4] = IFMIB_IFCOUNT; -+ -+ datamib[0] = CTL_NET; -+ datamib[1] = PF_LINK; -+ datamib[2] = NETLINK_GENERIC; -+ datamib[3] = IFMIB_IFDATA; -+ datamib[4] = 1; -+ datamib[5] = IFDATA_GENERAL; -+ -+ len = sizeof(struct ifmibdata); -+ len2 = sizeof(numifaces); -+ -+ if(sysctl(mib, 5, &numifaces, &len2, NULL, 0) < 0) -+ { -+ fprintf( stderr, "wmnet: failed to perform sysctl" ); -+ return 0; -+ } -+ -+ for(i = 1; i <= numifaces; i++) -+ { -+ datamib[4] = i; -+ if(sysctl(datamib, 6, &tempndata, &len, NULL, 0) < 0) -+ { -+ fprintf( stderr, "wmnet: failed to get device(%d) data", i ); -+ break; -+ } -+ -+ if( strcmp( device, tempndata.ifmd_name ) == 0 ) -+ { -+ id = i; -+ break; -+ } -+ } -+ -+ if ( id == 0 ) { -+ fprintf( stderr, "%s doesn't seem to exist!\n", device ); -+ exit( -1 ); -+ } -+ -+ /* calculate and allocate mem for ifmibdata containing the if stats */ -+ data = malloc(len); -+ -+ fprintf(stderr, "wmnet: using sysctl driver to monitor %s\n", device); -+ return True; -+} -+ -+int sysctl_updateStats(void) { -+ int datamib[6]; -+ -+ datamib[0] = CTL_NET; -+ datamib[1] = PF_LINK; -+ datamib[2] = NETLINK_GENERIC; -+ datamib[3] = IFMIB_IFDATA; -+ datamib[4] = id; -+ datamib[5] = IFDATA_GENERAL; -+ -+ if(sysctl( datamib, 6, data, &len, NULL, 0) < 0 ) { -+ fprintf( stderr, "wmnet: can't monitor %s device\n", device ); -+ exit( -1 ); -+ } -+ -+ // printf( "if name: %s\n", data->ifmd_name ); -+ -+ /* get the stats from the if */ -+ totalpackets_in = data->ifmd_data.ifi_ipackets; -+ totalpackets_out = data->ifmd_data.ifi_opackets; -+ -+ if (totalpackets_in != lastpackets_in) { -+ totalbytes_in = data->ifmd_data.ifi_ibytes; -+ diffpackets_in += totalpackets_in - lastpackets_in; -+ diffbytes_in += totalbytes_in - lastbytes_in; -+ lastpackets_in = totalpackets_in; -+ lastbytes_in = totalbytes_in; -+ rx = True; -+ } else rx = False; -+ -+ if (totalpackets_out != lastpackets_out) { -+ totalbytes_out = data->ifmd_data.ifi_obytes; -+ diffpackets_out += totalpackets_out - lastpackets_out; -+ diffbytes_out += totalbytes_out - lastbytes_out; -+ lastpackets_out = totalpackets_out; -+ lastbytes_out = totalbytes_out; -+ tx = True; -+ } else tx = False; -+ -+ /* return True if no change to tx/rx -+ * return False if display will need to be updated -+ */ -+ return((rx == current_rx) && (tx == current_tx)); -+} -+ -+#endif - - #ifdef USE_KVM - int kvm_test(void) { diff -urN /usr/ports/net/wmnet2/files/patch-ab net/wmnet2/files/patch-ab --- /usr/ports/net/wmnet2/files/patch-ab 2013-11-06 21:53:51.000000000 +0900 +++ net/wmnet2/files/patch-ab 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- Imakefile 2001/09/08 12:01:26 1.1 -+++ Imakefile 2001/09/08 12:02:34 -@@ -26,4 +26,7 @@ - #endif - - --ComplexProgramTarget(wmnet) -+ComplexProgramTarget(wmnet2) -+ -+wmnet2.man: wmnet.man -+ ln -sf wmnet.man wmnet2.man diff -urN /usr/ports/net/wmnet2/files/patch-config.h net/wmnet2/files/patch-config.h --- /usr/ports/net/wmnet2/files/patch-config.h 1970-01-01 09:00:00.000000000 +0900 +++ net/wmnet2/files/patch-config.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,23 @@ +--- config.h.orig ++++ config.h +@@ -1,6 +1,6 @@ +-#if defined (__FreeBSD__) || defined (__OpenBSD__) ++#if defined (__OpenBSD__) + +-/* Our only FreeBSD driver, this goes straight into kernel memory ++/* Our only OpenBSD driver(old FreeBSD-4.x driver), this goes straight into kernel memory + * and reads the raw structures from right underneath the kernel using the + * kvm library. This made the code a require a little more thought, but + * the end result is a statistics driver thats faster than the linux ones +@@ -12,7 +12,11 @@ + + #endif + ++#if defined (__FreeBSD__) + ++#define USE_SYSCTL ++ ++#endif + + #ifdef linux + diff -urN /usr/ports/net/wmnet2/files/patch-drivers.c net/wmnet2/files/patch-drivers.c --- /usr/ports/net/wmnet2/files/patch-drivers.c 2013-11-06 21:53:51.000000000 +0900 +++ net/wmnet2/files/patch-drivers.c 2013-12-17 00:00:00.000000000 +0900 @@ -1,15 +1,46 @@ --- drivers.c.orig Tue Apr 27 09:22:02 2004 +++ drivers.c Tue Apr 27 09:32:19 2004 -@@ -47,7 +47,7 @@ - #include +@@ -21,7 +21,7 @@ + #include"config.h" - int id = 0; /* interface id */ --int len = 0; /* sizeof libmibdata */ + +-/* For FreeBSD */ ++/* For OpenBSD */ + #ifdef USE_KVM + #include + #include +@@ -37,6 +37,22 @@ + int kvm_updateStats(void); + #endif /* USE_KVM */ + ++#ifdef USE_SYSCTL ++/* system headers */ ++#include ++#include ++#include ++#include ++#include ++#include ++ ++int id = 0; /* interface id */ +size_t len = 0; /* sizeof libmibdata */ - struct ifmibdata *data = NULL; ++struct ifmibdata *data = NULL; ++ ++int sysctl_test(void); ++int sysctl_updateStats(void); ++#endif - int sysctl_test(void); -@@ -128,7 +128,7 @@ + #ifdef USE_LINUX_PPP + #include +@@ -104,12 +120,15 @@ + #ifdef USE_KVM + {"kmem",kvm_updateStats, kvm_test}, + #endif ++#ifdef USE_SYSCTL ++ {"sysctl",sysctl_updateStats, sysctl_test}, ++#endif + {NULL, NULL} + }; char* available_drivers(void) { int ind = 0; @@ -18,13 +49,119 @@ char *string, *ptr; while(drivers[ind].name != NULL) { len += strlen(drivers[ind].name) + 1; -@@ -464,7 +464,8 @@ +@@ -440,6 +459,115 @@ - int sysctl_test(void) { - struct ifmibdata tempndata; -- int numifaces, len2; + #endif /* linux */ + ++/* new FreeBSD driver */ ++#ifdef USE_SYSCTL ++ ++int sysctl_test(void) { ++ struct ifmibdata tempndata; + int numifaces; + size_t len2; - int mib[5], datamib[6]; - int i; - ++ int mib[5], datamib[6]; ++ int i; ++ ++ if(device == NULL) device = "lo0"; ++ ++ mib[0] = CTL_NET; ++ mib[1] = PF_LINK; ++ mib[2] = NETLINK_GENERIC; ++ mib[3] = IFMIB_SYSTEM; ++ mib[4] = IFMIB_IFCOUNT; ++ ++ datamib[0] = CTL_NET; ++ datamib[1] = PF_LINK; ++ datamib[2] = NETLINK_GENERIC; ++ datamib[3] = IFMIB_IFDATA; ++ datamib[4] = 1; ++ datamib[5] = IFDATA_GENERAL; ++ ++ len = sizeof(struct ifmibdata); ++ len2 = sizeof(numifaces); ++ ++ if(sysctl(mib, 5, &numifaces, &len2, NULL, 0) < 0) ++ { ++ fprintf( stderr, "wmnet: failed to perform sysctl" ); ++ return 0; ++ } ++ ++ for(i = 1; i <= numifaces; i++) ++ { ++ datamib[4] = i; ++ if(sysctl(datamib, 6, &tempndata, &len, NULL, 0) < 0) ++ { ++ fprintf( stderr, "wmnet: failed to get device(%d) data", i ); ++ break; ++ } ++ ++ if( strcmp( device, tempndata.ifmd_name ) == 0 ) ++ { ++ id = i; ++ break; ++ } ++ } ++ ++ if ( id == 0 ) { ++ fprintf( stderr, "%s doesn't seem to exist!\n", device ); ++ exit( -1 ); ++ } ++ ++ /* calculate and allocate mem for ifmibdata containing the if stats */ ++ data = malloc(len); ++ ++ fprintf(stderr, "wmnet: using sysctl driver to monitor %s\n", device); ++ return True; ++} ++ ++int sysctl_updateStats(void) { ++ int datamib[6]; ++ ++ datamib[0] = CTL_NET; ++ datamib[1] = PF_LINK; ++ datamib[2] = NETLINK_GENERIC; ++ datamib[3] = IFMIB_IFDATA; ++ datamib[4] = id; ++ datamib[5] = IFDATA_GENERAL; ++ ++ if(sysctl( datamib, 6, data, &len, NULL, 0) < 0 ) { ++ fprintf( stderr, "wmnet: can't monitor %s device\n", device ); ++ exit( -1 ); ++ } ++ ++ // printf( "if name: %s\n", data->ifmd_name ); ++ ++ /* get the stats from the if */ ++ totalpackets_in = data->ifmd_data.ifi_ipackets; ++ totalpackets_out = data->ifmd_data.ifi_opackets; ++ ++ if (totalpackets_in != lastpackets_in) { ++ totalbytes_in = data->ifmd_data.ifi_ibytes; ++ diffpackets_in += totalpackets_in - lastpackets_in; ++ diffbytes_in += totalbytes_in - lastbytes_in; ++ lastpackets_in = totalpackets_in; ++ lastbytes_in = totalbytes_in; ++ rx = True; ++ } else rx = False; ++ ++ if (totalpackets_out != lastpackets_out) { ++ totalbytes_out = data->ifmd_data.ifi_obytes; ++ diffpackets_out += totalpackets_out - lastpackets_out; ++ diffbytes_out += totalbytes_out - lastbytes_out; ++ lastpackets_out = totalpackets_out; ++ lastbytes_out = totalbytes_out; ++ tx = True; ++ } else tx = False; ++ ++ /* return True if no change to tx/rx ++ * return False if display will need to be updated ++ */ ++ return((rx == current_rx) && (tx == current_tx)); ++} ++ ++#endif ++ + #ifdef USE_KVM + int kvm_test(void) { + if (((kvmfd = kvm_open(NULL, NULL, NULL, O_RDONLY, buffer)) == NULL) || diff -urN /usr/ports/net/wmnet2/files/patch-getopt.c net/wmnet2/files/patch-getopt.c --- /usr/ports/net/wmnet2/files/patch-getopt.c 2013-11-06 21:53:51.000000000 +0900 +++ net/wmnet2/files/patch-getopt.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- getopt.c.orig Fri Oct 9 10:59:00 1998 -+++ getopt.c Tue Apr 27 09:57:46 2004 -@@ -209,6 +209,8 @@ - - char *getenv (); - extern int strncmp(const char *s1, const char *s2, size_t len); -+extern int strcmp(const char *, const char *); -+extern size_t strlen(const char *); - - static char * - my_index (str, chr) diff -urN /usr/ports/net/wmnet2/pkg-descr net/wmnet2/pkg-descr --- /usr/ports/net/wmnet2/pkg-descr 2013-11-06 21:53:51.000000000 +0900 +++ net/wmnet2/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -1,11 +1,11 @@ -This little program polls network statistics and does a few things with the -data it gets. It has small blinking lights for the rx and tx of IP packets, -a digital speedometer of your polled stat's currentspeed and a bar graph like -xload et. al which has a tx speed graph from bottom-up and rx speed graph -from the top-down. The speedometer keeps track of the current speed per -second and shows it in a color corresponding to which of rx or tx that has -the highest speed at the moment. Also, the graph is drawn in a way that the -highest speed is drawn on top of the other while the other is in the -background. +This little program polls network statistics and does a few things with +the data it gets. It has small blinking lights for the rx and tx of IP +packets, a digital speedometer of your polled stat's currentspeed and a +bar graph like xload et. al which has a tx speed graph from bottom-up +and rx speed graph from the top-down. The speedometer keeps track of the +current speed per second and shows it in a color corresponding to which +of rx or tx that has the highest speed at the moment. Also, the graph is +drawn in a way that the highest speed is drawn on top of the other while +the other is in the background. -WWW: http://www.dockapps.org/file.php/id/77 +WWW: http://linux-bsd-unix.strefa.pl/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 C950E79D for ; Mon, 16 Dec 2013 18: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 A8B20194A for ; Mon, 16 Dec 2013 18: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 rBGIAAXd016100 for ; Mon, 16 Dec 2013 18:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAAeI016099; Mon, 16 Dec 2013 18:10:10 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:10 GMT Resent-Message-Id: <201312161810.rBGIAAeI016099@freefall.freebsd.org> 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 CE3D0403 for ; Mon, 16 Dec 2013 18:05: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 A009118A6 for ; Mon, 16 Dec 2013 18:05:54 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id CDEAC98018A for ; Tue, 17 Dec 2013 03:05:52 +0900 (JST) Message-Id: <20131217025054.8bdeaba7e315b8b980c1ceeb@yahoo.com> Date: Tue, 17 Dec 2013 02:50:54 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184840: security/libsectok: Support CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:10 -0000 >Number: 184840 >Category: ports >Synopsis: security/libsectok: Support 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: Mon Dec 16 18:10:10 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CFLAGS properly Remove file: files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/security/libsectok/Makefile security/libsectok/Makefile --- /usr/ports/security/libsectok/Makefile 2013-11-06 22:02:39.000000000 +0900 +++ security/libsectok/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,30 +3,39 @@ PORTNAME= libsectok PORTVERSION= 20030619 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/ -DISTNAME= libsectok-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= ISO 7816 Smartcard API Library +USE_OPENSSL= yes USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_OPENSSL= YES -MAKE_ARGS= CC=${CC} -MAN3= sectok.3 +PLIST_FILES= include/sectok.h lib/libsectok.a lib/libsectok.so \ + lib/libsectok.so.3 man/man3/sectok.3.gz -NO_STAGE= yes -do-install: - ${INSTALL_DATA} ${WRKSRC}/sectok.h ${PREFIX}/include - ${INSTALL_DATA} ${WRKSRC}/libsectok.a ${PREFIX}/lib - ${INSTALL_PROGRAM} ${WRKSRC}/libsectok.so.3 ${PREFIX}/lib - ${LN} -s ${PREFIX}/lib/libsectok.so.3 ${PREFIX}/lib/libsectok.so - ${INSTALL_MAN} ${WRKSRC}/sectok.3 ${PREFIX}/man/man3 +post-patch: + @${REINPLACE_CMD} -e \ + '/^VERSION/s|3.1|3| ; \ + s|^CFLAGS=|CFLAGS+=| ; \ + s|-g |$${CPPFLAGS} | ; \ + s|^LDFLAGS=|LDFLAGS+=| ; \ + s|-x .* -shared|-shared| ; \ + s|^CC=|CC?=| ; \ + /^LD/s|ld|$$(CC)| ; \ + s|-fpic|-fPIC|' ${WRKSRC}/Makefile -PLIST_FILES= include/sectok.h lib/libsectok.a \ - lib/libsectok.so lib/libsectok.so.3 +do-install: + (cd ${WRKSRC} && ${INSTALL_DATA} sectok.h \ + ${STAGEDIR}${PREFIX}/include) + (cd ${WRKSRC} && ${INSTALL_DATA} libsectok.a \ + ${STAGEDIR}${PREFIX}/lib) + (cd ${WRKSRC} && ${INSTALL_LIB} libsectok.so.3 \ + ${STAGEDIR}${PREFIX}/lib) + ${LN} -s libsectok.so.3 ${STAGEDIR}${PREFIX}/lib/libsectok.so + (cd ${WRKSRC} && ${INSTALL_MAN} sectok.3 \ + ${STAGEDIR}${MANPREFIX}/man/man3) .include diff -urN /usr/ports/security/libsectok/files/patch-Makefile security/libsectok/files/patch-Makefile --- /usr/ports/security/libsectok/files/patch-Makefile 2013-11-06 22:02:39.000000000 +0900 +++ security/libsectok/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,16 +0,0 @@ ---- Makefile.orig Thu Jun 19 22:02:19 2003 -+++ Makefile Fri Jan 14 12:58:03 2005 -@@ -1,10 +1,10 @@ --VERSION= 3.1 -+VERSION= 3 - TARGETS= libsectok.a libsectok.so.$(VERSION) --PREFIX= /usr/local -+PREFIX?= /usr/local - - # You might have to add -I/usr/include/openssl to CFLAGS - CFLAGS= -g -Wall -DDL_READERS --LDFLAGS= -x -Bshareable -Bforcearchive -shared -+LDFLAGS= -shared -x --whole-archive - - # You may have to add getopt.c to SRC if your getopt doesn't have optreset - SRC= atr.c cmdtab.c cyberflex.c ifdwrapper.c input.c r1r2.c \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 71B1A681 for ; Mon, 16 Dec 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 4FE341909 for ; Mon, 16 Dec 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 rBGIA2bZ015815 for ; Mon, 16 Dec 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 rBGIA2W7015814; Mon, 16 Dec 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:02 GMT Resent-Message-Id: <201312161810.rBGIA2W7015814@freefall.freebsd.org> 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 B1ADC3BC for ; Mon, 16 Dec 2013 18:04:25 +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 76C5B1882 for ; Mon, 16 Dec 2013 18:04:25 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id D38BF1880004 for ; Tue, 17 Dec 2013 03:04:22 +0900 (JST) Message-Id: <20131217024927.4d2e4425c36e8cc56228f99b@yahoo.com> Date: Tue, 17 Dec 2013 02:49:27 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184815: graphics/graphopt: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:02 -0000 >Number: 184815 >Category: ports >Synopsis: graphics/graphopt: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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 - Add LICENSE - Add DESKTOP_ENTRIES New file: files/patch-src__classes__dotImporter.cc files/patch-src__classes__nodes.cc files/patch-src__classes__optFileReader.cc files/patch-src__classes__optFileWriter.cc files/patch-src__classes__visioExporter.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/graphopt/Makefile graphics/graphopt/Makefile --- /usr/ports/graphics/graphopt/Makefile 2013-11-06 22:02:25.000000000 +0900 +++ graphics/graphopt/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= graphopt PORTVERSION= 0.4.1 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/v${PORTVERSION} EXTRACT_SUFX= .tgz @@ -11,8 +11,11 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Graph Layout Optimizer +LICENSE= GPLv2 # (or later) + USE_GNOME= gtk12 GNU_CONFIGURE= yes -NO_STAGE= yes +DESKTOP_ENTRIES="GraphOpt" "" "" "${PORTNAME}" "Graphics;GTK;" "" + .include diff -urN /usr/ports/graphics/graphopt/files/patch-src:classes:psExporter.cc graphics/graphopt/files/patch-src:classes:psExporter.cc --- /usr/ports/graphics/graphopt/files/patch-src:classes:psExporter.cc 2013-11-06 22:02:25.000000000 +0900 +++ graphics/graphopt/files/patch-src:classes:psExporter.cc 2013-12-17 00:00:00.000000000 +0900 @@ -1,10 +1,13 @@ --- src/classes/psExporter.cc.orig Mon Aug 9 09:31:11 2004 +++ src/classes/psExporter.cc Mon Aug 9 09:31:38 2004 -@@ -23,13 +23,13 @@ void psExporter::do_export() { - fclose(outfile); - } +@@ -1,4 +1,5 @@ + #include "psExporter.h" ++#include + psExporter::psExporter(char *what_file, nodes *what_nodes) { +@@ -26,7 +27,7 @@ + void psExporter::write_headers(FILE *outfile) { char *line = new char[200]; - sprintf(line, "\%!PS-Adobe-1.0\n%%%%BoundingBox: 0 0 %d %d\n%%%%DocumentFonts: Helvetica\n%%%%Pages: 1\n", @@ -12,6 +15,3 @@ translatexcoord((double) biggest_x) + 2 * margin, translateycoord((double) biggest_y) + 2 * margin); fwrite(line, strlen(line), 1, outfile); - delete line; - } - diff -urN /usr/ports/graphics/graphopt/files/patch-src__classes__dotImporter.cc graphics/graphopt/files/patch-src__classes__dotImporter.cc --- /usr/ports/graphics/graphopt/files/patch-src__classes__dotImporter.cc 1970-01-01 09:00:00.000000000 +0900 +++ graphics/graphopt/files/patch-src__classes__dotImporter.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/classes/dotImporter.cc.orig ++++ src/classes/dotImporter.cc +@@ -1,5 +1,6 @@ + #include "dotImporter.h" +-#include ++#include ++#include + #include + #include "../interface.h" + diff -urN /usr/ports/graphics/graphopt/files/patch-src__classes__nodes.cc graphics/graphopt/files/patch-src__classes__nodes.cc --- /usr/ports/graphics/graphopt/files/patch-src__classes__nodes.cc 1970-01-01 09:00:00.000000000 +0900 +++ graphics/graphopt/files/patch-src__classes__nodes.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,9 @@ +--- src/classes/nodes.cc.orig 2013-12-10 00:22:15.000000000 +0900 ++++ src/classes/nodes.cc 2013-12-10 00:22:39.000000000 +0900 +@@ -1,4 +1,5 @@ +-#include ++#include ++#include + #include "nodes.h" + + diff -urN /usr/ports/graphics/graphopt/files/patch-src__classes__optFileReader.cc graphics/graphopt/files/patch-src__classes__optFileReader.cc --- /usr/ports/graphics/graphopt/files/patch-src__classes__optFileReader.cc 1970-01-01 09:00:00.000000000 +0900 +++ graphics/graphopt/files/patch-src__classes__optFileReader.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/classes/optFileReader.cc.orig ++++ src/classes/optFileReader.cc +@@ -1,5 +1,6 @@ + #include "optFileReader.h" +-#include ++#include ++#include + #include + #include "../interface.h" + diff -urN /usr/ports/graphics/graphopt/files/patch-src__classes__optFileWriter.cc graphics/graphopt/files/patch-src__classes__optFileWriter.cc --- /usr/ports/graphics/graphopt/files/patch-src__classes__optFileWriter.cc 1970-01-01 09:00:00.000000000 +0900 +++ graphics/graphopt/files/patch-src__classes__optFileWriter.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,8 @@ +--- src/classes/optFileWriter.cc.orig ++++ src/classes/optFileWriter.cc +@@ -1,4 +1,5 @@ + #include "optFileWriter.h" ++#include + + + optFileWriter::optFileWriter(char *what_file, nodes *what_nodes) { diff -urN /usr/ports/graphics/graphopt/files/patch-src__classes__visioExporter.cc graphics/graphopt/files/patch-src__classes__visioExporter.cc --- /usr/ports/graphics/graphopt/files/patch-src__classes__visioExporter.cc 1970-01-01 09:00:00.000000000 +0900 +++ graphics/graphopt/files/patch-src__classes__visioExporter.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,8 @@ +--- src/classes/visioExporter.cc.orig ++++ src/classes/visioExporter.cc +@@ -1,4 +1,5 @@ + #include "visioExporter.h" ++#include + + + visioExporter::visioExporter(char *what_file, nodes *what_nodes) { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 1E60D7A3 for ; Mon, 16 Dec 2013 18:10: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 F155A194D for ; Mon, 16 Dec 2013 18: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 rBGIAADx016109 for ; Mon, 16 Dec 2013 18:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAAuC016108; Mon, 16 Dec 2013 18:10:10 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:10 GMT Resent-Message-Id: <201312161810.rBGIAAuC016108@freefall.freebsd.org> 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 0502039D for ; Mon, 16 Dec 2013 18:03:18 +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 BE6FF186A for ; Mon, 16 Dec 2013 18:03:17 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 6567C1880004 for ; Tue, 17 Dec 2013 03:03:14 +0900 (JST) Message-Id: <20131217024827.20b277dccaf66d0caacb4a1c@yahoo.com> Date: Tue, 17 Dec 2013 02:48:27 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184841: games/glob2: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:11 -0000 >Number: 184841 >Category: ports >Synopsis: games/glob2: 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: Mon Dec 16 18:10:10 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Support STRIP properly New file: files/patch-src__Game.h >How-To-Repeat: >Fix: diff -urN /usr/ports/games/glob2/Makefile games/glob2/Makefile --- /usr/ports/games/glob2/Makefile 2013-11-06 22:00:59.000000000 +0900 +++ games/glob2/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= glob2 PORTVERSION= 0.9.4.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SAVANNAH/${PORTNAME}/${PORTVERSION:R}/ @@ -17,44 +17,49 @@ libfribidi.so:${PORTSDIR}/converters/fribidi \ libboost_thread.so:${PORTSDIR}/devel/boost-libs \ libfreetype.so:${PORTSDIR}/print/freetype2 -# Should work with portaudio v19_20071207 -# Can be built with portaudio2 but does not run cleanly -#LIB_DEPENDS+= libportaudio.so:${PORTSDIR}/audio/portaudio2 -USES= gmake +OPTIONS_DEFINE= DOCS PORTAUDIO + +USES= pkgconfig scons USE_SDL= image net sdl ttf USE_GL= gl -USE_SCONS= yes -#SCONS_ARGS+= --portaudio=true -#SCONS_BUILDENV= ${SCONS_ENV} -SCONS_ARGS= CXXFLAGS+=" -g -pg" INSTALLDIR="${STAGEDIR}${PREFIX}/share" -CFLAGS+= -Wno-return-type - +MAKE_ARGS= CCFLAGS="${CFLAGS}" \ + LINKFLAGS="${LDFLAGS}" \ + BINDIR="${STAGEDIR}${PREFIX}/bin" \ + INSTALLDIR="${STAGEDIR}${PREFIX}/share" \ + DATADIR="${DATADIR}" INSTALLS_ICONS= yes -ICON_SIZES= 16x16 24x24 32x32 48x48 64x64 128x128 -#CFLAGS+= ${PTHREAD_CFLAGS} -I. `pkg-config --cflags portaudio-2.0` -I${LOCALBASE}/include -CFLAGS+= ${PTHREAD_CFLAGS} -I. -I${LOCALBASE}/include -#LINKFLAGS= ${PTHREAD_LIBS} `pkg-config --libs portaudio-2.0` -L${LOCALBASE}/lib -LINKFLAGS= ${PTHREAD_LIBS} -L${LOCALBASE}/lib +CFLAGS+= ${PA2_CFLAGS} -I${LOCALBASE}/include -Wno-return-type +LDFLAGS+= ${PA2_LDFLAGS} -L${LOCALBASE}/lib -pthread -PORTDOCS= README +SUB_FILES= pkg-message -OPTIONS_DEFINE= DOCS +.include -SUB_FILES= pkg-message +# Should work with portaudio v19_20071207 +# Can be built with portaudio2 but does not run cleanly +.if ${PORT_OPTIONS:MPORTAUDIO} +BUILD_DEPENDS+= portaudio2>0:${PORTSDIR}/audio/portaudio2 +RUN_DEPENDS+= portaudio2>0:${PORTSDIR}/audio/portaudio2 +MAKE_ARGS+= --portaudio=true +PA2_CFLAGS+= -I${LOCALBASE}/include/portaudio2 +PA2_LDFLAGS+= -L${LOCALBASE}/lib/portaudio2 +.endif post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/bin|${STAGEDIR}${PREFIX}/bin|' \ + @${REINPLACE_CMD} -e \ + 's|"-g"|""|' \ ${WRKSRC}/SConstruct - @${REINPLACE_CMD} -e 's|portaudio.h|portaudio2/portaudio.h|' ${WRKSRC}/src/VoiceRecorder.cpp - @${REINPLACE_CMD} -e 's|^Icon.*|Icon=${PORTNAME}|' \ - ${WRKSRC}/data/${PORTNAME}.desktop - -.for s in 16 24 32 48 64 128 - @cd ${WRKSRC}/data/icons && \ - ${MV} glob2-icon-${s}x${s}.png ${PORTNAME}_${s}x${s}.png -.endfor + @${REINPLACE_CMD} -e \ + 's|portaudio.h|portaudio2/portaudio.h|' \ + ${WRKSRC}/src/VoiceRecorder.cpp + @${REINPLACE_CMD} -e \ + '/^Icon/s|=.*|=${PORTNAME}|' \ + ${WRKSRC}/data/${PORTNAME}.desktop + @${REINPLACE_CMD} -e \ + '/(PACKAGE_SOURCE_DIR)/s|^|//|' \ + ${WRKSRC}/libgag/src/FileManager.cpp manual-regression-test: # Don't enable these tests on pointyhat, they take too long. @@ -65,15 +70,15 @@ .endif post-install: -.for s in ${ICON_SIZES} - @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/ - ${INSTALL_DATA} ${WRKSRC}/data/icons/${PORTNAME}_${s}.png \ - ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}/apps/${PORTNAME}.png +.for s in 16 24 32 48 64 128 + @${MKDIR} ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps + (cd ${WRKSRC}/data/icons && ${INSTALL_DATA} glob2-icon-${s}x${s}.png \ + ${STAGEDIR}${PREFIX}/share/icons/hicolor/${s}x${s}/apps/${PORTNAME}.png) .endfor ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/ - + ${STAGEDIR}${PREFIX}/share/pixmaps @${MKDIR} ${STAGEDIR}${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/glob2 .include diff -urN /usr/ports/games/glob2/files/patch-src__Game.h games/glob2/files/patch-src__Game.h --- /usr/ports/games/glob2/files/patch-src__Game.h 1970-01-01 09:00:00.000000000 +0900 +++ games/glob2/files/patch-src__Game.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,36 @@ +--- src/Game.h.orig ++++ src/Game.h +@@ -82,6 +82,16 @@ + DRAW_OVERLAY = 0x100, + }; + ++ struct BuildProject ++ { ++ int posX; ++ int posY; ++ int teamNumber; ++ int typeNum; ++ int unitWorking; ++ int unitWorkingFuture; ++ }; ++ + /// This method will prepare the game with this mapHeader + void setMapHeader(const MapHeader& mapHeader); + +@@ -149,16 +159,6 @@ + BOTTOM_TO_TOP + }; + +- struct BuildProject +- { +- int posX; +- int posY; +- int teamNumber; +- int typeNum; +- int unitWorking; +- int unitWorkingFuture; +- }; +- + ///Initiates Game + void init(GameGUI *gui, MapEdit* edit); + diff -urN /usr/ports/games/glob2/pkg-plist games/glob2/pkg-plist --- /usr/ports/games/glob2/pkg-plist 2013-11-06 22:00:59.000000000 +0900 +++ games/glob2/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,5 +1,6 @@ bin/glob2 share/applications/glob2.desktop +%%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/campaigns/Tutorial_Campaign.txt %%DATADIR%%/campaigns/tutorial-part1.map %%DATADIR%%/campaigns/tutorial-part2.map @@ -1754,3 +1755,4 @@ @dirrm %%DATADIR%%/data @dirrm %%DATADIR%%/campaigns @dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E04E7AB for ; Mon, 16 Dec 2013 18:10: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 0D4BA1954 for ; Mon, 16 Dec 2013 18:10: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 rBGIABgl016136 for ; Mon, 16 Dec 2013 18:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIABC6016135; Mon, 16 Dec 2013 18:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:11 GMT Resent-Message-Id: <201312161810.rBGIABC6016135@freefall.freebsd.org> 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 757D6421 for ; Mon, 16 Dec 2013 18:06:09 +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 1C25118B1 for ; Mon, 16 Dec 2013 18:06:09 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 07BA7980177 for ; Tue, 17 Dec 2013 03:06:06 +0900 (JST) Message-Id: <20131217025112.6ca674763b73bd42315bdf5c@yahoo.com> Date: Tue, 17 Dec 2013 02:51:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184844: shells/fish: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:12 -0000 >Number: 184844 >Category: ports >Synopsis: shells/fish: 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: Mon Dec 16 18:10:11 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-exec.cpp files/patch-io.h >How-To-Repeat: >Fix: diff -urN /usr/ports/shells/fish/Makefile shells/fish/Makefile --- /usr/ports/shells/fish/Makefile 2013-11-06 21:54:00.000000000 +0900 +++ shells/fish/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -11,29 +11,23 @@ COMMENT= User friendly command line shell OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/${PORTNAME} -USES= iconv -USE_GMAKE= yes +USES= gmake iconv USE_AUTOTOOLS= autoconf -CONFIGURE_ARGS= --docdir=${WRKDIR}/tmproot CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -pthread ${ICONV_LIB} -MAN1= fish.1 fish_indent.1 fish_pager.1 fishd.1 mimedb.1 - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ENV+= ac_cv_func_gettext=yes -PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--without-gettext -PLIST_SUB+= NLS="@comment " .endif post-patch: @@ -49,17 +43,8 @@ s|ncurses.h||' ${WRKSRC}/configure.ac post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @(cd ${WRKDIR}/tmproot && ${COPYTREE_SHARE} . ${DOCSDIR}) -.endif .for i in fish fish_indent fish_pager fishd mimedb - @${STRIP_CMD} ${PREFIX}/bin/${i} + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} .endfor - if ${GREP} -q '${PREFIX}/bin/${PORTNAME}' /etc/shells; then \ - ${TRUE}; \ - else \ - ${ECHO_CMD} '${PREFIX}/bin/${PORTNAME}' >> /etc/shells; \ - fi .include diff -urN /usr/ports/shells/fish/files/patch-exec.cpp shells/fish/files/patch-exec.cpp --- /usr/ports/shells/fish/files/patch-exec.cpp 1970-01-01 09:00:00.000000000 +0900 +++ shells/fish/files/patch-exec.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,26 @@ +--- exec.cpp.orig ++++ exec.cpp +@@ -343,7 +343,11 @@ + */ + static int has_fd(const io_chain_t &d, int fd) + { ++#if defined(_LIBCPP_VERSION) ++ return io_chain_get(d, fd) != nullptr; ++#else + return io_chain_get(d, fd) != NULL; ++#endif + } + + /** +@@ -606,7 +610,11 @@ + j->io.insert(j->io.begin(), parser.block_io.begin(), parser.block_io.end()); + } + ++#if defined(LIBCPP_VERSION) ++ const io_buffer_t *input_redirect = nullptr; ++#else + const io_buffer_t *input_redirect = NULL; ++#endif + for (size_t idx = 0; idx < j->io.size(); idx++) + { + const shared_ptr &io = j->io.at(idx); diff -urN /usr/ports/shells/fish/files/patch-io.h shells/fish/files/patch-io.h --- /usr/ports/shells/fish/files/patch-io.h 1970-01-01 09:00:00.000000000 +0900 +++ shells/fish/files/patch-io.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- io.h.orig ++++ io.h +@@ -2,7 +2,7 @@ + #define FISH_IO_H + + #include +-#if __cplusplus > 199711L ++#if __cplusplus > 199711L || defined(_LIBCPP_VERSION) + // C++11 + #include + using std::shared_ptr; diff -urN /usr/ports/shells/fish/pkg-plist shells/fish/pkg-plist --- /usr/ports/shells/fish/pkg-plist 2013-11-06 21:54:00.000000000 +0900 +++ shells/fish/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -4,6 +4,11 @@ bin/fishd bin/mimedb %%ETCDIR%%/config.fish +man/man1/fish.1.gz +man/man1/fish_indent.1.gz +man/man1/fish_pager.1.gz +man/man1/fishd.1.gz +man/man1/mimedb.1.gz %%PORTDOCS%%%%DOCSDIR%%/commands.html %%PORTDOCS%%%%DOCSDIR%%/design.html %%PORTDOCS%%%%DOCSDIR%%/doc_8h_source.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 AD3A87F3 for ; Mon, 16 Dec 2013 18:10: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 8CA94196F for ; Mon, 16 Dec 2013 18:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAFMB016245 for ; Mon, 16 Dec 2013 18:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAF6W016244; Mon, 16 Dec 2013 18:10:15 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:15 GMT Resent-Message-Id: <201312161810.rBGIAF6W016244@freefall.freebsd.org> 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 1059E28B for ; Mon, 16 Dec 2013 18:01:11 +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 D9191183E for ; Mon, 16 Dec 2013 18:01:10 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 764B51880009 for ; Tue, 17 Dec 2013 03:01:09 +0900 (JST) Message-Id: <20131217024650.08e12e2bc9bd4a615cfb3272@yahoo.com> Date: Tue, 17 Dec 2013 02:46:50 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184856: converters/ish: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:15 -0000 >Number: 184856 >Category: ports >Synopsis: converters/ish: 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: Mon Dec 16 18:10:15 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-mvol.c >How-To-Repeat: >Fix: diff -urN /usr/ports/converters/ish/Makefile converters/ish/Makefile --- /usr/ports/converters/ish/Makefile 2013-11-06 22:05:05.000000000 +0900 +++ converters/ish/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -13,11 +13,11 @@ MAKEFILE= makefile MAKE_ARGS= CFLAGS="${CFLAGS}" DEST=${PREFIX}/bin -PLIST_FILES= bin/ish ALL_TARGET= ish -NO_STAGE= yes +PLIST_FILES= bin/ish + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ish ${STAGEDIR}${PREFIX}/bin) .include diff -urN /usr/ports/converters/ish/files/patch-mvol.c converters/ish/files/patch-mvol.c --- /usr/ports/converters/ish/files/patch-mvol.c 1970-01-01 09:00:00.000000000 +0900 +++ converters/ish/files/patch-mvol.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,27 @@ +--- mvol.c.orig ++++ mvol.c +@@ -4,6 +4,7 @@ + /* 930823 modified (aka) */ + + #include ++#include + #include + #include + #include +@@ -25,6 +26,8 @@ + extern char tname[]; + extern int delvol; + ++void restore_done(char *, char *, long); ++ + #define ID "ID block for multi volume ish file" + + typedef struct { +@@ -208,6 +211,7 @@ + + #define COPY_BUF 1024 + ++void + restore_done(src, dst,sz) + char *src; + char *dst; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18: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 6B7BF7F9 for ; Mon, 16 Dec 2013 18: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 4A6E41973 for ; Mon, 16 Dec 2013 18: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 rBGIAG5J016263 for ; Mon, 16 Dec 2013 18:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAGac016262; Mon, 16 Dec 2013 18:10:16 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:16 GMT Resent-Message-Id: <201312161810.rBGIAGac016262@freefall.freebsd.org> 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 66EED388 for ; Mon, 16 Dec 2013 18:02:12 +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 3BF7D185B for ; Mon, 16 Dec 2013 18:02:12 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 89159980179 for ; Tue, 17 Dec 2013 03:02:10 +0900 (JST) Message-Id: <20131217024753.644fa8122941b922b09269b8@yahoo.com> Date: Tue, 17 Dec 2013 02:47:53 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184858: emulators/sim6811: Support CC properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:16 -0000 >Number: 184858 >Category: ports >Synopsis: emulators/sim6811: 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: Mon Dec 16 18:10:15 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC properly - Support PLIST_FILES Remove file: files/patch-aa pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/sim6811/Makefile emulators/sim6811/Makefile --- /usr/ports/emulators/sim6811/Makefile 2013-11-06 22:06:23.000000000 +0900 +++ emulators/sim6811/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -10,9 +10,25 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org -COMMENT= A Motorola 6811 simulator +COMMENT= Motorola 6811 simulator NO_WRKSUBDIR= yes -NO_STAGE= yes +ALL_TARGET= sim + +PLIST_FILES= bin/sim6811 man/man1/sim6811.1.gz + +post-patch: + @${REINPLACE_CMD} -e \ + 's|^CC =|CC ?=| ; \ + s|^CFLAGS =|#CFLAGS =| ; \ + s|-O2|| ; \ + s|-o sim |-o sim6811 |' ${WRKSRC}/Makefile + +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} sim6811 \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} sim6811.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + .include diff -urN /usr/ports/emulators/sim6811/files/patch-aa emulators/sim6811/files/patch-aa --- /usr/ports/emulators/sim6811/files/patch-aa 2013-11-06 22:06:23.000000000 +0900 +++ emulators/sim6811/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,43 +0,0 @@ -*** Makefile~ Wed Sep 6 10:15:18 1995 ---- Makefile Wed Sep 6 11:00:51 1995 -*************** -*** 1,15 **** -! BINDIR = /usr/unsupported/bin - CC = gcc -! CFLAGS = -g -Wall -DINLINE=inline -! CFLAGS += -O2 -DINLINE=inline -! sim: main.o sim.o dis.o -! $(CC) $(CFLAGS) main.o sim.o dis.o -o sim $(LDLIBS) - sim.o: sim.h - main.o: sim.h - dis.o: sim.h - -! install: sim -! cp sim $(BINDIR)/sim6811 - - sharfile: sim.h Makefile sim.c main.c dis.c - shar -C sim.h Makefile sim.c main.c dis.c >sharfile ---- 1,23 ---- -! BINDIR = ${PREFIX}/bin -! MANDIR= ${PREFIX}/man/man1 -! - CC = gcc -! CFLAGS = -O2 -DINLINE=inline -! -! all: sim6811 -! -! sim6811: main.o sim.o dis.o -! $(CC) $(CFLAGS) main.o sim.o dis.o -o $@ $(LDLIBS) -! - sim.o: sim.h - main.o: sim.h - dis.o: sim.h - -! install: sim6811 -! cp sim6811 $(BINDIR)/sim6811 -! strip ${BINDIR}/sim6811 -! cp sim6811.1 ${MANDIR} -! gzip -9nf ${MANDIR}/sim6811.1 - - sharfile: sim.h Makefile sim.c main.c dis.c - shar -C sim.h Makefile sim.c main.c dis.c >sharfile diff -urN /usr/ports/emulators/sim6811/pkg-plist emulators/sim6811/pkg-plist --- /usr/ports/emulators/sim6811/pkg-plist 2013-11-06 22:06:23.000000000 +0900 +++ emulators/sim6811/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,2 +0,0 @@ -bin/sim6811 -man/man1/sim6811.1.gz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 3F77869F for ; Mon, 16 Dec 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 1E6C91925 for ; Mon, 16 Dec 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 rBGIA6sg015959 for ; Mon, 16 Dec 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 rBGIA65N015958; Mon, 16 Dec 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:06 GMT Resent-Message-Id: <201312161810.rBGIA65N015958@freefall.freebsd.org> 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 1F82F3D3 for ; Mon, 16 Dec 2013 18:04:39 +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 BE4D51889 for ; Mon, 16 Dec 2013 18:04:38 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 3AA58980182 for ; Tue, 17 Dec 2013 03:04:36 +0900 (JST) Message-Id: <20131217024944.5945a7328626e11bc2b6443b@yahoo.com> Date: Tue, 17 Dec 2013 02:49:44 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184827: graphics/zgv: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:07 -0000 >Number: 184827 >Category: ports >Synopsis: graphics/zgv: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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 - Add LICENSE - Add amd64 to ONLY_FOR_ARCHS - Add option for SDL support New file: files/patch-zgv_io.c pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/zgv/Makefile graphics/zgv/Makefile --- /usr/ports/graphics/zgv/Makefile 2013-11-06 22:02:02.000000000 +0900 +++ graphics/zgv/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -5,49 +5,69 @@ PORTVERSION= 5.9 PORTREVISION= 5 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= apps/graphics/viewers/svga +MASTER_SITES= SUNSITE/apps/graphics/viewers/svga MAINTAINER= ports@FreeBSD.org COMMENT= Graphics viewer for SVGAlib -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - vga.1:${PORTSDIR}/graphics/svgalib \ - jpeg.11:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png +LICENSE= GPLv2 # (or later) -ONLY_FOR_ARCHS= i386 -USE_GMAKE= yes +LIB_DEPENDS= libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libpng15.so:${PORTSDIR}/graphics/png \ + libtiff.so:${PORTSDIR}/graphics/tiff + +OPTIONS_DEFINE= SDL + +USES= gmake ALL_TARGET= zgv info -MAKE_ENV= ZGV_LIBS="${LDFLAGS}" -BINMODE= 4755 -PLIST_FILES= bin/zgv etc/zgvrc.sample -.if !defined(NO_INSTALL_MANPAGES) -MAN1= zgv.1 -.endif -.if !defined(NOPORTDOCS) +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + INFO= zgv -PORTDOCS= NEWS README SECURITY TODO INSTALL + +.include + +.if ${PORT_OPTIONS:MSDL} +USE_SDL= sdl +MAKE_ENV+= BACKEND=SDL +CPPFLAGS+= $$(${SDL_CONFIG} --cflags) +LDFLAGS+= $$(${SDL_CONFIG} --libs) +.else +LIB_DEPENDS+= libvga.so:${PORTSDIR}/graphics/svgalib +MAKE_ENV+= BACKEND=SVGALIB +ONLY_FOR_ARGS= i386 amd64 .endif -NO_STAGE= yes +post-extract: + @${RM} ${WRKSRC}/doc/zgv + post-patch: - ${RM} ${WRKSRC}/doc/zgv - @${REINPLACE_CMD} -e 's|ZGV_LIBS=|ZGV_LIBS+=|' ${WRKSRC}/src/Makefile + @${REINPLACE_CMD} -e \ + 's|^CC=|#CC=|g ; \ + s|^CFLAGS=|#CFLAGS=|g ; \ + s|^BACKEND=|#BACKEND=|g ; \ + s|^PREFIX=|#PREFIX=|g ; \ + s|/usr/X11R6|$${LOCALBASE}|g' ${WRKSRC}/config.mk + @${REINPLACE_CMD} -e \ + 's|-I/usr/local/include|$${CPPFLAGS}|g ; \ + s|-L/usr/local/lib|$${LDFLAGS}|g ; \ + s|=-lSDL|=|g' ${WRKSRC}/src/Makefile + @${GREP} -lR "SDL/SDL" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|SDL/SDL|SDL|g' do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/zgv ${PREFIX}/bin - ${INSTALL_DATA} ${WRKSRC}/doc/sample.zgvrc ${PREFIX}/etc/zgvrc.sample -.if !defined(NOPORTDOCS) - ${INSTALL_DATA} ${WRKSRC}/doc/zgv ${PREFIX}/${INFO_PATH}/zgv.info - ${MKDIR} ${DOCSDIR} -.for i in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR} + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} zgv \ + ${STAGEDIR}${PREFIX}/bin/zgv) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} zgv.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1/zgv.1) + (cd ${WRKSRC}/doc && ${INSTALL_DATA} sample.zgvrc \ + ${STAGEDIR}${PREFIX}/etc/zgvrc.sample) + (cd ${WRKSRC}/doc && ${INSTALL_DATA} zgv \ + ${STAGEDIR}${PREFIX}/${INFO_PATH}/zgvrc.info) + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in NEWS README SECURITY TODO INSTALL + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor -.endif -.if !defined(NO_INSTALL_MANPAGES) - ${INSTALL_MAN} ${WRKSRC}/doc/zgv.1 ${MAN1PREFIX}/man/man1 -.endif .include diff -urN /usr/ports/graphics/zgv/files/patch-zgv_io.c graphics/zgv/files/patch-zgv_io.c --- /usr/ports/graphics/zgv/files/patch-zgv_io.c 1970-01-01 09:00:00.000000000 +0900 +++ graphics/zgv/files/patch-zgv_io.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/zgv_io.c.orig ++++ src/zgv_io.c +@@ -645,7 +645,7 @@ + case SDLK_INSERT: return(RK_INSERT); + case SDLK_DELETE: return(RK_DELETE); + case SDLK_RETURN: return(RK_ENTER); +- default: ++ default: ; + /* stop complaints */ + } + diff -urN /usr/ports/graphics/zgv/pkg-plist graphics/zgv/pkg-plist --- /usr/ports/graphics/zgv/pkg-plist 1970-01-01 09:00:00.000000000 +0900 +++ graphics/zgv/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +@mode 4555 +bin/zgv +@mode +etc/zgvrc.sample +man/man1/zgv.1.gz +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/SECURITY +%%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 CFBB96CF for ; Mon, 16 Dec 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 AEB6F1929 for ; Mon, 16 Dec 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 rBGIA7so015981 for ; Mon, 16 Dec 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 rBGIA7i6015980; Mon, 16 Dec 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:07 GMT Resent-Message-Id: <201312161810.rBGIA7i6015980@freefall.freebsd.org> 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 04E7C264 for ; Mon, 16 Dec 2013 18:00:17 +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 BA03517CA for ; Mon, 16 Dec 2013 18:00:16 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 88EFF980072 for ; Tue, 17 Dec 2013 03:00:02 +0900 (JST) Message-Id: <20131217024547.c220d7b6544e5a77f280df4c@yahoo.com> Date: Tue, 17 Dec 2013 02:45:47 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184829: audio/alienwah: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:08 -0000 >Number: 184829 >Category: ports >Synopsis: audio/alienwah: 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: Mon Dec 16 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 - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/alienwah/Makefile audio/alienwah/Makefile --- /usr/ports/audio/alienwah/Makefile 2013-12-02 15:17:41.000000000 +0900 +++ audio/alienwah/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -10,13 +10,15 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Paul Nasca's AlienWah LADSPA Plugin +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:${PORTSDIR}/audio/ladspa USES= gmake MAKE_ARGS= CPP="${CXX}" CXXFLAGS="${CXXFLAGS} -I${LOCALBASE}/include -fPIC" -PLIST_DIRSTRY= lib/ladspa PLIST_FILES= lib/ladspa/aw.so +PLIST_DIRSTRY= lib/ladspa do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/lib/ladspa diff -urN /usr/ports/audio/alienwah/files/patch-aw.cpp audio/alienwah/files/patch-aw.cpp --- /usr/ports/audio/alienwah/files/patch-aw.cpp 2013-11-06 21:52:27.000000000 +0900 +++ audio/alienwah/files/patch-aw.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -1,5 +1,22 @@ ---- aw.cpp.orig Sat Jan 26 02:51:03 2002 -+++ aw.cpp Sat May 26 22:33:51 2007 +--- aw.cpp.orig 2002-01-26 02:51:03.000000000 +0900 ++++ aw.cpp 2013-12-04 04:50:18.000000000 +0900 +@@ -62,11 +62,11 @@ + + /*****************************************************************************/ + +-#include +-#include +-#include +-#include +-#include ++#include ++#include ++#include ++#include ++#include + + /*****************************************************************************/ + @@ -85,6 +85,8 @@ #define AW_INPUT2 6 #define AW_OUTPUT2 7 @@ -9,8 +26,29 @@ /*****************************************************************************/ /* Make number of samples represented by 'delay' proportional to * the sample rate, such that delay=1 is 1 sample buffer at -@@ -139,21 +141,57 @@ - c2(float_complex(0,0)) { +@@ -118,10 +120,10 @@ + unsigned long t2; //?? + unsigned long k; // index for delaybuf + unsigned long k2; // index for delaybuf2 +-float_complex * delaybuf; +-float_complex * delaybuf2; +-float_complex c; //?? +-float_complex c2; //?? ++std::complex * delaybuf; ++std::complex * delaybuf2; ++std::complex c; //?? ++std::complex c2; //?? + float freq; + float startphase; + float feedback; +@@ -135,25 +137,61 @@ + samplerate(lSampleRate), + t(0), t2(0), + k(0), k2(0), +- c(float_complex(0,0)), +- c2(float_complex(0,0)) { ++ c(std::complex(0,0)), ++ c2(std::complex(0,0)) { } +friend LADSPA_Handle instantiateAW(const LADSPA_Descriptor *, @@ -40,12 +78,12 @@ +printf("delay %d\n", delay); + if (delay < 1) delay = 1; + if (delay > MAX_DELAY) delay = MAX_DELAY; -+ delaybuf = new float_complex[delay]; ++ delaybuf = new std::complex[delay]; + if (chans == 2) { -+ delaybuf2 = new float_complex[MAX_DELAY+1]; ++ delaybuf2 = new std::complex[MAX_DELAY+1]; + } + for (unsigned int i =0; i(0,0); + } +} @@ -73,7 +111,7 @@ switch (port) { case AW_FREQ: ((AW *)instance)->lfreq = *datalocation; -@@ -182,38 +220,16 @@ +@@ -182,41 +220,19 @@ * connect_port may be called before of after here, so we * cannot rely upon port data for initialization */ @@ -115,8 +153,21 @@ +{ AW * me = (AW *)instance; float lfo; - float_complex outc; -@@ -238,7 +254,8 @@ +- float_complex outc; ++ std::complex outc; + float lfoskip = me->freq * 2 * PI / me->samplerate; + + if (! me->inited) me->initState(1); +@@ -224,7 +240,7 @@ + for(unsigned int i=0; it++ % LFO_SKIPSAMPLES) == 0) { + lfo = 1 + cos(me->t * lfoskip + me->startphase); +- me->c = float_complex(cos(lfo) * me->feedback, ++ me->c = std::complex(cos(lfo) * me->feedback, + sin(lfo) * me->feedback); + } + outc = me->c * me->delaybuf[me->k] + (1 - me->feedback) * +@@ -238,10 +254,11 @@ /* * Stereo effect? */ @@ -125,7 +176,29 @@ +{ AW * me = (AW *)instance; float lfo; - float_complex outc; +- float_complex outc; ++ std::complex outc; + float lfoskip = me->freq * 2 * PI / me->samplerate; + + if (! me->inited) me->initState(2); +@@ -249,7 +266,7 @@ + for(unsigned int i=0; it++ % LFO_SKIPSAMPLES) == 0) { + lfo = 1 + cos(me->t * lfoskip + me->startphase); +- me->c = float_complex(cos(lfo) * me->feedback, ++ me->c = std::complex(cos(lfo) * me->feedback, + sin(lfo) * me->feedback); + } + outc = me->c * me->delaybuf[me->k] + (1 - me->feedback) * +@@ -262,7 +279,7 @@ + for(unsigned int i=0; it2++ % LFO_SKIPSAMPLES) == 0) { + lfo = 1 + cos(me->t2 * lfoskip); +- me->c2 = float_complex(cos(lfo) * me->feedback, ++ me->c2 = std::complex(cos(lfo) * me->feedback, + sin(lfo) * me->feedback); + } + outc = me->c2 * me->delaybuf2[me->k2] + (1 - me->feedback) * @@ -273,13 +290,11 @@ } } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 A60B87E3 for ; Mon, 16 Dec 2013 18:10: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 84DF71960 for ; Mon, 16 Dec 2013 18:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIADrw016182 for ; Mon, 16 Dec 2013 18:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIADSa016181; Mon, 16 Dec 2013 18:10:13 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:13 GMT Resent-Message-Id: <201312161810.rBGIADSa016181@freefall.freebsd.org> 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 DD4422A6 for ; Mon, 16 Dec 2013 18:01:51 +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 86F8D1852 for ; Mon, 16 Dec 2013 18:01:51 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 4E8C1980177 for ; Tue, 17 Dec 2013 03:01:49 +0900 (JST) Message-Id: <20131217024734.66842fd4abe109b7ee16a0cd@yahoo.com> Date: Tue, 17 Dec 2013 02:47:34 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184849: devel/poslib: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:13 -0000 >Number: 184849 >Category: ports >Synopsis: devel/poslib: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:13 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Support CXXFLAGS properly - Add LICENSE New file: files/patch-tools__fileclient.cpp files/patch-tools__fileserver.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/poslib/Makefile devel/poslib/Makefile --- /usr/ports/devel/poslib/Makefile 2013-11-06 21:51:17.000000000 +0900 +++ devel/poslib/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,29 +3,37 @@ PORTNAME= poslib PORTVERSION= 1.0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel dns MASTER_SITES= SF/posadis/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Posadis C++ DNS library +LICENSE= GPLv2 # (or later) + +OPTIONS_DEFINE= DOCS EXAMPLES + USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes USE_LDCONFIG= yes PLIST_SUB= VERSION="${PORTVERSION}" -DOCS= AUTHORS ChangeLog NEWS README TODO -EXAMPLES= examples/*.cpp +.include + +post-patch: + @${REINPLACE_CMD} -e \ + '/CXXFLAGS/s|-O0|$$CXXFLAGS| ; \ + /LIBS=/s|-lstdc++||' ${WRKSRC}/configure -NO_STAGE= yes post-install: - @${MKDIR} ${EXAMPLESDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${EXAMPLES} ${EXAMPLESDIR} -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in AUTHORS ChangeLog NEWS README TODO + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${DOCSDIR}) +.endfor + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + (cd ${WRKSRC}/examples && ${INSTALL_DATA} *.cpp \ + ${STAGEDIR}${EXAMPLESDIR}) .include diff -urN /usr/ports/devel/poslib/files/patch-tools__fileclient.cpp devel/poslib/files/patch-tools__fileclient.cpp --- /usr/ports/devel/poslib/files/patch-tools__fileclient.cpp 1970-01-01 09:00:00.000000000 +0900 +++ devel/poslib/files/patch-tools__fileclient.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- tools/fileclient.cpp.orig ++++ tools/fileclient.cpp +@@ -20,6 +20,8 @@ + + #include + ++#include ++ + int main(int argc, char **argv) { + DnsMessage *q = NULL, *a = NULL; + char q3[PATH_MAX], *q2 = "", *query = q3, *ptr, *ptr2; diff -urN /usr/ports/devel/poslib/files/patch-tools__fileserver.cpp devel/poslib/files/patch-tools__fileserver.cpp --- /usr/ports/devel/poslib/files/patch-tools__fileserver.cpp 1970-01-01 09:00:00.000000000 +0900 +++ devel/poslib/files/patch-tools__fileserver.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- tools/fileserver.cpp.orig ++++ tools/fileserver.cpp +@@ -32,6 +32,7 @@ + #include + #include + #include ++#include + + DnsMessage *my_handle_query(pending_query *query); + diff -urN /usr/ports/devel/poslib/pkg-plist devel/poslib/pkg-plist --- /usr/ports/devel/poslib/pkg-plist 2013-11-06 21:51:17.000000000 +0900 +++ devel/poslib/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -42,13 +42,13 @@ %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/dnstimeago.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/host.cpp +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/server.cpp +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%% -%%EXAMPLESDIR%%/dnstimeago.cpp -%%EXAMPLESDIR%%/host.cpp -%%EXAMPLESDIR%%/server.cpp -@dirrm %%EXAMPLESDIR%% +@dirrm lib/poslib-%%VERSION%%/include +@dirrm lib/poslib-%%VERSION%% @dirrm include/poslib-%%VERSION%%/poslib/server @dirrm include/poslib-%%VERSION%%/poslib @dirrm include/poslib-%%VERSION%% -@dirrm lib/poslib-%%VERSION%%/include -@dirrm lib/poslib-%%VERSION%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 ECA307E5 for ; Mon, 16 Dec 2013 18:10: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 CBA761962 for ; Mon, 16 Dec 2013 18:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIADQe016191 for ; Mon, 16 Dec 2013 18:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIADaD016190; Mon, 16 Dec 2013 18:10:13 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:13 GMT Resent-Message-Id: <201312161810.rBGIADaD016190@freefall.freebsd.org> 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 C42D060F for ; Mon, 16 Dec 2013 18:06:43 +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 9135218D6 for ; Mon, 16 Dec 2013 18:06:43 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 0C716980191 for ; Tue, 17 Dec 2013 03:06:41 +0900 (JST) Message-Id: <20131217025147.74b559d88db12b83a237f247@yahoo.com> Date: Tue, 17 Dec 2013 02:51:47 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184850: www/webstone-ssl: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:14 -0000 >Number: 184850 >Category: ports >Synopsis: www/webstone-ssl: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:13 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/www/webstone-ssl/Makefile www/webstone-ssl/Makefile --- /usr/ports/www/webstone-ssl/Makefile 2013-11-06 21:57:17.000000000 +0900 +++ www/webstone-ssl/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -12,36 +12,34 @@ MAINTAINER= ports@FreeBSD.org COMMENT= World wide web server benchmarking with SSL support +WRKSRC= ${WRKDIR}/WebStone${PORTVERSION}/src + USE_OPENSSL= yes USE_AUTOTOOLS= autoconf213 -GNU_CONFIGURE= yes -WRKSRC= ${WRKDIR}/WebStone${PORTVERSION}/src ALL_TARGET= install -NO_INSTALL_MANPAGES= yes MAKE_JOBS_UNSAFE= yes -CONFIGURE_ENV= LIBS=-L${OPENSSLLIB} -CFLAGS+= -I${OPENSSLINC} +CPPFLAGS+= -I${OPENSSLINC} +LDFLAGS+= -L${OPENSSLLIB} + +pre-configure: + @${RM} -f ${WRKSRC}/config.cache -NO_STAGE= yes do-install: @${RMDIR} ${WRKSRC}/../bin/runs - @${MKDIR} ${PREFIX}/webstone-ssl/bin - @${MKDIR} ${PREFIX}/webstone-ssl/conf - @${MKDIR} ${PREFIX}/webstone-ssl/lgm - ${INSTALL_SCRIPT} ${WRKSRC}/../bin/* ${PREFIX}/webstone-ssl/bin - ${INSTALL_SCRIPT} ${WRKSRC}/../lgm/* ${PREFIX}/webstone-ssl/lgm - ${INSTALL_DATA} ${WRKSRC}/../conf/* ${PREFIX}/webstone-ssl/conf - ${INSTALL_SCRIPT} ${WRKSRC}/../webstone ${PREFIX}/webstone-ssl + @${MKDIR} ${STAGEDIR}${PREFIX}/webstone-ssl/bin + @${MKDIR} ${STAGEDIR}${PREFIX}/webstone-ssl/conf + @${MKDIR} ${STAGEDIR}${PREFIX}/webstone-ssl/lgm + ${INSTALL_SCRIPT} ${WRKSRC}/../bin/* ${STAGEDIR}${PREFIX}/webstone-ssl/bin + ${INSTALL_SCRIPT} ${WRKSRC}/../lgm/* ${STAGEDIR}${PREFIX}/webstone-ssl/lgm + ${INSTALL_DATA} ${WRKSRC}/../conf/* ${STAGEDIR}${PREFIX}/webstone-ssl/conf + ${INSTALL_SCRIPT} ${WRKSRC}/../webstone ${STAGEDIR}${PREFIX}/webstone-ssl @${MKDIR} ${WRKSRC}/../bin/runs -.for file in webclient webmaster genrand - ${STRIP_CMD} ${PREFIX}/webstone-ssl/bin/${file} +.for i in webclient webmaster genrand + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/webstone-ssl/bin/${i} .endfor -.for file in ws20_cgi ws25_cgi - ${STRIP_CMD} ${PREFIX}/webstone-ssl/lgm/${file} +.for i in ws20_cgi ws25_cgi + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/webstone-ssl/lgm/${i} .endfor -post-install: - @${CAT} ${PKGMESSAGE} - .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 423408A2 for ; Mon, 16 Dec 2013 18:10: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 211CD19E6 for ; Mon, 16 Dec 2013 18:10: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 rBGIAO7D016538 for ; Mon, 16 Dec 2013 18:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAO5Z016537; Mon, 16 Dec 2013 18:10:24 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:24 GMT Resent-Message-Id: <201312161810.rBGIAO5Z016537@freefall.freebsd.org> 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 ECA08635 for ; Mon, 16 Dec 2013 18:07:09 +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 AEB1C18E1 for ; Mon, 16 Dec 2013 18:07:09 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 27328980182 for ; Tue, 17 Dec 2013 03:07:07 +0900 (JST) Message-Id: <20131217025210.9d67e4cd6da63bd3393fa1dc@yahoo.com> Date: Tue, 17 Dec 2013 02:52:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184888: x11-wm/treewm: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:25 -0000 >Number: 184888 >Category: ports >Synopsis: x11-wm/treewm: 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: Mon Dec 16 18:10:24 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-tile.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/treewm/Makefile x11-wm/treewm/Makefile --- /usr/ports/x11-wm/treewm/Makefile 2013-11-06 21:59:16.000000000 +0900 +++ x11-wm/treewm/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -12,37 +12,40 @@ LICENSE= GPLv2 -USES= imake:env +OPTIONS_DEFINE= DOCS EXAMPLES USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake imake:env USE_XORG= x11 ice sm xext xmu xpm xt xxf86vm PORTDOCS= AUTHORS ChangeLog INSTALL PROBLEMS README README.tiling TODO PORTEXAMPLES= default.cfg sample.cfg -OPTIONS_DEFINE= DOCS EXAMPLES - -NO_STAGE= yes .include post-patch: - @${REINPLACE_CMD} -e '/^PREFIX/s| =| ?=| ; /^CXXFLAGS/s| =| ?=| ; \ - s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + '/^PREFIX/s| =| ?=| ; \ + /^CXXFLAGS/s| =| ?=| ; \ + s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/treewm ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/xprop/xprop ${PREFIX}/bin/xprop-treewm - ${INSTALL_PROGRAM} ${WRKSRC}/xkill/xkill ${PREFIX}/bin/xkill-treewm - @${MKDIR} ${DATADIR}/pixmaps - ${INSTALL_DATA} ${WRKSRC}/src/pixmaps/*.xpm ${DATADIR}/pixmaps -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_DATA} ${PORTEXAMPLES:S|^|${WRKSRC}/|} ${EXAMPLESDIR} -.endif + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} treewm \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/xprop && ${INSTALL_PROGRAM} xprop \ + ${STAGEDIR}${PREFIX}/bin/xprop-treewm) + (cd ${WRKSRC}/xkill && ${INSTALL_PROGRAM} xkill \ + ${STAGEDIR}${PREFIX}/bin/xkill-treewm) + @${MKDIR} ${STAGEDIR}${DATADIR}/pixmaps + (cd ${WRKSRC}/src/pixmaps && ${INSTALL_DATA} *.xpm \ + ${STAGEDIR}${DATADIR}/pixmaps) + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for F in ${PORTDOCS} + (cd ${WRKSRC} && ${INSTALL_DATA} ${F} ${STAGEDIR}${DOCSDIR}) +.endfor + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} +.for F in ${PORTEXAMPLES} + (cd ${WRKSRC} && ${INSTALL_DATA} ${F} ${STAGEDIR}${EXAMPLESDIR}) +.endfor .include diff -urN /usr/ports/x11-wm/treewm/files/patch-tile.cc x11-wm/treewm/files/patch-tile.cc --- /usr/ports/x11-wm/treewm/files/patch-tile.cc 1970-01-01 09:00:00.000000000 +0900 +++ x11-wm/treewm/files/patch-tile.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/tile.cc.orig ++++ src/tile.cc +@@ -5,6 +5,7 @@ + #include + #include + //#include ++#include + + /* + * changed<05.02.2003> by Rudolf Polzer: including namespace std (C++) diff -urN /usr/ports/x11-wm/treewm/pkg-descr x11-wm/treewm/pkg-descr --- /usr/ports/x11-wm/treewm/pkg-descr 2013-11-06 21:59:16.000000000 +0900 +++ x11-wm/treewm/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -1,21 +1,22 @@ -treewm is a window manager that tries to implement a new concept. In addition -to the client windows the user can create desktops which can themselves contain -windows and desktops. By arranging the windows in such a tree the user is able -to manage his tasks efficiently treewm is feature-rich, flexible and provides -a powerful concept. However, treewm's look is is rather puristic, and its feel -is not always intuitive, but with a bit of practise it should be very effective -to use. +treewm is a window manager that tries to implement a new concept. In +addition to the client windows the user can create desktops which can +themselves contain windows and desktops. By arranging the windows in +such a tree the user is able to manage his tasks efficiently treewm is +feature-rich, flexible and provides a powerful concept. However, +treewm's look is is rather puristic, and its feel is not always +intuitive, but with a bit of practise it should be very effective to +use. Short feature list (some of them are quite unique among window managers): - - - Allows to create desktops and to arbitrarily move windows between desktops - - Many options (such as sticky, autoresize, always on top, or the focus or - raise policy) can be set for any desktop or window + - Allows to create desktops and to arbitrarily move windows between + desktops + - Many options (such as sticky, autoresize, always on top, or the + focus or raise policy) can be set for any desktop or window - Can be fully customized using the configuration file - - Has a very powerful (somewhat vi-like) command mode, and can be controlled - from shell scripts via a FIFO + - Has a very powerful (somewhat vi-like) command mode, and can be + controlled from shell scripts via a FIFO - Icons can be placed on desktops that can execute arbitrary commands - - Only uses very common libraries, in particular it doesn't require GTK, Qt, - or anything like that + - Only uses very common libraries, in particular it doesn't require + GTK, Qt, or anything like that WWW: http://treewm.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:27 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4F4458AF for ; Mon, 16 Dec 2013 18:10: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 2E63F19F3 for ; Mon, 16 Dec 2013 18:10: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 rBGIARhM016592 for ; Mon, 16 Dec 2013 18:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIARem016591; Mon, 16 Dec 2013 18:10:27 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:27 GMT Resent-Message-Id: <201312161810.rBGIARem016591@freefall.freebsd.org> 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 E6BE238B for ; Mon, 16 Dec 2013 18:02:18 +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 929F0185F for ; Mon, 16 Dec 2013 18:02:18 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 93D47980179 for ; Tue, 17 Dec 2013 03:02:16 +0900 (JST) Message-Id: <20131217024801.95e01f3c8014fdfa321bcf8b@yahoo.com> Date: Tue, 17 Dec 2013 02:48:01 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184894: games/bastet: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:27 -0000 >Number: 184894 >Category: ports >Synopsis: games/bastet: 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: Mon Dec 16 18:10:26 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-BastetBlockChooser.hpp >How-To-Repeat: >Fix: diff -urN /usr/ports/games/bastet/Makefile games/bastet/Makefile --- /usr/ports/games/bastet/Makefile 2013-12-12 21:50:20.000000000 +0900 +++ games/bastet/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -9,36 +9,45 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= An ncurses Tetris clone which is harder than every other Tetris +COMMENT= Ncurses Tetris clone which is harder than every other Tetris LICENSE= GPLv3 # (or later) LIB_DEPENDS= libboost_program_options.so:${PORTSDIR}/devel/boost-libs -USES= ncurses -USE_GMAKE= yes +USES= gmake ncurses CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -MAN6= bastet.6 -PLIST_FILES= bin/bastet +PLIST_FILES= bin/bastet man/man6/bastet.6.gz -NO_STAGE= yes .include -.if ${ARCH} != "i386" +.if ${OSVERSION} < 1000024 +.if exists(/usr/bin/clang) +CC= clang +CXX= clang++ +CPP= clang-cpp +.else +.if ${ARCH} == "i386" +CXXFLAGS+= -fexceptions +.else USE_GCC= yes .endif +.endif +.endif post-patch: @${REINPLACE_CMD} -e \ 's|^CXXFLAGS+=-D|CXXFLAGS+=$$(CPPFLAGS) -D| ; \ - s|$$(CXX) -MM|$$(CXX) $$(CPPFLAGS) -MM| ; \ + s|$$(CXX) -MM|$$(CXX) $$(CXXFLAGS) -MM| ; \ s| -ggdb | |' ${WRKSRC}/Makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bastet ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/bastet.6 ${MAN6PREFIX}/man/man6 + (cd ${WRKSRC} && ${INSTALL_PROGRAM} bastet \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} bastet.6 \ + ${STAGEDIR}${MAN6PREFIX}/man/man6) .include diff -urN /usr/ports/games/bastet/files/patch-BastetBlockChooser.hpp games/bastet/files/patch-BastetBlockChooser.hpp --- /usr/ports/games/bastet/files/patch-BastetBlockChooser.hpp 1970-01-01 09:00:00.000000000 +0900 +++ games/bastet/files/patch-BastetBlockChooser.hpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,47 @@ +--- BastetBlockChooser.hpp.orig 2009-03-21 06:49:31.000000000 +0900 ++++ BastetBlockChooser.hpp 2013-11-29 22:35:48.000000000 +0900 +@@ -23,19 +23,32 @@ + + #include "Well.hpp" + ++#if !defined(_LIBCPP_VERSION) + #include ++#else ++#include ++#endif + #include + #include + ++#if !defined(_LIBCPP_VERSION) + //boilerplate to use boost::hash as std::tr1::hash + namespace std{namespace tr1{ ++#else ++//boilerplate to use boost::hash as std::hash ++namespace std{ ++#endif + template<> struct hash{ + size_t operator()(const Bastet::BlockPosition &fb) const{ + static boost::hash h; + return h(fb); + } + }; ++#if !defined(_LIBCPP_VERSION) + }} ++#else ++ } ++#endif + + namespace Bastet{ + +@@ -83,7 +96,11 @@ + public: + Searcher(BlockType b, const Well *well, Vertex v, WellVisitor *visitor); + private: ++#if !defined(_LIBCPP_VERSION) + std::tr1::unordered_set _visited; ++#else ++ std::unordered_set _visited; ++#endif + //std::set _visited; ^^ the above is more efficient, we need to do many inserts + BlockType _block; + const Well *_well; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 91F8C8F2 for ; Mon, 16 Dec 2013 18:10: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 707FD1A0A for ; Mon, 16 Dec 2013 18:10:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAUqc016691 for ; Mon, 16 Dec 2013 18:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAU6K016690; Mon, 16 Dec 2013 18:10:30 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:30 GMT Resent-Message-Id: <201312161810.rBGIAU6K016690@freefall.freebsd.org> 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 0B7DF39F for ; Mon, 16 Dec 2013 18:03:24 +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 C0E3C186B for ; Mon, 16 Dec 2013 18:03:23 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 6F12D980178 for ; Tue, 17 Dec 2013 03:03:20 +0900 (JST) Message-Id: <20131217024831.48f8af3e20eddbd4024984ca@yahoo.com> Date: Tue, 17 Dec 2013 02:48:31 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184905: games/gma: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:30 -0000 >Number: 184905 >Category: ports >Synopsis: games/gma: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:30 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE - Support PLIST_FILES New file: files/patch-apprentice.cc Remove file: files/patch-aa files/patch-configure pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/gma/Makefile games/gma/Makefile --- /usr/ports/games/gma/Makefile 2013-11-06 22:00:27.000000000 +0900 +++ games/gma/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,12 +3,22 @@ PORTNAME= gma PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= games MASTER_SITES= http://www.student.nada.kth.se/~d92-jwa/code/gma/ MAINTAINER= ports@FreeBSD.org COMMENT= Go-moku game which learns playing the game from studying its opponent +LICENSE= GPLv2 # (or later) + GNU_CONFIGURE= yes +PLIST_FILES= bin/apprentice.gmaplayer bin/gma-console + +post-patch: + @${REINPLACE_CMD} -e \ + 's|stl\.h|map| ; \ + s|^CXXFLAGS|#CXXFLAGS|' ${WRKSRC}/configure + .include diff -urN /usr/ports/games/gma/files/patch-aa games/gma/files/patch-aa --- /usr/ports/games/gma/files/patch-aa 2013-11-06 22:00:27.000000000 +0900 +++ games/gma/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,13 +0,0 @@ ---- src/Makefile.in.old Wed Jul 19 16:44:37 2000 -+++ src/Makefile.in Wed Jul 19 16:45:06 2000 -@@ -58,8 +58,8 @@ - PRE_UNINSTALL = : - POST_UNINSTALL = : - AWK = @AWK@ --CXX = @CXX@ --CXXFLAGS = @CXXFLAGS@ -+CXX ?= @CXX@ -+CXXFLAGS += @CXXFLAGS@ - LN_S = @LN_S@ - MAKEINFO = @MAKEINFO@ - PACKAGE = @PACKAGE@ diff -urN /usr/ports/games/gma/files/patch-apprentice.cc games/gma/files/patch-apprentice.cc --- /usr/ports/games/gma/files/patch-apprentice.cc 1970-01-01 09:00:00.000000000 +0900 +++ games/gma/files/patch-apprentice.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/apprentice.cc.orig ++++ src/apprentice.cc +@@ -32,6 +32,8 @@ + #include "moves.h" + #include "gma.h" + ++using std::string; ++ + #define BOARD_SIZE 50 + #define MAX_DEPTH 2 + diff -urN /usr/ports/games/gma/files/patch-configure games/gma/files/patch-configure --- /usr/ports/games/gma/files/patch-configure 2013-11-06 22:00:27.000000000 +0900 +++ games/gma/files/patch-configure 1970-01-01 09:00:00.000000000 +0900 @@ -1,43 +0,0 @@ ---- configure.orig Sun May 18 19:14:38 2003 -+++ configure Sun May 18 19:17:02 2003 -@@ -1246,40 +1246,6 @@ - fi - - --ac_safe=`echo "stl.h" | sed 'y%./+-%__p_%'` --echo $ac_n "checking for stl.h""... $ac_c" 1>&6 --echo "configure:1252: checking for stl.h" >&5 --if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then -- echo $ac_n "(cached) $ac_c" 1>&6 --else -- cat > conftest.$ac_ext < --EOF --ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" --{ (eval echo configure:1262: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } --ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` --if test -z "$ac_err"; then -- rm -rf conftest* -- eval "ac_cv_header_$ac_safe=yes" --else -- echo "$ac_err" >&5 -- echo "configure: failed program was:" >&5 -- cat conftest.$ac_ext >&5 -- rm -rf conftest* -- eval "ac_cv_header_$ac_safe=no" --fi --rm -f conftest* --fi --if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then -- echo "$ac_t""yes" 1>&6 -- : --else -- echo "$ac_t""no" 1>&6 --{ echo "configure: error: This program requires STL to compile. Sorry." 1>&2; exit 1; } --fi -- - ac_safe=`echo "string" | sed 'y%./+-%__p_%'` - echo $ac_n "checking for string""... $ac_c" 1>&6 - echo "configure:1286: checking for string" >&5 diff -urN /usr/ports/games/gma/files/patch-moves.h games/gma/files/patch-moves.h --- /usr/ports/games/gma/files/patch-moves.h 2013-11-06 22:00:27.000000000 +0900 +++ games/gma/files/patch-moves.h 2013-12-17 00:00:00.000000000 +0900 @@ -1,11 +1,13 @@ ---- src/moves.h.orig Sun May 18 19:18:04 2003 -+++ src/moves.h Sun May 18 19:18:19 2003 -@@ -24,7 +24,7 @@ +--- src/moves.h.orig ++++ src/moves.h +@@ -24,7 +24,9 @@ #include "pattern.h" -#include -+#include ++#include ++ ++using std::map; class Moves:map { diff -urN /usr/ports/games/gma/files/patch-scores.h games/gma/files/patch-scores.h --- /usr/ports/games/gma/files/patch-scores.h 2013-11-06 22:00:27.000000000 +0900 +++ games/gma/files/patch-scores.h 2013-12-17 00:00:00.000000000 +0900 @@ -1,15 +1,16 @@ --- src/scores.h.orig Mon Apr 17 02:52:22 2000 +++ src/scores.h Sun May 18 19:19:41 2003 -@@ -22,9 +22,11 @@ +@@ -22,10 +22,12 @@ #ifndef SCORES_H #define SCORES_H -#include -+#include ++#include #include #include "pattern.h" -+ -+using namespace std; ++using std::map; ++ class Scores { + public: diff -urN /usr/ports/games/gma/pkg-descr games/gma/pkg-descr --- /usr/ports/games/gma/pkg-descr 2013-11-06 22:00:27.000000000 +0900 +++ games/gma/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -1,8 +1,9 @@ -GMA or "The Go-Moku Apprentice" is a computerized go-moku player that learns -playing the game entirely from its opponent. It was written for fun by -Johan Walles (d92-jwa@nada.kth.se) in October 1998. +GMA or "The Go-Moku Apprentice" is a computerized go-moku player that +learns playing the game entirely from its opponent. It was written for +fun by Johan Walles (d92-jwa@nada.kth.se) in October 1998. -The goal of Go-Moku is to get five (or more) marks in a row (horisontally, -vertically or diagonally). You get to put one mark each time it is your turn. +The goal of Go-Moku is to get five (or more) marks in a row +(horisontally, vertically or diagonally). You get to put one mark each +time it is your turn. WWW: http://www.student.nada.kth.se/~d92-jwa/code/ diff -urN /usr/ports/games/gma/pkg-plist games/gma/pkg-plist --- /usr/ports/games/gma/pkg-plist 2013-11-06 22:00:27.000000000 +0900 +++ games/gma/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,2 +0,0 @@ -bin/apprentice.gmaplayer -bin/gma-console >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 4BCAF83E for ; Mon, 16 Dec 2013 18:10: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 2B9ED198A for ; Mon, 16 Dec 2013 18:10: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 rBGIAJKE016355 for ; Mon, 16 Dec 2013 18:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAJ41016354; Mon, 16 Dec 2013 18:10:19 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:19 GMT Resent-Message-Id: <201312161810.rBGIAJ41016354@freefall.freebsd.org> 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 709A63BF for ; Mon, 16 Dec 2013 18:04:28 +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 453E51884 for ; Mon, 16 Dec 2013 18:04:28 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 6F3DE98017F for ; Tue, 17 Dec 2013 03:04:26 +0900 (JST) Message-Id: <20131217024931.ee286b6119c7a44296dc8c28@yahoo.com> Date: Tue, 17 Dec 2013 02:49:31 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184868: graphics/gsculpt: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:19 -0000 >Number: 184868 >Category: ports >Synopsis: graphics/gsculpt: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:18 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add DESKTOP_ENTRIES New file: files/patch-cpp__Util__Pool.h >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gsculpt/Makefile graphics/gsculpt/Makefile --- /usr/ports/graphics/gsculpt/Makefile 2013-12-12 21:50:20.000000000 +0900 +++ graphics/gsculpt/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,13 +3,13 @@ PORTNAME= gsculpt PORTVERSION= 0.99.47 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME:S,-src,,} DISTNAME= gSculpt-${PORTVERSION}-alpha-src MAINTAINER= ports@FreeBSD.org -COMMENT= An Opensource 3D modelling application +COMMENT= Opensource 3D modelling application LICENSE= GPLv2 @@ -19,18 +19,19 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S,-src,,} -USES= pkgconfig +USES= pkgconfig scons USE_GNOME= pygtk2 USE_GL= glu USE_XORG= x11 -USE_PYTHON= 2.4+ -USE_SCONS= yes -SCONS_BUILDENV= ${SCONS_ENV} +USE_PYTHON= 2 USE_LDCONFIG= ${PREFIX}/lib/gSculpt DATADIR= ${PREFIX}/share/gSculpt -NO_STAGE= yes +DESKTOP_ENTRIES="gSculpt" "" \ + "${DATADIR}/gsimages/gSculpt_Glass_Master_by_Gary_Rose.png" \ + "${PORTNAME}" "Graphics;GTK;" "" + .include .if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" @@ -53,11 +54,13 @@ /^cppLibs/s|BackgroundModel|BackgroundMesh|" \ ${WRKSRC}/SConstruct @${REINPLACE_CMD} -e \ - "/^prefix/s|=.*|= '${PREFIX}'| ; \ + "/^prefix/s|=.*|= '${STAGEDIR}${PREFIX}'| ; \ /^gSculptStartDir/s|=.*|= os.path.join( pysitelibdir )|" \ ${WRKSRC}/SConstruct-install do-install: - @cd ${WRKSRC} && ${SCONS_BIN} -f SConstruct-install ${PREFIX} + @(cd ${WRKSRC} && ${SCONS} -f SConstruct-install install) + @(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \ + -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) .include diff -urN /usr/ports/graphics/gsculpt/files/patch-cpp__Util__Pool.h graphics/gsculpt/files/patch-cpp__Util__Pool.h --- /usr/ports/graphics/gsculpt/files/patch-cpp__Util__Pool.h 1970-01-01 09:00:00.000000000 +0900 +++ graphics/gsculpt/files/patch-cpp__Util__Pool.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- cpp/Util/Pool.h.orig ++++ cpp/Util/Pool.h +@@ -8,6 +8,7 @@ + #ifndef POOL_H__ + #define POOL_H__ + ++#include + #include + + #include diff -urN /usr/ports/graphics/gsculpt/pkg-plist graphics/gsculpt/pkg-plist --- /usr/ports/graphics/gsculpt/pkg-plist 2013-11-06 22:01:31.000000000 +0900 +++ graphics/gsculpt/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -486,6 +486,7 @@ %%PYTHON_SITELIBDIR%%/Britefury/gSculptConfig/gSculptConfig.pyc %%PYTHON_SITELIBDIR%%/Britefury/gSculptConfig/gSculptUserConfig.pyc %%PYTHON_SITELIBDIR%%/gsculpt.py +%%PYTHON_SITELIBDIR%%/gsculpt.pyc %%DATADIR%%/gsimages/background_images.png %%DATADIR%%/gsimages/background_models.png %%DATADIR%%/gsimages/draw_backg_transparent.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 1DFD668D for ; Mon, 16 Dec 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 F0FD71915 for ; Mon, 16 Dec 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 rBGIA3Ei015886 for ; Mon, 16 Dec 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 rBGIA35v015885; Mon, 16 Dec 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:03 GMT Resent-Message-Id: <201312161810.rBGIA35v015885@freefall.freebsd.org> 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 323CA393 for ; Mon, 16 Dec 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 D2FEF1863 for ; Mon, 16 Dec 2013 18:02:24 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id DBA2F98017A for ; Tue, 17 Dec 2013 03:02:19 +0900 (JST) Message-Id: <20131217024805.34a89d39314da1db0b24e280@yahoo.com> Date: Tue, 17 Dec 2013 02:48:05 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184821: games/cheech: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:04 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:04 -0000 >Number: 184821 >Category: ports >Synopsis: games/cheech: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/games/cheech/Makefile games/cheech/Makefile --- /usr/ports/games/cheech/Makefile 2013-11-06 22:01:07.000000000 +0900 +++ games/cheech/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= cheech PORTVERSION= 0.8 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= SF EXTRACT_SUFX= .tgz @@ -11,15 +11,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multiplayer Chinese Checkers game -LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ - libgnet-2.0.so:${PORTSDIR}/net/gnet2 +LICENSE= GPLv2 # (or later) -USES= gmake pkgconfig -GNU_CONFIGURE= yes -USE_AUTOTOOLS= automake:env +LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2 OPTIONS_DEFINE= DOCS +USES= gmake pkgconfig +USE_GNOME= gtkmm24 +USE_AUTOTOOLS= automake:env +GNU_CONFIGURE= yes + DESKTOP_ENTRIES= "cheech" \ "${COMMENT}" \ "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ @@ -27,15 +29,17 @@ "Game;BoardGame;" \ "false" -INSTALL_TARGET= install install-cheechdocDATA - post-patch: - @${REINPLACE_CMD} -e "s|doc/cheech|share/doc/cheech|g" \ - -e "s|: install-cheechdocDATA|:|g" \ - ${WRKSRC}/Makefile.in - @${REINPLACE_CMD} -e 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \ - s|#include ||g' \ - ${WRKSRC}/src/*.cc + @${REINPLACE_CMD} -e \ + 's|$${prefix}/doc|$$(datadir)/doc| ; \ + /^cheechdoc_DATA/s|COPYING||' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + '/^AM_CXXFLAGS/s|[[:blank:]]-g||' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e \ + 's|\([[:blank:]]\)usleep|\1Glib::usleep|' ${WRKSRC}/src/utility.cc + @${REINPLACE_CMD} -e \ + 's|connect(SigC::slot|connect(sigc::mem_fun|g ; \ + s|#include ||g' ${WRKSRC}/src/*.cc pre-configure: @${LN} -sf ${AUTOMAKE_DIR}/install-sh ${WRKSRC} diff -urN /usr/ports/games/cheech/pkg-plist games/cheech/pkg-plist --- /usr/ports/games/cheech/pkg-plist 2013-11-06 22:01:07.000000000 +0900 +++ games/cheech/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -39,7 +39,6 @@ %%DATADIR%%/cheechweb/images/peg-yellow.png %%DATADIR%%/cheechweb/index.html %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS @@ -50,8 +49,8 @@ share/pixmaps/cheech/highlight.png share/pixmaps/cheech/pegs.png share/pixmaps/cheech/smiley.png -@dirrmtry share/pixmaps/cheech -%%PORTDOCS%%@dirrmtry %%DOCSDIR%% -@dirrmtry %%DATADIR%%/cheechweb/images -@dirrmtry %%DATADIR%%/cheechweb -@dirrmtry %%DATADIR%% +@dirrm share/pixmaps/cheech +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/cheechweb/images +@dirrm %%DATADIR%%/cheechweb +@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 08E77696 for ; Mon, 16 Dec 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 DAC92191E for ; Mon, 16 Dec 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 rBGIA5IQ015926 for ; Mon, 16 Dec 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 rBGIA5nv015925; Mon, 16 Dec 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:05 GMT Resent-Message-Id: <201312161810.rBGIA5nv015925@freefall.freebsd.org> 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 0DED863A for ; Mon, 16 Dec 2013 18:07:15 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id C09AC18E3 for ; Mon, 16 Dec 2013 18:07:14 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id AEDB51560149 for ; Tue, 17 Dec 2013 03:07:10 +0900 (JST) Message-Id: <20131217025214.126b0c837e8f2e99c24a907e@yahoo.com> Date: Tue, 17 Dec 2013 02:52:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184824: x11-wm/wmii-devel: Update MASTER_SITES and WWW: line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:06 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:06 -0000 >Number: 184824 >Category: ports >Synopsis: x11-wm/wmii-devel: 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: Mon Dec 16 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 and WWW: line - Fix build on -current - Add LICENSE New file: files/patch-cmd__Makefile files/patch-cmd__menu__Makefile files/patch-cmd__wmii__Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/wmii-devel/Makefile x11-wm/wmii-devel/Makefile --- /usr/ports/x11-wm/wmii-devel/Makefile 2013-11-06 21:59:20.000000000 +0900 +++ x11-wm/wmii-devel/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -4,42 +4,100 @@ PORTNAME= wmii DISTVERSION= 3.9.2 CATEGORIES= x11-wm -MASTER_SITES= http://dl.suckless.org/wmii/ +MASTER_SITES= GOOGLE_CODE +PKGNAMESUFFIX= -devel DISTNAME= wmii+ixp-${DISTVERSION} EXTRACT_SUFX= .tbz -PKGNAMESUFFIX= -devel MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic, minimalist window manager for X11 -LIB_DEPENDS= ixp:${PORTSDIR}/devel/libixp +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libixp.so:${PORTSDIR}/devel/libixp + +OPTIONS_DEFINE= DOCS -USES= pkgconfig CONFLICTS= wmii-3.6* USE_BZIP2= yes +USES= pkgconfig USE_XORG= x11 xext xrandr xrender xinerama xft - -MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \ - CC="${CC} -c" LD="${CC}" LIBIXP="-lixp" STATIC="" \ - MAN="${MANPREFIX}/man" DOC="${DOCSDIR}" MAKE_ENV= noisycc=1 # unmute build commands, useful for logs +MAKE_ARGS= PREFIX="${PREFIX}" INCLUDE="${LOCALBASE}/include" \ + CC="${CC} -c" LD="${CC}" LIBIXP="-lixp" \ + STATIC="" MAN="${MANPREFIX}/man" DOC="${DOCSDIR}" -MAN1= wimenu.1 wmii9menu.1 wmii.1 wmiir.1 - -OPTIONS_DEFINE= DOCS - -NO_STAGE= yes .include -post-patch: .SILENT +post-patch: # Link against `devel/libixp' from ports and drop extraneous build options - ${REINPLACE_CMD} -e '/libixp/d' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e 's,/usr/lib,${LOCALBASE}/lib, ; /^CFLAGS +=/d' \ + @${REINPLACE_CMD} -e '/libixp/d' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e 's,/usr/lib,${LOCALBASE}/lib, ; /^CFLAGS +=/d' \ ${WRKSRC}/config.mk -.if ! ${PORT_OPTIONS:MDOCS} - ${REINPLACE_CMD} -e '/doc/d' ${WRKSRC}/Makefile - ${REINPLACE_CMD} -e '/DOCDIR/s,$$(INSTALL),:,' ${WRKSRC}/mk/common.mk -.endif + +do-install: +.for i in wmii9menu wmiir + (cd ${WRKSRC}/cmd && ${INSTALL_PROGRAM} ${i}.out \ + ${STAGEDIR}${PREFIX}/bin/${i}) +.endfor +.for i in wmii.rc wmii.sh + (cd ${WRKSRC}/cmd && ${INSTALL_DATA} ${i}.out \ + ${STAGEDIR}${PREFIX}/bin/${i}) +.endfor + (cd ${WRKSRC}/cmd && ${INSTALL_SCRIPT} wihack.out \ + ${STAGEDIR}${PREFIX}/bin/wihack) + (cd ${WRKSRC}/cmd/menu && ${INSTALL_PROGRAM} wimenu.out \ + ${STAGEDIR}${PREFIX}/bin/wimenu) + (cd ${WRKSRC}/cmd/wmii && ${INSTALL_PROGRAM} wmii.out \ + ${STAGEDIR}${PREFIX}/bin/wmii) + (cd ${WRKSRC}/lib && ${INSTALL_LIB} libwmii_hack.so \ + ${STAGEDIR}${PREFIX}/lib) + (cd ${WRKSRC}/man && ${INSTALL_MAN} *.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + @${MKDIR} ${STAGEDIR}${ETCDIR} +.for i in welcome wmiirc + (cd ${WRKSRC}/rc && ${INSTALL_DATA} ${i}.out \ + ${STAGEDIR}${ETCDIR}/${i}) +.endfor + @${MKDIR} ${STAGEDIR}${ETCDIR}/plan9port + (cd ${WRKSRC}/alternative_wmiircs/plan9port && ${INSTALL_DATA} wmiirc \ + ${STAGEDIR}${ETCDIR}/plan9port) + @${MKDIR} ${STAGEDIR}${ETCDIR}/python +.for i in wmiirc wmiirc.py + (cd ${WRKSRC}/alternative_wmiircs/python && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${ETCDIR}/python) +.endfor + @${MKDIR} ${STAGEDIR}${ETCDIR}/python/pygmi + (cd ${WRKSRC}/alternative_wmiircs/python/pygmi && ${INSTALL_DATA} *.py \ + ${STAGEDIR}${ETCDIR}/python/pygmi) + @${MKDIR} ${STAGEDIR}${ETCDIR}/python/pyxp + (cd ${WRKSRC}/alternative_wmiircs/python/pyxp && ${INSTALL_DATA} *.py \ + ${STAGEDIR}${ETCDIR}/python/pyxp) + @${MKDIR} ${STAGEDIR}${ETCDIR}/ruby +.for i in config.rb config.yaml wmiirc + (cd ${WRKSRC}/alternative_wmiircs/ruby && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${ETCDIR}/ruby) +.endfor + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in LICENSE README + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) +.endfor + (cd ${WRKSRC}/doc && ${INSTALL_DATA} wmii.pdf ${STAGEDIR}${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR}/alternative_wmiircs + (cd ${WRKSRC}/alternative_wmiircs && ${INSTALL_DATA} README \ + ${STAGEDIR}${DOCSDIR}/alternative_wmiircs) + @${MKDIR} ${STAGEDIR}${DOCSDIR}/alternative_wmiircs/plan9port + (cd ${WRKSRC}/alternative_wmiircs/plan9port && ${INSTALL_DATA} README \ + ${STAGEDIR}${DOCSDIR}/alternative_wmiircs/plan9port) + @${MKDIR} ${STAGEDIR}${DOCSDIR}/alternative_wmiircs/python + (cd ${WRKSRC}/alternative_wmiircs/python && ${INSTALL_DATA} README \ + ${STAGEDIR}${DOCSDIR}/alternative_wmiircs/python) + @${MKDIR} ${STAGEDIR}${DOCSDIR}/alternative_wmiircs/ruby +.for i in HISTORY LICENSE README + (cd ${WRKSRC}/alternative_wmiircs/ruby && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${DOCSDIR}/alternative_wmiircs/ruby) +.endfor .include diff -urN /usr/ports/x11-wm/wmii-devel/files/patch-cmd__Makefile x11-wm/wmii-devel/files/patch-cmd__Makefile --- /usr/ports/x11-wm/wmii-devel/files/patch-cmd__Makefile 1970-01-01 09:00:00.000000000 +0900 +++ x11-wm/wmii-devel/files/patch-cmd__Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,21 @@ +--- cmd/Makefile..orig ++++ cmd/Makefile +@@ -20,14 +20,14 @@ + include $(ROOT)/mk/many.mk + include $(ROOT)/mk/dir.mk + +-OWMIIR=wmiir.o $(OFILES) $(LIBIXP) ++OWMIIR=wmiir.o $(OFILES) + wmiir.out: $(OWMIIR) +- $(LINK) $@ $(OWMIIR) ++ $(LINK) $@ $(OWMIIR) $(LIBIXP) + + wmii/x11.o wmii/xext.o wmii/geom.o wmii/map.o: dall + true + +-O9MENU=wmii9menu.o clientutil.o wmii/x11.o wmii/xext.o wmii/geom.o wmii/map.o $(OFILES) $(LIBIXP) ++O9MENU=wmii9menu.o clientutil.o wmii/x11.o wmii/xext.o wmii/geom.o wmii/map.o $(OFILES) + wmii9menu.out: $(O9MENU) +- $(LINK) $@ $(O9MENU) $$(pkg-config --libs $(X11PACKAGES) xrandr xinerama) -lXext ++ $(LINK) $@ $(O9MENU) $$(pkg-config --libs $(X11PACKAGES) xrandr xrender xinerama) -lXext $(LIBIXP) + diff -urN /usr/ports/x11-wm/wmii-devel/files/patch-cmd__menu__Makefile x11-wm/wmii-devel/files/patch-cmd__menu__Makefile --- /usr/ports/x11-wm/wmii-devel/files/patch-cmd__menu__Makefile 1970-01-01 09:00:00.000000000 +0900 +++ x11-wm/wmii-devel/files/patch-cmd__menu__Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,13 @@ +--- cmd/menu/Makefile.orig ++++ cmd/menu/Makefile +@@ -14,8 +14,8 @@ + + PACKAGES += $(X11PACKAGES) xext xrandr xrender xinerama + +-LIB = $(LIBIXP) +-LIBS += -lm $(LIBS9) ++LIBS += $(LIBIXP) ++LIBS += -lm $(LIBS9) $(LIBIXP) + CFLAGS += -DIXP_NEEDAPI=86 + OBJ = main \ + caret \ diff -urN /usr/ports/x11-wm/wmii-devel/files/patch-cmd__wmii__Makefile x11-wm/wmii-devel/files/patch-cmd__wmii__Makefile --- /usr/ports/x11-wm/wmii-devel/files/patch-cmd__wmii__Makefile 1970-01-01 09:00:00.000000000 +0900 +++ x11-wm/wmii-devel/files/patch-cmd__wmii__Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- cmd/wmii/Makefile.orig ++++ cmd/wmii/Makefile +@@ -9,7 +9,7 @@ + + PACKAGES += $(X11PACKAGES) xext xrandr xrender xinerama + +-LIB = $(LIBIXP) ++LIBS += $(LIBIXP) + LIBS += -lm $(LIBS9) + + CFLAGS += $(INCICONV) -DIXP_NEEDAPI=97 diff -urN /usr/ports/x11-wm/wmii-devel/pkg-descr x11-wm/wmii-devel/pkg-descr --- /usr/ports/x11-wm/wmii-devel/pkg-descr 2013-11-06 21:59:20.000000000 +0900 +++ x11-wm/wmii-devel/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -1,11 +1,11 @@ -WMII is a small, dynamic window manager for X11. It supports both classic -and tiling (acme-like) window management with extended keyboard, mouse, and -9p filesystem based remote control. It replaces the workspace paradigm with -a new tagging approach and is highly scriptable (with plain shell or Python -and even Chicken). +WMII is a small, dynamic window manager for X11. It supports both +classic and tiling (acme-like) window management with extended keyboard, +mouse, and 9p filesystem based remote control. It replaces the workspace +paradigm with a new tagging approach and is highly scriptable (with +plain shell or Python and even Chicken). Its minimalist philosophy attempts to not exceed 10.000 lines of code -(including all shipped utilities and libraries), to enforce simplicity and -clarity (read: it is hackable and beautiful). +(including all shipped utilities and libraries), to enforce simplicity +and clarity (read: it is hackable and beautiful). -WWW: http://wmii.suckless.org/ +WWW: https://code.google.com/p/wmii/ diff -urN /usr/ports/x11-wm/wmii-devel/pkg-plist x11-wm/wmii-devel/pkg-plist --- /usr/ports/x11-wm/wmii-devel/pkg-plist 2013-11-06 21:59:20.000000000 +0900 +++ x11-wm/wmii-devel/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -5,36 +5,34 @@ bin/wmii.sh bin/wmii9menu bin/wmiir -etc/wmii/plan9port/wmiirc -etc/wmii/python/pygmi/__init__.py -etc/wmii/python/pygmi/event.py -etc/wmii/python/pygmi/fs.py -etc/wmii/python/pygmi/menu.py -etc/wmii/python/pygmi/monitor.py -etc/wmii/python/pygmi/util.py -etc/wmii/python/pyxp/__init__.py -etc/wmii/python/pyxp/asyncclient.py -etc/wmii/python/pyxp/client.py -etc/wmii/python/pyxp/dial.py -etc/wmii/python/pyxp/fcall.py -etc/wmii/python/pyxp/fields.py -etc/wmii/python/pyxp/messages.py -etc/wmii/python/pyxp/mux.py -etc/wmii/python/pyxp/types.py -etc/wmii/python/wmiirc -etc/wmii/python/wmiirc.py -etc/wmii/ruby/config.rb -etc/wmii/ruby/config.yaml -etc/wmii/ruby/wmiirc -etc/wmii/welcome -etc/wmii/wmiirc -@dirrm etc/wmii/ruby -@dirrm etc/wmii/python/pyxp -@dirrm etc/wmii/python/pygmi -@dirrm etc/wmii/python -@dirrm etc/wmii/plan9port -@dirrm etc/wmii +%%ETCDIR%%/plan9port/wmiirc +%%ETCDIR%%/python/pygmi/__init__.py +%%ETCDIR%%/python/pygmi/event.py +%%ETCDIR%%/python/pygmi/fs.py +%%ETCDIR%%/python/pygmi/menu.py +%%ETCDIR%%/python/pygmi/monitor.py +%%ETCDIR%%/python/pygmi/util.py +%%ETCDIR%%/python/pyxp/__init__.py +%%ETCDIR%%/python/pyxp/asyncclient.py +%%ETCDIR%%/python/pyxp/client.py +%%ETCDIR%%/python/pyxp/dial.py +%%ETCDIR%%/python/pyxp/fcall.py +%%ETCDIR%%/python/pyxp/fields.py +%%ETCDIR%%/python/pyxp/messages.py +%%ETCDIR%%/python/pyxp/mux.py +%%ETCDIR%%/python/pyxp/types.py +%%ETCDIR%%/python/wmiirc +%%ETCDIR%%/python/wmiirc.py +%%ETCDIR%%/ruby/config.rb +%%ETCDIR%%/ruby/config.yaml +%%ETCDIR%%/ruby/wmiirc +%%ETCDIR%%/welcome +%%ETCDIR%%/wmiirc lib/libwmii_hack.so +man/man1/wimenu.1.gz +man/man1/wmii.1.gz +man/man1/wmii9menu.1.gz +man/man1/wmiir.1.gz %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/alternative_wmiircs/README @@ -49,3 +47,9 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/alternative_wmiircs/plan9port %%PORTDOCS%%@dirrm %%DOCSDIR%%/alternative_wmiircs %%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%ETCDIR%%/ruby +@dirrm %%ETCDIR%%/python/pyxp +@dirrm %%ETCDIR%%/python/pygmi +@dirrm %%ETCDIR%%/python +@dirrm %%ETCDIR%%/plan9port +@dirrm %%ETCDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 E953E69D for ; Mon, 16 Dec 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 C89F51923 for ; Mon, 16 Dec 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 rBGIA6mJ015948 for ; Mon, 16 Dec 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 rBGIA6cF015947; Mon, 16 Dec 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:06 GMT Resent-Message-Id: <201312161810.rBGIA6cF015947@freefall.freebsd.org> 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 B43BB269 for ; Mon, 16 Dec 2013 18:00:33 +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 8726C17D4 for ; Mon, 16 Dec 2013 18:00:33 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id CE4891880004 for ; Tue, 17 Dec 2013 03:00:31 +0900 (JST) Message-Id: <20131217024611.8986509af228a3a85f44d270@yahoo.com> Date: Tue, 17 Dec 2013 02:46:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184826: audio/mcplay: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:07 -0000 >Number: 184826 >Category: ports >Synopsis: audio/mcplay: 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: Mon Dec 16 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Update MASTER_SITES - Support ncurses >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/mcplay/Makefile audio/mcplay/Makefile --- /usr/ports/audio/mcplay/Makefile 2013-12-12 02:42:02.000000000 +0900 +++ audio/mcplay/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,22 +3,31 @@ PORTNAME= mcplay DISTVERSION= 0.3i +PORTREVISION= 1 CATEGORIES= audio -MASTER_SITES= http://www.yahuxo.de/${PORTNAME}/ +MASTER_SITES= http://www.yahuxo.de/${PORTNAME}/ \ + http://www.sourcefiles.org/Multimedia/MP3/Front_End/ MAINTAINER= ports@FreeBSD.org COMMENT= Curses based front-end to various audio players LICENSE= GPLv2 +USES= ncurses USE_GNOME= glib12 -NO_STAGE= yes -MAN1= ${PORTNAME}.1 -PLIST_FILES= bin/${PORTNAME} +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz + +post-patch: +.for i in mcplay.c screen.c + @${REINPLACE_CMD} -e \ + 's|||' ${WRKSRC}/${i} +.endfor do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${INSTALL_MAN} ${FILESDIR}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1 + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${FILESDIR} && ${INSTALL_MAN} ${PORTNAME}.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1) .include diff -urN /usr/ports/audio/mcplay/files/patch-Makefile audio/mcplay/files/patch-Makefile --- /usr/ports/audio/mcplay/files/patch-Makefile 2013-11-06 21:52:23.000000000 +0900 +++ audio/mcplay/files/patch-Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -18,3 +18,30 @@ BINDIR=$(INSTDIR)/bin ##################################################################### +@@ -33,7 +33,7 @@ + PROGNAME=mcplay + VERSION=0.3i + DISTDIR=$(PROGNAME)-$(VERSION) +-CC=gcc ++CC?=gcc + TARGET=mcplay + OBJECTS=mcplay.o \ + screen.o \ +@@ -48,7 +48,7 @@ + + DATA=Makefile COPYING + +-MY_CFLAGS=-Wall -g -I. -DPROGNAME_S=\"$(PROGNAME)\" -DVERSION_S=\"$(VERSION)\" $(LOG_CFLAGS) ++MY_CFLAGS=-Wall -I. -DPROGNAME_S=\"$(PROGNAME)\" -DVERSION_S=\"$(VERSION)\" $(LOG_CFLAGS) + MY_LFLAGS= + + PLAYER_CFLAGS=$(MPG_CFLAGS) $(OGG_CFLAGS) $(SOX_CFLAGS) $(MID_CFLAGS) +@@ -60,7 +60,7 @@ + NCURSES_CFLAGS= + NCURSES_LFLAGS=-lncurses + +-CFLAGS=$(MY_CFLAGS) $(PLAYER_CFLAGS) $(GLIB_CFLAGS) $(NCURSES_CFLAGS) $(LIRC_CFLAGS) ++CFLAGS+=$(MY_CFLAGS) $(PLAYER_CFLAGS) $(GLIB_CFLAGS) $(NCURSES_CFLAGS) $(LIRC_CFLAGS) + LFLAGS=$(MY_LFLAGS) $(PLAYER_LFLAGS) $(GLIB_LFLAGS) $(NCURSES_LFLAGS) $(LIRC_LFLAGS) + + all: $(TARGET) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 5E34D85D for ; Mon, 16 Dec 2013 18:10: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 3DC2119CF for ; Mon, 16 Dec 2013 18:10: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 rBGIAMTt016445 for ; Mon, 16 Dec 2013 18:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAMuo016444; Mon, 16 Dec 2013 18:10:22 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:22 GMT Resent-Message-Id: <201312161810.rBGIAMuo016444@freefall.freebsd.org> 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 1D99E622 for ; Mon, 16 Dec 2013 18:06:53 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id B9FCD18DB for ; Mon, 16 Dec 2013 18:06:52 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id BE2181560149 for ; Tue, 17 Dec 2013 03:06:50 +0900 (JST) Message-Id: <20131217025156.1dec2c0870e992cc9ad82e2e@yahoo.com> Date: Tue, 17 Dec 2013 02:51:56 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184878: x11/tycoon: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:22 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:22 -0000 >Number: 184878 >Category: ports >Synopsis: x11/tycoon: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:21 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/tycoon/Makefile x11/tycoon/Makefile --- /usr/ports/x11/tycoon/Makefile 2013-11-06 21:55:56.000000000 +0900 +++ x11/tycoon/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -5,24 +5,25 @@ PORTVERSION= 1.07o PORTREVISION= 5 CATEGORIES= x11 -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= X11/desktop +MASTER_SITES= SUNSITE/X11/desktop MAINTAINER= ports@FreeBSD.org COMMENT= Nifty set of desktop apps, including floating buttons -LIB_DEPENDS= forms.2:${PORTSDIR}/x11-toolkits/xforms +LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms USES= imake USE_XORG= xaw -REINPLACE_ARGS= -i "" -NO_STAGE= yes post-patch: - ${RM} -f ${WRKSRC}/xbackdrop/backdrops/index~ - ${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \ + @${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \ ${WRKSRC}/xbackdrop/backdrops/index - ${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \ + @${REINPLACE_CMD} -e 's|^update_file|void update_file|' \ + ${WRKSRC}/xchooser/xchooser.c + @${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \ 's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g' +pre-configure: + @${RM} -f ${WRKSRC}/xbackdrop/backdrops/index?* + .include diff -urN /usr/ports/x11/tycoon/files/patch-ac x11/tycoon/files/patch-ac --- /usr/ports/x11/tycoon/files/patch-ac 2013-11-06 21:55:56.000000000 +0900 +++ x11/tycoon/files/patch-ac 2013-12-17 00:00:00.000000000 +0900 @@ -1,6 +1,6 @@ --- xbackdrop/Imakefile.orig Sat Mar 9 22:41:13 1996 +++ xbackdrop/Imakefile Wed Nov 1 08:19:17 2000 -@@ -1,24 +1,28 @@ +@@ -1,26 +1,27 @@ -XBACKDROP_DIR = /usr/lib/X11/backdrops +XCOMM +XCOMM FBSD--SF--I'm not sure about this location--backdrops?? @@ -28,12 +28,16 @@ +ComplexProgramTargetNoMan(xbackdrop) -install:: xbackdrop @@\ -+install:: xbackdrop @@\ - @if [ -d $(XBACKDROP_DIR) ]; then set +x; \ @@\ - else (set -x; $(MKDIRHIER) $(XBACKDROP_DIR)); fi @@\ - cp backdrops/?* $(XBACKDROP_DIR); @@\ +- @if [ -d $(XBACKDROP_DIR) ]; then set +x; \ @@\ +- else (set -x; $(MKDIRHIER) $(XBACKDROP_DIR)); fi @@\ +- cp backdrops/?* $(XBACKDROP_DIR); @@\ - chown root.root $(XBACKDROP_DIR) $(XBACKDROP_DIR)/?*; @@\ -+ chown root:daemon $(XBACKDROP_DIR) $(XBACKDROP_DIR)/?*; @@\ - chmod 0755 $(XBACKDROP_DIR); @@\ - chmod 0644 $(XBACKDROP_DIR)/?*; @@\ +- chmod 0755 $(XBACKDROP_DIR); @@\ +- chmod 0644 $(XBACKDROP_DIR)/?*; @@\ ++install:: xbackdrop @@\ ++ @if [ -d $(DESTDIR)$(XBACKDROP_DIR) ]; then set +x; \ @@\ ++ else (set -x; $(MKDIRHIER) $(DESTDIR)$(XBACKDROP_DIR)); fi @@\ ++ $(INSTALL) $(INSTALLFLAGS) $(INSTDATFLAGS) backdrops/?* $(DESTDIR)$(XBACKDROP_DIR); @@\ + + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:27 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 988648B1 for ; Mon, 16 Dec 2013 18:10: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 7763C19F5 for ; Mon, 16 Dec 2013 18:10: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 rBGIARtS016601 for ; Mon, 16 Dec 2013 18:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIARwj016600; Mon, 16 Dec 2013 18:10:27 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:27 GMT Resent-Message-Id: <201312161810.rBGIARwj016600@freefall.freebsd.org> 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 5A28B39B for ; Mon, 16 Dec 2013 18:03:09 +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 1D0041868 for ; Mon, 16 Dec 2013 18:03:08 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 2D3911880004 for ; Tue, 17 Dec 2013 03:03:06 +0900 (JST) Message-Id: <20131217024819.43d040ae7dea1ec312f6185f@yahoo.com> Date: Tue, 17 Dec 2013 02:48:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184895: games/galaxyhack: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:27 -0000 >Number: 184895 >Category: ports >Synopsis: games/galaxyhack: 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: Mon Dec 16 18:10:27 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Update MASTER_SITES - Add DESKTOP_ENTRIES >How-To-Repeat: >Fix: diff -urN /usr/ports/games/galaxyhack/Makefile games/galaxyhack/Makefile --- /usr/ports/games/galaxyhack/Makefile 2013-12-12 21:50:17.000000000 +0900 +++ games/galaxyhack/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,64 +3,72 @@ PORTNAME= galaxyhack PORTVERSION= 1.74 -PORTREVISION= 13 +PORTREVISION= 14 CATEGORIES= games -MASTER_SITES= SF -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= SF \ + SF/${PORTNAME}/Fleet%20packages/020906:fleets +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${FLEETS_FILE:S/$/:fleets/} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= AI script based strategy game +LICENSE= GPLv2 + +BUILD_DEPENDS= winicontoppm:${PORTSDIR}/graphics/netpbm LIB_DEPENDS= libboost_filesystem.so:${PORTSDIR}/devel/boost-libs \ libfreetype.so:${PORTSDIR}/print/freetype2 -USES= dos2unix gmake -USE_BZIP2= yes -USE_SDL= gfx image mixer sdl -WRKSRC= ${WRKDIR}/${PORTNAME}/src - OPTIONS_DEFINE= FLEETS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS +OPTIONS_SUB= yes FLEETS_DESC= Install additional fleets +WRKSRC= ${WRKDIR}/${PORTNAME}/src + +USE_BZIP2= yes +USES= dos2unix gmake +USE_SDL= gfx image mixer sdl ALL_TARGET= ${PORTNAME} + SUB_FILES= ${PORTNAME}-sh -FLEETS_FILE= gh_fleets_020906.zip -NO_STAGE= yes +DESKTOP_ENTRIES="GalaxyHack" "" "${PREFIX}/share/pixmaps/galaxyhack.png" \ + "${PORTNAME}" "" "" + .include .if ${PORT_OPTIONS:MFLEETS} -EXTRACT_DEPENDS+= ${UNZIP_CMD}:${PORTSDIR}/archivers/unzip -DISTFILES+= ${FLEETS_FILE} -PLIST_SUB+= FLEETS="" -.else -PLIST_SUB+= FLEETS="@comment " +FLEETS_FILE= gh_fleets_020906.zip .endif .if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} MAKE_ENV+= OPTIMIZED_CFLAGS=YES .endif -do-install: - ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}-sh ${PREFIX}/bin/${PORTNAME} - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/libexec - ${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/../settings.dat ${DATADIR} -.for d in fleets gamedata graphics music standardpictures - ${CP} -R ${WRKSRC}/../${d} ${DATADIR} -.endfor +post-extract: .if ${PORT_OPTIONS:MFLEETS} - @${UNZIP_CMD} -o ${DISTDIR}/${FLEETS_FILE} -x "*/CVS/*" "*/.svn/*" \ - -d ${DATADIR} + (${TAR} -C ${WRKSRC}/.. --exclude "CVS" --exclude ".svn" \ + --unlink -xf ${DISTDIR}/${FLEETS_FILE}) .endif -post-install: - @${CHOWN} -R ${SHAREOWN}:${SHAREGRP} ${DATADIR} - @${FIND} ${DATADIR} -type f -print0 | \ - ${XARGS} -0 ${CHMOD} ${SHAREMODE} - @${FIND} ${DATADIR} -type d -print0 | \ - ${XARGS} -0 ${CHMOD} ${BINMODE} +post-build: + @(winicontoppm ${WRKSRC}/../GalaxyHack.ico | pnmtopng \ + > ${WRKDIR}/galaxyhack.png) + +do-install: + (cd ${WRKDIR} && ${INSTALL_SCRIPT} ${PORTNAME}-sh \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}) + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/libexec) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/.. && ${INSTALL_DATA} settings.dat \ + ${STAGEDIR}${DATADIR}) +.for d in fleets gamedata graphics music standardpictures + @(cd ${WRKSRC}/.. && ${COPYTREE_SHARE} ${d} ${STAGEDIR}${DATADIR}) +.endfor + @${MKDIR} ${STAGEDIR}${PREFIX}/share/pixmaps + (cd ${WRKDIR} && ${INSTALL_DATA} galaxyhack.png \ + ${STAGEDIR}/${PREFIX}/share/pixmaps) .include diff -urN /usr/ports/games/galaxyhack/files/patch-Makefile games/galaxyhack/files/patch-Makefile --- /usr/ports/games/galaxyhack/files/patch-Makefile 2013-11-06 22:01:14.000000000 +0900 +++ games/galaxyhack/files/patch-Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -9,7 +9,7 @@ -LDFLAGS = $(shell sdl-config --libs) -lSDL_image -lSDL_mixer -lboost_filesystem +CXX ?= g++ +CXXFLAGS += $(shell $(SDL_CONFIG) --cflags) -+LDFLAGS += $(shell $(SDL_CONFIG) --libs) -lSDL_image -lSDL_mixer -lboost_filesystem ++LDFLAGS += $(shell $(SDL_CONFIG) --libs) -lSDL_image -lSDL_mixer -lboost_filesystem -lboost_system + +ifdef OPTIMIZED_CFLAGS +CXXFLAGS += -O3 diff -urN /usr/ports/games/galaxyhack/pkg-plist games/galaxyhack/pkg-plist --- /usr/ports/games/galaxyhack/pkg-plist 2013-11-06 22:01:14.000000000 +0900 +++ games/galaxyhack/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -780,6 +780,7 @@ %%DATADIR%%/standardpictures/yellow/smallship/kpovieta_ft1.png %%DATADIR%%/standardpictures/yellow/smallship/ss1-hshape-j.png %%DATADIR%%/standardpictures/yellow/smallship/ss2-xshape-j.png +share/pixmaps/galaxyhack.png @dirrm %%DATADIR%%/standardpictures/yellow/smallship @dirrm %%DATADIR%%/standardpictures/yellow/frigate @dirrm %%DATADIR%%/standardpictures/yellow/capship >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 365758B5 for ; Mon, 16 Dec 2013 18:10:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1460719F9 for ; Mon, 16 Dec 2013 18:10:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIARbt016619 for ; Mon, 16 Dec 2013 18:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIARKh016618; Mon, 16 Dec 2013 18:10:27 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:27 GMT Resent-Message-Id: <201312161810.rBGIARKh016618@freefall.freebsd.org> 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 C10E92A4 for ; Mon, 16 Dec 2013 18:01:45 +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 85275184F for ; Mon, 16 Dec 2013 18:01:45 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 6ED0E980173 for ; Tue, 17 Dec 2013 03:01:42 +0900 (JST) Message-Id: <20131217024726.bd12a1ce401ea4369e3b14d2@yahoo.com> Date: Tue, 17 Dec 2013 02:47:26 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184897: devel/pcre++: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:28 -0000 >Number: 184897 >Category: ports >Synopsis: devel/pcre++: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:27 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Support CXXFLAGS properly - Add LICENSE New file: files/patch-libpcre++__pcre++.h Remove file: files/patch-doc::Makefile.in files/patch-ltmain.sh >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/pcre++/Makefile devel/pcre++/Makefile --- /usr/ports/devel/pcre++/Makefile 2013-11-06 21:49:19.000000000 +0900 +++ devel/pcre++/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,31 +3,36 @@ PORTNAME= pcre++ PORTVERSION= 0.9.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= devel MASTER_SITES= http://www.daemon.de/idisk/Apps/pcre++/ MAINTAINER= ports@FreeBSD.org -COMMENT= A wrapper class around the pcre library +COMMENT= Wrapper class around the pcre library -LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre +LICENSE= LGPL21 -PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config +LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre +USES= gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes -GNU_CONFIGURE= yes -CPPFLAGS+= `${PCRE_CONFIG} --cflags` -LDFLAGS+= `${PCRE_CONFIG} --libs` USE_LDCONFIG= yes -MAN3= Pcre.3 -PLIST_SUB= VERSION=${PORTVERSION} +CPPFLAGS+= $$(${PCRE_CONFIG} --cflags) +LDFLAGS+= $$(${PCRE_CONFIG} --libs) DOCSDIR= ${PREFIX}/share/doc/lib${PORTNAME}-${PORTVERSION} -NO_STAGE= yes +PCRE_CONFIG?= ${LOCALBASE}/bin/pcre-config + post-patch: - @${REINPLACE_CMD} -e 's|-O -g|\@CXXFLAGS\@|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's| ../COPYING|| ; \ + s| $$(prefix)/doc| $${DESTDIR}$$(prefix)/share/doc|' \ + ${WRKSRC}/doc/Makefile.in +.for i in examples/Makefile.in libpcre++/Makefile.in test/Makefile.in + @${REINPLACE_CMD} -e \ + 's|-O -g|@CXXFLAGS@|' ${WRKSRC}/${i} +.endfor .include diff -urN /usr/ports/devel/pcre++/files/patch-doc::Makefile.in devel/pcre++/files/patch-doc::Makefile.in --- /usr/ports/devel/pcre++/files/patch-doc::Makefile.in 2013-11-06 21:49:19.000000000 +0900 +++ devel/pcre++/files/patch-doc::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,13 +0,0 @@ ---- doc/Makefile.in.orig Wed Jun 25 11:56:02 2003 -+++ doc/Makefile.in Wed Jun 25 11:56:17 2003 -@@ -232,8 +232,8 @@ - - - install-data-local: -- $(INSTALL) -m 755 -d $(prefix)/doc/libpcre++-$(VERSION) -- $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/doc/libpcre++-$(VERSION)/ -+ $(INSTALL) -m 755 -d $(prefix)/share/doc/libpcre++-$(VERSION) -+ $(INSTALL) -m 644 $(DOC_FILES) $(prefix)/share/doc/libpcre++-$(VERSION)/ - - # Tell versions [3.59,3.63) of GNU make to not export all variables. - # Otherwise a system limit (for SysV at least) may be exceeded. diff -urN /usr/ports/devel/pcre++/files/patch-libpcre++__pcre++.h devel/pcre++/files/patch-libpcre++__pcre++.h --- /usr/ports/devel/pcre++/files/patch-libpcre++__pcre++.h 1970-01-01 09:00:00.000000000 +0900 +++ devel/pcre++/files/patch-libpcre++__pcre++.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,15 @@ +--- libpcre++/pcre++.h.orig ++++ libpcre++/pcre++.h +@@ -47,11 +47,11 @@ + #include + #include + #include ++#include + + + extern "C" { + #include +- #include + } + + namespace pcrepp { diff -urN /usr/ports/devel/pcre++/files/patch-ltmain.sh devel/pcre++/files/patch-ltmain.sh --- /usr/ports/devel/pcre++/files/patch-ltmain.sh 2013-11-06 21:49:19.000000000 +0900 +++ devel/pcre++/files/patch-ltmain.sh 1970-01-01 09:00:00.000000000 +0900 @@ -1,15 +0,0 @@ ---- ltmain.sh.orig Wed Jun 25 11:24:31 2003 -+++ ltmain.sh Wed Jun 25 11:25:27 2003 -@@ -4325,10 +4325,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if /usr/bin/false; then - name=`$echo "X$file" | $Xsed -e 's%^.*/%%'` - instname="$dir/$name"i - $show "$install_prog $instname $destdir/$name" - $run eval "$install_prog $instname $destdir/$name" || exit $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" diff -urN /usr/ports/devel/pcre++/pkg-plist devel/pcre++/pkg-plist --- /usr/ports/devel/pcre++/pkg-plist 2013-11-06 21:49:19.000000000 +0900 +++ devel/pcre++/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -4,40 +4,40 @@ lib/libpcre++.la lib/libpcre++.so lib/libpcre++.so.0 -%%DOCSDIR%%/AUTHORS -%%DOCSDIR%%/COPYING -%%DOCSDIR%%/ChangeLog -%%DOCSDIR%%/INSTALL -%%DOCSDIR%%/README -%%DOCSDIR%%/annotated.html -%%DOCSDIR%%/classPcre-members.html -%%DOCSDIR%%/classPcre.html -%%DOCSDIR%%/classPcre_1_1exception-members.html -%%DOCSDIR%%/classPcre_1_1exception.html -%%DOCSDIR%%/classpcrepp_1_1Pcre-members.html -%%DOCSDIR%%/classpcrepp_1_1Pcre.html -%%DOCSDIR%%/classpcrepp_1_1Pcre_1_1exception-members.html -%%DOCSDIR%%/classpcrepp_1_1Pcre_1_1exception.html -%%DOCSDIR%%/config.log -%%DOCSDIR%%/doxygen.css -%%DOCSDIR%%/doxygen.png -%%DOCSDIR%%/files.html -%%DOCSDIR%%/functions.html -%%DOCSDIR%%/get_8cc-source.html -%%DOCSDIR%%/get_8cc.html -%%DOCSDIR%%/globals.html -%%DOCSDIR%%/index.html -%%DOCSDIR%%/namespacepcrepp.html -%%DOCSDIR%%/namespaces.html -%%DOCSDIR%%/namespacestd.html -%%DOCSDIR%%/pcre++_8cc-source.html -%%DOCSDIR%%/pcre++_8cc.html -%%DOCSDIR%%/pcre++_8h-source.html -%%DOCSDIR%%/pcre++_8h.html -%%DOCSDIR%%/replace_8cc-source.html -%%DOCSDIR%%/replace_8cc.html -%%DOCSDIR%%/search_8cc-source.html -%%DOCSDIR%%/search_8cc.html -%%DOCSDIR%%/split_8cc-source.html -%%DOCSDIR%%/split_8cc.html -@dirrm %%DOCSDIR%% +man/man3/Pcre.3.gz +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/INSTALL +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/annotated.html +%%PORTDOCS%%%%DOCSDIR%%/classPcre-members.html +%%PORTDOCS%%%%DOCSDIR%%/classPcre.html +%%PORTDOCS%%%%DOCSDIR%%/classPcre_1_1exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/classPcre_1_1exception.html +%%PORTDOCS%%%%DOCSDIR%%/classpcrepp_1_1Pcre-members.html +%%PORTDOCS%%%%DOCSDIR%%/classpcrepp_1_1Pcre.html +%%PORTDOCS%%%%DOCSDIR%%/classpcrepp_1_1Pcre_1_1exception-members.html +%%PORTDOCS%%%%DOCSDIR%%/classpcrepp_1_1Pcre_1_1exception.html +%%PORTDOCS%%%%DOCSDIR%%/config.log +%%PORTDOCS%%%%DOCSDIR%%/doxygen.css +%%PORTDOCS%%%%DOCSDIR%%/doxygen.png +%%PORTDOCS%%%%DOCSDIR%%/files.html +%%PORTDOCS%%%%DOCSDIR%%/functions.html +%%PORTDOCS%%%%DOCSDIR%%/get_8cc-source.html +%%PORTDOCS%%%%DOCSDIR%%/get_8cc.html +%%PORTDOCS%%%%DOCSDIR%%/globals.html +%%PORTDOCS%%%%DOCSDIR%%/index.html +%%PORTDOCS%%%%DOCSDIR%%/namespacepcrepp.html +%%PORTDOCS%%%%DOCSDIR%%/namespaces.html +%%PORTDOCS%%%%DOCSDIR%%/namespacestd.html +%%PORTDOCS%%%%DOCSDIR%%/pcre++_8cc-source.html +%%PORTDOCS%%%%DOCSDIR%%/pcre++_8cc.html +%%PORTDOCS%%%%DOCSDIR%%/pcre++_8h-source.html +%%PORTDOCS%%%%DOCSDIR%%/pcre++_8h.html +%%PORTDOCS%%%%DOCSDIR%%/replace_8cc-source.html +%%PORTDOCS%%%%DOCSDIR%%/replace_8cc.html +%%PORTDOCS%%%%DOCSDIR%%/search_8cc-source.html +%%PORTDOCS%%%%DOCSDIR%%/search_8cc.html +%%PORTDOCS%%%%DOCSDIR%%/split_8cc-source.html +%%PORTDOCS%%%%DOCSDIR%%/split_8cc.html +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 905887A5 for ; Mon, 16 Dec 2013 18:10: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 6F2DA194F for ; Mon, 16 Dec 2013 18:10: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 rBGIAB1f016118 for ; Mon, 16 Dec 2013 18:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIABwF016117; Mon, 16 Dec 2013 18:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:11 GMT Resent-Message-Id: <201312161810.rBGIABwF016117@freefall.freebsd.org> 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 140643E0 for ; Mon, 16 Dec 2013 18:05:21 +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 B2B091894 for ; Mon, 16 Dec 2013 18:05:20 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 4CAA21880004 for ; Tue, 17 Dec 2013 03:05:17 +0900 (JST) Message-Id: <20131217025014.a3516b7c1d050e38e96ecc1f@yahoo.com> Date: Tue, 17 Dec 2013 02:50:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184842: net/netscript: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:11 -0000 >Number: 184842 >Category: ports >Synopsis: net/netscript: 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: Mon Dec 16 18:10:10 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Support PLIST_FILES Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/net/netscript/Makefile net/netscript/Makefile --- /usr/ports/net/netscript/Makefile 2013-11-06 21:53:02.000000000 +0900 +++ net/netscript/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,41 +3,47 @@ PORTNAME= netscript PORTVERSION= 1.7.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= SF \ http://fakehalo.deadpig.org/%SUBDIR%/ - EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Portable/multi-platform lightweight TCP socket scripting -WANT_GNOME= yes +OPTIONS_DEFINE= GTK1 + +USES= ncurses + +CFLAGS+= -DNCURSES -DARPA -DBSD_T -Wl,--export-dynamic +LDFLAGS+= -lcurses -NO_STAGE= yes -.include +PORTDOCS= * +PORTEXAMPLES= * +PLIST_FILES= bin/netscript -.if ${HAVE_GNOME:Mgtk12}!="" +.include + +.if ${PORT_OPTIONS:MGTK1} USE_GNOME+= gtk12 -PKGNAMESUFFIX= -gtk -ALL_TARGET= gbsd -.else -ALL_TARGET= bsd +CFLAGS+= -DGTK +CPPFLAGS+= $$(${GTK_CONFIG:T} --cflags gthread) +LDFLAGS+= $$(${GTK_CONFIG:T} --libs gthread) .endif -post-patch: - @${REINPLACE_CMD} -e "s,gtk-config,${GTK_CONFIG},g" ${WRKSRC}/Makefile +do-build: + (cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} netscript.c \ + -o netscript ${LDFLAGS}) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/netscript ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - @${MKDIR} ${EXAMPLESDIR} - ${CP} -R ${WRKSRC}/examples/* ${EXAMPLESDIR} - @${CHMOD} -R og+r ${EXAMPLESDIR} - @${CHMOD} og+x ${EXAMPLESDIR}/gui ${EXAMPLESDIR}/ncurses -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} netscript \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README \ + ${STAGEDIR}${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + @(cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${EXAMPLESDIR}) -.include +.include diff -urN /usr/ports/net/netscript/pkg-plist net/netscript/pkg-plist --- /usr/ports/net/netscript/pkg-plist 2013-11-06 21:53:02.000000000 +0900 +++ net/netscript/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,28 +0,0 @@ -bin/netscript -%%PORTDOCS%%share/doc/netscript/README -%%PORTDOCS%%share/examples/netscript/README -%%PORTDOCS%%share/examples/netscript/dict.ruleset -%%PORTDOCS%%share/examples/netscript/extern.ruleset -%%PORTDOCS%%share/examples/netscript/fingerd.ruleset -%%PORTDOCS%%share/examples/netscript/ftp.ruleset -%%PORTDOCS%%share/examples/netscript/gui/README -%%PORTDOCS%%share/examples/netscript/gui/gdict.ruleset -%%PORTDOCS%%share/examples/netscript/gui/gidentd.ruleset -%%PORTDOCS%%share/examples/netscript/http.ruleset -%%PORTDOCS%%share/examples/netscript/httpd.ruleset -%%PORTDOCS%%share/examples/netscript/identd.ruleset -%%PORTDOCS%%share/examples/netscript/irc.ruleset -%%PORTDOCS%%share/examples/netscript/irc2.ruleset -%%PORTDOCS%%share/examples/netscript/ncurses/README -%%PORTDOCS%%share/examples/netscript/ncurses/nfingerd.ruleset -%%PORTDOCS%%share/examples/netscript/ncurses/nidentd.ruleset -%%PORTDOCS%%share/examples/netscript/ncurses/nirc.ruleset -%%PORTDOCS%%share/examples/netscript/pop3.ruleset -%%PORTDOCS%%share/examples/netscript/quake.ruleset -%%PORTDOCS%%share/examples/netscript/smtp.ruleset -%%PORTDOCS%%share/examples/netscript/telnet.ruleset -%%PORTDOCS%%share/examples/netscript/telnetd.ruleset -%%PORTDOCS%%@dirrm share/doc/netscript -%%PORTDOCS%%@dirrm share/examples/netscript/gui -%%PORTDOCS%%@dirrm share/examples/netscript/ncurses -%%PORTDOCS%%@dirrm share/examples/netscript >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18: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 0050E7F7 for ; Mon, 16 Dec 2013 18:10: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 D37DB1971 for ; Mon, 16 Dec 2013 18:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAFTL016254 for ; Mon, 16 Dec 2013 18:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAFcV016253; Mon, 16 Dec 2013 18:10:15 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:15 GMT Resent-Message-Id: <201312161810.rBGIAFcV016253@freefall.freebsd.org> 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 CAD76287 for ; Mon, 16 Dec 2013 18:00:55 +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 9E7FA183B for ; Mon, 16 Dec 2013 18:00:55 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id E3AFA1880004 for ; Tue, 17 Dec 2013 03:00:53 +0900 (JST) Message-Id: <20131217024638.ab24ab0c2e7ff9addd31dd0d@yahoo.com> Date: Tue, 17 Dec 2013 02:46:38 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184857: biology/grappa: Support CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:16 -0000 >Number: 184857 >Category: ports >Synopsis: biology/grappa: Support 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: Mon Dec 16 18:10:15 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CFLAGS properly >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/grappa/Makefile biology/grappa/Makefile --- /usr/ports/biology/grappa/Makefile 2013-12-11 05:39:55.000000000 +0900 +++ biology/grappa/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,6 +3,7 @@ PORTNAME= grappa PORTVERSION= 2.0 +PORTREVISION= 1 CATEGORIES= biology MASTER_SITES= http://www.cs.unm.edu/~moret/GRAPPA/ DISTNAME= GRAPPA20 @@ -10,14 +11,13 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Genome Rearrangements Analysis and Phylogeny Software -USES= gmake -MAKE_ARGS= CC="${CC}" +USES= gmake PLIST_FILES= bin/grappa bin/invdist bin/distmat do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/grappa ${STAGEDIR}${PREFIX}/bin - ${LN} -sf ${PREFIX}/bin/grappa ${STAGEDIR}${PREFIX}/bin/invdist - ${LN} -sf ${PREFIX}/bin/grappa ${STAGEDIR}${PREFIX}/bin/distmat + (cd ${WRKSRC} && ${INSTALL_PROGRAM} grappa ${STAGEDIR}${PREFIX}/bin) + ${LN} -sf grappa ${STAGEDIR}${PREFIX}/bin/invdist + ${LN} -sf grappa ${STAGEDIR}${PREFIX}/bin/distmat .include diff -urN /usr/ports/biology/grappa/files/patch-Makefile biology/grappa/files/patch-Makefile --- /usr/ports/biology/grappa/files/patch-Makefile 2013-11-06 22:05:43.000000000 +0900 +++ biology/grappa/files/patch-Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -1,6 +1,42 @@ --- Makefile.orig 2004-09-22 09:09:18.000000000 -0500 +++ Makefile 2011-03-26 13:49:31.000000000 -0500 -@@ -156,8 +156,2 @@ +@@ -47,7 +47,7 @@ + endif + + # GNU C +-CC = gcc ++CC ?= gcc + + # Microsoft C + # CC = cl +@@ -62,13 +62,13 @@ + #CC = tmcc -DMPBPA + + # Default CFLAGS +-CFLAGS := -D${OS} $(CONCORDE_CFLAGS) $(GMP_CFLAGS) -DINIT ++CFLAGS += -D${OS} $(CONCORDE_CFLAGS) $(GMP_CFLAGS) -DINIT + + # TESTING option for CFLAGS + # CFLAGS := -DTESTING $(CFLAGS) + + ifeq ($(strip $(CC)), gcc) +-CFLAGS := -O3 -Wall -DGCC $(CFLAGS) ++CFLAGS := -Wall -DGCC $(CFLAGS) + endif + ifeq ($(strip $(CC)), pgcc) + CFLAGS := -fast $(CFLAGS) +@@ -115,7 +115,7 @@ + RELBASE = GRAPPA + RELNAME = $(RELBASE)-$(VERS_MAJ).$(VERS_MIN) + +-LIBS := -lm -lc -lpthread ++LIBS := -lm -pthread + # added this part to the end of above "-l mpi" + ifeq ($(OS), SunOS) + LIBS := -liberty -lsocket -lposix4 -lnsl ${LIBS} +@@ -154,12 +154,6 @@ + $(RM) -fr $(RELNAME) + $(LS) -l $(RELNAME).tar.gz -$(RELNAME)/%.c : %.c - -$(CP) $< $(RELNAME)/. @@ -9,3 +45,5 @@ - -$(CP) $< $(RELNAME)/. - clean: + -rm -f *.${OBJ_SUFFIX} *~ ${EXEC} ${EXEC}.${EXE_SUFFIX} ${SYM} \ + core gmon.out >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 428FA809 for ; Mon, 16 Dec 2013 18:10: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 21B021982 for ; Mon, 16 Dec 2013 18:10: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 rBGIAHEn016319 for ; Mon, 16 Dec 2013 18:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAHgm016318; Mon, 16 Dec 2013 18:10:17 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:17 GMT Resent-Message-Id: <201312161810.rBGIAHgm016318@freefall.freebsd.org> 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 207073B6 for ; Mon, 16 Dec 2013 18:04:11 +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 BD431187E for ; Mon, 16 Dec 2013 18:04:10 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 3D3861880004 for ; Tue, 17 Dec 2013 03:04:08 +0900 (JST) Message-Id: <20131217024912.dfc23a1b4d106cda3465158b@yahoo.com> Date: Tue, 17 Dec 2013 02:49:12 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184864: graphics/apngasm: Update to version 2.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:18 -0000 >Number: 184864 >Category: ports >Synopsis: graphics/apngasm: Update to version 2.8 >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 Dec 16 18:10:17 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 2.8 New file: files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/apngasm/Makefile graphics/apngasm/Makefile --- /usr/ports/graphics/apngasm/Makefile 2013-12-11 05:39:55.000000000 +0900 +++ graphics/apngasm/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,50 +2,40 @@ # $FreeBSD: head/graphics/apngasm/Makefile 336096 2013-12-10 19:39:46Z nemysis $ PORTNAME= apngasm -PORTVERSION= 2.7 +PORTVERSION= 2.8 DISTVERSIONSUFFIX=-src CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org -COMMENT= Creates an APNG animation from a PNG/TGA image sequence +COMMENT= Create Animated PNG from a sequence of files LICENSE= ZLIB -NO_WRKSUBDIR= yes - -USE_DOS2UNIX= yes -USE_ZIP= yes +OPTIONS_DEFINE= DOCS STATIC -CPPFLAGS+= `libpng-config --I_opts` -LDFLAGS+= `libpng-config --ldflags` -lm -lz +NO_WRKSUBDIR= yes -PLIST_FILES= bin/${PORTNAME} +USES= dos2unix gmake PORTDOCS= readme.txt +PLIST_FILES= bin/${PORTNAME} -OPTIONS_DEFINE= DOCS STATIC - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MSTATIC} BUILD_DEPENDS+= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png -LDFLAGS+= -static +MAKE_ENV+= STATIC=1 .else -LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png .endif -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} ${PORTNAME}.c \ - -o ${PORTNAME} ${LDFLAGS} - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} \ + ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/graphics/apngasm/distinfo graphics/apngasm/distinfo --- /usr/ports/graphics/apngasm/distinfo 2013-11-06 22:01:58.000000000 +0900 +++ graphics/apngasm/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (apngasm-2.7-src.zip) = af42569666cab268a20a0754191396c9d48f4e01d6e8f93c3ae1164c3c821cc3 -SIZE (apngasm-2.7-src.zip) = 11448 +SHA256 (apngasm-2.8-src.zip) = 47bee31bc149efc5932a87819cc0daea668cf7322eeaed9378c43edbdc9803bc +SIZE (apngasm-2.8-src.zip) = 568753 diff -urN /usr/ports/graphics/apngasm/files/patch-Makefile graphics/apngasm/files/patch-Makefile --- /usr/ports/graphics/apngasm/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 +++ graphics/apngasm/files/patch-Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,48 @@ +--- Makefile.orig ++++ Makefile +@@ -1,10 +1,17 @@ + PACKAGE = apngasm +-CC = gcc ++CC ?= cc ++CXX ?= c++ + SRC_DIRS = . 7z zopfli +-CFLAGS = -Wall -pedantic +-CFLAGS_OPT = -O2 ++CFLAGS += -Wall -pedantic ++CXXFLAGS += -Wall -pedantic ++CPPFLAGS += $(shell libpng-config --cflags) + CFLAGS_7Z = -Wno-sign-compare -Wno-reorder -Wno-maybe-uninitialized -Wno-parentheses +-LIBS = -lstdc++ -lm -lpng -lz ++ifeq ($(strip $(STATIC)),) ++LIBS = $(shell libpng-config --ldflags) ++else ++LIBS = $(shell libpng-config --static --ldflags) ++LDFLAGS += -static ++endif + + INCUDE_DIRS := $(addprefix -I./, $(SRC_DIRS)) + OBJ_DIRS := $(addprefix obj/, $(SRC_DIRS)) +@@ -16,19 +23,19 @@ + all : $(PACKAGE) + + $(PACKAGE) : objdirs $(OBJECTS) +- $(CC) -o $@ $(OBJECTS) -s $(LIBS) ++ $(CXX) -o $@ $(OBJECTS) $(LIBS) $(LDFLAGS) + + objdirs : + mkdir -p $(OBJ_DIRS) + + obj/%.o : %.cpp +- $(CC) -o $@ -c $< $(INCUDE_DIRS) $(CFLAGS) $(CFLAGS_OPT) ++ $(CXX) -o $@ -c $< $(INCUDE_DIRS) $(CXXFLAGS) $(CPPFLAGS) + + obj/%.o : %.c +- $(CC) -o $@ -c $< $(INCUDE_DIRS) $(CFLAGS) $(CFLAGS_OPT) ++ $(CC) -o $@ -c $< $(INCUDE_DIRS) $(CFLAGS) $(CPPFLAGS) + + obj/%.o : %.cc +- $(CC) -o $@ -c $< $(INCUDE_DIRS) $(CFLAGS) $(CFLAGS_OPT) $(CFLAGS_7Z) ++ $(CXX) -o $@ -c $< $(INCUDE_DIRS) $(CXXFLAGS) $(CPPFLAGS) $(CFLAGS_7Z) + + .PHONY : clean + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 F0BB8861 for ; Mon, 16 Dec 2013 18:10: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 CF5A319D3 for ; Mon, 16 Dec 2013 18:10: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 rBGIAMaP016463 for ; Mon, 16 Dec 2013 18:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAMg1016462; Mon, 16 Dec 2013 18:10:22 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:22 GMT Resent-Message-Id: <201312161810.rBGIAMg1016462@freefall.freebsd.org> 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 D304C620 for ; Mon, 16 Dec 2013 18:06:49 +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 91A3218DA for ; Mon, 16 Dec 2013 18:06:49 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 388DB1880009 for ; Tue, 17 Dec 2013 03:06:47 +0900 (JST) Message-Id: <20131217025153.de45e2eeed7febd7d9a13c4f@yahoo.com> Date: Tue, 17 Dec 2013 02:51:53 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184880: x11/temperature.app: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:23 -0000 >Number: 184880 >Category: ports >Synopsis: x11/temperature.app: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:22 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Support PLIST_FILES New file: files/patch-Temperature.cc files/patch-Temperature.h files/patch-Xpm.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/temperature.app/Makefile x11/temperature.app/Makefile --- /usr/ports/x11/temperature.app/Makefile 2013-11-06 21:55:48.000000000 +0900 +++ x11/temperature.app/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -11,21 +11,23 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Dockable WindowMaker applet which displays the local temperature -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 # (or later) RUN_DEPENDS= wget:${PORTSDIR}/ftp/wget +OPTIONS_DEFINE= DOCS + USE_XORG= x11 xpm -NO_STAGE= yes +PORTDOCS= README +PLIST_FILES= bin/Temperature.app + .include do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/Temperature.app ${PREFIX}/bin -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} Temperature.app \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/x11/temperature.app/files/patch-Makefile x11/temperature.app/files/patch-Makefile --- /usr/ports/x11/temperature.app/files/patch-Makefile 2013-11-06 21:55:48.000000000 +0900 +++ x11/temperature.app/files/patch-Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -9,9 +9,10 @@ +GNUSTEP_BINDIR = $(LOCALBASE)/GNUstep/Apps/Temperature.app +X11_BINDIR = $(LOCALBASE)/bin - CXX=c++ +-CXX=c++ -CXXFLAGS += -Wall -pedantic -fno-rtti -fno-exceptions -O2 -I/usr/X11R6/include -LDFLAGS += -L/usr/X11R6/lib -lXpm -lXext -lX11 ++CXX ?= c++ +CXXFLAGS += -Wall -pedantic -fno-rtti -fno-exceptions -I$(LOCALBASE)/include +LDFLAGS += -L$(LOCALBASE)/lib -lXpm -lXext -lX11 diff -urN /usr/ports/x11/temperature.app/files/patch-Temperature.cc x11/temperature.app/files/patch-Temperature.cc --- /usr/ports/x11/temperature.app/files/patch-Temperature.cc 1970-01-01 09:00:00.000000000 +0900 +++ x11/temperature.app/files/patch-Temperature.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,41 @@ +--- Temperature.cc.bak 2002-04-06 08:44:09.000000000 +0900 ++++ Temperature.cc 2013-12-07 17:25:30.000000000 +0900 +@@ -20,24 +20,29 @@ + // + + #include +-#include +-#include +-#include +-#include +-#include ++#include ++#include ++#include ++#include ++#include + #include +-#include +-#include ++#include ++#include + #include + #include +-#include +-#include ++#include ++#include + #include "Xpm.h" + #include "Temperature.h" + + #include "pixmaps/main.xpm" + #include "pixmaps/redlight.xpm" + ++using std::cerr; ++using std::cout; ++using std::endl; ++using std::fstream; ++ + volatile static ChildStatus childStatus; + + static void catchBrokenPipe(int sig) diff -urN /usr/ports/x11/temperature.app/files/patch-Temperature.h x11/temperature.app/files/patch-Temperature.h --- /usr/ports/x11/temperature.app/files/patch-Temperature.h 1970-01-01 09:00:00.000000000 +0900 +++ x11/temperature.app/files/patch-Temperature.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,15 @@ +--- Temperature.h.bak 2002-04-06 08:44:17.000000000 +0900 ++++ Temperature.h 2013-12-07 17:24:28.000000000 +0900 +@@ -22,9 +22,11 @@ + #ifndef _TEMPERATURE_H_ + #define _TEMPERATURE_H_ + +-#include ++#include + #include + ++using std::ifstream; ++ + #define APPNAME "Temperature.app" + #define VERSION "1.4" + #define INSTANCENAME "temperature_app" diff -urN /usr/ports/x11/temperature.app/files/patch-Xpm.cc x11/temperature.app/files/patch-Xpm.cc --- /usr/ports/x11/temperature.app/files/patch-Xpm.cc 1970-01-01 09:00:00.000000000 +0900 +++ x11/temperature.app/files/patch-Xpm.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,22 @@ +--- Xpm.cc.bak 2002-04-06 08:44:36.000000000 +0900 ++++ Xpm.cc 2013-12-07 17:25:00.000000000 +0900 +@@ -22,12 +22,16 @@ + #include + #include + #include +-#include +-#include +-#include ++#include ++#include ++#include + #include "Temperature.h" + #include "Xpm.h" + ++using std::cerr; ++using std::cout; ++using std::endl; ++ + Xpm::Xpm(Display* display, Window root, char** data) + { + int error; diff -urN /usr/ports/x11/temperature.app/pkg-plist x11/temperature.app/pkg-plist --- /usr/ports/x11/temperature.app/pkg-plist 2013-11-06 21:55:48.000000000 +0900 +++ x11/temperature.app/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -bin/Temperature.app -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BC368A8 for ; Mon, 16 Dec 2013 18:10:26 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4AA4B19ED for ; Mon, 16 Dec 2013 18:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAQMb016565 for ; Mon, 16 Dec 2013 18:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAQsM016564; Mon, 16 Dec 2013 18:10:26 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:26 GMT Resent-Message-Id: <201312161810.rBGIAQsM016564@freefall.freebsd.org> 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 6D6ED267 for ; Mon, 16 Dec 2013 18:00:32 +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 3FA5617D3 for ; Mon, 16 Dec 2013 18:00:32 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id C479998000C for ; Tue, 17 Dec 2013 03:00:28 +0900 (JST) Message-Id: <20131217024603.4645667983e92b0f6a1a58d4@yahoo.com> Date: Tue, 17 Dec 2013 02:46:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184891: audio/gtkguitune: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:26 -0000 >Number: 184891 >Category: ports >Synopsis: audio/gtkguitune: 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: Mon Dec 16 18:10:25 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Add LICENSE - Add DESKTOP_ENTRIES New file: files/patch-lcdview.cc >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/gtkguitune/Makefile audio/gtkguitune/Makefile --- /usr/ports/audio/gtkguitune/Makefile 2013-12-12 02:41:48.000000000 +0900 +++ audio/gtkguitune/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,32 +3,35 @@ PORTNAME= gtkguitune PORTVERSION= 0.8 -PORTREVISION= 3 +DISTVERSIONPREFIX= gtk2- +PORTREVISION= 4 CATEGORIES= audio -MASTER_SITES= http://www.oocities.org/harpin_floh/mysoft/ -DISTNAME= ${PORTNAME}-gtk2-${PORTVERSION} +MASTER_SITES= GENTOO/distfiles \ + http://www.oocities.org/harpin_floh/mysoft/ MAINTAINER= ports@FreeBSD.org COMMENT= Guitar (and other instruments) tuner for GTK+2 -LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 +LICENSE= GPLv2 # (or later) WRKSRC= ${WRKDIR}/${PORTNAME} USES= pkgconfig -NO_STAGE= yes +USE_GNOME= gtkmm24 GNU_CONFIGURE= yes INSTALLS_ICONS= yes PLIST_FILES= bin/${PORTNAME} \ share/icons/hicolor/scalable/apps/guitune_logo.svg +DESKTOP_ENTRIES="GtkGuitune" "" "guitune_logo" "${PORTNAME}" "" "" + post-patch: @${REINPLACE_CMD} -e \ 's|VERSION=0.7|VERSION=${PORTVERSION}|g' ${WRKSRC}/configure -.for file in guitune.cc main.cc +.for i in guitune.cc main.cc @${REINPLACE_CMD} -e \ - 's|||' ${WRKSRC}/${file} + 's|||' ${WRKSRC}/${i} .endfor .include diff -urN /usr/ports/audio/gtkguitune/files/patch-lcdview.cc audio/gtkguitune/files/patch-lcdview.cc --- /usr/ports/audio/gtkguitune/files/patch-lcdview.cc 1970-01-01 09:00:00.000000000 +0900 +++ audio/gtkguitune/files/patch-lcdview.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,16 @@ +--- lcdview.cc.orig ++++ lcdview.cc +@@ -23,11 +23,12 @@ + + #include "lcdview.h" + +-LCDView::LCDView(const char * str = 0) ++LCDView::LCDView(const char * str) + { + i_LCD_num = 11; + i_string_maxlen = 1000; + i_string = new char [i_string_maxlen]; ++ str = 0; + set( str ); + + i_col_bg. set( "black" ); get_colormap()->alloc_color( i_col_bg ); diff -urN /usr/ports/audio/gtkguitune/pkg-descr audio/gtkguitune/pkg-descr --- /usr/ports/audio/gtkguitune/pkg-descr 2013-11-06 21:52:27.000000000 +0900 +++ audio/gtkguitune/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -1,6 +1,7 @@ -gtkguitune is a program for tuning guitars and other instruments. Rather than -using FFT like many programs, it counts the number of triggerings between two -trigger levels in a certain amount of time, which tends to be more accurate for -instrument tuning while requiring less processing than FFT. +gtkguitune is a program for tuning guitars and other instruments. +Rather than using FFT like many programs, it counts the number of +triggerings between two trigger levels in a certain amount of time, +which tends to be more accurate for instrument tuning while requiring +less processing than FFT. WWW: http://www.oocities.com/harpin_floh/kguitune_page.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 1C0F58E8 for ; Mon, 16 Dec 2013 18:10: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 EE8C31A00 for ; Mon, 16 Dec 2013 18:10:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIASHZ016646 for ; Mon, 16 Dec 2013 18:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAShL016645; Mon, 16 Dec 2013 18:10:28 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:28 GMT Resent-Message-Id: <201312161810.rBGIAShL016645@freefall.freebsd.org> 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 865223D9 for ; Mon, 16 Dec 2013 18:04:57 +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 4872F188E for ; Mon, 16 Dec 2013 18:04:57 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 112B91880009 for ; Tue, 17 Dec 2013 03:04:53 +0900 (JST) Message-Id: <20131217024955.5a0f8c59a1a9dbcd3560bf7f@yahoo.com> Date: Tue, 17 Dec 2013 02:49:55 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184900: japanese/prn: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:29 -0000 >Number: 184900 >Category: ports >Synopsis: japanese/prn: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:28 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-defs.c files/patch-euc.c files/patch-psconv.c >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/prn/Makefile japanese/prn/Makefile --- /usr/ports/japanese/prn/Makefile 2013-11-06 21:58:40.000000000 +0900 +++ japanese/prn/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,19 +3,28 @@ PORTNAME= prn PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= japanese print MASTER_SITES= ${MASTER_SITE_PORTS_JP} DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A yet another converter from text file to postscript (with Japanese support) +COMMENT= Yet another converter from text file to postscript (with Japanese support) RUN_DEPENDS= kcc:${PORTSDIR}/japanese/kcc -INSTALL_TARGET= install install.man -MANLANG= ja -MAN1= prn.1 cprn.1 cmt.1 psconv.1 -MAN5= cmtdefs.5 +do-install: +.for i in cmt prn psconv + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}${PREFIX}/bin) +.endfor + ${LN} -sf prn ${STAGEDIR}${PREFIX}/bin/cprn + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${INSTALL_DATA} cmtdefs ${STAGEDIR}${DATADIR}) +.for i in cmt cprn prn psconv + (cd ${WRKSRC} && ${INSTALL_MAN} ${i}.jman \ + ${STAGEDIR}${MANPREFIX}/man/man1/${i}.1) +.endfor + (cd ${WRKSRC} && ${INSTALL_MAN} cmtdefs.jman \ + ${STAGEDIR}${MAN5PREFIX}/man/man5/cmtdefs.5) -NO_STAGE= yes .include diff -urN /usr/ports/japanese/prn/files/patch-aa japanese/prn/files/patch-aa --- /usr/ports/japanese/prn/files/patch-aa 2013-11-06 21:58:40.000000000 +0900 +++ japanese/prn/files/patch-aa 2013-12-17 00:00:00.000000000 +0900 @@ -19,10 +19,10 @@ ! PREFIX?=/usr/local ! BINPATH = ${PREFIX}/bin -! LIBPATH = ${PREFIX}/lib/prn +! LIBPATH = ${PREFIX}/share/prn ! MANPATH = ${PREFIX}/man ! JMANDIR = ja -! CFLAGS = -O \ +! CFLAGS += \ ! -DKCCPATH=\"${PREFIX}/bin/kcc\" \ ! -DCMTPATH=\"${PREFIX}/bin/cmt\" \ ! -DPSPATH=\"${PREFIX}/bin/psconv\" diff -urN /usr/ports/japanese/prn/files/patch-cmt.c japanese/prn/files/patch-cmt.c --- /usr/ports/japanese/prn/files/patch-cmt.c 2013-11-06 21:58:40.000000000 +0900 +++ japanese/prn/files/patch-cmt.c 2013-12-17 00:00:00.000000000 +0900 @@ -1,6 +1,16 @@ --- cmt.c.orig Mon Apr 25 16:26:57 1994 +++ cmt.c Fri Feb 6 00:18:46 2004 -@@ -352,16 +352,15 @@ +@@ -27,7 +27,9 @@ + #endif + + #include ++#include + #include ++#include + #include + #include + #include "cmt.h" +@@ -352,16 +354,15 @@ error(format, arg1, arg2, ...) char *format; ---------------------------------------------------------------------*/ diff -urN /usr/ports/japanese/prn/files/patch-defs.c japanese/prn/files/patch-defs.c --- /usr/ports/japanese/prn/files/patch-defs.c 1970-01-01 09:00:00.000000000 +0900 +++ japanese/prn/files/patch-defs.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- defs.c.orig ++++ defs.c +@@ -26,6 +26,7 @@ + #endif + + #include ++#include + #include + #include "euc.h" + #include "cmt.h" diff -urN /usr/ports/japanese/prn/files/patch-euc.c japanese/prn/files/patch-euc.c --- /usr/ports/japanese/prn/files/patch-euc.c 1970-01-01 09:00:00.000000000 +0900 +++ japanese/prn/files/patch-euc.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,12 @@ +--- euc.c.orig ++++ euc.c +@@ -26,6 +26,9 @@ + #endif + + #include ++#include ++#include ++#include + #include "euc.h" + + #if defined EUC diff -urN /usr/ports/japanese/prn/files/patch-prn.c japanese/prn/files/patch-prn.c --- /usr/ports/japanese/prn/files/patch-prn.c 2013-11-06 21:58:40.000000000 +0900 +++ japanese/prn/files/patch-prn.c 2013-12-17 00:00:00.000000000 +0900 @@ -1,7 +1,18 @@ --- prn.c.orig Thu May 26 11:37:45 1994 +++ prn.c Fri Feb 6 00:18:11 2004 -@@ -34,8 +34,13 @@ +@@ -26,16 +26,24 @@ + #endif + + #include ++#include + #include + #include + #include + #include ++#include + #include #include ++#include #include "euc.h" +#if !defined KCCPATH @@ -15,7 +26,7 @@ #define LPRPATH "/usr/bin/lpr" #else #define LPRPATH "/usr/ucb/lpr" -@@ -48,8 +53,12 @@ +@@ -48,8 +56,12 @@ #else @@ -28,7 +39,7 @@ #endif -@@ -96,7 +105,7 @@ +@@ -96,7 +108,7 @@ static char *filename; /* name of the file being processed */ static char *modtime; /* the last modification time */ @@ -37,7 +48,7 @@ static char *basename(); static bool formatopt(); static bool rangeopt(); -@@ -498,16 +507,15 @@ +@@ -498,16 +510,15 @@ error(format, arg1, arg2, ...) char *format; ---------------------------------------------------------------------*/ diff -urN /usr/ports/japanese/prn/files/patch-psconv.c japanese/prn/files/patch-psconv.c --- /usr/ports/japanese/prn/files/patch-psconv.c 1970-01-01 09:00:00.000000000 +0900 +++ japanese/prn/files/patch-psconv.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,14 @@ +--- psconv.c.orig ++++ psconv.c +@@ -64,9 +64,11 @@ + */ + + #include ++#include + #include + #include + #include ++#include + #include + #include + diff -urN /usr/ports/japanese/prn/files/patch-reg.y japanese/prn/files/patch-reg.y --- /usr/ports/japanese/prn/files/patch-reg.y 2013-11-06 21:58:40.000000000 +0900 +++ japanese/prn/files/patch-reg.y 2013-12-17 00:00:00.000000000 +0900 @@ -1,12 +1,19 @@ --- reg.y.org Mon Nov 29 18:43:56 1993 +++ reg.y Thu Jan 20 12:29:44 2005 -@@ -286,7 +286,7 @@ +@@ -20,6 +20,7 @@ + #endif + + #include ++#include + #include + #include "cmt.h" + #include "euc.h" +@@ -286,7 +287,7 @@ * Node Creation Functions * * * **********************************************************************/ -extern void error(); +extern void error(char *, ...); - /*--------------------------------------------------------------------- NAME diff -urN /usr/ports/japanese/prn/pkg-plist japanese/prn/pkg-plist --- /usr/ports/japanese/prn/pkg-plist 2013-11-06 21:58:40.000000000 +0900 +++ japanese/prn/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,6 +1,11 @@ -bin/prn -bin/cprn bin/cmt +bin/cprn +bin/prn bin/psconv -lib/prn/cmtdefs -@dirrm lib/prn +man/man1/cmt.1.gz +man/man1/cprn.1.gz +man/man1/prn.1.gz +man/man1/psconv.1.gz +man/man5/cmtdefs.5.gz +%%DATADIR%%/cmtdefs +@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 CF8108FA for ; Mon, 16 Dec 2013 18:10: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 AED441A13 for ; Mon, 16 Dec 2013 18:10: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 rBGIAVMK017001 for ; Mon, 16 Dec 2013 18:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAV36016892; Mon, 16 Dec 2013 18:10:31 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:31 GMT Resent-Message-Id: <201312161810.rBGIAV36016892@freefall.freebsd.org> 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 8B99D26D for ; Mon, 16 Dec 2013 18:00:40 +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 4B51517E3 for ; Mon, 16 Dec 2013 18:00:40 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id DA581980010 for ; Tue, 17 Dec 2013 03:00:37 +0900 (JST) Message-Id: <20131217024619.845a09ecaef6bf351a3d8b6c@yahoo.com> Date: Tue, 17 Dec 2013 02:46:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184909: audio/osd-lyrics: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:31 -0000 >Number: 184909 >Category: ports >Synopsis: audio/osd-lyrics: 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: Mon Dec 16 18:10:31 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Support CXXFLAGS properly - Support desktop-file-utils/pathfix New file: files/patch-lib__chardetect__src__entry__impl.cpp files/patch-lib__chardetect__src__prmem.h Remove file: files/patch-free-visibility >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/osd-lyrics/Makefile audio/osd-lyrics/Makefile --- /usr/ports/audio/osd-lyrics/Makefile 2013-12-12 02:41:42.000000000 +0900 +++ audio/osd-lyrics/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= osdlyrics PORTVERSION= 0.4.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio deskutils MASTER_SITES= GOOGLE_CODE PROJECTHOST= osd-lyrics @@ -17,18 +17,17 @@ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libcurl.so:${PORTSDIR}/ftp/curl +USES= desktop-file-utils gettext gmake iconv pathfix pkgconfig +USE_GNOME= gtk20 +USE_SQLITE= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= DATADIRNAME=share # Cannot enable -Werror yet: Clang does not like the code `printf(_("..."))', # see this bug for details: http://llvm.org/bugs/show_bug.cgi?id=3814 #CONFIGURE_ARGS= --with-werror -USES= gettext gmake iconv pkgconfig -NO_STAGE= yes -USE_GNOME= gtk20 -USE_SQLITE= yes INSTALLS_ICONS= yes -PORTDOCS= AUTHORS ChangeLog NEWS README -LDFLAGS= -L${LOCALBASE}/lib ${ICONV_LIB} + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib ${ICONV_LIB} OPTIONS_DEFINE= DOCS MPD XMMS2 AMAROK MPD_DESC= Enable MPD support @@ -37,16 +36,28 @@ MPD_LIB_DEPENDS= libmpd.so:${PORTSDIR}/audio/libmpd MPD_CONFIGURE_OFF= --disable-mpd + XMMS2_LIB_DEPENDS= libxmmsclient.so:${PORTSDIR}/audio/xmms2 XMMS2_CONFIGURE_OFF= --disable-xmms2 + AMAROK_CONFIGURE_ENABLE= amarok1 .include +post-patch: +.for i in src/Makefile.in src/tests/Makefile.in + @${REINPLACE_CMD} -e \ + '/-lstdc++/d' ${WRKSRC}/${i} +.endfor +.for i in lib/chardetect/Makefile.in + @${REINPLACE_CMD} -e \ + '/-O2/d' ${WRKSRC}/${i} +.endfor + post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in AUTHORS ChangeLog NEWS README + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) +.endfor .include diff -urN /usr/ports/audio/osd-lyrics/files/patch-free-visibility audio/osd-lyrics/files/patch-free-visibility --- /usr/ports/audio/osd-lyrics/files/patch-free-visibility 2013-11-06 21:52:21.000000000 +0900 +++ audio/osd-lyrics/files/patch-free-visibility 1970-01-01 09:00:00.000000000 +0900 @@ -1,24 +0,0 @@ ---- lib/chardetect/src/entry/impl.cpp.orig -+++ lib/chardetect/src/entry/impl.cpp -@@ -42,7 +42,9 @@ - #include "nscore.h" - #include "nsUniversalDetector.h" - #include -+#pragma GCC visibility push(default) - #include -+#pragma GCC visibility pop - - #ifdef _WIN32 - # include ---- lib/chardetect/src/prmem.h.orig -+++ lib/chardetect/src/prmem.h -@@ -37,7 +37,9 @@ - #ifndef nsDummyPrmem_h__ - #define nsDummyPrmem_h__ - -+#pragma GCC visibility push(default) - #include -+#pragma GCC visibility pop - - inline void* PR_Malloc(size_t len) - { diff -urN /usr/ports/audio/osd-lyrics/files/patch-lib__chardetect__src__entry__impl.cpp audio/osd-lyrics/files/patch-lib__chardetect__src__entry__impl.cpp --- /usr/ports/audio/osd-lyrics/files/patch-lib__chardetect__src__entry__impl.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/osd-lyrics/files/patch-lib__chardetect__src__entry__impl.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,13 @@ +--- lib/chardetect/src/entry/impl.cpp.orig ++++ lib/chardetect/src/entry/impl.cpp +@@ -41,8 +41,10 @@ + #include "chardetect.h" + #include "nscore.h" + #include "nsUniversalDetector.h" ++#pragma GCC visibility push(default) + #include + #include ++#pragma GCC visibility pop + + #ifdef _WIN32 + # include diff -urN /usr/ports/audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h --- /usr/ports/audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h 1970-01-01 09:00:00.000000000 +0900 +++ audio/osd-lyrics/files/patch-lib__chardetect__src__prmem.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,12 @@ +--- lib/chardetect/src/prmem.h.orig ++++ lib/chardetect/src/prmem.h +@@ -37,7 +37,9 @@ + #ifndef nsDummyPrmem_h__ + #define nsDummyPrmem_h__ + ++#pragma GCC visibility push(default) + #include ++#pragma GCC visibility pop + + inline void* PR_Malloc(size_t len) + { diff -urN /usr/ports/audio/osd-lyrics/pkg-plist audio/osd-lyrics/pkg-plist --- /usr/ports/audio/osd-lyrics/pkg-plist 2013-11-06 21:52:21.000000000 +0900 +++ audio/osd-lyrics/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,5 +1,9 @@ bin/osdlyrics share/applications/osdlyrics.desktop +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README share/icons/hicolor/16x16/animations/osdlyrics-loading.png share/icons/hicolor/64x64/apps/osdlyrics-trayicon.png share/icons/hicolor/64x64/apps/osdlyrics.png @@ -27,3 +31,4 @@ %%DATADIR%%/icons/osdlyrics.png @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% +%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 69F63692 for ; Mon, 16 Dec 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 492141919 for ; Mon, 16 Dec 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 rBGIA5ZL015904 for ; Mon, 16 Dec 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 rBGIA5L1015903; Mon, 16 Dec 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:05 GMT Resent-Message-Id: <201312161810.rBGIA5L1015903@freefall.freebsd.org> 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 F26A63AC for ; Mon, 16 Dec 2013 18:03:41 +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 C56271876 for ; Mon, 16 Dec 2013 18:03:41 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 2F96F1880004 for ; Tue, 17 Dec 2013 03:03:40 +0900 (JST) Message-Id: <20131217024852.9383724bd5b8e8b64e2969ce@yahoo.com> Date: Tue, 17 Dec 2013 02:48:52 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184822: games/stepmania-devel: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:05 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:05 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:05 -0000 >Number: 184822 >Category: ports >Synopsis: games/stepmania-devel: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:04 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/stepmania-devel/Makefile games/stepmania-devel/Makefile --- /usr/ports/games/stepmania-devel/Makefile 2013-11-11 13:55:18.000000000 +0900 +++ games/stepmania-devel/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -6,6 +6,7 @@ PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= GOOGLE_CODE +PROJECTHOST= sm-ssc PKGNAMESUFFIX= -devel DISTNAME= ${PORTNAME}-SM5-alpha3-src @@ -24,11 +25,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-SM5-alpha3 -PROJECTHOST= sm-ssc USE_BZIP2= yes +USES= iconv pathfix perl5 pkgconfig shebangfix USE_XORG= x11 xau xdmcp xext xrandr xrender xtst USE_GL= gl glu -USES= pathfix iconv shebangfix perl5 pkgconfig USE_GNOME= gtk20 USE_PERL5= build GNU_CONFIGURE= yes @@ -38,7 +38,7 @@ extern/zlib/zlib2ansi CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lX11 -lpthread +LDFLAGS+= -L${LOCALBASE}/lib -lX11 VORBIS_LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis VORBIS_CONFIGURE_WITH= vorbis @@ -53,8 +53,10 @@ post-patch: @${REINPLACE_CMD} -e \ - '/^LIBS/s|-lpthread|${ICONV_LIB}|' -e 's/-finline-limit=300//g' \ - ${WRKSRC}/src/Makefile.in + 's|-lpthread |-pthread |' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + '/^LIBS/s|-lpthread|${ICONV_LIB}| ; \ + s|-finline-limit=300||g' ${WRKSRC}/src/Makefile.in pre-build: @${ECHO_CMD} -n > ${WRKDIR}/stepmania.sh @@ -62,7 +64,7 @@ @${ECHO_CMD} 'cd ${PREFIX}/lib/stepmania; ./stepmania $$@' >> ${WRKDIR}/stepmania.sh post-build: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} \ + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \ ${MAKEFILE} ${MAKE_ARGS} SMData) do-install: diff -urN /usr/ports/games/stepmania-devel/files/patch-ArchHooks.h games/stepmania-devel/files/patch-ArchHooks.h --- /usr/ports/games/stepmania-devel/files/patch-ArchHooks.h 1970-01-01 09:00:00.000000000 +0900 +++ games/stepmania-devel/files/patch-ArchHooks.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/arch/ArchHooks/ArchHooks.h.orig ++++ src/arch/ArchHooks/ArchHooks.h +@@ -1,6 +1,8 @@ + #ifndef ARCH_HOOKS_H + #define ARCH_HOOKS_H + ++#include ++ + struct lua_State; + class ArchHooks + { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 887D86B6 for ; Mon, 16 Dec 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 67E3F1927 for ; Mon, 16 Dec 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 rBGIA7Jr015970 for ; Mon, 16 Dec 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 rBGIA7rK015969; Mon, 16 Dec 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:07 GMT Resent-Message-Id: <201312161810.rBGIA7rK015969@freefall.freebsd.org> 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 F25FC623 for ; Mon, 16 Dec 2013 18:06:56 +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 9832818DC for ; Mon, 16 Dec 2013 18:06:56 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id E92D41880009 for ; Tue, 17 Dec 2013 03:06:53 +0900 (JST) Message-Id: <20131217025159.6dcf467b50cd5d6d8688f59d@yahoo.com> Date: Tue, 17 Dec 2013 02:51:59 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184828: x11/xorg-edit: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:07 -0000 >Number: 184828 >Category: ports >Synopsis: x11/xorg-edit: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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-xorgedit__guiframe.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xorg-edit/Makefile x11/xorg-edit/Makefile --- /usr/ports/x11/xorg-edit/Makefile 2013-11-19 02:05:36.000000000 +0900 +++ x11/xorg-edit/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -15,10 +15,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes +USES= dos2unix gmake DOS2UNIX_GLOB= *.cpp *.h USE_WX= 2.6+ WX_UNICODE= yes -USES= dos2unix gmake PLIST_FILES= bin/xorg-edit \ lib/xorg-edit/de_DE/LC_MESSAGES/xorg-edit.mo \ @@ -34,7 +34,6 @@ DESKTOP_ENTRIES="Xorg Edit" "" "" "${PORTNAME}" "Settings;" true -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|^CXX =|CXX ?=| ; \ @@ -58,15 +57,15 @@ @${ECHO_CMD} ' $$(MAKE) -C xorgedit' >> ${WRKSRC}/Makefile do-install: - (cd ${WRKDIR} && ${INSTALL_SCRIPT} xorg-edit ${PREFIX}/bin) - @${MKDIR} ${PREFIX}/lib/xorg-edit + (cd ${WRKDIR} && ${INSTALL_SCRIPT} xorg-edit ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xorg-edit (cd ${WRKSRC} && ${INSTALL_PROGRAM} xorg-edit \ - ${PREFIX}/lib/xorg-edit) - @${MKDIR} ${PREFIX}/lib/xorg-edit/de_DE/LC_MESSAGES + ${STAGEDIR}${PREFIX}/lib/xorg-edit) + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xorg-edit/de_DE/LC_MESSAGES (cd ${WRKSRC}/de_DE/LC_MESSAGES && ${INSTALL_DATA} ${PORTNAME}.mo \ - ${PREFIX}/lib/xorg-edit/de_DE/LC_MESSAGES) - @${MKDIR} ${PREFIX}/lib/xorg-edit/options/devices + ${STAGEDIR}${PREFIX}/lib/xorg-edit/de_DE/LC_MESSAGES) + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/xorg-edit/options/devices (cd ${WRKSRC}/options/devices && ${INSTALL_DATA} *.xml \ - ${PREFIX}/lib/xorg-edit/options/devices) + ${STAGEDIR}${PREFIX}/lib/xorg-edit/options/devices) .include diff -urN /usr/ports/x11/xorg-edit/files/patch-xorgedit__guiframe.cpp x11/xorg-edit/files/patch-xorgedit__guiframe.cpp --- /usr/ports/x11/xorg-edit/files/patch-xorgedit__guiframe.cpp 1970-01-01 09:00:00.000000000 +0900 +++ x11/xorg-edit/files/patch-xorgedit__guiframe.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,54 @@ +--- xorgedit/guiframe.cpp.orig ++++ xorgedit/guiframe.cpp +@@ -182,8 +182,13 @@ + otherSectionTab = new wxPanel(layout); // iles/modules/extensions/dri tab panel + wxBoxSizer *otherSectionTabSizer=new wxBoxSizer(wxVERTICAL); + ++#ifdef __clang__ ++ wxString *tempList = new wxString[devListSize+1]; // initial list for combo und choice elements ++ wxString *optList = new wxString[optListSize]; // initial list for option combo und choice elements ++#else + wxString tempList[devListSize+1]; // initial list for combo und choice elements + wxString optList[optListSize]; // initial list for option combo und choice elements ++#endif + + optList[0]=_("----------"); + optList[1]=_("Add Option"); +@@ -821,6 +826,11 @@ + if (ShowError()) return; + } + SetSaved(true); ++ ++#ifdef __clang__ ++ delete[] optList; ++ delete[] tempList; ++#endif + } + + const bool GuiFrame::CreateBackup(void) const +@@ -1832,8 +1842,13 @@ + + warningText->SetLabel(_("Warning: Improper use of this tool can cause damage to your\nxorg.conf and may not start your Xserver.\nYou must restart X to take the changes effect.")); + ++#ifdef __clang__ ++ wxString *tempList = new wxString[devListSize+1]; // initial list for combo und choice elements ++ wxString *optList = new wxString[optListSize]; // initial list for option combo und choice elements ++#else + wxString tempList[devListSize+1]; // initial list for combo und choice elements + wxString optList[optListSize]; // initial list for option combo und choice elements ++#endif + unsigned int offset=0; + unsigned int i; + +@@ -2269,6 +2284,11 @@ + + driBox->SetLabel(_("DRI")); + return(false); ++ ++#ifdef __clang__ ++ delete[] optList; ++ delete[] tempList; ++#endif + } + + void GuiFrame::SetSaved(const bool save) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 06A466D7 for ; Mon, 16 Dec 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 DA19A1933 for ; Mon, 16 Dec 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 rBGIA8S5016025 for ; Mon, 16 Dec 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 rBGIA8ZF016024; Mon, 16 Dec 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:08 GMT Resent-Message-Id: <201312161810.rBGIA8ZF016024@freefall.freebsd.org> 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 90980291 for ; Mon, 16 Dec 2013 18:01:19 +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 3A4591842 for ; Mon, 16 Dec 2013 18:01:19 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id ADC1D1880004 for ; Tue, 17 Dec 2013 03:01:15 +0900 (JST) Message-Id: <20131217024658.f434f45ad1900d3e1dfb9199@yahoo.com> Date: Tue, 17 Dec 2013 02:46:58 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184833: databases/wmjsql: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:09 -0000 >Number: 184833 >Category: ports >Synopsis: databases/wmjsql: 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: Mon Dec 16 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Add LICENSE - Support PLIST_FILES Remove file: files/patch-Makefile pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/wmjsql/Makefile databases/wmjsql/Makefile --- /usr/ports/databases/wmjsql/Makefile 2013-12-09 14:59:01.000000000 +0900 +++ databases/wmjsql/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -11,32 +11,41 @@ MAINTAINER= ports@FreeBSD.org COMMENT= MySQL server status displaying dockapp -USE_MYSQL= yes +LICENSE= GPLv2 # (or later) + +WRKSRC= ${WRKDIR}/${PORTNAME}/src + USES= gmake +USE_MYSQL= yes USE_XORG= xpm - ALL_TARGET= clean all MAKE_JOBS_UNSAFE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}/src +CPPFLAGS+= -I${LOCALBASE}/include/X11 -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib/mysql -L${LOCALBASE}/lib + +PORTDOCS= README +PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's,^INCDIR.*$$,INCDIR = -I${PREFIX}/include/X11 \ - -I${PREFIX}/include -I${LOCALBASE}/include,' \ - -e 's,^LIBDIR.*$$,LIBDIR = -L${PREFIX}/lib \ - -L${LOCALBASE}/lib/mysql,' -e '/^CC/d; /^CFLAGS/d' \ - -e 's,-D$$(shell echo `uname -s`),,' ${WRKSRC}/Makefile \ - ${WRKSRC}/jDockApp/Makefile ${WRKSRC}/xutils/Makefile - @${REINPLACE_CMD} -E 's,\.wmjsql([^r]),\.wmjsqlrc\1,' \ - ${WRKSRC}/wmjsql.jet ${WRKSRC}/../README +.for i in Makefile jDockApp/Makefile xutils/Makefile + @${REINPLACE_CMD} -e \ + '/^INCDIR/s|=.*|= $${CPPFLAGS}| ; \ + /^LIBDIR/s|=.*|= $${LDFLAGS}| ; \ + /^CC/d ; \ + /^CFLAGS/d ; \ + s| make | $$(MAKE) | ; \ + s|-D$$(shell echo `uname -s`)||' ${WRKSRC}/${i} +.endfor +.for i in wmjsql.jet ../README + @${REINPLACE_CMD} -E 's|\.wmjsql([^r])|\.wmjsqlrc\1|' \ + ${WRKSRC}/${i} +.endfor do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/../README ${DOCSDIR} -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/.. && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/databases/wmjsql/files/patch-Makefile databases/wmjsql/files/patch-Makefile --- /usr/ports/databases/wmjsql/files/patch-Makefile 2013-12-09 14:59:01.000000000 +0900 +++ databases/wmjsql/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,27 +0,0 @@ ---- Makefile.orig 2001-08-16 13:04:23.000000000 +0000 -+++ Makefile -@@ -25,20 +25,20 @@ all: ${name} - # ${name} - - jDockApp.o: jDockApp/jDockApp_main.xpm jDockApp/jDockApp.c -- cd $*; make $*.o -+ cd $*; $(MAKE) $*.o - - xutils.o: xutils/xutils.c -- cd $*; make $*.o -+ cd $*; $(MAKE) $*.o - - jprintf.o: jDockApp/jprintf.c -- cd jDockApp; make jprintf.o -+ cd jDockApp; $(MAKE) jprintf.o - - ${name}: $(OBJS) ${name}.c - $(CC) $(CFLAGS) $(SYSTEM) -o ${name} $^ $(INCDIR) $(LIBDIR) $(LIBS) - - install: all - sudo install ${owner} ${group} -s -m 755 ./${name} ${prefix}/${name} -- make clean; -+ $(MAKE) clean; - - clean: - rm -f *.o ${name} ${name}.c *.orig *.rej *.3 diff -urN /usr/ports/databases/wmjsql/pkg-plist databases/wmjsql/pkg-plist --- /usr/ports/databases/wmjsql/pkg-plist 2013-11-06 22:03:57.000000000 +0900 +++ databases/wmjsql/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -bin/wmjsql -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 75B02789 for ; Mon, 16 Dec 2013 18: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 35E2B1946 for ; Mon, 16 Dec 2013 18: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 rBGIAAVF016080 for ; Mon, 16 Dec 2013 18:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAAjf016079; Mon, 16 Dec 2013 18:10:10 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:10 GMT Resent-Message-Id: <201312161810.rBGIAAjf016079@freefall.freebsd.org> 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 C499B3F1 for ; Mon, 16 Dec 2013 18:05:45 +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 97AF818A1 for ; Mon, 16 Dec 2013 18:05:45 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id C332A980184 for ; Tue, 17 Dec 2013 03:05:43 +0900 (JST) Message-Id: <20131217025042.59c4f9d2daebbd1e9fe57c85@yahoo.com> Date: Tue, 17 Dec 2013 02:50:42 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184838: science/silo: Update to version 4.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:10 -0000 >Number: 184838 >Category: ports >Synopsis: science/silo: Update to version 4.9.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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.9.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/silo/Makefile science/silo/Makefile --- /usr/ports/science/silo/Makefile 2013-11-06 22:05:45.000000000 +0900 +++ science/silo/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/science/silo/Makefile 327767 2013-09-20 22:48:30Z bapt $ PORTNAME= silo -PORTVERSION= 4.9 +PORTVERSION= 4.9.1 DISTVERSIONSUFFIX= -bsd CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ @@ -20,13 +20,11 @@ NO_LATEST_LINK= yes -USES= readline -USE_GMAKE= yes +USES= gmake readline GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared --disable-static USE_LDCONFIG= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MFORTRAN} @@ -36,11 +34,11 @@ .endif .if ${PORT_OPTIONS:MHDF5} -LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5 +LIB_DEPENDS+= libhdf5.so:${PORTSDIR}/science/hdf5 CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}/include,${LOCALBASE}/lib -PLIST_SUB+= HDF5="" NOHDF5="@comment " +PLIST_SUB+= SUFX_HDF5="h5" .else -PLIST_SUB+= HDF5="@comment " NOHDF5="" +PLIST_SUB+= SUFX_HDF5="" .endif .if ${PORT_OPTIONS:MPYTHON} @@ -53,9 +51,10 @@ .if ${PORT_OPTIONS:MQT4} USE_XORG= xext xi xmu xt -USE_QT4= qt3support linguist_build moc_build uic_build +USE_QT4= gui linguist_build moc_build uic_build QT_NONSTANDARD= yes CONFIGURE_ARGS+= --with-Qt-dir=${QT_PREFIX} +CONFIGURE_ARGS+= --with-Qt-lib="QtGui -lQtCore" PLIST_SUB+= QT4="" DESKTOP_ENTRIES="Silex" "Silex browser for Silo files" "" "silex" "" true .else @@ -86,7 +85,7 @@ .if defined(MAINTAINER_MODE) regression-test: build - @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} check + @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} check .endif .include diff -urN /usr/ports/science/silo/distinfo science/silo/distinfo --- /usr/ports/science/silo/distinfo 2013-11-06 22:05:45.000000000 +0900 +++ science/silo/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (silo-4.9-bsd.tar.gz) = ae82c23345ab2334f9a0f89d7d05d7c99b9489800d9b153c917a40c55577c783 -SIZE (silo-4.9-bsd.tar.gz) = 11993390 +SHA256 (silo-4.9.1-bsd.tar.gz) = 7d19f570309d0c235171e39f5b726abc77a3093227db900a59473b1762e82313 +SIZE (silo-4.9.1-bsd.tar.gz) = 11994742 diff -urN /usr/ports/science/silo/pkg-plist science/silo/pkg-plist --- /usr/ports/science/silo/pkg-plist 2013-11-06 22:05:45.000000000 +0900 +++ science/silo/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -9,9 +9,6 @@ include/silo.inc %%PYTHON%%%%PYTHON_SITELIBDIR%%/Silo.la %%PYTHON%%%%PYTHON_SITELIBDIR%%/Silo.so -%%NOHDF5%%lib/libsilo.la -%%NOHDF5%%lib/libsilo.so -%%NOHDF5%%lib/libsilo.so.0 -%%HDF5%%lib/libsiloh5.la -%%HDF5%%lib/libsiloh5.so -%%HDF5%%lib/libsiloh5.so.0 +lib/libsilo%%SUFX_HDF5%%.la +lib/libsilo%%SUFX_HDF5%%.so +lib/libsilo%%SUFX_HDF5%%.so.0 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 7637378B for ; Mon, 16 Dec 2013 18: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 E50F4193F for ; Mon, 16 Dec 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 rBGIA9aR016069 for ; Mon, 16 Dec 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 rBGIA9D7016068; Mon, 16 Dec 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:09 GMT Resent-Message-Id: <201312161810.rBGIA9D7016068@freefall.freebsd.org> 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 1A87C601 for ; Mon, 16 Dec 2013 18:06:36 +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 E383718CC for ; Mon, 16 Dec 2013 18:06:35 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id CA660980191 for ; Tue, 17 Dec 2013 03:06:31 +0900 (JST) Message-Id: <20131217025140.f13e392c043e1244e6e1391e@yahoo.com> Date: Tue, 17 Dec 2013 02:51:40 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184837: www/cssed: Support CC/CXX properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:10 -0000 >Number: 184837 >Category: ports >Synopsis: www/cssed: Support CC/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: Mon Dec 16 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CXX proeprly - Support dos2unix >How-To-Repeat: >Fix: diff -urN /usr/ports/www/cssed/Makefile www/cssed/Makefile --- /usr/ports/www/cssed/Makefile 2013-11-06 21:57:05.000000000 +0900 +++ www/cssed/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,31 +3,31 @@ PORTNAME= cssed PORTVERSION= 0.4.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= www MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org -COMMENT= An application to help CSS style sheets creation and maintenance +COMMENT= Application to help CSS style sheets creation and maintenance -USES= pathfix pkgconfig +USES= dos2unix pathfix pkgconfig +DOS2UNIX_FILES= scintilla/gtk/ScintillaGTK.cxx USE_GNOME= gtk20 libxml2 GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -lgmodule-2.0 CONFIGURE_ARGS= --with-plugin-headers -MAN1= cssed.1 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +DESKTOP_ENTRIES="CSSED" "CSS Editor" "${DATADIR}/pixmaps/cssed-icon.png" + "${PORTNAME}" "GTK;Development;WebDevelopment;TextEditor;" "" -NO_STAGE= yes post-patch: -.for file in scintilla/gtk/ScintillaGTK.cxx - @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_tr \ - && ${TR} -d '\r' < ${file}.pre_tr > ${file} -.endfor -.for file in scintilla/gtk/Makefile.in src/Makefile.in + @${REINPLACE_CMD} -e \ + 's|gthread-2.0|gmodule-2.0|' ${WRKSRC}/configure +.for i in scintilla/gtk/Makefile.in src/Makefile.in @${REINPLACE_CMD} -e 's|gcc|@CC@|g ; \ - s|g++|@CXX@|g' ${WRKSRC}/src/Makefile.in + s|g++|@CXX@|g' ${WRKSRC}/${i} .endfor .include diff -urN /usr/ports/www/cssed/pkg-plist www/cssed/pkg-plist --- /usr/ports/www/cssed/pkg-plist 2013-11-06 21:57:05.000000000 +0900 +++ www/cssed/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,5 +1,6 @@ bin/cssed libdata/pkgconfig/cssed.pc +man/man1/cssed.1.gz %%DATADIR%%/data/cssed-cfg.xml %%DATADIR%%/data/cssed-def.dtd %%DATADIR%%/data/cssed-def.xml >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1587F7B3 for ; Mon, 16 Dec 2013 18:10: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 E865F195B for ; Mon, 16 Dec 2013 18:10: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 rBGIACrG016164 for ; Mon, 16 Dec 2013 18:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIACvG016163; Mon, 16 Dec 2013 18:10:12 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:12 GMT Resent-Message-Id: <201312161810.rBGIACvG016163@freefall.freebsd.org> 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 DBBF441A for ; Mon, 16 Dec 2013 18:06:03 +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 AF04418AE for ; Mon, 16 Dec 2013 18:06:03 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id C3A4F980177 for ; Tue, 17 Dec 2013 03:06:01 +0900 (JST) Message-Id: <20131217025105.dd6bfb61f146de2222871157@yahoo.com> Date: Tue, 17 Dec 2013 02:51:05 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184847: security/symbion-sslproxy: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:13 -0000 >Number: 184847 >Category: ports >Synopsis: security/symbion-sslproxy: 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: Mon Dec 16 18:10:12 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/security/symbion-sslproxy/Makefile security/symbion-sslproxy/Makefile --- /usr/ports/security/symbion-sslproxy/Makefile 2013-11-06 22:03:01.000000000 +0900 +++ security/symbion-sslproxy/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,6 +3,7 @@ PORTNAME= symbion-sslproxy PORTVERSION= 1.0.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/sslproxy/sslproxy/${PORTVERSION} DISTNAME= sslproxy-${PORTVERSION} @@ -11,31 +12,26 @@ MAINTAINER= ports@FreeBSD.org COMMENT= SSL proxy for securing insecure connections -USE_OPENSSL= YES -USE_GMAKE= YES -PLIST_FILES= sbin/ssl_proxy -SUB_FILES+= pkg-message +LICENSE= GPLv2 # (or later) + +USES= gmake +USE_OPENSSL= yes -NO_STAGE= yes -.include +SUB_FILES= pkg-message -.if !defined(NOPORTDOCS) PORTDOCS= README -.endif +PLIST_FILES= sbin/ssl_proxy post-patch: - ${REINPLACE_CMD} -e 's|CC =|CC ?=|' \ - -e 's|CFLAGS =|CFLAGS +=|' ${WRKSRC}/Makefile.global + @${REINPLACE_CMD} -e \ + 's|^CC =|CC ?=| ; \ + s|^LD =.*|LD = $$(CC)| ; \ + s|^CFLAGS =|#CFLAGS =| ; \ + s|^LDFLAGS =|#LDFLAGS =|' ${WRKSRC}/Makefile.global do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/ssl_proxy ${PREFIX}/sbin - -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} -.endif - -post-install: - ${CAT} ${PKGMESSAGE} + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ssl_proxy ${STAGEDIR}${PREFIX}/sbin) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) -.include +.include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 3EDE47E7 for ; Mon, 16 Dec 2013 18:10: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 1DE791964 for ; Mon, 16 Dec 2013 18:10: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 rBGIADta016200 for ; Mon, 16 Dec 2013 18:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIADLR016199; Mon, 16 Dec 2013 18:10:13 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:13 GMT Resent-Message-Id: <201312161810.rBGIADLR016199@freefall.freebsd.org> 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 EC5792A2 for ; Mon, 16 Dec 2013 18:01: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 BE144184D for ; Mon, 16 Dec 2013 18:01:38 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id 46B13156001E for ; Tue, 17 Dec 2013 03:01:37 +0900 (JST) Message-Id: <20131217024718.cc6b7627c50945a27264363c@yahoo.com> Date: Tue, 17 Dec 2013 02:47:18 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184851: devel/libmpcbdm: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:14 -0000 >Number: 184851 >Category: ports >Synopsis: devel/libmpcbdm: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:13 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/devel/libmpcbdm/Makefile devel/libmpcbdm/Makefile --- /usr/ports/devel/libmpcbdm/Makefile 2013-11-06 21:50:12.000000000 +0900 +++ devel/libmpcbdm/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -13,19 +13,20 @@ COMMENT= Standalone library to control various mpc8xx boards WRKSRC= ${WRKDIR}/libmpc8xx -USE_GMAKE= yes -GNU_CONFIGURE= yes + +USES= gmake +USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -ONLY_FOR_ARCHS= i386 +ONLY_FOR_ARCHS= amd64 i386 -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -E -e 's,(objformat=).*,\1elf,' \ - ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's| $$(includedir)| $$(DESTDIR)$$(includedir)|' \ + ${WRKSRC}/libmpc8xx/Makefile.in post-install: - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/Flash.dev ${DATADIR} + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC} && ${INSTALL_DATA} Flash.dev ${STAGEDIR}${DATADIR}) .include diff -urN /usr/ports/devel/libmpcbdm/files/patch-libmpc8xx_lptbdm.c devel/libmpcbdm/files/patch-libmpc8xx_lptbdm.c --- /usr/ports/devel/libmpcbdm/files/patch-libmpc8xx_lptbdm.c 2013-11-06 21:50:12.000000000 +0900 +++ devel/libmpcbdm/files/patch-libmpc8xx_lptbdm.c 2013-12-17 00:00:00.000000000 +0900 @@ -9,12 +9,24 @@ #include static int lptbdm_read( void ); -@@ -252,7 +252,7 @@ +@@ -52,8 +52,9 @@ + + static uid_t lptbdm_euid = -1; + +-#define INB(x,port) asm volatile("inb %1, %0" : "=a" (x) : "d" (port)) +-#define OUTB(x,port) asm volatile("outb %0, %1" : : "a" (x), "d" (port)) ++#include ++#define INB(x,port) x = inb(port) ++#define OUTB(x,port) outb(port,x) + + /* in case of asm trouble (red hat 7.0?) try the code below and compile with -O option */ + /*#include +@@ -252,7 +253,7 @@ } } - nResult = ioperm( lptbdm_port.DATAAddr, 3, 1 ); -+ nResult = i386_set_ioperm( lptbdm_port.DATAAddr, 3, 1 ); ++ nResult = sysarch( I386_SET_IOPERM, (void *) ( lptbdm_port.DATAAddr, 3, 1 ) ); seteuid( getuid() ); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 CDE117EB for ; Mon, 16 Dec 2013 18:10: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 ACDCC1968 for ; Mon, 16 Dec 2013 18:10: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 rBGIAEuF016218 for ; Mon, 16 Dec 2013 18:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAEFT016217; Mon, 16 Dec 2013 18:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:14 GMT Resent-Message-Id: <201312161810.rBGIAEFT016217@freefall.freebsd.org> 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 A433527D for ; Mon, 16 Dec 2013 18:00:45 +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 7913817E6 for ; Mon, 16 Dec 2013 18:00:45 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id 19E091560060 for ; Tue, 17 Dec 2013 03:00:43 +0900 (JST) Message-Id: <20131217024626.76e1770c5662f52d26648e94@yahoo.com> Date: Tue, 17 Dec 2013 02:46:26 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184853: audio/quimup: Update to version 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:15 -0000 >Number: 184853 >Category: ports >Synopsis: audio/quimup: Update to version 1.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:14 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 1.3.1 New file: files/patch-src__qm_itemlist.h >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/quimup/Makefile audio/quimup/Makefile --- /usr/ports/audio/quimup/Makefile 2013-11-22 07:07:05.000000000 +0900 +++ audio/quimup/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/audio/quimup/Makefile 334499 2013-11-21 16:09:47Z makc $ PORTNAME= quimup -PORTVERSION= 1.3.0 +PORTVERSION= 1.3.1 CATEGORIES= audio MASTER_SITES= SF/musicpd/Quimup/${PORTVERSION} DISTNAME= ${PORTNAME}_${PORTVERSION}_src @@ -16,7 +16,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} -USES= qmake +USES= pkgconfig qmake USE_QT4= corelib gui network \ moc_build rcc_build uic_build diff -urN /usr/ports/audio/quimup/distinfo audio/quimup/distinfo --- /usr/ports/audio/quimup/distinfo 2013-11-06 21:52:20.000000000 +0900 +++ audio/quimup/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (quimup_1.3.0_src.tar.gz) = 9a3a93285c66ffa96b3c66399ec9ac88b7d5ecf2559a868dca93a08158a3bae5 -SIZE (quimup_1.3.0_src.tar.gz) = 245760 +SHA256 (quimup_1.3.1_src.tar.gz) = 4f125a2bc913b2946c98ecc94929e2a30c12dd201d55772b06473cb4a941bf8a +SIZE (quimup_1.3.1_src.tar.gz) = 239578 diff -urN /usr/ports/audio/quimup/files/patch-src__qm_itemlist.h audio/quimup/files/patch-src__qm_itemlist.h --- /usr/ports/audio/quimup/files/patch-src__qm_itemlist.h 1970-01-01 09:00:00.000000000 +0900 +++ audio/quimup/files/patch-src__qm_itemlist.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/qm_itemlist.h.orig ++++ src/qm_itemlist.h +@@ -63,7 +63,7 @@ + QString sorter; + + // Override the < operator for alist.sort(); +- bool operator < (const qm_listitemInfo& litem) ++ bool operator < (const qm_listitemInfo& litem) const + { + return sorter < litem.sorter; + } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3AB9C7ED for ; Mon, 16 Dec 2013 18:10: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 0076E196A for ; Mon, 16 Dec 2013 18:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAEXi016227 for ; Mon, 16 Dec 2013 18:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAEmu016226; Mon, 16 Dec 2013 18:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:14 GMT Resent-Message-Id: <201312161810.rBGIAEmu016226@freefall.freebsd.org> 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 6465B29C for ; Mon, 16 Dec 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 3797F1849 for ; Mon, 16 Dec 2013 18:01:28 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 9DC6D1880004 for ; Tue, 17 Dec 2013 03:01:26 +0900 (JST) Message-Id: <20131217024710.6267a9733a53fd1117d52bb1@yahoo.com> Date: Tue, 17 Dec 2013 02:47:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184854: devel/codeworker: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:15 -0000 >Number: 184854 >Category: ports >Synopsis: devel/codeworker: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:14 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/devel/codeworker/Makefile devel/codeworker/Makefile --- /usr/ports/devel/codeworker/Makefile 2013-11-19 02:05:30.000000000 +0900 +++ devel/codeworker/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -27,7 +27,7 @@ @${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.h" | ${XARGS} \ ${REINPLACE_CMD} -e \ 's||| ; \ - s|__GNUC_PREREQ |__GNUC_PREREQ__|' + s|(__cplusplus) \&\&|(__cplusplus) // \&\&|' do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} codeworker ${STAGEDIR}${PREFIX}/bin) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18: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 C572D7FB for ; Mon, 16 Dec 2013 18: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 A3C5C1975 for ; Mon, 16 Dec 2013 18: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 rBGIAGVJ016272 for ; Mon, 16 Dec 2013 18:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAG37016271; Mon, 16 Dec 2013 18:10:16 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:16 GMT Resent-Message-Id: <201312161810.rBGIAG37016271@freefall.freebsd.org> 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 B55ED627 for ; Mon, 16 Dec 2013 18:07:05 +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 787F118E0 for ; Mon, 16 Dec 2013 18:07:05 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id A93681880009 for ; Tue, 17 Dec 2013 03:07:02 +0900 (JST) Message-Id: <20131217025207.1bd3d518ad3501b4db3a3ca4@yahoo.com> Date: Tue, 17 Dec 2013 02:52:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184859: x11-wm/ede: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:16 -0000 >Number: 184859 >Category: ports >Synopsis: x11-wm/ede: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:16 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-pekwm__Observabe.cc files/patch-pekwm__Observabe.hh >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-wm/ede/Makefile x11-wm/ede/Makefile --- /usr/ports/x11-wm/ede/Makefile 2013-12-16 15:18:06.000000000 +0900 +++ x11-wm/ede/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= ede PORTVERSION= 2.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11-wm MASTER_SITES= SF \ SF/${PORTNAME}/${PORTNAME}lib/${PORTVERSION}:edelib @@ -16,21 +16,19 @@ LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi -BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ - doxygen:${PORTSDIR}/devel/doxygen \ +BUILD_DEPENDS= doxygen:${PORTSDIR}/devel/doxygen \ jam:${PORTSDIR}/devel/jam \ - update-mime-database:${PORTSDIR}/misc/shared-mime-info -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus \ - curl:${PORTSDIR}/ftp/curl \ - startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - fltk.1:${PORTSDIR}/x11-toolkits/fltk -RUN_DEPENDS= update-mime-database:${PORTSDIR}/misc/shared-mime-info + python:${PORTSDIR}/lang/python +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ + libcurl.so:${PORTSDIR}/ftp/curl \ + libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ + libfltk.so:${PORTSDIR}/x11-toolkits/fltk OPTIONS_DEFINE= HAL HAL_DESC= Enable HAL support +USES= iconv gettext pathfix pkgconfig shared-mime-info USE_XORG= xcomposite xft xinerama xpm xrandr -USES= pathfix gettext pkgconfig USE_PYTHON= yes USE_FAM= yes GNU_CONFIGURE= yes @@ -53,15 +51,16 @@ HAL_LIB_DEPENDS= libhal.so.1:${PORTSDIR}/sysutils/hal HAL_CONFIGURE_OFF= --disable-hal -# use multiple make jobs -_make_jobs= -j${MAKE_JOBS_NUMBER} - -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ 's|/usr/local/share|${LOCALBASE}/share| ; \ /OPTIM_FLAGS=/s|-O2|-fPIC| ; \ s|_daylight=yes|_daylight=no|' ${EDELIB_WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's| -liconv| ${ICONV_LIB}|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|$$(CC)|@CXX@| ; \ + s|-lstdc++||' ${WRKSRC}/Jamconfig.in pre-configure: @(cd ${EDELIB_WRKSRC} \ @@ -75,14 +74,25 @@ pre-build: @(cd ${EDELIB_WRKSRC} \ - && ${LOCALBASE}/bin/jam ${_make_jobs} \ + && ${LOCALBASE}/bin/jam -j${MAKE_JOBS_NUMBER} \ && ${LOCALBASE}/bin/jam ${INSTALL_TARGET}) do-build: - @(cd ${BUILD_WRKSRC} && ${LOCALBASE}/bin/jam ${_make_jobs}) + @(cd ${BUILD_WRKSRC} && ${LOCALBASE}/bin/jam -j${MAKE_JOBS_NUMBER}) do-install: - @(cd ${INSTALL_WRKSRC} && ${LOCALBASE}/bin/jam ${INSTALL_TARGET}) - @-update-mime-database ${PREFIX}/share/mime + @(cd ${INSTALL_WRKSRC} && ${SETENV} DESTDIR="${STAGEDIR}" \ + ${LOCALBASE}/bin/jam ${INSTALL_TARGET}) + @${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ede-2.0.0/manual/images + @(cd ${WRKSRC}/doc/manual/images && ${COPYTREE_SHARE} . \ + ${STAGEDIR}${PREFIX}/share/doc/ede-2.0.0/manual/images) +.for i in ede-about ede-autostart ede-bell-conf ede-bug-report ede-crasher \ + ede-calc ede-conf ede-desktop ede-desktop-conf ede-dialog \ + ede-keyboard-conf ede-notify-daemon ede-screensaver-conf \ + ede-image-view ede-launch emountd ede-timedate ede-tip \ + ede-tip-compiler ede-preferred-applications evoke ede-shutdown \ + ede-panel ede-menu-spec-test pekwm + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${i} +.endfor .include diff -urN /usr/ports/x11-wm/ede/files/patch-pekwm__Observabe.cc x11-wm/ede/files/patch-pekwm__Observabe.cc --- /usr/ports/x11-wm/ede/files/patch-pekwm__Observabe.cc 1970-01-01 09:00:00.000000000 +0900 +++ x11-wm/ede/files/patch-pekwm__Observabe.cc 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,50 @@ +--- pekwm/Observable.cc.orig ++++ pekwm/Observable.cc +@@ -10,10 +10,12 @@ + #include "config.h" + #endif // HAVE_CONFIG_H + ++#include ++ + #include "Observable.hh" + #include "Observer.hh" + +-using SLIST_NAMESPACE::slist; ++using std::vector; + + /** + * Notify all observers. +@@ -21,11 +23,10 @@ + void + Observable::notifyObservers(Observation *observation) + { +- if (_observers.size()) { +- slist::iterator it(_observers.begin()); +- for (; it != _observers.end(); ++it) { +- (*it)->notify(this, observation); +- } ++ vector::const_iterator it(_observers.begin()); ++ vector::const_iterator end(_observers.end()); ++ for (; it != end; ++it) { ++ (*it)->notify(this, observation); + } + } + +@@ -35,7 +36,7 @@ + void + Observable::addObserver(Observer *observer) + { +- _observers.push_front(observer); ++ _observers.push_back(observer); + } + + /** +@@ -44,7 +45,5 @@ + void + Observable::removeObserver(Observer *observer) + { +- if (_observers.size()) { +- _observers.remove(observer); +- } ++ _observers.erase(std::remove(_observers.begin(), _observers.end(), observer), _observers.end()); + } diff -urN /usr/ports/x11-wm/ede/files/patch-pekwm__Observabe.hh x11-wm/ede/files/patch-pekwm__Observabe.hh --- /usr/ports/x11-wm/ede/files/patch-pekwm__Observabe.hh 1970-01-01 09:00:00.000000000 +0900 +++ x11-wm/ede/files/patch-pekwm__Observabe.hh 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,24 @@ +--- pekwm/Observable.hh.orig ++++ pekwm/Observable.hh +@@ -9,11 +9,7 @@ + #ifndef _OBSERVABLE_HH_ + #define _OBSERVABLE_HH_ + +-#ifdef HAVE_SLIST +-#include +-#else // HAVE_EXT_SLIST +-#include +-#endif // HAVE_SLIST ++#include + + class Observer; + +@@ -36,7 +32,7 @@ + void removeObserver(Observer *observer); + + private: +- SLIST_NAMESPACE::slist _observers; /**< List of observers. */ ++ std::vector _observers; /**< List of observers. */ + }; + + #endif // _OBSERVABLE_HH_ diff -urN /usr/ports/x11-wm/ede/pkg-plist x11-wm/ede/pkg-plist --- /usr/ports/x11-wm/ede/pkg-plist 2013-11-06 21:59:22.000000000 +0900 +++ x11-wm/ede/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1555,5 +1555,3 @@ @dirrm etc/xdg/ede @dirrmtry etc/xdg @dirrm etc/pekwm -@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime -@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 334B1801 for ; Mon, 16 Dec 2013 18:10: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 EDB321979 for ; Mon, 16 Dec 2013 18: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 rBGIAGlx016281 for ; Mon, 16 Dec 2013 18:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAGAc016280; Mon, 16 Dec 2013 18:10:16 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:16 GMT Resent-Message-Id: <201312161810.rBGIAGAc016280@freefall.freebsd.org> 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 46B013DC for ; Mon, 16 Dec 2013 18:05:11 +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 198E21891 for ; Mon, 16 Dec 2013 18:05:11 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 978451880004 for ; Tue, 17 Dec 2013 03:05:09 +0900 (JST) Message-Id: <20131217025007.92324d84d45c5eb00ec68a38@yahoo.com> Date: Tue, 17 Dec 2013 02:50:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184860: math/mbasecalc: Support CXX/CXXFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:17 -0000 >Number: 184860 >Category: ports >Synopsis: math/mbasecalc: Support CXX/CXXFLAGS 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: Mon Dec 16 18:10:16 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CXX/CXXFLAGS properly - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/math/mbasecalc/Makefile math/mbasecalc/Makefile --- /usr/ports/math/mbasecalc/Makefile 2013-11-06 22:04:50.000000000 +0900 +++ math/mbasecalc/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= mbasecalc PORTVERSION= 1.1 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= math MASTER_SITES= http://www.muquit.com/muquit/software/mbasecalc/ DISTNAME= ${PORTNAME} @@ -11,15 +11,19 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple calculator program inspired by basecalc -LIB_DEPENDS= fltk.1:${PORTSDIR}/x11-toolkits/fltk +LICENSE= GPLv2 -MAKE_ARGS= INCLUDES="`fltk-config --cflags` -I." \ - LIBS="`fltk-config --ldflags`" +LIB_DEPENDS= libfltk.so:${PORTSDIR}/x11-toolkits/fltk + +MAKE_ARGS= CC="${CC}" CXX="${CXX}" CFLAGS="${CPPFLAGS} ${CXXFLAGS}" \ + LIBS="${LDFLAGS}" + +CPPFLAGS+= $$(fltk-config --cflags) -DSYS_UNIX +LDFLAGS+= $$(fltk-config --ldflags) PLIST_FILES= bin/mbasecalc -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mbasecalc ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} mbasecalc ${STAGEDIR}${PREFIX}/bin) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 91962840 for ; Mon, 16 Dec 2013 18:10: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 710CF198C for ; Mon, 16 Dec 2013 18:10: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 rBGIAJnO016364 for ; Mon, 16 Dec 2013 18:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAJGc016363; Mon, 16 Dec 2013 18:10:19 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:19 GMT Resent-Message-Id: <201312161810.rBGIAJGc016363@freefall.freebsd.org> 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 594352A5 for ; Mon, 16 Dec 2013 18:01:48 +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 2E8121850 for ; Mon, 16 Dec 2013 18:01:48 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id B719B1880004 for ; Tue, 17 Dec 2013 03:01:46 +0900 (JST) Message-Id: <20131217024730.3ace0aa170c48908f7d4ee4d@yahoo.com> Date: Tue, 17 Dec 2013 02:47:30 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184869: devel/pit: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:19 -0000 >Number: 184869 >Category: ports >Synopsis: devel/pit: 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: Mon Dec 16 18:10:19 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Support USE_GITHUB - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/pit/Makefile devel/pit/Makefile --- /usr/ports/devel/pit/Makefile 2013-11-06 21:50:43.000000000 +0900 +++ devel/pit/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,20 +3,28 @@ PORTNAME= pit PORTVERSION= 0.1.0 +PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= http://github.com/michaeldv/${PORTNAME}/tarball/ -DISTNAME= ${PORTVERSION} -EXTRACT_SUFX= # none +MASTER_SITES= GH MAINTAINER= ports@FreeBSD.org COMMENT= Command-line project manager that integrates with Git -FETCH_ARGS= -pRr -WRKSRC= "${WRKDIR}/michaeldv-${PORTNAME}-fd6b3ef" +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/LICENSE + +USE_GITHUB= yes +GH_ACCOUNT= michaeldv +GH_COMMIT= fd6b3ef + PLIST_FILES= bin/pit -NO_STAGE= yes +post-patch: + @${REINPLACE_CMD} -e \ + 's|CC =|CC ?=| ; \ + s|$$(CC) -o|$$(CC) $$(CFLAGS) -o|' ${WRKSRC}/Makefile + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/pit ${PREFIX}/bin + (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} pit ${STAGEDIR}${PREFIX}/bin) .include diff -urN /usr/ports/devel/pit/distinfo devel/pit/distinfo --- /usr/ports/devel/pit/distinfo 2013-11-06 21:50:43.000000000 +0900 +++ devel/pit/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (0.1.0) = aaa10ee27a5e9add2b5973acab6205e88c8c56c754df6856965b40a22985114c -SIZE (0.1.0) = 23246 +SHA256 (pit-0.1.0.tar.gz) = aaa10ee27a5e9add2b5973acab6205e88c8c56c754df6856965b40a22985114c +SIZE (pit-0.1.0.tar.gz) = 23246 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:23 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8EC54865 for ; Mon, 16 Dec 2013 18: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 6DF4119D7 for ; Mon, 16 Dec 2013 18:10: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 rBGIAN3J016484 for ; Mon, 16 Dec 2013 18:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIANB0016483; Mon, 16 Dec 2013 18:10:23 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:23 GMT Resent-Message-Id: <201312161810.rBGIANB0016483@freefall.freebsd.org> 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 B45E2419 for ; Mon, 16 Dec 2013 18:06:00 +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 8958D18AD for ; Mon, 16 Dec 2013 18:06:00 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 285B2980177 for ; Tue, 17 Dec 2013 03:05:59 +0900 (JST) Message-Id: <20131217025101.02c5fd25a12f8bf373d607ea@yahoo.com> Date: Tue, 17 Dec 2013 02:51:01 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184882: security/sniff: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:23 -0000 >Number: 184882 >Category: ports >Synopsis: security/sniff: 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: Mon Dec 16 18:10:23 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/security/sniff/Makefile security/sniff/Makefile --- /usr/ports/security/sniff/Makefile 2013-11-06 22:02:53.000000000 +0900 +++ security/sniff/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -1,23 +1,31 @@ # Created by: Rick & Samu # $FreeBSD: head/security/sniff/Makefile 327769 2013-09-20 22:55:24Z bapt $ -PORTNAME= sniff -PORTVERSION= 1.0 -CATEGORIES= security -MASTER_SITES= LOCAL/fenner +PORTNAME= sniff +PORTVERSION= 1.0 +PORTREVISION= 1 +CATEGORIES= security +MASTER_SITES= LOCAL/fenner -MAINTAINER= ports@FreeBSD.org -COMMENT= Program to sniff logins and passwords +MAINTAINER= ports@FreeBSD.org +COMMENT= Program to sniff logins and passwords -MAN1= sniff.1 +LICENSE= GPLv2 -HAS_CONFIGURE= yes -CONFIGURE_SCRIPT= configure +GNU_CONFIGURE= yes -PLIST_FILES= sbin/sniff +PLIST_FILES= sbin/sniff man/man1/sniff.1.gz -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|PREFIX=/usr/local|PREFIX=${PREFIX}|g' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|^CC.*|CC=@CC@| ; \ + s|^CFLAGS.*|CFLAGS=@CFLAGS@| ; \ + s|^PREFIX.*|PREFIX=@PREFIX@|' ${WRKSRC}/Makefile.in + +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} sniff \ + ${STAGEDIR}${PREFIX}/sbin) + (cd ${WRKSRC} && ${INSTALL_MAN} sniff.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 116DC8A0 for ; Mon, 16 Dec 2013 18:10: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 CB62919E4 for ; Mon, 16 Dec 2013 18: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 rBGIAOdb016529 for ; Mon, 16 Dec 2013 18:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAOfI016528; Mon, 16 Dec 2013 18:10:24 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:24 GMT Resent-Message-Id: <201312161810.rBGIAOfI016528@freefall.freebsd.org> 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 E79493FD for ; Mon, 16 Dec 2013 18:05:51 +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 B982F18A5 for ; Mon, 16 Dec 2013 18:05:51 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 2A427980189 for ; Tue, 17 Dec 2013 03:05:50 +0900 (JST) Message-Id: <20131217025050.b6b9021202a74e2b27d34ff2@yahoo.com> Date: Tue, 17 Dec 2013 02:50:50 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184887: security/gsfv: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:25 -0000 >Number: 184887 >Category: ports >Synopsis: security/gsfv: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:24 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/security/gsfv/Makefile security/gsfv/Makefile --- /usr/ports/security/gsfv/Makefile 2013-11-20 04:13:48.000000000 +0900 +++ security/gsfv/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -5,14 +5,20 @@ PORTVERSION= 0.2.1 PORTREVISION= 4 CATEGORIES= security -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ijliao +MASTER_SITES= LOCAL/ijliao MAINTAINER= ports@FreeBSD.org COMMENT= Create or verify Simple File Verification (SFV) checksum files -PLIST_FILES= bin/gsfv +LICENSE= BSD + USE_GNOME= gtk12 GNU_CONFIGURE= yes +PLIST_FILES= bin/gsfv + +post-patch: + @${REINPLACE_CMD} -e \ + 's|\([[:blank:]]\)log|\1bb_log|' ${WRKSRC}/src/backbone.c + .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E01628B3 for ; Mon, 16 Dec 2013 18:10: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 BF56A19F7 for ; Mon, 16 Dec 2013 18:10: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 rBGIARAe016610 for ; Mon, 16 Dec 2013 18:10:27 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIARQG016609; Mon, 16 Dec 2013 18:10:27 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:27 GMT Resent-Message-Id: <201312161810.rBGIARQG016609@freefall.freebsd.org> 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 027B528C for ; Mon, 16 Dec 2013 18:01:15 +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 C9C1E183F for ; Mon, 16 Dec 2013 18:01:14 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 046BA9800BC for ; Tue, 17 Dec 2013 03:01:11 +0900 (JST) Message-Id: <20131217024654.d4d1c3d34516058a26daa3cd@yahoo.com> Date: Tue, 17 Dec 2013 02:46:54 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184896: databases/dbf: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:28 -0000 >Number: 184896 >Category: ports >Synopsis: databases/dbf: 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: Mon Dec 16 18:10:27 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build >How-To-Repeat: >Fix: diff -urN /usr/ports/databases/dbf/Makefile databases/dbf/Makefile --- /usr/ports/databases/dbf/Makefile 2013-11-06 22:03:44.000000000 +0900 +++ databases/dbf/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -12,6 +12,7 @@ COMMENT= Show and convert the content of dBASE III, IV, and 5.0 files OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes WRKSRC= ${WRKDIR}/lib${PORTNAME} @@ -22,21 +23,16 @@ CONFIGURE_ENV= ac_cv_prog_DOC_TO_MAN="" USE_LDCONFIG= yes -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} USES+= gettext CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lintl -PLIST_SUB+= NLS="" .else CONFIGURE_ENV+= ac_cv_header_libintl_h=no -PLIST_SUB+= NLS="@comment " .endif -_make_jobs= -j${MAKE_JOBS_NUMBER} - post-extract: @${FIND} ${WRKDIR} -name "configure" -or -name "install-sh" | \ ${XARGS} ${CHMOD} ${BINMODE} @@ -49,8 +45,8 @@ @(cd ${WRKDIR}/${PORTNAME}-core && ${SETENV} ${CONFIGURE_ENV} \ CC="${CC}" CXX="${CXX}" \ CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${WRKSRC}/include" \ - LDFLAGS="-L${WRKSRC}/src/.libs" \ + CPPFLAGS="-I${WRKSRC}/include ${CPPFLAGS}" \ + LDFLAGS="-L${WRKSRC}/src/.libs ${LDFLAGS}" \ INSTALL_DATA="${INSTALL_DATA}" \ INSTALL_LIB="${INSTALL_LIB}" \ INSTALL_PROGRAM="${INSTALL_PROGRAM}" \ @@ -59,11 +55,13 @@ ./configure --prefix=${PREFIX}) post-build: - @(cd ${WRKDIR}/${PORTNAME}-core && ${SETENV} ${MAKE_ENV} ${MAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${_make_jobs} ${ALL_TARGET}) + @(cd ${WRKDIR}/${PORTNAME}-core && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} ${MAKEFILE} -j${MAKE_JOBS_NUMBER} ${MAKE_ARGS} \ + ${ALL_TARGET}) post-install: - @(cd ${WRKDIR}/${PORTNAME}-core && ${SETENV} ${MAKE_ENV} ${MAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET}) + @(cd ${WRKDIR}/${PORTNAME}-core && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} ${MAKEFILE} -j${MAKE_JOBS_NUMBER} ${MAKE_ARGS} \ + ${INSTALL_TARGET}) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 476D08F0 for ; Mon, 16 Dec 2013 18:10: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 263781A08 for ; Mon, 16 Dec 2013 18:10:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAUPs016682 for ; Mon, 16 Dec 2013 18:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIATx2016681; Mon, 16 Dec 2013 18:10:29 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:29 GMT Resent-Message-Id: <201312161810.rBGIATx2016681@freefall.freebsd.org> 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 EC10F4FB for ; Mon, 16 Dec 2013 18:06:18 +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 BE62B18B6 for ; Mon, 16 Dec 2013 18:06:18 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 9E86F1880004 for ; Tue, 17 Dec 2013 03:06:16 +0900 (JST) Message-Id: <20131217025123.ca94b61c37625edd1787bc48@yahoo.com> Date: Tue, 17 Dec 2013 02:51:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184904: textproc/humanzip: Fix biuld with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:30 -0000 >Number: 184904 >Category: ports >Synopsis: textproc/humanzip: Fix biuld with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:29 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix biuld with clang - Add LICENSE New file: files/patch-humanunzip.cpp files/patch-humanzip.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/humanzip/Makefile textproc/humanzip/Makefile --- /usr/ports/textproc/humanzip/Makefile 2013-11-06 21:55:13.000000000 +0900 +++ textproc/humanzip/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -9,22 +9,27 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Compresses text to human readable output -NO_STAGE= yes -post-patch: - @${REINPLACE_CMD} -e 's|g++|${CXX}|;s|-O2|${CFLAGS}|' \ - ${WRKSRC}/${MAKEFILE} +LICENSE= GPLv2 # (or later) -MAN1= ${PORTNAME}.1 -MLINKS= ${PORTNAME}.1 humanunzip.1 -PLIST_FILES= bin/${PORTNAME} bin/humanunzip PORTDOCS= CHANGELOG README TODO +PLIST_FILES= bin/humanunzip bin/humanzip \ + man/man1/humanunzip.1.gz man/man1/humanzip.1.gz + +post-patch: + @${REINPLACE_CMD} -e \ + 's|g++|$${CXX}| ; \ + s|-O2|$${CFLAGS}|' ${WRKSRC}/${MAKEFILE} do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/human*zip ${PREFIX}/bin/ - @${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MAN1PREFIX}/man/man1/ -.ifndef NOPORTDOCS - @${INSTALL} -d ${DOCSDIR}/ - @cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/ -.endif +.for i in humanzip humanunzip + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${i} ${STAGEDIR}${PREFIX}/bin) +.endfor + (cd ${WRKSRC} && ${INSTALL_MAN} humanzip.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1) + ${LN} -sf humanzip.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/humanunzip.1 + @${MKDIR} ${STAGEDIR}${DOCSDIR} +.for i in ${PORTDOCS} + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) +.endfor .include diff -urN /usr/ports/textproc/humanzip/files/patch-humanunzip.cpp textproc/humanzip/files/patch-humanunzip.cpp --- /usr/ports/textproc/humanzip/files/patch-humanunzip.cpp 1970-01-01 09:00:00.000000000 +0900 +++ textproc/humanzip/files/patch-humanunzip.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- humanunzip.cpp.orig ++++ humanunzip.cpp +@@ -22,6 +22,7 @@ + #include + #include + #include ++#include + #include + #include "humanzip.h" + diff -urN /usr/ports/textproc/humanzip/files/patch-humanzip.cpp textproc/humanzip/files/patch-humanzip.cpp --- /usr/ports/textproc/humanzip/files/patch-humanzip.cpp 1970-01-01 09:00:00.000000000 +0900 +++ textproc/humanzip/files/patch-humanzip.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- humanzip.cpp.orig ++++ humanzip.cpp +@@ -24,6 +24,7 @@ + #include + #include + #include ++#include + #include + #include "humanzip.h" + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 625B88F8 for ; Mon, 16 Dec 2013 18:10: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 40D411A10 for ; Mon, 16 Dec 2013 18:10: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 rBGIAVcg016718 for ; Mon, 16 Dec 2013 18:10:31 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAVZB016717; Mon, 16 Dec 2013 18:10:31 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:31 GMT Resent-Message-Id: <201312161810.rBGIAVZB016717@freefall.freebsd.org> 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 A5086289 for ; Mon, 16 Dec 2013 18:01:08 +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 4909B183D for ; Mon, 16 Dec 2013 18:01:08 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id B5BB9980086 for ; Tue, 17 Dec 2013 03:01:02 +0900 (JST) Message-Id: <20131217024646.4067392d70c82dea2e15ce86@yahoo.com> Date: Tue, 17 Dec 2013 02:46:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184908: converters/i18ntools: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:31 -0000 >Number: 184908 >Category: ports >Synopsis: converters/i18ntools: 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: Mon Dec 16 18:10:30 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/converters/i18ntools/Makefile converters/i18ntools/Makefile --- /usr/ports/converters/i18ntools/Makefile 2013-12-12 02:42:32.000000000 +0900 +++ converters/i18ntools/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,6 +3,7 @@ PORTNAME= i18ntools PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= converters MASTER_SITES= ftp://ftp.whizkidtech.redprince.net/unix/ \ http://www.whizkidtech.redprince.net/fports/ @@ -13,6 +14,11 @@ LIB_DEPENDS= libutf-8.so:${PORTSDIR}/converters/libutf-8 RUN_DEPENDS= tuc:${PORTSDIR}/converters/tuc +OPTIONS_DEFINE= DOCS + +DATADIR= ${PREFIX}/share/i18n +DOCSDIR= ${PREFIX}/share/doc/i18n + BINARIES= hutrans mbm ptrans uhtrans utrans CHARMAPS= ANSI_X3.110-1983 ANSI_X3.4-1968 ASMO_449 BALTIC BS_4730 \ BS_VIEWDATA CP1250 CP1251 CP1252 CP1253 CP1254 CP1255 CP1256 \ @@ -45,27 +51,29 @@ T.61-8BIT VIDEOTEX-SUPPL DOCFILES= fgetu8.html fputu8.html index.html libutf-8.html rfc1641.txt \ rfc2277.txt rfc2279.txt sgetu8.html sputu8.html utrans.html -MAN1= hutrans.1 ptrans.1 utrans.1 uhtrans.1 +MAN1FILES= hutrans.1 ptrans.1 utrans.1 uhtrans.1 + +post-patch: + @${REINPLACE_CMD} -e \ + 's|$${PREFIX}/include|$${LOCALBASE}/include| ; \ + s|$${PREFIX}/lib|$${LOCALBASE}/lib| ; \ + s|gcc -o|$$(CC) $$(CFLAGS) -o|' ${WRKSRC}/Makefile -NO_STAGE= yes do-install: .for f in ${BINARIES} - ${INSTALL_PROGRAM} ${WRKSRC}/${f} ${PREFIX}/bin -.endfor -.for f in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/man/man1 + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${f} ${STAGEDIR}${PREFIX}/bin) .endfor - -post-install: -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/i18n/tools -.for f in ${DOCFILES} - ${INSTALL_MAN} ${WRKSRC}/${f} ${PREFIX}/share/doc/i18n/tools +.for f in ${MAN1FILES} + (cd ${WRKSRC} && ${INSTALL_MAN} ${f} ${STAGEDIR}${MANPREFIX}/man/man1) .endfor -.endif - ${MKDIR} ${PREFIX}/share/i18n/charmaps/binary + ${MKDIR} ${STAGEDIR}${DATADIR}/charmaps/binary .for f in ${CHARMAPS} - ${INSTALL_DATA} ${WRKSRC}/charmaps/${f} ${PREFIX}/share/i18n/charmaps/binary + (cd ${WRKSRC}/charmaps && ${INSTALL_DATA} ${f} \ + ${STAGEDIR}${DATADIR}/charmaps/binary) +.endfor + @${MKDIR} ${STAGEDIR}${DOCSDIR}/tools +.for f in ${DOCFILES} + (cd ${WRKSRC} && ${INSTALL_DATA} ${f} ${STAGEDIR}${DOCSDIR}/tools) .endfor .include diff -urN /usr/ports/converters/i18ntools/pkg-plist converters/i18ntools/pkg-plist --- /usr/ports/converters/i18ntools/pkg-plist 2013-11-06 22:05:02.000000000 +0900 +++ converters/i18ntools/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -3,177 +3,181 @@ bin/ptrans bin/uhtrans bin/utrans -%%PORTDOCS%%share/doc/i18n/tools/fgetu8.html -%%PORTDOCS%%share/doc/i18n/tools/fputu8.html -%%PORTDOCS%%share/doc/i18n/tools/index.html -%%PORTDOCS%%share/doc/i18n/tools/libutf-8.html -%%PORTDOCS%%share/doc/i18n/tools/rfc1641.txt -%%PORTDOCS%%share/doc/i18n/tools/rfc2277.txt -%%PORTDOCS%%share/doc/i18n/tools/rfc2279.txt -%%PORTDOCS%%share/doc/i18n/tools/sgetu8.html -%%PORTDOCS%%share/doc/i18n/tools/sputu8.html -%%PORTDOCS%%share/doc/i18n/tools/utrans.html -share/i18n/charmaps/binary/ANSI_X3.110-1983 -share/i18n/charmaps/binary/ANSI_X3.4-1968 -share/i18n/charmaps/binary/ASMO_449 -share/i18n/charmaps/binary/BALTIC -share/i18n/charmaps/binary/BS_4730 -share/i18n/charmaps/binary/BS_VIEWDATA -share/i18n/charmaps/binary/CP1250 -share/i18n/charmaps/binary/CP1251 -share/i18n/charmaps/binary/CP1252 -share/i18n/charmaps/binary/CP1253 -share/i18n/charmaps/binary/CP1254 -share/i18n/charmaps/binary/CP1255 -share/i18n/charmaps/binary/CP1256 -share/i18n/charmaps/binary/CP1257 -share/i18n/charmaps/binary/CSA_Z243.4-1985-1 -share/i18n/charmaps/binary/CSA_Z243.4-1985-2 -share/i18n/charmaps/binary/CSA_Z243.4-1985-GR -share/i18n/charmaps/binary/CSN_369103 -share/i18n/charmaps/binary/CWI -share/i18n/charmaps/binary/DEC-MCS -share/i18n/charmaps/binary/DIN_66003 -share/i18n/charmaps/binary/DS_2089 -share/i18n/charmaps/binary/EBCDIC-AT-DE -share/i18n/charmaps/binary/EBCDIC-AT-DE-A -share/i18n/charmaps/binary/EBCDIC-CA-FR -share/i18n/charmaps/binary/EBCDIC-DK-NO -share/i18n/charmaps/binary/EBCDIC-DK-NO-A -share/i18n/charmaps/binary/EBCDIC-ES -share/i18n/charmaps/binary/EBCDIC-ES-A -share/i18n/charmaps/binary/EBCDIC-ES-S -share/i18n/charmaps/binary/EBCDIC-FI-SE -share/i18n/charmaps/binary/EBCDIC-FI-SE-A -share/i18n/charmaps/binary/EBCDIC-FR -share/i18n/charmaps/binary/EBCDIC-IS-FRISS -share/i18n/charmaps/binary/EBCDIC-IT -share/i18n/charmaps/binary/EBCDIC-PT -share/i18n/charmaps/binary/EBCDIC-UK -share/i18n/charmaps/binary/EBCDIC-US -share/i18n/charmaps/binary/ECMA-CYRILLIC -share/i18n/charmaps/binary/ES -share/i18n/charmaps/binary/ES2 -share/i18n/charmaps/binary/GB_1988-80 -share/i18n/charmaps/binary/GOST_19768-74 -share/i18n/charmaps/binary/GREEK-CCITT -share/i18n/charmaps/binary/GREEK7 -share/i18n/charmaps/binary/GREEK7-OLD -share/i18n/charmaps/binary/HP-ROMAN8 -share/i18n/charmaps/binary/IBM037 -share/i18n/charmaps/binary/IBM038 -share/i18n/charmaps/binary/IBM1004 -share/i18n/charmaps/binary/IBM1026 -share/i18n/charmaps/binary/IBM1047 -share/i18n/charmaps/binary/IBM256 -share/i18n/charmaps/binary/IBM273 -share/i18n/charmaps/binary/IBM274 -share/i18n/charmaps/binary/IBM275 -share/i18n/charmaps/binary/IBM277 -share/i18n/charmaps/binary/IBM278 -share/i18n/charmaps/binary/IBM280 -share/i18n/charmaps/binary/IBM281 -share/i18n/charmaps/binary/IBM284 -share/i18n/charmaps/binary/IBM285 -share/i18n/charmaps/binary/IBM290 -share/i18n/charmaps/binary/IBM297 -share/i18n/charmaps/binary/IBM420 -share/i18n/charmaps/binary/IBM423 -share/i18n/charmaps/binary/IBM424 -share/i18n/charmaps/binary/IBM437 -share/i18n/charmaps/binary/IBM500 -share/i18n/charmaps/binary/IBM850 -share/i18n/charmaps/binary/IBM851 -share/i18n/charmaps/binary/IBM852 -share/i18n/charmaps/binary/IBM855 -share/i18n/charmaps/binary/IBM857 -share/i18n/charmaps/binary/IBM860 -share/i18n/charmaps/binary/IBM861 -share/i18n/charmaps/binary/IBM862 -share/i18n/charmaps/binary/IBM863 -share/i18n/charmaps/binary/IBM864 -share/i18n/charmaps/binary/IBM865 -share/i18n/charmaps/binary/IBM868 -share/i18n/charmaps/binary/IBM869 -share/i18n/charmaps/binary/IBM870 -share/i18n/charmaps/binary/IBM871 -share/i18n/charmaps/binary/IBM875 -share/i18n/charmaps/binary/IBM880 -share/i18n/charmaps/binary/IBM891 -share/i18n/charmaps/binary/IBM903 -share/i18n/charmaps/binary/IBM904 -share/i18n/charmaps/binary/IBM905 -share/i18n/charmaps/binary/IBM918 -share/i18n/charmaps/binary/IEC_P27-1 -share/i18n/charmaps/binary/INIS -share/i18n/charmaps/binary/INIS-8 -share/i18n/charmaps/binary/INIS-CYRILLIC -share/i18n/charmaps/binary/INVARIANT -share/i18n/charmaps/binary/ISO-8859-1 -share/i18n/charmaps/binary/ISO-8859-10 -share/i18n/charmaps/binary/ISO-8859-2 -share/i18n/charmaps/binary/ISO-8859-3 -share/i18n/charmaps/binary/ISO-8859-4 -share/i18n/charmaps/binary/ISO-8859-5 -share/i18n/charmaps/binary/ISO-8859-6 -share/i18n/charmaps/binary/ISO-8859-7 -share/i18n/charmaps/binary/ISO-8859-8 -share/i18n/charmaps/binary/ISO-8859-9 -share/i18n/charmaps/binary/ISO-IR-90 -share/i18n/charmaps/binary/ISO_10367-BOX -share/i18n/charmaps/binary/ISO_2033-1983 -share/i18n/charmaps/binary/ISO_5427 -share/i18n/charmaps/binary/ISO_5427-EXT -share/i18n/charmaps/binary/ISO_5428 -share/i18n/charmaps/binary/ISO_646.BASIC -share/i18n/charmaps/binary/ISO_646.IRV -share/i18n/charmaps/binary/ISO_6937 -share/i18n/charmaps/binary/ISO_6937-2-25 -share/i18n/charmaps/binary/ISO_6937-2-ADD -share/i18n/charmaps/binary/ISO_8859-1,GL -share/i18n/charmaps/binary/ISO_8859-SUPP -share/i18n/charmaps/binary/IT -share/i18n/charmaps/binary/JIS_C6220-1969-JP -share/i18n/charmaps/binary/JIS_C6220-1969-RO -share/i18n/charmaps/binary/JIS_C6229-1984-A -share/i18n/charmaps/binary/JIS_C6229-1984-B -share/i18n/charmaps/binary/JIS_C6229-1984-B-ADD -share/i18n/charmaps/binary/JIS_C6229-1984-HAND -share/i18n/charmaps/binary/JIS_C6229-1984-HAND-ADD -share/i18n/charmaps/binary/JIS_C6229-1984-KANA -share/i18n/charmaps/binary/JIS_X0201 -share/i18n/charmaps/binary/JUS_I.B1.002 -share/i18n/charmaps/binary/JUS_I.B1.003-MAC -share/i18n/charmaps/binary/JUS_I.B1.003-SERB -share/i18n/charmaps/binary/KOI-8 -share/i18n/charmaps/binary/KOI8-R -share/i18n/charmaps/binary/KSC5636 -share/i18n/charmaps/binary/LATIN-GREEK -share/i18n/charmaps/binary/LATIN-GREEK-1 -share/i18n/charmaps/binary/MAC-IS -share/i18n/charmaps/binary/MACINTOSH -share/i18n/charmaps/binary/MSZ_7795.3 -share/i18n/charmaps/binary/NATS-DANO -share/i18n/charmaps/binary/NATS-DANO-ADD -share/i18n/charmaps/binary/NATS-SEFI -share/i18n/charmaps/binary/NATS-SEFI-ADD -share/i18n/charmaps/binary/NC_NC00-10 -share/i18n/charmaps/binary/NEXTSTEP -share/i18n/charmaps/binary/NF_Z_62-010 -share/i18n/charmaps/binary/NF_Z_62-010-1973 -share/i18n/charmaps/binary/NS_4551-1 -share/i18n/charmaps/binary/NS_4551-2 -share/i18n/charmaps/binary/PT -share/i18n/charmaps/binary/PT2 -share/i18n/charmaps/binary/SAMI -share/i18n/charmaps/binary/SEN_850200_B -share/i18n/charmaps/binary/SEN_850200_C -share/i18n/charmaps/binary/T.101-G2 -share/i18n/charmaps/binary/T.61-7BIT -share/i18n/charmaps/binary/T.61-8BIT -share/i18n/charmaps/binary/VIDEOTEX-SUPPL -%%PORTDOCS%%@dirrm share/doc/i18n/tools -%%PORTDOCS%%@dirrm share/doc/i18n -@dirrm share/i18n/charmaps/binary -@dirrm share/i18n/charmaps -@dirrm share/i18n +man/man1/hutrans.1.gz +man/man1/ptrans.1.gz +man/man1/uhtrans.1.gz +man/man1/utrans.1.gz +%%PORTDOCS%%%%DOCSDIR%%/tools/fgetu8.html +%%PORTDOCS%%%%DOCSDIR%%/tools/fputu8.html +%%PORTDOCS%%%%DOCSDIR%%/tools/index.html +%%PORTDOCS%%%%DOCSDIR%%/tools/libutf-8.html +%%PORTDOCS%%%%DOCSDIR%%/tools/rfc1641.txt +%%PORTDOCS%%%%DOCSDIR%%/tools/rfc2277.txt +%%PORTDOCS%%%%DOCSDIR%%/tools/rfc2279.txt +%%PORTDOCS%%%%DOCSDIR%%/tools/sgetu8.html +%%PORTDOCS%%%%DOCSDIR%%/tools/sputu8.html +%%PORTDOCS%%%%DOCSDIR%%/tools/utrans.html +%%DATADIR%%/charmaps/binary/ANSI_X3.110-1983 +%%DATADIR%%/charmaps/binary/ANSI_X3.4-1968 +%%DATADIR%%/charmaps/binary/ASMO_449 +%%DATADIR%%/charmaps/binary/BALTIC +%%DATADIR%%/charmaps/binary/BS_4730 +%%DATADIR%%/charmaps/binary/BS_VIEWDATA +%%DATADIR%%/charmaps/binary/CP1250 +%%DATADIR%%/charmaps/binary/CP1251 +%%DATADIR%%/charmaps/binary/CP1252 +%%DATADIR%%/charmaps/binary/CP1253 +%%DATADIR%%/charmaps/binary/CP1254 +%%DATADIR%%/charmaps/binary/CP1255 +%%DATADIR%%/charmaps/binary/CP1256 +%%DATADIR%%/charmaps/binary/CP1257 +%%DATADIR%%/charmaps/binary/CSA_Z243.4-1985-1 +%%DATADIR%%/charmaps/binary/CSA_Z243.4-1985-2 +%%DATADIR%%/charmaps/binary/CSA_Z243.4-1985-GR +%%DATADIR%%/charmaps/binary/CSN_369103 +%%DATADIR%%/charmaps/binary/CWI +%%DATADIR%%/charmaps/binary/DEC-MCS +%%DATADIR%%/charmaps/binary/DIN_66003 +%%DATADIR%%/charmaps/binary/DS_2089 +%%DATADIR%%/charmaps/binary/EBCDIC-AT-DE +%%DATADIR%%/charmaps/binary/EBCDIC-AT-DE-A +%%DATADIR%%/charmaps/binary/EBCDIC-CA-FR +%%DATADIR%%/charmaps/binary/EBCDIC-DK-NO +%%DATADIR%%/charmaps/binary/EBCDIC-DK-NO-A +%%DATADIR%%/charmaps/binary/EBCDIC-ES +%%DATADIR%%/charmaps/binary/EBCDIC-ES-A +%%DATADIR%%/charmaps/binary/EBCDIC-ES-S +%%DATADIR%%/charmaps/binary/EBCDIC-FI-SE +%%DATADIR%%/charmaps/binary/EBCDIC-FI-SE-A +%%DATADIR%%/charmaps/binary/EBCDIC-FR +%%DATADIR%%/charmaps/binary/EBCDIC-IS-FRISS +%%DATADIR%%/charmaps/binary/EBCDIC-IT +%%DATADIR%%/charmaps/binary/EBCDIC-PT +%%DATADIR%%/charmaps/binary/EBCDIC-UK +%%DATADIR%%/charmaps/binary/EBCDIC-US +%%DATADIR%%/charmaps/binary/ECMA-CYRILLIC +%%DATADIR%%/charmaps/binary/ES +%%DATADIR%%/charmaps/binary/ES2 +%%DATADIR%%/charmaps/binary/GB_1988-80 +%%DATADIR%%/charmaps/binary/GOST_19768-74 +%%DATADIR%%/charmaps/binary/GREEK-CCITT +%%DATADIR%%/charmaps/binary/GREEK7 +%%DATADIR%%/charmaps/binary/GREEK7-OLD +%%DATADIR%%/charmaps/binary/HP-ROMAN8 +%%DATADIR%%/charmaps/binary/IBM037 +%%DATADIR%%/charmaps/binary/IBM038 +%%DATADIR%%/charmaps/binary/IBM1004 +%%DATADIR%%/charmaps/binary/IBM1026 +%%DATADIR%%/charmaps/binary/IBM1047 +%%DATADIR%%/charmaps/binary/IBM256 +%%DATADIR%%/charmaps/binary/IBM273 +%%DATADIR%%/charmaps/binary/IBM274 +%%DATADIR%%/charmaps/binary/IBM275 +%%DATADIR%%/charmaps/binary/IBM277 +%%DATADIR%%/charmaps/binary/IBM278 +%%DATADIR%%/charmaps/binary/IBM280 +%%DATADIR%%/charmaps/binary/IBM281 +%%DATADIR%%/charmaps/binary/IBM284 +%%DATADIR%%/charmaps/binary/IBM285 +%%DATADIR%%/charmaps/binary/IBM290 +%%DATADIR%%/charmaps/binary/IBM297 +%%DATADIR%%/charmaps/binary/IBM420 +%%DATADIR%%/charmaps/binary/IBM423 +%%DATADIR%%/charmaps/binary/IBM424 +%%DATADIR%%/charmaps/binary/IBM437 +%%DATADIR%%/charmaps/binary/IBM500 +%%DATADIR%%/charmaps/binary/IBM850 +%%DATADIR%%/charmaps/binary/IBM851 +%%DATADIR%%/charmaps/binary/IBM852 +%%DATADIR%%/charmaps/binary/IBM855 +%%DATADIR%%/charmaps/binary/IBM857 +%%DATADIR%%/charmaps/binary/IBM860 +%%DATADIR%%/charmaps/binary/IBM861 +%%DATADIR%%/charmaps/binary/IBM862 +%%DATADIR%%/charmaps/binary/IBM863 +%%DATADIR%%/charmaps/binary/IBM864 +%%DATADIR%%/charmaps/binary/IBM865 +%%DATADIR%%/charmaps/binary/IBM868 +%%DATADIR%%/charmaps/binary/IBM869 +%%DATADIR%%/charmaps/binary/IBM870 +%%DATADIR%%/charmaps/binary/IBM871 +%%DATADIR%%/charmaps/binary/IBM875 +%%DATADIR%%/charmaps/binary/IBM880 +%%DATADIR%%/charmaps/binary/IBM891 +%%DATADIR%%/charmaps/binary/IBM903 +%%DATADIR%%/charmaps/binary/IBM904 +%%DATADIR%%/charmaps/binary/IBM905 +%%DATADIR%%/charmaps/binary/IBM918 +%%DATADIR%%/charmaps/binary/IEC_P27-1 +%%DATADIR%%/charmaps/binary/INIS +%%DATADIR%%/charmaps/binary/INIS-8 +%%DATADIR%%/charmaps/binary/INIS-CYRILLIC +%%DATADIR%%/charmaps/binary/INVARIANT +%%DATADIR%%/charmaps/binary/ISO-8859-1 +%%DATADIR%%/charmaps/binary/ISO-8859-10 +%%DATADIR%%/charmaps/binary/ISO-8859-2 +%%DATADIR%%/charmaps/binary/ISO-8859-3 +%%DATADIR%%/charmaps/binary/ISO-8859-4 +%%DATADIR%%/charmaps/binary/ISO-8859-5 +%%DATADIR%%/charmaps/binary/ISO-8859-6 +%%DATADIR%%/charmaps/binary/ISO-8859-7 +%%DATADIR%%/charmaps/binary/ISO-8859-8 +%%DATADIR%%/charmaps/binary/ISO-8859-9 +%%DATADIR%%/charmaps/binary/ISO-IR-90 +%%DATADIR%%/charmaps/binary/ISO_10367-BOX +%%DATADIR%%/charmaps/binary/ISO_2033-1983 +%%DATADIR%%/charmaps/binary/ISO_5427 +%%DATADIR%%/charmaps/binary/ISO_5427-EXT +%%DATADIR%%/charmaps/binary/ISO_5428 +%%DATADIR%%/charmaps/binary/ISO_646.BASIC +%%DATADIR%%/charmaps/binary/ISO_646.IRV +%%DATADIR%%/charmaps/binary/ISO_6937 +%%DATADIR%%/charmaps/binary/ISO_6937-2-25 +%%DATADIR%%/charmaps/binary/ISO_6937-2-ADD +%%DATADIR%%/charmaps/binary/ISO_8859-1,GL +%%DATADIR%%/charmaps/binary/ISO_8859-SUPP +%%DATADIR%%/charmaps/binary/IT +%%DATADIR%%/charmaps/binary/JIS_C6220-1969-JP +%%DATADIR%%/charmaps/binary/JIS_C6220-1969-RO +%%DATADIR%%/charmaps/binary/JIS_C6229-1984-A +%%DATADIR%%/charmaps/binary/JIS_C6229-1984-B +%%DATADIR%%/charmaps/binary/JIS_C6229-1984-B-ADD +%%DATADIR%%/charmaps/binary/JIS_C6229-1984-HAND +%%DATADIR%%/charmaps/binary/JIS_C6229-1984-HAND-ADD +%%DATADIR%%/charmaps/binary/JIS_C6229-1984-KANA +%%DATADIR%%/charmaps/binary/JIS_X0201 +%%DATADIR%%/charmaps/binary/JUS_I.B1.002 +%%DATADIR%%/charmaps/binary/JUS_I.B1.003-MAC +%%DATADIR%%/charmaps/binary/JUS_I.B1.003-SERB +%%DATADIR%%/charmaps/binary/KOI-8 +%%DATADIR%%/charmaps/binary/KOI8-R +%%DATADIR%%/charmaps/binary/KSC5636 +%%DATADIR%%/charmaps/binary/LATIN-GREEK +%%DATADIR%%/charmaps/binary/LATIN-GREEK-1 +%%DATADIR%%/charmaps/binary/MAC-IS +%%DATADIR%%/charmaps/binary/MACINTOSH +%%DATADIR%%/charmaps/binary/MSZ_7795.3 +%%DATADIR%%/charmaps/binary/NATS-DANO +%%DATADIR%%/charmaps/binary/NATS-DANO-ADD +%%DATADIR%%/charmaps/binary/NATS-SEFI +%%DATADIR%%/charmaps/binary/NATS-SEFI-ADD +%%DATADIR%%/charmaps/binary/NC_NC00-10 +%%DATADIR%%/charmaps/binary/NEXTSTEP +%%DATADIR%%/charmaps/binary/NF_Z_62-010 +%%DATADIR%%/charmaps/binary/NF_Z_62-010-1973 +%%DATADIR%%/charmaps/binary/NS_4551-1 +%%DATADIR%%/charmaps/binary/NS_4551-2 +%%DATADIR%%/charmaps/binary/PT +%%DATADIR%%/charmaps/binary/PT2 +%%DATADIR%%/charmaps/binary/SAMI +%%DATADIR%%/charmaps/binary/SEN_850200_B +%%DATADIR%%/charmaps/binary/SEN_850200_C +%%DATADIR%%/charmaps/binary/T.101-G2 +%%DATADIR%%/charmaps/binary/T.61-7BIT +%%DATADIR%%/charmaps/binary/T.61-8BIT +%%DATADIR%%/charmaps/binary/VIDEOTEX-SUPPL +%%PORTDOCS%%@dirrm %%DOCSDIR%%/tools +%%PORTDOCS%%@dirrm %%DOCSDIR%% +@dirrm %%DATADIR%%/charmaps/binary +@dirrm %%DATADIR%%/charmaps +@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 88A8980B for ; Mon, 16 Dec 2013 18:10: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 67A6F1984 for ; Mon, 16 Dec 2013 18:10: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 rBGIAI6h016328 for ; Mon, 16 Dec 2013 18:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAIjf016327; Mon, 16 Dec 2013 18:10:18 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:18 GMT Resent-Message-Id: <201312161810.rBGIAIjf016327@freefall.freebsd.org> 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 8D278422 for ; Mon, 16 Dec 2013 18:06:12 +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 344BB18B2 for ; Mon, 16 Dec 2013 18:06:12 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 3CF411880004 for ; Tue, 17 Dec 2013 03:06:10 +0900 (JST) Message-Id: <20131217025116.fabc13a4e41dff4d3d25ccaf@yahoo.com> Date: Tue, 17 Dec 2013 02:51:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184865: textproc/amberfish: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:18 -0000 >Number: 184865 >Category: ports >Synopsis: textproc/amberfish: 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: Mon Dec 16 18:10:18 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Support CFLAGS properly - Support STRIP properly - Support PLIST_FILES Remove file: files/patch-Makefile.in pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/amberfish/Makefile textproc/amberfish/Makefile --- /usr/ports/textproc/amberfish/Makefile 2013-11-06 21:55:43.000000000 +0900 +++ textproc/amberfish/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,33 +3,39 @@ PORTNAME= amberfish PORTVERSION= 1.6.4 +PORTREVISION= 1 CATEGORIES= textproc databases MASTER_SITES= SF/${PORTNAME}/Amberfish%20source%20-%20stable/${PORTVERSION} \ http://etymon.com/software/amberfish/stable/ - MAINTAINER= ports@FreeBSD.org COMMENT= General purpose text retrieval Software -LIB_DEPENDS= xerces-c.27:${PORTSDIR}/textproc/xerces-c2 +LIB_DEPENDS= libxerces-c.so.27:${PORTSDIR}/textproc/xerces-c2 +USES= gmake GNU_CONFIGURE= yes -USE_GMAKE= yes +ALL_TARGET= all html -MAN1= af.1 +PORTDOCS= * +PLIST_FILES= bin/af man/man1/af.1.gz -NO_STAGE= yes post-extract: ${INSTALL_DATA} ${FILESDIR}/porter.cc ${WRKSRC}/src -.if !defined(NOPORTDOCS) -post-build: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} html) +post-patch: + @${REINPLACE_CMD} -e \ + 's|$${MAKEFLAGS} ||' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + 's|cp |$${BSD_INSTALL_MAN} |' ${WRKSRC}/doc/Makefile.in + @${REINPLACE_CMD} -e \ + 's|-O3 |@CFLAGS@ | ; \ + s|make strip|| ; \ + s|cp |$${BSD_INSTALL_PROGRAM} |' ${WRKSRC}/src/Makefile.in post-install: - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/amberfish.png ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/doc/html/*.html ${DOCSDIR} -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} amberfish.png ${STAGEDIR}${DOCSDIR}) + (cd ${WRKSRC}/doc/html && ${INSTALL_DATA} *.html ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/textproc/amberfish/files/patch-Makefile.in textproc/amberfish/files/patch-Makefile.in --- /usr/ports/textproc/amberfish/files/patch-Makefile.in 2013-11-06 21:55:44.000000000 +0900 +++ textproc/amberfish/files/patch-Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- src/Makefile.in.orig 2008-08-12 11:45:08.000000000 -0500 -+++ src/Makefile.in 2008-08-12 11:46:07.000000000 -0500 -@@ -66,7 +66,7 @@ - strip af - - install: all -- make strip -+ ${MAKE} strip - mkdir -p ${PREFIXBIN} - cp ${BIN} ${PREFIXBIN}/. - diff -urN /usr/ports/textproc/amberfish/pkg-plist textproc/amberfish/pkg-plist --- /usr/ports/textproc/amberfish/pkg-plist 2013-11-06 21:55:43.000000000 +0900 +++ textproc/amberfish/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,17 +0,0 @@ -bin/af -%%PORTDOCS%%%%DOCSDIR%%/Fields-and-XML.html -%%PORTDOCS%%%%DOCSDIR%%/Fields.html -%%PORTDOCS%%%%DOCSDIR%%/Indexing.html -%%PORTDOCS%%%%DOCSDIR%%/Introduction.html -%%PORTDOCS%%%%DOCSDIR%%/Listing-database-information.html -%%PORTDOCS%%%%DOCSDIR%%/More-about-XML.html -%%PORTDOCS%%%%DOCSDIR%%/Multiple-databases.html -%%PORTDOCS%%%%DOCSDIR%%/Multiple-documents-in-a-file.html -%%PORTDOCS%%%%DOCSDIR%%/Phrases.html -%%PORTDOCS%%%%DOCSDIR%%/Relevance-ranking.html -%%PORTDOCS%%%%DOCSDIR%%/Right-truncation.html -%%PORTDOCS%%%%DOCSDIR%%/Searching.html -%%PORTDOCS%%%%DOCSDIR%%/Tutorial.html -%%PORTDOCS%%%%DOCSDIR%%/amberfish.png -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B69EB80C for ; Mon, 16 Dec 2013 18:10: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 948DD1986 for ; Mon, 16 Dec 2013 18:10: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 rBGIAItp016337 for ; Mon, 16 Dec 2013 18:10:18 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAIoY016336; Mon, 16 Dec 2013 18:10:18 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:18 GMT Resent-Message-Id: <201312161810.rBGIAIoY016336@freefall.freebsd.org> 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 965B9387 for ; Mon, 16 Dec 2013 18:02:09 +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 3957C1858 for ; Mon, 16 Dec 2013 18:02:09 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 89B5B1880009 for ; Tue, 17 Dec 2013 03:02:03 +0900 (JST) Message-Id: <20131217024749.4d050c58b322a0c076648836@yahoo.com> Date: Tue, 17 Dec 2013 02:47:49 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184866: emulators/lisaem: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:18 -0000 >Number: 184866 >Category: ports >Synopsis: emulators/lisaem: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:18 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add DESKTOP_ENTRIES New file: files/patch-generator__cpu68k.c files/patch-generator__reg68k.c >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/lisaem/Makefile emulators/lisaem/Makefile --- /usr/ports/emulators/lisaem/Makefile 2013-11-06 22:06:20.000000000 +0900 +++ emulators/lisaem/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= lisaem DISTVERSION= 1.2.6 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= http://lisaem.sunder.net/downloads/ @@ -12,25 +12,26 @@ BUILD_DEPENDS= pngtopnm:${PORTSDIR}/graphics/netpbm -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv2 # (or later) USE_BZIP2= yes USE_WX= 2.8 -NO_STAGE= yes +DESKTOP_ENTRIES="LisaEm" "" "${DATADIR}/lisa2icon.xpm" "${PORTNAME}" "" "" + post-patch: - ${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ - -e "s|wx-config|${WX_CONFIG}|g" ${WRKSRC}/build.sh + @${REINPLACE_CMD} -e \ + 's|%%PREFIX%%|${PREFIX}|g ; \ + s|%%WX_CONFIG%%|${WX_CONFIG}|g' ${WRKSRC}/build.sh + do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build.sh build + ${FIND} ${WRKSRC} -type l -delete + cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ./build.sh build do-install: - @# This file is a symlink to itself; result of mistyped command? - ${RM} -f ${WRKSRC}/resources/resources - ${INSTALL_PROGRAM} ${WRKSRC}/bin/lisaem ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/lisaem - ${INSTALL_DATA} ${WRKSRC}/resources/* ${PREFIX}/share/lisaem/ - ${LN} -sf ${PREFIX}/share/lisaem ${PREFIX}/share/LisaEm + (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} lisaem ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/resources && ${INSTALL_DATA} * ${STAGEDIR}${DATADIR}) + ${LN} -sf lisaem ${STAGEDIR}${PREFIX}/share/LisaEm .include diff -urN /usr/ports/emulators/lisaem/files/patch-build.sh emulators/lisaem/files/patch-build.sh --- /usr/ports/emulators/lisaem/files/patch-build.sh 2013-11-06 22:06:20.000000000 +0900 +++ emulators/lisaem/files/patch-build.sh 2013-12-17 00:00:00.000000000 +0900 @@ -20,7 +20,7 @@ WXVER=0 -case "`wx-config --version`" in -+case "`/usr/local/bin/wxgtk2-2.8-config --version`" in ++case "`%%WX_CONFIG%% --version`" in 2.9*|3*) echo WARNING: wxWidgets versions higher than 2.8 have not been tested. echo It might work if they are compiled with backwards compatibility. @@ -28,7 +28,7 @@ 2.8*) ;; *) echo Could not find wxWidgets 2.8.0 or higher. - echo Please install it and ensure that wx-config is in the path -+ echo Please install it and ensure that /usr/local/bin/wxgtk2-2.8-config is in the path ++ echo Please install it and ensure that %%WX_CONFIG%% is in the path exit 1 ;; esac @@ -47,11 +47,22 @@ then - WXREL="`wx-config --release`" - if [ -n "`wx-config --list | grep $WXREL | grep unicode`" ] -+ WXREL="`/usr/local/bin/wxgtk2-2.8-config --release`" -+ if [ -n "`/usr/local/bin/wxgtk2-2.8-config --list | grep $WXREL | grep unicode`" ] ++ WXREL="`%%WX_CONFIG%% --release`" ++ if [ -n "`%%WX_CONFIG%% --list | grep $WXREL | grep unicode`" ] then WITHUNICODE="--unicode=yes" fi +@@ -210,8 +210,8 @@ + PREFIX="/cygdrive/c/Program Files/Sunder.NET/LisaEm" + PREFIXLIB="/cygdrive/c/Program Files/Sunder.NET/LisaEm" + else +- PREFIX="/usr/local/bin" +- PREFIXLIB="/usr/local/share/" ++ PREFIX="%%PREFIX%%/bin" ++ PREFIXLIB="%%PREFIX%%/share/" + fi + fi + fi @@ -230,11 +230,11 @@ # if the object is older than the source, it will return true. ############################################################################## @@ -72,8 +83,8 @@ (default for non-OS X) ---with-unicode Ask wx-config for a unicode build (might not yet work) ---without-unicode Ask wx-config for a non-unicode build (default) -+--with-unicode Ask /usr/local/bin/wxgtk2-2.8-config for a unicode build (might not yet work) -+--without-unicode Ask /usr/local/bin/wxgtk2-2.8-config for a non-unicode build (default) ++--with-unicode Ask %%WX_CONFIG%% for a unicode build (might not yet work) ++--without-unicode Ask %%WX_CONFIG%% for a non-unicode build (default) Environment Variables you can pass: @@ -82,13 +93,13 @@ # many thanks to David Cecchin for finding the unicode issues fixed below. - WXCONFIGFLAGS=`wx-config --cppflags $WITHUNICODE ` -+ WXCONFIGFLAGS=`/usr/local/bin/wxgtk2-2.8-config --cppflags $WITHUNICODE ` ++ WXCONFIGFLAGS=`%%WX_CONFIG%% --cppflags $WITHUNICODE ` if [ -z "$WXCONFIGFLAGS" ] then - echo wx-config has failed, or returned an error. Ensure that it exists in your path. - which wx-config -+ echo /usr/local/bin/wxgtk2-2.8-config has failed, or returned an error. Ensure that it exists in your path. -+ which /usr/local/bin/wxgtk2-2.8-config ++ echo %%WX_CONFIG%% has failed, or returned an error. Ensure that it exists in your path. ++ which %%WX_CONFIG%% exit 3 fi - CFLAGS="-I. -I../include -I../cpu68k -I../wxui $WXCONFIGFLAGS $WITHOPTIMIZE $WITHDEBUG" @@ -96,13 +107,13 @@ - LINKOPTS="`wx-config $STATIC $WITHUNICODE --libs --linkdeps --cppflags`" + CFLAGS="$CFLAGS -I. -I../include -I../cpu68k -I../wxui $WXCONFIGFLAGS" + CXXFLAGS="$CXXFLAGS -I. -I../include -I../cpu68k -I../wxui $WXCONFIGFLAGS" -+ LINKOPTS="`/usr/local/bin/wxgtk2-2.8-config $STATIC $WITHUNICODE --libs --linkdeps --cppflags`" ++ LINKOPTS="`%%WX_CONFIG%% $STATIC $WITHUNICODE --libs --linkdeps --cppflags`" if [ -z "$LINKOPTS" ] then - echo wx-config has failed, or returned an error. Ensure that it exists in your path. - which wx-config -+ echo /usr/local/bin/wxgtk2-2.8-config has failed, or returned an error. Ensure that it exists in your path. -+ which /usr/local/bin/wxgtk2-2.8-config ++ echo %%WX_CONFIG%% has failed, or returned an error. Ensure that it exists in your path. ++ which %%WX_CONFIG%% exit 3 fi @@ -115,3 +126,14 @@ fi if [ -f ../bin/lisaem ] +@@ -960,8 +960,8 @@ + then + + echo "Freshly compiled `du -sh lisaem`" +- strip lisaem${EXT} +- echo "Stripped `du -sh lisaem`" ++# strip lisaem${EXT} ++# echo "Stripped `du -sh lisaem`" + + # compress it if upx exists. + if [ -z "$WITHOUTUPX" ]; then diff -urN /usr/ports/emulators/lisaem/files/patch-generator__cpu68k.c emulators/lisaem/files/patch-generator__cpu68k.c --- /usr/ports/emulators/lisaem/files/patch-generator__cpu68k.c 1970-01-01 09:00:00.000000000 +0900 +++ emulators/lisaem/files/patch-generator__cpu68k.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,161 @@ +--- generator/cpu68k.c.orig ++++ generator/cpu68k.c +@@ -259,7 +259,7 @@ + continue; + } + } +- if (cpu68k_iibtable[bitmap] != NULL) {EXIT(283,0,"CPU definition #%d conflicts (0x%x)", i, bitmap);} ++ if (cpu68k_iibtable[bitmap] != NULL) {EXITR(283,0,"CPU definition #%d conflicts (0x%x)", i, bitmap);} + + cpu68k_iibtable[bitmap] = iib; + /* set both flag and non-flag versions */ +@@ -285,7 +285,7 @@ + + if (j != cpu68k_totalinstr) + { +- EXIT(84,0,"Instruction count not verified (%d/%d)\n", ++ EXITR(84,0,"Instruction count not verified (%d/%d)\n", + cpu68k_totalinstr, i); + } + +@@ -904,19 +904,19 @@ + else /*---- Nope! We're out of IPCt's, allocate some more. ----*/ + { + +- if ( ipcts_free) { EXIT(3,0,"Bug! ipcts_free is %ld, but ipct_free_head is null",ipcts_free);} ++ if ( ipcts_free) { EXITR(3,0,"Bug! ipcts_free is %ld, but ipct_free_head is null",ipcts_free);} + + //check_iib(); + + /*--- Did we call Malloc too many times? ---*/ +- if ((iipct_mallocs++)>MAX_IPCT_MALLOCS) { EXIT(2,0,"Excessive mallocs of ipct's recompile with more!");} ++ if ((iipct_mallocs++)>MAX_IPCT_MALLOCS) { EXITR(2,0,"Excessive mallocs of ipct's recompile with more!");} + + size_to_get = (ipcts_allocated/IPCT_ALLOC_PERCENT)+1; // add a percentange of what we have, least 1 + if ( (ipct_mallocs[iipct_mallocs]=(t_ipc_table *)malloc(size_to_get * sizeof(t_ipc_table)+1) )==NULL) + { + DEBUG_LOG(0,"Out of memory getting more ipcs: %p was returned", ipct_mallocs[iipct_mallocs]); + DEBUG_LOG(0,"%d ipcts allocated so far, %d are free, %d used, %d mallocs done", ipcts_allocated, ipcts_free, ipcts_used, iipct_mallocs); +- EXIT(86,0,"Out of memory while allocating more ipct's"); ++ EXITR(86,0,"Out of memory while allocating more ipct's"); + } + + // DEBUG_LOG(0,"zzzzzzz ipct land allocated:: %p -to- %p", ipct_mallocs[iipct_mallocs], (void *)(ipct_mallocs[iipct_mallocs]+size_to_get * sizeof(t_ipc_table))); +@@ -1084,8 +1084,8 @@ + DEBUG_LOG(1000,"Nope - calling get_ipct()"); + mmu_trn->table=get_ipct(); // allocate an ipc table for this mmu_t + table=mmu_trn->table; +- if (!table) {EXIT(21,0,"Couldn't get IPC Table! Doh!");} +- if (pc&1) {EXIT(14,0,"odd pc!");} ++ if (!table) {EXITR(21,0,"Couldn't get IPC Table! Doh!");} ++ if (pc&1) {EXITR(14,0,"odd pc!");} + + //check_iib(); + +@@ -1094,11 +1094,11 @@ + // ipc points to the MMU translation table entry for this page. + ipc = &(table->ipc[((pc>>1) & 0xff)]); + DEBUG_LOG(200,"ipc is now %p at pc %06x max %06x",ipc,pc,xpc); +- if (!ipc) {EXIT(501,0,"cpu68k_makeipclist: But! ipc is null!"); } +- if (pc&1) {EXIT(501,0,"odd pc!");} ++ if (!ipc) {EXITR(501,0,"cpu68k_makeipclist: But! ipc is null!"); } ++ if (pc&1) {EXITR(501,0,"odd pc!");} + } + else +- {EXIT(502,0,"Let the bodies hit the floor!\nLet the bodies hit the floor!\nLet the bodies hit the floor!\n\n Either mmu_trn or table is null!");} ++ {EXITR(502,0,"Let the bodies hit the floor!\nLet the bodies hit the floor!\nLet the bodies hit the floor!\n\n Either mmu_trn or table is null!");} + } + + //check_iib(); +@@ -1106,7 +1106,7 @@ + + if ( !ipc) + { +- EXIT(17,0,"ipc=NULL\n1. Something's got to give 2. Something's got to give. 3. Something's got to give 4. Something's got to give.\nNOW!"); ++ EXITR(17,0,"ipc=NULL\n1. Something's got to give 2. Something's got to give. 3. Something's got to give 4. Something's got to give.\nNOW!"); + } + + //check_iib(); +@@ -1126,7 +1126,7 @@ + + if ( !ipc) + { +- EXIT(20,0,"ipc=NULL\n1. Something's got to give 2. Something's got to give. 3. Something's got to give 4. Something's got to give.\nNOW!"); ++ EXITR(20,0,"ipc=NULL\n1. Something's got to give 2. Something's got to give. 3. Something's got to give 4. Something's got to give.\nNOW!"); + } + + //check_iib(); +@@ -1236,8 +1236,8 @@ + // fflush(buglog); + // #endif + +- if (!iib) {EXIT(53,0,"There's no proper IIB for the possibly illegal instruction opcode %04x @ pc=%08x\n",opcode,pc);} +- if ( !ipc) {EXIT(54,0,"Have a cow man! ipc=NULL\n"); } ++ if (!iib) {EXITR(53,0,"There's no proper IIB for the possibly illegal instruction opcode %04x @ pc=%08x\n",opcode,pc);} ++ if ( !ipc) {EXITR(54,0,"Have a cow man! ipc=NULL\n"); } + + //DEBUG_LOG(200,"ipc is %s",(!ipc)?"null":"ok"); + +@@ -1283,7 +1283,7 @@ + // grow the list of ipcs if we need to. + if (instrs>=ipcs_to_get) + { +- EXIT(24,0,"Welcome to the realms of chaos! I'm dealing with over %d instructions, %d ipcs! %d/%d/%d pc=%d/%08x",instrs,ipcs_to_get,segment1,segment2,start,context,pc); ++ EXITR(24,0,"Welcome to the realms of chaos! I'm dealing with over %d instructions, %d ipcs! %d/%d/%d pc=%d/%08x",instrs,ipcs_to_get,segment1,segment2,start,context,pc); + pc24=pc; + } + +@@ -1308,7 +1308,7 @@ + table=mmu_trn->table; + + if (!table) { +- EXIT(99,0,"Couldnt get IPC Table! Doh!\n");} ++ EXITR(99,0,"Couldnt get IPC Table! Doh!\n");} + + //if (pc&1) {DEBUG_LOG(200,"odd pc!"); EXIT(26);} + } +@@ -1333,7 +1333,7 @@ + + // check_iib(); + +- if (!table) {EXIT(27,0,"Couldnt get IPC Table! Doh!");} ++ if (!table) {EXITR(27,0,"Couldnt get IPC Table! Doh!");} + //ipc = &(mmu_trn->table->ipc[((pc>>1) & 0xff)]); + //myiib=cpu68k_iibtable[opcode]; iib=myiib; // iib = myiib ? myiib : illegaliib; + //////cpu68k_ipc(pc, iib, ipc); +@@ -1370,7 +1370,7 @@ + if (instrs == 2) + { + +- if (pc&1) {EXIT(28,0,"odd pc!");} ++ if (pc&1) {EXITR(28,0,"odd pc!");} + DEBUG_LOG(200,"*~*~*~*~*~*~ in 2instrs ipc is now %p at pc %06x max %06x",ipc,pc,xpc); + ipc=ipcs[instrs-1-1]; //ipc-- + DEBUG_LOG(200,"ipc is now %p at pc %06x max %06x",ipc,pc,xpc); +@@ -1443,7 +1443,7 @@ + DEBUG_LOG(200,"ipc is now %p at pc %06x max %06x ix=%d",ipc,pc,xpc,ix); + if ( !ipc) + { +- EXIT(29,0,"Null ipc, bye"); ++ EXITR(29,0,"Null ipc, bye"); + } + + //check_iib(); +@@ -1460,7 +1460,7 @@ + + if (!ipc->function) + { +- EXIT(3,0,"Null IPC fn returned for opcode:%04x ix=%d of %d instrs",ipc->opcode,ix,instrs); ++ EXITR(3,0,"Null IPC fn returned for opcode:%04x ix=%d of %d instrs",ipc->opcode,ix,instrs); + // cpu68k_printipc(ipc); + } + +@@ -1479,7 +1479,7 @@ + { + // check_iib(); + ipc=ipcs[ix]; +- EXIT(6,0,"FATAL ipc with null fnction at index %d-> used:%d, set:%d, opcode %04x, len %02x, src %08x, dst %08x\n", ++ EXITR(6,0,"FATAL ipc with null fnction at index %d-> used:%d, set:%d, opcode %04x, len %02x, src %08x, dst %08x\n", + ix, ipc->used, ipc->set, ipc->opcode, ipc->wordlen, ipc->src, ipc->dst); + } + diff -urN /usr/ports/emulators/lisaem/files/patch-generator__reg68k.c emulators/lisaem/files/patch-generator__reg68k.c --- /usr/ports/emulators/lisaem/files/patch-generator__reg68k.c 1970-01-01 09:00:00.000000000 +0900 +++ emulators/lisaem/files/patch-generator__reg68k.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,20 @@ +--- generator/reg68k.c.orig ++++ generator/reg68k.c +@@ -1308,7 +1308,7 @@ + + /////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// + +- if (abort_opcode==1) {EXIT(476,0,"MMU/BUS/Address exception occured on opcode fetch!\n");} ++ if (abort_opcode==1) {EXITR(476,0,"MMU/BUS/Address exception occured on opcode fetch!\n");} + abort_opcode=0; // clear any addr/bus errors/traps/etc that may have occured. + + InstructionRegister=ipc->opcode; +@@ -1397,7 +1397,7 @@ + InstructionRegister=ipc->opcode; + abort_opcode=0; + if (ipc->function) ipc->function(ipc); +- else { EXIT(277,0,"No ipc function at %d/%08x, even after attempting to get one!\n",context,pc24);} ++ else { EXITR(277,0,"No ipc function at %d/%08x, even after attempting to get one!\n",context,pc24);} + } + } // if we have it, execute, else loop is done. :) + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 D87DA842 for ; Mon, 16 Dec 2013 18:10: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 B7228198E for ; Mon, 16 Dec 2013 18:10: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 rBGIAJBc016373 for ; Mon, 16 Dec 2013 18:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAJaL016372; Mon, 16 Dec 2013 18:10:19 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:19 GMT Resent-Message-Id: <201312161810.rBGIAJaL016372@freefall.freebsd.org> 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 A85C45E8 for ; Mon, 16 Dec 2013 18:06:21 +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 7AD5D18B9 for ; Mon, 16 Dec 2013 18:06:21 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id DDFEC1560159 for ; Tue, 17 Dec 2013 03:06:19 +0900 (JST) Message-Id: <20131217025126.c9b1ddf5667f782829e773a6@yahoo.com> Date: Tue, 17 Dec 2013 02:51:26 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184870: textproc/ssddiff: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:20 -0000 >Number: 184870 >Category: ports >Synopsis: textproc/ssddiff: 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: Mon Dec 16 18:10:19 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__rel_count.h files/patch-src__ustring.h >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/ssddiff/Makefile textproc/ssddiff/Makefile --- /usr/ports/textproc/ssddiff/Makefile 2013-11-06 21:55:18.000000000 +0900 +++ textproc/ssddiff/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -8,23 +8,28 @@ MASTER_SITES= http://alioth.debian.org/frs/download.php/1469/ MAINTAINER= ports@FreeBSD.org -COMMENT= A diff application for semistructured data such as XML files +COMMENT= Diff application for semistructured data such as XML files + +LICENSE= GPLv2 # (or later) -USE_AUTOTOOLS= automake14 USE_BZIP2= yes USES= pkgconfig -USE_GNOME= libxml2 -MAKE_ARGS= CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include \ - -I${LOCALBASE}/include/libxml2" +USE_GNOME= libxml2 +USE_GCC= any +USE_AUTOTOOLS= automake14 + PLIST_FILES= bin/xmldiff -NO_STAGE= yes post-extract: + @${FIND} ${WRKSRC} -type l -delete + +post-patch: .for f in config.guess config.sub install-sh missing mkinstalldirs @${LN} -sf ${AUTOMAKE_DIR}/${f} ${WRKSRC}/${f} .endfor - @${REINPLACE_CMD} -e 's,"getopt\.h",,' \ - ${WRKSRC}/src/main.cc + @${REINPLACE_CMD} -e \ + 's|^CXXFLAGS|AM_CPPFLAGS|' ${WRKSRC}/src/Makefile.am + @${REINPLACE_CMD} -e \ + 's|"getopt\.h"||' ${WRKSRC}/src/main.cc .include diff -urN /usr/ports/textproc/ssddiff/files/patch-src__rel_count.h textproc/ssddiff/files/patch-src__rel_count.h --- /usr/ports/textproc/ssddiff/files/patch-src__rel_count.h 1970-01-01 09:00:00.000000000 +0900 +++ textproc/ssddiff/files/patch-src__rel_count.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/rel_count.h.orig ++++ src/rel_count.h +@@ -13,6 +13,7 @@ + #define SSD_REL_COUNT_H + #include "config.h" + #include "rel_eqclass.h" ++#include + #include + #include + diff -urN /usr/ports/textproc/ssddiff/files/patch-src__ustring.h textproc/ssddiff/files/patch-src__ustring.h --- /usr/ports/textproc/ssddiff/files/patch-src__ustring.h 1970-01-01 09:00:00.000000000 +0900 +++ textproc/ssddiff/files/patch-src__ustring.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- src/ustring.h.orig ++++ src/ustring.h +@@ -14,6 +14,7 @@ + + #include "config.h" + ++#include + #include + #include + #include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 627BA803 for ; Mon, 16 Dec 2013 18:10: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 40984197B for ; Mon, 16 Dec 2013 18:10: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 rBGIAHEK016290 for ; Mon, 16 Dec 2013 18:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAHnF016289; Mon, 16 Dec 2013 18:10:17 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:17 GMT Resent-Message-Id: <201312161810.rBGIAHnF016289@freefall.freebsd.org> 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 566D83B5 for ; Mon, 16 Dec 2013 18:04:07 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id DA8DE187D for ; Mon, 16 Dec 2013 18:04:06 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id 4A35A156001E for ; Tue, 17 Dec 2013 03:04:02 +0900 (JST) Message-Id: <20131217024908.51ff699bc0c4973c52869cee@yahoo.com> Date: Tue, 17 Dec 2013 02:49:08 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184861: games/znibbles: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:17 -0000 >Number: 184861 >Category: ports >Synopsis: games/znibbles: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:16 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add DESKTOP_ENTRIES New file: files/patch-src__Motif__MotifInterface.C files/patch-src__Motif__textarea.C >How-To-Repeat: >Fix: diff -urN /usr/ports/games/znibbles/Makefile games/znibbles/Makefile --- /usr/ports/games/znibbles/Makefile 2013-11-16 18:14:55.000000000 +0900 +++ games/znibbles/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= znibbles PORTVERSION= 0.0.7 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= games MASTER_SITES= http://old.koalateam.com/ftp/pub/games/znibbles/ \ http://www.jfouffa.com/vmallet/archives/ @@ -11,29 +11,28 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Multi-player networked nibbles game -LICENSE= GPLv2 GPLv3 -LICENSE_COMB= dual +LICENSE= GPLv2 # (or later) OPTIONS_DEFINE= GTK1 OPTIONS_DEFAULT= GTK1 USES= motif -WANT_GNOME= yes GNU_CONFIGURE= yes PLIST_FILES= bin/nibbles bin/znibbles bin/znibblesX \ man/man6/nibbles.6.gz man/man6/znibbles.6.gz \ man/man6/znibblesX.6.gz +DESKTOP_ENTRIES="ZNibblesX" "" "" "znibblesX" "" "" + GTK1_USE= GNOME=gtk12 -GTK1_PLIST_FILES= man/man6/gznibbles.6.gz bin/gznibbles +GTK1_PLIST_FILES= bin/gznibbles man/man6/gznibbles.6.gz GTK1_CONFIGURE_ENABLE= gtk .include post-extract: @${RM} -f ${WRKSRC}/src/getopt.h -# @${LN} -sf /usr/include/getopt.h ${WRKSRC}/src post-patch: @${REINPLACE_CMD} -e \ diff -urN /usr/ports/games/znibbles/files/patch-src__Motif__MotifInterface.C games/znibbles/files/patch-src__Motif__MotifInterface.C --- /usr/ports/games/znibbles/files/patch-src__Motif__MotifInterface.C 1970-01-01 09:00:00.000000000 +0900 +++ games/znibbles/files/patch-src__Motif__MotifInterface.C 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,214 @@ +--- src/Motif/MotifInterface.C.orig ++++ src/Motif/MotifInterface.C +@@ -32,7 +32,7 @@ + # include + #endif + +-#include ++#include + + #include + #include +@@ -131,7 +131,7 @@ + display_version(); + + if (two_key) +- cout << "Two-key mode enabled" << endl; ++ std::cout << "Two-key mode enabled" << std::endl; + + + // connect pipe_handler to SIGPIPE signal +@@ -147,8 +147,8 @@ + exit(2); + } + +- cout << "Connecting to ZNibbles server: " \ +- << options.get_host_name() << ":" << options.get_port() << "... " << endl; ++ std::cout << "Connecting to ZNibbles server: " \ ++ << options.get_host_name() << ":" << options.get_port() << "... " << std::endl; + + // create and bind socket to any port + port = 0; +@@ -158,7 +158,7 @@ + } + + if (debug) +- cout << "Client socket created on port: " << ntohs(client_address.sin_port) << endl; ++ std::cout << "Client socket created on port: " << ntohs(client_address.sin_port) << std::endl; + + // Build server address + server_address.sin_family = AF_INET; +@@ -175,7 +175,7 @@ + + display_play_help(); + +- cout << "Connection accepted\n" << endl; ++ std::cout << "Connection accepted\n" << std::endl; + + hack_socket_client = socket_client; // hack for signal handling + action.sa_handler = stop_handler; +@@ -185,7 +185,7 @@ + + init_messages(options.get_message_file()); + +- cout << "initializing interface..." << endl; ++ std::cout << "initializing interface..." << std::endl; + make(argc, argv); + } + +@@ -262,54 +262,54 @@ + + void MotifInterface::display_version() + { +- cerr << "ZNibbles v" VERSION " - A little silly game - " ++ std::cerr << "ZNibbles v" VERSION " - A little silly game - " + << "(c) Vincent Mallet 1997, 1998, 1999 - vmallet@enst.fr" +- << endl << endl; ++ << std::endl << std::endl; + } + + void MotifInterface::display_version_short() + { +- cout << "ZNibbles Motif Client " VERSION << endl; ++ std::cout << "ZNibbles Motif Client " VERSION << std::endl; + } + + void MotifInterface::display_help(char *name) + { +- cout << "Usage: " << name << " [OPTION].. PLAYERNAME" << endl; +- cout << endl; +- cout << "Start a ZNibbles Motif client and connect to the specified nibbles server." << endl; +- cout << endl; +- cout << " -n, --host-name=HOST connect to server HOST [default is localhost]" << endl; +- cout << " -p, --port=NUM connect to port NUM of server [default is 5051]" << endl; +- cout << " -m, --message-file=FILE load predefined messages from file FILE" << endl; +- cout << " -t, --twokey control worm with only two keys, LEFT and RIGHT" << endl; +- cout << " -i, --enable-stdin enable standard input for sending messages" << endl; +- cout << " -d, --debug enable debug output" << endl; +- cout << " -V, --version print version number, then exit" << endl; +- cout << " -h, --help show this message and exit" << endl; +- cout << endl; +- cout << "Report bugs to ." << endl; ++ std::cout << "Usage: " << name << " [OPTION].. PLAYERNAME" << std::endl; ++ std::cout << std::endl; ++ std::cout << "Start a ZNibbles Motif client and connect to the specified nibbles server." << std::endl; ++ std::cout << std::endl; ++ std::cout << " -n, --host-name=HOST connect to server HOST [default is localhost]" << std::endl; ++ std::cout << " -p, --port=NUM connect to port NUM of server [default is 5051]" << std::endl; ++ std::cout << " -m, --message-file=FILE load predefined messages from file FILE" << std::endl; ++ std::cout << " -t, --twokey control worm with only two keys, LEFT and RIGHT" << std::endl; ++ std::cout << " -i, --enable-stdin enable standard input for sending messages" << std::endl; ++ std::cout << " -d, --debug enable debug output" << std::endl; ++ std::cout << " -V, --version print version number, then exit" << std::endl; ++ std::cout << " -h, --help show this message and exit" << std::endl; ++ std::cout << std::endl; ++ std::cout << "Report bugs to ." << std::endl; + } + + + + void MotifInterface::display_play_help() + { +- cout << endl; +- cout << "Welcome to ZNibbles!" << endl; +- cout << endl; +- cout << "Valid keys while playing:" << endl +- << endl +- << " Up, Down, Left, Right: move worm 1" << endl +- << endl +- << " p/u : pause/unpause game" << endl +- << endl +- << " P/U : pause/unpause _your_ worm" << endl +- << endl +- << " 1, 2, ... 0 : send predefined messages to other players" << endl +- << endl +- << " Ctrl+Q : quit game" << endl +- << endl +- << " Have fun!" << endl; ++ std::cout << std::endl; ++ std::cout << "Welcome to ZNibbles!" << std::endl; ++ std::cout << std::endl; ++ std::cout << "Valid keys while playing:" << std::endl ++ << std::endl ++ << " Up, Down, Left, Right: move worm 1" << std::endl ++ << std::endl ++ << " p/u : pause/unpause game" << std::endl ++ << std::endl ++ << " P/U : pause/unpause _your_ worm" << std::endl ++ << std::endl ++ << " 1, 2, ... 0 : send predefined messages to other players" << std::endl ++ << std::endl ++ << " Ctrl+Q : quit game" << std::endl ++ << std::endl ++ << " Have fun!" << std::endl; + } + + +@@ -318,7 +318,7 @@ + + void MotifInterface::pipe_handler(int sig) + { +- cerr << "--- Lost Server Connection! ---" << endl; ++ std::cerr << "--- Lost Server Connection! ---" << std::endl; + sig++; // warnings.. + dead_server = 1; + } +@@ -326,7 +326,7 @@ + + void MotifInterface::stop_handler(int sig) + { +- cerr << "--- Quitting game! ---" << endl; ++ std::cerr << "--- Quitting game! ---" << std::endl; + + if (hack_socket_client) { + struct timeval tv; +@@ -391,11 +391,11 @@ + char buf[300]; + + if (priv) { +- // cout << "Got *private* Message: '" << msg << "'" << endl; ++ // std::cout << "Got *private* Message: '" << msg << "'" << std::endl; + sprintf(buf, "[Private] %s> %s\n", from.get_name(), msg); + } + else { +- // cout << "Message: " << from.name << "> " << msg << endl; ++ // std::cout << "Message: " << from.name << "> " << msg << std::endl; + sprintf(buf, "%s> %s\n", from.get_name(), msg); + } + textarea.add_line(buf); +@@ -545,7 +545,7 @@ + case VOID_TRAME: + { + if (mythis.debug) +- cout << "got VOID_TRAME " << endl; ++ std::cout << "got VOID_TRAME " << std::endl; + mt.get_char(); + char *p = mt.get_string(); + if (p && strcmp(p, "w") == 0) +@@ -595,14 +595,14 @@ + + case QUIT_GAME: + if (mythis.debug) +- cout << "Got QUIT_GAME" << endl; +- cout << "Client shutting down.... " << endl; ++ std::cout << "Got QUIT_GAME" << std::endl; ++ std::cout << "Client shutting down.... " << std::endl; + done = 1; + break; + + default: + if (mythis.debug) +- cout << "got unknown frame type: " << (int) mt.peek_char() << endl; ++ std::cout << "got unknown frame type: " << (int) mt.peek_char() << std::endl; + break; + } + } +@@ -661,7 +661,7 @@ + void MotifInterface::join_game() + { + if (debug) +- cout << "Sending welcome message..." << endl; ++ std::cout << "Sending welcome message..." << std::endl; + + t.put_char(JOIN_GAME); + t.put_string(own_name); diff -urN /usr/ports/games/znibbles/files/patch-src__Motif__textarea.C games/znibbles/files/patch-src__Motif__textarea.C --- /usr/ports/games/znibbles/files/patch-src__Motif__textarea.C 1970-01-01 09:00:00.000000000 +0900 +++ games/znibbles/files/patch-src__Motif__textarea.C 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,20 @@ +--- src/Motif/textarea.C.orig ++++ src/Motif/textarea.C +@@ -33,7 +33,7 @@ + #include + #include + +-#include ++#include + #include "string.h" + + #include "motifutil.H" +@@ -92,7 +92,7 @@ + XmTextSetCursorPosition(widget, XmTextGetLastPosition(widget)); + XmTextShowPosition(widget, XmTextGetLastPosition(widget)); + if (length > 9500) { +- cout << "textarea warning!" << endl; ++ std::cout << "textarea warning!" << std::endl; + bbuf[0] = '\0'; + } + } diff -urN /usr/ports/games/znibbles/pkg-descr games/znibbles/pkg-descr --- /usr/ports/games/znibbles/pkg-descr 2013-11-06 22:00:54.000000000 +0900 +++ games/znibbles/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -1,14 +1,15 @@ -ZNibbles is a multi-player networked game. It is based on the old nibbles -game: you've got a worm, eat nibbles and get your worm growing. Several -players can play together, each of them controlling its own worm on its own -computer. +ZNibbles is a multi-player networked game. It is based on the old +nibbles game: you've got a worm, eat nibbles and get your worm growing. +Several players can play together, each of them controlling its own worm +on its own computer. -There is theoretically an unlimited number of simultaneous players, it's more -a matter of network speed. It has been tested with more than 10 players and it -was real fun :) ZNibbles is written for unix. It has been tested under Linux, -SunOS, Solaris and Irix. The game can run either directly on top of X11, use -the GTK+ toolkit (get it on the GTK+ site) or use the Motif toolkit (get a good -Motif free implementation called LessTif) +There is theoretically an unlimited number of simultaneous players, it's +more a matter of network speed. It has been tested with more than 10 +players and it was real fun :) ZNibbles is written for unix. It has been +tested under Linux, SunOS, Solaris and Irix. The game can run either +directly on top of X11, use the GTK+ toolkit (get it on the GTK+ site) +or use the Motif toolkit (get a good Motif free implementation called +LessTif) Once compiled, you get the files: @@ -16,6 +17,7 @@ gznibbles : the ZNibbles GTK+ client znibblesX : the ZNibbless X11-only client (poor) -Run "nibbles" first as the ZNibbles server, and then run its clients to play. +Run "nibbles" first as the ZNibbles server, and then run its clients to +play. WWW: http://www.jfouffa.com/vmallet/ZNibbles.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 CDA14675 for ; Mon, 16 Dec 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 AC46718FE for ; Mon, 16 Dec 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 rBGIA09f015704 for ; Mon, 16 Dec 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 rBGIA0C9015703; Mon, 16 Dec 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:00 GMT Resent-Message-Id: <201312161810.rBGIA0C9015703@freefall.freebsd.org> 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 42F472A8 for ; Mon, 16 Dec 2013 18:01:55 +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 E3C261854 for ; Mon, 16 Dec 2013 18:01:54 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id B3A1E1880004 for ; Tue, 17 Dec 2013 03:01:52 +0900 (JST) Message-Id: <20131217024738.5f32d41a0423e51d5f5d3d31@yahoo.com> Date: Tue, 17 Dec 2013 02:47:38 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184810: devel/urjtag: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:00 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:00 -0000 >Number: 184810 >Category: ports >Synopsis: devel/urjtag: 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: Mon Dec 16 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 - Fix BUILD_DEPENDS/RUN_DEPENDS - Support readline/shebangfix Remove file: files/extra-patch-usb >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/urjtag/Makefile devel/urjtag/Makefile --- /usr/ports/devel/urjtag/Makefile 2013-11-06 21:51:49.000000000 +0900 +++ devel/urjtag/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,7 +3,7 @@ PORTNAME= urjtag PORTVERSION= 0.10 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= devel MASTER_SITES= SF @@ -12,26 +12,24 @@ LICENSE= GPLv2 -BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex +RUN_DEPENDS= bash:${PORTSDIR}/shells/bash USE_BZIP2= yes -USE_GMAKE= yes +USES= gmake readline shebangfix +SHEBANG_FILES= src/bsdl2jtag +USE_CSTD= c99 GNU_CONFIGURE= yes -CONFIGURE_ENV= LEX=${LOCALBASE}/bin/flex CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CFLAGS+= --std=c99 - -MAN1= jtag.1 bsdl2jtag.1 OPTIONS_DEFINE= USB FTDI JEDEC NLS OPTIONS_DEFAULT= USB FTDI +OPTIONS_SUB= yes USB_DESC= Build support for USB JTAG adapters FTDI_DESC= Build support for FTDI-based USB JTAG adapters JEDEC_DESC= Enable experimental JEDEC flash detection -NO_STAGE= yes .include .if ${PORT_OPTIONS:MJEDEC} @@ -39,29 +37,34 @@ .endif .if ${PORT_OPTIONS:MUSB} -CONFIGURE_ARGS+= --with-libusb -EXTRA_PATCHES= ${FILESDIR}/extra-patch-usb -.endif - -.if ${PORT_OPTIONS:MFTDI} -CONFIGURE_ARGS+= --with-libftdi -LIB_DEPENDS+= ftdi:${PORTSDIR}/devel/libftdi +CONFIGURE_ARGS+= --with-libusb=/usr .endif -.if exists(${LOCALBASE}/lib/libreadline.so.6) -LIB_DEPENDS+= readline.6:${PORTSDIR}/devel/readline +.if ! ${PORT_OPTIONS:MFTDI} +CONFIGURE_ARGS+= --without-libftdi +.else +LIB_DEPENDS+= libftdi.so:${PORTSDIR}/devel/libftdi .endif .if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" +USES+= gettext .else -PLIST_SUB+= NLS="@comment " CONFIGURE_ARGS+=--disable-nls .endif +.include + +.if ${OSVERSION} < 1000033 +BUILD_DEPENDS+= flex>0:${PORTSDIR}/textproc/flex +CONFIGURE_ENV+= LEX=${LOCALBASE}/bin/flex +.endif + post-patch: # Suppress svn(1) binary detection - @${REINPLACE_CMD} -e 's|^SVN=.*|SVN=''|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|^SVN=.*|SVN=''| ; \ + s|-Lwith_libusb |-L$$with_libusb/lib | ; \ + s|-I$$with_libusb"|-I$$with_libusb/include"|' \ + ${WRKSRC}/configure -.include +.include diff -urN /usr/ports/devel/urjtag/files/extra-patch-usb devel/urjtag/files/extra-patch-usb --- /usr/ports/devel/urjtag/files/extra-patch-usb 2013-11-06 21:51:49.000000000 +0900 +++ devel/urjtag/files/extra-patch-usb 1970-01-01 09:00:00.000000000 +0900 @@ -1,14 +0,0 @@ ---- configure.orig 2008-09-14 14:51:22.000000000 +0400 -+++ configure 2009-03-07 20:52:56.000000000 +0300 -@@ -8604,6 +8604,10 @@ - USBLIBS="-L$with_libusb/lib/gcc -lusb" - USBCLAGS="-I$with_libusb/include" - ;; -+ *-*-freebsd*) -+ USBLIBS="-lusb" -+ USBCLAGS="" -+ ;; - *) - USBLIBS="-Lwith_libusb -lusb" - USBCFLAGS="-I$with_libusb" - # check for lex/flex diff -urN /usr/ports/devel/urjtag/pkg-plist devel/urjtag/pkg-plist --- /usr/ports/devel/urjtag/pkg-plist 2013-11-06 21:51:49.000000000 +0900 +++ devel/urjtag/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,5 +1,7 @@ bin/bsdl2jtag bin/jtag +man/man1/bsdl2jtag.1.gz +man/man1/jtag.1.gz %%NLS%%share/locale/fr/LC_MESSAGES/urjtag.mo %%NLS%%share/locale/rw/LC_MESSAGES/urjtag.mo %%NLS%%share/locale/sk/LC_MESSAGES/urjtag.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 53E33687 for ; Mon, 16 Dec 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 32E5A190F for ; Mon, 16 Dec 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 rBGIA312015848 for ; Mon, 16 Dec 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 rBGIA3p3015847; Mon, 16 Dec 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:03 GMT Resent-Message-Id: <201312161810.rBGIA3p3015847@freefall.freebsd.org> 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 E39D23E7 for ; Mon, 16 Dec 2013 18:05: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 B8B3D1899 for ; Mon, 16 Dec 2013 18:05:32 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 314A71880004 for ; Tue, 17 Dec 2013 03:05:31 +0900 (JST) Message-Id: <20131217025026.7d982f1b8892ae0b9664028d@yahoo.com> Date: Tue, 17 Dec 2013 02:50:26 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184818: net-im/cjc: Support USE_GITHUB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:03 -0000 >Number: 184818 >Category: ports >Synopsis: net-im/cjc: Support USE_GITHUB >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 Dec 16 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support USE_GITHUB >How-To-Repeat: >Fix: diff -urN /usr/ports/net-im/cjc/Makefile net-im/cjc/Makefile --- /usr/ports/net-im/cjc/Makefile 2013-12-16 02:24:28.000000000 +0900 +++ net-im/cjc/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -4,7 +4,7 @@ PORTNAME= cjc PORTVERSION= 1.2.1 CATEGORIES= net-im python -MASTER_SITES= http://cloud.github.com/downloads/Jajcus/cjc/ +MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= The Console Jabber Client @@ -13,29 +13,30 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyxmpp>=1.1.0:${PORTSDIR}/net-im/py-pyxmpp +OPTIONS_DEFINE= DOCS + +USE_GITHUB= yes +GH_ACCOUNT= Jajcus + +WRKSRC= ${WRKDIR}/${DISTNAME} + +USES= shebangfix +SHEBANG_FILES= cjc.in cjc.py cjc/main.py USE_PYTHON= 2 -NO_STAGE= yes +.include + post-patch: - @${GREP} -lR "/usr/bin/python" ${WRKSRC} | ${XARGS} \ - ${REINPLACE_CMD} -e "s|/usr/bin/python|${PYTHON_CMD}|" @${REINPLACE_CMD} -e \ "s|prefix=.*|prefix=${PREFIX}| ; \ - /pkg_docdir/s|^|#|g ; \ + /^DOCS/s|COPYING|| ; \ s|INSTALL=.*|INSTALL=${INSTALL}| ; \ s|INSTALL_DATA=.*|INSTALL_DATA=${INSTALL_DATA}| ; \ s|INSTALL_DIR=.*|INSTALL_DIR=${MKDIR}|g ; \ - s|python |${PYTHON_CMD} |g" ${WRKSRC}/Makefile - -.include + /compileall/d" ${WRKSRC}/Makefile post-install: -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/manual.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/TODO ${DOCSDIR} -.endif + (cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \ + -d ${PREFIX} -f ${DATADIR_REL}) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 798F86DE for ; Mon, 16 Dec 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 5740F1937 for ; Mon, 16 Dec 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 rBGIA9jM016047 for ; Mon, 16 Dec 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 rBGIA9fG016046; Mon, 16 Dec 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:09 GMT Resent-Message-Id: <201312161810.rBGIA9fG016046@freefall.freebsd.org> 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 84C0D397 for ; Mon, 16 Dec 2013 18:03:05 +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 2ECC61866 for ; Mon, 16 Dec 2013 18:03:04 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 66DAB980177 for ; Tue, 17 Dec 2013 03:02:59 +0900 (JST) Message-Id: <20131217024814.ea966b75542bd771d353e73b@yahoo.com> Date: Tue, 17 Dec 2013 02:48:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184835: games/freedoko: Update to version 0.7.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:09 -0000 >Number: 184835 >Category: ports >Synopsis: games/freedoko: Update to version 0.7.12 >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 Dec 16 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 0.7.12 Remove file: files/patch-src__freedoko.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/games/freedoko/Makefile games/freedoko/Makefile --- /usr/ports/games/freedoko/Makefile 2013-11-27 02:42:38.000000000 +0900 +++ games/freedoko/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/games/freedoko/Makefile 334947 2013-11-26 15:43:20Z wg $ PORTNAME= freedoko -PORTVERSION= 0.7.11 -PORTREVISION= 1 +PORTVERSION= 0.7.12 CATEGORIES= games MASTER_SITES= SF/free-doko/FreeDoko%20source DISTNAME= FreeDoko_${PORTVERSION}.src @@ -13,13 +12,13 @@ LICENSE= GPLv2 -LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2 \ - libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 +LIB_DEPENDS= libgnet-2.0.so:${PORTSDIR}/net/gnet2 WRKSRC= ${WRKDIR}/${DISTNAME:C/\.src$//}/src USE_ZIP= yes USES= gmake pkgconfig +USE_GNOME= gtkmm24 MAKE_ENV= OS="${OPSYS}" DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" OPTIONS_DEFINE= DOCS diff -urN /usr/ports/games/freedoko/distinfo games/freedoko/distinfo --- /usr/ports/games/freedoko/distinfo 2013-11-06 22:00:43.000000000 +0900 +++ games/freedoko/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (FreeDoko_0.7.11.src.zip) = 250038c0e6a9365e21acc07dcc76ea75454ab7e991b337bf3b17b8467815e667 -SIZE (FreeDoko_0.7.11.src.zip) = 16274603 +SHA256 (FreeDoko_0.7.12.src.zip) = ce81ad52c16b4c5d59366ef8624da1be59326bbb8e58a79efee1448d9f603685 +SIZE (FreeDoko_0.7.12.src.zip) = 16254959 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 2013-11-27 02:42:38.000000000 +0900 +++ games/freedoko/files/patch-src__freedoko.cpp 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- freedoko.cpp.orig 2011-12-18 06:05:12.000000000 -0200 -+++ freedoko.cpp 2013-11-26 13:40:09.390150518 -0200 -@@ -43,6 +43,7 @@ - #else - // for 'mkdir' - #include -+#include - #endif - - #include "class/getopt/getopt.h" diff -urN /usr/ports/games/freedoko/pkg-plist games/freedoko/pkg-plist --- /usr/ports/games/freedoko/pkg-plist 2013-11-06 22:00:43.000000000 +0900 +++ games/freedoko/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -28,8 +28,55 @@ %%PORTDOCS%%%%DOCSDIR%%/de/operation/party_finished.html %%PORTDOCS%%%%DOCSDIR%%/de/operation/party_points.html %%PORTDOCS%%%%DOCSDIR%%/de/operation/party_settings.html -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/about.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/about.small.jpg +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Aktueller_Stich.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Aktueller_Stich.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Fehler_erzeugen.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Fehler_erzeugen.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Fehlerbericht.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Fehlerbericht.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Hauptfenster.Spiel.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Hauptfenster.Spiel.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Hauptfenster.Start.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Hauptfenster.Start.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Letzter_Stich.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Letzter_Stich.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Lizenz.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Lizenz.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Ansagen.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Ansagen.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Armut.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Armut.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Dollen.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Dollen.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Hochzeit.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Hochzeit.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Informationen.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Informationen.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Schweine.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Schweine.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Solo.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Solo.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Sonderpunkte.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Sonderpunkte.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Turnier.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Turnier.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Z__hlung.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/Z__hlung.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Regeln/create_screenshots.sh +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Spielerkonfiguration.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Spielerkonfiguration.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Splash.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Splash.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Turniereinstellungen.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Turniereinstellungen.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Turnierpunkte.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Turnierpunkte.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Voller_Stich.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Voller_Stich.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Vorbehalt.Solo.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Vorbehalt.Solo.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Vorbehalt.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/Vorbehalt.small.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/aiconfig/aitype.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/aiconfig/aitype.small.jpeg %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/aiconfig/announcements.png @@ -48,24 +95,6 @@ %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/aiconfig/simple.small.jpeg %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/aiconfig/trick_decision.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/aiconfig/trick_decision.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/bug_report.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/cardset_license.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/cardset_license.small.jpg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/changelog.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/changelog.small.jpg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/current_trick.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/current_trick.small.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/full_trick.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/generate_error.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/generate_error.small.jpg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/last_trick.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/last_trick.small.jpg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/license.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/license.small.jpg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/main_window.game.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/main_window.game.small.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/main_window.start.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/main_window.start.small.jpg %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/network/connections.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/network/connections.small.jpeg %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/network/local_adresses.png @@ -74,37 +103,6 @@ %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/network/receiver.small.jpeg %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/network/rule_differences.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/network/rule_differences.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/party_points.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/party_points.small.jpg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/party_settings.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/party_settings.small.jpg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/player_config.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/player_config.small.jpg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/reservation.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/reservation.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/reservation.solo.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/reservation.solo.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/announcements.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/announcements.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/counting.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/counting.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/create_screenshots.sh -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/dollen.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/dollen.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/informations.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/informations.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/marriage.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/marriage.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/poverty.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/poverty.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/solo.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/solo.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/specialpoints.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/specialpoints.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/swines.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/swines.small.jpeg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/tournament.png -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/rules/tournament.small.jpeg %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/settings/appearance.cards.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/settings/appearance.cards.small.jpg %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/settings/appearance.fonts_colors.png @@ -139,7 +137,6 @@ %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/settings/information.network.small.jpg %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/settings/information.swines.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/settings/information.swines.small.jpg -%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/splash.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/symbols/contra.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/symbols/fox_highest_trump.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/symbols/genscher.png @@ -201,6 +198,10 @@ %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/symbols/thrown_kings.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/symbols/thrown_nines.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/symbols/thrown_nines_and_kings.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/__nderungsliste.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/__nderungsliste.small.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/__ber.png +%%PORTDOCS%%%%DOCSDIR%%/de/operation/pictures/__ber.small.png %%PORTDOCS%%%%DOCSDIR%%/de/operation/player_config.html %%PORTDOCS%%%%DOCSDIR%%/de/operation/problems.html %%PORTDOCS%%%%DOCSDIR%%/de/operation/reservation.html @@ -234,9 +235,23 @@ %%PORTDOCS%%%%DOCSDIR%%/pictures/FreeDoko.icon.png %%PORTDOCS%%%%DOCSDIR%%/pictures/flags/de.gif %%PORTDOCS%%%%DOCSDIR%%/pictures/flags/gb.gif +%%DATADIR%%/backgrounds/christmas/christmas_teddies.png +%%DATADIR%%/backgrounds/christmas/mountains.png +%%DATADIR%%/backgrounds/christmas/sky.png +%%DATADIR%%/backgrounds/christmas/snowflakes1.png +%%DATADIR%%/backgrounds/christmas/snowflakes2.png +%%DATADIR%%/backgrounds/christmas/star_simple.png %%DATADIR%%/backgrounds/table.png -%%DATADIR%%/cardsets/xskat/COPYRIGHT -%%DATADIR%%/cardsets/xskat/french/COPYRIGHT +%%DATADIR%%/backgrounds/wood/table1.png +%%DATADIR%%/backgrounds/wood/table2.png +%%DATADIR%%/backgrounds/wood/table3.png +%%DATADIR%%/backgrounds/wood/table4.png +%%DATADIR%%/backgrounds/wood/table5.png +%%DATADIR%%/backgrounds/wood/table6.png +%%DATADIR%%/backgrounds/wood/table7.png +%%DATADIR%%/backgrounds/wood/table8.png +%%DATADIR%%/cardsets/xskat/COPYRIGHT.txt +%%DATADIR%%/cardsets/xskat/french/COPYRIGHT.txt %%DATADIR%%/cardsets/xskat/french/backs/christmas/candle.png %%DATADIR%%/cardsets/xskat/french/backs/christmas/christmasdog.png %%DATADIR%%/cardsets/xskat/french/backs/christmas/tree1.png @@ -280,6 +295,7 @@ %%DATADIR%%/cardsets/xskat/french/icons/marriage.color.png %%DATADIR%%/cardsets/xskat/french/icons/marriage.foreign.png %%DATADIR%%/cardsets/xskat/french/icons/marriage.heart.png +%%DATADIR%%/cardsets/xskat/french/icons/marriage.partner.png %%DATADIR%%/cardsets/xskat/french/icons/marriage.png %%DATADIR%%/cardsets/xskat/french/icons/marriage.spade.png %%DATADIR%%/cardsets/xskat/french/icons/marriage.trump.png @@ -297,6 +313,7 @@ %%DATADIR%%/cardsets/xskat/french/icons/poverty.1.png %%DATADIR%%/cardsets/xskat/french/icons/poverty.2.png %%DATADIR%%/cardsets/xskat/french/icons/poverty.3.png +%%DATADIR%%/cardsets/xskat/french/icons/poverty.partner.png %%DATADIR%%/cardsets/xskat/french/icons/poverty.png %%DATADIR%%/cardsets/xskat/french/icons/re.png %%DATADIR%%/cardsets/xskat/french/icons/solo.club.png @@ -319,7 +336,7 @@ %%DATADIR%%/cardsets/xskat/french/icons/swines.diamond.png %%DATADIR%%/cardsets/xskat/french/icons/swines.heart.png %%DATADIR%%/cardsets/xskat/french/icons/swines.spade.png -%%DATADIR%%/cardsets/xskat/german/COPYRIGHT +%%DATADIR%%/cardsets/xskat/german/COPYRIGHT.txt %%DATADIR%%/cardsets/xskat/german/backs/christmas/candle.png %%DATADIR%%/cardsets/xskat/german/backs/christmas/christmasdog.png %%DATADIR%%/cardsets/xskat/german/backs/christmas/tree1.png @@ -363,6 +380,7 @@ %%DATADIR%%/cardsets/xskat/german/icons/marriage.color.png %%DATADIR%%/cardsets/xskat/german/icons/marriage.foreign.png %%DATADIR%%/cardsets/xskat/german/icons/marriage.heart.png +%%DATADIR%%/cardsets/xskat/german/icons/marriage.partner.png %%DATADIR%%/cardsets/xskat/german/icons/marriage.png %%DATADIR%%/cardsets/xskat/german/icons/marriage.spade.png %%DATADIR%%/cardsets/xskat/german/icons/marriage.trump.png @@ -380,6 +398,7 @@ %%DATADIR%%/cardsets/xskat/german/icons/poverty.1.png %%DATADIR%%/cardsets/xskat/german/icons/poverty.2.png %%DATADIR%%/cardsets/xskat/german/icons/poverty.3.png +%%DATADIR%%/cardsets/xskat/german/icons/poverty.partner.png %%DATADIR%%/cardsets/xskat/german/icons/poverty.png %%DATADIR%%/cardsets/xskat/german/icons/re.png %%DATADIR%%/cardsets/xskat/german/icons/solo.club.png @@ -407,13 +426,13 @@ %%DATADIR%%/rules/beginner %%DATADIR%%/rules/standard %%DATADIR%%/rules/tournament +%%DATADIR%%/translations/de-alt/text %%DATADIR%%/translations/de/aiconfig %%DATADIR%%/translations/de/aiconfig.heuristics.description %%DATADIR%%/translations/de/basistypes %%DATADIR%%/translations/de/bug_report %%DATADIR%%/translations/de/cards %%DATADIR%%/translations/de/chat -%%DATADIR%%/translations/de/en %%DATADIR%%/translations/de/gui %%DATADIR%%/translations/de/help %%DATADIR%%/translations/de/menu @@ -423,7 +442,6 @@ %%DATADIR%%/translations/de/settings %%DATADIR%%/translations/de/text %%DATADIR%%/translations/de/versions -%%DATADIR%%/translations/de-alt/text %%DATADIR%%/translations/en/aiconfig %%DATADIR%%/translations/en/aiconfig.heuristics.description %%DATADIR%%/translations/en/basistypes @@ -480,6 +498,8 @@ @dirrm %%DATADIR%%/cardsets/xskat/french @dirrm %%DATADIR%%/cardsets/xskat @dirrm %%DATADIR%%/cardsets +@dirrm %%DATADIR%%/backgrounds/wood +@dirrm %%DATADIR%%/backgrounds/christmas @dirrm %%DATADIR%%/backgrounds @dirrm %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/pictures/flags @@ -489,9 +509,9 @@ %%PORTDOCS%%@dirrm %%DOCSDIR%%/de/pictures %%PORTDOCS%%@dirrm %%DOCSDIR%%/de/operation/pictures/symbols %%PORTDOCS%%@dirrm %%DOCSDIR%%/de/operation/pictures/settings -%%PORTDOCS%%@dirrm %%DOCSDIR%%/de/operation/pictures/rules %%PORTDOCS%%@dirrm %%DOCSDIR%%/de/operation/pictures/network %%PORTDOCS%%@dirrm %%DOCSDIR%%/de/operation/pictures/aiconfig +%%PORTDOCS%%@dirrm %%DOCSDIR%%/de/operation/pictures/Regeln %%PORTDOCS%%@dirrm %%DOCSDIR%%/de/operation/pictures %%PORTDOCS%%@dirrm %%DOCSDIR%%/de/operation %%PORTDOCS%%@dirrm %%DOCSDIR%%/de >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 BEDFC6E0 for ; Mon, 16 Dec 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 9E1D81939 for ; Mon, 16 Dec 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 rBGIA9YB016058 for ; Mon, 16 Dec 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 rBGIA9JY016057; Mon, 16 Dec 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:09 GMT Resent-Message-Id: <201312161810.rBGIA9JY016057@freefall.freebsd.org> 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 73D2439C for ; Mon, 16 Dec 2013 18:03:13 +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 1F2461869 for ; Mon, 16 Dec 2013 18:03:13 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 7DBB698000C for ; Tue, 17 Dec 2013 03:03:10 +0900 (JST) Message-Id: <20131217024823.720e4a6c2c2fb9c9e8817faa@yahoo.com> Date: Tue, 17 Dec 2013 02:48:23 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184836: games/gillo: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:09 -0000 >Number: 184836 >Category: ports >Synopsis: games/gillo: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE New file: files/patch-src__goal.cpp files/patch-src__goal.h files/patch-src__simpleball.cpp files/patch-src__simpleball.h >How-To-Repeat: >Fix: diff -urN /usr/ports/games/gillo/Makefile games/gillo/Makefile --- /usr/ports/games/gillo/Makefile 2013-11-06 22:00:55.000000000 +0900 +++ games/gillo/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -11,18 +11,20 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Players are cars throwing a magnetic fuzzy ball into a goal +LICENSE= GPLv2 + BUILD_DEPENDS= ${JAM}:${PORTSDIR}/devel/jam \ ${LOCALBASE}/lib/libode.a:${PORTSDIR}/devel/ode \ ${LOCALBASE}/lib/libplibsg.a:${PORTSDIR}/x11-toolkits/plib +WRKSRC= ${WRKDIR}/${PORTNAME} + USE_BZIP2= yes USE_GL= gl USE_SDL= yes -WRKSRC= ${WRKDIR}/${PORTNAME} JAM?= ${LOCALBASE}/bin/jam -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -i '' -e 's|SDL/||g' ${WRKSRC}/src/* @${REINPLACE_CMD} -e 's|%%SDL_CFLAGS%%|`${SDL_CONFIG} --cflags`|' \ @@ -33,11 +35,11 @@ do-build: cd ${WRKSRC} && ${SETENV} "C++=${CC}" "LOCALBASE=${LOCALBASE}" \ "CFLAGS=${CFLAGS} -DDATADIR=\\\"${PREFIX}/share\\\"" \ - ${JAM} -dx -sPREFIX=${PREFIX} + ${JAM} -dx -sPREFIX=${PREFIX} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/gillo3 ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${WRKSRC}/data/*.* ${DATADIR} + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} gillo3 ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${WRKSRC}/data && ${INSTALL_DATA} *.* ${STAGEDIR}${DATADIR}) .include diff -urN /usr/ports/games/gillo/files/patch-src__goal.cpp games/gillo/files/patch-src__goal.cpp --- /usr/ports/games/gillo/files/patch-src__goal.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/gillo/files/patch-src__goal.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/goal.cpp.orig ++++ src/goal.cpp +@@ -22,6 +22,8 @@ + + namespace gillo { + ++const float Goal::areaRadius = ODE_GOAL_DISTANCE; ++ + Goal::Goal(Context& c) + : Entity(c) + { diff -urN /usr/ports/games/gillo/files/patch-src__goal.h games/gillo/files/patch-src__goal.h --- /usr/ports/games/gillo/files/patch-src__goal.h 1970-01-01 09:00:00.000000000 +0900 +++ games/gillo/files/patch-src__goal.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/goal.h.orig ++++ src/goal.h +@@ -32,7 +32,7 @@ + */ + class Goal : public Entity + { +- static const float areaRadius = ODE_GOAL_DISTANCE; ++ static const float areaRadius; + dGeomID gids[6]; + public: + Goal(Context& c); diff -urN /usr/ports/games/gillo/files/patch-src__simpleball.cpp games/gillo/files/patch-src__simpleball.cpp --- /usr/ports/games/gillo/files/patch-src__simpleball.cpp 1970-01-01 09:00:00.000000000 +0900 +++ games/gillo/files/patch-src__simpleball.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/simpleball.cpp.orig ++++ src/simpleball.cpp +@@ -26,6 +26,8 @@ + const sgVec4 SimpleBall::p1[3] = { {0.3, 0.0, 0.0, 1.0}, {1.0, 0.0, 0.0, 1.0}, {1.0, 0.4, 0.4, 1.0} }; + const sgVec4 SimpleBall::ne[3] = { {0.0, 0.0, 0.0, 1}, {0.6, 0.6, 0.6, 1}, {1.0, 1.0, 1.0, 1} }; + const sgVec4 SimpleBall::p2[3] = { {0.0, 0.0, 0.3, 1}, {0.0, 0.0, 1.0, 1}, {0.4, 0.4, 1.0, 1} }; ++const double SimpleBall::weight = ODE_BALL_MASS; ++const double SimpleBall::radius = ODE_BALL_RADIUS; + + SimpleBall::SimpleBall(Context& c) + : Entity(c), ballEffectPtr(NULL), possessionIncrement(0), targetSize(2*radius), currentSize(2*radius) diff -urN /usr/ports/games/gillo/files/patch-src__simpleball.h games/gillo/files/patch-src__simpleball.h --- /usr/ports/games/gillo/files/patch-src__simpleball.h 1970-01-01 09:00:00.000000000 +0900 +++ games/gillo/files/patch-src__simpleball.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,13 @@ +--- src/simpleball.h.orig ++++ src/simpleball.h +@@ -37,8 +37,8 @@ + static const sgVec4 p1[3]; + static const sgVec4 ne[3]; + static const sgVec4 p2[3]; +- static const double weight = ODE_BALL_MASS; +- static const double radius = ODE_BALL_RADIUS; ++ static const double weight; ++ static const double radius; + + SimpleBall(Context& c); + SimpleBall(Context& c, float size, ssgSimpleState* state); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 DA4307A9 for ; Mon, 16 Dec 2013 18:10: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 B92F41952 for ; Mon, 16 Dec 2013 18:10: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 rBGIABmv016127 for ; Mon, 16 Dec 2013 18:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAB7V016126; Mon, 16 Dec 2013 18:10:11 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:11 GMT Resent-Message-Id: <201312161810.rBGIAB7V016126@freefall.freebsd.org> 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 175BD3A0 for ; Mon, 16 Dec 2013 18:03:27 +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 DD4F3186C for ; Mon, 16 Dec 2013 18:03:26 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 34724980032 for ; Tue, 17 Dec 2013 03:03:25 +0900 (JST) Message-Id: <20131217024835.96891ea3a3c82fa0e230ba2a@yahoo.com> Date: Tue, 17 Dec 2013 02:48:35 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184843: games/netspades: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:12 -0000 >Number: 184843 >Category: ports >Synopsis: games/netspades: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:11 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Update MASTER_SITES - Add OPTIONS for GTK1 and SLANG support - Support PLIST_FILES Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/games/netspades/Makefile games/netspades/Makefile --- /usr/ports/games/netspades/Makefile 2013-11-06 22:00:42.000000000 +0900 +++ games/netspades/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,22 +3,67 @@ PORTNAME= NetSpades PORTVERSION= 4.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games -MASTER_SITES= http://www.ece.rice.edu/~brentmh/spades/ +MASTER_SITES= TUCOWS/x11/entertain \ + http://www.ece.rice.edu/~brentmh/spades/ MAINTAINER= ports@FreeBSD.org COMMENT= Very popular card game for 1-4 players over a network -LIB_DEPENDS= slang.2:${PORTSDIR}/devel/libslang2 +LICENSE= GPLv2 # (or later) +OPTIONS_DEFINE= GTK1 SLANG +OPTIONS_DEFAULT= GTK1 SLANG GNU_CONFIGURE= yes -USE_GNOME= gtk12 + CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -ltermcap +LDFLAGS+= -L${LOCALBASE}/lib + +PLIST_FILES= bin/spadesd man/man6/spadesd.6.gz + +.include -MAN6= gspades.6 slspades.6 spadesd.6 +.if ${PORT_OPTIONS:MGTK1} +USE_GNOME+= gtk12 +DESKTOP_ENTRIES="GSpades" "" "" "gspades" "" "" +PLIST_FILES+= bin/gspades man/man6/gspades.6.gz +.else +CONFIGURE_ARGS+=--without-gtk +.endif + +.if ${PORT_OPTIONS:MSLANG} +USES+= readline +LIB_DEPENDS+= libslang.so:${PORTSDIR}/devel/libslang2 +LDFLAGS+= -ltermcap +PLIST_FILES+= bin/slspades man/man6/slspades.6.gz +.else +CONFIGURE_ARGS+=--without-slang +.endif + +post-patch: +.for i in engine_func.c gtk_connect.c listen.c sl_io.c + @${REINPLACE_CMD} -e \ + 's| log| ns_log|g' ${WRKSRC}/src/${i} +.endfor + +do-install: + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} spadesd \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} spadesd.6 \ + ${STAGEDIR}${MANPREFIX}/man/man6) +.if ${PORT_OPTIONS:MGTK1} + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} gspades \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} gspades.6 \ + ${STAGEDIR}${MANPREFIX}/man/man6) +.endif +.if ${PORT_OPTIONS:MSLANG} + (cd ${WRKSRC}/src && ${INSTALL_PROGRAM} slspades \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} slspades.6 \ + ${STAGEDIR}${MANPREFIX}/man/man6) +.endif -NO_STAGE= yes .include diff -urN /usr/ports/games/netspades/pkg-plist games/netspades/pkg-plist --- /usr/ports/games/netspades/pkg-plist 2013-11-06 22:00:42.000000000 +0900 +++ games/netspades/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -bin/gspades -bin/slspades -bin/spadesd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:17 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EE263807 for ; Mon, 16 Dec 2013 18:10: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 CD2BB197F for ; Mon, 16 Dec 2013 18:10: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 rBGIAHom016308 for ; Mon, 16 Dec 2013 18:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAHmh016307; Mon, 16 Dec 2013 18:10:17 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:17 GMT Resent-Message-Id: <201312161810.rBGIAHmh016307@freefall.freebsd.org> 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 A6AA526A for ; Mon, 16 Dec 2013 18:00:37 +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 4F75017DF for ; Mon, 16 Dec 2013 18:00:37 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 94843980010 for ; Tue, 17 Dec 2013 03:00:34 +0900 (JST) Message-Id: <20131217024615.f0579146d54a12c8fd244320@yahoo.com> Date: Tue, 17 Dec 2013 02:46:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184863: audio/mp3stat: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:18 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:18 -0000 >Number: 184863 >Category: ports >Synopsis: audio/mp3stat: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:17 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Update MASTER_SITES New file: files/patch-base.cpp files/patch-input__vorbis__oggstat.cpp files/patch-ui__console__cli.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/mp3stat/Makefile audio/mp3stat/Makefile --- /usr/ports/audio/mp3stat/Makefile 2013-12-12 02:41:43.000000000 +0900 +++ audio/mp3stat/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -19,12 +19,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USES= gmake pkgconfig -NO_STAGE= yes +USES= dos2unix gmake pkgconfig +DOS2UNIX_FILES= ui/console/cli.cpp USE_GNOME= gtk20 -CXX+= -I${LOCALBASE}/include -L${LOCALBASE}/lib \ - -Wl,--rpath,${LOCALBASE}/lib +CXXFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib -Wl,--rpath,${LOCALBASE}/lib PORTDOCS= README PLIST_FILES= bin/mp3stat \ @@ -46,23 +46,25 @@ @${FIND} ${WRKSRC} -name "Makefile*" | ${XARGS} ${REINPLACE_CMD} -e \ 's|@$${CXX}|$${CXX}|g ; \ s|-ldl|-lz|g ; \ - s|-lc||g ; \ + s|-lc|$${LDFLAGS}|g ; \ s|-Wl,-soname,.*\.so\.1||g ; \ s|-fpic|-fPIC|g ; \ s|^CXX|#CXX|g' do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/mp3stat ${PREFIX}/bin - @${MKDIR} ${PREFIX}/lib/mp3stat - ${INSTALL_DATA} ${WRKSRC}/ui/gtk/ui_gtk2.so ${PREFIX}/lib/mp3stat - ${INSTALL_DATA} ${WRKSRC}/ui/console/ui_console.so ${PREFIX}/lib/mp3stat - ${INSTALL_DATA} ${WRKSRC}/input/mp3/input_mp3.so ${PREFIX}/lib/mp3stat + (cd ${WRKSRC} && ${INSTALL_PROGRAM} mp3stat ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${PREFIX}/lib/mp3stat + (cd ${WRKSRC}/ui/gtk && ${INSTALL_DATA} ui_gtk2.so \ + ${STAGEDIR}${PREFIX}/lib/mp3stat) + (cd ${WRKSRC}/ui/console && ${INSTALL_DATA} ui_console.so \ + ${STAGEDIR}${PREFIX}/lib/mp3stat) + (cd ${WRKSRC}/input/mp3 && ${INSTALL_DATA} input_mp3.so \ + ${STAGEDIR}${PREFIX}/lib/mp3stat) .if ${PORT_OPTIONS:MVORBIS} - ${INSTALL_DATA} ${WRKSRC}/input/vorbis/input_vorb.so ${PREFIX}/lib/mp3stat -.endif -.if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + (cd ${WRKSRC}/input/vorbis && ${INSTALL_DATA} input_vorb.so \ + ${STAGEDIR}${PREFIX}/lib/mp3stat) .endif + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/audio/mp3stat/files/patch-base.cpp audio/mp3stat/files/patch-base.cpp --- /usr/ports/audio/mp3stat/files/patch-base.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/mp3stat/files/patch-base.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,9 @@ +--- base.cpp.orig ++++ base.cpp +@@ -1,4 +1,5 @@ +-#include ++#include ++#include + #include + #include + diff -urN /usr/ports/audio/mp3stat/files/patch-input__vorbis__oggstat.cpp audio/mp3stat/files/patch-input__vorbis__oggstat.cpp --- /usr/ports/audio/mp3stat/files/patch-input__vorbis__oggstat.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/mp3stat/files/patch-input__vorbis__oggstat.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,7 @@ +--- input/vorbis/oggstat.cpp.orig ++++ input/vorbis/oggstat.cpp +@@ -1,3 +1,4 @@ ++#include + #include "oggstat.h" + + using namespace std; diff -urN /usr/ports/audio/mp3stat/files/patch-ui__console__cli.cpp audio/mp3stat/files/patch-ui__console__cli.cpp --- /usr/ports/audio/mp3stat/files/patch-ui__console__cli.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/mp3stat/files/patch-ui__console__cli.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,9 @@ +--- ui/console/cli.cpp.orig ++++ ui/console/cli.cpp +@@ -1,4 +1,5 @@ +-#include ++#include ++#include + #include "cli.h" + + using namespace std; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 4482F844 for ; Mon, 16 Dec 2013 18:10: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 0A9031990 for ; Mon, 16 Dec 2013 18:10: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 rBGIAJlE016382 for ; Mon, 16 Dec 2013 18:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAJi9016381; Mon, 16 Dec 2013 18:10:19 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:19 GMT Resent-Message-Id: <201312161810.rBGIAJi9016381@freefall.freebsd.org> 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 39696613 for ; Mon, 16 Dec 2013 18:06:46 +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 0D0EE18D8 for ; Mon, 16 Dec 2013 18:06:46 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id A6DE21880009 for ; Tue, 17 Dec 2013 03:06:44 +0900 (JST) Message-Id: <20131217025150.506ae7d7433a8f002c8be52e@yahoo.com> Date: Tue, 17 Dec 2013 02:51:50 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184871: x11/3ddesktop: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:20 -0000 >Number: 184871 >Category: ports >Synopsis: x11/3ddesktop: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:19 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-config.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/3ddesktop/files/patch-config.cpp x11/3ddesktop/files/patch-config.cpp --- /usr/ports/x11/3ddesktop/files/patch-config.cpp 1970-01-01 09:00:00.000000000 +0900 +++ x11/3ddesktop/files/patch-config.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,13 @@ +--- config.cpp.orig ++++ config.cpp +@@ -64,8 +64,9 @@ + } + + +-Options::Options(char *n = NULL) ++Options::Options(char *n) + { ++ n = NULL; + + if (n) + strncpy(name, n, sizeof(name)); diff -urN /usr/ports/x11/3ddesktop/files/patch-event.hpp x11/3ddesktop/files/patch-event.hpp --- /usr/ports/x11/3ddesktop/files/patch-event.hpp 2013-11-06 21:55:48.000000000 +0900 +++ x11/3ddesktop/files/patch-event.hpp 2013-12-17 00:00:00.000000000 +0900 @@ -5,7 +5,7 @@ for (k = events.begin(); k != events.end(); ++k) { Event *e = *k; - printf(":: Event %d 0x%x\n", e->type, (unsigned int)(e->function)); -+ printf(":: Event %d 0x%x\n", e->type, (unsigned intptr_t)(e->function)); ++ printf(":: Event %d %p\n", e->type, e->function); } } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 7051F846 for ; Mon, 16 Dec 2013 18:10: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 4FD33199F for ; Mon, 16 Dec 2013 18:10: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 rBGIAKuv016391 for ; Mon, 16 Dec 2013 18:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAKrI016390; Mon, 16 Dec 2013 18:10:20 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:20 GMT Resent-Message-Id: <201312161810.rBGIAKrI016390@freefall.freebsd.org> 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 5AF5F26F for ; Mon, 16 Dec 2013 18:00:43 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 2E1EE17E5 for ; Mon, 16 Dec 2013 18:00:42 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id 8DABB1560060 for ; Tue, 17 Dec 2013 03:00:41 +0900 (JST) Message-Id: <20131217024622.62e7f2bed2020607384a5178@yahoo.com> Date: Tue, 17 Dec 2013 02:46:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184872: audio/pd: Update to version 0.45.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:20 -0000 >Number: 184872 >Category: ports >Synopsis: audio/pd: Update to version 0.45.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:20 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 0.45.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/pd/Makefile audio/pd/Makefile --- /usr/ports/audio/pd/Makefile 2013-11-06 21:52:15.000000000 +0900 +++ audio/pd/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/audio/pd/Makefile 331867 2013-10-28 16:06:16Z pawel $ PORTNAME= pd -DISTVERSION= 0.45-3 +DISTVERSION= 0.45-4 DISTVERSIONSUFFIX= .src CATEGORIES= audio MASTER_SITES= http://msp.ucsd.edu/Software/ @@ -20,7 +20,11 @@ WRKSRC= ${WRKDIR}/${DISTNAME:S,${DISTVERSIONSUFFIX},,} -USES= gettext gmake pkgconfig tk:wrapper +USES= gettext gmake pkgconfig shebangfix tk:wrapper +SHEBANG_FILES= tcl/pkg_mkIndex.tcl +SHEBANG_LANG= tclsh +tclsh_OLD_CMD= /usr/bin/tclsh +tclsh_CMD= ${LOCALBASE}/bin/tclsh USE_AUTOTOOLS= aclocal libtoolize autoconf automake ACLOCAL_ARGS= -I m4/generated -I m4 LIBTOOLIZE_ARGS=--install --force @@ -91,8 +95,6 @@ @${MKDIR} ${STAGEDIR}${DOCSDIR} @(${TAR} -C ${WRKSRC}/doc --exclude "*.bak" --exclude "*.orig" \ -cf - . | ${TAR} -C ${STAGEDIR}${DOCSDIR} --unlink -xf -) - @${FIND} ${STAGEDIR}${DOCSDIR} -type d | ${XARGS} ${CHMOD} 755 - @${FIND} ${STAGEDIR}${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .for i in LICENSE.txt README.txt (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor diff -urN /usr/ports/audio/pd/distinfo audio/pd/distinfo --- /usr/ports/audio/pd/distinfo 2013-11-06 21:52:15.000000000 +0900 +++ audio/pd/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (pd-0.45-3.src.tar.gz) = 49bab85f0968eef72dfcd4352df0318666e11c33a38e4bc9ec052004fbc4aada -SIZE (pd-0.45-3.src.tar.gz) = 2252601 +SHA256 (pd-0.45-4.src.tar.gz) = 57a80de8b0c22e508022e01449747310822ec90bc21c2272ddfd8be8cb5542d3 +SIZE (pd-0.45-4.src.tar.gz) = 2252744 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 B9801848 for ; Mon, 16 Dec 2013 18:10: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 9852219BE for ; Mon, 16 Dec 2013 18:10: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 rBGIAKhY016400 for ; Mon, 16 Dec 2013 18:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAKcT016399; Mon, 16 Dec 2013 18:10:20 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:20 GMT Resent-Message-Id: <201312161810.rBGIAKcT016399@freefall.freebsd.org> 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 92AAB5F3 for ; Mon, 16 Dec 2013 18:06:25 +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 52C1F18C0 for ; Mon, 16 Dec 2013 18:06:25 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 22F5F98018D for ; Tue, 17 Dec 2013 03:06:23 +0900 (JST) Message-Id: <20131217025130.68be02158f51f2a44fa08df1@yahoo.com> Date: Tue, 17 Dec 2013 02:51:30 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184873: textproc/tdhkit: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:20 -0000 >Number: 184873 >Category: ports >Synopsis: textproc/tdhkit: 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: Mon Dec 16 18:10:20 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Add LICENSE New file: files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/textproc/tdhkit/Makefile textproc/tdhkit/Makefile --- /usr/ports/textproc/tdhkit/Makefile 2013-11-06 21:54:57.000000000 +0900 +++ textproc/tdhkit/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,6 +3,7 @@ PORTNAME= tdhkit PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= http://quisp.sourceforge.net/${PORTNAME}/ DISTNAME= ${PORTNAME}${PORTVERSION:C/\.//1} @@ -10,65 +11,42 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Set of programs for working with tabular ASCII data -OPTIONS_DEFINE= LIBCHRON DOCS -LIBCHRON_DESC= Install libchron +LICENSE= GPLv2 # (or later) + +OPTIONS_DEFINE= CHRON DOCS +OPTIONS_SUB= yes +CHRON_DESC= Install libchron + +BUILD_WRKSRC= ${WRKSRC}/src -NO_STAGE= yes .include -.if ${PORT_OPTIONS:MLIBCHRON} -PLIST_SUB+= LIBCHRON="" -.else -PLIST_SUB+= LIBCHRON="@comment " -.endif - -.if !defined(NO_INSTALL_MANPAGES) -MAN1= dateconvert.1 \ - fldfmt.1 \ - fldmap.1 \ - fldsel.1 \ - pjoin.1 \ - recsel.1 \ - tabo.1 \ - tdhfunction.1 \ - xlcells.1 \ - xlcleaner.1 - -.if ${PORT_OPTIONS:MLIBCHRON} -MAN3= libchron.3 -.endif -MANCOMPRESSED= no -.endif - -do-build: - cd ${WRKSRC}/libsrc && ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} - cd ${WRKSRC}/src && ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} -.if ${PORT_OPTIONS:MLIBCHRON} - cd ${WRKSRC}/libsrc && ${SETENV} ${MAKE_ENV} \ - ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} libchron -.endif +post-patch: + @${REINPLACE_CMD} -e \ + 's|^CFLAGS =|CFLAGS +=|' \ + ${WRKSRC}/libsrc/Makefile + @${REINPLACE_CMD} -e \ + 's|^CFLAGS =|CFLAGS +=| ; \ + s|^CC =|CC ?=| ; \ + /^all:/s|recsel fldsel|recsel fldmap fldsel|' \ + ${BUILD_WRKSRC}/Makefile + +pre-build: + @(cd ${WRKSRC}/libsrc && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} ${MAKEFILE} -j${MAKE_JOBS_NUMBER} \ + ${MAKE_ARGS} default libchron) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/bin/* ${PREFIX}/bin - -.if ${PORT_OPTIONS:MLIBCHRON} - ${INSTALL_PROGRAM} ${WRKSRC}/libchron.a ${PREFIX}/lib -.endif - -.if !defined(NO_INSTALL_MANPAGES) -.for manpage in ${MAN1} - ${INSTALL_MAN} ${WRKSRC}/man/mantdh/${manpage} ${MAN1PREFIX}/man/man1 -.endfor -.if ${PORT_OPTIONS:MLIBCHRON} - ${INSTALL_MAN} ${WRKSRC}/man/mantdh/${MAN3} ${MAN3PREFIX}/man/man3 -.endif -.endif - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/man/html/* ${DOCSDIR} -.endif + (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} * \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_DATA} libchron.a \ + ${STAGEDIR}${PREFIX}/lib) + (cd ${WRKSRC}/man/mantdh && ${INSTALL_MAN} *.1 \ + ${STAGEDIR}${MAN1PREFIX}/man/man1) + (cd ${WRKSRC}/man/mantdh && ${INSTALL_MAN} *.3 \ + ${STAGEDIR}${MAN3PREFIX}/man/man3) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/man/html && ${INSTALL_DATA} * \ + ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/textproc/tdhkit/files/patch-Makefile textproc/tdhkit/files/patch-Makefile --- /usr/ports/textproc/tdhkit/files/patch-Makefile 2013-11-06 21:54:57.000000000 +0900 +++ textproc/tdhkit/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- src/Makefile.orig 2010-03-02 15:09:45.000000000 -0800 -+++ src/Makefile 2010-03-02 15:10:08.000000000 -0800 -@@ -6,7 +6,7 @@ - CC = gcc - - --all: recsel fldsel fldfmt pjoin tabo dateconvert tdhfunction xlcleaner xlcells -+all: recsel fldmap fldsel fldfmt pjoin tabo dateconvert tdhfunction xlcleaner xlcells - - - # FLDMAP - diff -urN /usr/ports/textproc/tdhkit/pkg-plist textproc/tdhkit/pkg-plist --- /usr/ports/textproc/tdhkit/pkg-plist 2013-11-06 21:54:57.000000000 +0900 +++ textproc/tdhkit/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -8,7 +8,18 @@ bin/tdhfunction bin/xlcells bin/xlcleaner -%%LIBCHRON%%lib/libchron.a +%%CHRON%%lib/libchron.a +man/man1/dateconvert.1.gz +man/man1/fldfmt.1.gz +man/man1/fldmap.1.gz +man/man1/fldsel.1.gz +man/man1/pjoin.1.gz +man/man1/recsel.1.gz +man/man1/tabo.1.gz +man/man1/tdhfunction.1.gz +man/man1/xlcells.1.gz +man/man1/xlcleaner.1.gz +man/man3/libchron.3.gz %%PORTDOCS%%%%DOCSDIR%%/Copyright.html %%PORTDOCS%%%%DOCSDIR%%/commalist.html %%PORTDOCS%%%%DOCSDIR%%/condex.html @@ -32,4 +43,4 @@ %%PORTDOCS%%%%DOCSDIR%%/times.html %%PORTDOCS%%%%DOCSDIR%%/xlcells.1.html %%PORTDOCS%%%%DOCSDIR%%/xlcleaner.1.html -%%PORTDOCS%%@dirrm %%DOCSDIR%% +%%PORTDOCS%%@dirrmtry %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:21 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0ED4E84B for ; Mon, 16 Dec 2013 18:10:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E216619C4 for ; Mon, 16 Dec 2013 18:10: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 rBGIAKKk016409 for ; Mon, 16 Dec 2013 18:10:20 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAKPj016408; Mon, 16 Dec 2013 18:10:20 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:20 GMT Resent-Message-Id: <201312161810.rBGIAKPj016408@freefall.freebsd.org> 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 5EDDE3C2 for ; Mon, 16 Dec 2013 18:04:31 +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 33BDE1886 for ; Mon, 16 Dec 2013 18:04:31 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 831941880004 for ; Tue, 17 Dec 2013 03:04:29 +0900 (JST) Message-Id: <20131217024936.3e530f831f5effefbdc3cf92@yahoo.com> Date: Tue, 17 Dec 2013 02:49:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184874: graphics/gtimelapse: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:21 -0000 >Number: 184874 >Category: ports >Synopsis: graphics/gtimelapse: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:20 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add DESKTOP_ENTRIES New file: files/patch-src__gtimelapse.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gtimelapse/Makefile graphics/gtimelapse/Makefile --- /usr/ports/graphics/gtimelapse/Makefile 2013-11-06 22:02:09.000000000 +0900 +++ graphics/gtimelapse/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -8,19 +8,23 @@ MASTER_SITES= SF/${PORTNAME}/Relase # yes, this is not a typo (here) MAINTAINER= ports@FreeBSD.org -COMMENT= An application for capturing images to generate timelapse videos +COMMENT= Application for capturing images to generate timelapse videos LICENSE= GPLv2 -LIB_DEPENDS= gphoto2.2:${PORTSDIR}/graphics/libgphoto2 +LIB_DEPENDS= libgphoto2.so:${PORTSDIR}/graphics/libgphoto2 + +WRKSRC= ${WRKDIR}/${PORTNAME} -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-wx-config=${WX_CONFIG} USES= pkgconfig USE_WX= 2.8+ -WRKSRC= ${WRKDIR}/${PORTNAME} +WX_CONF_ARGS= absolute +USE_AUTOTOOLS= libtoolize aclocal automake autoconf +LIBTOOLIZE_ARGS=--copy --force +AUTOMAKE_ARGS= --add-missing --copy PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes +DESKTOP_ENTRIES="gTimelapse" "" "" "${PORTNAME}" "Graphics;GTK;" "" + .include diff -urN /usr/ports/graphics/gtimelapse/files/patch-src__gtimelapse.cpp graphics/gtimelapse/files/patch-src__gtimelapse.cpp --- /usr/ports/graphics/gtimelapse/files/patch-src__gtimelapse.cpp 1970-01-01 09:00:00.000000000 +0900 +++ graphics/gtimelapse/files/patch-src__gtimelapse.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,25 @@ +--- src/gtimelapse.cpp.orig ++++ src/gtimelapse.cpp +@@ -155,7 +155,11 @@ + //cout << "type: RADIO" << endl; + //cout << "current: " << current << endl; + ++#ifdef __clang__ ++ wxString *choices = new wxString[cnt]; ++#else + wxString choices[cnt]; ++#endif + + for ( i=0; iRelease-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18: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 5E7E2863 for ; Mon, 16 Dec 2013 18: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 2501419D5 for ; Mon, 16 Dec 2013 18:10: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 rBGIANvx016472 for ; Mon, 16 Dec 2013 18:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAMpE016471; Mon, 16 Dec 2013 18:10:22 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:22 GMT Resent-Message-Id: <201312161810.rBGIAMpE016471@freefall.freebsd.org> 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 E8ABE41B for ; Mon, 16 Dec 2013 18:06:05 +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 BD2CD18AF for ; Mon, 16 Dec 2013 18:06:05 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 55D81980191 for ; Tue, 17 Dec 2013 03:06:04 +0900 (JST) Message-Id: <20131217025109.6c5a11ab2920671aa8be3848@yahoo.com> Date: Tue, 17 Dec 2013 02:51:09 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184881: security/vlog: Support CC properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:23 -0000 >Number: 184881 >Category: ports >Synopsis: security/vlog: 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: Mon Dec 16 18:10:22 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC properly - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/security/vlog/Makefile security/vlog/Makefile --- /usr/ports/security/vlog/Makefile 2013-11-06 22:03:00.000000000 +0900 +++ security/vlog/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -6,24 +6,31 @@ PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://inc2.com/download/ -DISTNAME= vlog-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A curses based real-time logfile viewer esp. useful for ipflog +COMMENT= Curses based real-time logfile viewer esp. useful for ipflog + +LICENSE= GPLv2 + +WRKSRC= ${WRKDIR}/${PORTNAME} -ALL_TARGET= it -MAKE_ARGS= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \ - LIBS="${PTHREAD_LIBS} -lcurses" -WRKSRC= ${WRKDIR}/vlog USES= perl5 +USE_PERL5= build +MAKE_ENV= LIBS="-lcurses -pthread" +ALL_TARGET= it -MAN1= vlog.1 -MANCOMPRESSED= no -PLIST_FILES= bin/vlog +PLIST_FILES= bin/vlog man/man1/vlog.1.gz -NO_STAGE= yes post-patch: - ${REINPLACE_CMD} -e "s@/usr/local@${PREFIX}@g" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + '/^CC/s|\([[:space:]]\)=|\1?=| ; \ + /strip/s|^|#|' ${WRKSRC}/Makefile + +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} vlog \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} vlog.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18: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 DA089867 for ; Mon, 16 Dec 2013 18: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 B8D9419D9 for ; Mon, 16 Dec 2013 18:10: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 rBGIANWC016493 for ; Mon, 16 Dec 2013 18:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIANxh016492; Mon, 16 Dec 2013 18:10:23 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:23 GMT Resent-Message-Id: <201312161810.rBGIANxh016492@freefall.freebsd.org> 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 5E8BE3B4 for ; Mon, 16 Dec 2013 18:04:00 +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 06038187B for ; Mon, 16 Dec 2013 18:03:59 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id BD9F91880004 for ; Tue, 17 Dec 2013 03:03:57 +0900 (JST) Message-Id: <20131217024904.36361350bd5d2c32466a81f2@yahoo.com> Date: Tue, 17 Dec 2013 02:49:04 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184883: games/xminehunter: Support CXX/CXXFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:23 -0000 >Number: 184883 >Category: ports >Synopsis: games/xminehunter: Support CXX/CXXFLAGS 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: Mon Dec 16 18:10:23 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CXX/CXXFLAGS properly - Support STRIP properly - Add DESKTOP_ENTRIES Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xminehunter/Makefile games/xminehunter/Makefile --- /usr/ports/games/xminehunter/Makefile 2013-11-14 06:46:16.000000000 +0900 +++ games/xminehunter/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,17 +3,44 @@ PORTNAME= xminehunter PORTVERSION= 0.4 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_XCONTRIB} -MASTER_SITE_SUBDIR= games +MASTER_SITES= XCONTRIB/games MAINTAINER= ports@FreeBSD.org COMMENT= Motif minesweeper game +WRKSRC= ${WRKDIR}/${PORTNAME} + USES= motif USE_XORG= xpm -WRKSRC= ${WRKDIR}/xminehunter -ALL_TARGET= xminehunter +ALL_TARGET= ${PORTNAME} + +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +DESKTOP_ENTRIES="XMineHunter" "" "${PREFIX}/share/pixmaps/${PORTNAME}.xpm" \ + "${PORTNAME}" "" "" + +post-patch: + @${REINPLACE_CMD} -e \ + '/^INSTALL_BIN/s|=.*|= $${PREFIX}/bin| ; \ + /^INSTALL_SCORE/s|=.*|= $${PREFIX}/lib/X11/${PORTNAME}| ; \ + /^INCLUDES/s|-I/.*/include|$${CPPFLAGS}| ; \ + /^LIBS/s|-L/.*/lib|$${LDFLAGS}| ; \ + s|-lXm |$${MOTIFLIB} | ; \ + s|^CC =|CXX ?=| ; \ + s|^CFLAGS =|CXXFLAGS +=| ; \ + s|$${CC}|$${CXX}| ; \ + s|$${CFLAGS}|$${CXXFLAGS}| ; \ + s| \($${INSTALL_SCORE_PATH}\)| $${DESTDIR}\1| ; \ + s|chmod 333|chmod 633| ; \ + s|cp |$${BSD_INSTALL_DATA} | ; \ + s| \($${INSTALL_BIN_PATH}\)| $${DESTDIR}\1|' \ + ${WRKSRC}/${MAKEFILE} + +post-install: + (cd ${WRKSRC}/bitmaps && ${INSTALL_DATA} normal.xpm \ + ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.xpm) .include diff -urN /usr/ports/games/xminehunter/files/patch-aa games/xminehunter/files/patch-aa --- /usr/ports/games/xminehunter/files/patch-aa 2013-11-14 06:46:16.000000000 +0900 +++ games/xminehunter/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,26 +0,0 @@ ---- ./Makefile.orig 1996-07-22 03:11:34.000000000 -0300 -+++ ./Makefile 2013-11-13 18:22:58.000000000 -0200 -@@ -1,9 +1,9 @@ --INSTALL_BIN_PATH = /usr/local/bin --INSTALL_SCORE_PATH = /usr/local/lib/xminehunter -- --INCLUDES = -I/usr/local/X11R5/include --LIBS = -L/usr/local/X11R5/lib -lXm -lXt -lXpm -lXext -lX11 -+INSTALL_BIN_PATH = ${DESTDIR}${PREFIX}/bin -+INSTALL_SCORE_PATH = ${DESTDIR}${PREFIX}/lib/X11/xminehunter - -+INCLUDES = -I${LOCALBASE}/include -+LIBS = -L${LOCALBASE}/lib ${MOTIFLIB} -lXt -lXpm -lXext -lX11 -+LIBS+= -Wl,-rpath,${LOCALBASE}/lib - - CC = g++ - -@@ -50,7 +50,7 @@ - - install: - mkdir -p ${INSTALL_SCORE_PATH} -- chmod 333 ${INSTALL_SCORE_PATH} -+ chmod 633 ${INSTALL_SCORE_PATH} - cp xminehunter ${INSTALL_BIN_PATH} - - clean: diff -urN /usr/ports/games/xminehunter/pkg-plist games/xminehunter/pkg-plist --- /usr/ports/games/xminehunter/pkg-plist 2013-11-06 22:00:45.000000000 +0900 +++ games/xminehunter/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,4 +1,5 @@ bin/xminehunter -@exec mkdir %D/lib/X11/xminehunter +share/pixmaps/xminehunter.xpm +@exec mkdir -p %D/lib/X11/xminehunter @exec chmod 333 %D/lib/X11/xminehunter -@dirrm lib/X11/xminehunter +@dirrmtry lib/X11/xminehunter >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 2F5CE88A for ; Mon, 16 Dec 2013 18: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 0E5D919DB for ; Mon, 16 Dec 2013 18: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 rBGIAN8H016502 for ; Mon, 16 Dec 2013 18:10:23 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIANaN016501; Mon, 16 Dec 2013 18:10:23 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:23 GMT Resent-Message-Id: <201312161810.rBGIANaN016501@freefall.freebsd.org> 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 33FB83DE for ; Mon, 16 Dec 2013 18:05:16 +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 EAA291892 for ; Mon, 16 Dec 2013 18:05:15 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 45C47980186 for ; Tue, 17 Dec 2013 03:05:12 +0900 (JST) Message-Id: <20131217025010.50ed436d090a95e7fdfb6cc0@yahoo.com> Date: Tue, 17 Dec 2013 02:50:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184884: multimedia/aegisub: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:24 -0000 >Number: 184884 >Category: ports >Synopsis: multimedia/aegisub: 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: Mon Dec 16 18:10:23 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build - Support desktop-file-utils New file: files/patch-src__audio_provider_ffmpegsource.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/aegisub/Makefile multimedia/aegisub/Makefile --- /usr/ports/multimedia/aegisub/Makefile 2013-11-06 21:59:34.000000000 +0900 +++ multimedia/aegisub/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,22 +3,20 @@ PORTNAME= aegisub PORTVERSION= 2.1.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= multimedia -MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ - ftp://ftp.aegisub.org/pub/archives/releases/source/ \ - ftp://ftp2.aegisub.org/pub/archives/releases/source/ \ - GOOGLE_CODE:ffms -PROJECTHOST= ffmpegsource -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${FFMS_DISTFILE}:ffms -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} +MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/:aegisub \ + ftp://ftp.aegisub.org/pub/archives/releases/source/:aegisub \ + ftp://ftp2.aegisub.org/pub/archives/releases/source/:aegisub \ + GH +DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:aegisub ${FFMS_DISTFILE} MAINTAINER= ports@FreeBSD.org COMMENT= Cross-platform subtitle editor LICENSE= BSD -LIB_DEPENDS= fontconfig:${PORTSDIR}/x11-fonts/fontconfig +LIB_DEPENDS= libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig OPTIONS_DEFINE= DEBUG PROFILE GCOV EFENCE ASS ALSA OPENAL PORTAUDIO PULSEAUDIO \ FFMPEG HUNSPELL LUA DOCS @@ -28,14 +26,22 @@ ASS_DESC= libASS subtitle provider HUNSPELL_DESC= Spell checking via Hunspell -USES= pkgconfig gettext iconv +USE_GITHUB= yes +GH_ACCOUNT= FFMS +GH_PROJECT= ffms2 +GH_TAGNAME= ${FFMS_VERSION} +GH_COMMIT= ec0ef9c + +WRKSRC= ${WRKDIR}/${DISTNAME} + +USES= desktop-file-utils gettext gmake pkgconfig USE_GNOME= intltool USE_WX= 2.8 WX_COMPS= wx contrib WX_UNICODE= yes WX_CONF_ARGS= absolute USE_GL= glu -USE_GMAKE= yes +USE_GCC= any GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gcc-prec --without-lua50 INSTALLS_ICONS= yes @@ -46,16 +52,15 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -FFMS_NAME= ffms -FFMS_VERSION= 2.17 -FFMS_DISTNAME= ${FFMS_NAME}-${FFMS_VERSION}-src -FFMS_DISTFILE= ${FFMS_DISTNAME}.tar.bz2 -FFMS_WRKSRC= ${WRKDIR}/${FFMS_DISTNAME} +FFMS_NAME= ffms2 +FFMS_VERSION= 2.19 +FFMS_DISTNAME= ${FFMS_NAME}-${FFMS_VERSION} +FFMS_DISTFILE= ${FFMS_DISTNAME}.tar.gz +FFMS_WRKSRC= ${WRKDIR}/${GH_ACCOUNT}-${GH_PROJECT}-${GH_COMMIT} FFMS_CFLAGS= -I${FFMS_WRKSRC}/include FFMS_LIBS= ${FFMS_WRKSRC}/src/core/.libs/libffms2.a \ - `pkg-config --libs libavcodec libavformat libswscale libavutil` + $$(pkg-config --libs libavcodec libavformat libswscale libavutil libavresample) -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDEBUG} @@ -69,7 +74,7 @@ .endif .if ${PORT_OPTIONS:MEFENCE} -LIB_DEPENDS+= efence:${PORTSDIR}/devel/ElectricFence +LIB_DEPENDS+= libefence.so:${PORTSDIR}/devel/ElectricFence CONFIGURE_ARGS+= --enable-efence WITH_PROFILE= yes .endif @@ -79,13 +84,13 @@ .endif .if ${PORT_OPTIONS:MASS} -LIB_DEPENDS+= ass:${PORTSDIR}/multimedia/libass +LIB_DEPENDS+= libass.so:${PORTSDIR}/multimedia/libass .else CONFIGURE_ARGS+= --without-libass .endif .if ${PORT_OPTIONS:MALSA} -LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib +LIB_DEPENDS+= libasound.so:${PORTSDIR}/audio/alsa-lib .else CONFIGURE_ARGS+= --without-alsa .endif @@ -105,13 +110,13 @@ .endif .if ${PORT_OPTIONS:MPULSEAUDIO} -LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio +LIB_DEPENDS+= libpulse.so:${PORTSDIR}/audio/pulseaudio .else CONFIGURE_ARGS+= --without-pulseaudio .endif .if ${PORT_OPTIONS:MFFMPEG} -LIB_DEPENDS+= avcodec:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS+= libavcodec.so:${PORTSDIR}/multimedia/ffmpeg CONFIGURE_ENV+= FFMS_CFLAGS="${FFMS_CFLAGS}" FFMS_LIBS="${FFMS_LIBS}" CONFIGURE_ARGS+= --with-provider-video=ffmpegsource \ --with-provider-audio=ffmpegsource @@ -121,7 +126,7 @@ .endif .if ${PORT_OPTIONS:MHUNSPELL} -LIB_DEPENDS+= hunspell-1.3:${PORTSDIR}/textproc/hunspell +LIB_DEPENDS+= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell .else CONFIGURE_ARGS+= --without-hunspell .endif @@ -135,19 +140,11 @@ CONFIGURE_ARGS+= --without-lua .endif -# use multiple make jobs for FFMS_WRKSRC -_make_jobs= -j${MAKE_JOBS_NUMBER} - -post-extract: -.for i in ${FFMS_DISTFILE} - @(cd ${WRKDIR} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${i} ${EXTRACT_AFTER_ARGS}) -.endfor - post-patch: .for i in configure @${REINPLACE_CMD} -e \ - '/opt_flag/s|-O2||' ${WRKSRC}/${i} + '/opt_flag/s|-O2|| ; \ + /ICONV_LIBS/s|-liconv||' ${WRKSRC}/${i} .endfor .for i in automation/Makefile.in @${REINPLACE_CMD} -e \ @@ -172,25 +169,20 @@ pre-configure: .if ${PORT_OPTIONS:MFFMPEG} @(cd ${FFMS_WRKSRC} && ${SETENV} ${CONFIGURE_ENV} ./configure \ - --disable-shared CC="${CC}" CXX="${CXX}" CFLAGS="${CFLAGS}" \ - CXXFLAGS="${CXXFLAGS}") + --disable-shared --disable-silent-rules CC="${CC}" \ + CXX="${CXX}" CFLAGS="${CFLAGS}" CXXFLAGS="${CXXFLAGS}") .endif pre-build: .if ${PORT_OPTIONS:MFFMPEG} - @(cd ${FFMS_WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${_make_jobs} ${MAKE_ARGS} \ + @(cd ${FFMS_WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ + ${MAKE_FLAGS} ${MAKEFILE} -j${MAKE_JOBS_NUMBER} ${MAKE_ARGS} \ ${ALL_TARGET}) .endif post-install: - @(cd ${WRKSRC}/automation && ${SETENV} ${MAKE_ENV} ${GMAKE} \ - ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} \ - install-nobase_automationDATA) -.if ${PORT_OPTIONS:MDOCS} - @(cd ${WRKSRC}/automation && ${SETENV} ${MAKE_ENV} ${GMAKE} \ + @(cd ${WRKSRC}/automation && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} \ ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} \ - install-nobase_share_docDATA) -.endif + install-nobase_automationDATA install-nobase_share_docDATA) .include diff -urN /usr/ports/multimedia/aegisub/distinfo multimedia/aegisub/distinfo --- /usr/ports/multimedia/aegisub/distinfo 2013-11-06 21:59:34.000000000 +0900 +++ multimedia/aegisub/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,4 +1,4 @@ SHA256 (aegisub-2.1.9.tar.gz) = ac1f20751f3d2732d7e11627ea4cc30b53cb905d11422925b7f881785d373706 SIZE (aegisub-2.1.9.tar.gz) = 2538256 -SHA256 (ffms-2.17-src.tar.bz2) = 991f7a77982823afdcf0beb8961deddaf7dd0aea949249e51fbf51cb3314643d -SIZE (ffms-2.17-src.tar.bz2) = 394862 +SHA256 (ffms2-2.19.tar.gz) = 12611778f9f0083af5627067db0b163c48a0c32a43a0b4145da612f43afa69f2 +SIZE (ffms2-2.19.tar.gz) = 512114 diff -urN /usr/ports/multimedia/aegisub/files/patch-src__audio_provider_ffmpegsource.cpp multimedia/aegisub/files/patch-src__audio_provider_ffmpegsource.cpp --- /usr/ports/multimedia/aegisub/files/patch-src__audio_provider_ffmpegsource.cpp 1970-01-01 09:00:00.000000000 +0900 +++ multimedia/aegisub/files/patch-src__audio_provider_ffmpegsource.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,12 @@ +--- src/video_provider_ffmpegsource.cpp.orig ++++ src/video_provider_ffmpegsource.cpp +@@ -230,7 +230,8 @@ + Width = TempFrame->EncodedWidth; + Height = TempFrame->EncodedHeight; + +- if (FFMS_SetOutputFormatV(VideoSource, 1 << FFMS_GetPixFmt("bgra"), Width, Height, FFMS_RESIZER_BICUBIC, &ErrInfo)) { ++ const int TargetFormat[] = { FFMS_GetPixFmt("bgra"), -1 }; ++ if (FFMS_SetOutputFormatV2(VideoSource, TargetFormat, Width, Height, FFMS_RESIZER_BICUBIC, &ErrInfo)) { + ErrorMsg.Append(wxString::Format(_T("Failed to set output format: %s"), ErrInfo.Buffer)); + throw ErrorMsg; + } >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18: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 AFC9D8A4 for ; Mon, 16 Dec 2013 18:10: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 8E85319E8 for ; Mon, 16 Dec 2013 18:10: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 rBGIAPOb016547 for ; Mon, 16 Dec 2013 18:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAPfn016546; Mon, 16 Dec 2013 18:10:25 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:25 GMT Resent-Message-Id: <201312161810.rBGIAPfn016546@freefall.freebsd.org> 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 63EC2296 for ; Mon, 16 Dec 2013 18:01:22 +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 38C421845 for ; Mon, 16 Dec 2013 18:01:21 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id 63919156001E for ; Tue, 17 Dec 2013 03:01:20 +0900 (JST) Message-Id: <20131217024702.a6ee4617b036099177a1e19a@yahoo.com> Date: Tue, 17 Dec 2013 02:47:02 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184889: deskutils/tpb: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:25 -0000 >Number: 184889 >Category: ports >Synopsis: deskutils/tpb: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:25 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/tpb/Makefile deskutils/tpb/Makefile --- /usr/ports/deskutils/tpb/Makefile 2013-12-12 07:58:38.000000000 +0900 +++ deskutils/tpb/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -5,45 +5,49 @@ PORTVERSION= 0.6.4 PORTREVISION= 10 CATEGORIES= deskutils -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org COMMENT= On-Screen-Display for hotkeys of IBM ThinkPads +LICENSE= GPLv2 + LIB_DEPENDS= libxosd.so:${PORTSDIR}/misc/xosd +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes + ONLY_FOR_ARCHS= i386 amd64 +USES= bison gmake iconv pkgconfig GNU_CONFIGURE= yes -USES= bison iconv gmake pkgconfig - CONFIGURE_ARGS= ${ICONV_CONFIGURE_ARG} -MAN1= tpb.1 +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALABASE}/lib -NO_STAGE= yes .include .if ${PORT_OPTIONS:MNLS} USES+= gettext -PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g; \ - s|%%LOCALBASE%%|${LOCALBASE}|g' \ - ${WRKSRC}/src/cfg.h \ - ${WRKSRC}/man/tpb.1 +.for i in man/tpb.1 src/cfg.h + @${REINPLACE_CMD} -e \ + 's|%%PREFIX%%|${PREFIX}|g ; \ + s|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/${i} +.endfor + @${REINPLACE_CMD} -e \ + 's|void test()||' ${WRKSRC}/configure post-install: - ${INSTALL_DATA} ${WRKSRC}/doc/tpbrc ${PREFIX}/etc/tpbrc.default -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_SCRIPT} ${WRKSRC}/doc/callback_example.sh ${DOCSDIR} -.endif + (cd ${WRKSRC}/doc && ${INSTALL_DATA} tpbrc \ + ${STAGEDIR}${PREFIX}/etc/tpbrc.default) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} callback_example.sh \ + ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/deskutils/tpb/pkg-plist deskutils/tpb/pkg-plist --- /usr/ports/deskutils/tpb/pkg-plist 2013-11-06 21:52:37.000000000 +0900 +++ deskutils/tpb/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,5 +1,6 @@ bin/tpb etc/tpbrc.default +man/man1/tpb.1.gz %%PORTDOCS%%%%DOCSDIR%%/callback_example.sh %%NLS%%share/locale/da/LC_MESSAGES/tpb.mo %%NLS%%share/locale/de/LC_MESSAGES/tpb.mo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:27 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 046568AD for ; Mon, 16 Dec 2013 18:10: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 D6E6719F1 for ; Mon, 16 Dec 2013 18:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAQ1F016583 for ; Mon, 16 Dec 2013 18:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAQIA016582; Mon, 16 Dec 2013 18:10:26 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:26 GMT Resent-Message-Id: <201312161810.rBGIAQIA016582@freefall.freebsd.org> 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 5EF08361 for ; Mon, 16 Dec 2013 18:01:59 +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 243C61855 for ; Mon, 16 Dec 2013 18:01:59 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 2311F980178 for ; Tue, 17 Dec 2013 03:01:56 +0900 (JST) Message-Id: <20131217024741.d97728fd086dd99675a1bb90@yahoo.com> Date: Tue, 17 Dec 2013 02:47:41 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184893: editors/textroom: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:27 -0000 >Number: 184893 >Category: ports >Synopsis: editors/textroom: 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: Mon Dec 16 18:10:26 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Support desktop-file-utils - Support STRIP properly >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/textroom/Makefile editors/textroom/Makefile --- /usr/ports/editors/textroom/Makefile 2013-11-22 07:07:11.000000000 +0900 +++ editors/textroom/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,27 +3,32 @@ PORTNAME= textroom PORTVERSION= 0.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Full screen text editor -LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ - libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ - libcurl.so:${PORTSDIR}/ftp/curl +LICENSE= GPLv3 -USES= qmake shared-mime-info +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ + libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 + +USES= desktop-file-utils pkgconfig qmake +USE_GL= gl USE_SDL= mixer -USE_QT4= moc_build rcc_build uic_build corelib gui xml \ - svg opengl qt3support -QMAKE_ARGS= LOCALBASE=${LOCALBASE} +USE_QT4= moc_build rcc_build uic_build \ + corelib gui opengl qt3support svg xml post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/application/src/textroom.cpp \ - ${WRKSRC}/application/src/getaword.cpp \ - ${WRKSRC}/application/src/optionsdialog.cpp +.for i in getaword.cpp optionsdialog.cpp textroom.cpp + @${REINPLACE_CMD} -e \ + 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/application/src/${i} +.endfor + +post-install: + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/textroom .include diff -urN /usr/ports/editors/textroom/files/patch-application_application.pro editors/textroom/files/patch-application_application.pro --- /usr/ports/editors/textroom/files/patch-application_application.pro 2013-11-06 22:06:09.000000000 +0900 +++ editors/textroom/files/patch-application_application.pro 2013-12-17 00:00:00.000000000 +0900 @@ -1,14 +1,14 @@ --- application/application.pro.orig 2011-01-22 03:25:20.000000000 +0100 +++ application/application.pro 2011-02-10 21:37:18.000000000 +0100 -@@ -4,19 +4,20 @@ +@@ -4,20 +4,16 @@ src \ ui -linux-g++ { -+freebsd-g++ { ++unix { INCLUDEPATH += . \ src \ - src/include \ +- src/include \ - /usr/include \ - /usr/include/hunspell \ - /usr/include/libxml++-2.6 \ @@ -18,37 +18,41 @@ - /usr/lib/glib-2.0/include \ - /usr/lib/libxml++-2.6/include \ - /usr/include/SDL -+ $$LOCALBASE/include \ -+ $$LOCALBASE/include/hunspell \ -+ $$LOCALBASE/include/libxml++-2.6 \ -+ $$LOCALBASE/include//libxml++-2.6/include \ -+ $$LOCALBASE/include/glibmm-2.4 \ -+ $$LOCALBASE/lib/glibmm-2.4/include \ -+ $$LOCALBASE/include/glib-2.0 \ -+ $$LOCALBASE/lib/glib-2.0/include \ -+ $$LOCALBASE/lib/libxml++-2.6/include \ -+ $$LOCALBASE/include/SDL - +- ++ src/include ++ PKGCONFIG += \ ++ glib-2.0 \ ++ hunspell \ ++ libcurl \ ++ libxml++-2.6 \ ++ SDL_mixer } -@@ -85,7 +86,7 @@ + macx { +@@ -85,40 +81,33 @@ src/asciireporter.cpp RESOURCES += resource/textroom.qrc \ resource/images/icons-app.qrc -linux-g++ { -+freebsd-g++ { ++unix { CONFIG += release \ ++ link_pkgconfig \ build_all INSTALLS += data \ -@@ -98,27 +99,27 @@ + dict \ + target \ + desktop \ +- uninstaller \ + mime \ + words \ icon - LIBS = -lSDL_mixer \ - -lSDL \ +- LIBS = -lSDL_mixer \ +- -lSDL \ - -lhunspell \ -+ -lhunspell-1.3 \ - -lglibmm-2.4 \ - -lcurl \ - -lxml++-2.6 \ +- -lglibmm-2.4 \ +- -lcurl \ +- -lxml++-2.6 \ ++ LIBS = \ $$TOPDIR/lib/libflo.a - data.path = /usr/share/sounds + data.path = $$PREFIX/share/sounds @@ -68,8 +72,7 @@ + mime.path = $$PREFIX/share/textroom mime.files = resource/desktop/textroom-txr-mime.xml - uninstaller.path = /usr/bin -+ uninstaller.path = $$PREFIX/bin - uninstaller.files = resource/desktop/textroom-uninstall +- uninstaller.files = resource/desktop/textroom-uninstall - dict.path = /usr/share/hunspell + dict.path = $$PREFIX/share/hunspell dict.files = resource/dict/* diff -urN /usr/ports/editors/textroom/pkg-plist editors/textroom/pkg-plist --- /usr/ports/editors/textroom/pkg-plist 2013-11-06 22:06:09.000000000 +0900 +++ editors/textroom/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,13 +1,12 @@ bin/textroom -bin/textroom-uninstall share/applications/textroom.desktop -share/textroom/textroom-txr-mime.xml -share/textroom/words.txt share/hunspell/tr.aff share/hunspell/tr.dic share/pixmaps/textroom.png share/sounds/keyany.wav share/sounds/keyenter.wav +%%DATADIR%%/textroom-txr-mime.xml +%%DATADIR%%/words.txt +@dirrm %%DATADIR%% @dirrmtry share/sounds @dirrmtry share/hunspell -@dirrm share/textroom >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7B5568DE for ; Mon, 16 Dec 2013 18:10:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5B27D19FC for ; Mon, 16 Dec 2013 18:10:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIASpO016628 for ; Mon, 16 Dec 2013 18:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIASas016627; Mon, 16 Dec 2013 18:10:28 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:28 GMT Resent-Message-Id: <201312161810.rBGIASas016627@freefall.freebsd.org> 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 D5CB7299 for ; Mon, 16 Dec 2013 18:01:25 +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 7D2B21847 for ; Mon, 16 Dec 2013 18:01:25 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 0ACBF98015C for ; Tue, 17 Dec 2013 03:01:22 +0900 (JST) Message-Id: <20131217024706.d618c032afdafd115747675a@yahoo.com> Date: Tue, 17 Dec 2013 02:47:06 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184898: devel/cccc: Support CXX/CXXFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:28 -0000 >Number: 184898 >Category: ports >Synopsis: devel/cccc: Support CXX/CXXFLAGS 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: Mon Dec 16 18:10:28 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CXX/CXXFLAGS properly - Remove unnecessary BUILD_DEPENDS - Add LICENSE Remove file: files/patch-makefile files/patch-pccts_makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/cccc/Makefile devel/cccc/Makefile --- /usr/ports/devel/cccc/Makefile 2013-11-16 18:14:47.000000000 +0900 +++ devel/cccc/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,28 +3,45 @@ PORTNAME= cccc PORTVERSION= 3.1.4 +PORTREVISION= 1 CATEGORIES= devel textproc www MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= C and C++ Code Counter -BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts \ - dlg:${PORTSDIR}/devel/pccts +LICENSE= GPLv2 # (or later) USES= gmake MAKEFILE= makefile +MAKE_ENV= CCC="${CXX}" LD="${CXX}" CFLAGS_DEBUG="${CXXFLAGS}" MAKE_JOBS_UNSAFE= yes -MAKE_ARGS= CCC="${CXX}" PORTDOCS= readme.txt changes.txt PLIST_FILES= bin/cccc +post-patch: + @${REINPLACE_CMD} -e \ + '/^all/s|install|| ; \ + s| make| $$(MAKE)| ; \ + s|su root -c|| ; \ + s|"make|"$$(MAKE)|' ${WRKSRC}/makefile + @${REINPLACE_CMD} -e \ + 's|^CCC=|CCC?=| ; \ + s|^LD=|LD?=|' ${WRKSRC}/cccc/posixgcc.mak + @${REINPLACE_CMD} -e \ + 's| make| $$(MAKE)|' ${WRKSRC}/pccts/makefile +.for i in antlr dlg + @${REINPLACE_CMD} -e \ + 's|^CC=|CC?=| ; \ + s|^CFLAGS= -O |CFLAGS +=|' ${WRKSRC}/pccts/${i}/makefile +.endfor + do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/cccc/cccc ${STAGEDIR}${PREFIX}/bin + (cd ${WRKSRC}/cccc && ${INSTALL_PROGRAM} cccc ${STAGEDIR}${PREFIX}/bin) @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for f in ${PORTDOCS} - @${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} +.for i in ${PORTDOCS} + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR}) .endfor .include diff -urN /usr/ports/devel/cccc/files/patch-makefile devel/cccc/files/patch-makefile --- /usr/ports/devel/cccc/files/patch-makefile 2013-11-06 21:51:00.000000000 +0900 +++ devel/cccc/files/patch-makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,25 +0,0 @@ ---- ./makefile.orig 2001-04-25 18:30:29.000000000 +0200 -+++ ./makefile 2011-07-01 03:41:44.000000000 +0200 -@@ -8,17 +8,17 @@ - - .PHONY : pccts cccc test install - --all : pccts cccc test install -+all : pccts cccc test - - pccts : -- cd pccts ; make -+ cd pccts ; gmake - - cccc : -- cd cccc ; make -f posixgcc.mak -+ cd cccc ; gmake -f posixgcc.mak - - test : -- cd test ; make -f posix.mak -+ cd test ; gmake -f posix.mak - - install : -- cd install ; su root -c "make -f install.mak" -+ cd install ; gmake -f install.mak - diff -urN /usr/ports/devel/cccc/files/patch-pccts_makefile devel/cccc/files/patch-pccts_makefile --- /usr/ports/devel/cccc/files/patch-pccts_makefile 2013-11-06 21:51:00.000000000 +0900 +++ devel/cccc/files/patch-pccts_makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,23 +0,0 @@ ---- pccts/makefile.orig Mon Sep 4 21:13:16 2006 -+++ pccts/makefile Mon Sep 4 21:13:28 2006 -@@ -41,16 +41,16 @@ - # - if [ ! -d $(BINDIR) ] ; then mkdir $(BINDIR) ; fi - echo Making executables... -- (cd antlr; make -s) -+ (cd antlr; gmake -s) - echo antlr executable now in $(BINDIR) -- (cd dlg; make -s) -+ (cd dlg; gmake -s) - echo dlg executable now in $(BINDIR) - echo - echo " PCCTS 1.33MR20 installation complete" - - clean: -- (cd antlr; make -s clean) -- (cd dlg; make -s clean) -+ (cd antlr; gmake -s clean) -+ (cd dlg; gmake -s clean) - - - manpages: diff -urN /usr/ports/devel/cccc/pkg-descr devel/cccc/pkg-descr --- /usr/ports/devel/cccc/pkg-descr 2013-11-06 21:51:00.000000000 +0900 +++ devel/cccc/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -1,6 +1,4 @@ -Source code metric analyser for C, C++ and Java. +Source code metric analyser for C, C++, Java and Ada Presents a report in HTML with figures for Lines of Code, McCabes Complexity, Ratio of Comments -to Lines of Code and McCabe, module Fan-In and Fan-Out. - -WWW: http://cccc.sourceforge.net/ +to Lines of Code and McCabe, module Fan-In and Fan-Out >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C481A8E6 for ; Mon, 16 Dec 2013 18:10:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A393719FE for ; Mon, 16 Dec 2013 18:10:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIASNO016637 for ; Mon, 16 Dec 2013 18:10:28 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIASnl016636; Mon, 16 Dec 2013 18:10:28 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:28 GMT Resent-Message-Id: <201312161810.rBGIASnl016636@freefall.freebsd.org> 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 898B43DB for ; Mon, 16 Dec 2013 18:05:08 +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 5CB3E1890 for ; Mon, 16 Dec 2013 18:05:08 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 86C0E1880004 for ; Tue, 17 Dec 2013 03:05:06 +0900 (JST) Message-Id: <20131217025003.61368d28847e215bfef633df@yahoo.com> Date: Tue, 17 Dec 2013 02:50:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184899: mail/wmmaiload: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:28 -0000 >Number: 184899 >Category: ports >Synopsis: mail/wmmaiload: 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: Mon Dec 16 18:10:28 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/mail/wmmaiload/Makefile mail/wmmaiload/Makefile --- /usr/ports/mail/wmmaiload/Makefile 2013-11-06 21:48:11.000000000 +0900 +++ mail/wmmaiload/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -10,37 +10,47 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Incoming mail monitor dockapp with a similar look to wmcpuload +OPTIONS_DEFINE= GTK2 + USES= gmake pkgconfig USE_XORG= xpm USE_OPENSSL= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -MAKE_ARGS= CC="${CC}" \ - CFLAGS="${CFLAGS} -D_GNU_SOURCE ${PTHREAD_CFLAGS}" \ - CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" \ - LIB_SSL="-lssl -lcrypto" \ - LIB_THREADS="${PTHREAD_LIBS}" \ - DEBUG_CFLAGS="-I${OPENSSLINC}" \ +MAKE_ENV= DEBUG_CFLAGS="-I${OPENSSLINC}" \ DEBUG_LDFLAGS="-L${OPENSSLLIB}" -MAN1= ${PORTNAME}.1 ${PORTNAME}-config.1 -PLIST_FILES= bin/wmmaiload bin/wmmaiload-config +CFLAGS+= -D_GNU_SOURCE +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +PLIST_FILES= bin/wmmaiload bin/wmmaiload-config \ + man/man1/wmmaiload.1.gz man/man1/wmmaiload-config.1.gz -.if defined(WITH_GTK2) +.include + +.if ${PORT_OPTIONS:MGTK2} USE_GNOME+= gtk20 -MAKE_ARGS+= GTK_CFLAGS="pkg-config --cflags gtk+-2.0" \ +MAKE_ENV+= GTK_CFLAGS="pkg-config --cflags gtk+-2.0" \ GTK_LIBS="pkg-config --libs gtk+-2.0" .else USE_GNOME+= gtk12 -MAKE_ARGS+= GTK_CFLAGS="pkg-config --cflags gtk+" \ +MAKE_ENV+= GTK_CFLAGS="pkg-config --cflags gtk+" \ GTK_LIBS="pkg-config --libs gtk+" .endif -NO_STAGE= yes +.include + +.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" +BROKEN= Does not compile on ia64, powerpc, or sparc64 +.endif + post-patch: + @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ + 's| =| ?=|' .for i in wmmaiload/Init.make - @${REINPLACE_CMD} -e 's|-L/usr/X11R6/lib||g' ${WRKSRC}/${i} + @${REINPLACE_CMD} -e 's|-L/usr/X11R6/lib||g ; \ + s|-lpthread|-pthread|g' ${WRKSRC}/${i} .endfor .for i in wmmaiload/checkthread.c @${REINPLACE_CMD} -e 's|isnumber(|isnum(|g' ${WRKSRC}/${i} @@ -63,14 +73,10 @@ do-install: .for i in wmmaiload wmmaiload-config - ${INSTALL_PROGRAM} ${WRKSRC}/${i}/${i} ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/${i}.1 ${MANPREFIX}/man/man1 + (cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} ${i} \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} ${i}.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) .endfor -.include - -.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64" -BROKEN= Does not compile on ia64, powerpc, or sparc64 -.endif - .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 8E25367B for ; Mon, 16 Dec 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 6C9C41903 for ; Mon, 16 Dec 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 rBGIA1GG015781 for ; Mon, 16 Dec 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 rBGIA13x015779; Mon, 16 Dec 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:01 GMT Resent-Message-Id: <201312161810.rBGIA13x015779@freefall.freebsd.org> 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 1EC2F3D6 for ; Mon, 16 Dec 2013 18:04:53 +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 E71EC188C for ; Mon, 16 Dec 2013 18:04:52 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id EEC9F1560060 for ; Tue, 17 Dec 2013 03:04:50 +0900 (JST) Message-Id: <20131217024951.c525df219094d8d28929c090@yahoo.com> Date: Tue, 17 Dec 2013 02:49:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184812: japanese/kpcal: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:01 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:01 -0000 X-List-Received-Date: Mon, 16 Dec 2013 18:10:01 -0000 >Number: 184812 >Category: ports >Synopsis: japanese/kpcal: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:00 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-conv.c files/patch-kpcal.c >How-To-Repeat: >Fix: diff -urN /usr/ports/japanese/kpcal/Makefile japanese/kpcal/Makefile --- /usr/ports/japanese/kpcal/Makefile 2013-11-06 21:58:46.000000000 +0900 +++ japanese/kpcal/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -5,8 +5,7 @@ PORTVERSION= 2.0 PORTREVISION= 2 CATEGORIES= japanese -MASTER_SITES= ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= yoichi +MASTER_SITES= LOCAL/yoichi PATCH_SITES= http://www.tamaru.kuee.kyoto-u.ac.jp/~tsuchiya/misc/kpcal/ PATCHFILES= ${PORTNAME}-${PORTVERSION}-20040518.patch @@ -16,14 +15,13 @@ COMMENT= Make Calendar in Postscript format ALL_TARGET= kpcal -MAN1= kpcal.1 -PLIST_FILES= bin/kpcal -NO_STAGE= yes -post-patch: - ${REINPLACE_CMD} -e 's/long/time_t/' ${WRKSRC}/kpcal.c +PLIST_FILES= bin/kpcal man/man1/kpcal.1.gz + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/kpcal ${LOCALBASE}/bin - ${INSTALL_MAN} ${WRKSRC}/kpcal.1 ${LOCALBASE}/man/man1 + (cd ${WRKSRC} && ${INSTALL_PROGRAM} kpcal \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} kpcal.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) .include diff -urN /usr/ports/japanese/kpcal/files/patch-conv.c japanese/kpcal/files/patch-conv.c --- /usr/ports/japanese/kpcal/files/patch-conv.c 1970-01-01 09:00:00.000000000 +0900 +++ japanese/kpcal/files/patch-conv.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,8 @@ +--- conv.c.orig ++++ conv.c +@@ -1,4 +1,5 @@ + #include ++#include + + #define TRUE (1) + #define FALSE (0) diff -urN /usr/ports/japanese/kpcal/files/patch-kpcal.c japanese/kpcal/files/patch-kpcal.c --- /usr/ports/japanese/kpcal/files/patch-kpcal.c 1970-01-01 09:00:00.000000000 +0900 +++ japanese/kpcal/files/patch-kpcal.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,55 @@ +--- kpcal.c.orig ++++ kpcal.c +@@ -5,6 +5,8 @@ + */ + + #include ++#include ++#include + #include + #include + #include +@@ -28,6 +30,7 @@ + static char daynum_font[64] = DAYNUM_DEFAULT_FONT; + + extern void ConvertString(); ++extern void pmonth(); + + FILE *cfp = NULL; + int year; +@@ -35,7 +38,7 @@ + + char *getenv(); + +-main(argc, argv) ++int main(argc, argv) + int argc; + char **argv; + { +@@ -46,7 +49,7 @@ + register char *cp; + char *cfile = NULL; + char cbuf[80]; +- long t, time(); ++ time_t t, time(); + int errflg = 0; + int nocal = 0; + int m; +@@ -86,7 +89,7 @@ + exit(1); + } + +- t = time((long *)0); ++ t = time((time_t *)0); + lt = localtime(&t); + + /* +@@ -150,7 +153,7 @@ + /* + * pmonth - do calendar for month "m" + */ +-pmonth(m) ++void pmonth(m) + int m; + { + register char **s; >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 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 AE25B6D5 for ; Mon, 16 Dec 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 8D5C1192F for ; Mon, 16 Dec 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 rBGIA8w5016014 for ; Mon, 16 Dec 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 rBGIA8iP016013; Mon, 16 Dec 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:08 GMT Resent-Message-Id: <201312161810.rBGIA8iP016013@freefall.freebsd.org> 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 9DDD43BB for ; Mon, 16 Dec 2013 18:04:21 +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 7159A1881 for ; Mon, 16 Dec 2013 18:04:21 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id D301098017A for ; Tue, 17 Dec 2013 03:04:19 +0900 (JST) Message-Id: <20131217024924.612aeb1d622b65cab264071b@yahoo.com> Date: Tue, 17 Dec 2013 02:49:24 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184832: graphics/gimmage: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:08 -0000 >Number: 184832 >Category: ports >Synopsis: graphics/gimmage: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 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 - Support desktop-file-utils >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/gimmage/Makefile graphics/gimmage/Makefile --- /usr/ports/graphics/gimmage/Makefile 2013-11-06 22:02:02.000000000 +0900 +++ graphics/gimmage/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,19 +3,18 @@ PORTNAME= gimmage PORTVERSION= 0.2.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= graphics MASTER_SITES= BERLIOS CENKES MAINTAINER= ports@FreeBSD.org COMMENT= Simple image viewer -LIB_DEPENDS= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24 \ - libcurl.so:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl -USES= gettext pkgconfig +USES= desktop-file-utils gettext pkgconfig +USE_GNOME= gtkmm24 GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-libintl-prefix=${LOCALBASE} +CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} -NO_STAGE= yes .include diff -urN /usr/ports/graphics/gimmage/files/patch-src__FileManager.cpp graphics/gimmage/files/patch-src__FileManager.cpp --- /usr/ports/graphics/gimmage/files/patch-src__FileManager.cpp 2013-11-06 22:02:02.000000000 +0900 +++ graphics/gimmage/files/patch-src__FileManager.cpp 2013-12-17 00:00:00.000000000 +0900 @@ -1,6 +1,6 @@ --- ./src/FileManager.cpp.orig 2007-07-20 23:42:55.000000000 +0400 +++ ./src/FileManager.cpp 2007-07-20 23:43:03.000000000 +0400 -@@ -23,6 +23,7 @@ +@@ -23,12 +23,13 @@ #include "FileManager.h" #include "defines.h" @@ -8,3 +8,10 @@ #include "../config.h" + extern "C" { + #include +-// #include ++#include + #include + } + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 76F4D7AF for ; Mon, 16 Dec 2013 18:10: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 5647B1957 for ; Mon, 16 Dec 2013 18:10: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 rBGIACsH016146 for ; Mon, 16 Dec 2013 18:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIACCl016145; Mon, 16 Dec 2013 18:10:12 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:12 GMT Resent-Message-Id: <201312161810.rBGIACCl016145@freefall.freebsd.org> 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 1E022411 for ; Mon, 16 Dec 2013 18:05: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 E6EE518A9 for ; Mon, 16 Dec 2013 18:05:57 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 30AC298018D for ; Tue, 17 Dec 2013 03:05:56 +0900 (JST) Message-Id: <20131217025057.dbd9e9711f8140cdbfcaa3ad@yahoo.com> Date: Tue, 17 Dec 2013 02:50:57 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184845: security/sectok: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:12 -0000 >Number: 184845 >Category: ports >Synopsis: security/sectok: 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: Mon Dec 16 18:10:12 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly Remove file: files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/security/sectok/Makefile security/sectok/Makefile --- /usr/ports/security/sectok/Makefile 2013-11-06 22:02:41.000000000 +0900 +++ security/sectok/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,23 +3,35 @@ PORTNAME= sectok PORTVERSION= 20030825 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.citi.umich.edu/projects/smartcard/ -DISTNAME= sectok-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= ISO 7816 Smartcard Utility -LIB_DEPENDS= sectok.3:${PORTSDIR}/security/libsectok +LIB_DEPENDS= libsectok.so:${PORTSDIR}/security/libsectok USE_OPENSSL= yes - USE_LDCONFIG= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAN1= sectok.1 -PLIST_FILES= bin/sectok +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz + +post-patch: + @${REINPLACE_CMD} -e \ + '/^INCLUDES=/s|$$| $${CPPFLAGS}| ; \ + /^LIBS=/s|$$| $${LDFLAGS}| ; \ + s|^CC=|CC?=| ; \ + s|^CFLAGS=|CFLAGS?=|' ${WRKSRC}/Makefile + +do-install: + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} ${PORTNAME}.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) -NO_STAGE= yes .include diff -urN /usr/ports/security/sectok/files/patch-Makefile security/sectok/files/patch-Makefile --- /usr/ports/security/sectok/files/patch-Makefile 2013-11-06 22:02:41.000000000 +0900 +++ security/sectok/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,41 +0,0 @@ ---- Makefile.orig Thu Jan 3 21:16:01 2002 -+++ Makefile Mon Sep 29 01:00:21 2003 -@@ -1,13 +1,19 @@ - # Standard installation: --INCLUDES= --LIBS= -lsectok -lcrypto -+#INCLUDES= -+#LIBS= -lsectok -lcrypto -+ -+# FreeBSD -+#PREFIX?= ${PREFIX} -+#LOCALBASE?= ${LOCALBASE} -+INCLUDES= -I$(LOCALBASE)/include -+LIBS= -L$(LOCALBASE)/lib -lsectok -lcrypto - - # For building locally (libsectok not installed) - #INCLUDES= -I../libsectok - #LIBS= ../libsectok/libsectok.a -lcrypto - - # If crypto is included with openssl you might need this --#INCLUDES= -I/usr/include/openssl -+INCLUDES+= -I${OPENSSLINC} - - # You shouldn't have to change anything below this line - -@@ -17,7 +23,6 @@ - CC= gcc - CFLAGS= -g -Wall - INSTALL= install --PREFIX= /usr/local - RELEASE= sectok-`date "+%Y%m%d"` - - all : $(TARGETS) -@@ -30,6 +35,7 @@ - - install : - $(INSTALL) $(TARGETS) $(PREFIX)/bin -+ $(INSTALL) sectok.1 $(PREFIX)/man/man1 - - release : - rm -rf $(RELEASE) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 5BB0D7D5 for ; Mon, 16 Dec 2013 18:10: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 3B78D195D for ; Mon, 16 Dec 2013 18:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIADGN016173 for ; Mon, 16 Dec 2013 18:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAD4V016172; Mon, 16 Dec 2013 18:10:13 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:13 GMT Resent-Message-Id: <201312161810.rBGIAD4V016172@freefall.freebsd.org> 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 A0E763A3 for ; Mon, 16 Dec 2013 18:03:30 +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 479FD186E for ; Mon, 16 Dec 2013 18:03:30 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 1AA2D1880004 for ; Tue, 17 Dec 2013 03:03:28 +0900 (JST) Message-Id: <20131217024839.e9254edb336c6d5659fd8a1a@yahoo.com> Date: Tue, 17 Dec 2013 02:48:39 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184848: games/openglad: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:13 -0000 >Number: 184848 >Category: ports >Synopsis: games/openglad: 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: Mon Dec 16 18:10:12 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build - Add LICENSE - Add DESKTOP_ENTRIES Remove file: files/patch-Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/games/openglad/Makefile games/openglad/Makefile --- /usr/ports/games/openglad/Makefile 2013-11-06 22:00:26.000000000 +0900 +++ games/openglad/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,29 +3,30 @@ PORTNAME= openglad PORTVERSION= 0.98 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= games MASTER_SITES= SF/snowstorm/OpenGlad/Openglad-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= SDL port of an old DOS game called Gladiator -USE_GMAKE= yes -GNU_CONFIGURE= yes +LICENSE= GPLv2 # (or later) + +USES= gmake USE_SDL= sdl mixer +GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +DESKTOP_ENTRIES="OpenGlad" "" "" "${PORTNAME}" "" "" NOT_FOR_ARCHS= sparc64 -.if defined(NOPORTDOCS) -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e 's|^docs_DOCS = |nono&|' ${WRKSRC}/Makefile.in -.endif - -post-configure: - ${REINPLACE_CMD} -e 's|/path/to/data/dir|${LOCALBASE}/share/openglad|g' \ - ${WRKSRC}/openglad.cfg + @${REINPLACE_CMD} -e \ + 's|COPYING INSTALL|INSTALL|' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|/path/to/data/dir|${DATADIR}|' ${WRKSRC}/openglad.cfg .include diff -urN /usr/ports/games/openglad/files/patch-Makefile.in games/openglad/files/patch-Makefile.in --- /usr/ports/games/openglad/files/patch-Makefile.in 2013-11-06 22:00:26.000000000 +0900 +++ games/openglad/files/patch-Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,46 +0,0 @@ ---- Makefile.in.orig Tue May 13 17:07:41 2003 -+++ Makefile.in Tue May 13 17:08:30 2003 -@@ -77,7 +77,7 @@ - docs_DOCS = NEWS README ChangeLog release-notes.txt cheats.txt \ - scen.txt AUTHORS COPYING INSTALL - --docdir = ${DESTDIR}/$(prefix)/share/doc/@PACKAGE@ -+docdir = $(prefix)/share/doc/@PACKAGE@ - - EXTRA_DIST = scen/*.fss start.tex glad.hlp openglad.cfg cheats.txt pix/*.pix \ - $(docs_DOCS) -@@ -121,20 +121,20 @@ - uninstall-info-am: - install-dataDATA: $(data_DATA) - @$(NORMAL_INSTALL) -- $(mkinstalldirs) $(DESTDIR)$(datadir) -+ $(mkinstalldirs) $(datadir) - @list='$(data_DATA)'; for p in $$list; do \ - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ -- echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(datadir)/$$f"; \ -- $(INSTALL_DATA) $$d$$p $(DESTDIR)$(datadir)/$$f; \ -+ echo " $(INSTALL_DATA) $$d$$p $(datadir)/$$f"; \ -+ $(INSTALL_DATA) $$d$$p $(datadir)/$$f; \ - done - - uninstall-dataDATA: - @$(NORMAL_UNINSTALL) - @list='$(data_DATA)'; for p in $$list; do \ - f="`echo $$p | sed -e 's|^.*/||'`"; \ -- echo " rm -f $(DESTDIR)$(datadir)/$$f"; \ -- rm -f $(DESTDIR)$(datadir)/$$f; \ -+ echo " rm -f $(datadir)/$$f"; \ -+ rm -f $(datadir)/$$f; \ - done - - # This directory's subdirectories are mostly independent; you can cd -@@ -314,7 +314,7 @@ - all-am: Makefile $(DATA) - installdirs: installdirs-recursive - installdirs-am: -- $(mkinstalldirs) $(DESTDIR)$(datadir) -+ $(mkinstalldirs) $(datadir) - install-exec: install-exec-recursive - install-data: install-data-recursive - diff -urN /usr/ports/games/openglad/pkg-plist games/openglad/pkg-plist --- /usr/ports/games/openglad/pkg-plist 2013-11-06 22:00:26.000000000 +0900 +++ games/openglad/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,7 +1,6 @@ bin/openglad bin/openscen %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/INSTALL %%PORTDOCS%%%%DOCSDIR%%/NEWS >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 8788E7E9 for ; Mon, 16 Dec 2013 18:10: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 661A61966 for ; Mon, 16 Dec 2013 18:10: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 rBGIAEID016209 for ; Mon, 16 Dec 2013 18:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAEb4016208; Mon, 16 Dec 2013 18:10:14 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:14 GMT Resent-Message-Id: <201312161810.rBGIAEb4016208@freefall.freebsd.org> 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 DA88A288 for ; Mon, 16 Dec 2013 18:00:59 +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 9CD4D183C for ; Mon, 16 Dec 2013 18:00:59 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id B5CBD1880009 for ; Tue, 17 Dec 2013 03:00:56 +0900 (JST) Message-Id: <20131217024642.6fe5abc1185b51ceb6399d3b@yahoo.com> Date: Tue, 17 Dec 2013 02:46:42 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184852: biology/ssaha: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:14 -0000 >Number: 184852 >Category: ports >Synopsis: biology/ssaha: 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: Mon Dec 16 18:10:14 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Update MASTER_SITES and WWW: line - Support CXX/CXXFLAGS properly - Support PLIST_FILES >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/ssaha/Makefile biology/ssaha/Makefile --- /usr/ports/biology/ssaha/Makefile 2013-11-06 22:05:41.000000000 +0900 +++ biology/ssaha/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,29 +3,39 @@ PORTNAME= ssaha PORTVERSION= 3.1c -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology -MASTER_SITES= http://www.sanger.ac.uk/Software/analysis/${PORTNAME:U}/ +MASTER_SITES= ftp://ftp.sanger.ac.uk/pub4/resources/software/ssaha/ DISTNAME= ${PORTNAME}_v${PORTVERSION:S/.//} MAINTAINER= ports@FreeBSD.org COMMENT= Very fast matching and alignment of DNA sequences NO_WRKSUBDIR= yes +BUILD_WRKSRC= ${WRKSRC}/Binary -USE_GMAKE= yes +USES= gmake +USE_GCC= any +MAKE_ENV= CCC="${CXX}" OPTIM="${CXXFLAGS}" THREAD_LIB="-pthread" MAKEFILE= makefile -BUILD_WRKSRC= ${WRKDIR}/Binary ALL_TARGET= ssaha +PLIST_FILES= bin/ssaha %%DATADIR%%/testSSAHA.csh \ + ${DATA_FILES:S,^,%%DATADIR%%/,} +PLIST_DIRS= %%DATADIR%% + DATA_FILES= test.fasta test_extract.fasta test_filter.fail \ test_filter.fastq test_protein.fasta README -NO_STAGE= yes do-install: - ${INSTALL_PROGRAM} ${BUILD_WRKSRC}/ssaha ${PREFIX}/bin - @${MKDIR} ${DATADIR} - ${INSTALL_SCRIPT} ${BUILD_WRKSRC}/testSSAHA.csh ${DATADIR}/ - ${INSTALL_DATA} ${DATA_FILES:S,^,${BUILD_WRKSRC}/,} ${DATADIR}/ + (cd ${BUILD_WRKSRC} && ${INSTALL_PROGRAM} ssaha \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DATADIR} + (cd ${BUILD_WRKSRC} && ${INSTALL_SCRIPT} testSSAHA.csh \ + ${STAGEDIR}${DATADIR}) +.for i in ${DATA_FILES} + (cd ${BUILD_WRKSRC} && ${INSTALL_DATA} ${i} \ + ${STAGEDIR}${DATADIR}) +.endfor .include diff -urN /usr/ports/biology/ssaha/files/patch-GlobalDefinitions.h biology/ssaha/files/patch-GlobalDefinitions.h --- /usr/ports/biology/ssaha/files/patch-GlobalDefinitions.h 2013-11-06 22:05:41.000000000 +0900 +++ biology/ssaha/files/patch-GlobalDefinitions.h 2013-12-17 00:00:00.000000000 +0900 @@ -1,6 +1,16 @@ --- ./Global/GlobalDefinitions.h.orig 2004-03-01 13:51:28.000000000 -0300 +++ ./Global/GlobalDefinitions.h 2008-06-12 15:39:31.000000000 -0300 -@@ -726,8 +726,6 @@ +@@ -79,7 +79,8 @@ + #include + #include + #include +-#include ++#include ++#include + #include + #include + #include +@@ -726,8 +727,6 @@ template class Allocator { public: @@ -9,7 +19,7 @@ Allocator( T** ptr, const string& name, ostream& monStream=cerr ) : ptr_(ptr), name_(name), size_(0), isAllocated_(false), monStream_( monStream ) -@@ -788,32 +786,34 @@ +@@ -788,32 +787,34 @@ virtual void allocate( unsigned long size ) { @@ -53,7 +63,7 @@ } protected: }; -@@ -892,7 +892,7 @@ +@@ -892,7 +893,7 @@ if (isAllocated_) return; mode_ = MemoryMapper::createMap; size_ = size; @@ -62,7 +72,7 @@ isAllocated_ = true; } -@@ -908,7 +908,7 @@ +@@ -908,7 +909,7 @@ if (isAllocated_) return; mode_ = MemoryMapper::readMap; size_ = size; @@ -71,7 +81,7 @@ isAllocated_ = true; } -@@ -921,7 +921,7 @@ +@@ -921,7 +922,7 @@ virtual void deallocate() { if (!isAllocated_) return; diff -urN /usr/ports/biology/ssaha/files/patch-SSAHAMain.h biology/ssaha/files/patch-SSAHAMain.h --- /usr/ports/biology/ssaha/files/patch-SSAHAMain.h 2013-11-06 22:05:41.000000000 +0900 +++ biology/ssaha/files/patch-SSAHAMain.h 2013-12-17 00:00:00.000000000 +0900 @@ -1,6 +1,14 @@ --- ./Global/SSAHAMain.h.orig 2004-03-01 13:51:28.000000000 -0300 +++ ./Global/SSAHAMain.h 2008-06-12 15:39:31.000000000 -0300 -@@ -131,7 +131,7 @@ +@@ -41,6 +41,7 @@ + #include + #include + #include ++#include + class SequenceReaderMulti; + class SequenceReader; + class HashTable; +@@ -131,7 +132,7 @@ -1, // int queryEnd; -1, // int wordLength; -1, // int stepLength; @@ -9,7 +17,7 @@ 1, // int minToPrint; -1, // int maxGap; 0, // int maxInsert; -@@ -174,6 +174,7 @@ +@@ -174,6 +175,7 @@ CommandLineArg( const string& nameLong, const string& nameShort ) : nameLong_( nameLong ), nameShort_( nameShort ) {} diff -urN /usr/ports/biology/ssaha/files/patch-makefile biology/ssaha/files/patch-makefile --- /usr/ports/biology/ssaha/files/patch-makefile 2013-11-06 22:05:41.000000000 +0900 +++ biology/ssaha/files/patch-makefile 2013-12-17 00:00:00.000000000 +0900 @@ -13,3 +13,18 @@ GLOBAL_DIR=${SSAHA_TOP_DIR}/Global SEQ_DIR=${SSAHA_TOP_DIR}/SequenceReader +@@ -22,12 +22,12 @@ + QUERY_DIR=${SSAHA_TOP_DIR}/QueryManager + EXEC_DIR=${SSAHA_TOP_DIR}/Executables + +-CCC = g++ ++CCC ?= g++ + # !!!! change -g to -O3 before making deliverable %%%% + # NB use -ggdb to get gdb to work + INCLUDE_PATHS = -I${SSAHA_TOP_DIR} \ + -I${GLOBAL_DIR} -I${SEQ_DIR} -I${HASH_DIR} -I${QUERY_DIR} +-OPTIM = -O3 ++OPTIM ?= -O3 + DEBUG_LEVEL = + # DEBUG_LEVEL = -DEBUG_LEVEL1 + # -D_REENTRANT necessary for thread safety - see pthread man page - TC 24.9.1 diff -urN /usr/ports/biology/ssaha/pkg-descr biology/ssaha/pkg-descr --- /usr/ports/biology/ssaha/pkg-descr 2013-11-06 22:05:41.000000000 +0900 +++ biology/ssaha/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -8,4 +8,4 @@ Ning Z, Cox AJ, Mullikin JC. Genome Res. 11: 1725-9. PMID: 11591649 -WWW: http://www.sanger.ac.uk/Software/analysis/SSAHA/ +WWW: http://www.sanger.ac.uk/resources/software/ssaha/ diff -urN /usr/ports/biology/ssaha/pkg-plist biology/ssaha/pkg-plist --- /usr/ports/biology/ssaha/pkg-plist 2013-11-06 22:05:41.000000000 +0900 +++ biology/ssaha/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,9 +0,0 @@ -bin/ssaha -%%DATADIR%%/testSSAHA.csh -%%DATADIR%%/test.fasta -%%DATADIR%%/test_extract.fasta -%%DATADIR%%/test_filter.fail -%%DATADIR%%/test_filter.fastq -%%DATADIR%%/test_protein.fasta -%%DATADIR%%/README -@dirrmtry %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 6733D7EF for ; Mon, 16 Dec 2013 18:10: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 4666E196C for ; Mon, 16 Dec 2013 18:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAFAs016236 for ; Mon, 16 Dec 2013 18:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAFDX016235; Mon, 16 Dec 2013 18:10:15 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:15 GMT Resent-Message-Id: <201312161810.rBGIAFDX016235@freefall.freebsd.org> 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 9DAF23E1 for ; Mon, 16 Dec 2013 18:05:23 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 707831895 for ; Mon, 16 Dec 2013 18:05:23 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id F188D1560087 for ; Tue, 17 Dec 2013 03:05:21 +0900 (JST) Message-Id: <20131217025019.d1c038a37f0a804a50695f94@yahoo.com> Date: Tue, 17 Dec 2013 02:50:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184855: net/serveez: Update to version 0.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:15 -0000 >Number: 184855 >Category: ports >Synopsis: net/serveez: Update to version 0.2.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:14 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 0.2.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/serveez/Makefile net/serveez/Makefile --- /usr/ports/net/serveez/Makefile 2013-11-06 21:53:56.000000000 +0900 +++ net/serveez/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/net/serveez/Makefile 327755 2013-09-20 22:10:23Z bapt $ PORTNAME= serveez -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= net devel MASTER_SITES= GNU @@ -11,25 +11,21 @@ LICENSE= GPLv3 # (or later) -LIB_DEPENDS= guile:${PORTSDIR}/lang/guile +LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile USE_XZ= yes USE_AUTOTOOLS= libtool CONFIGURE_ARGS= --enable-libserveez-install USE_LDCONFIG= yes -MAN1= serveez.1 serveez-config.1 INFO= serveez -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e \ '/^SUBDIRS/s|test||' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ - 's| -release .*||' ${WRKSRC}/src/libserveez/Makefile.in - @${REINPLACE_CMD} -e \ '/date -r/s|^|#|' ${WRKSRC}/src/irc-server/Makefile.in - @${ECHO_CMD} 'static char created[] = "2013-03-27 07:52 UTC";' \ + @${ECHO_CMD} 'static char created[] = "2013-12-02 09:17 UTC";' \ > ${WRKSRC}/src/irc-server/timestamp.c .include diff -urN /usr/ports/net/serveez/distinfo net/serveez/distinfo --- /usr/ports/net/serveez/distinfo 2013-11-06 21:53:56.000000000 +0900 +++ net/serveez/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (serveez-0.2.1.tar.xz) = a260028f4342620c4531c62c3233b9f66d5ae91d501fbbb6ff675a7087b5a0f3 -SIZE (serveez-0.2.1.tar.xz) = 816464 +SHA256 (serveez-0.2.2.tar.xz) = 4c77feabc00b9d68d9c2a7296d076536093feea76d9f47770c475f610e944525 +SIZE (serveez-0.2.2.tar.xz) = 831824 diff -urN /usr/ports/net/serveez/pkg-plist net/serveez/pkg-plist --- /usr/ports/net/serveez/pkg-plist 2013-11-06 21:53:56.000000000 +0900 +++ net/serveez/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -4,7 +4,9 @@ lib/libserveez.a lib/libserveez.la lib/libserveez.so -lib/libserveez.so.1 +lib/libserveez.so.2 +man/man1/serveez.1.gz +man/man1/serveez-config.1.gz share/aclocal/serveez.m4 %%DATADIR%%/echo-server.scm %%DATADIR%%/eval-server.scm >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 C0142805 for ; Mon, 16 Dec 2013 18:10: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 864B7197D for ; Mon, 16 Dec 2013 18:10: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 rBGIAHQv016299 for ; Mon, 16 Dec 2013 18:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAHQL016298; Mon, 16 Dec 2013 18:10:17 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:17 GMT Resent-Message-Id: <201312161810.rBGIAHQL016298@freefall.freebsd.org> 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 384C1624 for ; Mon, 16 Dec 2013 18:06:59 +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 0B19C18DD for ; Mon, 16 Dec 2013 18:06:59 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 9897C1880009 for ; Tue, 17 Dec 2013 03:06:57 +0900 (JST) Message-Id: <20131217025202.776be4293e46bc0f7e373ed0@yahoo.com> Date: Tue, 17 Dec 2013 02:52:02 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184862: x11-fonts/pcf2bdf: Support USE_GITHUB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:17 -0000 >Number: 184862 >Category: ports >Synopsis: x11-fonts/pcf2bdf: Support USE_GITHUB >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 Dec 16 18:10:17 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support USE_GITHUB >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-fonts/pcf2bdf/Makefile x11-fonts/pcf2bdf/Makefile --- /usr/ports/x11-fonts/pcf2bdf/Makefile 2013-11-06 21:51:55.000000000 +0900 +++ x11-fonts/pcf2bdf/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -4,7 +4,7 @@ PORTNAME= pcf2bdf PORTVERSION= 1.04 CATEGORIES= x11-fonts -MASTER_SITES= http://cloud.github.com/downloads/ganaware/pcf2bdf/ +MASTER_SITES= GHC EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org @@ -12,17 +12,25 @@ LICENSE= MIT -NO_WRKSUBDIR= yes +USE_GITHUB= yes +GH_ACCOUNT= ganaware -MAN1= pcf2bdf.1 -PLIST_FILES= bin/pcf2bdf +WRKSRC= ${WRKDIR}/${DISTNAME} + +PLIST_FILES= bin/pcf2bdf man/man1/pcf2bdf.1.gz + +post-extract: + @${MKDIR} ${WRKSRC} + @${LN} -sf ../pcf2bdf.cc ${WRKSRC}/pcf2bdf.cc + @${LN} -sf ../pcf2bdf.man ${WRKSRC}/pcf2bdf.1 -NO_STAGE= yes do-build: - ${CXX} ${CXXFLAGS} -o ${WRKSRC}/pcf2bdf ${WRKSRC}/pcf2bdf.cc + (cd ${WRKSRC} && ${CXX} ${CXXFLAGS} pcf2bdf.cc -o pcf2bdf) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/pcf2bdf ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/pcf2bdf.man ${MANPREFIX}/man/man1/pcf2bdf.1 + (cd ${WRKSRC} && ${INSTALL_PROGRAM} pcf2bdf \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} pcf2bdf.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:21 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6BC39850 for ; Mon, 16 Dec 2013 18:10:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A92419C6 for ; Mon, 16 Dec 2013 18:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIALM7016418 for ; Mon, 16 Dec 2013 18:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIALCM016417; Mon, 16 Dec 2013 18:10:21 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:21 GMT Resent-Message-Id: <201312161810.rBGIALCM016417@freefall.freebsd.org> 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 C1BDA626 for ; Mon, 16 Dec 2013 18:07:01 +0000 (UTC) Received: from omta02.auone-net.jp (mail-or1-f17.auone-net.jp [106.187.231.17]) by mx1.freebsd.org (Postfix) with ESMTP id 9491F18DF for ; Mon, 16 Dec 2013 18:07:01 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta02.auone-net.jp (au one net mail) with ESMTP id 30EBE1560151 for ; Tue, 17 Dec 2013 03:07:00 +0900 (JST) Message-Id: <20131217025204.ab92d43f66993dde7946fbef@yahoo.com> Date: Tue, 17 Dec 2013 02:52:04 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184875: x11-servers/x2x: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:21 -0000 >Number: 184875 >Category: ports >Synopsis: x11-servers/x2x: 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: Mon Dec 16 18:10:20 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CC/CFLAGS properly - Update MASTER_SITES Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/x11-servers/x2x/Makefile x11-servers/x2x/Makefile --- /usr/ports/x11-servers/x2x/Makefile 2013-11-06 22:05:31.000000000 +0900 +++ x11-servers/x2x/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,17 +3,31 @@ PORTNAME= x2x PORTVERSION= 1.27 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= x11-servers -MASTER_SITES= http://cloud.github.com/downloads/dottedmag/x2x/ +MASTER_SITES= GHC MAINTAINER= ports@FreeBSD.org COMMENT= Program to link multiple X servers together +LICENSE= MIT + +USE_GITHUB= yes +GH_ACCOUNT= dottedmag + +WRKSRC= ${WRKDIR}/${DISTNAME} + USES= imake USE_XORG= x11 xext xtst -MAN1= x2x.1 -PLIST_FILES= bin/x2x -NO_STAGE= yes +PLIST_FILES= bin/x2x man/man1/x2x.1.gz + +post-extract: + @${LN} -sf x2x.1 ${WRKSRC}/x2x.man + +post-patch: + @${REINPLACE_CMD} -e \ + '/CC =/s|^|XCOMM| ; \ + /CDEBUGFLAGS =/s|^|XCOMM|' ${WRKSRC}/Imakefile + .include diff -urN /usr/ports/x11-servers/x2x/files/patch-aa x11-servers/x2x/files/patch-aa --- /usr/ports/x11-servers/x2x/files/patch-aa 2013-11-06 22:05:31.000000000 +0900 +++ x11-servers/x2x/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- Imakefile~ Thu Aug 21 01:44:52 1997 -+++ Imakefile Sun Sep 3 16:44:47 2000 -@@ -10,3 +10,7 @@ - CDEBUGFLAGS = -O - - ComplexProgramTarget(x2x) -+# Added by Greg Lehey for FreeBSD port -+x2x.man: x2x.1 -+ rm -f x2x.man -+ ln x2x.1 x2x.man >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:21 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C04B0855 for ; Mon, 16 Dec 2013 18:10:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DDB219C9 for ; Mon, 16 Dec 2013 18:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIALQM016427 for ; Mon, 16 Dec 2013 18:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIALl3016426; Mon, 16 Dec 2013 18:10:21 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:21 GMT Resent-Message-Id: <201312161810.rBGIALl3016426@freefall.freebsd.org> 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 B20583B3 for ; Mon, 16 Dec 2013 18:03:56 +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 70686187A for ; Mon, 16 Dec 2013 18:03:56 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 4094398017D for ; Tue, 17 Dec 2013 03:03:52 +0900 (JST) Message-Id: <20131217024900.d3aac5c569120ee16fa5e72b@yahoo.com> Date: Tue, 17 Dec 2013 02:49:00 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184876: games/xinvaders: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:21 -0000 >Number: 184876 >Category: ports >Synopsis: games/xinvaders: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:21 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add DESKTOP_ENTRIES New file: files/patch-main.c Remove file: files/patch-aa >How-To-Repeat: >Fix: diff -urN /usr/ports/games/xinvaders/Makefile games/xinvaders/Makefile --- /usr/ports/games/xinvaders/Makefile 2013-11-06 22:00:29.000000000 +0900 +++ games/xinvaders/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,36 +3,37 @@ PORTNAME= xinvaders PORTVERSION= 2.1.1 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= games -MASTER_SITES= ${MASTER_SITE_SUNSITE} -MASTER_SITE_SUBDIR= games/arcade/invaders +MASTER_SITES= SUNSITE/games/arcade/invaders MAINTAINER= ports@FreeBSD.org COMMENT= Shoot-em-up them nasty little bugs -ONLY_FOR_ARCHS= i386 - NO_CDROM= don't sell for profit USES= gettext USE_XORG= x11 xmu xaw xt -USE_AUTOTOOLS= automake14 autoconf213 -AUTOMAKE_ARGS= --include-deps -CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib -lintl" +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-scorefile=${DATADIR}/xinvaders.scores + CPPFLAGS+= -I${LOCALBASE}/include -CONFIGURE_ARGS= --enable-scorefile=${PREFIX}/share/xinvaders/xinvaders.scores +LDFLAGS+= -L${LOCALBASE}/lib -lintl + +DESKTOP_ENTRIES="XInvaders" "Space Invaders game for X" \ + "${PREFIX}/share/pixmaps/${PORTNAME}.xpm" "${PORTNAME}" "" "" -MAN6= xinvaders.6 +post-patch: + @${REINPLACE_CMD} -e \ + 's|$$(prefix)/games|$$(prefix)/bin| ; \ + /install-exec-am:/s|install-exec-local|| ; \ + /install-data-am:/s|install-data-local||' ${WRKSRC}/Makefile.in -NO_STAGE= yes post-install: - ${INSTALL_DATA} ${FILESDIR}/Vaders.ad ${PREFIX}/lib/X11/app-defaults/Vaders - @${MKDIR} ${PREFIX}/share/xinvaders - @${ECHO_CMD} '0' > ${PREFIX}/share/xinvaders/xinvaders.scores - @${CHOWN} root:games ${PREFIX}/bin/xinvaders - @${CHMOD} 2555 ${PREFIX}/bin/xinvaders - @${CHOWN} root:games ${PREFIX}/share/xinvaders/xinvaders.scores - @${CHMOD} 0660 ${PREFIX}/share/xinvaders/xinvaders.scores + (cd ${FILESDIR} && ${INSTALL_DATA} Vaders.ad \ + ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Vaders) + (cd ${WRKSRC} && ${INSTALL_DATA} icon.xpm \ + ${STAGEDIR}${PREFIX}/share/pixmaps/${PORTNAME}.xpm) + @${MKDIR} ${STAGEDIR}${DATADIR} .include diff -urN /usr/ports/games/xinvaders/files/patch-aa games/xinvaders/files/patch-aa --- /usr/ports/games/xinvaders/files/patch-aa 2013-11-06 22:00:29.000000000 +0900 +++ games/xinvaders/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,26 +0,0 @@ ---- Makefile.am.orig Sat Sep 16 16:31:29 2000 -+++ Makefile.am Sat Feb 3 11:18:31 2001 -@@ -3,8 +3,7 @@ - SUBDIRS=intl po - EXTRA_DIST=debian Vaders xinvaders.6 icon.xpm xinvaders.lsm - --execgamesdir=$(prefix)/games --execgames_PROGRAMS = xinvaders -+bin_PROGRAMS = xinvaders - - xinvaders_SOURCES = base.c main.c score.c shot.c spacers.c vaders.c \ - widget.c me.h patchlevel.h vaders.h base1.bit base2.bit explode1.bit \ -@@ -14,13 +13,3 @@ - vader3b1.bit vader3b2.bit vexplod1.bit vexplod2.bit - - man_MANS = xinvaders.6 -- --install-data-local: -- mkdir -p $(shell dirname $(DESTDIR)$(SCOREFILE) ) -- echo 0 > $(DESTDIR)$(SCOREFILE) -- chgrp games $(DESTDIR)$(SCOREFILE) -- chmod 0660 $(DESTDIR)$(SCOREFILE) -- --install-exec-local: -- chgrp games $(DESTDIR)$(execgamesdir)/xinvaders -- chmod g+s $(DESTDIR)$(execgamesdir)/xinvaders diff -urN /usr/ports/games/xinvaders/files/patch-main.c games/xinvaders/files/patch-main.c --- /usr/ports/games/xinvaders/files/patch-main.c 1970-01-01 09:00:00.000000000 +0900 +++ games/xinvaders/files/patch-main.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,122 @@ +--- main.c.orig ++++ main.c +@@ -38,55 +38,6 @@ + {"-debug", "*debug", XrmoptionNoArg, NULL}, + }; + +-static XtResource resources[] = { +- {XtNwidth, XtCWidth, XtRInt, sizeof(int), +- (Cardinal)&width, XtRImmediate, (caddr_t) VWIDTH}, +- {XtNheight, XtCHeight, XtRInt, sizeof(int), +- (Cardinal)&height, XtRImmediate, (caddr_t) VHEIGHT}, +- {"debug", "Debug", XtRBoolean, sizeof(Boolean), +- (Cardinal)&debug, XtRString, "off"}, +- {"font", "Font", XtRString, sizeof(String), +- (Cardinal)&vaderfont, XtRString, (String)"9x15"}, +- {"scale", "Scale", XtRInt, sizeof(int), +- (Cardinal)&scale, XtRImmediate, (caddr_t) 2}, +- {"basewait", "BaseWait", XtRInt, sizeof(int), +- (Cardinal)&basewait, XtRImmediate, (caddr_t) 10}, +- {"vaderwait", "VaderWait", XtRInt, sizeof(int), +- (Cardinal)&vaderwait, XtRImmediate, (caddr_t) 300}, +- {"spacerwait", "SpacerWait", XtRInt, sizeof(int), +- (Cardinal)&spacerwait, XtRImmediate, (caddr_t) 50}, +- {"shotwait", "ShotWait", XtRInt, sizeof(int), +- (Cardinal)&shotwait, XtRImmediate, (caddr_t) 10}, +- {"vshotwait", "VshotWait", XtRInt, sizeof(int), +- (Cardinal)&vshotwait, XtRImmediate, (caddr_t) 30}, +- {"basecolor", "BaseColor", XtRPixel, sizeof(Pixel), +- (Cardinal)&basepixel, XtRString, "cyan"}, +- {"spacercolor", "SpacerColor", XtRPixel, sizeof(Pixel), +- (Cardinal)&spacerpixel, XtRString, "gray"}, +- {"buildingcolor", "BuildingColor", XtRPixel, sizeof(Pixel), +- (Cardinal)&buildingpixel, XtRString, "yellow"}, +- {"vader1color", "Vader1Color", XtRPixel, sizeof(Pixel), +- (Cardinal)&vader1pixel, XtRString, "blue"}, +- {"vader2color", "Vader2Color", XtRPixel, sizeof(Pixel), +- (Cardinal)&vader2pixel, XtRString, "green"}, +- {"vader3color", "Vader3Color", XtRPixel, sizeof(Pixel), +- (Cardinal)&vader3pixel, XtRString, "red"}, +- {"shotcolor", "ShotColor", XtRPixel, sizeof(Pixel), +- (Cardinal)&shotpixel, XtRString, "lavender"}, +- {"vshotcolor", "VshotColor", XtRPixel, sizeof(Pixel), +- (Cardinal)&vshotpixel, XtRString, "orange"}, +- {"scorecolor", "ScoreColor", XtRPixel, sizeof(Pixel), +- (Cardinal)&scorepixel, XtRString, "white"}, +- {"maxshots", "MaxShots", XtRInt, sizeof(int), +- (Cardinal) &maxshots, XtRImmediate, (caddr_t) 1}, +- {"maxvshots", "MaxVshots", XtRInt, sizeof(int), +- (Cardinal) &maxvshots, XtRImmediate, (caddr_t) 6}, +- {"defaultfore", "DefaultFore", XtRPixel, sizeof(Pixel), +- (Cardinal) &defaultfore, XtRString, "white"}, +- {"defaultback", "DefaultBack", XtRPixel, sizeof(Pixel), +- (Cardinal) &defaultback, XtRString, "black"}, +-}; +- + + /*ARGSUSED*/ + static void CvtStringToFloat(args, num_args, fromVal, toVal) +@@ -141,13 +92,62 @@ + return w; + } + +-int main(Cardinal argc, char **argv) ++int main(int argc, char **argv) + { + static Arg args[10]; + int n; + Widget form, button; + /* extern WidgetClass labelwidgetclass; */ + ++ XtResource resources[] = { ++ {XtNwidth, XtCWidth, XtRInt, sizeof(int), ++ (Cardinal)&width, XtRImmediate, (caddr_t) VWIDTH}, ++ {XtNheight, XtCHeight, XtRInt, sizeof(int), ++ (Cardinal)&height, XtRImmediate, (caddr_t) VHEIGHT}, ++ {"debug", "Debug", XtRBoolean, sizeof(Boolean), ++ (Cardinal)&debug, XtRString, "off"}, ++ {"font", "Font", XtRString, sizeof(String), ++ (Cardinal)&vaderfont, XtRString, (String)"9x15"}, ++ {"scale", "Scale", XtRInt, sizeof(int), ++ (Cardinal)&scale, XtRImmediate, (caddr_t) 2}, ++ {"basewait", "BaseWait", XtRInt, sizeof(int), ++ (Cardinal)&basewait, XtRImmediate, (caddr_t) 10}, ++ {"vaderwait", "VaderWait", XtRInt, sizeof(int), ++ (Cardinal)&vaderwait, XtRImmediate, (caddr_t) 300}, ++ {"spacerwait", "SpacerWait", XtRInt, sizeof(int), ++ (Cardinal)&spacerwait, XtRImmediate, (caddr_t) 50}, ++ {"shotwait", "ShotWait", XtRInt, sizeof(int), ++ (Cardinal)&shotwait, XtRImmediate, (caddr_t) 10}, ++ {"vshotwait", "VshotWait", XtRInt, sizeof(int), ++ (Cardinal)&vshotwait, XtRImmediate, (caddr_t) 30}, ++ {"basecolor", "BaseColor", XtRPixel, sizeof(Pixel), ++ (Cardinal)&basepixel, XtRString, "cyan"}, ++ {"spacercolor", "SpacerColor", XtRPixel, sizeof(Pixel), ++ (Cardinal)&spacerpixel, XtRString, "gray"}, ++ {"buildingcolor", "BuildingColor", XtRPixel, sizeof(Pixel), ++ (Cardinal)&buildingpixel, XtRString, "yellow"}, ++ {"vader1color", "Vader1Color", XtRPixel, sizeof(Pixel), ++ (Cardinal)&vader1pixel, XtRString, "blue"}, ++ {"vader2color", "Vader2Color", XtRPixel, sizeof(Pixel), ++ (Cardinal)&vader2pixel, XtRString, "green"}, ++ {"vader3color", "Vader3Color", XtRPixel, sizeof(Pixel), ++ (Cardinal)&vader3pixel, XtRString, "red"}, ++ {"shotcolor", "ShotColor", XtRPixel, sizeof(Pixel), ++ (Cardinal)&shotpixel, XtRString, "lavender"}, ++ {"vshotcolor", "VshotColor", XtRPixel, sizeof(Pixel), ++ (Cardinal)&vshotpixel, XtRString, "orange"}, ++ {"scorecolor", "ScoreColor", XtRPixel, sizeof(Pixel), ++ (Cardinal)&scorepixel, XtRString, "white"}, ++ {"maxshots", "MaxShots", XtRInt, sizeof(int), ++ (Cardinal) &maxshots, XtRImmediate, (caddr_t) 1}, ++ {"maxvshots", "MaxVshots", XtRInt, sizeof(int), ++ (Cardinal) &maxvshots, XtRImmediate, (caddr_t) 6}, ++ {"defaultfore", "DefaultFore", XtRPixel, sizeof(Pixel), ++ (Cardinal) &defaultfore, XtRString, "white"}, ++ {"defaultback", "DefaultBack", XtRPixel, sizeof(Pixel), ++ (Cardinal) &defaultback, XtRString, "black"}, ++}; ++ + setlocale(LC_ALL, ""); + textdomain(PACKAGE); + diff -urN /usr/ports/games/xinvaders/pkg-plist games/xinvaders/pkg-plist --- /usr/ports/games/xinvaders/pkg-plist 2013-11-06 22:00:29.000000000 +0900 +++ games/xinvaders/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,5 +1,14 @@ +@group games +@mode 2555 bin/xinvaders +@mode +@group lib/X11/app-defaults/Vaders +man/man6/xinvaders.6.gz share/locale/es/LC_MESSAGES/xinvaders.mo -share/xinvaders/xinvaders.scores -@dirrm share/xinvaders +@unexec if [ `stat -f %z %D/%%DATADIR%%/xinvaders.scores 2>/dev/null` = "2" ]; then rm -f %D/%%DATADIR%%/xinvaders.scores; fi +@dirrmtry %%DATADIR%% +@exec if [ ! -e %D/%%DATADIR%% ]; then mkdir -p %D/%%DATADIR%%; fi +@exec if [ ! -e %D/%%DATADIR%%/xinvaders.scores ]; then echo "0" > %D/%%DATADIR%%/xinvaders.scores; fi +@exec chmod 0660 %D/%%DATADIR%%/xinvaders.scores +@exec chgrp games %D/%%DATADIR%%/xinvaders.scores >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 14103857 for ; Mon, 16 Dec 2013 18:10: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 E738C19CB for ; Mon, 16 Dec 2013 18:10:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIALT6016436 for ; Mon, 16 Dec 2013 18:10:21 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIALeJ016435; Mon, 16 Dec 2013 18:10:21 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:21 GMT Resent-Message-Id: <201312161810.rBGIALeJ016435@freefall.freebsd.org> 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 356BE3E8 for ; Mon, 16 Dec 2013 18:05:35 +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 07B7C189A for ; Mon, 16 Dec 2013 18:05:35 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id B4133980173 for ; Tue, 17 Dec 2013 03:05:33 +0900 (JST) Message-Id: <20131217025030.239aa32b8e14e61c9f0ef12b@yahoo.com> Date: Tue, 17 Dec 2013 02:50:30 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184877: print/pup: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:22 -0000 >Number: 184877 >Category: ports >Synopsis: print/pup: 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: Mon Dec 16 18:10:21 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/print/pup/Makefile print/pup/Makefile --- /usr/ports/print/pup/Makefile 2013-11-06 22:05:16.000000000 +0900 +++ print/pup/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,30 +3,30 @@ PORTNAME= pup PORTVERSION= 1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print -#MASTER_SITES= http://download.sourceforge.net/pup/ MASTER_SITES= SF DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org -COMMENT= A GTK+ printer setup and maintaining tool +COMMENT= GTK+ printer setup and maintaining tool + +WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} -PLIST_FILES= bin/pup USE_GNOME= gtk12 -WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}/ +PLIST_FILES= bin/pup -NO_STAGE= yes post-patch: - @echo ${WRKSRC} - @${REINPLACE_CMD} -e 's|gtk-config|${GTK_CONFIG}|g' ${WRKSRC}/Makefile - -.for file in lexgui.c build_choices.c proutines.c - @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/${file} + @${REINPLACE_CMD} -e \ + 's| =| ?=| ; \ + s|$$(CC) $$(SRCS)|$$(CC) $$(CFLAGS) $$(SRCS)| ; \ + s|gtk-config|$$(GTK_CONFIG)|' ${WRKSRC}/Makefile +.for i in lexgui.c build_choices.c proutines.c + @${REINPLACE_CMD} -e 's|||g' ${WRKSRC}/${i} .endfor do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/pup ${PREFIX}/bin/ + (cd ${WRKSRC} && ${INSTALL_PROGRAM} pup ${STAGEDIR}${PREFIX}/bin) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 A731185F for ; Mon, 16 Dec 2013 18:10: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 862C419D1 for ; Mon, 16 Dec 2013 18:10: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 rBGIAM8P016454 for ; Mon, 16 Dec 2013 18:10:22 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAM6d016453; Mon, 16 Dec 2013 18:10:22 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:22 GMT Resent-Message-Id: <201312161810.rBGIAM6d016453@freefall.freebsd.org> 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 3280427F for ; Mon, 16 Dec 2013 18:00:53 +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 CDFC31838 for ; Mon, 16 Dec 2013 18:00:52 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 47A0E188001D for ; Tue, 17 Dec 2013 03:00:50 +0900 (JST) Message-Id: <20131217024634.150bb2984141b9a34bab8436@yahoo.com> Date: Tue, 17 Dec 2013 02:46:34 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184879: benchmarks/postal: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:22 -0000 >Number: 184879 >Category: ports >Synopsis: benchmarks/postal: 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: Mon Dec 16 18:10:22 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-basictcp.h files/patch-tcp.h Remove file: files/patch-Makefile.in files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/benchmarks/postal/Makefile benchmarks/postal/Makefile --- /usr/ports/benchmarks/postal/Makefile 2013-11-06 21:47:43.000000000 +0900 +++ benchmarks/postal/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -15,25 +15,28 @@ OPTIONS_DEFINE= SSL OPTIONS_DEFAULT= SSL -USE_OPENSSL= yes -GNU_CONFIGURE= yes USES= gmake +USE_GCC= any +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-gnutls -PLIST_FILES= sbin/bhm sbin/postal bin/postal-list sbin/rabid - -MAN1= postal-list.1 -MAN8= bhm.8 postal.8 rabid.8 +PLIST_FILES= sbin/bhm sbin/postal bin/postal-list sbin/rabid \ + man/man1/postal-list.1.gz man/man8/bhm.8.gz \ + man/man8/postal.8.gz man/man8/rabid.8.gz -NO_STAGE= yes .include -CONFIGURE_ARGS= --disable-gnutls - -.if empty(PORT_OPTIONS:MSSL) +.if ${PORT_OPTIONS:MSSL} +USE_OPENSSL= yes +.else CONFIGURE_ARGS+= --disable-openssl .endif -CFLAGS+= ${PTHREAD_CFLAGS} -Wno-long-long -LDFLAGS+= ${PTHREAD_LIBS} +post-patch: + @${REINPLACE_CMD} -e \ + 's|-lpthread|-pthread|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + 's|-O2 -g|| ; \ + s|-lstdc|$${LDFLAGS}|' ${WRKSRC}/Makefile.in .include diff -urN /usr/ports/benchmarks/postal/files/patch-Makefile.in benchmarks/postal/files/patch-Makefile.in --- /usr/ports/benchmarks/postal/files/patch-Makefile.in 2013-11-06 21:47:43.000000000 +0900 +++ benchmarks/postal/files/patch-Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,13 +0,0 @@ ---- Makefile.in.orig 2008-05-26 11:14:18.000000000 +0200 -+++ Makefile.in 2008-05-26 11:14:01.000000000 +0200 -@@ -17,8 +17,8 @@ - - TESTEXE=ex-test - BASEOBJS=userlist.o thread.o results.o address.o tcp.o cmd5.o mutex.o logit.o expand.o @extra_objs@ --LFLAGS=-lstdc++ @extra_ldflags@ --CRYPTLFLAGS=-lstdc++ @crypt_ldflags@ -+LFLAGS=$(LDFLAGS) -lstdc++ @extra_ldflags@ -+CRYPTLFLAGS=$(LDFLAGS) -lstdc++ @crypt_ldflags@ - - - ALLOBJS=$(BASEOBJS) smtp.o client.o basictcp.o bhmusers.o smtpserver.o diff -urN /usr/ports/benchmarks/postal/files/patch-basictcp.h benchmarks/postal/files/patch-basictcp.h --- /usr/ports/benchmarks/postal/files/patch-basictcp.h 1970-01-01 09:00:00.000000000 +0900 +++ benchmarks/postal/files/patch-basictcp.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,14 @@ +--- basictcp.h.orig 2013-12-08 18:49:04.000000000 +0900 ++++ basictcp.h 2013-12-08 18:49:33.000000000 +0900 +@@ -89,7 +89,11 @@ + + #ifdef USE_SSL + #ifdef USE_OPENSSL ++#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10000000L ++ const SSL_METHOD *m_sslMeth; ++#else + SSL_METHOD *m_sslMeth; ++#endif + SSL_CTX* m_sslCtx; + SSL *m_ssl; + #else diff -urN /usr/ports/benchmarks/postal/files/patch-configure benchmarks/postal/files/patch-configure --- /usr/ports/benchmarks/postal/files/patch-configure 2013-11-06 21:47:43.000000000 +0900 +++ benchmarks/postal/files/patch-configure 1970-01-01 09:00:00.000000000 +0900 @@ -1,24 +0,0 @@ ---- configure.orig 2012-01-25 09:52:46.445155128 +0100 -+++ configure 2012-01-25 09:53:01.565155948 +0100 -@@ -4025,7 +4025,7 @@ - linux_pthread="#define LINUX_PTHREAD" - fi - --LDFLAGS=-lpthread -+#LDFLAGS=-lpthread - cat confdefs.h - <<_ACEOF >conftest.$ac_ext - /* end confdefs.h. */ - #include -@@ -4043,10 +4043,10 @@ - } - _ACEOF - if ac_fn_cxx_try_link "$LINENO"; then : -- extra_ldflags="$extra_ldflags -lpthread" -+# extra_ldflags="$extra_ldflags -lpthread" - - else -- extra_ldflags="$extra_ldflags -pthread" -+# extra_ldflags="$extra_ldflags -pthread" - fi - rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext diff -urN /usr/ports/benchmarks/postal/files/patch-tcp.h benchmarks/postal/files/patch-tcp.h --- /usr/ports/benchmarks/postal/files/patch-tcp.h 1970-01-01 09:00:00.000000000 +0900 +++ benchmarks/postal/files/patch-tcp.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,14 @@ +--- tcp.h.orig ++++ tcp.h +@@ -100,7 +100,11 @@ + + #ifdef USE_SSL + #ifdef USE_OPENSSL ++#if defined(OPENSSL_VERSION_NUMBER) && OPENSSL_VERSION_NUMBER >= 0x10000000L ++ const SSL_METHOD *m_sslMeth; ++#else + SSL_METHOD *m_sslMeth; ++#endif + SSL_CTX* m_sslCtx; + SSL *m_ssl; + #else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ACD018AB for ; Mon, 16 Dec 2013 18:10:26 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8A26B19EF for ; Mon, 16 Dec 2013 18:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAQsu016574 for ; Mon, 16 Dec 2013 18:10:26 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAQTN016573; Mon, 16 Dec 2013 18:10:26 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:26 GMT Resent-Message-Id: <201312161810.rBGIAQTN016573@freefall.freebsd.org> 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 B76EF268 for ; Mon, 16 Dec 2013 18:00:32 +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 0C11E17D2 for ; Mon, 16 Dec 2013 18:00:31 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id CFC05980010 for ; Tue, 17 Dec 2013 03:00:10 +0900 (JST) Message-Id: <20131217024551.e745fe2dd74a3e3b19d3e139@yahoo.com> Date: Tue, 17 Dec 2013 02:45:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184892: audio/denemo: Update to version 1.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:26 -0000 >Number: 184892 >Category: ports >Synopsis: audio/denemo: Update to version 1.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:26 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 1.1.0 Remove file: files/patch-src__importmusicxml.c >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/denemo/Makefile audio/denemo/Makefile --- /usr/ports/audio/denemo/Makefile 2013-11-06 21:52:08.000000000 +0900 +++ audio/denemo/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,14 +2,14 @@ # $FreeBSD: head/audio/denemo/Makefile 331574 2013-10-25 13:23:32Z wg $ PORTNAME= denemo -PORTVERSION= 1.0.8 +PORTVERSION= 1.1.0 CATEGORIES= audio MASTER_SITES= GNU MAINTAINER= multimedia@FreeBSD.org COMMENT= Graphical score editor -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/portaudio-2.0.pc:${PORTSDIR}/audio/portaudio2 +BUILD_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 LIB_DEPENDS= libaubio.so:${PORTSDIR}/audio/aubio \ libfluidsynth.so:${PORTSDIR}/audio/fluidsynth \ libjack.so:${PORTSDIR}/audio/jack \ @@ -19,7 +19,7 @@ libevview.so:${PORTSDIR}/graphics/evince \ libguile.so:${PORTSDIR}/lang/guile \ libfftw3.so:${PORTSDIR}/math/fftw3 -RUN_DEPENDS= portaudio2>=0:${PORTSDIR}/audio/portaudio2 \ +RUN_DEPENDS= portaudio2>0:${PORTSDIR}/audio/portaudio2 \ xdg-open:${PORTSDIR}/devel/xdg-utils LICENSE= GPLv3 @@ -50,11 +50,9 @@ s|-lpthread|-pthread|' ${WRKSRC}/configure @${REINPLACE_CMD} -e \ '/^SUBDIRS/s|doc|| ; \ - /) install-data-hook/s|^|#|' ${WRKSRC}/Makefile.in + /) install-data-hook/s|^|#|' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e \ 's|"firefox"|"xdg-open"|' ${WRKSRC}/src/prefops.c - @${REINPLACE_CMD} -e \ - '/get_playback_speed/s|^volatile ||' ${WRKSRC}/src/audiointerface.h post-install: @${MKDIR} ${STAGEDIR}${DATADIR} diff -urN /usr/ports/audio/denemo/distinfo audio/denemo/distinfo --- /usr/ports/audio/denemo/distinfo 2013-11-06 21:52:08.000000000 +0900 +++ audio/denemo/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (denemo-1.0.8.tar.gz) = b7e80cbe4809892b13dc1653d040ce5d3e7905a9395abdb157125244a403cbc4 -SIZE (denemo-1.0.8.tar.gz) = 13398074 +SHA256 (denemo-1.1.0.tar.gz) = 9bdb1d587604de9ed78c73060c13a1dba656f691fd4b0bcc8faf4a6a64084b14 +SIZE (denemo-1.1.0.tar.gz) = 13443708 diff -urN /usr/ports/audio/denemo/files/patch-src__importmusicxml.c audio/denemo/files/patch-src__importmusicxml.c --- /usr/ports/audio/denemo/files/patch-src__importmusicxml.c 2013-11-06 21:52:08.000000000 +0900 +++ audio/denemo/files/patch-src__importmusicxml.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- src/importmusicxml.c.orig -+++ src/importmusicxml.c -@@ -392,7 +392,7 @@ - duration -= divisions/32; - return get_rest_for_duration(ret, duration, divisions); - } else if (duration==0) -- return; -+ return -1; - - g_string_append(ret, "\n;Duration of rest not recognized\n"); - } diff -urN /usr/ports/audio/denemo/pkg-plist audio/denemo/pkg-plist --- /usr/ports/audio/denemo/pkg-plist 2013-11-06 21:52:08.000000000 +0900 +++ audio/denemo/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -655,6 +655,8 @@ %%DATADIR%%/actions/menus/MainMenu/EditMenu/PasteReplaceSelection.xml %%DATADIR%%/actions/menus/MainMenu/EditMenu/ReloadDrumHash.scm %%DATADIR%%/actions/menus/MainMenu/EditMenu/ReloadDrumHash.xml +%%DATADIR%%/actions/menus/MainMenu/EditMenu/RemoveSchemeInit.scm +%%DATADIR%%/actions/menus/MainMenu/EditMenu/RemoveSchemeInit.xml %%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/ApplyToSelection.scm %%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/ApplyToSelection.xml %%DATADIR%%/actions/menus/MainMenu/EditMenu/Select/DeleteSelectionLeaveEmpty.scm @@ -756,6 +758,8 @@ %%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/ExportAudio.xml %%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/QuickLilyPondExport.scm %%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/QuickLilyPondExport.xml +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/QuickLilyPondPart.scm +%%DATADIR%%/actions/menus/MainMenu/FileMenu/Export/QuickLilyPondPart.xml %%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-Lilypond.scm %%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-Lilypond.xml %%DATADIR%%/actions/menus/MainMenu/FileMenu/Import/Import-Midi.scm @@ -915,6 +919,8 @@ %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/PitchShift.xml %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/PlayAll.scm %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/PlayAll.xml +%%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/PlayAllAtCursor.scm +%%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/PlayAllAtCursor.xml %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/PlayAtCursor.scm %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/PlayAtCursor.xml %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/RecordAndConvert.scm @@ -927,6 +933,10 @@ %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/ToggleImmediatePlayback.xml %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/TogglePlayAlongPlayback.scm %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/TogglePlayAlongPlayback.xml +%%DATADIR%%/actions/menus/MainMenu/ViewMenu/Palettes/ChoosePalette.scm +%%DATADIR%%/actions/menus/MainMenu/ViewMenu/Palettes/ChoosePalette.xml +%%DATADIR%%/actions/menus/MainMenu/ViewMenu/Palettes/UnhidePalettes.scm +%%DATADIR%%/actions/menus/MainMenu/ViewMenu/Palettes/UnhidePalettes.xml %%DATADIR%%/actions/menus/MainMenu/ViewMenu/Zoom/ZoomDialog.scm %%DATADIR%%/actions/menus/MainMenu/ViewMenu/Zoom/ZoomDialog.xml %%DATADIR%%/actions/menus/MainMenu/ViewMenu/Zoom/ZoomIn.scm @@ -1012,38 +1022,6 @@ %%DATADIR%%/actions/menus/ObjectMenu/ClefMenu/HideClef.xml %%DATADIR%%/actions/menus/ObjectMenu/ClefMenu/SetDisplayClef.scm %%DATADIR%%/actions/menus/ObjectMenu/ClefMenu/SetDisplayClef.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/AllowLineBreak.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/AllowLineBreak.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/AutoAccidentals.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/AutoAccidentals.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/ChooseBarline.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/ChooseBarline.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/ClosingBarline.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/ClosingBarline.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/DoubleBarline.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/DoubleBarline.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/ForceBarline.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/ForceBarline.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/HalfBarline.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/HalfBarline.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/NoBarline.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/NoBarline.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/RepeatEnd.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/RepeatEnd.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/RepeatEndStart.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/RepeatEndStart.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/RepeatStart.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines/RepeatStart.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/BeamingOff.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/BeamingOff.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/BeamingOn.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/BeamingOn.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/BeatChange.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/BeatChange.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/BreathMark.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/BreathMark.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/CadenzaOn.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/CadenzaOn.xml %%DATADIR%%/actions/menus/ObjectMenu/Directives/Conditional-Directives/ChooseCondition.scm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Conditional-Directives/ChooseCondition.xml %%DATADIR%%/actions/menus/ObjectMenu/Directives/Conditional-Directives/ForAllLayouts.scm @@ -1054,137 +1032,171 @@ %%DATADIR%%/actions/menus/ObjectMenu/Directives/Conditional-Directives/OnlyForLayout.xml %%DATADIR%%/actions/menus/ObjectMenu/Directives/CriticalComment.scm %%DATADIR%%/actions/menus/ObjectMenu/Directives/CriticalComment.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/DynamicText.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/DynamicText.xml %%DATADIR%%/actions/menus/ObjectMenu/Directives/EnableAccordion16v.scm %%DATADIR%%/actions/menus/ObjectMenu/Directives/EnableAccordion16v.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/EndVolta.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/EndVolta.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/FinishCadenza.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/FinishCadenza.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/FreeFermata.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/FreeFermata.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Hide.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Hide.xml %%DATADIR%%/actions/menus/ObjectMenu/Directives/InsertDefinedLilyPond.scm %%DATADIR%%/actions/menus/ObjectMenu/Directives/InsertDefinedLilyPond.xml %%DATADIR%%/actions/menus/ObjectMenu/Directives/InsertStandaloneDirective.scm %%DATADIR%%/actions/menus/ObjectMenu/Directives/InsertStandaloneDirective.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/LineBreak.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/LineBreak.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeBalance.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeBalance.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeChannel.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeChannel.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeExpression.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeExpression.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeGeneric.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeGeneric.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeHold2Pedal.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeHold2Pedal.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeHoldPedal.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeHoldPedal.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeLegatoPedal.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeLegatoPedal.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeModwheel.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeModwheel.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangePan.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangePan.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangePortamento.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangePortamento.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeProgram.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeProgram.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeSoftPedal.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeSoftPedal.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeSustenutoPedal.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeSustenutoPedal.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeVolume.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChangeVolume.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChannelChange.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ChannelChange.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ClarinetInA.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ClarinetInA.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ClarinetInBb.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/ClarinetInBb.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/CloseTransposingInstrument.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/CloseTransposingInstrument.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/MidiTempo.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/MidiTempo.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/Temperament/StartEqualTemperament.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/Temperament/StartEqualTemperament.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/Temperament/StartQCMeanTone.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/Temperament/StartQCMeanTone.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/init.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MetronomeMark.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/MetronomeMark.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/NoLineBreak.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/NoLineBreak.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/OpenFirstTimeBar.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/OpenFirstTimeBar.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/OpenSecondTimeBar.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/OpenSecondTimeBar.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Ottava.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Ottava.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/PageBreak.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/PageBreak.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintTranspositions/CloseLilyBlock.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintTranspositions/CloseLilyBlock.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintTranspositions/OpenOctaveDown.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintTranspositions/OpenOctaveDown.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintTranspositions/OpenOctaveUp.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintTranspositions/OpenOctaveUp.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/RehearsalMark.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/RehearsalMark.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SetBarNumber.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SetBarNumber.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/ShiftNext.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/ShiftNext.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SmallFontEnd.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SmallFontEnd.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SmallFontStart.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SmallFontStart.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/HideNotes.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/HideNotes.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/StartStaff.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/StartStaff.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/StopStaff.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/StopStaff.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/TabFull.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/TabFull.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/UnHideNotes.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff/UnHideNotes.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SustainOff.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SustainOff.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SustainOn.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/SustainOn.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Tablature/MinimumFret.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Tablature/MinimumFret.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Tablature/RestrainOpenStrings.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Tablature/RestrainOpenStrings.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/TextAnnotation.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/TextAnnotation.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Tuning/SetTuningAllStaffs.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Tuning/SetTuningAllStaffs.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Tuning/SetTuningStaff.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Tuning/SetTuningStaff.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/TypesettingOff.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/TypesettingOff.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/TypesettingOn.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/TypesettingOn.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset1.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset1.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset2.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset2.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset3.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset3.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset4.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePreset4.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePresetAutomatic.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicePresetAutomatic.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoiceSetting.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoiceSetting.xml -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicesDoublestroke.scm -%%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices/VoicesDoublestroke.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/ChooseBarline.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/ChooseBarline.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/ClosingBarline.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/ClosingBarline.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/DoubleBarline.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/DoubleBarline.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/ForceBarline.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/ForceBarline.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/HalfBarline.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/HalfBarline.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/InsertFirstAndSecondTimeBars.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/InsertFirstAndSecondTimeBars.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/NoBarline.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/NoBarline.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/RepeatEnd.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/RepeatEnd.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/RepeatEndStart.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/RepeatEndStart.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/RepeatStart.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines/RepeatStart.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/BeatChange.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/BeatChange.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/BreathMark.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/BreathMark.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/DynamicText.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/DynamicText.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/FreeFermata.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/FreeFermata.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/MetronomeMark.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/MetronomeMark.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/RehearsalMark.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/RehearsalMark.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/BeamingOff.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/BeamingOff.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/BeamingOn.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/BeamingOn.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/CadenzaOn.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/CadenzaOn.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/EndVolta.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/EndVolta.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/FinishCadenza.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/FinishCadenza.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/OpenFirstTimeBar.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/OpenFirstTimeBar.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/OpenSecondTimeBar.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/OpenSecondTimeBar.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/Ottava.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/Ottava.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/SmallFontEnd.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/SmallFontEnd.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/SmallFontStart.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/SmallFontStart.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/SustainOff.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/SustainOff.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/SustainOn.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning/SustainOn.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/TextAnnotation.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/TextAnnotation.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeBalance.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeBalance.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeChannel.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeChannel.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeExpression.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeExpression.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeGeneric.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeGeneric.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeHold2Pedal.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeHold2Pedal.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeHoldPedal.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeHoldPedal.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeLegatoPedal.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeLegatoPedal.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeModwheel.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeModwheel.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangePan.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangePan.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangePortamento.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangePortamento.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeProgram.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeProgram.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeSoftPedal.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeSoftPedal.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeSustenutoPedal.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeSustenutoPedal.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeVolume.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChangeVolume.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChannelChange.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ChannelChange.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ClarinetInA.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ClarinetInA.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ClarinetInBb.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/ClarinetInBb.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/CloseTransposingInstrument.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/CloseTransposingInstrument.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/MidiTempo.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/MidiTempo.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/Temperament/StartEqualTemperament.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/Temperament/StartEqualTemperament.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/Temperament/StartQCMeanTone.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/Temperament/StartQCMeanTone.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/init.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/SetTuningAllStaffs.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/SetTuningAllStaffs.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/SetTuningStaff.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/SetTuningStaff.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintLayout/AllowLineBreak.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintLayout/AllowLineBreak.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintLayout/LineBreak.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintLayout/LineBreak.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintLayout/NoLineBreak.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintLayout/NoLineBreak.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintLayout/PageBreak.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintLayout/PageBreak.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/AutoAccidentals.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/AutoAccidentals.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Hide.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Hide.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/HideNotes.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/HideNotes.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/SetBarNumber.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/SetBarNumber.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/ShiftNext.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/ShiftNext.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/StartStaff.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/StartStaff.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/StopStaff.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/StopStaff.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Tablature/MinimumFret.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Tablature/MinimumFret.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Tablature/RestrainOpenStrings.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Tablature/RestrainOpenStrings.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Tablature/TabFull.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Tablature/TabFull.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Transposition/CloseLilyBlock.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Transposition/CloseLilyBlock.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Transposition/OpenOctaveDown.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Transposition/OpenOctaveDown.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Transposition/OpenOctaveUp.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Transposition/OpenOctaveUp.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/TypesettingOff.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/TypesettingOff.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/TypesettingOn.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/TypesettingOn.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/UnHideNotes.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/UnHideNotes.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePreset1.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePreset1.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePreset2.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePreset2.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePreset3.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePreset3.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePreset4.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePreset4.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePresetAutomatic.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicePresetAutomatic.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoiceSetting.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoiceSetting.xml +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicesDoublestroke.scm +%%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices/VoicesDoublestroke.xml %%DATADIR%%/actions/menus/ObjectMenu/Key/FlattenInitialKeysigs.scm %%DATADIR%%/actions/menus/ObjectMenu/Key/FlattenInitialKeysigs.xml %%DATADIR%%/actions/menus/ObjectMenu/Key/FlattenKeysig.scm @@ -1203,6 +1215,8 @@ %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/CheckBeams.xml %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/CheckTupletsInMeasure.scm %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/CheckTupletsInMeasure.xml +%%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/DeleteEmptyMeasures.scm +%%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/DeleteEmptyMeasures.xml %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/MergeWithNextMeasure.scm %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/MergeWithNextMeasure.xml %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu/Repeats/CloseReopenRepeat.scm @@ -1415,6 +1429,8 @@ %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/ChangeEnharmonicUp.xml %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/Ficta.scm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/Ficta.xml +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/FlattenNote.scm +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/FlattenNote.xml %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/HideAccidental.scm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/HideAccidental.xml %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/MoveNoteToCursor.scm @@ -1423,6 +1439,8 @@ %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/ReminderAccidental.xml %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/RemoveDotSelectionSwitcher.scm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/RemoveDotSelectionSwitcher.xml +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/SharpenNote.scm +%%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/SharpenNote.xml %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/SuggestFlat.scm %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/SuggestFlat.xml %%DATADIR%%/actions/menus/ObjectMenu/NotesRests/EditNote/SuggestNatural.scm @@ -1876,8 +1894,6 @@ %%DATADIR%%/actions/menus/ObjectMenu/Score/TransposeScorePrint.xml %%DATADIR%%/actions/menus/ObjectMenu/Score/TrillIsPlus.scm %%DATADIR%%/actions/menus/ObjectMenu/Score/TrillIsPlus.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Ambitus.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Ambitus.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CaptureScore/CaptureMeasuresForStaff.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CaptureScore/CaptureMeasuresForStaff.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CaptureScore/DeleteCapturedMeasureForStaff.scm @@ -1888,8 +1904,6 @@ %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/ChangeStaff.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CheckTiesInStaff.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CheckTiesInStaff.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/ChordStaff.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/ChordStaff.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CreateCuesForStaff.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CreateCuesForStaff.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CrossStaffArpeggio.scm @@ -1904,10 +1918,6 @@ %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InsertStaff/NewStaffBefore.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InsertStaff/PianoStaff.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InsertStaff/PianoStaff.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InstrumentName.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InstrumentName.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Numbering/BarNumbers.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Numbering/BarNumbers.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Ossia/CreateOssiaStaff.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Ossia/CreateOssiaStaff.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Ossia/HideOssia.scm @@ -1922,14 +1932,8 @@ %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/PrintEffects/ClearStaffProlog.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/PrintEffects/TransposeStaffOutput.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/PrintEffects/TransposeStaffOutput.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/ShortInstrumentName.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/ShortInstrumentName.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/SimplifyTies.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/SimplifyTies.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/SmallerStaff.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/SmallerStaff.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffComment.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffComment.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/ChoirStaffEnd.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/ChoirStaffEnd.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/ChoirStaffStart.scm @@ -1952,18 +1956,34 @@ %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings/PianoStaffStart.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffMultiMeasureRests.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffMultiMeasureRests.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffOctaveUp.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffOctaveUp.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffSize.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffSize.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TabStaff.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TabStaff.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TinyStaff.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TinyStaff.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Ambitus.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Ambitus.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/ChordStaff.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/ChordStaff.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/InstrumentName.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/InstrumentName.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Numbering/BarNumbers.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Numbering/BarNumbers.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/ShortInstrumentName.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/ShortInstrumentName.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/SmallerStaff.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/SmallerStaff.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/StaffComment.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/StaffComment.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/StaffOctaveUp.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/StaffOctaveUp.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/StaffSize.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/StaffSize.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Tablature/SetTabStrings.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Tablature/SetTabStrings.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Tablature/TabStaff.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Tablature/TabStaff.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/TinyStaff.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/TinyStaff.xml +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/TransposeStaffPrint.scm +%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/TransposeStaffPrint.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TinyStaffAllMovements.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TinyStaffAllMovements.xml -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TransposeStaffPrint.scm -%%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/TransposeStaffPrint.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/CreateParts.scm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/CreateParts.xml %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices/CreatePartsFromTop.scm @@ -2016,6 +2036,7 @@ %%DATADIR%%/actions/mxml2ly2denemo/silex.tar.gz %%DATADIR%%/actions/mytest.ly %%DATADIR%%/actions/notes.l +%%DATADIR%%/actions/palettes.xml %%DATADIR%%/actions/quote.l %%DATADIR%%/actions/silex.scm %%DATADIR%%/actions/testinclude.ly @@ -2358,11 +2379,13 @@ @dirrm %%DATADIR%%/actions/musicgames @dirrm %%DATADIR%%/actions/menus/ObjectMenu/TimeSig @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Voices +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Tablature +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu/Numbering +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffPropertiesMenu @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/StaffGroupings @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/PrintEffects @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Playback @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Ossia -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/Numbering @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/InsertStaff @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu/CaptureScore @dirrm %%DATADIR%%/actions/menus/ObjectMenu/StaffMenu @@ -2415,15 +2438,18 @@ @dirrm %%DATADIR%%/actions/menus/ObjectMenu/MeasureMenu @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Lyrics @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Key -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Voices -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Tuning -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Tablature -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Staff -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintTranspositions -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI/Temperament -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/MIDI +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Voices +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Transposition +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter/Tablature +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Typesetter +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/PrintLayout +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI/Temperament +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback/MIDI +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Playback +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Spanning +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings/Barlines +@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Markings @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Conditional-Directives -@dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives/Barlines @dirrm %%DATADIR%%/actions/menus/ObjectMenu/Directives @dirrm %%DATADIR%%/actions/menus/ObjectMenu/ClefMenu @dirrm %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu/Directives @@ -2433,6 +2459,7 @@ @dirrm %%DATADIR%%/actions/menus/ObjectMenu/ChordMenu @dirrm %%DATADIR%%/actions/menus/ObjectMenu @dirrm %%DATADIR%%/actions/menus/MainMenu/ViewMenu/Zoom +@dirrm %%DATADIR%%/actions/menus/MainMenu/ViewMenu/Palettes @dirrm %%DATADIR%%/actions/menus/MainMenu/ViewMenu @dirrm %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu/Audio @dirrm %%DATADIR%%/actions/menus/MainMenu/PlaybackMenu >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:17: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 0B1498F0; Mon, 16 Dec 2013 18:17: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 D21D11B5A; Mon, 16 Dec 2013 18:17: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 rBGIHe3f022798; Mon, 16 Dec 2013 18:17:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIHetA022797; Mon, 16 Dec 2013 18:17:40 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 18:17:40 GMT Message-Id: <201312161817.rBGIHetA022797@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184892: audio/denemo: Update to version 1.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:17:41 -0000 Synopsis: audio/denemo: Update to version 1.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 18:17:40 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184892 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 04AD98A6 for ; Mon, 16 Dec 2013 18:10:26 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D7EF919EA for ; Mon, 16 Dec 2013 18:10: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 rBGIAP9n016556 for ; Mon, 16 Dec 2013 18:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAPkD016555; Mon, 16 Dec 2013 18:10:25 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:25 GMT Resent-Message-Id: <201312161810.rBGIAPkD016555@freefall.freebsd.org> 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 A36A437E for ; Mon, 16 Dec 2013 18:02:02 +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 4F1441857 for ; Mon, 16 Dec 2013 18:02:02 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 3A80F980174 for ; Tue, 17 Dec 2013 03:02:00 +0900 (JST) Message-Id: <20131217024745.e2210ae6b8536c4235875036@yahoo.com> Date: Tue, 17 Dec 2013 02:47:45 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184890: emulators/catapult: Support CXX properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:26 -0000 >Number: 184890 >Category: ports >Synopsis: emulators/catapult: 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: Mon Dec 16 18:10:25 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Support CXX properly - Install desktop entry file >How-To-Repeat: >Fix: diff -urN /usr/ports/emulators/catapult/Makefile emulators/catapult/Makefile --- /usr/ports/emulators/catapult/Makefile 2013-12-16 22:29:41.000000000 +0900 +++ emulators/catapult/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -14,45 +14,26 @@ LICENSE= GPLv2 BUILD_DEPENDS= openmsx:${PORTSDIR}/emulators/openmsx -LIB_DEPENDS= mspack:${PORTSDIR}/archivers/libmspack \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - cairo:${PORTSDIR}/graphics/cairo \ - jbig:${PORTSDIR}/graphics/jbigkit \ - jpeg:${PORTSDIR}/graphics/jpeg \ - png15:${PORTSDIR}/graphics/png \ - tiff:${PORTSDIR}/graphics/tiff \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig RUN_DEPENDS= openmsx:${PORTSDIR}/emulators/openmsx OPTIONS_DEFINE= DEBUG DOCS -USE_GNOME= gdkpixbuf2 glib20 gtk20 libxml2 +USES= gmake pkgconfig +USE_GNOME= gtk20 libxml2 USE_WX= 2.6+ USE_PYTHON_BUILD=yes -USES= gettext gmake iconv -USE_XORG= ice pixman sm x11 xau xcb xcomposite xcursor xdamage xdmcp \ - xext xfixes xi xinerama xrandr xrender xxf86vm MAKEFILE= GNUmakefile -MAKE_ARGS= INSTALL_BASE="${PREFIX}" \ - INSTALL_SHARE_DIR="${DATADIR}" \ +MAKE_ARGS= INSTALL_BASE="${STAGEDIR}${PREFIX}" \ + INSTALL_SHARE_DIR="${STAGEDIR}${DATADIR}" \ + INSTALL_DOC_DIR="${STAGEDIR}${DOCSDIR}" \ CATAPULT_FLAVOUR="portbld" \ CATAPULT_OPENMSX_BINARY="${LOCALBASE}/bin/openmsx" \ CATAPULT_OPENMSX_SHARE="${LOCALBASE}/share/openmsx" \ - SYMLINK_FOR_BINARY="false" + SYMLINK_FOR_BINARY="false" \ + PYTHON="${PYTHON_CMD}" -NO_STAGE= yes .include -.if ${PORT_OPTIONS:MDOCS} -MAKE_ARGS+= INSTALL_DOC_DIR="${DOCSDIR}" -.else -# Use dummy target rather than rewriting makefile -MAKE_ARGS+= INSTALL_DOC_DIR="${WRKSRC}/dummy" -.endif - .if ${PORT_OPTIONS:MDEBUG} CFLAGS+= -DDEBUG CATAPULT_STRIP= false @@ -62,17 +43,26 @@ .endif post-patch: - @${REINPLACE_CMD} 's|INSTALL_BASE|INSTALL_SHARE_DIR|' \ + @${REINPLACE_CMD} 's|$$(INSTALL_BASE)|${DATADIR}|' \ ${WRKSRC}/build/info2code.mk @${REINPLACE_CMD} '/--no-strict-aliasing/s|^CXXFLAGS|#CXXFLAGS| ; \ /--cxx/s|^CXX|#CXX| ; \ + /COMPILE=/s|g++|$$(CXX)| ; \ s|@$$(CXX)|$$(CXX)|' ${WRKSRC}/build/main.mk @${REINPLACE_CMD} 's|wx-config --|${WX_CONFIG:T} --|g' \ ${WRKSRC}/build/probe.mk + @${REINPLACE_CMD} '/^Exec/s|%INSTALL_BASE%|${PREFIX}| ; \ + /^Icon/s|%INSTALL_BASE%|${DATADIR}| ; \ + /^DocPath/s|%INSTALL_BASE%/doc|${DOCSDIR}|' \ + ${WRKSRC}/desktop/openMSX-Catapult.desktop @${ECHO_CMD} > ${WRKSRC}/build/flavour-portbld.mk @${ECHO_CMD} 'CXXFLAGS+=${CXXFLAGS}' \ >> ${WRKSRC}/build/flavour-portbld.mk @${ECHO_CMD} 'CATAPULT_STRIP:=${CATAPULT_STRIP}' \ >> ${WRKSRC}/build/flavour-portbld.mk +post-install: + (cd ${WRKSRC}/desktop && ${INSTALL_DATA} openMSX-Catapult.desktop \ + ${STAGEDIR}${DESKTOPDIR}) + .include diff -urN /usr/ports/emulators/catapult/pkg-plist emulators/catapult/pkg-plist --- /usr/ports/emulators/catapult/pkg-plist 2013-11-06 22:06:18.000000000 +0900 +++ emulators/catapult/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,4 +1,5 @@ bin/catapult +share/applications/openMSX-Catapult.desktop %%DATADIR%%/resources/bitmaps/about.png %%DATADIR%%/resources/bitmaps/diskimage.png %%DATADIR%%/resources/bitmaps/eject.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 17B7C8EE for ; Mon, 16 Dec 2013 18:10: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 D22011A06 for ; Mon, 16 Dec 2013 18:10: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 rBGIATJR016673 for ; Mon, 16 Dec 2013 18:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAT55016672; Mon, 16 Dec 2013 18:10:29 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:29 GMT Resent-Message-Id: <201312161810.rBGIAT55016672@freefall.freebsd.org> 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 986FB3F0 for ; Mon, 16 Dec 2013 18:05:42 +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 6B92918A0 for ; Mon, 16 Dec 2013 18:05:42 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 074751880004 for ; Tue, 17 Dec 2013 03:05:40 +0900 (JST) Message-Id: <20131217025038.8750bc121a8ca18e3f5f261b@yahoo.com> Date: Tue, 17 Dec 2013 02:50:38 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184903: science/gromacs: Update to version 4.6.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:30 -0000 >Number: 184903 >Category: ports >Synopsis: science/gromacs: Update to version 4.6.5 >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 Dec 16 18:10:29 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 4.6.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/gromacs/Makefile science/gromacs/Makefile --- /usr/ports/science/gromacs/Makefile 2013-11-27 16:18:41.000000000 +0900 +++ science/gromacs/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/science/gromacs/Makefile 334960 2013-11-26 17:45:42Z wg $ PORTNAME= gromacs -PORTVERSION= 4.6.4 +PORTVERSION= 4.6.5 CATEGORIES= science MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/ @@ -22,7 +22,7 @@ MPICH_DESC= MPI support using net/mpich2 OMPI_DESC= MPI support using net/openmpi -USES= cmake pkgconfig shebangfix perl5 +USES= cmake perl5 pkgconfig shebangfix SHEBANG_FILES= admin/*.pl scripts/*.pl scripts/*.sh src/gmxlib/selection/*.sh bash_CMD= ${SH} USE_FORTRAN= yes diff -urN /usr/ports/science/gromacs/distinfo science/gromacs/distinfo --- /usr/ports/science/gromacs/distinfo 2013-11-27 16:18:41.000000000 +0900 +++ science/gromacs/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gromacs-4.6.4.tar.gz) = 4d4f15e6d10e97aff7a21d3bb5536283cf8ba669589310c456c1bb22bdfe7d8e -SIZE (gromacs-4.6.4.tar.gz) = 10990996 +SHA256 (gromacs-4.6.5.tar.gz) = a7242f315963a111e87fd28795696b1e818ac97479788356c4f73a04e9cdef09 +SIZE (gromacs-4.6.5.tar.gz) = 10991576 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 C50088F4 for ; Mon, 16 Dec 2013 18:10: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 A227F1A0C for ; Mon, 16 Dec 2013 18:10:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAU2X016700 for ; Mon, 16 Dec 2013 18:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAUJG016699; Mon, 16 Dec 2013 18:10:30 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:30 GMT Resent-Message-Id: <201312161810.rBGIAUJG016699@freefall.freebsd.org> 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 122D5394 for ; Mon, 16 Dec 2013 18:02:59 +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 520EE1864 for ; Mon, 16 Dec 2013 18:02:58 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 72AB31880004 for ; Tue, 17 Dec 2013 03:02:24 +0900 (JST) Message-Id: <20131217024809.823e567f78be72cb1d6b4437@yahoo.com> Date: Tue, 17 Dec 2013 02:48:09 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184906: games/childsplay: Update to verssion 2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:30 -0000 >Number: 184906 >Category: ports >Synopsis: games/childsplay: Update to verssion 2.5 >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 Dec 16 18:10:30 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to verssion 2.5 Remove file: files/patch-INSTALL.sh files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/games/childsplay/Makefile games/childsplay/Makefile --- /usr/ports/games/childsplay/Makefile 2013-11-26 15:22:45.000000000 +0900 +++ games/childsplay/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/games/childsplay/Makefile 334895 2013-11-25 20:18:52Z mva $ PORTNAME= childsplay -PORTVERSION= 0.90.2 -PORTREVISION= 2 +PORTVERSION= 2.5 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION} EXTRACT_SUFX= .tgz @@ -11,32 +10,50 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Educative games for children -BUILD_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game -RUN_DEPENDS= ${LOCALBASE}/include/${PYTHON_VERSION}/pygame/pygame.h:${PORTSDIR}/devel/py-game -LIB_DEPENDS= assetml.0:${PORTSDIR}/devel/libassetml +LICENSE= GPLv3 + +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy \ + ${PYTHON_PKGNAMEPREFIX}game>0:${PORTSDIR}/devel/py-game -USES= shebangfix -USE_PYTHON= 2 NO_BUILD= yes +USES= gettext shebangfix +USE_GNOME= pygtk2 +USE_PYTHON= 2 + python_OLD_CMD= /usr/bin/env python python_CMD= /usr/bin/env python2 SHEBANG_FILES= childsplay.py -# avoid asking for translation to your local language on install -MAKE_ENV= LANG=C - -MAN6= childsplay.6 letters-trans.6 -MANCOMPRESSED= yes +DESKTOP_ENTRIES="Childsplay" "" "" "${PORTNAME}" "Game;Education;" "" -NO_STAGE= yes post-patch: - @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g " ${WRKSRC}/INSTALL.sh - @${REINPLACE_CMD} -e "s@ASSETMLROOT = '/usr/local@ASSETMLROOT= '${PREFIX}@g" ${WRKSRC}/pyassetml.py - @${REINPLACE_CMD} -e "s@PREFIX=/usr/local@PREFIX=${PREFIX}@g" ${WRKSRC}/cleanup.sh - @${REINPLACE_CMD} -e "s@/usr/local/lib/games@${PREFIX}@g" ${WRKSRC}/childsplay.sh - -post-build: - @${FIND} ${WRKSRC} -name *.orig -delete + @${REINPLACE_CMD} -e \ + '/NoGtk/s|True|False|' ${WRKSRC}/SPConstants.py + @${REINPLACE_CMD} -e \ + 's|/usr/local|${PREFIX}|' ${WRKSRC}/pangofont.py + +do-configure: + @${ECHO_CMD} "#!${SH}" > ${WRKDIR}/childsplay.sh + @${ECHO_CMD} >> ${WRKDIR}/childsplay.sh + @${ECHO_CMD} 'cd "${PYTHONPREFIX_SITELIBDIR}/childsplay"' >> ${WRKDIR}/childsplay.sh + @${ECHO_CMD} 'exec ${PYTHON_CMD} childsplay.py $$@' >> ${WRKDIR}/childsplay.sh + +do-install: + (cd ${WRKDIR} && ${INSTALL_SCRIPT} childsplay.sh \ + ${STAGEDIR}/${PREFIX}/bin/childsplay) + @${MKDIR} ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/childsplay + (cd ${WRKSRC} && ${INSTALL_DATA} *.py \ + ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/childsplay) +.for i in SPWidgets alphabetsounds lib + @(cd ${WRKSRC} && ${COPYTREE_SHARE} ${i} \ + ${STAGEDIR}/${PYTHONPREFIX_SITELIBDIR}/childsplay) +.endfor + @(cd ${STAGEDIR}${PREFIX} && ${PYTHON_CMD} -m compileall \ + -d ${PREFIX} -f ${PYTHONPREFIX_SITELIBDIR:S;${PREFIX}/;;}) + @${MKDIR} ${STAGEDIR}/${PREFIX}/share/locale + @(cd ${WRKSRC}/locale && ${COPYTREE_SHARE} . \ + ${STAGEDIR}/${PREFIX}/share/locale) .include diff -urN /usr/ports/games/childsplay/distinfo games/childsplay/distinfo --- /usr/ports/games/childsplay/distinfo 2013-11-06 22:00:24.000000000 +0900 +++ games/childsplay/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (childsplay-0.90.2.tgz) = baa7c2c6168d581d546bcea3612a513268cf2e8273f2cf748df9e1559c62e054 -SIZE (childsplay-0.90.2.tgz) = 2330022 +SHA256 (childsplay-2.5.tgz) = 832e25b2c74c8120b43c24e523d97c28c656267bbf0fa5eb3998b1a09764bd4d +SIZE (childsplay-2.5.tgz) = 24255083 diff -urN /usr/ports/games/childsplay/files/patch-INSTALL.sh games/childsplay/files/patch-INSTALL.sh --- /usr/ports/games/childsplay/files/patch-INSTALL.sh 2013-11-06 22:00:24.000000000 +0900 +++ games/childsplay/files/patch-INSTALL.sh 1970-01-01 09:00:00.000000000 +0900 @@ -1,97 +0,0 @@ ---- INSTALL.sh.orig Wed Apr 20 10:57:03 2005 -+++ INSTALL.sh Wed Apr 20 11:02:16 2005 -@@ -1,5 +1,5 @@ --#!/bin/bash -+#!/bin/sh - # install childsplay. - # Be aware that childsplay probably won't work when you edit this file :-( - # As of 11/2004 childsplay will be converted to follow the File System - # Hierarchy (FSH). -@@ -21,16 +21,15 @@ - PYTHON=`which python` - - EXECDIR=$PREFIX/bin - LOCALEDIR=$PREFIX/share/locale --ASSETMLDIR=/usr/share/assetml -+ASSETMLDIR=$PREFIX/share/assetml - SCOREDIR=/var/games - SCOREFILE=$SCOREDIR/childsplay.score - DOCDIR=$PREFIX/share/doc/childsplay - MANDIR=$PREFIX/man/man6 --CPDIR=$PREFIX/lib/games/childsplay -+CPDIR=$PREFIX/childsplay - SHAREDIR=$PREFIX/share/childsplay --BINDIR=$PREFIX/games - LIBDIR=$CPDIR/lib - MODULESDIR=$LIBDIR - SHARELIBDATADIR=$SHAREDIR/lib - SHAREDATADIR=$SHAREDIR/Data -@@ -38,10 +37,8 @@ - - HOME_DIR_NAME=.childsplay - CHILDSPLAYRC=childsplayrc - --OLDCPDIR=$PREFIX/games/childsplay -- - echo "Making directorys" - mkdir -vp $CPDIR - mkdir -vp $CPDIR/lib - mkdir -vp $DOCDIR -@@ -51,9 +48,8 @@ - mkdir -vp $MANDIR - mkdir -vp $SHAREDIR - mkdir -vp $SHAREDATADIR - mkdir -vp $SHARELIBDATADIR --mkdir -vp $BINDIR - mkdir -vp $EXECDIR - - set -e - -@@ -63,13 +59,8 @@ - echo " You must be root to install the plugins" - echo " exit" - exit 1 - fi --echo " Looking for obsolete childsplay files in $OLDCPDIR" --if [ -e $OLDCPDIR ] && [ -d $OLDCPDIR ] --then rm -fr $OLDCPDIR -- echo " Old files removed" --fi - - echo -e "\n>>>>>>>>>>> Install childsplay >>>>>>>>>>>>>>>>>>>>" - echo " Installing in $PREFIX" - -@@ -113,22 +105,14 @@ - echo " Copy docs" - cp -rf $CWD/doc/* $DOCDIR/ - - echo " Copy executable and setting permissions." --cp -f $CWD/childsplay.sh $BINDIR/childsplay - cp -f $CWD/childsplay.sh $EXECDIR/childsplay --chmod +x $BINDIR/childsplay - chmod +x $EXECDIR/childsplay - - chmod +x $CPDIR/childsplay.py - chmod +x $CPDIR/letters-trans.py - --#echo " Looking for the old executable, if any" --#if [ -e /usr/local/bin/childsplay ] --#then rm -f /usr/local/bin/childsplay --# echo "found and removed" --#fi -- - echo " Setting the base path in childsplay to $PREFIX" - echo "## Automated file please do not edit" > $CPDIR/BASEPATH.py - echo "BASEPATH=\"$PREFIX\"" >> $CPDIR/BASEPATH.py - echo "EXECDIR=\"$EXECDIR\"" >> $CPDIR/BASEPATH.py -@@ -157,9 +141,9 @@ - echo "" - echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" - echo " One thing left todo..." - echo " Translating words" --$PYTHON $CPDIR/letters-trans.py $ASSETMLDIR -+echo " to translate words run: $PYTHON $CPDIR/letters-trans.py $ASSETMLDIR" - echo ">>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>" - echo " Be sure to read the README-MEMORY file on how you can" - echo " use your own pictures in the memory game." - echo "" diff -urN /usr/ports/games/childsplay/files/patch-Makefile games/childsplay/files/patch-Makefile --- /usr/ports/games/childsplay/files/patch-Makefile 2013-11-26 15:22:45.000000000 +0900 +++ games/childsplay/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- Makefile.orig Sat May 7 23:13:35 2005 -+++ Makefile Sat May 7 23:15:11 2005 -@@ -0,0 +1,7 @@ -+PYTHON = /usr/bin/env python2 -+ -+install: -+ ./INSTALL.sh -+ @echo "Compiling modules to bytecode..." -+ @$(PYTHON) install.py --compile ${PREFIX}/childsplay -+ @$(PYTHON) install.py --compile ${PREFIX}/childsplay/lib diff -urN /usr/ports/games/childsplay/pkg-descr games/childsplay/pkg-descr --- /usr/ports/games/childsplay/pkg-descr 2013-11-06 22:00:24.000000000 +0900 +++ games/childsplay/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -1,8 +1,8 @@ -Childsplay is a 'suite' of educational games for young children, like gcompris, -but without the overkill of GNOME environment. Also the use of the SDL -libraries makes smooth animation and the playing of sound very easy. -Childsplay uses a plugin system for the games, so you might want to check the -childsplay-plugins page. (There are two built-in games; Memory and a typing -game) +Childsplay is a 'suite' of educational games for young children, like +gcompris, but without the overkill of GNOME environment. Also the use of +the SDL libraries makes smooth animation and the playing of sound very +easy. Childsplay uses a plugin system for the games, so you might want +to check the childsplay-plugins page. (There are two built-in games; +Memory and a typing game) WWW: http://childsplay.sourceforge.net diff -urN /usr/ports/games/childsplay/pkg-plist games/childsplay/pkg-plist --- /usr/ports/games/childsplay/pkg-plist 2013-11-06 22:00:24.000000000 +0900 +++ games/childsplay/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -1,221 +1,1396 @@ bin/childsplay -childsplay/BASEPATH.py -childsplay/BASEPATH.pyc -childsplay/CPConstants.py -childsplay/CPConstants.pyc -childsplay/CPMenu.py -childsplay/CPMenu.pyc -childsplay/SpriteUtils.py -childsplay/SpriteUtils.pyc -childsplay/Timer.py -childsplay/Timer.pyc -childsplay/childsplay.py -childsplay/childsplay.pyc -childsplay/install.py -childsplay/install.pyc -childsplay/letters-trans.py -childsplay/letters-trans.pyc -childsplay/lib/letters.py -childsplay/lib/letters.pyc -childsplay/lib/memory.py -childsplay/lib/memory.pyc -childsplay/out.py -childsplay/out.pyc -childsplay/pyassetml.py -childsplay/pyassetml.pyc -childsplay/pyassetmlSDL.py -childsplay/pyassetmlSDL.pyc -childsplay/pyassetmlcreator.py -childsplay/pyassetmlcreator.pyc -childsplay/splash.py -childsplay/splash.pyc -childsplay/utils.py -childsplay/utils.pyc -childsplay/version.py -childsplay/version.pyc -share/assetml/childsplay/childsplay-images/MORE_but.png -share/assetml/childsplay/childsplay-images/OK_but.png -share/assetml/childsplay/childsplay-images/arrow.png -share/assetml/childsplay/childsplay-images/balloonsl.png -share/assetml/childsplay/childsplay-images/balloonsr.png -share/assetml/childsplay/childsplay-images/blue.png -share/assetml/childsplay/childsplay-images/childsplay-images.assetml -share/assetml/childsplay/childsplay-images/chpl-icon-48-flat.png -share/assetml/childsplay/childsplay-images/chpl-icon-48.png -share/assetml/childsplay/childsplay-images/chpl-icon-48.xpm -share/assetml/childsplay/childsplay-images/cowsplash-load.png -share/assetml/childsplay/childsplay-images/cowsplash.png -share/assetml/childsplay/childsplay-images/firework1.png -share/assetml/childsplay/childsplay-images/firework2.png -share/assetml/childsplay/childsplay-images/hscore.png -share/assetml/childsplay/childsplay-images/land.png -share/assetml/childsplay/childsplay-images/pointer.png -share/assetml/childsplay/childsplay-images/question1.png -share/assetml/childsplay/childsplay-images/stop.png -share/assetml/childsplay/childsplay-images/tux.png -share/assetml/childsplay/childsplay-sounds/Winner2.ogg -share/assetml/childsplay/childsplay-sounds/boom.wav -share/assetml/childsplay/childsplay-sounds/bummer.wav -share/assetml/childsplay/childsplay-sounds/childsplay-sounds.assetml -share/assetml/childsplay/childsplay-sounds/cows.ogg -share/assetml/childsplay/childsplay-sounds/dealcard1.wav -share/assetml/childsplay/childsplay-sounds/level_clear.wav -share/assetml/childsplay/childsplay-sounds/music1.ogg -share/assetml/childsplay/childsplay-sounds/rocket.wav -share/assetml/childsplay/childsplay-sounds/wahoo.wav -share/assetml/childsplay/memory-136x136/apple.png -share/assetml/childsplay/memory-136x136/bear.png -share/assetml/childsplay/memory-136x136/boat.png -share/assetml/childsplay/memory-136x136/bread.png -share/assetml/childsplay/memory-136x136/car.png -share/assetml/childsplay/memory-136x136/dog.png -share/assetml/childsplay/memory-136x136/fish.png -share/assetml/childsplay/memory-136x136/grapes.png -share/assetml/childsplay/memory-136x136/lion.png -share/assetml/childsplay/memory-136x136/memory-136x136.assetml -share/assetml/childsplay/memory-136x136/monkey.png -share/assetml/childsplay/memory-136x136/plane.png -share/assetml/childsplay/memory-136x136/po/ar.po -share/assetml/childsplay/memory-136x136/po/ca.po -share/assetml/childsplay/memory-136x136/po/de.po -share/assetml/childsplay/memory-136x136/po/es.po -share/assetml/childsplay/memory-136x136/po/fr.po -share/assetml/childsplay/memory-136x136/po/he.po -share/assetml/childsplay/memory-136x136/po/id.po -share/assetml/childsplay/memory-136x136/po/memory-136x136.pot -share/assetml/childsplay/memory-136x136/po/nl.po -share/assetml/childsplay/memory-136x136/po/ru.po -share/assetml/childsplay/memory-136x136/po/sl.po -share/assetml/childsplay/memory-136x136/po/sv.po -share/assetml/childsplay/memory-136x136/tree.png -share/childsplay/Data/Domestic_Manners.ttf -share/childsplay/Data/Galaga1.ogg -share/childsplay/Data/GenR102.ttf -share/childsplay/Data/License_ae.ttf.txt -share/childsplay/Data/License_el.ttf -share/childsplay/Data/License_he.ttf.txt -share/childsplay/Data/SpaceComputer.ogg -share/childsplay/Data/VeraSeBd.ttf -share/childsplay/Data/ae_AlMohanad.ttf -share/childsplay/Data/ae_Sindibad.ttf -share/childsplay/Data/boom.wav -share/childsplay/Data/bummer.wav -share/childsplay/Data/childsplay.ico -share/childsplay/Data/childsplay.score -share/childsplay/Data/childsplay.score.org -share/childsplay/Data/cows.ogg -share/childsplay/Data/dub.ogg -share/childsplay/Data/he.ttf -share/childsplay/Data/icons/letters.icon.png -share/childsplay/Data/icons/memory.icon.png -share/childsplay/Data/key_blank.gif -share/childsplay/Data/key_enter.gif -share/childsplay/Data/key_space.gif -share/childsplay/Data/keyboard.gif -share/childsplay/Data/keyboard_ico.png -share/childsplay/Data/loading_splash.jpg -share/childsplay/Data/logo_cp_16x16.png -share/childsplay/Data/logo_cp_16x16.xpm -share/childsplay/Data/logo_cp_180x180.png -share/childsplay/Data/logo_cp_32x32.png -share/childsplay/Data/logo_cp_32x32.xpm -share/childsplay/Data/logo_cp_48x48.png -share/childsplay/Data/logo_cp_48x48.xpm -share/childsplay/Data/logo_cp_64x64.png -share/childsplay/Data/pointer_mask.xbm -share/childsplay/Data/thanks.ogg -share/childsplay/Data/wahoo.wav -share/childsplay/lib/ConfigData/childsplayrc -share/childsplay/lib/ConfigData/multiTablesrc -share/childsplay/lib/MemoryData/cardback.png -share/childsplay/lib/MemoryData/cardfront.png -share/doc/childsplay/Changelog -share/doc/childsplay/FOSS.txt -share/doc/childsplay/GPL-3 -share/doc/childsplay/README.develop -share/doc/childsplay/README.games-module -share/doc/childsplay/README.rc-files -share/doc/childsplay/copyright -share/doc/childsplay/mantemplate -share/doc/childsplay/po/ar/childsplay.po -share/doc/childsplay/po/ca/childsplay.po -share/doc/childsplay/po/cards.pot -share/doc/childsplay/po/childsplay-latest.pot -share/doc/childsplay/po/da/childsplay.po -share/doc/childsplay/po/de/childsplay.po -share/doc/childsplay/po/el/childsplay.po -share/doc/childsplay/po/es/childsplay.po -share/doc/childsplay/po/fr/childsplay.po -share/doc/childsplay/po/he/childsplay.po -share/doc/childsplay/po/id/childsplay.po -share/doc/childsplay/po/it/childsplay.po -share/doc/childsplay/po/nl/childsplay.po -share/doc/childsplay/po/no/childsplay.po -share/doc/childsplay/po/pt/childsplay.po -share/doc/childsplay/po/sl/childsplay.po -share/doc/childsplay/po/sv/childsplay.po -share/doc/childsplay/po/tr/childsplay.po -share/doc/childsplay/po/wordlist/README.gz -share/doc/childsplay/po/wordlist/words-ar.gz -share/doc/childsplay/po/wordlist/words-ca.gz -share/doc/childsplay/po/wordlist/words-de.gz -share/doc/childsplay/po/wordlist/words-en.gz -share/doc/childsplay/po/wordlist/words-esp.gz -share/doc/childsplay/po/wordlist/words-fr.gz -share/doc/childsplay/po/wordlist/words-he.gz -share/doc/childsplay/po/wordlist/words-id.gz -share/doc/childsplay/po/wordlist/words-nl.gz -share/doc/childsplay/po/wordlist/words-no.gz -share/doc/childsplay/po/wordlist/words-pt.gz -share/doc/childsplay/po/wordlist/words-sl.gz -share/doc/childsplay/po/wordlist/words-sv.gz +%%PYTHON_SITELIBDIR%%/childsplay/BorgSingleton.py +%%PYTHON_SITELIBDIR%%/childsplay/BorgSingleton.pyc +%%PYTHON_SITELIBDIR%%/childsplay/NormalDistTable.py +%%PYTHON_SITELIBDIR%%/childsplay/NormalDistTable.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPBasePaths.py +%%PYTHON_SITELIBDIR%%/childsplay/SPBasePaths.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPColors.py +%%PYTHON_SITELIBDIR%%/childsplay/SPColors.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPConstants.py +%%PYTHON_SITELIBDIR%%/childsplay/SPConstants.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPContentTables.py +%%PYTHON_SITELIBDIR%%/childsplay/SPContentTables.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPDataManager.py +%%PYTHON_SITELIBDIR%%/childsplay/SPDataManager.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPDataManagerCreateDbase.py +%%PYTHON_SITELIBDIR%%/childsplay/SPDataManagerCreateDbase.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPDebugDialog.py +%%PYTHON_SITELIBDIR%%/childsplay/SPDebugDialog.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPGoodies.py +%%PYTHON_SITELIBDIR%%/childsplay/SPGoodies.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPGuiDBModel.py +%%PYTHON_SITELIBDIR%%/childsplay/SPGuiDBModel.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPHelpText.py +%%PYTHON_SITELIBDIR%%/childsplay/SPHelpText.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPKeyMaps.py +%%PYTHON_SITELIBDIR%%/childsplay/SPKeyMaps.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPLogging.py +%%PYTHON_SITELIBDIR%%/childsplay/SPLogging.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPMainCore.py +%%PYTHON_SITELIBDIR%%/childsplay/SPMainCore.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPMenu.py +%%PYTHON_SITELIBDIR%%/childsplay/SPMenu.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPMoviePlayer.py +%%PYTHON_SITELIBDIR%%/childsplay/SPMoviePlayer.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPORMs.py +%%PYTHON_SITELIBDIR%%/childsplay/SPORMs.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPOptionParser.py +%%PYTHON_SITELIBDIR%%/childsplay/SPOptionParser.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPSoundServer.py +%%PYTHON_SITELIBDIR%%/childsplay/SPSoundServer.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPSpriteUtils.py +%%PYTHON_SITELIBDIR%%/childsplay/SPSpriteUtils.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPVersion.py +%%PYTHON_SITELIBDIR%%/childsplay/SPVersion.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPVideoPlayer.py +%%PYTHON_SITELIBDIR%%/childsplay/SPVideoPlayer.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPVirtkeyboard.py +%%PYTHON_SITELIBDIR%%/childsplay/SPVirtkeyboard.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPVirtkeyboardMap.py +%%PYTHON_SITELIBDIR%%/childsplay/SPVirtkeyboardMap.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/__init__.py +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/__init__.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/base.py +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/base.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/buttons.py +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/buttons.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/dialogs.py +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/dialogs.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/funcs.py +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/funcs.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/gtk_widgets.py +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/gtk_widgets.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/test.py +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/test.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/text.py +%%PYTHON_SITELIBDIR%%/childsplay/SPWidgets/text.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPgdm.py +%%PYTHON_SITELIBDIR%%/childsplay/SPgdm.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SPlogCheck.py +%%PYTHON_SITELIBDIR%%/childsplay/SPlogCheck.pyc +%%PYTHON_SITELIBDIR%%/childsplay/SQLTables.py +%%PYTHON_SITELIBDIR%%/childsplay/SQLTables.pyc +%%PYTHON_SITELIBDIR%%/childsplay/Timer.py +%%PYTHON_SITELIBDIR%%/childsplay/Timer.pyc +%%PYTHON_SITELIBDIR%%/childsplay/Version.py +%%PYTHON_SITELIBDIR%%/childsplay/Version.pyc +%%PYTHON_SITELIBDIR%%/childsplay/__init__.py +%%PYTHON_SITELIBDIR%%/childsplay/__init__.pyc +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/10.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/11.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/12.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/13.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/14.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/15.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/16.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/17.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/18.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/19.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/20.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0030.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0031.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0032.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0033.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0034.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0035.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0036.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0037.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0038.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0039.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0061.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0062.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0063.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0064.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0065.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0066.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0067.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0068.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0069.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U006a.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U006b.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U006c.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U006d.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U006e.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U006f.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0070.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0071.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0072.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0073.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0074.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0075.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0076.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0077.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0078.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U0079.ogg +%%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en/U007a.ogg +%%PYTHON_SITELIBDIR%%/childsplay/birthday.py +%%PYTHON_SITELIBDIR%%/childsplay/birthday.pyc +%%PYTHON_SITELIBDIR%%/childsplay/cairoimage.py +%%PYTHON_SITELIBDIR%%/childsplay/cairoimage.pyc +%%PYTHON_SITELIBDIR%%/childsplay/childsplay.py +%%PYTHON_SITELIBDIR%%/childsplay/childsplay.pyc +%%PYTHON_SITELIBDIR%%/childsplay/languageDefinitions.py +%%PYTHON_SITELIBDIR%%/childsplay/languageDefinitions.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/BlockBreaker.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/BlockBreaker.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/100px_100px_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/100px_100px_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/100px_100px_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/100px_80px_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/100px_80px_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/100px_80px_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/200px_150px_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/200px_150px_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/200px_150px_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/200px_80px_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/200px_80px_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/200px_80px_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/48px_48px_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/48px_48px_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BilliardData/backgr.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BilliardData/ball1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BilliardData/ball2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BilliardData/hole.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BilliardData/sndh.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BilliardData/sndt.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BilliardData/stick.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BlockbreakerData/README +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/CP_cardfront.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/cardfront.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/electro_sp.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/001A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/001B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/002A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/002B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/003A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/003B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/004A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/004B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/005A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/005B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/006A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/006B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/007A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/007B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/008A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/008B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/009A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/009B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/010A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/010B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/011A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/011B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/012A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/012B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/013A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/013B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/014A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/014B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/015A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/015B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/016A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/016B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/017A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/017B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/018A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/018B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/019A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/019B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/020A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/020B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/021A.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/021B.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/CP_cardfront.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay/cardfront.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/README +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/findit.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/findit_next.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/findit_next_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/findit_prev.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/findit_prev_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/hint.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/hint_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay/F016A.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay/F016B.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay/F029A.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay/F029B.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay/F030A.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay/F030B.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay/F033A.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay/F033B.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay/img_diffs_1.csv +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/incorrect.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Data/back.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level1/cow.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level1/elephant.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level1/frog.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level1/lion.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level1/rooster.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level1/sheep.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level2/boat.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level2/car.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level2/plane.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level2/police.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level2/rocket.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level3/drum.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level3/flute.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level3/guitar.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level3/harp.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level3/piano.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level3/violin.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level4/banjo.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level4/cello.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level4/chimes.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level4/clarinette.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level4/didjeridu.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level4/shenai.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level5/alarm.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level5/bird.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level5/bubbles.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level5/carhorn.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level5/chiken.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level5/clang.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level5/cow.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level5/dog.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level6/duck2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level6/foghorn.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level6/frogs.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level6/hey.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level6/horse.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level6/plane.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level6/sheep.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level6/zap.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level1/cow.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level1/elephant.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level1/frog.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level1/lion.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level1/rooster.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level1/sheep.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level2/boat.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level2/car.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level2/plane.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level2/police.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level2/rocket.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level3/drum.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level3/flute.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level3/guitar.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level3/harp.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level3/piano.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level3/violin.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level4/banjo.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level4/cello.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level4/chimes.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level4/clarinette.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level4/didjeridu.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level4/shenai.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level5/alarm.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level5/bird.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level5/bubbles.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level5/carhorn.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level5/chiken.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level5/clang.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level5/cow.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level5/dog.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level6/duck2.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level6/foghorn.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level6/frogs.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level6/hey.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level6/horse.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level6/plane.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level6/sheep.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level6/zap.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/QueenAngel_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/QueenAngel_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds/childsplay/1.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds/childsplay/2.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds/childsplay/3.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds/childsplay/4.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds/childsplay/5.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds/childsplay/6.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds/childsplay/blub0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/blueking2_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/blueking2_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/butfish_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/butfish_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/cichlid1_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/cichlid1_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/cichlid4_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/cichlid4_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/collaris_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/collaris_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/discus2_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/discus2_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/discus3_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/discus3_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/eel_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/eel_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f00_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f00_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f01_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f01_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f02_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f02_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f03_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f03_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f04_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f04_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f05_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f05_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f06_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f06_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f07_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f07_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f08_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f08_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f09_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f09_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f10_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f10_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f11_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f11_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f12_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f12_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f13_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/f13_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/manta_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/manta_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/newf1_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/newf1_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/shark1_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/shark1_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/six_barred_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/six_barred_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/sounds/blub0.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/sounds/glockenschmoutz.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/sounds/poolsplash.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/10.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/3.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/4.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/4row_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/4row_board.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/4row_red.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/5.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/6.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/7.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/8.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/9.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/computer.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/fourrow.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/loss.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/pointer_computer.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/pointer_user.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/winner.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData/won.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/README +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/box.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/ichanger.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/babt_tux.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/bison.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/cardback.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/cardfront.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/crawfish.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/duck.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/flowers.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/frog_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/frog_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/frog_2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/miner.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/monkey.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/orc.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/penguin.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/penguin_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/penguin_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/puffin.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/rooster.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/seagull.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/seal.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/swan.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay/turkey.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/memory_sp.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/CP_cardback.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/CP_cardfront.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/babt_tux.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/bison.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/cardback.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/cardfront.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/crawfish.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/duck.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/flowers.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/frog_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/frog_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/frog_2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/miner.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/monkey.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/orc.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/penguin.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/penguin_0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/penguin_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/puffin.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/rooster.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/seagull.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/seal.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/swan.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay/turkey.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/01_cat.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/02_pig.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/03_bear.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/04_hippopotamus.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/05_penguin.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/06_cow.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/07_sheep.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/08_turtle.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/09_panda.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/10_chicken.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/11_redbird.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/12_wolf.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/13_monkey.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/14_fox.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/15_bluebirds.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/16_elephant.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/17_lion.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/18_gnu.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/19_bluebaby.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/20_greenbaby.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/21_frog.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/CP_cardback.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/CP_cardfront.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/cardback.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay/cardfront.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g3.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g4.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g5.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g6.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g7.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g8.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/g9.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/numbers_sp.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/playfield.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/playfield.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r3.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r4.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r5.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r6.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r7.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r8.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/r9.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/spiek.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/start.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w3.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w4.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w5.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w6.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w7.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w8.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData/w9.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/aardbei.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/appel.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/banaan.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/brick.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/camo.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/cherry.gif +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/citroen.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/eat.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/exit.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/feelgood.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/finlevel.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/grid0.txt +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/grid1.txt +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/grid2.txt +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/grid3.txt +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/kers.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/leafs.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac1.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac2.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac3.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac4.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac5.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac6.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_d.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_d_c.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_l.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_l_c.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_r.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_r_c.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_sad.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_smile.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_u.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/pac_u_c.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/peer.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/sea.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/waka.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/walk.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-ar +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-ca +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-cs +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-de +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-en +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-es +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-fr +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-he +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-hu +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-id +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-nl +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-no +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-pt +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-ru +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-sl +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData/words-uk +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/README +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/category.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/category_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/filewalker.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/filewalker.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/pause.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/pause_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/photoalbum.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/play.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/play_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/quit.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/quit_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/text.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/text_backgr.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData/text_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/arrow_down.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/arrow_up.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/bump.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/goal.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/loser.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/multi_pc.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/multi_person.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/pick.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/single.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/winner.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData/winner.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/target.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/target.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/birthday_cake.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/boat.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/bus.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/car01.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/chick-hatched.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/frog.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/grapes.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/miner.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/paint.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/pineapple.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/slate.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/tux.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1/wooden_cottage.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/puzzle.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/target.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/target.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/birthday_cake.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/boat.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/bus.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/car01.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/chick-hatched.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/frog.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/grapes.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/miner.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/paint.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/pineapple.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/slate.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/tux.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1/wooden_cottage.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_3.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_4.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_Data/quiz.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_generalData/general_knowledge.xml +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_generalData/quiz_general.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/30s.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/30s_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/40s.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/40s_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/50s.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/50s_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/60s.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/60s_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/70s.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/70s_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/background_keyboard.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/de/age.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/de/age_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/en/age.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/en/age_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/fr/age.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/fr/age_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/nl/age.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/nl/age_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/quiz_history.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/sv/age.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/sv/age_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_mathData/quiz_math.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_melodyData/quiz_melody.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_pictureData/quiz_picture.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_royalData/quiz_royal.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_sayingsData/quiz_sayings.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_textData/quiz_text.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizcontent/README +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizcontent/silence_1000.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizcontent/silence_500.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/a.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/b.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box2_good.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box2_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box2_green_small.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box2_red.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box2_red_small.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box2_small.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box2_wrong.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box4.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box4_good.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box4_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box4_green_small.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box4_red.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box4_red_small.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box4_small.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/box4_wrong.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/c.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/core_next_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/core_next_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/core_prev_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/core_prev_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/d.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/good_en.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/good_nl.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/quizengine.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/speaker.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/speaker_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/tryagain_en.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/tryagain_nl.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/vraagbox.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data/vraagbox_small.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/1.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/2.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/3.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/4.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/en/background.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/en/background_correct.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/en/background_repeat.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/en/background_start.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/en/background_wrong.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/nl/background.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/nl/background_correct.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/nl/background_repeat.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/nl/background_start.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/nl/background_wrong.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/blue_off.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/en +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/good.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/green_off.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/nl/good.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/nl/repeat.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/nl/simon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/nl/start.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/nl/wrong.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/red.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/red_off.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/simon_sp.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/wrong.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/yellow.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/yellow_off.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/alarm.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/banjo.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/bird.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/boat.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/bubbles.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/car.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/carhorn.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/cello.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/chiken.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/chimes.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/clang.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/clarinette.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/cow.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/didjeridu.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/dog.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/drum.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/duck2.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/elephant.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/flute.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/foghorn.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/frog.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/frogs.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/guitar.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/harp.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/hey.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/horse.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/lion.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/piano.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/plane.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/police.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/rocket.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/rooster.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/sheep.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/shenai.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/violin.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds/zap.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/but_back.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/but_bleu_up.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/but_red_down.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/soundmemory.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/background.svg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/childsplay/background.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/childsplay/begin.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/childsplay/begin_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/childsplay/beginbackground.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/childsplay/newquestion.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/childsplay/newquestion_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/dictionary_nl.txt +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/seniorplay/background.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/seniorplay/begin.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/seniorplay/begin_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/seniorplay/beginbackground.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/seniorplay/newquestion.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/seniorplay/newquestion_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/synonyms.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/TictactoeData/README +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/overlay_1_800x500.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/overlay_2_800x500.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/overlay_3_800x500.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/overlay_4_800x500.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/overlay_5_800x500.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/overlay_6_800x500.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/sponge.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/bruegel0.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/bruegel1.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/bruegel2.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/gogh0.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/gogh1.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/gogh2.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/gogh3.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/monet0.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/monet1.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/monet3.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/monet4.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/pieck0.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/pieck1.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/pieck2.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/pieck3.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/rembrandt0.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/rembrandt1.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/rembrandt2.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/renoir0.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/vermeer1.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/vermeer2.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/vermeer3.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1/vermeer4.jpg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/wipe.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/bummer.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/button_hover.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/dealcard1.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/dltrData/dltr.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/good.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/good1.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/good_en.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/pause_0_35.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/pause_0_75.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/soundbut.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/thumbsup.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/volumecheck.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/wahoo.wav +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/wrong.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/wrong1.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/DejaVu-ttf.copyright +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/DejaVuSansCondensed-Bold.ttf +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/DejaVuSansCondensed-Bold.ttf +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/arial.ttf +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/red/dice-1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/red/dice-2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/red/dice-3.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/red/dice-4.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/red/dice-5.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/red/dice-6.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/white/dice-1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/white/dice-2.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/white/dice-3.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/white/dice-4.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/white/dice-5.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/white/dice-6.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/icons/cursor_1-mask.xbm +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/icons/cursor_1.xbm +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/icons/sound.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/sounds/hal.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/sounds/hal_old.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/themes/core.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/themes/reload.ogg +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/themes/reload.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/36px_center_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/36px_center_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/36px_center_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/36px_left_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/36px_left_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/36px_left_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/36px_right_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/36px_right_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/36px_right_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/54px_center_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/54px_center_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/54px_center_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/54px_left_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/54px_left_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/54px_left_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/54px_right_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/54px_right_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/54px_right_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/81px_center_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/81px_center_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/81px_center_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/81px_left_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/81px_left_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/81px_left_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/81px_right_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/81px_right_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/81px_right_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/SPWidgets.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/dialog_bottom_center.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/dialog_bottom_left.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/dialog_bottom_right.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/dialog_center_center.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/dialog_center_left.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/dialog_center_right.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/dialog_top_center.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/dialog_top_left.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay/dialog_top_right.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/36px_center_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/36px_center_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/36px_center_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/36px_left_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/36px_left_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/36px_left_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/36px_right_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/36px_right_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/36px_right_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/54px_center_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/54px_center_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/54px_center_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/54px_left_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/54px_left_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/54px_left_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/54px_right_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/54px_right_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/54px_right_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/81px_center_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/81px_center_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/81px_center_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/81px_left_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/81px_left_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/81px_left_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/81px_right_black.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/81px_right_blue.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/81px_right_green.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay/SPWidgets.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/SP_menu.xml +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/SP_menu.xml.back +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/background.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/bottom_menubar.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_info_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_info_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_quit_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_quit_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_voldown_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_voldown_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_volmute_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_volmute_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_volume_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_volume_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_volup_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/core_volup_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/dailytraining.xml +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/dailytraining_SPUser.xml +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/dailytraining_default.xml +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/dailytraining_demo.xml +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/logo_cp_32x32.xpm +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menu_bar.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/BlockBreaker.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/BlockBreaker_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/README +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/TicTacToe.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/TicTacToe_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/billiard.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/billiard_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/dltr.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/dltr_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/electro_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/electro_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/fallingletters.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/fallingletters_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/findit_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/findit_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/findsound.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/findsound_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/fishtank.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/fishtank_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/fourrow.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/fourrow_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/ichanger.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/ichanger_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/memory_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/memory_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/electro_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/electro_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/findit_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/findit_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/fishtank.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/ichanger.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/ichanger_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/memory.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/memory_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/numbers.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/photoalbum.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/puzzle.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/puzzle_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_general.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_history.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_history_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_math.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_math_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_melody.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_melody_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_picture.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_picture_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_royal.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_royal_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_text.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/quiz_text_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/simon_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/simon_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/soundmemory.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/soundmemory_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/games.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/games_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/newgames.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/newgames_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/puzzles.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/puzzles_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/quiz.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/quiz_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/training.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu/training_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/numbers_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/numbers_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/packid.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/packid_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/photoalbum.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/photoalbum_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/pong.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/pong_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/puzzle.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/puzzle_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_general.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_history.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_history_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_math.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_math_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_melody.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_melody_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_pic.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_pic_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_royal.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_royal_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_sayings.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_sayings_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_text.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/quiz_text_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/simon_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/simon_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/soundmemory.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/soundmemory_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/games.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/games_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/newgames.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/newgames_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/puzzles.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/puzzles_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/quiz.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/quiz_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/training.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu/training_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/test_act.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/wipe.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/wipe_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/spgdm_back.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/star0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/star0_b.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/star1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/star1_b.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/theme.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/SP_menu.xml +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/background.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/bottom_menubar.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/core_info_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/core_info_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/core_next_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/core_next_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/core_prev_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/core_prev_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/core_quit_button.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/core_quit_button_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/dailytraining.xml +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/findit_next.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/findit_next_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/findit_prev.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/findit_prev_ro.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/logo_cp_32x32.xpm +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menu_bar.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/README +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/dltr.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/dltr_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/electro_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/electro_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/findit_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/findit_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/fishtank.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/fishtank_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/ichanger.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/ichanger_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/memory.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/memory_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/dltr.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/dltr_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/electro_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/electro_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/findit_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/findit_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/fishtank.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/fishtank_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/ichanger.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/ichanger_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/memory.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/memory_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/numbers.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/numbers_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/photoalbum.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/photoalbum_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/puzzle.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/puzzle_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_general.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_general_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_history.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_history_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_math.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_math_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_melody.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_melody_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_picture.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_picture_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_royal.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_royal_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_sayings.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_sayings_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_text.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/quiz_text_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/simon_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/simon_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/soundmemory.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/soundmemory_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/spinbottle.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/spinbottle_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/story.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/games.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/games_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/newgames.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/newgames_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/puzzles.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/puzzles_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/quiz.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/quiz_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/training.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu/training_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/synonyms.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/synonyms_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/video.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/video_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/wipe.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/numbers.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/numbers_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/photoalbum.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/photoalbum_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/puzzle.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/puzzle_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_general.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_general_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_history.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_history_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_math.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_math_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_melody.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_melody_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_picture.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_picture_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_royal.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_royal_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_sayings.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_sayings_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_text.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/quiz_text_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/simon_sp.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/simon_sp_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/soundmemory.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/soundmemory_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/spinbottle.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/spinbottle_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/story.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/games.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/games_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/newgames.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/newgames_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/puzzles.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/puzzles_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/quiz.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/quiz_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/training.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu/training_active.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/synonyms.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/synonyms_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/video.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/video_ro.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/wipe.icon.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/spgdm_back.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/star0.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/star0_b.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/star1.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/star1_b.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/theme.rc +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/voldown.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/volup.png +%%PYTHON_SITELIBDIR%%/childsplay/lib/TicTacToe.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/TicTacToe.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/billiard.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/billiard.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/dltr.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/dltr.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/electro_sp.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/electro_sp.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/fallingletters.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/fallingletters.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/findit_sp.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/findit_sp.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/findsound.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/findsound.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/fishtank.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/fishtank.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/fourrow.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/fourrow.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/ichanger.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/ichanger.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/memory_sp.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/memory_sp.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/numbers_sp.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/numbers_sp.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/packid.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/packid.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/photoalbum.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/photoalbum.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/pong.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/pong.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/puzzle.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/puzzle.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_general.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_general.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_history.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_history.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_math.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_math.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_melody.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_melody.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_personal.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_personal.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_picture.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_picture.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_regional.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_regional.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_royal.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_royal.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_sayings.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_sayings.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_text.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quiz_text.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/quizengine.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/quizengine.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/simon_sp.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/simon_sp.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/soundmemory.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/soundmemory.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/spinbottle.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/spinbottle.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/synonyms.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/synonyms.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/test_act.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/test_act.pyc +%%PYTHON_SITELIBDIR%%/childsplay/lib/wipe.py +%%PYTHON_SITELIBDIR%%/childsplay/lib/wipe.pyc +%%PYTHON_SITELIBDIR%%/childsplay/pangofont.py +%%PYTHON_SITELIBDIR%%/childsplay/pangofont.pyc +%%PYTHON_SITELIBDIR%%/childsplay/utils.py +%%PYTHON_SITELIBDIR%%/childsplay/utils.pyc share/locale/ar/LC_MESSAGES/childsplay.mo share/locale/ca/LC_MESSAGES/childsplay.mo -share/locale/da/LC_MESSAGES/childsplay.mo +share/locale/cs/LC_MESSAGES/childsplay.mo share/locale/de/LC_MESSAGES/childsplay.mo share/locale/el/LC_MESSAGES/childsplay.mo +share/locale/eo/LC_MESSAGES/childsplay.mo share/locale/es/LC_MESSAGES/childsplay.mo share/locale/fr/LC_MESSAGES/childsplay.mo -share/locale/he/LC_MESSAGES/childsplay.mo -share/locale/id/LC_MESSAGES/childsplay.mo +share/locale/hu/LC_MESSAGES/childsplay.mo share/locale/it/LC_MESSAGES/childsplay.mo +share/locale/nb/LC_MESSAGES/childsplay.mo share/locale/nl/LC_MESSAGES/childsplay.mo -share/locale/no/LC_MESSAGES/childsplay.mo +share/locale/pl/LC_MESSAGES/childsplay.mo share/locale/pt/LC_MESSAGES/childsplay.mo +share/locale/pt_BR/LC_MESSAGES/childsplay.mo +share/locale/ro/LC_MESSAGES/childsplay.mo +share/locale/ru/LC_MESSAGES/childsplay.mo +share/locale/sk/LC_MESSAGES/childsplay.mo share/locale/sl/LC_MESSAGES/childsplay.mo share/locale/sv/LC_MESSAGES/childsplay.mo -share/locale/tr/LC_MESSAGES/childsplay.mo -@dirrm share/doc/childsplay/po/wordlist -@dirrm share/doc/childsplay/po/tr -@dirrm share/doc/childsplay/po/sv -@dirrm share/doc/childsplay/po/sl -@dirrm share/doc/childsplay/po/pt -@dirrm share/doc/childsplay/po/no -@dirrm share/doc/childsplay/po/nl -@dirrm share/doc/childsplay/po/it -@dirrm share/doc/childsplay/po/id -@dirrm share/doc/childsplay/po/he -@dirrm share/doc/childsplay/po/fr -@dirrm share/doc/childsplay/po/es -@dirrm share/doc/childsplay/po/el -@dirrm share/doc/childsplay/po/de -@dirrm share/doc/childsplay/po/da -@dirrm share/doc/childsplay/po/ca -@dirrm share/doc/childsplay/po/ar -@dirrm share/doc/childsplay/po -@dirrm share/doc/childsplay -@dirrm share/childsplay/lib/MemoryData -@dirrm share/childsplay/lib/ConfigData -@dirrm share/childsplay/lib -@dirrm share/childsplay/Data/icons -@dirrm share/childsplay/Data -@dirrm share/childsplay -@dirrm share/assetml/childsplay/memory-136x136/po -@dirrm share/assetml/childsplay/memory-136x136 -@dirrm share/assetml/childsplay/childsplay-sounds -@dirrm share/assetml/childsplay/childsplay-images -@dirrm share/assetml/childsplay -@dirrm childsplay/lib -@dirrm childsplay -@cwd /var -games/childsplay.score +share/locale/uk/LC_MESSAGES/childsplay.mo +share/locale/vi/LC_MESSAGES/childsplay.mo +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/submenu +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl/submenu +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons/nl +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay/menuicons +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/seniorplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/submenu +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl/submenu +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons/nl +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay/menuicons +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/themes +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/seniorplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui/themes +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/gui +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/themes +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/sounds +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/icons +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/white +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice/red +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base/dice +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData/base +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/SPData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/dltrData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData/tileset_1 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/WipeData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/TictactoeData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/seniorplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SynonymsData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData/Sounds +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/SoundmemoryData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/nl +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/nl +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds/en +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData/backgrounds +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Simon_spData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizengine_Data +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizcontent/speakers/2 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizcontent/speakers/1 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizcontent/speakers +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quizcontent +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_textData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_sayingsData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_royalData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_pictureData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_melodyData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_mathData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/sv +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/nl +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/fr +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/en +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData/de +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_historyData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_generalData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Quiz_Data +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_4 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_3 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_2 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay/tileset_1 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/seniorplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay/tileset_1 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PuzzleData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PongData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PhotoalbumData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/PackidData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Numbers_spData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_2 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData/tileset_1 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Memory_spData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/seniorplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData/images +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/IchangerData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FourrowData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/sounds +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds/seniorplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData/backgrounds +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FishtankData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level6 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level5 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level4 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level3 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level2 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds/level1 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Sounds +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level6 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level5 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level4 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level3 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level2 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images/level1 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Images +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData/Data +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FindsoundData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/seniorplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData/images +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Findit_spData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/FallinglettersData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1/childsplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/tileset_1 +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/images/seniorplay +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData/images +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/Electro_spData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/DbaseAssets/Sounds +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/DbaseAssets/Images +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/DbaseAssets +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BlockbreakerData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData/BilliardData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib/CPData +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/lib +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds/en +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/alphabetsounds +@dirrm %%PYTHON_SITELIBDIR%%/childsplay/SPWidgets +@dirrm %%PYTHON_SITELIBDIR%%/childsplay >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 A9F188EC for ; Mon, 16 Dec 2013 18:10: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 89C8D1A04 for ; Mon, 16 Dec 2013 18:10: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 rBGIATVX016664 for ; Mon, 16 Dec 2013 18:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIATQM016663; Mon, 16 Dec 2013 18:10:29 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:29 GMT Resent-Message-Id: <201312161810.rBGIATQM016663@freefall.freebsd.org> 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 112535FE for ; Mon, 16 Dec 2013 18:06:31 +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 D869B18C7 for ; Mon, 16 Dec 2013 18:06:30 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 145391880009 for ; Tue, 17 Dec 2013 03:06:28 +0900 (JST) Message-Id: <20131217025137.905a9b69344cd49be7097510@yahoo.com> Date: Tue, 17 Dec 2013 02:51:37 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184902: www/cntlm: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:29 -0000 >Number: 184902 >Category: ports >Synopsis: www/cntlm: 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: Mon Dec 16 18:10:29 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/www/cntlm/Makefile www/cntlm/Makefile --- /usr/ports/www/cntlm/Makefile 2013-11-06 21:57:54.000000000 +0900 +++ www/cntlm/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -12,19 +12,34 @@ LICENSE= GPLv2 USE_RC_SUBR= cntlm + USES= gmake HAS_CONFIGURE= yes +MAKEFILE= Makefile.gcc ALL_TARGET= cntlm +post-extract: + @${LN} -sf cntlm.conf ${WRKSRC}/doc/cntlm.conf.sample + post-patch: - @${REINPLACE_CMD} -e 's|DESTDIR=|DESTDIR=${PREFIX}|' \ - -e 's|CC=|CC?=|' \ - -e 's|-Wno-unused-but-set-variable -pedantic -O3||' \ - ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + 's|$$(DESTDIR)/etc|$$(PREFIX)/etc| ; \ + s|^CC=|CC?=| ; \ + s| -Wno-unused-but-set-variable | | ; \ + s| -pedantic | | ; \ + s| -O3 | | ; \ + s|@$$(CC)|$$(CC)| ; \ + s|@if|if| ; \ + s|-lpthread|-pthread|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + '/exit 1/s|^|#|' ${WRKSRC}/configure do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/cntlm ${STAGEDIR}${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/doc/cntlm.conf ${STAGEDIR}${PREFIX}/etc/cntlm.conf.sample - ${INSTALL_MAN} ${WRKSRC}/doc/cntlm.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 + (cd ${WRKSRC} && ${INSTALL_PROGRAM} cntlm \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC}/doc && ${INSTALL_MAN} cntlm.1 \ + ${STAGEDIR}${MANPREFIX}/man/man1) + (cd ${WRKSRC}/doc && ${INSTALL_DATA} cntlm.conf.sample \ + ${STAGEDIR}${PREFIX}/etc) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 17D928F6 for ; Mon, 16 Dec 2013 18:10: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 EAF7C1A0E for ; Mon, 16 Dec 2013 18:10:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIAUvl016709 for ; Mon, 16 Dec 2013 18:10:30 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAUYw016708; Mon, 16 Dec 2013 18:10:30 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:30 GMT Resent-Message-Id: <201312161810.rBGIAUYw016708@freefall.freebsd.org> 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 671563B8 for ; Mon, 16 Dec 2013 18:04:14 +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 107AD187F for ; Mon, 16 Dec 2013 18:04:14 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 161EE1880004 for ; Tue, 17 Dec 2013 03:04:11 +0900 (JST) Message-Id: <20131217024916.00dcd38cf495f7af03390396@yahoo.com> Date: Tue, 17 Dec 2013 02:49:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184907: graphics/apngdis: Update to version 2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:31 -0000 >Number: 184907 >Category: ports >Synopsis: graphics/apngdis: Update to version 2.6 >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 Dec 16 18:10:30 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 2.6 New file: files/patch-Makefile >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/apngdis/Makefile graphics/apngdis/Makefile --- /usr/ports/graphics/apngdis/Makefile 2013-12-11 05:39:55.000000000 +0900 +++ graphics/apngdis/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,46 +2,40 @@ # $FreeBSD: head/graphics/apngdis/Makefile 336095 2013-12-10 19:38:47Z nemysis $ PORTNAME= apngdis -PORTVERSION= 2.5 +PORTVERSION= 2.6 DISTVERSIONSUFFIX=-src CATEGORIES= graphics MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} +EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Deconstructs APNG files into individual frames LICENSE= ZLIB -NO_WRKSUBDIR= yes - -USE_DOS2UNIX= yes -USE_ZIP= yes +OPTIONS_DEFINE= DOCS STATIC -LDFLAGS+= -lz +NO_WRKSUBDIR= yes -PLIST_FILES= bin/${PORTNAME} +USES= dos2unix gmake PORTDOCS= readme.txt +PLIST_FILES= bin/${PORTNAME} -OPTIONS_DEFINE= DOCS STATIC - -NO_STAGE= yes .include .if ${PORT_OPTIONS:MSTATIC} -LDFLAGS+= -static +BUILD_DEPENDS+= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png +MAKE_ENV+= STATIC=1 +.else +LIB_DEPENDS+= libpng15.so:${PORTSDIR}/graphics/png .endif -do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} ${CPPFLAGS} ${PORTNAME}.c \ - -o ${PORTNAME} ${LDFLAGS} - do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -.if ${PORT_OPTIONS:MDOCS} - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} -.endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} \ + ${STAGEDIR}${DOCSDIR}) .include diff -urN /usr/ports/graphics/apngdis/distinfo graphics/apngdis/distinfo --- /usr/ports/graphics/apngdis/distinfo 2013-11-06 22:02:26.000000000 +0900 +++ graphics/apngdis/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (apngdis-2.5-src.zip) = 684ef8da1688c8fdb1a3dfe742fcf344bfff23b701fb31cea2ece7b2a272faec -SIZE (apngdis-2.5-src.zip) = 9085 +SHA256 (apngdis-2.6-src.zip) = f2bed6570bd73155f2f729920398b141028bc4bf74dc0d621feb27b810231a17 +SIZE (apngdis-2.6-src.zip) = 450493 diff -urN /usr/ports/graphics/apngdis/files/patch-Makefile graphics/apngdis/files/patch-Makefile --- /usr/ports/graphics/apngdis/files/patch-Makefile 1970-01-01 09:00:00.000000000 +0900 +++ graphics/apngdis/files/patch-Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,24 @@ +--- Makefile.orig ++++ Makefile +@@ -1,11 +1,16 @@ + PACKAGE = apngdis +-CC = gcc +-CFLAGS = -Wall -pedantic +-CFLAGS_OPT = -O2 +-LIBS = -lstdc++ -lm -lpng -lz ++CXX ?= c++ ++CXXFLAGS += -Wall -pedantic ++CPPFLAGS += $(shell libpng-config --cflags) ++ifeq ($(strip $(STATIC)),) ++LIBS = $(shell libpng-config --ldflags) ++else ++LIBS = $(shell libpng-config --static --ldflags) ++LDFLAGS += -static ++endif + + all : +- $(CC) $(CFLAGS) $(CFLAGS_OPT) -o apngdis apngdis.cpp -s $(LIBS) ++ $(CXX) $(CXXFLAGS) $(CPPFLAGS) -o apngdis apngdis.cpp -s $(LIBS) $(LDFLAGS) + + .PHONY : clean + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 607B989A for ; Mon, 16 Dec 2013 18: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 3E1FF19DF for ; Mon, 16 Dec 2013 18: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 rBGIAOHV016511 for ; Mon, 16 Dec 2013 18:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAOvH016510; Mon, 16 Dec 2013 18:10:24 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:24 GMT Resent-Message-Id: <201312161810.rBGIAOvH016510@freefall.freebsd.org> 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 AA3202A1 for ; Mon, 16 Dec 2013 18:01:36 +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 510A5184B for ; Mon, 16 Dec 2013 18:01:35 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id 45699980174 for ; Tue, 17 Dec 2013 03:01:29 +0900 (JST) Message-Id: <20131217024714.c58c524dff99bc0ab5d2c530@yahoo.com> Date: Tue, 17 Dec 2013 02:47:14 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184885: devel/libexplain: Update to version 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:24 -0000 >Number: 184885 >Category: ports >Synopsis: devel/libexplain: Update to version 1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:24 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Update to version 1.3 New file: files/patch-codegen__ioctl_scan.c files/patch-libexplain__ac__acl__libacl.c files/patch-libexplain__buffer__errno__setpriority.c files/patch-libexplain__vasprintf.h >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/libexplain/Makefile devel/libexplain/Makefile --- /usr/ports/devel/libexplain/Makefile 2013-12-06 00:41:21.000000000 +0900 +++ devel/libexplain/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/libexplain/Makefile 335665 2013-12-05 12:35:48Z ehaupt $ PORTNAME= libexplain -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTVERSION} @@ -11,17 +11,21 @@ LICENSE= LGPL3 +BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed RUN_DEPENDS= lsof:${PORTSDIR}/sysutils/lsof -BUILD_DEPENDS= pdfopt:${PORTSDIR}/print/ghostscript9 \ - gsed:${PORTSDIR}/textproc/gsed -USE_AUTOTOOLS= libtool USES= bison gettext gmake +USE_GHOSTSCRIPT_BUILD= yes +USE_AUTOTOOLS= libtool +CONFIGURE_ENV= ac_cv_header_linux_kd_h=no USE_LDCONFIG= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + post-patch: - @${REINPLACE_CMD} -e 's|sed -e|gsed -e|g' -e 's|\ sed\ | gsed |g' \ - -e '/@sleep 1/d' \ - ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|$$(libdir)/pkgconfig|$$(libdir)/../libdata/pkgconfig|g ; \ + s|\([[:blank:]]\)sed|\1gsed|g' ${WRKSRC}/Makefile.in .include diff -urN /usr/ports/devel/libexplain/distinfo devel/libexplain/distinfo --- /usr/ports/devel/libexplain/distinfo 2013-11-06 21:50:11.000000000 +0900 +++ devel/libexplain/distinfo 2013-12-17 00:00:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (libexplain-1.2.tar.gz) = a8e0d3f05fcb5870251a97dd507c6b89a73b3511f2241080088352efa37fa503 -SIZE (libexplain-1.2.tar.gz) = 4589565 +SHA256 (libexplain-1.3.tar.gz) = 18b76bd95f9476edc627ae3a3414e364e14c7f461df0c7925919fc9bddce643a +SIZE (libexplain-1.3.tar.gz) = 4742321 diff -urN /usr/ports/devel/libexplain/files/patch-codegen__ioctl_scan.c devel/libexplain/files/patch-codegen__ioctl_scan.c --- /usr/ports/devel/libexplain/files/patch-codegen__ioctl_scan.c 1970-01-01 09:00:00.000000000 +0900 +++ devel/libexplain/files/patch-codegen__ioctl_scan.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,29 @@ +--- codegen/ioctl_scan.c.orig ++++ codegen/ioctl_scan.c +@@ -40,6 +40,10 @@ + #include + #include + ++#ifndef FTW_ACTIONRETVAL ++#define FTW_CONTINUE 0 ++#endif ++ + + static void + regcomp_or_die(regex_t *preg, const char *regex, int cflags) +@@ -306,6 +310,7 @@ + { + (void)typeflag; + (void)ftwbuf; ++#ifdef FTW_ACTIONRETVAL + if (typeflag == FTW_D) + { + explain_output_error("walking %s\n", pathname); +@@ -314,6 +319,7 @@ + if (ends_with(pathname, "/..")) + return FTW_SKIP_SUBTREE; + } ++#endif + if (S_ISREG(st->st_mode) && ends_with(pathname , ".h")) + ioctl_scan_include(pathname); + return FTW_CONTINUE; diff -urN /usr/ports/devel/libexplain/files/patch-libexplain__ac__acl__libacl.c devel/libexplain/files/patch-libexplain__ac__acl__libacl.c --- /usr/ports/devel/libexplain/files/patch-libexplain__ac__acl__libacl.c 1970-01-01 09:00:00.000000000 +0900 +++ devel/libexplain/files/patch-libexplain__ac__acl__libacl.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,18 @@ +--- libexplain/ac/acl/libacl.c.orig ++++ libexplain/ac/acl/libacl.c +@@ -18,10 +18,14 @@ + */ + + #include ++#include ++ ++#include + + #ifndef HAVE_ACL_ENTRIES + +-static int ++LIBEXPLAIN_LINKAGE_HIDDEN ++int + acl_entries(acl_t acl) + { + int result = 0; diff -urN /usr/ports/devel/libexplain/files/patch-libexplain__buffer__errno__setpriority.c devel/libexplain/files/patch-libexplain__buffer__errno__setpriority.c --- /usr/ports/devel/libexplain/files/patch-libexplain__buffer__errno__setpriority.c 1970-01-01 09:00:00.000000000 +0900 +++ devel/libexplain/files/patch-libexplain__buffer__errno__setpriority.c 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,18 @@ +--- libexplain/buffer/errno/setpriority.c.orig ++++ libexplain/buffer/errno/setpriority.c +@@ -124,6 +124,7 @@ + /* FIXME: i18n */ + "the caller attempted to lower a process priority" + ); ++#ifdef RLIMIT_NICE + if (explain_option_dialect_specific()) + { + /* +@@ -141,6 +142,7 @@ + explain_string_buffer_printf(sb, " (%d < %d)", prio, cur); + } + } ++#endif + explain_buffer_dac_sys_nice(sb); + break; + diff -urN /usr/ports/devel/libexplain/files/patch-libexplain__buffer__hostent.c devel/libexplain/files/patch-libexplain__buffer__hostent.c --- /usr/ports/devel/libexplain/files/patch-libexplain__buffer__hostent.c 2013-11-06 21:50:11.000000000 +0900 +++ devel/libexplain/files/patch-libexplain__buffer__hostent.c 2013-12-17 00:00:00.000000000 +0900 @@ -1,13 +1,10 @@ --- ./libexplain/buffer/hostent.c.orig 2013-03-15 02:34:07.000000000 +0100 +++ ./libexplain/buffer/hostent.c 2013-05-31 10:52:55.842570569 +0200 -@@ -28,6 +28,10 @@ - #include - #include +@@ -18,6 +18,7 @@ -+#ifdef __FreeBSD__ -+#include -+#endif -+ + #include + #include ++#include - void - explain_buffer_hostent(explain_string_buffer_t *sb, + #include + #include diff -urN /usr/ports/devel/libexplain/files/patch-libexplain__vasprintf.h devel/libexplain/files/patch-libexplain__vasprintf.h --- /usr/ports/devel/libexplain/files/patch-libexplain__vasprintf.h 1970-01-01 09:00:00.000000000 +0900 +++ devel/libexplain/files/patch-libexplain__vasprintf.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,11 @@ +--- libexplain/vasprintf.h.orig 2013-12-06 17:16:42.000000000 +0900 ++++ libexplain/vasprintf.h 2013-12-06 17:17:29.000000000 +0900 +@@ -27,6 +27,8 @@ + * by the vasprintf(3) system call. + */ + ++#include ++ + #include + #include + diff -urN /usr/ports/devel/libexplain/pkg-descr devel/libexplain/pkg-descr --- /usr/ports/devel/libexplain/pkg-descr 2013-11-06 21:50:11.000000000 +0900 +++ devel/libexplain/pkg-descr 2013-12-17 00:00:00.000000000 +0900 @@ -1,5 +1,5 @@ -A library which may be used to explain Unix and Linux system call errors. The -library is not quite a drop-in replacement for strerror, but it comes close. -Each system call has a dedicated libexplain function. +A library which may be used to explain Unix and Linux system call +errors. The library is not quite a drop-in replacement for strerror, but +it comes close. Each system call has a dedicated libexplain function. WWW: http://libexplain.sourceforge.net/ diff -urN /usr/ports/devel/libexplain/pkg-plist devel/libexplain/pkg-plist --- /usr/ports/devel/libexplain/pkg-plist 2013-11-06 21:50:11.000000000 +0900 +++ devel/libexplain/pkg-plist 2013-12-17 00:00:00.000000000 +0900 @@ -3,8 +3,15 @@ include/libexplain/accept4.h include/libexplain/access.h include/libexplain/acct.h +include/libexplain/acl_from_text.h +include/libexplain/acl_get_fd.h +include/libexplain/acl_get_file.h +include/libexplain/acl_set_fd.h +include/libexplain/acl_set_file.h +include/libexplain/acl_to_text.h include/libexplain/adjtime.h include/libexplain/adjtimex.h +include/libexplain/asprintf.h include/libexplain/bind.h include/libexplain/calloc.h include/libexplain/chdir.h @@ -13,11 +20,13 @@ include/libexplain/chroot.h include/libexplain/close.h include/libexplain/closedir.h +include/libexplain/config.messy.h include/libexplain/connect.h include/libexplain/creat.h include/libexplain/dirfd.h include/libexplain/dup.h include/libexplain/dup2.h +include/libexplain/endgrent.h include/libexplain/eventfd.h include/libexplain/execlp.h include/libexplain/execv.h @@ -27,6 +36,7 @@ include/libexplain/fchdir.h include/libexplain/fchmod.h include/libexplain/fchown.h +include/libexplain/fchownat.h include/libexplain/fclose.h include/libexplain/fcntl.h include/libexplain/fdopen.h @@ -50,15 +60,20 @@ include/libexplain/fread.h include/libexplain/freopen.h include/libexplain/fseek.h +include/libexplain/fseeko.h include/libexplain/fsetpos.h include/libexplain/fstat.h +include/libexplain/fstatat.h include/libexplain/fstatfs.h include/libexplain/fstatvfs.h include/libexplain/fsync.h include/libexplain/ftell.h +include/libexplain/ftello.h include/libexplain/ftime.h include/libexplain/ftruncate.h +include/libexplain/futimens.h include/libexplain/futimes.h +include/libexplain/futimesat.h include/libexplain/fwrite.h include/libexplain/gcc_attributes.h include/libexplain/getaddrinfo.h @@ -66,12 +81,16 @@ include/libexplain/getchar.h include/libexplain/getcwd.h include/libexplain/getdomainname.h +include/libexplain/getgrent.h +include/libexplain/getgrouplist.h include/libexplain/getgroups.h include/libexplain/gethostbyname.h +include/libexplain/gethostid.h include/libexplain/gethostname.h include/libexplain/getpeername.h include/libexplain/getpgid.h include/libexplain/getpgrp.h +include/libexplain/getpriority.h include/libexplain/getresgid.h include/libexplain/getresuid.h include/libexplain/getrlimit.h @@ -80,6 +99,9 @@ include/libexplain/getsockopt.h include/libexplain/gettimeofday.h include/libexplain/getw.h +include/libexplain/iconv.h +include/libexplain/iconv_close.h +include/libexplain/iconv_open.h include/libexplain/ioctl.h include/libexplain/kill.h include/libexplain/large_file_support.h @@ -90,6 +112,7 @@ include/libexplain/listen.h include/libexplain/lseek.h include/libexplain/lstat.h +include/libexplain/lutimes.h include/libexplain/malloc.h include/libexplain/mkdir.h include/libexplain/mkdtemp.h @@ -99,13 +122,16 @@ include/libexplain/mktemp.h include/libexplain/mmap.h include/libexplain/munmap.h +include/libexplain/nanosleep.h include/libexplain/nice.h include/libexplain/open.h +include/libexplain/openat.h include/libexplain/opendir.h include/libexplain/output.h include/libexplain/pathconf.h include/libexplain/pclose.h include/libexplain/pipe.h +include/libexplain/pipe2.h include/libexplain/poll.h include/libexplain/popen.h include/libexplain/pread.h @@ -135,22 +161,26 @@ include/libexplain/setdomainname.h include/libexplain/setenv.h include/libexplain/setgid.h +include/libexplain/setgrent.h include/libexplain/setgroups.h include/libexplain/sethostname.h include/libexplain/setlinebuf.h include/libexplain/setpgid.h include/libexplain/setpgrp.h +include/libexplain/setpriority.h include/libexplain/setregid.h include/libexplain/setresgid.h include/libexplain/setresuid.h include/libexplain/setreuid.h include/libexplain/setsid.h include/libexplain/setsockopt.h +include/libexplain/settimeofday.h include/libexplain/setuid.h include/libexplain/setvbuf.h include/libexplain/shmat.h include/libexplain/shmctl.h include/libexplain/signalfd.h +include/libexplain/sleep.h include/libexplain/snprintf.h include/libexplain/socket.h include/libexplain/socketpair.h @@ -159,6 +189,7 @@ include/libexplain/statfs.h include/libexplain/statvfs.h include/libexplain/stime.h +include/libexplain/strcoll.h include/libexplain/strdup.h include/libexplain/strndup.h include/libexplain/strtod.h @@ -186,11 +217,13 @@ include/libexplain/ungetc.h include/libexplain/unlink.h include/libexplain/unsetenv.h +include/libexplain/usleep.h include/libexplain/ustat.h include/libexplain/utime.h include/libexplain/utimens.h include/libexplain/utimensat.h include/libexplain/utimes.h +include/libexplain/vasprintf.h include/libexplain/vfork.h include/libexplain/vfprintf.h include/libexplain/vprintf.h @@ -200,14 +233,13 @@ include/libexplain/wait3.h include/libexplain/wait4.h include/libexplain/waitpid.h -include/libexplain/warn_unused_result.h include/libexplain/write.h include/libexplain/writev.h lib/libexplain.a lib/libexplain.la lib/libexplain.so -lib/libexplain.so.54 -lib/pkgconfig/libexplain.pc +lib/libexplain.so.55 +libdata/pkgconfig/libexplain.pc man/man1/explain.1.gz man/man1/explain_lca2010.1.gz man/man1/explain_license.1.gz @@ -220,10 +252,24 @@ man/man3/explain_access_or_die.3.gz man/man3/explain_acct.3.gz man/man3/explain_acct_or_die.3.gz +man/man3/explain_acl_from_text.3.gz +man/man3/explain_acl_from_text_or_die.3.gz +man/man3/explain_acl_get_fd.3.gz +man/man3/explain_acl_get_fd_or_die.3.gz +man/man3/explain_acl_get_file.3.gz +man/man3/explain_acl_get_file_or_die.3.gz +man/man3/explain_acl_set_fd.3.gz +man/man3/explain_acl_set_fd_or_die.3.gz +man/man3/explain_acl_set_file.3.gz +man/man3/explain_acl_set_file_or_die.3.gz +man/man3/explain_acl_to_text.3.gz +man/man3/explain_acl_to_text_or_die.3.gz man/man3/explain_adjtime.3.gz man/man3/explain_adjtime_or_die.3.gz man/man3/explain_adjtimex.3.gz man/man3/explain_adjtimex_or_die.3.gz +man/man3/explain_asprintf.3.gz +man/man3/explain_asprintf_or_die.3.gz man/man3/explain_bind.3.gz man/man3/explain_bind_or_die.3.gz man/man3/explain_calloc.3.gz @@ -250,6 +296,8 @@ man/man3/explain_dup2.3.gz man/man3/explain_dup2_or_die.3.gz man/man3/explain_dup_or_die.3.gz +man/man3/explain_endgrent.3.gz +man/man3/explain_endgrent_or_die.3.gz man/man3/explain_eventfd.3.gz man/man3/explain_eventfd_or_die.3.gz man/man3/explain_execlp.3.gz @@ -267,6 +315,8 @@ man/man3/explain_fchmod_or_die.3.gz man/man3/explain_fchown.3.gz man/man3/explain_fchown_or_die.3.gz +man/man3/explain_fchownat.3.gz +man/man3/explain_fchownat_or_die.3.gz man/man3/explain_fclose.3.gz man/man3/explain_fclose_or_die.3.gz man/man3/explain_fcntl.3.gz @@ -312,10 +362,14 @@ man/man3/explain_freopen_or_die.3.gz man/man3/explain_fseek.3.gz man/man3/explain_fseek_or_die.3.gz +man/man3/explain_fseeko.3.gz +man/man3/explain_fseeko_or_die.3.gz man/man3/explain_fsetpos.3.gz man/man3/explain_fsetpos_or_die.3.gz man/man3/explain_fstat.3.gz man/man3/explain_fstat_or_die.3.gz +man/man3/explain_fstatat.3.gz +man/man3/explain_fstatat_or_die.3.gz man/man3/explain_fstatfs.3.gz man/man3/explain_fstatfs_or_die.3.gz man/man3/explain_fstatvfs.3.gz @@ -324,12 +378,18 @@ man/man3/explain_fsync_or_die.3.gz man/man3/explain_ftell.3.gz man/man3/explain_ftell_or_die.3.gz +man/man3/explain_ftello.3.gz +man/man3/explain_ftello_or_die.3.gz man/man3/explain_ftime.3.gz man/man3/explain_ftime_or_die.3.gz man/man3/explain_ftruncate.3.gz man/man3/explain_ftruncate_or_die.3.gz +man/man3/explain_futimens.3.gz +man/man3/explain_futimens_or_die.3.gz man/man3/explain_futimes.3.gz man/man3/explain_futimes_or_die.3.gz +man/man3/explain_futimesat.3.gz +man/man3/explain_futimesat_or_die.3.gz man/man3/explain_fwrite.3.gz man/man3/explain_fwrite_or_die.3.gz man/man3/explain_getaddrinfo.3.gz @@ -342,10 +402,16 @@ man/man3/explain_getcwd_or_die.3.gz man/man3/explain_getdomainname.3.gz man/man3/explain_getdomainname_or_die.3.gz +man/man3/explain_getgrent.3.gz +man/man3/explain_getgrent_or_die.3.gz +man/man3/explain_getgrouplist.3.gz +man/man3/explain_getgrouplist_or_die.3.gz man/man3/explain_getgroups.3.gz man/man3/explain_getgroups_or_die.3.gz man/man3/explain_gethostbyname.3.gz man/man3/explain_gethostbyname_or_die.3.gz +man/man3/explain_gethostid.3.gz +man/man3/explain_gethostid_or_die.3.gz man/man3/explain_gethostname.3.gz man/man3/explain_gethostname_or_die.3.gz man/man3/explain_getpeername.3.gz @@ -354,6 +420,8 @@ man/man3/explain_getpgid_or_die.3.gz man/man3/explain_getpgrp.3.gz man/man3/explain_getpgrp_or_die.3.gz +man/man3/explain_getpriority.3.gz +man/man3/explain_getpriority_or_die.3.gz man/man3/explain_getresgid.3.gz man/man3/explain_getresgid_or_die.3.gz man/man3/explain_getresuid.3.gz @@ -370,6 +438,12 @@ man/man3/explain_gettimeofday_or_die.3.gz man/man3/explain_getw.3.gz man/man3/explain_getw_or_die.3.gz +man/man3/explain_iconv.3.gz +man/man3/explain_iconv_close.3.gz +man/man3/explain_iconv_close_or_die.3.gz +man/man3/explain_iconv_open.3.gz +man/man3/explain_iconv_open_or_die.3.gz +man/man3/explain_iconv_or_die.3.gz man/man3/explain_ioctl.3.gz man/man3/explain_ioctl_or_die.3.gz man/man3/explain_kill.3.gz @@ -387,6 +461,8 @@ man/man3/explain_lseek_or_die.3.gz man/man3/explain_lstat.3.gz man/man3/explain_lstat_or_die.3.gz +man/man3/explain_lutimes.3.gz +man/man3/explain_lutimes_or_die.3.gz man/man3/explain_malloc.3.gz man/man3/explain_malloc_or_die.3.gz man/man3/explain_mkdir.3.gz @@ -405,10 +481,14 @@ man/man3/explain_mmap_or_die.3.gz man/man3/explain_munmap.3.gz man/man3/explain_munmap_or_die.3.gz +man/man3/explain_nanosleep.3.gz +man/man3/explain_nanosleep_or_die.3.gz man/man3/explain_nice.3.gz man/man3/explain_nice_or_die.3.gz man/man3/explain_open.3.gz man/man3/explain_open_or_die.3.gz +man/man3/explain_openat.3.gz +man/man3/explain_openat_or_die.3.gz man/man3/explain_opendir.3.gz man/man3/explain_opendir_or_die.3.gz man/man3/explain_output.3.gz @@ -417,6 +497,8 @@ man/man3/explain_pclose.3.gz man/man3/explain_pclose_or_die.3.gz man/man3/explain_pipe.3.gz +man/man3/explain_pipe2.3.gz +man/man3/explain_pipe2_or_die.3.gz man/man3/explain_pipe_or_die.3.gz man/man3/explain_poll.3.gz man/man3/explain_poll_or_die.3.gz @@ -473,6 +555,8 @@ man/man3/explain_setenv_or_die.3.gz man/man3/explain_setgid.3.gz man/man3/explain_setgid_or_die.3.gz +man/man3/explain_setgrent.3.gz +man/man3/explain_setgrent_or_die.3.gz man/man3/explain_setgroups.3.gz man/man3/explain_setgroups_or_die.3.gz man/man3/explain_sethostname.3.gz @@ -483,6 +567,8 @@ man/man3/explain_setpgid_or_die.3.gz man/man3/explain_setpgrp.3.gz man/man3/explain_setpgrp_or_die.3.gz +man/man3/explain_setpriority.3.gz +man/man3/explain_setpriority_or_die.3.gz man/man3/explain_setregid.3.gz man/man3/explain_setregid_or_die.3.gz man/man3/explain_setresgid.3.gz @@ -495,6 +581,8 @@ man/man3/explain_setsid_or_die.3.gz man/man3/explain_setsockopt.3.gz man/man3/explain_setsockopt_or_die.3.gz +man/man3/explain_settimeofday.3.gz +man/man3/explain_settimeofday_or_die.3.gz man/man3/explain_setuid.3.gz man/man3/explain_setuid_or_die.3.gz man/man3/explain_setvbuf.3.gz @@ -505,6 +593,8 @@ man/man3/explain_shmctl_or_die.3.gz man/man3/explain_signalfd.3.gz man/man3/explain_signalfd_or_die.3.gz +man/man3/explain_sleep.3.gz +man/man3/explain_sleep_or_die.3.gz man/man3/explain_snprintf.3.gz man/man3/explain_snprintf_or_die.3.gz man/man3/explain_socket.3.gz @@ -521,6 +611,8 @@ man/man3/explain_statvfs_or_die.3.gz man/man3/explain_stime.3.gz man/man3/explain_stime_or_die.3.gz +man/man3/explain_strcoll.3.gz +man/man3/explain_strcoll_or_die.3.gz man/man3/explain_strdup.3.gz man/man3/explain_strdup_or_die.3.gz man/man3/explain_strndup.3.gz @@ -575,6 +667,8 @@ man/man3/explain_unlink_or_die.3.gz man/man3/explain_unsetenv.3.gz man/man3/explain_unsetenv_or_die.3.gz +man/man3/explain_usleep.3.gz +man/man3/explain_usleep_or_die.3.gz man/man3/explain_ustat.3.gz man/man3/explain_ustat_or_die.3.gz man/man3/explain_utime.3.gz @@ -585,6 +679,8 @@ man/man3/explain_utimensat_or_die.3.gz man/man3/explain_utimes.3.gz man/man3/explain_utimes_or_die.3.gz +man/man3/explain_vasprintf.3.gz +man/man3/explain_vasprintf_or_die.3.gz man/man3/explain_vfork.3.gz man/man3/explain_vfork_or_die.3.gz man/man3/explain_vfprintf.3.gz @@ -607,10 +703,10 @@ man/man3/explain_write_or_die.3.gz man/man3/explain_writev.3.gz man/man3/explain_writev_or_die.3.gz -share/doc/libexplain/building.pdf -share/doc/libexplain/new_system_call.pdf -share/doc/libexplain/readme.pdf -share/doc/libexplain/reference.pdf +%%PORTDOCS%%%%DOCSDIR%%/building.pdf +%%PORTDOCS%%%%DOCSDIR%%/new_system_call.pdf +%%PORTDOCS%%%%DOCSDIR%%/readme.pdf +%%PORTDOCS%%%%DOCSDIR%%/reference.pdf +share/locale/de/LC_MESSAGES/libexplain.mo +%%PORTDOCS%%@dirrm %%DOCSDIR%% @dirrm include/libexplain -@dirrm %%DOCSDIR%% -@dirrmtry lib/pkgconfig >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 BE03789E for ; Mon, 16 Dec 2013 18: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 8524319E2 for ; Mon, 16 Dec 2013 18: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 rBGIAOrd016520 for ; Mon, 16 Dec 2013 18:10:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIAO7T016519; Mon, 16 Dec 2013 18:10:24 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:24 GMT Resent-Message-Id: <201312161810.rBGIAO7T016519@freefall.freebsd.org> 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 8AD432A3 for ; Mon, 16 Dec 2013 18:01:41 +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 5D0E3184E for ; Mon, 16 Dec 2013 18:01:41 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta01.auone-net.jp (au one net mail) with ESMTP id CF821980176 for ; Tue, 17 Dec 2013 03:01:39 +0900 (JST) Message-Id: <20131217024722.8a58a85032c3249e980e594d@yahoo.com> Date: Tue, 17 Dec 2013 02:47:22 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184886: devel/pas2dox: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:24 -0000 >Number: 184886 >Category: ports >Synopsis: devel/pas2dox: 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: Mon Dec 16 18:10:24 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build on -current - Add LICENSE >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/pas2dox/Makefile devel/pas2dox/Makefile --- /usr/ports/devel/pas2dox/Makefile 2013-11-06 21:49:47.000000000 +0900 +++ devel/pas2dox/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -9,22 +9,34 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Preprocessor to use doxygen with Pascal sources +LICENSE= GPLv2 + WRKSRC= ${WRKDIR}/${PORTNAME} -USE_GMAKE= yes +USES= gmake ALL_TARGET= ${PORTNAME} -PLIST_FILES= bin/pas2dox +PLIST_FILES= bin/${PORTNAME} + +.include + +.if ${OSVERSION} < 1000033 +BUILD_DEPENDS= flex>0:${PORTSDIR}/textproc/flex +MAKE_ENV= LEX="${LOCALBASE}/bin/flex" +.endif -NO_STAGE= yes post-patch: - ${REINPLACE_CMD} 's,^CC=.*$$,CC=$${CXX} $${CPPFLAGS} $${CXXFLAGS},' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + 's|^LEX=|LEX?=| ; \ + s|$${CC} $$<|$${CXX} $${CXXFLAGS} $$<|' ${WRKSRC}/Makefile + @${REINPLACE_CMD} -e \ + 's|yy_flex_realloc|yyrealloc|' ${WRKSRC}/${PORTNAME}.l pre-build: - ${MAKE} -C ${WRKSRC} clean + @${RM} -f ${WRKSRC}/${PORTNAME}.cpp do-install: - ${MKDIR} ${PREFIX}/bin - ${INSTALL_PROGRAM} ${WRKSRC}/pas2dox ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} \ + ${STAGEDIR}${PREFIX}/bin) .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:10: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 622DF8EA for ; Mon, 16 Dec 2013 18:10: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 415CE1A02 for ; Mon, 16 Dec 2013 18:10: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 rBGIATpL016655 for ; Mon, 16 Dec 2013 18:10:29 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIATlB016654; Mon, 16 Dec 2013 18:10:29 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 18:10:29 GMT Resent-Message-Id: <201312161810.rBGIATlB016654@freefall.freebsd.org> 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 142DB5F8 for ; Mon, 16 Dec 2013 18:06: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 DB36F18C2 for ; Mon, 16 Dec 2013 18:06:27 +0000 (UTC) Received: from coppermine.my.domain (ZT030106.ppp.dion.ne.jp [59.128.30.106]) by omta03.auone-net.jp (au one net mail) with ESMTP id 7B5C51880009 for ; Tue, 17 Dec 2013 03:06:26 +0900 (JST) Message-Id: <20131217025134.8c5e07f32fa0f69e4c37cd83@yahoo.com> Date: Tue, 17 Dec 2013 02:51:34 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/184901: www/bookmarkbridge: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:10:29 -0000 >Number: 184901 >Category: ports >Synopsis: www/bookmarkbridge: Fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Dec 16 18:10:28 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 8.4-RELEASE-p4 i386 >Organization: >Environment: >Description: - Fix build with clang - Add DESKTOP_ENTRIES - Support shebangfix New file: files/patch-bookmarkbridge__bridgecfg.h >How-To-Repeat: >Fix: diff -urN /usr/ports/www/bookmarkbridge/Makefile www/bookmarkbridge/Makefile --- /usr/ports/www/bookmarkbridge/Makefile 2013-11-06 21:58:17.000000000 +0900 +++ www/bookmarkbridge/Makefile 2013-12-17 00:00:00.000000000 +0900 @@ -3,24 +3,22 @@ PORTNAME= bookmarkbridge PORTVERSION= 0.76 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= www MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Synchronize bookmarks between multiple browsers -LIB_DEPENDS= xml2:${PORTSDIR}/textproc/libxml2 - -USE_PERL5= build +USES= gmake perl5 pkgconfig shebangfix +SHEBANG_FILES= bookmarkbridge/docs/autodocs.pl +USE_PERL5= yes USE_XORG= x11 ice xext -USE_QT4= corelib gui moc_build rcc_build uic_build qt3support +USE_QT4= corelib gui qt3support moc_build rcc_build uic_build USE_GNOME= libxml2 -USE_GMAKE= yes -USES= pkgconfig perl5 USE_AUTOTOOLS= aclocal automake autoconf -ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing -NO_STAGE= yes +DESKTOP_ENTRIES="BookmarkBridge" "" "" "${PORTNAME}" "Qt;Network;" "" + .include diff -urN /usr/ports/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h --- /usr/ports/www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h 1970-01-01 09:00:00.000000000 +0900 +++ www/bookmarkbridge/files/patch-bookmarkbridge__bridgecfg.h 2013-12-17 00:00:00.000000000 +0900 @@ -0,0 +1,10 @@ +--- bookmarkbridge/bridgecfg.h.orig 2013-12-06 03:29:29.000000000 +0900 ++++ bookmarkbridge/bridgecfg.h 2013-12-06 03:29:46.000000000 +0900 +@@ -31,6 +31,7 @@ + #include "bknode.h" + #include "bkexcept.h" + ++#include + #include + #include + >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:27:37 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EFA98F9F; Mon, 16 Dec 2013 18:27:37 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C12F91D25; Mon, 16 Dec 2013 18:27:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIRbh0024667; Mon, 16 Dec 2013 18:27:37 GMT (envelope-from glarkin@freefall.freebsd.org) Received: (from glarkin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIRbZv024666; Mon, 16 Dec 2013 13:27:37 -0500 (EST) (envelope-from glarkin) Date: Mon, 16 Dec 2013 13:27:37 -0500 (EST) Message-Id: <201312161827.rBGIRbZv024666@freefall.freebsd.org> To: glarkin@FreeBSD.org, glarkin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: glarkin@FreeBSD.org Subject: Re: ports/182376: www/trac-hierwiki - too old, doesn't work with current trac X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:27:38 -0000 Synopsis: www/trac-hierwiki - too old, doesn't work with current trac Responsible-Changed-From-To: glarkin->freebsd-ports-bugs Responsible-Changed-By: glarkin Responsible-Changed-When: Mon Dec 16 13:26:44 EST 2013 Responsible-Changed-Why: EAGAIN - reassigning back to the heap http://www.freebsd.org/cgi/query-pr.cgi?pr=182376 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:28: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 C7FE6FD0; Mon, 16 Dec 2013 18:28: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 9C9711D28; Mon, 16 Dec 2013 18:28: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 rBGIS55c024721; Mon, 16 Dec 2013 18:28:05 GMT (envelope-from glarkin@freefall.freebsd.org) Received: (from glarkin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIS5KK024720; Mon, 16 Dec 2013 13:28:05 -0500 (EST) (envelope-from glarkin) Date: Mon, 16 Dec 2013 13:28:05 -0500 (EST) Message-Id: <201312161828.rBGIS5KK024720@freefall.freebsd.org> To: glarkin@FreeBSD.org, glarkin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: glarkin@FreeBSD.org Subject: Re: ports/182816: print/pdftk needs runtime dep on gcc46 for libgcj.so.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:28:05 -0000 Synopsis: print/pdftk needs runtime dep on gcc46 for libgcj.so.12 Responsible-Changed-From-To: glarkin->freebsd-ports-bugs Responsible-Changed-By: glarkin Responsible-Changed-When: Mon Dec 16 13:27:43 EST 2013 Responsible-Changed-Why: EAGAIN - reassigning back to the heap http://www.freebsd.org/cgi/query-pr.cgi?pr=182816 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:28: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 628E77C; Mon, 16 Dec 2013 18:28: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 385A81D2D; Mon, 16 Dec 2013 18:28: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 rBGISKox024766; Mon, 16 Dec 2013 18:28:20 GMT (envelope-from glarkin@freefall.freebsd.org) Received: (from glarkin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGISKPV024765; Mon, 16 Dec 2013 13:28:20 -0500 (EST) (envelope-from glarkin) Date: Mon, 16 Dec 2013 13:28:20 -0500 (EST) Message-Id: <201312161828.rBGISKPV024765@freefall.freebsd.org> To: glarkin@FreeBSD.org, glarkin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: glarkin@FreeBSD.org Subject: Re: ports/182817: print/pdftk always rebuilds in poudriere X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:28:20 -0000 Synopsis: print/pdftk always rebuilds in poudriere Responsible-Changed-From-To: glarkin->freebsd-ports-bugs Responsible-Changed-By: glarkin Responsible-Changed-When: Mon Dec 16 13:28:09 EST 2013 Responsible-Changed-Why: EAGAIN - reassigning back to the heap http://www.freebsd.org/cgi/query-pr.cgi?pr=182817 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 18:37:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 803DD337; Mon, 16 Dec 2013 18:37:55 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 529301DEA; Mon, 16 Dec 2013 18:37:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGIbtwb026870; Mon, 16 Dec 2013 18:37:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGIbt3i026869; Mon, 16 Dec 2013 18:37:55 GMT (envelope-from linimon) Date: Mon, 16 Dec 2013 18:37:55 GMT Message-Id: <201312161837.rBGIbt3i026869@freefall.freebsd.org> To: pgj@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184807: Re: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 18:37:55 -0000 Synopsis: Re: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Mon Dec 16 18:36:21 UTC 2013 State-Changed-Why: Misfiled followup to ports/184806; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Mon Dec 16 18:36:21 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184807 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 20: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 CEC127B for ; Mon, 16 Dec 2013 20: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 A97401A4E for ; Mon, 16 Dec 2013 20:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGKe05r053194 for ; Mon, 16 Dec 2013 20:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGKe0bR053193; Mon, 16 Dec 2013 20:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 20:40:00 GMT Resent-Message-Id: <201312162040.rBGKe0bR053193@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Panyushkin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EEE9BDDC for ; Mon, 16 Dec 2013 20:33:33 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C1AF11A05 for ; Mon, 16 Dec 2013 20:33:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBGKXXS2097923 for ; Mon, 16 Dec 2013 20:33:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGKXX9R097922; Mon, 16 Dec 2013 20:33:33 GMT (envelope-from nobody) Message-Id: <201312162033.rBGKXX9R097922@oldred.freebsd.org> Date: Mon, 16 Dec 2013 20:33:33 GMT From: Alexander Panyushkin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184913: editors/vim not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 20:40:00 -0000 >Number: 184913 >Category: ports >Synopsis: editors/vim 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: Mon Dec 16 20:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexander Panyushkin >Release: FreeBSD 10.0-PRERELEASE #0 r259387 >Organization: Home >Environment: FreeBSD scorpion.kiev.ua 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r259387: Sat Dec 14 15:15:38 EET 2013 root@scorpion.kiev.ua:/usr/obj/usr/src/sys/Kernel amd64 >Description: cc -L/usr/local/lib -lXt -L. -Wl,-rpath=/usr/lib:/usr/local/lib -pthread -L/usr/local/lib -rdynamic -Wl,-R/usr/local/lib/perl5/5.16/mach/CORE -L/usr/local/lib -Wl,--as-needed -o vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version .o objects/window.o objects/gui.o objects/gui_gtk.o objects/gui_gtk_x11.o objects/pty.o objects/gui_gtk_f.o objects/gui_beval.o objects/if_lua.o objects/if_perl.o objects/if_perlsfio.o objects/if_python.o objects/if_tcl.o objects/if_ruby.o objects/netbeans.o objects/main.o objects/memfile.o -lgtk-x11-2.0 -lgdk-x11-2.0 -lpangocairo-1.0 -latk-1.0 -lcairo -pthread -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lintl -lfontconfig -L/usr/local/lib -lfreetype -lSM -lICE -lXpm -lXt -lXdmcp -lSM -lICE -lm -lelf -pthread -ltermlib -lintl -Wl,-R/usr/local/lib/perl5/5.16/mach/CORE -pthread -Wl,-E -fstack-protector -L/usr/local/lib -L/usr/local/lib/perl5/5.16/mach/CORE -lperl -lm -lcrypt -lutil -L/usr/local/lib/python2.7/config -lpython2.7 -lintl -lutil -lm -Wl,--export-dynamic -L/usr/local/lib -ltcl86 -lz -lpthread -lm -Wl,-R -Wl,/usr/local/lib -L/usr/local/lib -lruby19 -lexecinfo -lpthread -lcrypt -lm -L/usr/local/l ib -Wl,-rpath=/usr/lib:/usr/local/lib -pthr! ead -L/usr/local/lib /usr/bin/ld: m: invalid DSO for symbol `XGetWMProtocols' definition /usr/local/lib/libX11.so.6: could not read symbols: Bad value cc: error: linker command failed with exit code 1 (use -v to see invocation) link.sh: Linking failed *** Error code 1 Stop. make[2]: stopped in /usr/ports/editors/vim/work/vim74/src *** Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 21:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 07F593A4 for ; Mon, 16 Dec 2013 21: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 BCA281DC2 for ; Mon, 16 Dec 2013 21: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 rBGLA0TS059403 for ; Mon, 16 Dec 2013 21: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 rBGLA08v059402; Mon, 16 Dec 2013 21:10:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 21:10:00 GMT Resent-Message-Id: <201312162110.rBGLA08v059402@freefall.freebsd.org> 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 CCB85F42 for ; Mon, 16 Dec 2013 21:04:46 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B97561D75 for ; Mon, 16 Dec 2013 21:04: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 rBGL4kP8057531 for ; Mon, 16 Dec 2013 21:04:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGL4kIx057520; Mon, 16 Dec 2013 21:04:46 GMT (envelope-from nobody) Message-Id: <201312162104.rBGL4kIx057520@oldred.freebsd.org> Date: Mon, 16 Dec 2013 21:04:46 GMT From: Benjamin Lee To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184914: databases/py-pylibmc LIB_DEPENDS typo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 21:10:01 -0000 >Number: 184914 >Category: ports >Synopsis: databases/py-pylibmc LIB_DEPENDS typo >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 Dec 16 21:10: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: LIB_DEPENDS in databases/py-pylibmc has a typo, should be "libmemcached.so". >How-To-Repeat: >Fix: --- py-pylibmc.orig/Makefile 2013-12-11 10:08:52.000000000 -0800 +++ py-pylibmc/Makefile 2013-12-16 13:02:17.732401957 -0800 @@ -12,7 +12,7 @@ LICENSE= BSD -LIB_DEPENDS= libmemcached.do:${PORTSDIR}/databases/libmemcached +LIB_DEPENDS= libmemcached.so:${PORTSDIR}/databases/libmemcached MAKE_ENV+= LIBMEMCACHED="${LOCALBASE}" USE_PYTHON= 2.5+ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 22: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 76237A64 for ; Mon, 16 Dec 2013 22: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 485B3127B for ; Mon, 16 Dec 2013 22: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 rBGMA1f7072368 for ; Mon, 16 Dec 2013 22: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 rBGMA1Oq072367; Mon, 16 Dec 2013 22:10:01 GMT (envelope-from gnats) Date: Mon, 16 Dec 2013 22:10:01 GMT Message-Id: <201312162210.rBGMA1Oq072367@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184298: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 16 Dec 2013 22:10:01 -0000 The following reply was made to PR ports/184298; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184298: commit references a PR Date: Mon, 16 Dec 2013 22:07:37 +0000 (UTC) Author: avilla Date: Mon Dec 16 22:07:24 2013 New Revision: 336673 URL: http://svnweb.freebsd.org/changeset/ports/336673 Log: - Fix build with Clang. PR: 184298 Submitted by: avilla (myself) Approved by: itechbear@gmail.com (maintainer timeout) Added: head/devel/edb/files/patch-src__edisassm__Instruction32.h (contents, props changed) Modified: head/devel/edb/files/patch-src__src.pro Added: head/devel/edb/files/patch-src__edisassm__Instruction32.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/edb/files/patch-src__edisassm__Instruction32.h Mon Dec 16 22:07:24 2013 (r336673) @@ -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(); + Modified: head/devel/edb/files/patch-src__src.pro ============================================================================== --- head/devel/edb/files/patch-src__src.pro Mon Dec 16 22:02:32 2013 (r336672) +++ head/devel/edb/files/patch-src__src.pro Mon Dec 16 22:07:24 2013 (r336673) @@ -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,12 @@ INSTALLS += target QT += xml +@@ -241,7 +241,7 @@ + + linux-g++*: QMAKE_LFLAGS += -rdynamic + openbsd-g++*: QMAKE_LFLAGS += -lkvm -Wl,--export-dynamic +- freebsd-g++*: QMAKE_LFLAGS += -lkvm -Wl,--export-dynamic ++ freebsd-*: QMAKE_LFLAGS += -lkvm -Wl,--export-dynamic + macx-g++*: QMAKE_LFLAGS += -rdynamic + + _______________________________________________ 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 Dec 16 22:18:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 66C6CC20; Mon, 16 Dec 2013 22:18:36 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 382331314; Mon, 16 Dec 2013 22:18:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBGMIaTo075130; Mon, 16 Dec 2013 22:18:36 GMT (envelope-from avilla@freefall.freebsd.org) Received: (from avilla@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBGMIZSM075129; Mon, 16 Dec 2013 22:18:35 GMT (envelope-from avilla) Date: Mon, 16 Dec 2013 22:18:35 GMT Message-Id: <201312162218.rBGMIZSM075129@freefall.freebsd.org> To: itechbear@gmail.com, avilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, avilla@FreeBSD.org From: avilla@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.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 22:18:36 -0000 Synopsis: [patch] devel/edb: fix build with Clang Responsible-Changed-From-To: freebsd-ports-bugs->avilla Responsible-Changed-By: avilla Responsible-Changed-When: Mon Dec 16 22:18:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184298 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 22: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 A4FDBC9D for ; Mon, 16 Dec 2013 22: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 7CD25133D for ; Mon, 16 Dec 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 rBGMK0r2075300 for ; Mon, 16 Dec 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 rBGMK0bc075299; Mon, 16 Dec 2013 22:20:00 GMT (envelope-from gnats) Resent-Date: Mon, 16 Dec 2013 22:20:00 GMT Resent-Message-Id: <201312162220.rBGMK0bc075299@freefall.freebsd.org> 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 06BB0AB6 for ; Mon, 16 Dec 2013 22:12:38 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CA60B12D6 for ; Mon, 16 Dec 2013 22:12: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 rBGMCbvY032969 for ; Mon, 16 Dec 2013 22:12:37 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBGMCbo7032964; Mon, 16 Dec 2013 22:12:37 GMT (envelope-from nobody) Message-Id: <201312162212.rBGMCbo7032964@oldred.freebsd.org> Date: Mon, 16 Dec 2013 22:12:37 GMT From: Bartek Rutkowski To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184916: [NEW PORT] devel/py-cffi Foreign Function Interface for Python calling C code X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 22:20:00 -0000 >Number: 184916 >Category: ports >Synopsis: [NEW PORT] devel/py-cffi Foreign Function Interface for Python calling C code >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 Dec 16 22:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Bartek Rutkowski >Release: 9.2-R >Organization: Pixeware LTD >Environment: System: FreeBSD muminek 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/MUMINEK amd64 >Description: This is a new port with foreign function interface for calling C code in Python. >How-To-Repeat: Unpack port from shar archive, test, commit. >Fix: Shar archive attached. Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # py-cffi # py-cffi/distinfo # py-cffi/Makefile # py-cffi/pkg-descr # echo c - py-cffi mkdir -p py-cffi > /dev/null 2>&1 echo x - py-cffi/distinfo sed 's/^X//' >py-cffi/distinfo << '9a75261d642648c833f74b72d8c43a17' XSHA256 (cffi-0.8.1.tar.gz) = 1db1eff2093e31eaaa83b274f8c6d5d2dad2908d43a301185d205e5d256d6818 XSIZE (cffi-0.8.1.tar.gz) = 195206 9a75261d642648c833f74b72d8c43a17 echo x - py-cffi/Makefile sed 's/^X//' >py-cffi/Makefile << '0a29b17047fe88383beaecf1b37f6e2c' X# $FreeBSD:$ X XPORTNAME= cffi XPORTVERSION= 0.8.1 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= ports@robakdesign.com XCOMMENT= Foreign Function Interface for Python calling C code X XLICENSE= MIT X XLIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi XRUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pycparser>0:${PORTSDIR}/devel/py-pycparser X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes X XNO_STAGE= yes X X.include 0a29b17047fe88383beaecf1b37f6e2c echo x - py-cffi/pkg-descr sed 's/^X//' >py-cffi/pkg-descr << '2b43858eade77846352539ee4a1f11b0' XForeign Function Interface for Python calling C code. XThe aim of this project is to provide a convenient Xand reliable way of calling C code from Python. X XWWW: https://pypi.python.org/pypi/cffi 2b43858eade77846352539ee4a1f11b0 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 16 22: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 9FF89CCC; Mon, 16 Dec 2013 22: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 749981341; Mon, 16 Dec 2013 22: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 rBGMK8XH075438; Mon, 16 Dec 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 rBGMK8ss075437; Mon, 16 Dec 2013 22:20:08 GMT (envelope-from edwin) Date: Mon, 16 Dec 2013 22:20:08 GMT Message-Id: <201312162220.rBGMK8ss075437@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184916: [NEW PORT] devel/py-cffi Foreign Function Interface for Python calling C code X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 16 Dec 2013 22:20:08 -0000 Synopsis: [NEW PORT] devel/py-cffi Foreign Function Interface for Python calling C code Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Dec 16 22:20: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=184916 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 00: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 47B60968 for ; Tue, 17 Dec 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 19BFE111A for ; Tue, 17 Dec 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 rBH0e0XP014547 for ; Tue, 17 Dec 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 rBH0e0Ta014546; Tue, 17 Dec 2013 00:40:00 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 00:40:00 GMT Message-Id: <201312170040.rBH0e0Ta014546@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Raphael Kubo da Costa Subject: Re: ports/182395: [MAINTAINER] japanese/lookup: add staging support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 00:40:01 -0000 The following reply was made to PR ports/182395; it has been noted by GNATS. From: Raphael Kubo da Costa To: bug-followup@FreeBSD.org Cc: Yasuhiro KIMURA Subject: Re: ports/182395: [MAINTAINER] japanese/lookup: add staging support. Date: Tue, 17 Dec 2013 02:37:46 +0200 Hi, I've tried your patch locally, and `make check-orphans' fails: ====> Items missing from pkg-plist (check-orphans) info/dir info/lookup-guide.info info/lookup.info info/lookup.info-1 info/lookup.info-2 info/lookup.info-3 @dirrmtry share/emacs/24.3/site-lisp @dirrmtry share/emacs/24.3 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 00: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 46C78969 for ; Tue, 17 Dec 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 190C1111B for ; Tue, 17 Dec 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 rBH0e1Pr014553 for ; Tue, 17 Dec 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 rBH0e1q2014552; Tue, 17 Dec 2013 00:40:01 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 00:40:01 GMT Message-Id: <201312170040.rBH0e1q2014552@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Raphael Kubo da Costa Subject: Re: ports/182481: [MAINTAINER] textproc/yaml-mode.el: add staging support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Raphael Kubo da Costa List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 00:40:02 -0000 The following reply was made to PR ports/182481; it has been noted by GNATS. From: Raphael Kubo da Costa To: bug-followup@FreeBSD.org Cc: Yasuhiro KIMURA Subject: Re: ports/182481: [MAINTAINER] textproc/yaml-mode.el: add staging support Date: Tue, 17 Dec 2013 02:35:07 +0200 Thanks for the patch, sorry that it took so long for anyone to look at it. I've tried it locally, and `make check-orphans' failed: ====> Items missing from pkg-plist (check-orphans) @dirrmtry share/emacs/24.3/site-lisp @dirrmtry share/emacs/24.3 Could you take a look at the issue? From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 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 52C498DA for ; Tue, 17 Dec 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 3F1171761 for ; Tue, 17 Dec 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 rBH1o0bX032453 for ; Tue, 17 Dec 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 rBH1o0sQ032439; Tue, 17 Dec 2013 01:50:00 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 01:50:00 GMT Message-Id: <201312170150.rBH1o0sQ032439@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Yasuhiro KIMURA Subject: Re: ports/182481: [MAINTAINER] textproc/yaml-mode.el: add staging support X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 17 Dec 2013 01:50:01 -0000 The following reply was made to PR ports/182481; it has been noted by GNATS. From: Yasuhiro KIMURA To: rakuco@FreeBSD.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/182481: [MAINTAINER] textproc/yaml-mode.el: add staging support Date: Tue, 17 Dec 2013 10:41:12 +0900 (JST) From: Raphael Kubo da Costa Subject: Re: ports/182481: [MAINTAINER] textproc/yaml-mode.el: add staging support Date: Tue, 17 Dec 2013 02:35:07 +0200 > I've tried it locally, and `make check-orphans' failed: > > ====> Items missing from pkg-plist (check-orphans) > @dirrmtry share/emacs/24.3/site-lisp > @dirrmtry share/emacs/24.3 > > Could you take a look at the issue? Thank you for comment. I think these 2 directories are owned by editors/emacs and should not be included in pkg-plist of this port. Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 02:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B3283D3 for ; Tue, 17 Dec 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 9F249190D for ; Tue, 17 Dec 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 rBH2A1XG036597 for ; Tue, 17 Dec 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 rBH2A1Ke036596; Tue, 17 Dec 2013 02:10:01 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 02:10:01 GMT Message-Id: <201312170210.rBH2A1Ke036596@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Yasuhiro KIMURA Subject: Re: ports/182395: [MAINTAINER] japanese/lookup: add staging support. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 17 Dec 2013 02:10:01 -0000 The following reply was made to PR ports/182395; it has been noted by GNATS. From: Yasuhiro KIMURA To: rakuco@FreeBSD.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/182395: [MAINTAINER] japanese/lookup: add staging support. Date: Tue, 17 Dec 2013 10:59:53 +0900 (JST) Hi. Thank you for comment. From: Raphael Kubo da Costa Subject: Re: ports/182395: [MAINTAINER] japanese/lookup: add staging support. Date: Tue, 17 Dec 2013 02:37:46 +0200 > I've tried your patch locally, and `make check-orphans' fails: > > ====> Items missing from pkg-plist (check-orphans) > info/dir > info/lookup-guide.info > info/lookup.info > info/lookup.info-1 > info/lookup.info-2 > info/lookup.info-3 It seems bug of 'check-orphans' to me because info files are included in package archive as following: yasu@eastasia[22230]% pkg info -l -F /usr0/freebsd/ports/packages/amd64-freebsd9/All/ja-lookup-emacs24-1.4.1_15.txz | grep '\.info' /usr/local/info/lookup.info /usr/local/info/lookup.info-1 /usr/local/info/lookup.info-2 /usr/local/info/lookup.info-3 /usr/local/info/lookup-guide.info yasu@eastasia[22231]% And, > @dirrmtry share/emacs/24.3/site-lisp > @dirrmtry share/emacs/24.3 These 2 directories are owned bye emacs package and should not be include in pkg-plist of dependent port, Best Regards. --- Yasuhiro KIMURA From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 08:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C6E6D9D for ; Tue, 17 Dec 2013 08: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 2933D1A9B for ; Tue, 17 Dec 2013 08: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 rBH8o2RO038723 for ; Tue, 17 Dec 2013 08: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 rBH8o1aV038722; Tue, 17 Dec 2013 08:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 08:50:01 GMT Resent-Message-Id: <201312170850.rBH8o1aV038722@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Demelier Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A4355D7C for ; Tue, 17 Dec 2013 08:48:50 +0000 (UTC) Received: from postfix.malikania.fr (ks3292218.kimsufi.com [5.135.187.121]) by mx1.freebsd.org (Postfix) with ESMTP id 6F28E1A89 for ; Tue, 17 Dec 2013 08:48:50 +0000 (UTC) Received: from postfix.malikania.fr (unknown [10.0.0.5]) by postfix.malikania.fr (Postfix) with ESMTPS id 769EEE514 for ; Tue, 17 Dec 2013 09:48:47 +0100 (CET) Received: by postfix.malikania.fr (sSMTP sendmail emulation); Tue, 17 Dec 2013 09:48:45 +0100 Message-Id: <20131217084847.769EEE514@postfix.malikania.fr> Date: Tue, 17 Dec 2013 09:48:45 +0100 From: "David Demelier" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184920: [patch] games/nsnake: fix permissions and fix score file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: David Demelier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 08:50:02 -0000 >Number: 184920 >Category: ports >Synopsis: [patch] games/nsnake: fix permissions and fix score file >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 Dec 17 08:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Demelier >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD Pomme.malikania.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #1 r255916: Fri Sep 27 22:34:59 CEST 2013 root@Pomme.malikania.fr:/usr/obj/usr/src/sys/Pomme amd64 >Description: Since the commiter switched to a custom install, the permissions were wrong. The binary must have the setuid bit to allow scoring. bin/nsnake will be installed as games:games and setuid set. Then we create /var/db/nsnake for saving best scores. >How-To-Repeat: >Fix: I'm currently new to staging so I hope this looks correct. --- nsnake.diff begins here --- --- Makefile.orig 2013-12-17 09:08:54.000000000 +0100 +++ Makefile 2013-12-17 09:38:59.000000000 +0100 @@ -15,22 +15,25 @@ OPTIONS_DEFINE= DOCS MAN6= ${PORTNAME}.6 -PORTDOCS= CHANGELOG -PLIST_FILES= bin/${PORTNAME} -NO_STAGE= yes .include +.if ${PORT_OPTIONS:MDOCS} +PLIST_SUB+= DOCS="" +.else +PLIST_SUB+= DOCS="@comment " +.endif + do-build: (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${PORTNAME} ${PORTNAME}.c -lcurses) do-install: (cd ${WRKSRC} \ - && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin \ - && ${INSTALL_MAN} ${PORTNAME}.6 ${MANPREFIX}/man/man6) + && ${INSTALL_PROGRAM} ${PORTNAME} ${STAGEDIR}${PREFIX}/bin \ + && ${INSTALL_MAN} ${PORTNAME}.6 ${STAGEDIR}${MANPREFIX}/man/man6) .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG ${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} CHANGELOG ${STAGEDIR}${DOCSDIR}) .endif .include --- /dev/null 2013-12-17 09:42:27.000000000 +0100 +++ pkg-plist 2013-12-17 09:41:10.000000000 +0100 @@ -0,0 +1,8 @@ +@owner games +@group games +@mode 4555 +bin/nsnake +%%DOCS%%%%DOCSDIR%%/CHANGELOG +@dirrmtry %%DOCSDIR%% +@exec mkdir -p /var/db/nsnake +@exec chown games:games /var/db/nsnake --- nsnake.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 08:50:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2E320E11; Tue, 17 Dec 2013 08: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 046331AA0; Tue, 17 Dec 2013 08: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 rBH8o9YN038803; Tue, 17 Dec 2013 08: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 rBH8o9QB038802; Tue, 17 Dec 2013 08:50:09 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 08:50:09 GMT Message-Id: <201312170850.rBH8o9QB038802@freefall.freebsd.org> To: markand@malikania.fr, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184920: [patch] games/nsnake: fix permissions and fix score file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 08:50:10 -0000 Synopsis: [patch] games/nsnake: fix permissions and fix score file State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Dec 17 08: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=184920 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 929EB3BC for ; Tue, 17 Dec 2013 09: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 7E9071C9C for ; Tue, 17 Dec 2013 09: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 rBH902dg040732 for ; Tue, 17 Dec 2013 09: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 rBH9024G040731; Tue, 17 Dec 2013 09:00:02 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 09:00:02 GMT Message-Id: <201312170900.rBH9024G040731@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: David Demelier Subject: Re: ports/184920: [patch] games/nsnake: fix permissions and fix score file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: David Demelier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:00:02 -0000 The following reply was made to PR ports/184920; it has been noted by GNATS. From: David Demelier To: bug-followup@freebsd.org Cc: Subject: Re: ports/184920: [patch] games/nsnake: fix permissions and fix score file Date: Tue, 17 Dec 2013 09:53:46 +0100 2013/12/17 Edwin Groothuis : > Maintainer of games/nsnake, > > Please note that PR ports/184920 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/184920 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Since I'm the maintainer I agree. -- Demelier David From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09: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 7259B3BB for ; Tue, 17 Dec 2013 09: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 5E7071C9B for ; Tue, 17 Dec 2013 09:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBH901hQ040726 for ; Tue, 17 Dec 2013 09:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBH901TA040725; Tue, 17 Dec 2013 09:00:01 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 09:00:01 GMT Message-Id: <201312170900.rBH901TA040725@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184920: [patch] games/nsnake: fix permissions and fix score file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 17 Dec 2013 09:00:01 -0000 The following reply was made to PR ports/184920; it has been noted by GNATS. From: Edwin Groothuis To: demelier.david@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184920: [patch] games/nsnake: fix permissions and fix score file Date: Tue, 17 Dec 2013 08:50:08 UT Maintainer of games/nsnake, Please note that PR ports/184920 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/184920 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 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 A8112983 for ; Tue, 17 Dec 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 866811E08 for ; Tue, 17 Dec 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 rBH9K0r0045594 for ; Tue, 17 Dec 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 rBH9K007045593; Tue, 17 Dec 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 09:20:00 GMT Resent-Message-Id: <201312170920.rBH9K007045593@freefall.freebsd.org> 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 66D1984B; Tue, 17 Dec 2013 09:12:07 +0000 (UTC) Received: from mandree by apollo.emma.line.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1VsqhB-0000Vm-Ow; Tue, 17 Dec 2013 10:12:05 +0100 Message-Id: Date: Tue, 17 Dec 2013 10:12:05 +0100 From: Matthias Andree To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184921: databases/ruby-bdb: breaks on patchlevel upgrades of Berkeley DB Cc: portmgr@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Tue, 17 Dec 2013 09:20:00 -0000 >Number: 184921 >Category: ports >Synopsis: databases/ruby-bdb: breaks on patchlevel upgrades of Berkeley DB >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 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: I have just had ruby-bdb bomb out on me. 1. I used to have db5 installed, which was at 5.3.21. 2. I then upgraded db5 to 5.3.28 with portupgrade. 3. During that upgrade already, portupgrade started failing with the errors given below. 4. The fix is to have the ruby-bdb port only compare the db.h MAJOR and MINOR versions BUT NOT the patchlevel. Utterly unable to write Ruby code, I cannot help with that. ===> Cleaning for db5-5.3.28 ** Updating origin in pkg for databases/db42 to databases/db5 ---> Cleaning out obsolete shared libraries /usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require': (NotImplementedError) BDB needs compatible versions of libdb & db.h you have db.h version 5.3.21 and libdb version 5.3.28 from /usr/local/lib/ruby/1.9/rubygems/custom_require.rb:36:in `require' from /usr/local/lib/ruby/site_ruby/1.9/pkgtools/pkgdbtools.rb:84:in `db_driver=' from /usr/local/lib/ruby/site_ruby/1.9/pkgtools/portsdb.rb:168:in `setup' from /usr/local/lib/ruby/site_ruby/1.9/pkgtools/pkgtools.rb:242:in `init_pkgtools_global' from /usr/local/sbin/portsclean:134:in `block in main' from /usr/local/lib/ruby/1.9/optparse.rb:882:in `initialize' from /usr/local/sbin/portsclean:70:in `new' from /usr/local/sbin/portsclean:70:in `main' from /usr/local/sbin/portsclean:727:in `
' >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09: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 6E53C9AF; Tue, 17 Dec 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 433091E4B; Tue, 17 Dec 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 rBH9K8SH045729; Tue, 17 Dec 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 rBH9K8b6045728; Tue, 17 Dec 2013 09:20:08 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 09:20:08 GMT Message-Id: <201312170920.rBH9K8b6045728@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, knu@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184921: databases/ruby-bdb: breaks on patchlevel upgrades of Berkeley DB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:20:08 -0000 Synopsis: databases/ruby-bdb: breaks on patchlevel upgrades of Berkeley DB Responsible-Changed-From-To: freebsd-ports-bugs->knu Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 09:20:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184921 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09: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 DF16ADBE for ; Tue, 17 Dec 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 B9DF61EAB for ; Tue, 17 Dec 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 rBH9U0sP047542 for ; Tue, 17 Dec 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 rBH9U0SJ047541; Tue, 17 Dec 2013 09:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 09:30:00 GMT Resent-Message-Id: <201312170930.rBH9U0SJ047541@freefall.freebsd.org> 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 9F389C9C for ; Tue, 17 Dec 2013 09:25:23 +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 40F901E86 for ; Tue, 17 Dec 2013 09:25:22 +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 5D992125E91 for ; Tue, 17 Dec 2013 18:15:30 +0900 (JST) Received: from [IPv6:2001:470:824b:a011:704b:6d83:b131:9620] (unknown [IPv6:2001:470:824b:a011:704b:6d83:b131:9620]) by ae-osaka.co.jp (Postfix) with ESMTPSA id EBCB3125E8F for ; Tue, 17 Dec 2013 18:15:29 +0900 (JST) Message-Id: <52B01631.2000707@airport.fm> Date: Tue, 17 Dec 2013 18:15:29 +0900 From: Takefu To: freebsd-gnats-submit@freebsd.org Subject: ports/184922: [NEW PORT] sysutils/storcli: SAS MegaRAID FreeBSD StorCLI X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:30:01 -0000 >Number: 184922 >Category: ports >Synopsis: [NEW PORT] sysutils/storcli: SAS MegaRAID FreeBSD StorCLI >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 Dec 17 09:30: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: Command Line Interface for the MegaRAID SAS family of RAID controllers, used to configure and manage connected storage devices. 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: # # storcli # storcli/Makefile # storcli/distinfo # storcli/pkg-descr # echo c - storcli mkdir -p storcli > /dev/null 2>&1 echo x - storcli/Makefile sed 's/^X//' >storcli/Makefile << 'efc1d0b360c0f1e7fb16b8e554e348f2' X# $FreeBSD$ X XPORTNAME= storcli XPORTVERSION= 1.01.75 XCATEGORIES= sysutils XMASTER_SITES= http://www.lsi.com/downloads/Public/Nytro/downloads/Nytro%20XM/Management%20Software%20and%20Tools/NMR%201.5/${DISTNAME}${EXTRACT_SUFX}?source=1& XDISTNAME= Storcli_FreeBSD_${PORTVERSION:S|.||g} X XMAINTAINER= takefu@airport.fm XCOMMENT= SAS MegaRAID FreeBSD StorCLI X XEXTRACT_SUFX:= .zip X XRESTRICTED= Source recipient must acknowledge license. Reproduction or redistribution prohibited. See http://www.lsi.com/lookup/License.aspx X XFETCH_BEFORE_ARGS= -o ${DISTDIR}/${DISTFILES} X XONLY_FOR_ARCHS= i386 amd64 X XNO_BUILD= yes XNO_WRKSUBDIR= yes X XPLIST_FILES= sbin/StorCli X XMEGACLI_ARCH= StorCli${ARCH:S/i386//:S/amd64/64/} X Xpost-extract: X @${TAR} ${EXTRACT_BEFORE_ARGS} ${WRKSRC}/${MEGACLI_ARCH}.zip -C${WRKSRC} X Xdo-install: X ${INSTALL_SCRIPT} ${WRKSRC}/${MEGACLI_ARCH} ${STAGEDIR}${PREFIX}/sbin/StorCli X X.include efc1d0b360c0f1e7fb16b8e554e348f2 echo x - storcli/distinfo sed 's/^X//' >storcli/distinfo << '4e22cce8bda5a5ad020be08678e03541' XSHA256 (Storcli_FreeBSD_10175.zip) = 6706f52071970bb8cff0358aec2d83a4ba2ebdd4d870f56cabe8d7bee48b7e25 XSIZE (Storcli_FreeBSD_10175.zip) = 3323477 4e22cce8bda5a5ad020be08678e03541 echo x - storcli/pkg-descr sed 's/^X//' >storcli/pkg-descr << 'b59db8f380c56232fe0bf9637df7f31d' XCommand Line Interface for the MegaRAID SAS family of RAID controllers, Xused to configure and manage connected storage devices. b59db8f380c56232fe0bf9637df7f31d exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09: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 4B54FDC1 for ; Tue, 17 Dec 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 0CEE51EAD for ; Tue, 17 Dec 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 rBH9U0vQ047606 for ; Tue, 17 Dec 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 rBH9U0Gx047605; Tue, 17 Dec 2013 09:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 09:30:00 GMT Resent-Message-Id: <201312170930.rBH9U0Gx047605@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 178F1DB7 for ; Tue, 17 Dec 2013 09:29:51 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0447B1EA6 for ; Tue, 17 Dec 2013 09:29: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 rBH9ToVY071780 for ; Tue, 17 Dec 2013 09:29:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBH9ToVu071779; Tue, 17 Dec 2013 09:29:50 GMT (envelope-from nobody) Message-Id: <201312170929.rBH9ToVu071779@oldred.freebsd.org> Date: Tue, 17 Dec 2013 09:29:50 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184923: databases/phpmyadmin : optional dependency on expired www/suphp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:30:01 -0000 >Number: 184923 >Category: ports >Synopsis: databases/phpmyadmin : optional dependency on expired www/suphp >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 Dec 17 09:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 10.0-RC1 amd64 >Organization: >Environment: FreeBSD acer 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 17:45:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Ports head r336701 >Description: databases/phpmyadmin optionally depends on www/suphp, which is expired. Mark the port as deprecated in this case. >How-To-Repeat: Tools/scripts/rmport www/suphp >Fix: Patch attached with submission follows: Index: databases/phpmyadmin/Makefile =================================================================== --- databases/phpmyadmin/Makefile (revision 336701) +++ databases/phpmyadmin/Makefile (working copy) @@ -52,6 +52,7 @@ PKGNAMESUFFIX= -suphp RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp WANT_PHP_CGI= yes +DEPRECATED= Depends on expired www/suphp .else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09:30: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 E69C9EF8; Tue, 17 Dec 2013 09: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 BC1311EF6; Tue, 17 Dec 2013 09:30: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 rBH9UE6W047686; Tue, 17 Dec 2013 09:30:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBH9UEXj047685; Tue, 17 Dec 2013 09:30:14 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 09:30:14 GMT Message-Id: <201312170930.rBH9UEXj047685@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, matthew@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184923: databases/phpmyadmin : optional dependency on expired www/suphp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:30:15 -0000 Synopsis: databases/phpmyadmin : optional dependency on expired www/suphp Responsible-Changed-From-To: freebsd-ports-bugs->matthew Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 09:30:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184923 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09: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 EBB52206 for ; Tue, 17 Dec 2013 09: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 AD2751F64 for ; Tue, 17 Dec 2013 09: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 rBH9e0cc049486 for ; Tue, 17 Dec 2013 09: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 rBH9e0c2049474; Tue, 17 Dec 2013 09:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 09:40:00 GMT Resent-Message-Id: <201312170940.rBH9e0c2049474@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08591F6E for ; Tue, 17 Dec 2013 09:32:52 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E93AE1F15 for ; Tue, 17 Dec 2013 09:32: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 rBH9Wprx022070 for ; Tue, 17 Dec 2013 09:32:51 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBH9WpbG022069; Tue, 17 Dec 2013 09:32:51 GMT (envelope-from nobody) Message-Id: <201312170932.rBH9WpbG022069@oldred.freebsd.org> Date: Tue, 17 Dec 2013 09:32:51 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184925: net/phpldapadmin : optional dependency on expired www/suphp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:40:01 -0000 >Number: 184925 >Category: ports >Synopsis: net/phpldapadmin : optional dependency on expired www/suphp >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 Dec 17 09:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 10.0-RC1 amd64 >Organization: >Environment: FreeBSD acer 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 17:45:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Ports head r366701 >Description: net/phpldapadmin optionally depends on www/suphp, which is expired. Mark the port as deprecated in this case. >How-To-Repeat: Tools/scripts/rmport www/suphp >Fix: Patch attached with submission follows: Index: net/phpldapadmin/Makefile =================================================================== --- net/phpldapadmin/Makefile (revision 336701) +++ net/phpldapadmin/Makefile (working copy) @@ -29,6 +29,7 @@ PKGNAMESUFFIX+= -suphp RUN_DEPENDS+= ${LOCALBASE}/sbin/suphp:${PORTSDIR}/www/suphp WANT_PHP_CGI= yes +DEPRECATED= Depends on expired www/suphp .else >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09: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 8B7B9203 for ; Tue, 17 Dec 2013 09: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 6670C1F62 for ; Tue, 17 Dec 2013 09: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 rBH9e0CB049459 for ; Tue, 17 Dec 2013 09: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 rBH9e0Dr049458; Tue, 17 Dec 2013 09:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 09:40:00 GMT Resent-Message-Id: <201312170940.rBH9e0Dr049458@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rene Ladan Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BE0291F1 for ; Tue, 17 Dec 2013 09:39:17 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AA1711F55 for ; Tue, 17 Dec 2013 09:39:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBH9dH6i028651 for ; Tue, 17 Dec 2013 09:39:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBH9dHEF028644; Tue, 17 Dec 2013 09:39:17 GMT (envelope-from nobody) Message-Id: <201312170939.rBH9dHEF028644@oldred.freebsd.org> Date: Tue, 17 Dec 2013 09:39:17 GMT From: Rene Ladan To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184924: www/horde3-base : optionally depends on expired www/suphp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:40:00 -0000 >Number: 184924 >Category: ports >Synopsis: www/horde3-base : optionally depends on expired www/suphp >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 Dec 17 09:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rene Ladan >Release: FreeBSD 10.0-RC1 amd64 >Organization: >Environment: FreeBSD acer 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 17:45:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 Ports head r336701 >Description: www/horde3-base optionally depends on www/suphp, which is expired. Mark the port as deprecated in this case. While here move NO_STAGE out of the below comment block. >How-To-Repeat: Tools/scripts/rmport www/suphp >Fix: Patch attached with submission follows: Index: www/horde3-base/Makefile =================================================================== --- www/horde3-base/Makefile (revision 336701) +++ www/horde3-base/Makefile (working copy) @@ -12,8 +12,8 @@ MAINTAINER= horde@FreeBSD.org COMMENT= Common code-base used by Horde applications +NO_STAGE= yes #---------------------------------------------------------------------------- -NO_STAGE= yes # You may define these options: # # - WITHOUT_SUPPORTED_DB: if you run a database not in the ports tree. @@ -84,6 +84,7 @@ WANT_PHP_CGI= yes HORDEADMUSR?= horde SUB_LIST= WITH_SUPHP=yes +DEPRECATED= Depends on expired www/suphp .else WANT_PHP_WEB= yes .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09: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 0AD13237; Tue, 17 Dec 2013 09: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 D4AE21F67; Tue, 17 Dec 2013 09:40: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 rBH9e77n051191; Tue, 17 Dec 2013 09: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 rBH9e7jY051190; Tue, 17 Dec 2013 09:40:07 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 09:40:07 GMT Message-Id: <201312170940.rBH9e7jY051190@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, matthew@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184925: net/phpldapadmin : optional dependency on expired www/suphp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:40:08 -0000 Synopsis: net/phpldapadmin : optional dependency on expired www/suphp Responsible-Changed-From-To: freebsd-ports-bugs->matthew Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 09:40:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184925 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 09: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 A5AB6266; Tue, 17 Dec 2013 09: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 7ACD21F68; Tue, 17 Dec 2013 09: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 rBH9eFAt051274; Tue, 17 Dec 2013 09: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 rBH9eF5E051273; Tue, 17 Dec 2013 09:40:15 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 09:40:15 GMT Message-Id: <201312170940.rBH9eF5E051273@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, horde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184924: www/horde3-base : optionally depends on expired www/suphp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 09:40:15 -0000 Synopsis: www/horde3-base : optionally depends on expired www/suphp Responsible-Changed-From-To: freebsd-ports-bugs->horde Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 09:40:15 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184924 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 10: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 C3E2E5E1 for ; Tue, 17 Dec 2013 10: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 85A5E10CF for ; Tue, 17 Dec 2013 10: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 rBHA00eC053558 for ; Tue, 17 Dec 2013 10: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 rBHA006i053557; Tue, 17 Dec 2013 10:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 10:00:00 GMT Resent-Message-Id: <201312171000.rBHA006i053557@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Guido Falsi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A680E5D7; Tue, 17 Dec 2013 09:59:27 +0000 (UTC) Received: from micro.madpilot.net (micro.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id 57DF510C8; Tue, 17 Dec 2013 09:59:26 +0000 (UTC) Received: from micro.madpilot.net (localhost [127.0.0.1]) by micro.madpilot.net (Postfix) with ESMTP id 3dkF1t6s1jz11P; Tue, 17 Dec 2013 10:49:38 +0100 (CET) Received: from micro.madpilot.net ([127.0.0.1]) by micro.madpilot.net (micro.madpilot.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 96NI6NnavKS7; Tue, 17 Dec 2013 10:49:21 +0100 (CET) Received: by micro.madpilot.net (Postfix, from userid 1000) id 3dkF1Y3BWBz11N; Tue, 17 Dec 2013 10:49:21 +0100 (CET) Message-Id: <3dkF1Y3BWBz11N@micro.madpilot.net> Date: Tue, 17 Dec 2013 10:49:21 +0100 (CET) From: Guido Falsi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184926: security/ssh_askpass_gtk2: Fix build on 10 and head, stagify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Guido Falsi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 10:00:00 -0000 >Number: 184926 >Category: ports >Synopsis: security/ssh_askpass_gtk2: Fix build on 10 and head, stagify >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 Dec 17 10:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Guido Falsi >Release: FreeBSD 9.2-STABLE amd64 >Organization: none >Environment: System: FreeBSD micro.madpilot.net 9.2-STABLE FreeBSD 9.2-STABLE #22 r255995: Wed Oct 2 22:15:55 CEST 2013 root@micro.madpilot.net:/usr/obj/usr/src/sys/MICRO amd64 >Description: Port is failing on 10 and head due to new ld behavior. -lX11 needs to be explicitly specified. While here I also stagified the port. >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 336703) +++ Makefile (working copy) @@ -19,12 +19,12 @@ PLIST_FILES= bin/ssh-askpass-fullscreen -NO_STAGE= yes post-patch: - ${REINPLACE_CMD} -e "s,gcc,${CC}," ${WRKSRC}/Makefile + ${REINPLACE_CMD} -e "s,gcc,${CC}," \ + -e "/${CC}/s,$$, -lX11," ${WRKSRC}/Makefile do-install: cd ${WRKSRC};\ - ${INSTALL_PROGRAM} ssh-askpass-fullscreen ${PREFIX}/bin/ssh-askpass-fullscreen;\ + ${INSTALL_PROGRAM} ssh-askpass-fullscreen ${STAGEDIR}${PREFIX}/bin/ssh-askpass-fullscreen .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 10: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 5758360F; Tue, 17 Dec 2013 10: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 2D5EE10D1; Tue, 17 Dec 2013 10: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 rBHA08Km053691; Tue, 17 Dec 2013 10: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 rBHA07gh053690; Tue, 17 Dec 2013 10:00:07 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 10:00:07 GMT Message-Id: <201312171000.rBHA07gh053690@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, arved@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184926: security/ssh_askpass_gtk2: Fix build on 10 and head, stagify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 10:00:08 -0000 Synopsis: security/ssh_askpass_gtk2: Fix build on 10 and head, stagify Responsible-Changed-From-To: freebsd-ports-bugs->arved Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 10:00:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184926 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 10: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 E7A6392E for ; Tue, 17 Dec 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 C01871165 for ; Tue, 17 Dec 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 rBHAA0ME055750 for ; Tue, 17 Dec 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 rBHAA03S055744; Tue, 17 Dec 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 10:10:00 GMT Resent-Message-Id: <201312171010.rBHAA03S055744@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5221B644 for ; Tue, 17 Dec 2013 10:00:28 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 14FCB111B for ; Tue, 17 Dec 2013 10:00:27 +0000 (UTC) Received: from mx12.chaot.net (82.131.84.56.cable.starman.ee [82.131.84.56]) by dd16522.kasserver.com (Postfix) with ESMTPSA id D5AAA456655 for ; Tue, 17 Dec 2013 11:00:19 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id c558d169; for ; Tue, 17 Dec 2013 12:00:18 +0200 (EET) Message-Id: <3650812204.enqueue@mx12.chaot.net> Date: Tue, 17 Dec 2013 12:00:18 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184927: [NEW PORT] devel/py-snackwich: Configuration-based Console UI Framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 10:10:01 -0000 >Number: 184927 >Category: ports >Synopsis: [NEW PORT] devel/py-snackwich: Configuration-based Console UI Framework >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 Dec 17 10:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Wed Dec 11 13:21:24 EET 2013 >Description: Configuration-based Snack/Newt adaptation for easy and attractive console UI forms. WWW: https://github.com/dsoprea/Snackwich 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: # # py-snackwich # py-snackwich/pkg-descr # py-snackwich/distinfo # py-snackwich/Makefile # echo c - py-snackwich mkdir -p py-snackwich > /dev/null 2>&1 echo x - py-snackwich/pkg-descr sed 's/^X//' >py-snackwich/pkg-descr << 'f301a1606f04adb407296c0ba191f366' XConfiguration-based Snack/Newt adaptation for easy and attractive console UI Xforms. X XWWW: https://github.com/dsoprea/Snackwich f301a1606f04adb407296c0ba191f366 echo x - py-snackwich/distinfo sed 's/^X//' >py-snackwich/distinfo << '034e31f5ad69c5c40918322bac727422' XSHA256 (snackwich-1.3.18.tar.gz) = ecee24943c09499dc74aa0c1cbf75fbcd68929648cbe696c52d097deaf1e6523 XSIZE (snackwich-1.3.18.tar.gz) = 10021 034e31f5ad69c5c40918322bac727422 echo x - py-snackwich/Makefile sed 's/^X//' >py-snackwich/Makefile << '707804b3e6f106cac8185eb730f5e746' X# Created by: Johannes Meixner X# $FreeBSD$ X XPORTNAME= snackwich XPORTVERSION= 1.3.18 XCATEGORIES= devel python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= xmj@chaot.net XCOMMENT= Configuration-based Console UI Framework X XLICENSE= GPLv2 X XLIB_DEPENDS= libnewt.so:${PORTSDIR}/devel/newt X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XPYDISTUTILS_AUTOPLIST= yes X X.include 707804b3e6f106cac8185eb730f5e746 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 10: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 2128495E; Tue, 17 Dec 2013 10: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 EA52811A9; Tue, 17 Dec 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 rBHAA8J8055882; Tue, 17 Dec 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 rBHAA8fM055881; Tue, 17 Dec 2013 10:10:08 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 10:10:08 GMT Message-Id: <201312171010.rBHAA8fM055881@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184927: [NEW PORT] devel/py-snackwich: Configuration-based Console UI Framework X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 10:10:09 -0000 Synopsis: [NEW PORT] devel/py-snackwich: Configuration-based Console UI Framework Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 10:10: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=184927 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 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 E3CE0E6C for ; Tue, 17 Dec 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 BF3E916CC for ; Tue, 17 Dec 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 rBHBA0Xd068135 for ; Tue, 17 Dec 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 rBHBA07V068134; Tue, 17 Dec 2013 11:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 11:10:00 GMT Resent-Message-Id: <201312171110.rBHBA07V068134@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, arrowdodger <6yearold@gmail.com> Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2F3FBE1 for ; Tue, 17 Dec 2013 11:02:45 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DF9F7167E for ; Tue, 17 Dec 2013 11:02: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 rBHB2jBZ053204 for ; Tue, 17 Dec 2013 11:02:45 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBHB2jfX053192; Tue, 17 Dec 2013 11:02:45 GMT (envelope-from nobody) Message-Id: <201312171102.rBHB2jfX053192@oldred.freebsd.org> Date: Tue, 17 Dec 2013 11:02:45 GMT From: arrowdodger <6yearold@gmail.com> To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184929: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.10 -> 2.10.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 11:10:01 -0000 >Number: 184929 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.10 -> 2.10.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 11:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: arrowdodger >Release: 9-stable >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/devel/tortoisehg2/Makefile devel/tortoisehg2/Makefile --- /usr/ports/devel/tortoisehg2/Makefile 2013-11-09 02:13:04.000000000 +0400 +++ devel/tortoisehg2/Makefile 2013-12-17 14:34:56.252969388 +0400 @@ -1,7 +1,7 @@ # $FreeBSD: devel/tortoisehg2/Makefile 333266 2013-11-08 22:13:04Z wg $ PORTNAME= tortoisehg -PORTVERSION= 2.10 +PORTVERSION= 2.10.1 CATEGORIES= devel MASTER_SITES= http://cdn.bitbucket.org/tortoisehg/targz/downloads/ diff -ruN /usr/ports/devel/tortoisehg2/distinfo devel/tortoisehg2/distinfo --- /usr/ports/devel/tortoisehg2/distinfo 2013-11-09 02:13:04.000000000 +0400 +++ devel/tortoisehg2/distinfo 2013-12-17 14:43:32.366965348 +0400 @@ -1,2 +1,2 @@ -SHA256 (tortoisehg-2.10.tar.gz) = d7023304d3a6c21e22fcc199b2b626ee11e7b7f89ec46e73e8afa24cd7fb546f -SIZE (tortoisehg-2.10.tar.gz) = 9618287 +SHA256 (tortoisehg-2.10.1.tar.gz) = 5c42af380ad1d00ce04e7b764eb1797a725451598627b3e8cc2dde9f359feb39 +SIZE (tortoisehg-2.10.1.tar.gz) = 8617287 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 11: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 B8FF2392 for ; Tue, 17 Dec 2013 11: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 9354518F5 for ; Tue, 17 Dec 2013 11: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 rBHBe0Gi074600 for ; Tue, 17 Dec 2013 11: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 rBHBe0EG074599; Tue, 17 Dec 2013 11:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 11:40:00 GMT Resent-Message-Id: <201312171140.rBHBe0EG074599@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14612318 for ; Tue, 17 Dec 2013 11:31:18 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 965ED18B3 for ; Tue, 17 Dec 2013 11:31:17 +0000 (UTC) Received: from mx12.chaot.net (82.131.84.56.cable.starman.ee [82.131.84.56]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 96D27456655 for ; Tue, 17 Dec 2013 12:31:15 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id 30dff9f8; for ; Tue, 17 Dec 2013 13:31:14 +0200 (EET) Message-Id: <3174122997.enqueue@mx12.chaot.net> Date: Tue, 17 Dec 2013 13:31:14 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184931: [NEW PORT] math/py-fastcluster: Python functions for hierarchical clustering X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 11:40:00 -0000 >Number: 184931 >Category: ports >Synopsis: [NEW PORT] math/py-fastcluster: Python functions for hierarchical clustering >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 Dec 17 11:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: Goldener Grund OUe >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Wed Dec 11 13:21:24 EET 2013 >Description: Fastcluster provides Python functions for hierarchical clustering. It generates hierarchical clusters from distance matrices or from vector data. Part of this module is intended to replace the functions linkage, single, complete, average, weighted, centroid, median, ward in the module scipy.cluster.hierarchy with the same functionality but much faster algorithms. Moreover, the function 'linkage_vector' provides memory-efficient clustering for vector data. The interface is very similar to MATLAB's Statistics Toolbox API to make code easier to port from MATLAB to Python/Numpy. The core implementation of this library is in C++ for efficiency. WWW: http://danifold.net/fastcluster.html 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: # # py-fastcluster # py-fastcluster/Makefile # py-fastcluster/distinfo # py-fastcluster/pkg-descr # echo c - py-fastcluster mkdir -p py-fastcluster > /dev/null 2>&1 echo x - py-fastcluster/Makefile sed 's/^X//' >py-fastcluster/Makefile << '57ba3d302594e57000af2f79dc417484' X# Created by: Johannes Meixner X# $FreeBSD$ X XPORTNAME= fastcluster XPORTVERSION= 1.1.13 XCATEGORIES= math python XMASTER_SITES= CHEESESHOP XPKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} X XMAINTAINER= xmj@chaot.net XCOMMENT= Python functions for hierarchical clustering X XLICENSE= BSD X XBUILD_DEPENDS= ${PYNUMPY} XRUN_DEPENDS= ${PYNUMPY} \ X ${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy X XPORTDOCS= CITATION.txt \ X INSTALL.txt \ X NEWS.txt \ X README.txt X XUSE_PYTHON= yes XUSE_PYDISTUTILS= yes XPYDISTUTILS_AUTOPLIST= yes X Xpost-install: X ${MKDIR} ${STAGEDIR}${DOCSDIR} X ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} X X.include 57ba3d302594e57000af2f79dc417484 echo x - py-fastcluster/distinfo sed 's/^X//' >py-fastcluster/distinfo << '300ac8bf27a410cfeef3db86f10f8a15' XSHA256 (fastcluster-1.1.13.tar.gz) = abdf99d327e6e6569dc2782eaca1d6ed2ced88ab6c6b43c8e9850dae66f9648c XSIZE (fastcluster-1.1.13.tar.gz) = 148538 300ac8bf27a410cfeef3db86f10f8a15 echo x - py-fastcluster/pkg-descr sed 's/^X//' >py-fastcluster/pkg-descr << '04beafbded5ca363324250cfc8f868a7' XFastcluster provides Python functions for hierarchical clustering. It generates Xhierarchical clusters from distance matrices or from vector data. X XPart of this module is intended to replace the functions X linkage, single, complete, average, weighted, centroid, median, ward Xin the module scipy.cluster.hierarchy with the same functionality but much Xfaster algorithms. Moreover, the function 'linkage_vector' provides Xmemory-efficient clustering for vector data. X XThe interface is very similar to MATLAB's Statistics Toolbox API to make code Xeasier to port from MATLAB to Python/Numpy. The core implementation of this Xlibrary is in C++ for efficiency. X XWWW: http://danifold.net/fastcluster.html 04beafbded5ca363324250cfc8f868a7 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 12: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 A4CBE58B for ; Tue, 17 Dec 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 7F2A01ED7 for ; Tue, 17 Dec 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 rBHCo0SE092185 for ; Tue, 17 Dec 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 rBHCo0OB092184; Tue, 17 Dec 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 12:50:00 GMT Resent-Message-Id: <201312171250.rBHCo0OB092184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Herbert J. Skuhra" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF083573 for ; Tue, 17 Dec 2013 12:49:05 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB55B1ECC for ; Tue, 17 Dec 2013 12:49:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBHCn5O2062346 for ; Tue, 17 Dec 2013 12:49:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBHCn5XU062340; Tue, 17 Dec 2013 12:49:05 GMT (envelope-from nobody) Message-Id: <201312171249.rBHCn5XU062340@oldred.freebsd.org> Date: Tue, 17 Dec 2013 12:49:05 GMT From: "Herbert J. Skuhra" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184932: [PATCH] Update multimedia/gst123 to version 0.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 12:50:00 -0000 >Number: 184932 >Category: ports >Synopsis: [PATCH] Update multimedia/gst123 to version 0.3.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Herbert J. Skuhra >Release: FreeBSD 10.0-PRERELEASE i386 >Organization: >Environment: FreeBSD build.home.lan 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r259070: Sat Dec 7 16:10:35 CET 2013 herbert@build.home.lan:/usr/obj/usr/src/sys/GENERIC i386 >Description: The attached patch updates multimedia/gst123 to version 0.3.3 and fixes the build on stable/10 [1][2]. [1] [2] >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 336705) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= gst123 -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= multimedia MASTER_SITES= http://space.twc.de/~stefan/gst123/ @@ -16,7 +16,7 @@ USE_BZIP2= yes USE_GNOME= gtk20 CONFIGURE_ENV= NCURSES5_CONFIG=/usr/bin/true -LDFLAGS+= -lncurses +LDFLAGS+= -lncurses -L${LOCALBASE}/lib PLIST_FILES= bin/${PORTNAME} MAN1= ${PORTNAME}.1 Index: distinfo =================================================================== --- distinfo (revision 336705) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (gst123-0.3.2.tar.bz2) = 51033261967da4cf1beb512e156e9f647572689202a1c2aceb8cd2beb427f53d -SIZE (gst123-0.3.2.tar.bz2) = 112709 +SHA256 (gst123-0.3.3.tar.bz2) = 45359410c99a622790dd2b6efdc2d1a94748da3763242d95da79c633b5dfbce9 +SIZE (gst123-0.3.3.tar.bz2) = 113344 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 13: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 0041190F for ; Tue, 17 Dec 2013 13: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 CEBAB1182 for ; Tue, 17 Dec 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHDK0wh099174 for ; Tue, 17 Dec 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHDK0pI099173; Tue, 17 Dec 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 13:20:00 GMT Resent-Message-Id: <201312171320.rBHDK0pI099173@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anes Mukhametov Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40B2E8AB; Tue, 17 Dec 2013 13:18:53 +0000 (UTC) Received: from be.static.corbina.ru (amuhametov-bsd.park.rambler.ru [81.19.64.108]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7B34D1173; Tue, 17 Dec 2013 13:18:51 +0000 (UTC) Received: from be.static.corbina.ru (freebsd10a5 [127.0.0.1]) by be.static.corbina.ru (8.14.7/8.14.7) with ESMTP id rBHDIfO7007089; Tue, 17 Dec 2013 13:18:41 GMT (envelope-from amuhametov@be.static.corbina.ru) Received: (from root@localhost) by be.static.corbina.ru (8.14.7/8.14.7/Submit) id rBHDIfW1007088; Tue, 17 Dec 2013 13:18:41 GMT (envelope-from amuhametov) Message-Id: <201312171318.rBHDIfW1007088@be.static.corbina.ru> Date: Tue, 17 Dec 2013 13:18:41 GMT From: Anes Mukhametov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184933: [UPDATE] www/py-django-pipeline update to 1.3.19, fix deps Cc: clsung@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anes Mukhametov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 13:20:01 -0000 >Number: 184933 >Category: ports >Synopsis: [UPDATE] www/py-django-pipeline update to 1.3.19, fix deps >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anes Mukhametov >Release: FreeBSD 10.0-ALPHA5 amd64 >Organization: >Environment: >Description: Updated to 1.3.19 Fixed package dependency name to make Tinderbox happy Staging safe >How-To-Repeat: >Fix: --- py-django-pipeline.diff begins here --- Index: www/py-django-pipeline/Makefile =================================================================== --- www/py-django-pipeline/Makefile (revision 336345) +++ www/py-django-pipeline/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= django-pipeline -PORTVERSION= 1.3.12 +PORTVERSION= 1.3.19 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,10 +10,9 @@ MAINTAINER= clsung@FreeBSD.org COMMENT= Asset (css/js) packaging library for Django -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django>0<1.5:${PORTSDIR}/www/py-django14 +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django14>0<1.5:${PORTSDIR}/www/py-django14 USE_PYTHON= -2.7 USE_PYDISTUTILS=easy_install -NO_STAGE= yes .include Index: www/py-django-pipeline/distinfo =================================================================== --- www/py-django-pipeline/distinfo (revision 336345) +++ www/py-django-pipeline/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (django-pipeline-1.3.12.tar.gz) = 3aa3b8eb16df6c3bdce9e676c9c3aae3c336b198d93ede994900d048f1c4449e -SIZE (django-pipeline-1.3.12.tar.gz) = 25969 +SHA256 (django-pipeline-1.3.19.tar.gz) = 378d591abf27e634d37640b00c3cca2feeb3d50c02d6263d4f5aa9f13a86cc88 +SIZE (django-pipeline-1.3.19.tar.gz) = 202816 Index: www/py-django-pipeline/pkg-plist =================================================================== --- www/py-django-pipeline/pkg-plist (revision 336345) +++ www/py-django-pipeline/pkg-plist (working copy) @@ -52,15 +52,15 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/compressors/yui.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/compressors/yui.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/compressors/yui.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf/settings.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf/settings.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf/settings.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/exceptions.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/exceptions.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/exceptions.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/finders.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/finders.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/finders.pyo %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/glob.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/glob.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/glob.pyo @@ -103,39 +103,12 @@ %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/utils.py %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/utils.pyc %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/utils.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_compiler.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_compiler.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_compiler.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_compressor.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_compressor.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_compressor.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_extension.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_extension.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_extension.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_glob.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_glob.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_glob.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_packager.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_packager.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_packager.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_storage.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_storage.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_storage.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_utils.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_utils.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests/test_utils.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/tests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/templatetags -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/templates/pipeline -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/templates -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/jinja2 -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/conf -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/compressors -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/compilers -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/templatetags +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/templates/pipeline +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/templates +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/jinja2 +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/compressors +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline/compilers +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/pipeline +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrmtry %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% --- py-django-pipeline.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 13: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 DF621943; Tue, 17 Dec 2013 13: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 B43B411CA; Tue, 17 Dec 2013 13: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 rBHDK93S099268; Tue, 17 Dec 2013 13: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 rBHDK9pS099267; Tue, 17 Dec 2013 13:20:09 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 13:20:09 GMT Message-Id: <201312171320.rBHDK9pS099267@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184933: [UPDATE] www/py-django-pipeline update to 1.3.19, fix deps X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 13:20:09 -0000 Synopsis: [UPDATE] www/py-django-pipeline update to 1.3.19, fix deps Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 13: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=184933 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 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 7F324542 for ; Tue, 17 Dec 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 6B4221B7B for ; Tue, 17 Dec 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 rBHF01U2019514 for ; Tue, 17 Dec 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 rBHF01fv019513; Tue, 17 Dec 2013 15:00:01 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 15:00:01 GMT Message-Id: <201312171500.rBHF01fv019513@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kenji Rikitake Subject: Re: ports/184913: editors/vim not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kenji Rikitake List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 15:00:01 -0000 The following reply was made to PR ports/184913; it has been noted by GNATS. From: Kenji Rikitake To: bug-followup@FreeBSD.org, vsityz@gmail.com Cc: Kenji Rikitake Subject: Re: ports/184913: editors/vim not build Date: Tue, 17 Dec 2013 22:45:05 +0900 --bcaec5171b93d2c4ba04edbb2297 Content-Type: text/plain; charset=ISO-8859-1 Adding -lX11 to GTK2 X_LIBS solved the link symbol problem with the latest Xorg. Hint at: See the attached patch diff file (in text). (Note: for GTK2 build only) Kenji Rikitake --- Makefile~ 2013-12-16 22:07:17.000000000 +0900 +++ Makefile 2013-12-17 22:25:38.000000000 +0900 @@ -157,7 +157,7 @@ . if ${PORT_OPTIONS:MGTK2} USE_GNOME= gtk20 CONF_OPT_GUI="--enable-gui=gtk2 --with-gtk-prefix=${LOCALBASE}" -MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt" +MAKE_ARGS+= X_LIBS="$(X_LIBS) -lX11 -lXt" USE_XORG+= xt . endif --bcaec5171b93d2c4ba04edbb2297 Content-Type: text/plain; charset=US-ASCII; name="patch.Makefile.diff.txt" Content-Disposition: attachment; filename="patch.Makefile.diff.txt" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hpb7beol0 LS0tIE1ha2VmaWxlfgkyMDEzLTEyLTE2IDIyOjA3OjE3LjAwMDAwMDAwMCArMDkwMAorKysgTWFr ZWZpbGUJMjAxMy0xMi0xNyAyMjoyNTozOC4wMDAwMDAwMDAgKzA5MDAKQEAgLTE1Nyw3ICsxNTcs NyBAQAogLiBpZiAke1BPUlRfT1BUSU9OUzpNR1RLMn0KIFVTRV9HTk9NRT0JZ3RrMjAKIENPTkZf T1BUX0dVST0iLS1lbmFibGUtZ3VpPWd0azIgLS13aXRoLWd0ay1wcmVmaXg9JHtMT0NBTEJBU0V9 IgotTUFLRV9BUkdTKz0JWF9MSUJTPSIkKFhfTElCUykgLWxYdCIKK01BS0VfQVJHUys9CVhfTElC Uz0iJChYX0xJQlMpIC1sWDExIC1sWHQiCiBVU0VfWE9SRys9CXh0CiAuIGVuZGlmCiAK --bcaec5171b93d2c4ba04edbb2297-- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 15: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 182B53D2 for ; Tue, 17 Dec 2013 15: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 D81D01EDD for ; Tue, 17 Dec 2013 15:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHFU0mC026469 for ; Tue, 17 Dec 2013 15:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHFU0lZ026458; Tue, 17 Dec 2013 15:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 15:30:00 GMT Resent-Message-Id: <201312171530.rBHFU0lZ026458@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Shterenlikht Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 67B2316C for ; Tue, 17 Dec 2013 15:26:08 +0000 (UTC) Received: from eu1sys200aog113.obsmtp.com (eu1sys200aog113.obsmtp.com [207.126.144.135]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B5AA31E8D for ; Tue, 17 Dec 2013 15:26:07 +0000 (UTC) Received: from mail-wi0-f172.google.com ([209.85.212.172]) (using TLSv1) by eu1sys200aob113.postini.com ([207.126.147.11]) with SMTP ID DSNKUrBtCK4R4c++PMovDlebTywVHsMGt2uq@postini.com; Tue, 17 Dec 2013 15:26:07 UTC Received: by mail-wi0-f172.google.com with SMTP id en1so3872029wid.11 for ; Tue, 17 Dec 2013 07:26:00 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id mt2sm35429120wic.7.2013.12.17.06.59.10 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Tue, 17 Dec 2013 06:59:11 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id rBHEx9Xq001794 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Tue, 17 Dec 2013 14:59:09 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id rBHEx9Re001793; Tue, 17 Dec 2013 14:59:09 GMT (envelope-from mexas) Message-Id: <201312171459.rBHEx9Re001793@mech-cluster241.men.bris.ac.uk> Date: Tue, 17 Dec 2013 06:59:11 -0800 (PST) From: Anton Shterenlikht Sender: Anton Shterenlikht To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184937: multimedia/mplayer ia64 regression - disable RTCPU X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anton Shterenlikht List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 15:30:01 -0000 >Number: 184937 >Category: ports >Synopsis: multimedia/mplayer ia64 regression - disable RTCPU >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: Tue Dec 17 15:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Shterenlikht >Release: FreeBSD 11.0-CURRENT ia64 >Organization: University of Bristol >Environment: System: FreeBSD mech-cluster241.men.bris.ac.uk 11.0-CURRENT FreeBSD 11.0-CURRENT #10 r257910M: Mon Dec 16 15:31:50 GMT 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 >Description: Starting From r336566, the port has: BROKEN=Does not detect CPU correctly on ia64 It is true that ia64 doesn't support RTCPU, but the port builds and runs fine with RTCPU disabled. I suggest removing BROKEN, and put instead .if ${ARCH} == "ia64" RTCPU= off .endif or whatever the correct syntax is. Please also note PR 153776: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/153776 should probably be closed, as it is now obsolete. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 15: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 CD541408; Tue, 17 Dec 2013 15: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 9BBBD1EE2; Tue, 17 Dec 2013 15: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 rBHFU9fu026576; Tue, 17 Dec 2013 15: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 rBHFU9Yf026575; Tue, 17 Dec 2013 15:30:09 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 15:30:09 GMT Message-Id: <201312171530.rBHFU9Yf026575@freefall.freebsd.org> To: mexas@bris.ac.uk, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184937: multimedia/mplayer ia64 regression - disable RTCPU X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 15:30:09 -0000 Synopsis: multimedia/mplayer ia64 regression - disable RTCPU State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Dec 17 15: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=184937 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 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 51F5C87B for ; Tue, 17 Dec 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 3DDF81FBE for ; Tue, 17 Dec 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 rBHFe1p8028456 for ; Tue, 17 Dec 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 rBHFe1tw028455; Tue, 17 Dec 2013 15:40:01 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 15:40:01 GMT Message-Id: <201312171540.rBHFe1tw028455@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184937: multimedia/mplayer ia64 regression - disable RTCPU X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 17 Dec 2013 15:40:01 -0000 The following reply was made to PR ports/184937; it has been noted by GNATS. From: Edwin Groothuis To: thomas.e.zander@googlemail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184937: multimedia/mplayer ia64 regression - disable RTCPU Date: Tue, 17 Dec 2013 15:30:08 UT Maintainer of multimedia/mplayer, Please note that PR ports/184937 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/184937 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 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 DD2B6480 for ; Tue, 17 Dec 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 AE27C1192 for ; Tue, 17 Dec 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 rBHG02R7032392 for ; Tue, 17 Dec 2013 16: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 rBHG02g2032391; Tue, 17 Dec 2013 16:00:02 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 16:00:02 GMT Message-Id: <201312171600.rBHG02g2032391@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Thomas Zander Subject: Re: ports/184937: multimedia/mplayer ia64 regression - disable RTCPU X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Thomas Zander List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 16:00:02 -0000 The following reply was made to PR ports/184937; it has been noted by GNATS. From: Thomas Zander To: bug-followup@freebsd.org Cc: Subject: Re: ports/184937: multimedia/mplayer ia64 regression - disable RTCPU Date: Tue, 17 Dec 2013 16:50:11 +0100 Great, thanks for the feedback. I don't have an ia64 around, so I am usually constrained to guessing. I'll update the port as soon as I can. Riggs From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 16:14:51 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC3E7C78; Tue, 17 Dec 2013 16:14: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 88C941305; Tue, 17 Dec 2013 16:14:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHGEppT037161; Tue, 17 Dec 2013 16:14:51 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHGEpnL037160; Tue, 17 Dec 2013 16:14:51 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 16:14:51 GMT Message-Id: <201312171614.rBHGEpnL037160@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184929: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.10 -> 2.10.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 16:14:51 -0000 Synopsis: [MAINTAINER UPDATE] devel/tortoisehg2: Update 2.10 -> 2.10.1 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 16:14:51 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184929 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 16:15: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 3D72CCC0; Tue, 17 Dec 2013 16: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 112D01312; Tue, 17 Dec 2013 16: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 rBHGFJlY037310; Tue, 17 Dec 2013 16:15:19 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHGFJ68037309; Tue, 17 Dec 2013 16:15:19 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 16:15:19 GMT Message-Id: <201312171615.rBHGFJ68037309@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184932: [PATCH] Update multimedia/gst123 to version 0.3.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 16:15:20 -0000 Synopsis: [PATCH] Update multimedia/gst123 to version 0.3.3 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 16:15:19 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184932 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17: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 9C69E58F for ; Tue, 17 Dec 2013 17: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 75E661707 for ; Tue, 17 Dec 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHH00Tt045431 for ; Tue, 17 Dec 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHH00HH045430; Tue, 17 Dec 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 17:00:00 GMT Resent-Message-Id: <201312171700.rBHH00HH045430@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Oleg Ginzburg Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43EC93E2 for ; Tue, 17 Dec 2013 16:52:13 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23ACB16AE for ; Tue, 17 Dec 2013 16:52: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 rBHGqC6G072226 for ; Tue, 17 Dec 2013 16:52:12 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBHGqC61072220; Tue, 17 Dec 2013 16:52:12 GMT (envelope-from nobody) Message-Id: <201312171652.rBHGqC61072220@oldred.freebsd.org> Date: Tue, 17 Dec 2013 16:52:12 GMT From: Oleg Ginzburg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184938: www/xpi-pencil update to 2.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:00:00 -0000 >Number: 184938 >Category: ports >Synopsis: www/xpi-pencil update to 2.0.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Oleg Ginzburg >Release: FreeBSD-11 >Organization: >Environment: >Description: Also correct WWW to official site ( as say http://www.evolus.vn/en-US/wiki/products/pencil/pencil.html in Links area ) Tested on FF 25.0 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN xpi-pencil.bak/Makefile xpi-pencil/Makefile --- xpi-pencil.bak/Makefile 2013-11-23 10:14:26.000000000 +0400 +++ xpi-pencil/Makefile 2013-12-17 20:43:36.000000000 +0400 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/xpi-pencil/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= pencil -DISTVERSION= 2.0-3 +DISTVERSION= 2.0-5 DISTVERSIONSUFFIX= -fx CATEGORIES= www MASTER_SITES= GOOGLE_CODE diff -ruN xpi-pencil.bak/distinfo xpi-pencil/distinfo --- xpi-pencil.bak/distinfo 2013-11-23 10:14:26.000000000 +0400 +++ xpi-pencil/distinfo 2013-12-17 20:43:46.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (xpi/Pencil-2.0-3-fx.xpi) = 23c9a257c0b877f7f552f9ce3b64f1bb1d8629f24d213bbf3b2e4f15bac8e985 -SIZE (xpi/Pencil-2.0-3-fx.xpi) = 5478388 +SHA256 (xpi/Pencil-2.0-5-fx.xpi) = 00f3e50eb907415522d352b39dc921af8f10a4eab603bc0ea154aff08eb92b8d +SIZE (xpi/Pencil-2.0-5-fx.xpi) = 5467486 diff -ruN xpi-pencil.bak/pkg-descr xpi-pencil/pkg-descr --- xpi-pencil.bak/pkg-descr 2013-11-23 10:14:26.000000000 +0400 +++ xpi-pencil/pkg-descr 2013-12-17 20:41:58.000000000 +0400 @@ -14,4 +14,4 @@ * Adding external objects * And much more... -WWW: http://www.evolus.vn/Pencil/ +WWW: http://pencil.evolus.vn/ diff -ruN xpi-pencil.bak/pkg-plist xpi-pencil/pkg-plist --- xpi-pencil.bak/pkg-plist 2013-11-23 10:14:26.000000000 +0400 +++ xpi-pencil/pkg-plist 2013-12-17 20:46:05.000000000 +0400 @@ -11,7 +11,6 @@ %%XPI_XPIDIR%%/update.rdf %%XPI_XPIDIR%%/application.ini %%XPI_XPIDIR%%/defaults/preferences/pencil.js -%%XPI_XPIDIR%%/application.ini.tpl %%XPI_XPIDIR%%/install.rdf.tpl.xml %%XPI_XPIDIR%%/platform/WINNT/chrome.manifest %%XPI_XPIDIR%%/chrome/icons/default/main-window.ico @@ -175,7 +174,6 @@ %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/keyboard.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/selectedTab.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/textfield.png -%%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/alphaSearch.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/groupPanel.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/addButton.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/programPanel.png @@ -213,7 +211,6 @@ %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/ipad.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/lastTab.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/halfGraBlueButton.png -%%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/AlphaSearch.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/backButton.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/progress.png %%XPI_XPIDIR%%/content/pencil/stencil/iOS-Wireframe/Icons/redButton.png >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17:00: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 EDF3D5BE; Tue, 17 Dec 2013 17: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 C1E47170A; Tue, 17 Dec 2013 17: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 rBHH07mZ045567; Tue, 17 Dec 2013 17:00:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHH07Pp045566; Tue, 17 Dec 2013 17:00:07 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 17:00:07 GMT Message-Id: <201312171700.rBHH07Pp045566@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ashish@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184938: www/xpi-pencil update to 2.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:00:08 -0000 Synopsis: www/xpi-pencil update to 2.0.5 Responsible-Changed-From-To: freebsd-ports-bugs->ashish Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 17:00:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184938 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17: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 8B4CF8EB for ; Tue, 17 Dec 2013 17: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 5BFCA186C for ; Tue, 17 Dec 2013 17: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 rBHHK0WM050519 for ; Tue, 17 Dec 2013 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHHK0QH050518; Tue, 17 Dec 2013 17:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 17:20:00 GMT Resent-Message-Id: <201312171720.rBHHK0QH050518@freefall.freebsd.org> 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 39ED78BD for ; Tue, 17 Dec 2013 17:16:48 +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 A0C0C1855 for ; Tue, 17 Dec 2013 17:16:45 +0000 (UTC) Received: from prod2.absolight.net (localhost [127.0.0.1]) by prod2.absolight.net (Postfix) with ESMTP id 9E846BDC3E for ; Tue, 17 Dec 2013 18:16:43 +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 73EE6BDC30 for ; Tue, 17 Dec 2013 18:16:43 +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 C96BE6122 for ; Tue, 17 Dec 2013 18:16:42 +0100 (CET) Received: by aragorn.in.absolight.net (Postfix, from userid 1000) id EBF5214269C; Tue, 17 Dec 2013 18:16:41 +0100 (CET) Message-Id: <20131217171641.EBF5214269C@aragorn.in.absolight.net> Date: Tue, 17 Dec 2013 18:16:41 +0100 (CET) From: Mathieu Arnold To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184939: [PATCH] sysutils/puppet: Staging, and www. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:20:00 -0000 >Number: 184939 >Category: ports >Synopsis: [PATCH] sysutils/puppet: Staging, and www. >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 Dec 17 17:20: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: - Install rack's config in WWWDIR to use with, say, passenger - Convert to staging - Pet portlint a bit - Be consistent with the generated config and use /var/puppet and not /var/lib/puppet - Drop an old ruby 1.8 test Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- puppet-3.3.1_3.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 336743) +++ Makefile (working copy) @@ -3,7 +3,7 @@ PORTNAME= puppet PORTVERSION= 3.3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= http://downloads.puppetlabs.com/puppet/ @@ -14,7 +14,7 @@ rubygem-ruby-augeas>=0:${PORTSDIR}/textproc/rubygem-augeas \ rubygem-hiera>=0:${PORTSDIR}/sysutils/rubygem-hiera -CONFLICTS= puppet-2* +CONFLICTS= puppet-2* NO_BUILD= yes USE_RUBY= yes USE_RUBY_FEATURES= iconv @@ -26,29 +26,14 @@ SUB_FILES+= pkg-message SUB_LIST= RUBY=${RUBY} -MANCOMPRESSED= yes -MAN5= puppet.conf.5 -MAN8= extlookup2hiera.8 puppet-agent.8 puppet-apply.8 puppet-ca.8 \ - puppet-catalog.8 puppet-cert.8 puppet-certificate.8 \ - puppet-certificate_request.8 puppet-certificate_revocation_list.8 \ - puppet-config.8 puppet-describe.8 puppet-device.8 puppet-doc.8 \ - puppet-facts.8 puppet-file.8 puppet-filebucket.8 puppet-help.8 \ - puppet-inspect.8 puppet-instrumentation_data.8 \ - puppet-instrumentation_listener.8 puppet-instrumentation_probe.8 \ - puppet-key.8 puppet-kick.8 puppet-man.8 puppet-master.8 \ - puppet-module.8 puppet-node.8 puppet-parser.8 puppet-plugin.8 \ - puppet-queue.8 puppet-report.8 puppet-resource.8 \ - puppet-resource_type.8 puppet-secret_agent.8 puppet-status.8 \ - puppet.8 - +OPTIONS_DEFINE= DOCS EXAMPLES OPTIONS_DEFAULT= PACKAGE_ORIGIN -OPTIONS_SINGLE= PATCHES +OPTIONS_SINGLE= PATCHES OPTIONS_SINGLE_PATCHES= PACKAGE_ORIGIN PACKAGE_ROOT PACKAGE_ORIGIN_DESC= Use port origin as package name PACKAGE_ROOT_DESC= Use PACKAGEROOT insted of PACKAGESITE -PATCHES_DESC= Optional exclusive patches +PATCHES_DESC= Optional exclusive patches -NO_STAGE= yes .include .if ${PORT_OPTIONS:MPACKAGE_ROOT} @@ -63,7 +48,7 @@ .if ${PORT_OPTIONS:MPACKAGE_ORIGIN} EXTRA_PATCHES+= ${FILESDIR}/optpatch-package_origin -.if ${RUBY_VER} == 1.8 || ${RUBY_VER} == 1.9 +.if ${RUBY_VER} == 1.9 RUN_DEPENDS+= rubygem-bzip2>=0:${PORTSDIR}/archivers/rubygem-bzip2 .endif .endif @@ -83,34 +68,32 @@ ${WRKSRC}/lib/puppet/defaults.rb do-install: - @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb --no-configs + @cd ${WRKSRC} && ${SETENV} PREFIX=${PREFIX} ${RUBY} ${WRKSRC}/install.rb --no-configs --destdir=${STAGEDIR} post-install: - ${INSTALL} -d ${ETCDIR} - ${INSTALL} -m 0755 -o puppet -g puppet -d /var/puppet - ${INSTALL} -m 0644 ${WRKSRC}/conf/auth.conf ${ETCDIR}/auth.conf-dist - ${RUBY} -I ${RUBY_SITELIBDIR} ${PREFIX}/bin/puppet master --genconfig \ + ${MKDIR} ${STAGEDIR}${ETCDIR}/modules + ${MKDIR} ${STAGEDIR}/var/puppet + ${INSTALL_DATA} ${WRKSRC}/conf/auth.conf ${STAGEDIR}${ETCDIR}/auth.conf-dist + ${RUBY} -I ${RUBY_SITELIBDIR} ${STAGEDIR}${PREFIX}/bin/puppet master --genconfig \ --confdir=${ETCDIR} \ --rundir=/var/run/puppet \ - --vardir=/var/lib/puppet \ + --vardir=/var/puppet \ --logdir=/var/log/puppet \ - > ${ETCDIR}/puppet.conf-dist - ${MKDIR} -p ${ETCDIR}/modules - @${ECHO} ${RUBY_SITELIBDIR}/puppet.rb | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${ECHO} ${RUBY_SITELIBDIR}/semver.rb | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type f | \ - ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} - @${FIND} ${RUBY_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \ - ${SED} 's,^${PREFIX}/,@dirrm ,' >> ${TMPPLIST} -.if ${PORT_OPTIONS:MDOCS} - ${INSTALL} -d ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} -.endif -.if ${PORT_OPTIONS:MEXAMPLES} - cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${EXAMPLESDIR} -.endif - @${CAT} ${PKGMESSAGE} + > ${STAGEDIR}${ETCDIR}/puppet.conf-dist + @${ECHO} ${STAGEDIR}${RUBY_SITELIBDIR}/puppet.rb | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${ECHO} ${STAGEDIR}${RUBY_SITELIBDIR}/semver.rb | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/${PORTNAME} -type f | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,,' >> ${TMPPLIST} + @${FIND} ${STAGEDIR}${RUBY_SITELIBDIR}/${PORTNAME} -type d | ${SORT} -r | \ + ${SED} 's,^${STAGEDIR}${PREFIX}/,@dirrm ,' >> ${TMPPLIST} + @${MKDIR} ${STAGEDIR}${WWWDIR}/public + ${INSTALL_DATA} ${WRKSRC}/ext/rack/files/config.ru ${STAGEDIR}${WWWDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} + cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + ${INSTALL_DATA} ${WRKSRC}/ext/rack/files/apache2.conf ${STAGEDIR}${EXAMPLESDIR} .include Index: pkg-plist =================================================================== --- pkg-plist (revision 336743) +++ pkg-plist (working copy) @@ -1,5 +1,42 @@ bin/extlookup2hiera bin/puppet +man/man5/puppet.conf.5.gz +man/man8/extlookup2hiera.8.gz +man/man8/puppet-agent.8.gz +man/man8/puppet-apply.8.gz +man/man8/puppet-ca.8.gz +man/man8/puppet-catalog.8.gz +man/man8/puppet-cert.8.gz +man/man8/puppet-certificate.8.gz +man/man8/puppet-certificate_request.8.gz +man/man8/puppet-certificate_revocation_list.8.gz +man/man8/puppet-config.8.gz +man/man8/puppet-describe.8.gz +man/man8/puppet-device.8.gz +man/man8/puppet-doc.8.gz +man/man8/puppet-facts.8.gz +man/man8/puppet-file.8.gz +man/man8/puppet-filebucket.8.gz +man/man8/puppet-help.8.gz +man/man8/puppet-inspect.8.gz +man/man8/puppet-instrumentation_data.8.gz +man/man8/puppet-instrumentation_listener.8.gz +man/man8/puppet-instrumentation_probe.8.gz +man/man8/puppet-key.8.gz +man/man8/puppet-kick.8.gz +man/man8/puppet-man.8.gz +man/man8/puppet-master.8.gz +man/man8/puppet-module.8.gz +man/man8/puppet-node.8.gz +man/man8/puppet-parser.8.gz +man/man8/puppet-plugin.8.gz +man/man8/puppet-queue.8.gz +man/man8/puppet-report.8.gz +man/man8/puppet-resource.8.gz +man/man8/puppet-resource_type.8.gz +man/man8/puppet-secret_agent.8.gz +man/man8/puppet-status.8.gz +man/man8/puppet.8.gz %%RUBY_SITELIBDIR%%/hiera/backend/puppet_backend.rb %%RUBY_SITELIBDIR%%/hiera/scope.rb %%RUBY_SITELIBDIR%%/hiera_puppet.rb @@ -10,11 +47,12 @@ %%RUBY_SITELIBDIR%%/puppetx.rb %%ETCDIR%%/puppet.conf-dist %%ETCDIR%%/auth.conf-dist +www/puppet/config.ru +@dirrm www/puppet/public +@dirrm www/puppet @dirrmtry etc/puppet/modules @dirrmtry etc/puppet -@unexec rmdir /var/puppet 2>/dev/null || true -@exec /bin/mkdir -p /var/puppet -@exec /bin/mkdir -p %D/etc/puppet/modules +@unexec rmdir /var/puppet 2>/dev/null || : @exec /usr/sbin/chown -Rh puppet:puppet /var/puppet @dirrm %%RUBY_SITELIBDIR%%/hiera/backend @dirrm %%RUBY_SITELIBDIR%%/hiera --- puppet-3.3.1_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17: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 BAABC918; Tue, 17 Dec 2013 17: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 90213186D; Tue, 17 Dec 2013 17: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 rBHHK8FJ050667; Tue, 17 Dec 2013 17: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 rBHHK8vF050666; Tue, 17 Dec 2013 17:20:08 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 17:20:08 GMT Message-Id: <201312171720.rBHHK8vF050666@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184939: [PATCH] sysutils/puppet: Staging, and www. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:20:08 -0000 Synopsis: [PATCH] sysutils/puppet: Staging, and www. Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 17: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=184939 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17: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 E5B1FB3D for ; Tue, 17 Dec 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 BF0391917 for ; Tue, 17 Dec 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 rBHHU0dc053259 for ; Tue, 17 Dec 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 rBHHU0NP053248; Tue, 17 Dec 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 17:30:00 GMT Resent-Message-Id: <201312171730.rBHHU0NP053248@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, UMENO Takashi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 161FF978 for ; Tue, 17 Dec 2013 17:22:32 +0000 (UTC) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [202.224.211.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8884D18CC for ; Tue, 17 Dec 2013 17:22:31 +0000 (UTC) Received: from belldandy.unnumbered.net (localhost [127.0.0.1]) by belldandy.unnumbered.net (8.14.7/8.14.7) with ESMTP id rBHHMRAx026317 for ; Wed, 18 Dec 2013 02:22:27 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.14.7/8.14.5/Submit) id rBHGwNLE019852; Wed, 18 Dec 2013 01:58:23 +0900 (JST) (envelope-from umeno) Message-Id: <201312171658.rBHGwNLE019852@belldandy.unnumbered.net> Date: Wed, 18 Dec 2013 01:58:23 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184940: Update request: x11/xlockmore to 5.43 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: UMENO Takashi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:30:01 -0000 >Number: 184940 >Category: ports >Synopsis: Update request: x11/xlockmore to 5.43 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 9.2-STABLE amd64 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 9.2-STABLE FreeBSD 9.2-STABLE #0 r259164: Tue Dec 10 23:55:19 JST 2013 root@belldandy.unnumbered.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update request: x11/xlockmore to 5.42 >How-To-Repeat: N/A >Fix: diff -urN xlockmore.orig/Makefile xlockmore/Makefile --- xlockmore.orig/Makefile 2013-09-21 11:01:36.000000000 +0900 +++ xlockmore/Makefile 2013-12-18 01:48:07.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/x11/xlockmore/Makefile 327777 2013-09-20 23:43:19Z bapt $ PORTNAME= xlockmore -PORTVERSION= 5.42 +PORTVERSION= 5.43 CATEGORIES?= x11 MASTER_SITES= http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ diff -urN xlockmore.orig/distinfo xlockmore/distinfo --- xlockmore.orig/distinfo 2013-06-15 09:58:10.000000000 +0900 +++ xlockmore/distinfo 2013-12-18 01:48:40.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (xlockmore-5.42.tar.bz2) = 1fe4170e35c9a41744effcff7ed790ffefba024db398f9cf19092a91f465b19f -SIZE (xlockmore-5.42.tar.bz2) = 1963974 +SHA256 (xlockmore-5.43.tar.bz2) = 29911f21aaf682aa61f358ca36dadf20091ad919d19b4d55e3f4c8503ab266d0 +SIZE (xlockmore-5.43.tar.bz2) = 1965448 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17: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 36756B3F for ; Tue, 17 Dec 2013 17: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 1003D1919 for ; Tue, 17 Dec 2013 17: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 rBHHU02L053312 for ; Tue, 17 Dec 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 rBHHU0iJ053310; Tue, 17 Dec 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 17:30:00 GMT Resent-Message-Id: <201312171730.rBHHU0iJ053310@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, UMENO Takashi Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 39E0CB23 for ; Tue, 17 Dec 2013 17:29:03 +0000 (UTC) Received: from belldandy.unnumbered.net (gateway.unnumbered.net [202.224.211.41]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AC99D1909 for ; Tue, 17 Dec 2013 17:29:01 +0000 (UTC) Received: from belldandy.unnumbered.net (localhost [127.0.0.1]) by belldandy.unnumbered.net (8.14.7/8.14.7) with ESMTP id rBHH1mfh020797 for ; Wed, 18 Dec 2013 02:01:48 +0900 (JST) (envelope-from umeno@belldandy.unnumbered.net) Received: (from umeno@localhost) by belldandy.unnumbered.net (8.14.7/8.14.5/Submit) id rBHH1mtM020796; Wed, 18 Dec 2013 02:01:48 +0900 (JST) (envelope-from umeno) Message-Id: <201312171701.rBHH1mtM020796@belldandy.unnumbered.net> Date: Wed, 18 Dec 2013 02:01:48 +0900 (JST) From: UMENO Takashi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184941: Update request: x11/xlockmore to 5.43 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: UMENO Takashi List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:30:01 -0000 >Number: 184941 >Category: ports >Synopsis: Update request: x11/xlockmore to 5.43 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: UMENO Takashi >Release: FreeBSD 9.2-STABLE amd64 >Organization: individual >Environment: System: FreeBSD belldandy.unnumbered.net 9.2-STABLE FreeBSD 9.2-STABLE #0 r259164: Tue Dec 10 23:55:19 JST 2013 root@belldandy.unnumbered.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update request: x11/xlockmore to 5.43 >How-To-Repeat: N/A >Fix: diff -urN xlockmore.orig/Makefile xlockmore/Makefile --- xlockmore.orig/Makefile 2013-09-21 11:01:36.000000000 +0900 +++ xlockmore/Makefile 2013-12-18 01:48:07.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/x11/xlockmore/Makefile 327777 2013-09-20 23:43:19Z bapt $ PORTNAME= xlockmore -PORTVERSION= 5.42 +PORTVERSION= 5.43 CATEGORIES?= x11 MASTER_SITES= http://www.tux.org/~bagleyd/xlock/${PORTNAME}-${PORTVERSION}/ \ ftp://ibiblio.org/pub/Linux/X11/screensavers/ \ diff -urN xlockmore.orig/distinfo xlockmore/distinfo --- xlockmore.orig/distinfo 2013-06-15 09:58:10.000000000 +0900 +++ xlockmore/distinfo 2013-12-18 01:48:40.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (xlockmore-5.42.tar.bz2) = 1fe4170e35c9a41744effcff7ed790ffefba024db398f9cf19092a91f465b19f -SIZE (xlockmore-5.42.tar.bz2) = 1963974 +SHA256 (xlockmore-5.43.tar.bz2) = 29911f21aaf682aa61f358ca36dadf20091ad919d19b4d55e3f4c8503ab266d0 +SIZE (xlockmore-5.43.tar.bz2) = 1965448 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17: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 E85A0B78; Tue, 17 Dec 2013 17: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 BD7FD1969; Tue, 17 Dec 2013 17: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 rBHHU86D053391; Tue, 17 Dec 2013 17: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 rBHHU8XR053390; Tue, 17 Dec 2013 17:30:08 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 17:30:08 GMT Message-Id: <201312171730.rBHHU8XR053390@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184940: Update request: x11/xlockmore to 5.43 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:30:09 -0000 Synopsis: Update request: x11/xlockmore to 5.43 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 17: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=184940 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17: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 9B89EBA8; Tue, 17 Dec 2013 17: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 6FDC9196A; Tue, 17 Dec 2013 17:30: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 rBHHUEee053483; Tue, 17 Dec 2013 17:30:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHHUEAl053482; Tue, 17 Dec 2013 17:30:14 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 17:30:14 GMT Message-Id: <201312171730.rBHHUEAl053482@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184941: Update request: x11/xlockmore to 5.43 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:30:14 -0000 Synopsis: Update request: x11/xlockmore to 5.43 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 17:30:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184941 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17:40: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 1B6F7E4E; Tue, 17 Dec 2013 17:40: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 E52771A11; Tue, 17 Dec 2013 17:40: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 rBHHeClh055443; Tue, 17 Dec 2013 17:40:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHHeCCU055442; Tue, 17 Dec 2013 17:40:12 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 17:40:12 GMT Message-Id: <201312171740.rBHHeCCU055442@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184942: Failed to build graphics/digikam-kde4 - /usr/bin/ld: cannot find -lpgf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:40:13 -0000 Synopsis: Failed to build graphics/digikam-kde4 - /usr/bin/ld: cannot find -lpgf Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 17:40:12 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184942 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 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 ECAB1E15 for ; Tue, 17 Dec 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 C351C1A0A for ; Tue, 17 Dec 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 rBHHe0KI055344 for ; Tue, 17 Dec 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 rBHHe01g055328; Tue, 17 Dec 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 17:40:00 GMT Resent-Message-Id: <201312171740.rBHHe01g055328@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mike Clarke Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BDF0FC17 for ; Tue, 17 Dec 2013 17:30:47 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A7C521977 for ; Tue, 17 Dec 2013 17:30:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBHHUlBn050397 for ; Tue, 17 Dec 2013 17:30:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBHHUlJQ050379; Tue, 17 Dec 2013 17:30:47 GMT (envelope-from nobody) Message-Id: <201312171730.rBHHUlJQ050379@oldred.freebsd.org> Date: Tue, 17 Dec 2013 17:30:47 GMT From: Mike Clarke To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184942: Failed to build graphics/digikam-kde4 - /usr/bin/ld: cannot find -lpgf X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:40:01 -0000 >Number: 184942 >Category: ports >Synopsis: Failed to build graphics/digikam-kde4 - /usr/bin/ld: cannot find -lpgf >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 Dec 17 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mike Clarke >Release: 9.1-RELEASE-p7 >Organization: >Environment: FreeBSD curlew.lan 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:34:37 UTC 2013 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: All ports were updated after running portsnap on 16 December. Attempts to build digikam-kde4 fail. [ 43%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/threadimageio/pgfutils.o Linking CXX shared library ../lib/libdigikamdatabase.so /usr/bin/ld: cannot find -lpgf *** [lib/libdigikamdatabase.so.3.0.0] Error code 1 Stop in /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core. *** [digikam/CMakeFiles/digikamdatabase.dir/all] Error code 1 The complete log file is attached below. >How-To-Repeat: cd /usr/ports/graphics/digikam-kde4 make clean make >Fix: Patch attached with submission follows: Script started on Tue Dec 17 10:05:22 2013 curlew:/root# setenv MAKE_JOBS_UNSAFE cd /usr/ports/graphics/digikam-kde4 curlew:/usr/ports/graphics/digikam-kde4# make clean ===> Cleaning for digikam-3.2.0_1,1 curlew:/usr/ports/graphics/digikam-kde4# make ===> License GPLv2 accepted by the user ===> Found saved configuration for digikam-3.2.0_1,1 ===> digikam-3.2.0_1,1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by digikam-3.2.0_1,1 for building ===> Extracting for digikam-3.2.0_1,1 => SHA256 Checksum OK for digikam-3.2.0.tar.bz2. ===> Patching for digikam-3.2.0_1,1 ===> Applying FreeBSD patches for digikam-3.2.0_1,1 ===> digikam-3.2.0_1,1 depends on file: /usr/local/include/eigen3/Eigen/Eigen - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/bin/cmake - found ===> digikam-3.2.0_1,1 depends on executable: pkgconf - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/bin/moc-qt4 - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/bin/qmake-qt4 - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/bin/rcc - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/bin/uic-qt4 - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/bin/automoc4 - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/kde4/lib/libkdecore.so.7 - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/kde4/lib/libkdcraw.so.22 - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/kde4/lib/libkexiv2.so.11 - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/kde4/lib/libkipi.so.10 - found ===> digikam-3.2.0_1,1 depends on file: /usr/local/kde4/lib/libkpimutils.so.5 - found ===> digikam-3.2.0_1,1 depends on shared library: libtiff.so - found ===> digikam-3.2.0_1,1 depends on shared library: liblcms.so - found ===> digikam-3.2.0_1,1 depends on shared library: libpng15.so - found ===> digikam-3.2.0_1,1 depends on shared library: libjasper.so - found ===> digikam-3.2.0_1,1 depends on shared library: liblensfun.so - found ===> digikam-3.2.0_1,1 depends on shared library: liblqr-1.so - found ===> digikam-3.2.0_1,1 depends on shared library: libkface.so - found ===> digikam-3.2.0_1,1 depends on shared library: libpgf.so - found ===> digikam-3.2.0_1,1 depends on shared library: libkgeomap.so - found ===> digikam-3.2.0_1,1 depends on shared library: libboost_graph.so - found ===> digikam-3.2.0_1,1 depends on shared library: libgphoto2.so - found ===> Configuring for digikam-3.2.0_1,1 ===> Performing in-source build /bin/mkdir -p /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core -- The C compiler identification is GNU 4.2.1 -- The CXX compiler identification is GNU 4.2.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- ---------------------------------------------------------------------------------- -- Starting CMake configuration for: digiKam -- Looking for Q_WS_X11 -- Looking for Q_WS_X11 - found -- Looking for Q_WS_WIN -- Looking for Q_WS_WIN - not found -- Looking for Q_WS_QWS -- Looking for Q_WS_QWS - not found -- Looking for Q_WS_MAC -- Looking for Q_WS_MAC - not found -- Found Qt-Version 4.8.5 (using /usr/local/bin/qmake-qt4) -- Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so -- Looking for XOpenDisplay in /usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so - found -- Looking for gethostbyname -- Looking for gethostbyname - found -- Looking for connect -- Looking for connect - found -- Looking for remove -- Looking for remove - found -- Looking for shmat -- Looking for shmat - found -- Looking for IceConnectionNumber in ICE -- Looking for IceConnectionNumber in ICE - found -- Found X11: /usr/local/lib/libX11.so -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Found Threads: TRUE -- Looking for _POSIX_TIMERS -- Looking for _POSIX_TIMERS - found -- Found Automoc4: /usr/local/bin/automoc4 -- Found Perl: /usr/local/bin/perl (found version "5.16.3") -- Found Phonon: /usr/local/kde4/include (Required is at least version "4.3.80") -- Performing Test _OFFT_IS_64BIT -- Performing Test _OFFT_IS_64BIT - Success -- Performing Test HAVE_FPIE_SUPPORT -- Performing Test HAVE_FPIE_SUPPORT - Success -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL -- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success -- Performing Test __KDE_HAVE_GCC_VISIBILITY -- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success -- Found KDE 4.10 include dir: /usr/local/kde4/include -- Found KDE 4.10 library dir: /usr/local/kde4/lib -- Found the KDE4 kconfig_compiler preprocessor: /usr/local/kde4/bin/kconfig_compiler -- Found automoc4: /usr/local/bin/automoc4 -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28") -- Kipi library version required : 2.0.0 -- Check Kipi library in local sub-folder... -- Check Kipi library using pkg-config... -- checking for module 'libkipi-kde4>=2.0.0' -- found libkipi-kde4, version 2.0.0 -- Found KIPI: /usr/local/kde4/lib/libkipi.so -- Kipi library version: 2.0.0 -- Kipi library SO binary version: 10 -- libkipi: Found version 2.0.0 (required: 2.0.0) -- Check Kexiv2 library in local sub-folder... -- Check Kexiv2 library using pkg-config... -- checking for module 'libkexiv2-kde4>=0.2.0' -- found libkexiv2-kde4, version 2.3.0 -- Found Kexiv2: /usr/local/kde4/lib/libkexiv2.so -- Check for Kdcraw library in local sub-folder... -- Check Kdcraw library using pkg-config... -- checking for module 'libkdcraw-kde4' -- found libkdcraw-kde4, version 2.2.0 -- Found libkdcraw release 2.2.0 -- Found libkdcraw: /usr/local/kde4/lib/libkdcraw.so -- Found JPEG: /usr/local/lib/libjpeg.so -- Found ZLIB: /usr/lib/libz.so (found version "1.2.7") -- Found PNG: /usr/local/lib/libpng.so (found version "1.5.17") -- Found TIFF: /usr/local/lib/libtiff.so (found version "4.0.3") -- Found Jasper: /usr/local/lib/libjasper.so (found version "1.900.1") -- Check Kface library in local sub-folder... -- Check Kface library using pkg-config... -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- Found libkface release >= 0.1.0 -- Found libkface: /usr/local/kde4/lib/libkface.so -- Check for KGeoMap library in local sub-folder... -- Check KGeoMap library using pkg-config... -- checking for one of the modules 'libkgeomap' -- Found libkgeomap release 2.0.0 -- Found libkgeomap: /usr/local/kde4/lib/libkgeomap.so -- checking for module 'libpgf' -- found libpgf, version 6.12.24 -- PGF_INCLUDE_DIRS = /usr/local/include/libpgf -- PGF_INCLUDEDIR = /usr/local/include/libpgf -- PGF_LIBRARIES = pgf -- PGF_LDFLAGS = -L/usr/local/lib;-lpgf -- PGF_CFLAGS = -I/usr/local/include/libpgf -- PGF_VERSION = 6.12.24 -- PGF_CODEC_VERSION_ID = 61224 -- Found Eigen3: /usr/local/include/eigen3 (Required is at least version "2.91.0") -- Boost version: 1.52.0 -- First try at finding OpenCV... -- Great, found OpenCV on the first try. -- OpenCV Root directory is /usr/local/share/OpenCV -- libkdcraw: Found version 2.2.0 (required: 2.2.0) -- Check for LCMS1 availability... -- checking for module 'lcms' -- found lcms, version 1.19 -- Found LCMS: /usr/local/lib/liblcms.so (found version "1.19") -- Found LCMS1: /usr/local/lib/liblcms.so /usr/local/include -- Paralelized PGF codec disabled... -- Identified libjpeg version: 80+ -- libkgeomap: Found version 2.0.0 -- Found gphoto2: -L/usr/local/lib -lgphoto2_port;-L/usr/local/lib -lgphoto2 -lgphoto2_port -lm -- Found LIBUSB: /usr/lib/libusb.so -- Found KdepimLibs: /usr/local/kde4/lib/cmake/KdepimLibs/KdepimLibsConfig.cmake -- checking for module 'lensfun' -- found lensfun, version 0.2.7.0 -- Found LensFun: /usr/local/include (found version "0.2.7.0") -- liblensfun: Found version 0.2.7.0 (required: 0.2.6.0) -- WARNING: you are using the obsolete 'PKGCONFIG' macro, use FindPkgConfig -- Found GLIB2: /usr/local/lib/libglib-2.0.so -- Performing Test HAVE_LQR_0_4 -- Performing Test HAVE_LQR_0_4 - Success -- Found Lqr-1: /usr/local/include/lqr-1 -- Found Doxygen: /usr/local/bin/doxygen (found version "1.8.3.1") -- -- ---------------------------------------------------------------------------------- -- digiKam 3.2.0 dependencies results -- -- Qt4 SQL module found..................... YES -- mysql server found....................... NO (optional - disabled by user) -- libtiff library found.................... YES -- libpng library found..................... YES -- libjasper library found.................. YES -- liblcms library found.................... YES -- Boost Graph library found................ YES -- libkipi library found.................... YES -- libkexiv2 library found.................. YES -- libkdcraw library found.................. YES -- libkface library found................... YES -- libkgeomap library found................. YES -- libpgf library found..................... YES (optional) -- Eigen3 library found..................... YES (optional) -- libgphoto2 and libusb libraries found.... YES (optional) -- libkdepimlibs library found.............. YES (optional) -- Liblqr-1 found........................... YES (optional) -- Liblensfun found......................... YES (optional) -- Libsqlite v2 found....................... NO (optional) -- -- digiKam will be compiled without importing databases of digiKam 0.7 support. -- -- Doxygen found............................ YES (optional) -- digiKam can be compiled.................. YES -- ---------------------------------------------------------------------------------- -- -- Configuring done CMake Warning (dev) in digikam/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "digikamcore" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: Qt4::Qt3Support;Qt4::QtSql;KDE4__kdecore;KDE4__kio;KDE4__kfile;KDE4__khtml;KDE4__knotifyconfig;KDE4__kdeui;KDE4__kutils;KDE4__solid;KDE4__threadweaver;/usr/local/lib/libjpeg.so;/usr/local/lib/libtiff.so;/usr/local/lib/libpng.so;/usr/lib/libz.so;/usr/local/lib/liblcms.so;/usr/local/lib/libjasper.so;/usr/local/lib/libjpeg.so;opencv_videostab;opencv_video;opencv_ts;opencv_superres;opencv_stitching;opencv_photo;opencv_ocl;opencv_objdetect;opencv_ml;opencv_legacy;opencv_imgproc;opencv_highgui;opencv_gpu;opencv_flann;opencv_features2d;opencv_core;opencv_contrib;opencv_calib3d;-pthread;/usr/local/kde4/lib/libkdcraw.so;/usr/local/kde4/lib/libkexiv2.so;/usr/local/kde4/lib/libkipi.so;/usr/local/kde4/lib/libkface.so;/usr/local/kde4/lib/libkgeomap.so;/usr/local/lib/liblcms.so;pgf;/usr/local/lib/libSM.so;/usr/local/lib/libICE.so;/usr/local/lib/libX11.so;/usr/local/lib/libXext.so;/usr/local/lib/libXft.so;/usr/local/lib/libXau.so;/usr/local/lib/libXdmcp.so;/usr/local/lib/libXpm.so;/usr/lib/libk vm.so;/usr/local/lib/libglib-2.0.so;/usr/local/lib/liblqr-1.so;/usr/local/lib/liblensfun.so LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) in digikam/CMakeLists.txt: Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link interface. Run "cmake --help-policy CMP0022" for policy details. Use the cmake_policy command to set the policy and suppress this warning. Target "digikamdatabase" has an INTERFACE_LINK_LIBRARIES property which differs from its LINK_INTERFACE_LIBRARIES properties. INTERFACE_LINK_LIBRARIES: digikamcore;Qt4::QtCore;-pthread;Qt4::QtGui;Qt4::QtSql;KDE4__kio;KDE4__solid;/usr/local/kde4/lib/libkexiv2.so;/usr/local/kde4/lib/libkdcraw.so;/usr/local/kde4/lib/libkface.so;/usr/local/kde4/lib/libkgeomap.so;pgf LINK_INTERFACE_LIBRARIES: This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done -- Build files have been written to: /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core ===> Building for digikam-3.2.0_1,1 Scanning dependencies of target digikam-gitversion [ 0%] Built target digikam-gitversion Scanning dependencies of target advancedrename_automoc Generating option.moc Generating metadataoption.moc Generating advancedrenameprocessdialog.moc Generating sequencenumberoption.moc Generating removedoublesmodifier.moc Generating advancedrenameinput.moc Generating defaultvaluemodifier.moc Generating dateoption.moc Generating ruledialog.moc Generating dbheaderlistitem.moc Generating token.moc Generating rangemodifier.moc Generating modifier.moc Generating filepropertiesoption.moc Generating directorynameoption.moc Generating databaseoption.moc Generating advancedrenamedialog.moc Generating uniquemodifier.moc Generating advancedrenamemanager.moc Generating cameranameoption.moc Generating advancedrenamewidget.moc Generating replacemodifier.moc Generating rule.moc Generating tooltipdialog.moc Generating dbkeyselector.moc [ 0%] Built target advancedrename_automoc Scanning dependencies of target digikamcore_automoc Generating imagepropertiesmetadatatab.moc Generating workerobject.moc Generating nrsettings.moc Generating imagedialog.moc Generating rawcameradlg.moc Generating dimgchilditem.moc Generating iccpreviewwidget.moc Generating lensfuncameraselector.moc Generating softproofdialog.moc Generating dzoombar.moc Generating dlogoaction.moc Generating cbsettings.moc Generating graphicsdimgview.moc Generating overlaywidget.moc Generating freerotationsettings.moc Generating dcursortracker.moc Generating statusprogressbar.moc Generating itemvisibilitycontroller.moc Generating graphicsdimgitem.moc Generating jpegsettings.moc Generating itemviewimagedelegate.moc Generating itemviewhoverbutton.moc Generating ditemdelegate.moc Generating progressmanager.moc Generating iptcwidget.moc Generating daboutdata.moc Generating picklabelwidget.moc Generating threadmanager.moc Generating histogramwidget.moc Generating makernotewidget.moc Generating printoptionspage.moc Generating comboboxutilities.moc Generating exifwidget.moc Generating thumbbardock.moc Generating previewlayout.moc Generating imagepropertiessidebar.moc Generating jp2ksettings.moc Generating dcategorizedview.moc Generating imageregionwidget.moc Generating wbsettings.moc Generating histogrampainter.moc Generating databaseerrorhandler.moc Generating imagepropertiesgpstab.moc Generating imageguidewidget.moc Generating editortoolsettings.moc Generating rawloader.moc Generating tiffsettings.moc Generating statusbarprogresswidget.moc Generating metadataselector.moc Generating previewlist.moc Generating editortooliface.moc Generating mdkeylistviewitem.moc Generating metadatawidget.moc Generating dprogressdlg.moc Generating dynamicthread.moc Generating previewwidget.moc Generating editorcore.moc Generating dgradientslider.moc Generating iccprofilewidget.moc Generating xmpwidget.moc Generating filesaveoptionsbox.moc Generating imagepropertiescolorstab.moc Generating greycstorationsettings.moc Generating dfontselect.moc Generating dhistoryview.moc Generating statusnavigatebar.moc Generating lensfunsettings.moc Generating kinotify.moc Generating dimgpreviewitem.moc Generating editortool.moc Generating buttonicondisabler.moc Generating dimgthreadedfilter.moc Generating canvas.moc Generating editorstackview.moc Generating ratingwidget.moc Generating cietonguewidget.moc Generating imagedelegateoverlay.moc Generating colorfxsettings.moc Generating dbusydlg.moc Generating regionframeitem.moc Generating curvessettings.moc Generating databasecorebackend.moc Generating thememanager.moc Generating imagehistogram.moc Generating loadingcache.moc Generating infodlg.moc Generating splashscreen.moc Generating modelcompletion.moc Generating hspreviewwidget.moc Generating thumbnailloadthread.moc Generating colorgradientwidget.moc Generating bordersettings.moc Generating digikam2kgeomap.moc Generating histogrambox.moc Generating loadsavethread.moc Generating sharpsettings.moc Generating pgfsettings.moc Generating triplechoicedialog.moc Generating digikamkcategorizedview.moc Generating localcontrastsettings.moc Generating visibilitycontroller.moc Generating toolbar.moc Generating imagegpsmodelhelper.moc Generating colorcorrectiondlg.moc Generating rawpreview.moc Generating categorizeditemmodel.moc Generating progressview.moc Generating colorlabelwidget.moc Generating paniconwidget.moc Generating sidebar.moc Generating curveswidget.moc Generating pngsettings.moc Generating hslsettings.moc Generating metadatalistview.moc Generating rawsettingsbox.moc Generating imagepropertiestab.moc Generating clickdragreleaseitem.moc Generating previewtoolbar.moc Generating imageplugin.moc Generating workingwidget.moc Generating antivignettingsettings.moc Generating editorwindow.moc Generating previewloadthread.moc Generating metadatapanel.moc Generating iccprofilescombobox.moc Generating slideshow.moc Generating searchtextbar.moc Generating thumbbar.moc Generating metadatasettings.moc Generating curvesbox.moc Generating filmgrainsettings.moc Generating rawimport.moc Generating mixersettings.moc Generating bwsepiasettings.moc Generating iccsettings.moc Generating iccprofilesettings.moc Generating bcgsettings.moc Generating moc_dxmlguiwindow.cpp [ 0%] Built target digikamcore_automoc [ 0%] Generating ui_printoptionspage.h [ 0%] Generating digikamconfig.h, digikamconfig.cpp Scanning dependencies of target digikamcore [ 0%] Building CXX object digikam/CMakeFiles/digikamcore.dir/digikamcore_automoc.o [ 0%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimg.o [ 0%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/drawdecoding.o [ 0%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dimgscale.o [ 1%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dcolor.o [ 1%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/dcolorcomposer.o [ 1%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/imagehistory/dimagehistory.o [ 1%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/imagehistory/filteraction.o [ 1%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/imagehistory/historyimageid.o [ 1%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/dimgloader.o [ 1%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/pngloader.o [ 1%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/jpegloader.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/tiffloader.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/rawloader.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/ppmloader.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/qimageloader.o [ 2%] Building C object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/iccjpeg.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/jp2kloader.o [ 2%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/pgfloader.o [ 3%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/jpegsettings.o [ 3%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/pngsettings.o [ 3%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/tiffsettings.o [ 3%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/jp2ksettings.o [ 3%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/loaders/pgfsettings.o [ 3%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dklcms/digikam-lcms.o [ 3%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/dimgbuiltinfilter.o [ 3%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/dimgthreadedfilter.o [ 4%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/dimgthreadedanalyser.o [ 4%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/dimgfiltermanager.o [ 4%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/dimgfiltergenerator.o [ 4%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/filteractionfilter.o [ 4%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/randomnumbergenerator.o In file included from /usr/local/include/boost/preprocessor/cat.hpp:17, from /usr/local/include/boost/mpl/aux_/integral_wrapper.hpp:22, from /usr/local/include/boost/mpl/int.hpp:20, from /usr/local/include/boost/type_traits/detail/template_arity_spec.hpp:10, from /usr/local/include/boost/type_traits/detail/bool_trait_def.hpp:14, from /usr/local/include/boost/type_traits/is_integral.hpp:15, from /usr/local/include/boost/type_traits/is_arithmetic.hpp:13, from /usr/local/include/boost/random/detail/seed.hpp:23, from /usr/local/include/boost/random/mersenne_twister.hpp:28, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dimg/filters/randomnumbergenerator.cpp:30: /usr/local/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined [ 4%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/rawprocessingfilter.o [ 4%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/decorate/borderfilter.o [ 4%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/decorate/bordersettings.o [ 5%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/decorate/texturefilter.o [ 5%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/film/filmfilter.o [ 5%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/blurfilter.o [ 5%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/blurfxfilter.o [ 5%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/colorfxfilter.o [ 5%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/colorfxsettings.o [ 5%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/distortionfxfilter.o [ 6%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/charcoalfilter.o [ 6%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/embossfilter.o [ 6%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/filmgrainfilter.o [ 6%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/filmgrainsettings.o [ 6%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/invertfilter.o [ 6%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/pixelsaliasfilter.o [ 6%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/oilpaintfilter.o [ 6%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/fx/raindropfilter.o [ 7%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/auto/autolevelsfilter.o [ 7%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/auto/autoexpofilter.o [ 7%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/auto/equalizefilter.o [ 7%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/auto/stretchfilter.o [ 7%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/auto/normalizefilter.o [ 7%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/cb/cbfilter.o [ 7%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/cb/cbsettings.o [ 7%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/bcg/bcgfilter.o [ 8%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/bcg/bcgsettings.o [ 8%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/bw/bwsepiafilter.o [ 8%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/bw/bwsepiasettings.o [ 8%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/bw/tonalityfilter.o [ 8%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/bw/infraredfilter.o [ 8%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/bw/mixerfilter.o [ 8%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/bw/mixersettings.o [ 9%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/hsl/hslfilter.o [ 9%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/hsl/hslsettings.o [ 9%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/hsl/hspreviewwidget.o [ 9%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/icc/iccmanager.o [ 9%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/icc/iccprofile.o In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dimg/filters/icc/iccprofile.cpp:30: /usr/local/include/lcms.h:146:5: warning: "TARGET_CPU_PPC" is not defined /usr/local/include/lcms.h:150:5: warning: "macintosh" is not defined In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dimg/filters/icc/iccprofile.cpp:30: /usr/local/include/lcms.h: In function 'void* _cmsMalloc(size_t)': /usr/local/include/lcms.h:1418: warning: comparison of unsigned expression < 0 is always false [ 9%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/icc/iccprofilesettings.o [ 9%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/icc/icctransform.o In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dimg/filters/icc/icctransform.cpp:45: /usr/local/include/lcms.h:146:5: warning: "TARGET_CPU_PPC" is not defined /usr/local/include/lcms.h:150:5: warning: "macintosh" is not defined In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dimg/filters/icc/icctransform.cpp:45: /usr/local/include/lcms.h: In function 'void* _cmsMalloc(size_t)': /usr/local/include/lcms.h:1418: warning: comparison of unsigned expression < 0 is always false [ 9%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/icc/icctransformfilter.o [ 10%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/icc/iccsettingscontainer.o [ 10%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/icc/iccsettings.o [ 10%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lc/localcontrastfilter.o [ 10%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lc/localcontrastsettings.o [ 10%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lc/localcontrastcontainer.o [ 10%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/nr/nrfilter.o [ 10%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/nr/nrestimate.o In file included from /usr/local/include/opencv2/opencv.hpp:47, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/digikam/utils/libopencv.h:38, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dimg/filters/nr/nrestimate.cpp:48: /usr/local/include/opencv2/core/core.hpp:1309: warning: 'class cv::_InputArray' has virtual functions but non-virtual destructor /usr/local/include/opencv2/core/core.hpp:1397: warning: 'class cv::_OutputArray' has virtual functions but non-virtual destructor In file included from /usr/local/include/opencv2/opencv.hpp:56, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/digikam/utils/libopencv.h:38, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dimg/filters/nr/nrestimate.cpp:48: /usr/local/include/opencv2/ml/ml.hpp:863: warning: 'virtual bool CvDTree::train(CvMLData*, CvDTreeParams)' was hidden /usr/local/include/opencv2/ml/ml.hpp:969: warning: by 'CvForestTree::train' /usr/local/include/opencv2/ml/ml.hpp:877: warning: 'virtual bool CvDTree::train(const cv::Mat&, int, const cv::Mat&, const cv::Mat&, const cv::Mat&, const cv::Mat&, const cv::Mat&, CvDTreeParams)' was hidden /usr/local/include/opencv2/ml/ml.hpp:969: warning: by 'CvForestTree::train' /usr/local/include/opencv2/ml/ml.hpp:863: warning: 'virtual bool CvDTree::train(CvMLData*, CvDTreeParams)' was hidden /usr/local/include/opencv2/ml/ml.hpp:1159: warning: by 'CvBoostTree::train' /usr/local/include/opencv2/ml/ml.hpp:877: warning: 'virtual bool CvDTree::train(const cv::Mat&, int, const cv::Mat&, const cv::Mat&, const cv::Mat&, const cv::Mat&, const cv::Mat&, CvDTreeParams)' was hidden /usr/local/include/opencv2/ml/ml.hpp:1159: warning: by 'CvBoostTree::train' [ 11%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/nr/nrsettings.o [ 11%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/sharp/sharpenfilter.o [ 11%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/sharp/unsharpmaskfilter.o [ 11%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/sharp/sharpsettings.o [ 11%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/levels/imagelevels.o [ 11%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/levels/levelsfilter.o [ 11%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/levels/imagehistogram.o [ 11%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/levels/histogrambox.o [ 12%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/levels/histogramwidget.o [ 12%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/levels/histogrampainter.o [ 12%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/curves/curvescontainer.o [ 12%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/curves/imagecurves.o [ 12%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/curves/curvesfilter.o [ 12%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/curves/curvessettings.o [ 12%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/curves/curveswidget.o [ 12%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/curves/curvesbox.o [ 13%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/wb/wbcontainer.o [ 13%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/wb/wbfilter.o [ 13%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/wb/wbsettings.o [ 13%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/transform/freerotationfilter.o [ 13%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/transform/freerotationsettings.o [ 13%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/transform/shearfilter.o [ 13%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/transform/autocrop.o [ 14%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/greycstoration/greycstorationfilter.o [ 14%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/greycstoration/greycstorationsettings.o [ 14%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lens/antivignettingfilter.o [ 14%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lens/antivignettingsettings.o [ 14%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lens/lensdistortionfilter.o [ 14%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lens/pixelaccess.o [ 14%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/transform/contentawarefilter.o [ 14%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lens/lensfunfilter.o [ 15%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lens/lensfuncameraselector.o [ 15%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lens/lensfuniface.o [ 15%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/lens/lensfunsettings.o [ 15%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/sharp/refocusfilter.o [ 15%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dimg/filters/sharp/matrix.o [ 15%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dmetadata/metadatasettings.o [ 15%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dmetadata/metadatasettingscontainer.o [ 16%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dmetadata/metadatainfo.o [ 16%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dmetadata/infocontainer.o [ 16%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dmetadata/dmetadata.o /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dmetadata/dmetadata.cpp:1348: warning: unused parameter 'facesPath' [ 16%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dmetadata/geodetictools.o [ 16%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dmetadata/template.o [ 16%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dmetadata/captionvalues.o [ 16%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/jpegutils/jpegutils.o [ 16%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/jpegutils/libjpeg-80/transupp.o [ 17%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/progressmanager/overlaywidget.o [ 17%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/progressmanager/progressview.o [ 17%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/progressmanager/progressmanager.o [ 17%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/progressmanager/statusbarprogresswidget.o [ 17%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/thememanager/thememanager.o [ 17%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/databasecorebackend.o [ 17%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/databaseparameters.o [ 17%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/databaseerrorhandler.o [ 18%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/thumbnaildatabaseaccess.o [ 18%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/thumbnaildb.o [ 18%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/thumbnailschemaupdater.o [ 18%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/databaseconfigelement.o [ 18%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/sqlquery.o [ 18%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/dbactiontype.o [ 18%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/database/core/tagregion.o [ 19%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/filereadwritelock.o [ 19%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/loadsavethread.o [ 19%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/managedloadsavethread.o [ 19%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/sharedloadsavethread.o [ 19%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/loadingdescription.o [ 19%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/loadingcache.o [ 19%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/loadingcacheinterface.o [ 19%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/loadsavetask.o [ 20%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/previewloadthread.o [ 20%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/previewtask.o [ 20%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/thumbnailbasic.o [ 20%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/thumbnailcreator.o [ 20%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/thumbnailloadthread.o [ 20%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/thumbnailtask.o [ 20%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threadimageio/pgfutils.o [ 20%] Building CXX object digikam/CMakeFiles/digikamcore.dir/utils/uifilevalidator.o [ 21%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threads/threadmanager.o [ 21%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threads/workerobject.o [ 21%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threads/dynamicthread.o [ 21%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/threads/parallelworkers.o [ 21%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/versionmanager/versionmanager.o [ 21%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/kgeomaphelper/digikam2kgeomap.o [ 21%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/3rdparty/kmemoryinfo/kmemoryinfo.o [ 22%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/3rdparty/kinotify/kinotify.o [ 22%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/abstractitemdragdrophandler.o [ 22%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/buttonicondisabler.o [ 22%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/colorgradientwidget.o [ 22%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/comboboxutilities.o [ 22%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/dcursortracker.o [ 22%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/dfontselect.o [ 22%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/dhistoryview.o [ 23%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/dgradientslider.o [ 23%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/ditemtooltip.o [ 23%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/dlogoaction.o [ 23%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/dragdropimplementations.o [ 23%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/dzoombar.o [ 23%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/filesaveoptionsbox.o [ 23%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/fullscreensettings.o [ 24%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/dxmlguiwindow.o [ 24%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/knotificationwrapper.o [ 24%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/modelcompletion.o [ 24%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/paniconwidget.o [ 24%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/searchtextbar.o [ 24%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/sidebar.o [ 24%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/splashscreen.o [ 24%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/statesavingobject.o [ 25%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/statusnavigatebar.o [ 25%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/statusprogressbar.o [ 25%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/visibilitycontroller.o [ 25%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/workingwidget.o [ 25%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/ratingwidget.o [ 25%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/colorlabelwidget.o [ 25%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/picklabelwidget.o [ 25%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/common/thumbbardock.o [ 26%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/q3support/thumbbar.o [ 26%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/itemview/digikamkcategorizedview.o [ 26%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/itemview/dcategorizedview.o [ 26%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/itemview/ditemdelegate.o [ 26%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/itemview/imagedelegateoverlay.o [ 26%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/itemview/itemviewhoverbutton.o [ 26%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/itemview/itemviewimagedelegate.o [ 27%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/itemview/itemviewtooltip.o [ 27%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/widgets/imageguidewidget.o [ 27%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/widgets/imagepreviewitem.o [ 27%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/widgets/previewtoolbar.o [ 27%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/widgets/previewlist.o [ 27%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/q3support/drubberband.o [ 27%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/q3support/previewwidget.o [ 27%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/q3support/imageregionwidget.o [ 28%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/q3support/canvas.o [ 28%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/iccprofiles/iccpreviewwidget.o [ 28%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/iccprofiles/iccprofilewidget.o In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/widgets/iccprofiles/cietonguewidget.h:39, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/widgets/iccprofiles/iccprofilewidget.cpp:45: /usr/local/include/lcms.h:146:5: warning: "TARGET_CPU_PPC" is not defined /usr/local/include/lcms.h:150:5: warning: "macintosh" is not defined In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/widgets/iccprofiles/cietonguewidget.h:39, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/widgets/iccprofiles/iccprofilewidget.cpp:45: /usr/local/include/lcms.h: In function 'void* _cmsMalloc(size_t)': /usr/local/include/lcms.h:1418: warning: comparison of unsigned expression < 0 is always false [ 28%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/iccprofiles/cietonguewidget.o In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/digikam/../libs/widgets/iccprofiles/cietonguewidget.h:39, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/digikam/cietonguewidget.moc:9, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/widgets/iccprofiles/cietonguewidget.cpp:27: /usr/local/include/lcms.h:146:5: warning: "TARGET_CPU_PPC" is not defined /usr/local/include/lcms.h:150:5: warning: "macintosh" is not defined In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/digikam/../libs/widgets/iccprofiles/cietonguewidget.h:39, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/digikam/cietonguewidget.moc:9, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/widgets/iccprofiles/cietonguewidget.cpp:27: /usr/local/include/lcms.h: In function 'void* _cmsMalloc(size_t)': /usr/local/include/lcms.h:1418: warning: comparison of unsigned expression < 0 is always false [ 28%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/iccprofiles/iccprofilescombobox.o [ 28%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/mdkeylistviewitem.o [ 28%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/metadatalistview.o [ 28%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/metadatalistviewitem.o [ 29%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/metadatawidget.o [ 29%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/metadataselector.o [ 29%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/metadatapanel.o [ 29%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/iptcwidget.o [ 29%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/exifwidget.o [ 29%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/makernotewidget.o [ 29%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/metadata/xmpwidget.o [ 30%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/dprogressdlg.o [ 30%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/dbusydlg.o [ 30%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/filesaveoptionsdlg.o [ 30%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/iccprofileinfodlg.o [ 30%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/imagedialog.o [ 30%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/infodlg.o [ 30%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/libsinfodlg.o In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dialogs/libsinfodlg.cpp:74: /usr/local/include/lcms.h:146:5: warning: "TARGET_CPU_PPC" is not defined /usr/local/include/lcms.h:150:5: warning: "macintosh" is not defined In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dialogs/libsinfodlg.cpp:74: /usr/local/include/lcms.h: In function 'void* _cmsMalloc(size_t)': /usr/local/include/lcms.h:1418: warning: comparison of unsigned expression < 0 is always false [ 30%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/rawcameradlg.o [ 31%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/triplechoicedialog.o [ 31%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/dialogs/daboutdata.o [ 31%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/imageproperties/imagepropertiessidebar.o [ 31%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/imageproperties/imagepropertiestab.o [ 31%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/imageproperties/imagepropertiesmetadatatab.o [ 31%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/imageproperties/imagepropertiescolorstab.o In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/widgets/iccprofiles/cietonguewidget.h:39, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/imageproperties/imagepropertiescolorstab.cpp:66: /usr/local/include/lcms.h:146:5: warning: "TARGET_CPU_PPC" is not defined /usr/local/include/lcms.h:150:5: warning: "macintosh" is not defined In file included from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/dklcms/digikam-lcms.h:31, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/widgets/iccprofiles/cietonguewidget.h:39, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/imageproperties/imagepropertiescolorstab.cpp:66: /usr/local/include/lcms.h: In function 'void* _cmsMalloc(size_t)': /usr/local/include/lcms.h:1418: warning: comparison of unsigned expression < 0 is always false [ 31%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/imageproperties/imagepropertiesgpstab.o [ 32%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/imageproperties/imagegpsmodelhelper.o [ 32%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/graphicsview/clickdragreleaseitem.o [ 32%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/graphicsview/dimgchilditem.o [ 32%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/graphicsview/dimgpreviewitem.o [ 32%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/graphicsview/regionframeitem.o [ 32%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/graphicsview/graphicsdimgitem.o [ 32%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/graphicsview/graphicsdimgview.o [ 32%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/graphicsview/imagezoomsettings.o [ 33%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/graphicsview/previewlayout.o [ 33%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/widgets/graphicsview/itemvisibilitycontroller.o [ 33%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/libs/models/categorizeditemmodel.o [ 33%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/slideshow/toolbar.o [ 33%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/slideshow/slideshow.o [ 33%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/slideshow/slideshowsettings.o [ 33%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/core/undocache.o [ 33%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/core/undoaction.o [ 34%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/core/undomanager.o [ 34%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/core/editorcore.o [ 34%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/core/iccpostloadingmanager.o [ 34%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/dialogs/colorcorrectiondlg.o [ 34%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/dialogs/softproofdialog.o [ 34%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/printiface/printhelper.o [ 34%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/printiface/printoptionspage.o [ 35%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/rawimport/rawimport.o [ 35%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/rawimport/rawpreview.o [ 35%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/rawimport/rawsettingsbox.o [ 35%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/editor/editortool.o [ 35%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/editor/editortooliface.o [ 35%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/editor/editorstackview.o [ 35%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/editor/editortoolsettings.o [ 35%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/editor/editorwindow.o [ 36%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/editor/actioncategorizedview.o [ 36%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/plugin/imageiface.o [ 36%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/plugin/imageplugin.o [ 36%] Building CXX object digikam/CMakeFiles/digikamcore.dir/__/utilities/imageeditor/plugin/imagepluginloader.o [ 36%] Building CXX object digikam/CMakeFiles/digikamcore.dir/digikamconfig.o Linking CXX shared library ../lib/libdigikamcore.so [ 36%] Built target digikamcore Scanning dependencies of target digikamdatabase_automoc Generating databasecopymanager.moc Generating imagehistorygraphmodel.moc Generating databaseserverstarter.moc Generating imagefiltermodel.moc Generating imagethumbnailmodel.moc Generating imagemodel.moc Generating moc_databasewatchadaptor.cpp Generating tagscache.moc Generating imageinfocache.moc Generating moc_databasewatch.cpp Generating imagefiltermodelpriv.moc Generating collectionscanner.moc Generating collectionmanager.moc Generating databasebackend.moc Generating imagelistmodel.moc Generating databasewatch.moc Generating imagefiltermodelthreads.moc [ 36%] Built target digikamdatabase_automoc Scanning dependencies of target digikamdatabase [ 36%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/digikamdatabase_automoc.o [ 36%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/albumdb.o [ 36%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/collectionscanner.o [ 37%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/collectionmanager.o [ 37%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/collectionlocation.o [ 37%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/collectionscannerhints.o [ 37%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databaseaccess.o [ 37%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databasewatch.o [ 37%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databasebackend.o [ 37%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databaseoperationgroup.o [ 38%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databasetransaction.o [ 38%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databaseurl.o [ 38%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databasechangesets.o [ 38%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databaseconstants.o [ 38%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databasethumbnailinfoprovider.o [ 38%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/downloadhistory.o [ 38%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagecomments.o [ 38%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imageextendedproperties.o [ 39%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imageinfo.o [ 39%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imageinfolist.o [ 39%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imageinfocache.o [ 39%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagelister.o [ 39%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagelisterreceiver.o [ 39%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imageposition.o [ 39%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagecopyright.o [ 40%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagequerybuilder.o [ 40%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagescanner.o [ 40%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagetagpair.o [ 40%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/namefilter.o [ 40%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/searchxml.o [ 40%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/schemaupdater.o [ 40%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/tagproperties.o [ 40%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databasechecker.o [ 41%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databasecopymanager.o [ 41%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databaseserverstarter.o [ 41%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/tagscache.o [ 41%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/databaseservererror.o [ 41%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagehistory/imagehistorygraph.o In file included from /usr/local/include/boost/preprocessor/cat.hpp:17, from /usr/local/include/boost/mpl/aux_/integral_wrapper.hpp:22, from /usr/local/include/boost/mpl/int.hpp:20, from /usr/local/include/boost/mpl/lambda_fwd.hpp:23, from /usr/local/include/boost/mpl/aux_/na_spec.hpp:18, from /usr/local/include/boost/mpl/if.hpp:19, from /usr/local/include/boost/mpl/eval_if.hpp:17, from /usr/local/include/boost/iterator/iterator_categories.hpp:15, from /usr/local/include/boost/iterator/iterator_adaptor.hpp:14, from /usr/local/include/boost/iterator/counting_iterator.hpp:8, from /usr/local/include/boost/graph/vector_as_graph.hpp:22, from /usr/local/include/boost/graph/transitive_closure.hpp:17, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph_boost.h:37, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphdata.h:35, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph.cpp:36: /usr/local/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined In file included from /usr/local/include/boost/mpl/aux_/has_apply.hpp:17, from /usr/local/include/boost/mpl/apply_wrap.hpp:23, from /usr/local/include/boost/mpl/apply.hpp:23, from /usr/local/include/boost/iterator/iterator_facade.hpp:34, from /usr/local/include/boost/iterator/iterator_adaptor.hpp:15, from /usr/local/include/boost/iterator/counting_iterator.hpp:8, from /usr/local/include/boost/graph/vector_as_graph.hpp:22, from /usr/local/include/boost/graph/transitive_closure.hpp:17, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph_boost.h:37, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphdata.h:35, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph.cpp:36: /usr/local/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined /usr/local/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined /usr/local/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined /usr/local/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined In file included from /usr/local/include/boost/preprocessor/variadic.hpp:18, from /usr/local/include/boost/preprocessor/library.hpp:34, from /usr/local/include/boost/preprocessor.hpp:17, from /usr/local/include/boost/graph/named_function_params.hpp:17, from /usr/local/include/boost/graph/depth_first_search.hpp:21, from /usr/local/include/boost/graph/strong_components.hpp:17, from /usr/local/include/boost/graph/transitive_closure.hpp:18, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph_boost.h:37, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphdata.h:35, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph.cpp:36: /usr/local/include/boost/preprocessor/variadic/to_array.hpp:18:6: warning: "BOOST_PP_VARIADICS_MSVC" is not defined In file included from /usr/local/include/boost/parameter/keyword.hpp:9, from /usr/local/include/boost/parameter/name.hpp:8, from /usr/local/include/boost/graph/named_function_params.hpp:18, from /usr/local/include/boost/graph/depth_first_search.hpp:21, from /usr/local/include/boost/graph/strong_components.hpp:17, from /usr/local/include/boost/graph/transitive_closure.hpp:18, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph_boost.h:37, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphdata.h:35, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph.cpp:36: /usr/local/include/boost/parameter/aux_/unwrap_cv_reference.hpp:47:1: warning: "MSVC_WORKAROUND_GUARD" is not defined /usr/local/include/boost/parameter/aux_/unwrap_cv_reference.hpp:47:1: warning: "MSVC" is not defined [ 41%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/imagehistory/imagehistorygraphmodel.o In file included from /usr/local/include/boost/preprocessor/cat.hpp:17, from /usr/local/include/boost/mpl/aux_/integral_wrapper.hpp:22, from /usr/local/include/boost/mpl/int.hpp:20, from /usr/local/include/boost/mpl/lambda_fwd.hpp:23, from /usr/local/include/boost/mpl/aux_/na_spec.hpp:18, from /usr/local/include/boost/mpl/if.hpp:19, from /usr/local/include/boost/mpl/eval_if.hpp:17, from /usr/local/include/boost/iterator/iterator_categories.hpp:15, from /usr/local/include/boost/iterator/iterator_adaptor.hpp:14, from /usr/local/include/boost/iterator/counting_iterator.hpp:8, from /usr/local/include/boost/graph/vector_as_graph.hpp:22, from /usr/local/include/boost/graph/transitive_closure.hpp:17, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph_boost.h:37, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphdata.h:35, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphmodel.cpp:40: /usr/local/include/boost/preprocessor/config/config.hpp:86:77: warning: "__GXX_EXPERIMENTAL_CXX0X__" is not defined In file included from /usr/local/include/boost/mpl/aux_/has_apply.hpp:17, from /usr/local/include/boost/mpl/apply_wrap.hpp:23, from /usr/local/include/boost/mpl/apply.hpp:23, from /usr/local/include/boost/iterator/iterator_facade.hpp:34, from /usr/local/include/boost/iterator/iterator_adaptor.hpp:15, from /usr/local/include/boost/iterator/counting_iterator.hpp:8, from /usr/local/include/boost/graph/vector_as_graph.hpp:22, from /usr/local/include/boost/graph/transitive_closure.hpp:17, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph_boost.h:37, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphdata.h:35, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphmodel.cpp:40: /usr/local/include/boost/mpl/has_xxx.hpp:344:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined /usr/local/include/boost/mpl/has_xxx.hpp:357:9: warning: "BOOST_MPL_HAS_XXX_NO_WRAPPED_TYPES" is not defined /usr/local/include/boost/mpl/has_xxx.hpp:386:9: warning: "BOOST_MPL_HAS_XXX_NO_EXPLICIT_TEST_FUNCTION" is not defined /usr/local/include/boost/mpl/has_xxx.hpp:459:8: warning: "BOOST_MPL_HAS_XXX_NEEDS_TEMPLATE_SFINAE" is not defined In file included from /usr/local/include/boost/preprocessor/variadic.hpp:18, from /usr/local/include/boost/preprocessor/library.hpp:34, from /usr/local/include/boost/preprocessor.hpp:17, from /usr/local/include/boost/graph/named_function_params.hpp:17, from /usr/local/include/boost/graph/depth_first_search.hpp:21, from /usr/local/include/boost/graph/strong_components.hpp:17, from /usr/local/include/boost/graph/transitive_closure.hpp:18, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph_boost.h:37, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphdata.h:35, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphmodel.cpp:40: /usr/local/include/boost/preprocessor/variadic/to_array.hpp:18:6: warning: "BOOST_PP_VARIADICS_MSVC" is not defined In file included from /usr/local/include/boost/parameter/keyword.hpp:9, from /usr/local/include/boost/parameter/name.hpp:8, from /usr/local/include/boost/graph/named_function_params.hpp:18, from /usr/local/include/boost/graph/depth_first_search.hpp:21, from /usr/local/include/boost/graph/strong_components.hpp:17, from /usr/local/include/boost/graph/transitive_closure.hpp:18, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraph_boost.h:37, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphdata.h:35, from /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core/libs/database/imagehistory/imagehistorygraphmodel.cpp:40: /usr/local/include/boost/parameter/aux_/unwrap_cv_reference.hpp:47:1: warning: "MSVC_WORKAROUND_GUARD" is not defined /usr/local/include/boost/parameter/aux_/unwrap_cv_reference.hpp:47:1: warning: "MSVC" is not defined [ 41%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/faces/databaseface.o [ 41%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/faces/facetags.o [ 42%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/faces/facetagseditor.o [ 42%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/models/imagemodel.o [ 42%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/models/imagefiltermodel.o [ 42%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/models/imagefiltersettings.o [ 42%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/models/imagelistmodel.o [ 42%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/models/imagesortsettings.o [ 42%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/models/imagethumbnailmodel.o [ 43%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/haar/haar.o [ 43%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/database/haar/haariface.o [ 43%] Building CXX object digikam/CMakeFiles/digikamdatabase.dir/__/libs/threadimageio/pgfutils.o Linking CXX shared library ../lib/libdigikamdatabase.so /usr/bin/ld: cannot find -lpgf *** [lib/libdigikamdatabase.so.3.0.0] Error code 1 Stop in /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core. *** [digikam/CMakeFiles/digikamdatabase.dir/all] Error code 1 Stop in /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core. *** [all] Error code 1 Stop in /usr/ports/graphics/digikam-kde4/work/digikam-3.2.0/core. *** [do-build] Error code 1 Stop in /usr/ports/graphics/digikam-kde4. *** [build] Error code 1 Stop in /usr/ports/graphics/digikam-kde4. curlew:/usr/ports/graphics/digikam-kde4# ^Dexit Script done on Tue Dec 17 10:57:25 2013 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17:40: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 CB366E85; Tue, 17 Dec 2013 17:40: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 9B3681A13; Tue, 17 Dec 2013 17:40: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 rBHHeIch055537; Tue, 17 Dec 2013 17:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHHeIf9055536; Tue, 17 Dec 2013 17:40:18 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 17:40:18 GMT Message-Id: <201312171740.rBHHeIf9055536@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, itetcu@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184943: ports-mgmt/tinderbox: Fix tc enterBuild X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:40:18 -0000 Synopsis: ports-mgmt/tinderbox: Fix tc enterBuild Responsible-Changed-From-To: freebsd-ports-bugs->itetcu Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 17:40:18 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184943 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9DB6FE17 for ; Tue, 17 Dec 2013 17: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 77DE01A0C for ; Tue, 17 Dec 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHHe1Fp055360 for ; Tue, 17 Dec 2013 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHHe1R1055359; Tue, 17 Dec 2013 17:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 17:40:01 GMT Resent-Message-Id: <201312171740.rBHHe1R1055359@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anes Mukhametov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1B38CC16 for ; Tue, 17 Dec 2013 17:30:45 +0000 (UTC) Received: from be.static.corbina.ru (amuhametov.vpn.rambler.ru [81.19.79.14]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4A6391976 for ; Tue, 17 Dec 2013 17:30:43 +0000 (UTC) Received: from be.static.corbina.ru (freebsd10a5 [127.0.0.1]) by be.static.corbina.ru (8.14.7/8.14.7) with ESMTP id rBHFY2lA010062 for ; Tue, 17 Dec 2013 15:34:02 GMT (envelope-from root@be.static.corbina.ru) Received: (from root@localhost) by be.static.corbina.ru (8.14.7/8.14.7/Submit) id rBHFY2Jl010061; Tue, 17 Dec 2013 15:34:02 GMT (envelope-from root) Message-Id: <201312171534.rBHFY2Jl010061@be.static.corbina.ru> Date: Tue, 17 Dec 2013 15:34:02 GMT From: Anes Mukhametov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184943: ports-mgmt/tinderbox: Fix tc enterBuild X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anes Mukhametov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 17:40:01 -0000 >Number: 184943 >Category: ports >Synopsis: ports-mgmt/tinderbox: Fix tc enterBuild >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Dec 17 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anes Mukhametov >Release: FreeBSD 10.0-ALPHA5 amd64 >Organization: >Environment: >Description: tc enterBuild is broken since 4.1.0 Fix attached >How-To-Repeat: >Fix: --- tinderbox-patch begins here --- Index: ports-mgmt/tinderbox/Makefile =================================================================== --- ports-mgmt/tinderbox/Makefile (revision 336616) +++ ports-mgmt/tinderbox/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= tinderbox PORTVERSION= 4.1.0 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ Index: ports-mgmt/tinderbox/files/patch-enterbuild =================================================================== --- ports-mgmt/tinderbox/files/patch-enterbuild (revision 0) +++ ports-mgmt/tinderbox/files/patch-enterbuild (working copy) @@ -0,0 +1,17 @@ +diff -u lib/tc_command.sh.orig lib/tc_command.sh +--- lib/tc_command.sh.orig ++++ lib/tc_command.sh +@@ -1284,11 +1284,12 @@ enterBuild () { + return 1 + fi + ++ tc=$(tinderLoc scripts tc) + portstree=$(${tc} getPortsTreeForBuild -b ${build}) + sleepName=$(echo ${portDir} | sed -e 'y/\//_/') + buildPortFullDir=${buildRoot}/usr/ports/${portDir} + portsTreeDir=$(tinderLoc portstree ${portstree}) +- portFullDir=${portsTreeDir}/${portDir} ++ portFullDir=${portsTreeDir}/ports/${portDir} + + if [ ! -d ${portFullDir} ]; then + echo "enterBuild: Build environment does not exist yet, sleeping." --- tinderbox-patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 18:04: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 9E04C300; Tue, 17 Dec 2013 18:04: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 72BD81D56; Tue, 17 Dec 2013 18:04: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 rBHI49xe061253; Tue, 17 Dec 2013 18:04:09 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHI498Z061252; Tue, 17 Dec 2013 18:04:09 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 18:04:09 GMT Message-Id: <201312171804.rBHI498Z061252@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184914: databases/py-pylibmc LIB_DEPENDS typo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 18:04:09 -0000 Synopsis: databases/py-pylibmc LIB_DEPENDS typo Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 18:04:09 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184914 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 18:19: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 AFFE485D; Tue, 17 Dec 2013 18:19: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 824E71E8A; Tue, 17 Dec 2013 18:19: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 rBHIJPP5067959; Tue, 17 Dec 2013 18:19:25 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHIJPxh067958; Tue, 17 Dec 2013 18:19:25 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 18:19:25 GMT Message-Id: <201312171819.rBHIJPxh067958@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184907: graphics/apngdis: Update to version 2.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 18:19:25 -0000 Synopsis: graphics/apngdis: Update to version 2.6 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 18:19:25 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184907 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 18: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 EEE41228 for ; Tue, 17 Dec 2013 18: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 AFC55102A for ; Tue, 17 Dec 2013 18: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 rBHIe0sc072254 for ; Tue, 17 Dec 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHIe0DZ072253; Tue, 17 Dec 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 18:40:00 GMT Resent-Message-Id: <201312171840.rBHIe0DZ072253@freefall.freebsd.org> 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 5BFD9B38 for ; Tue, 17 Dec 2013 18:30:29 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 48D951FA5 for ; Tue, 17 Dec 2013 18: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 rBHIUSMe004371 for ; Tue, 17 Dec 2013 18: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 rBHIUSMD004344; Tue, 17 Dec 2013 18:30:28 GMT (envelope-from nobody) Message-Id: <201312171830.rBHIUSMD004344@oldred.freebsd.org> Date: Tue, 17 Dec 2013 18:30:28 GMT From: Ivan Klymenko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184944: [fix] [patch] deskutils/cairo-dock-plugins fix build package error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 18:40:01 -0000 >Number: 184944 >Category: ports >Synopsis: [fix] [patch] deskutils/cairo-dock-plugins fix build package error >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 Dec 17 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ivan Klymenko >Release: FreeBSD 10.0-PRERELEASE >Organization: individual >Environment: >Description: This patch / update mends build port the following problem: http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2013-12-16_15h18m43s/logs/cairo-dock-plugins-3.2.1.log >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/cairo-dock-plugins/files/patch-CMakeLists.txt b/cairo-dock-plugins/files/patch-CMakeLists.txt deleted file mode 100644 index 50bb206..0000000 --- a/cairo-dock-plugins/files/patch-CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- CMakeLists.txt.orig 2013-12-17 20:16:13.000000000 +0200 -+++ CMakeLists.txt 2013-12-17 20:16:34.000000000 +0200 -@@ -717,7 +717,7 @@ - enable_if_not_defined (enable-gmenu) - if (enable-gmenu) - set (GMENU_MODULE "libgnome-menu-3.0") -- set (GMENU_MODULE_OLD "libgnome-menu") -+ set (GMENU_MODULE_OLD "libgnome-menu gio-unix-2.0") - pkg_check_modules (GMENU_PACKAGE ${GMENU_MODULE}) - if (NOT GMENU_PACKAGE_FOUND) - message (STATUS "Could not find ${GMENU_MODULE}; trying with an old version...") >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 19:11: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 8228894C; Tue, 17 Dec 2013 19:11: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 554CB126E; Tue, 17 Dec 2013 19:11: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 rBHJBhOZ080151; Tue, 17 Dec 2013 19:11:43 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHJBh7A080150; Tue, 17 Dec 2013 19:11:43 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 19:11:43 GMT Message-Id: <201312171911.rBHJBh7A080150@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184903: science/gromacs: Update to version 4.6.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 19:11:43 -0000 Synopsis: science/gromacs: Update to version 4.6.5 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 19:11:43 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184903 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 19:23: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 010CBD9E; Tue, 17 Dec 2013 19:23: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 C7DAA1326; Tue, 17 Dec 2013 19:23: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 rBHJN49o083238; Tue, 17 Dec 2013 19:23:04 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHJN4uQ083237; Tue, 17 Dec 2013 19:23:04 GMT (envelope-from pawel) Date: Tue, 17 Dec 2013 19:23:04 GMT Message-Id: <201312171923.rBHJN4uQ083237@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184698: devel/liblognorm, port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 19:23:05 -0000 Synopsis: devel/liblognorm, port update Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Tue Dec 17 19:23:04 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184698 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20: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 D7BCA7E8 for ; Tue, 17 Dec 2013 20: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 9A6E115FC for ; Tue, 17 Dec 2013 20: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 rBHK00Wv089469 for ; Tue, 17 Dec 2013 20:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHK00Qc089468; Tue, 17 Dec 2013 20:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 20:00:00 GMT Resent-Message-Id: <201312172000.rBHK00Qc089468@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alphons "Fonz" van Werven Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7F4A9738 for ; Tue, 17 Dec 2013 19:50:26 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6C12B15B4 for ; Tue, 17 Dec 2013 19:50:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBHJoOpY076030 for ; Tue, 17 Dec 2013 19:50:24 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBHJoOtc076013; Tue, 17 Dec 2013 19:50:24 GMT (envelope-from nobody) Message-Id: <201312171950.rBHJoOtc076013@oldred.freebsd.org> Date: Tue, 17 Dec 2013 19:50:24 GMT From: Alphons "Fonz" van Werven To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184945: [multimedia/mplayer] pkg-message displayed twice (PATCH INCLUDED) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:00:00 -0000 >Number: 184945 >Category: ports >Synopsis: [multimedia/mplayer] pkg-message displayed twice (PATCH INCLUDED) >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 Dec 17 20:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alphons "Fonz" van Werven >Release: >Organization: >Environment: >Description: Upon build + install (at least during a Portmaster run) pkg-message is displayed TWICE. The attached patch removes an explicit @${CAT} ${PKGMESSAGE} from the Makefile, which is now obsolete and was probably missed during the stagifying process. Trivial problem, trivial fix. >How-To-Repeat: # portmaster multimedia/mplayer >Fix: See patch :-) Patch attached with submission follows: --- Makefile.orig 2013-12-17 20:39:58.000000000 +0100 +++ Makefile 2013-12-17 20:40:07.000000000 +0100 @@ -180,6 +180,5 @@ @(cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && ${LN} -sf mplayer.1.gz gmplayer.1.gz) ${CP} -f ${WRKSRC}/etc/mplayer256x256.png ${STAGEDIR}${LOCALBASE}/share/pixmaps/mplayer.png .endif - @${CAT} ${PKGMESSAGE} .include >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20: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 55CBC81D; Tue, 17 Dec 2013 20: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 2C37A1609; Tue, 17 Dec 2013 20: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 rBHK088u089598; Tue, 17 Dec 2013 20: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 rBHK08ZY089597; Tue, 17 Dec 2013 20:00:08 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 20:00:08 GMT Message-Id: <201312172000.rBHK08ZY089597@freefall.freebsd.org> To: freebsd@skysmurf.nl, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184945: [multimedia/mplayer] pkg-message displayed twice (PATCH INCLUDED) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:00:08 -0000 Synopsis: [multimedia/mplayer] pkg-message displayed twice (PATCH INCLUDED) State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Dec 17 20:00:07 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184945 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20: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 BBE63BF6 for ; Tue, 17 Dec 2013 20: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 982B81688 for ; Tue, 17 Dec 2013 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHKA1wK091942 for ; Tue, 17 Dec 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHKA13q091941; Tue, 17 Dec 2013 20:10:01 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 20:10:01 GMT Resent-Message-Id: <201312172010.rBHKA13q091941@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Mark Felder Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 37394986 for ; Tue, 17 Dec 2013 20:02:31 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 24D6C162E for ; Tue, 17 Dec 2013 20:02:31 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBHK2Ufw057642 for ; Tue, 17 Dec 2013 20:02:30 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBHK2UVs057635; Tue, 17 Dec 2013 20:02:30 GMT (envelope-from nobody) Message-Id: <201312172002.rBHK2UVs057635@oldred.freebsd.org> Date: Tue, 17 Dec 2013 20:02:30 GMT From: Mark Felder To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184946: [UPDATE]: dns/knot 1.3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:10:01 -0000 >Number: 184946 >Category: ports >Synopsis: [UPDATE]: dns/knot 1.3.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: Tue Dec 17 20:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mark Felder >Release: >Organization: >Environment: >Description: update knot to 1.3.4 and fix the pkg-plist so knot.conf is correctly removed if it matches knot.sample.conf >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 335567) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= knot -DISTVERSION= 1.3.3 +DISTVERSION= 1.3.4 CATEGORIES= dns ipv6 MASTER_SITES= https://secure.nic.cz/files/knot-dns/ \ http://dns-lab.com/downloads/knot-dns/ Index: distinfo =================================================================== --- distinfo (revision 335567) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (knot-1.3.3.tar.gz) = 70f5237871a92cd8a777c73b80b6ac339212ea084d4adfaf314388be704027b4 -SIZE (knot-1.3.3.tar.gz) = 1148233 +SHA256 (knot-1.3.4.tar.gz) = 0e15fb93de9eb2b8cb5d25c2239566462858125cb1b8455fc744835589212399 +SIZE (knot-1.3.4.tar.gz) = 1208147 Index: pkg-plist =================================================================== --- pkg-plist (revision 335567) +++ pkg-plist (working copy) @@ -1,4 +1,4 @@ -@unexec if cmp -s %B/knot.sample.conf %B/knot.conf; then rm -f %B/knot.conf; fi +@unexec if cmp -s %D/etc/knot/knot.conf %D/etc/knot/knot.sample.conf; then rm -f %D/etc/knot/knot.conf; fi %%ETCDIR%%/knot.sample.conf @exec [ -f %B/knot.conf ] || cp %B/%f %B/knot.conf %%ETCDIR%%/example.com.zone >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20: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 C9BF3BF7 for ; Tue, 17 Dec 2013 20: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 B62CF1689 for ; Tue, 17 Dec 2013 20: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 rBHKA20L091948 for ; Tue, 17 Dec 2013 20: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 rBHKA2gA091947; Tue, 17 Dec 2013 20:10:02 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 20:10:02 GMT Message-Id: <201312172010.rBHKA2gA091947@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184945: [multimedia/mplayer] pkg-message displayed twice (PATCH INCLUDED) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 17 Dec 2013 20:10:02 -0000 The following reply was made to PR ports/184945; it has been noted by GNATS. From: Edwin Groothuis To: thomas.e.zander@googlemail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184945: [multimedia/mplayer] pkg-message displayed twice (PATCH INCLUDED) Date: Tue, 17 Dec 2013 20:00:07 UT Maintainer of multimedia/mplayer, Please note that PR ports/184945 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/184945 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20: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 5E465C29; Tue, 17 Dec 2013 20: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 34359168C; Tue, 17 Dec 2013 20: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 rBHKAAtD092019; Tue, 17 Dec 2013 20: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 rBHKAAjg092018; Tue, 17 Dec 2013 20:10:10 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 20:10:10 GMT Message-Id: <201312172010.rBHKAAjg092018@freefall.freebsd.org> To: feld@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184946: [UPDATE]: dns/knot 1.3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:10:10 -0000 Synopsis: [UPDATE]: dns/knot 1.3.4 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Tue Dec 17 20: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=184946 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20: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 BC2BD3CC for ; Tue, 17 Dec 2013 20: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 A94CC1763 for ; Tue, 17 Dec 2013 20: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 rBHKK1FT094892 for ; Tue, 17 Dec 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 rBHKK1Us094891; Tue, 17 Dec 2013 20:20:01 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 20:20:01 GMT Message-Id: <201312172020.rBHKK1Us094891@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184946: [UPDATE]: dns/knot 1.3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 17 Dec 2013 20:20:01 -0000 The following reply was made to PR ports/184946; it has been noted by GNATS. From: Edwin Groothuis To: freebsd@dns-lab.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184946: [UPDATE]: dns/knot 1.3.4 Date: Tue, 17 Dec 2013 20:10:09 UT Maintainer of dns/knot, Please note that PR ports/184946 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/184946 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20:26: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 995B24E2; Tue, 17 Dec 2013 20:26: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 6B8CC1810; Tue, 17 Dec 2013 20:26: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 rBHKQsIV096713; Tue, 17 Dec 2013 20:26:54 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHKQsBv096712; Tue, 17 Dec 2013 20:26:54 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 20:26:54 GMT Message-Id: <201312172026.rBHKQsBv096712@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184872: audio/pd: Update to version 0.45.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:26:54 -0000 Synopsis: audio/pd: Update to version 0.45.4 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 20:26:54 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184872 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20:31: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 B495F61C; Tue, 17 Dec 2013 20:31: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 897A1188E; Tue, 17 Dec 2013 20:31: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 rBHKV1Dx098584; Tue, 17 Dec 2013 20:31:01 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHKV13e098583; Tue, 17 Dec 2013 20:31:01 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 20:31:01 GMT Message-Id: <201312172031.rBHKV13e098583@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184885: devel/libexplain: Update to version 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:31:01 -0000 Synopsis: devel/libexplain: Update to version 1.3 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 20:31:01 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184885 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20:31: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 A68E764A; Tue, 17 Dec 2013 20:31: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 7B04B188F; Tue, 17 Dec 2013 20:31: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 rBHKVGTq098672; Tue, 17 Dec 2013 20:31:16 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHKVGGB098671; Tue, 17 Dec 2013 20:31:16 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 20:31:16 GMT Message-Id: <201312172031.rBHKVGGB098671@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184864: graphics/apngasm: Update to version 2.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:31:16 -0000 Synopsis: graphics/apngasm: Update to version 2.8 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 20:31:16 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184864 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20:31:32 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CAAC0686; Tue, 17 Dec 2013 20:31:32 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9F8431896; Tue, 17 Dec 2013 20:31:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBHKVWIi098771; Tue, 17 Dec 2013 20:31:32 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHKVWsn098770; Tue, 17 Dec 2013 20:31:32 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 20:31:32 GMT Message-Id: <201312172031.rBHKVWsn098770@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184855: net/serveez: Update to version 0.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:31:32 -0000 Synopsis: net/serveez: Update to version 0.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 20:31:32 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184855 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20:31:47 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6CC76EA; Tue, 17 Dec 2013 20:31: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 AB4F818BD; Tue, 17 Dec 2013 20:31: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 rBHKVlKO098864; Tue, 17 Dec 2013 20:31:47 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHKVlO7098863; Tue, 17 Dec 2013 20:31:47 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 20:31:47 GMT Message-Id: <201312172031.rBHKVlO7098863@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184853: audio/quimup: Update to version 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:31:47 -0000 Synopsis: audio/quimup: Update to version 1.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 20:31:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184853 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20:32: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 4380173B; Tue, 17 Dec 2013 20:32: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 178F418CA; Tue, 17 Dec 2013 20:32: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 rBHKW3kx098957; Tue, 17 Dec 2013 20:32:03 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHKW38d098956; Tue, 17 Dec 2013 20:32:03 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 20:32:03 GMT Message-Id: <201312172032.rBHKW38d098956@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184846: science/avogadro: Update to version 1.1.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:32:04 -0000 Synopsis: science/avogadro: Update to version 1.1.1 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 20:32:03 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184846 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20:32: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 C4D59772; Tue, 17 Dec 2013 20:32: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 99A0718CF; Tue, 17 Dec 2013 20:32: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 rBHKWRxn099048; Tue, 17 Dec 2013 20:32:27 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHKWRP1099047; Tue, 17 Dec 2013 20:32:27 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 20:32:27 GMT Message-Id: <201312172032.rBHKWRP1099047@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184838: science/silo: Update to version 4.9.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:32:27 -0000 Synopsis: science/silo: Update to version 4.9.1 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 20:32:27 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184838 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20:32: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 7D8C97AB; Tue, 17 Dec 2013 20:32: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 5244C18D5; Tue, 17 Dec 2013 20:32: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 rBHKWgHQ099147; Tue, 17 Dec 2013 20:32:42 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBHKWg7V099146; Tue, 17 Dec 2013 20:32:42 GMT (envelope-from danilo) Date: Tue, 17 Dec 2013 20:32:42 GMT Message-Id: <201312172032.rBHKWg7V099146@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184835: games/freedoko: Update to version 0.7.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:32:42 -0000 Synopsis: games/freedoko: Update to version 0.7.12 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Tue Dec 17 20:32:42 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184835 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 20: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 75C9EFF1 for ; Tue, 17 Dec 2013 20: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 62B5D1A50 for ; Tue, 17 Dec 2013 20: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 rBHKo1aO001752 for ; Tue, 17 Dec 2013 20: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 rBHKo1wo001751; Tue, 17 Dec 2013 20:50:01 GMT (envelope-from gnats) Date: Tue, 17 Dec 2013 20:50:01 GMT Message-Id: <201312172050.rBHKo1wo001751@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Alexander Panyushkin Subject: Re: ports/184913: editors/vim not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Alexander Panyushkin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 20:50:01 -0000 The following reply was made to PR ports/184913; it has been noted by GNATS. From: Alexander Panyushkin To: Kenji Rikitake , bug-followup@FreeBSD.org Cc: Subject: Re: ports/184913: editors/vim not build Date: Tue, 17 Dec 2013 22:44:38 +0200 Thanks! It`s work. 17.12.2013 15:45, Kenji Rikitake wrote: > Adding -lX11 to GTK2 X_LIBS solved the link symbol problem with the latest Xorg. > > Hint at: > > See the attached patch diff file (in text). (Note: for GTK2 build only) > > Kenji Rikitake > > --- Makefile~ 2013-12-16 22:07:17.000000000 +0900 > +++ Makefile 2013-12-17 22:25:38.000000000 +0900 > @@ -157,7 +157,7 @@ > . if ${PORT_OPTIONS:MGTK2} > USE_GNOME= gtk20 > CONF_OPT_GUI="--enable-gui=gtk2 --with-gtk-prefix=${LOCALBASE}" > -MAKE_ARGS+= X_LIBS="$(X_LIBS) -lXt" > +MAKE_ARGS+= X_LIBS="$(X_LIBS) -lX11 -lXt" > USE_XORG+= xt > . endif -- Alexander From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 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 A968F84A for ; Tue, 17 Dec 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 841761B4E for ; Tue, 17 Dec 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 rBHL00Xg003656 for ; Tue, 17 Dec 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 rBHL00w7003655; Tue, 17 Dec 2013 21:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 21:00:00 GMT Resent-Message-Id: <201312172100.rBHL00w7003655@freefall.freebsd.org> 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 E5423840 for ; Tue, 17 Dec 2013 20:59:26 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B79BD1B45 for ; Tue, 17 Dec 2013 20:59:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBHKxPrZ017193 for ; Tue, 17 Dec 2013 20:59:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBHKxPXB017192; Tue, 17 Dec 2013 20:59:25 GMT (envelope-from nobody) Message-Id: <201312172059.rBHKxPXB017192@oldred.freebsd.org> Date: Tue, 17 Dec 2013 20:59:25 GMT From: Jason Bacon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184948: maintainer update: ports-mgmt/genplist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 21:00:00 -0000 >Number: 184948 >Category: ports >Synopsis: maintainer update: ports-mgmt/genplist >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 Dec 17 21:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Bacon >Release: 10.0-RC1 >Organization: Acadix Consulting, LLC >Environment: FreeBSD oyster.jbacon.dyndns.org 10.0-RC1 FreeBSD 10.0-RC1 #0 r259068: Sat Dec 7 17:45:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update with minor improvements and added support for staging and makeplist. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN --exclude=CVS --exclude=.svn /usr/ports/ports-mgmt/genplist/Makefile /usr/wip/ports-mgmt/genplist/Makefile --- /usr/ports/ports-mgmt/genplist/Makefile 2013-09-20 17:36:49.000000000 -0500 +++ /usr/wip/ports-mgmt/genplist/Makefile 2013-12-17 14:55:03.000000000 -0600 @@ -1,27 +1,24 @@ -# Created by: Jason Bacon +# Created by: Jason Bacon # $FreeBSD: ports-mgmt/genplist/Makefile 327762 2013-09-20 22:36:49Z bapt $ PORTNAME= genplist -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= ports-mgmt -MASTER_SITES= http://personalpages.tds.net/~jwbacon/Ports/distfiles/ \ - http://acadix.biz/Ports/distfiles/ +MASTER_SITES= http://acadix.biz/Ports/distfiles/ \ + http://personalpages.tds.net/~jwbacon/Ports/distfiles/ MAINTAINER= jwbacon@tds.net COMMENT= Generates a static plist for a port -NO_BUILD= yes +LICENSE= BSD -PLIST_FILES= bin/genplist +NO_BUILD= yes +USE_XZ= yes -MAN1= genplist.1 +PLIST_FILES= bin/genplist man/man1/genplist.1.gz -NO_STAGE= yes do-install: - @${INSTALL_SCRIPT} ${WRKSRC}/genplist ${PREFIX}/bin - @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${MAN1PREFIX}/man/man1 + @${INSTALL_SCRIPT} ${WRKSRC}/genplist ${STAGEDIR}${PREFIX}/bin + @${INSTALL_MAN} ${WRKSRC}/genplist.1 ${STAGEDIR}${PREFIX}/man/man1 -.include -post-patch: - ${REINPLACE_CMD} 's|/etc/mtree|$${PORTSDIR=/usr/ports}/Templates|' ${WRKSRC}/genplist -.include +.include diff -ruN --exclude=CVS --exclude=.svn /usr/ports/ports-mgmt/genplist/distinfo /usr/wip/ports-mgmt/genplist/distinfo --- /usr/ports/ports-mgmt/genplist/distinfo 2013-06-10 21:14:25.000000000 -0500 +++ /usr/wip/ports-mgmt/genplist/distinfo 2013-12-17 14:52:49.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (genplist-1.0.tar.gz) = 1b66fb531074f7fca5589537d66b3ddaf8727f7b975de24ae48e336cce8538aa -SIZE (genplist-1.0.tar.gz) = 5730 +SHA256 (genplist-1.1.tar.xz) = 17745255d1ac3ac7525bb1b501604a1a37537c86d0c79a38bbd76e81ccb6773f +SIZE (genplist-1.1.tar.xz) = 5804 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 22: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 C2781880 for ; Tue, 17 Dec 2013 22: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 A099412BD for ; Tue, 17 Dec 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 rBHMK0Tx021464 for ; Tue, 17 Dec 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 rBHMK0dL021463; Tue, 17 Dec 2013 22:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 17 Dec 2013 22:20:00 GMT Resent-Message-Id: <201312172220.rBHMK0dL021463@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Brad Davis Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 93CC3576 for ; Tue, 17 Dec 2013 22:17:06 +0000 (UTC) Received: from valentine.liquidneon.com (cl-1479.chi-02.us.sixxs.net [IPv6:2001:4978:f:5c6::2]) by mx1.freebsd.org (Postfix) with ESMTP id 3EB0E128B for ; Tue, 17 Dec 2013 22:17:06 +0000 (UTC) Received: by valentine.liquidneon.com (Postfix, from userid 1001) id 1F1D18FF9E; Tue, 17 Dec 2013 15:16:58 -0700 (MST) Message-Id: <20131217221658.1F1D18FF9E@valentine.liquidneon.com> Date: Tue, 17 Dec 2013 15:16:58 -0700 (MST) From: Brad Davis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184949: [patch] Update dns/djbdns with stage support and updated IPv6 patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Brad Davis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 22:20:00 -0000 >Number: 184949 >Category: ports >Synopsis: [patch] Update dns/djbdns with stage support and updated IPv6 patch >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 Dec 17 22:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 9.1-RELEASE-p7 i386 >Organization: >Environment: >Description: This adds stage support and updates to the latest version of Fefe's IPv6 patch. >How-To-Repeat: >Fix: --- djbdns.diff begins here --- Index: dns/djbdns/Makefile =================================================================== --- dns/djbdns/Makefile (revision 336781) +++ dns/djbdns/Makefile (working copy) @@ -30,7 +30,6 @@ DNSCURVE_DESC= DNSCurve support by Matthew Dempsky ADD_USERS_DESC= Add dnscache, tinydns and dnslog users/groups -NO_STAGE= yes .include .if ${PORT_OPTIONS:MADD_USERS} @@ -57,15 +56,10 @@ MANDATE= -20031023 MASTER_SITES+= http://smarden.org/pape/djb/manpages/:manpages DISTFILES+= ${DISTNAME}-man${MANDATE}.tar.gz:manpages - -MAN1= dnsfilter.1 dnsip.1 dnsipq.1 dnsmx.1 dnsname.1 \ - dnsq.1 dnsqr.1 dnstrace.1 dnstracesort.1 dnstxt.1 \ - tinydns-get.1 -MAN8= axfr-get.8 axfrdns.8 axfrdns-conf.8 dnscache-conf.8 \ - dnscache.8 rbldns-conf.8 \ - rbldns-data.8 rbldns.8 tinydns-conf.8 tinydns-data.8 \ - tinydns-edit.8 tinydns.8 walldns-conf.8 walldns.8 -MANCOMPRESSED= no +PLIST_SUB+= WITH_MAN="" +#MANCOMPRESSED= no +.else +PLIST_SUB+= WITH_MAN="@comment " .endif .if ${PORT_OPTIONS:MIP6} @@ -121,7 +115,7 @@ .endif DJBDNS_VER= 1.05 -DJBDNS_V6_VER= test23 +DJBDNS_V6_VER= test25 ALL_TARGET= it INSTALL_TARGET= setup check @@ -135,12 +129,12 @@ post-patch: @echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc @echo "${CC} ${STRIP} ${LDFLAGS}" > ${WRKSRC}/conf-ld - @echo "${PREFIX}" > ${WRKSRC}/conf-home + @echo "${STAGEDIR}${PREFIX}" > ${WRKSRC}/conf-home .if ${PORT_OPTIONS:MMAN} post-install: - @${INSTALL_MAN} ${WRKDIR}/djbdns-man/*.1 ${PREFIX}/man/man1/ - @${INSTALL_MAN} ${WRKDIR}/djbdns-man/*.8 ${PREFIX}/man/man8/ + @${INSTALL_MAN} ${WRKDIR}/djbdns-man/*.1 ${STAGEDIR}${PREFIX}/man/man1/ + @${INSTALL_MAN} ${WRKDIR}/djbdns-man/*.8 ${STAGEDIR}${PREFIX}/man/man8/ .endif .include Index: dns/djbdns/distinfo =================================================================== --- dns/djbdns/distinfo (revision 336781) +++ dns/djbdns/distinfo (working copy) @@ -6,8 +6,8 @@ SIZE (jumbo-p13.patch.gz) = 11779 SHA256 (patch-dnscache-dumpcache-v4.txt) = c2fbc21035fccbb3564226fc40edaa44643119b7b103483825f82786c89009f0 SIZE (patch-dnscache-dumpcache-v4.txt) = 16065 -SHA256 (djbdns-1.05-test23.diff.bz2) = e702f47b4a4c77fe5cec474a8219a072cfaaee07282650b7e0dd322ed82e8f33 -SIZE (djbdns-1.05-test23.diff.bz2) = 18480 +SHA256 (djbdns-1.05-test25.diff.bz2) = 28c88de08822894cf252e54ed3be9abfdf4f492644ff74a7c479340bdce051ea +SIZE (djbdns-1.05-test25.diff.bz2) = 20376 SHA256 (djbdns-1.05-ignoreip2.patch) = ca5d759380c316132be6680e77c37d24a5d715cd6e1c325a75c8450e01133be0 SIZE (djbdns-1.05-ignoreip2.patch) = 3890 SHA256 (tinydns-persistmmap-20040418.patch) = 9c8e685ed628ef80b92611023c098066633f7bf63be434f373edfba0a465ebb6 Index: dns/djbdns/files/uint32.patch =================================================================== --- dns/djbdns/files/uint32.patch (revision 336781) +++ dns/djbdns/files/uint32.patch (working copy) @@ -1,6 +1,15 @@ ---- Makefile.orig Wed Dec 29 09:37:36 2004 -+++ Makefile Wed Dec 29 09:52:11 2004 -@@ -333,7 +333,7 @@ +--- Makefile.orig 2013-12-17 14:29:31.000000000 -0700 ++++ Makefile 2013-12-17 14:30:30.000000000 -0700 +@@ -212,7 +212,7 @@ + chmod 755 choose + + clientloc.o: \ +-compile clientloc.c open.h byte.h cdb.h ip6.h ++compile clientloc.c open.h byte.h cdb.h ip6.h uint32.h + ./compile clientloc.c + + compile: \ +@@ -337,7 +337,7 @@ dns_transmit.o: \ compile dns_transmit.c socket.h uint16.h alloc.h error.h byte.h \ uint16.h dns.h stralloc.h gen_alloc.h iopause.h taia.h tai.h uint64.h \ @@ -9,7 +18,7 @@ ./compile dns_transmit.c dns_txt.o: \ -@@ -855,15 +855,15 @@ +@@ -859,15 +859,15 @@ rm -f trylsock.o trylsock socket_accept.o: \ @@ -28,7 +37,7 @@ ./compile socket_bind.c socket_bind6.o: \ -@@ -871,7 +871,7 @@ +@@ -875,7 +875,7 @@ ./compile socket_bind6.c socket_conn.o: \ @@ -37,7 +46,7 @@ ./compile socket_conn.c socket_connect6.o: \ -@@ -879,11 +879,11 @@ +@@ -883,11 +883,11 @@ ./compile socket_connect6.c socket_listen.o: \ @@ -51,7 +60,7 @@ ./compile socket_recv.c socket_recv6.o: \ -@@ -891,7 +891,7 @@ +@@ -895,7 +895,7 @@ ./compile socket_recv6.c socket_send.o: \ @@ -60,7 +69,7 @@ ./compile socket_send.c socket_send6.o: \ -@@ -899,7 +899,7 @@ +@@ -903,7 +903,7 @@ ./compile socket_send6.c socket_tcp.o: \ @@ -69,7 +78,7 @@ ./compile socket_tcp.c socket_tcp6.o: \ -@@ -907,7 +907,7 @@ +@@ -911,7 +911,7 @@ ./compile socket_tcp6.c socket_udp.o: \ Index: dns/djbdns/pkg-plist =================================================================== --- dns/djbdns/pkg-plist (revision 336781) +++ dns/djbdns/pkg-plist (working copy) @@ -30,3 +30,28 @@ bin/walldns bin/walldns-conf etc/dnsroots.global +%%WITH_MAN%%man/man1/dnsfilter.1.gz +%%WITH_MAN%%man/man1/dnsip.1.gz +%%WITH_MAN%%man/man1/dnsipq.1.gz +%%WITH_MAN%%man/man1/dnsmx.1.gz +%%WITH_MAN%%man/man1/dnsname.1.gz +%%WITH_MAN%%man/man1/dnsq.1.gz +%%WITH_MAN%%man/man1/dnsqr.1.gz +%%WITH_MAN%%man/man1/dnstrace.1.gz +%%WITH_MAN%%man/man1/dnstracesort.1.gz +%%WITH_MAN%%man/man1/dnstxt.1.gz +%%WITH_MAN%%man/man1/tinydns-get.1.gz +%%WITH_MAN%%man/man8/axfr-get.8.gz +%%WITH_MAN%%man/man8/axfrdns-conf.8.gz +%%WITH_MAN%%man/man8/axfrdns.8.gz +%%WITH_MAN%%man/man8/dnscache-conf.8.gz +%%WITH_MAN%%man/man8/dnscache.8.gz +%%WITH_MAN%%man/man8/rbldns-conf.8.gz +%%WITH_MAN%%man/man8/rbldns-data.8.gz +%%WITH_MAN%%man/man8/rbldns.8.gz +%%WITH_MAN%%man/man8/tinydns-conf.8.gz +%%WITH_MAN%%man/man8/tinydns-data.8.gz +%%WITH_MAN%%man/man8/tinydns-edit.8.gz +%%WITH_MAN%%man/man8/tinydns.8.gz +%%WITH_MAN%%man/man8/walldns-conf.8.gz +%%WITH_MAN%%man/man8/walldns.8.gz --- djbdns.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Dec 17 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 2F4FD8AF; Tue, 17 Dec 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 008A812BF; Tue, 17 Dec 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 rBHMK8pF023184; Tue, 17 Dec 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 rBHMK8cd023183; Tue, 17 Dec 2013 22:20:08 GMT (envelope-from edwin) Date: Tue, 17 Dec 2013 22:20:08 GMT Message-Id: <201312172220.rBHMK8cd023183@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lx@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184949: [patch] Update dns/djbdns with stage support and updated IPv6 patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Dec 2013 22:20:09 -0000 Synopsis: [patch] Update dns/djbdns with stage support and updated IPv6 patch Responsible-Changed-From-To: freebsd-ports-bugs->lx Responsible-Changed-By: edwin Responsible-Changed-When: Tue Dec 17 22: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=184949 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 00:20:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EA495F58; Wed, 18 Dec 2013 00: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 C04441CAA; Wed, 18 Dec 2013 00:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBI0K8Ya057204; Wed, 18 Dec 2013 00:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI0K82l057203; Wed, 18 Dec 2013 00:20:08 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 00:20:08 GMT Message-Id: <201312180020.rBI0K82l057203@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 00:20:09 -0000 Synopsis: x11-servers/xorg-server: Slave port makefiles all have same error Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 00: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=184952 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 00:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 974F2F29 for ; Wed, 18 Dec 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 58B5C1B55 for ; Wed, 18 Dec 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 rBI0K0I8057056 for ; Wed, 18 Dec 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 rBI0K0B7057055; Wed, 18 Dec 2013 00:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 00:20:00 GMT Resent-Message-Id: <201312180020.rBI0K0B7057055@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BC117C9F for ; Wed, 18 Dec 2013 00:13:52 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A82B61B1A for ; Wed, 18 Dec 2013 00:13:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBI0DqLY035361 for ; Wed, 18 Dec 2013 00:13:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBI0Dq3R035356; Wed, 18 Dec 2013 00:13:52 GMT (envelope-from nobody) Message-Id: <201312180013.rBI0Dq3R035356@oldred.freebsd.org> Date: Wed, 18 Dec 2013 00:13:52 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184952: x11-servers/xorg-server: Slave port makefiles all have same error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 00:20:00 -0000 >Number: 184952 >Category: ports >Synopsis: x11-servers/xorg-server: Slave port makefiles all have same 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: Wed Dec 18 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: I reported this issue over IRC but apparently it has been forgotten. I am writing this down via PR officially now. x11-servers/xorg-nestserver x11-servers/xorg-vfbserver x11-servers/xephyr are all slave ports of x11-servers, and all have the same issue: They each have this line: .include As these are slave ports, there are no options defined. So at the very best, it's a useless line that needs cleaning up. However, it actually causes duplicate loading of Makefile.* which breaks dports (it causes patches to be applied twice). Please remove these extraneous includes >How-To-Repeat: >Fix: remove ".include " line from each of these three ports. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 00:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DA1E6F2B for ; Wed, 18 Dec 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 9CC7C1B5A for ; Wed, 18 Dec 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 rBI0K04Z057067 for ; Wed, 18 Dec 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 rBI0K0sh057066; Wed, 18 Dec 2013 00:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 00:20:00 GMT Resent-Message-Id: <201312180020.rBI0K0sh057066@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Randy Pratt Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5D68AF11 for ; Wed, 18 Dec 2013 00:17:12 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 498971B41 for ; Wed, 18 Dec 2013 00:17: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 rBI0HBKh033855 for ; Wed, 18 Dec 2013 00:17:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBI0HBvG033836; Wed, 18 Dec 2013 00:17:11 GMT (envelope-from nobody) Message-Id: <201312180017.rBI0HBvG033836@oldred.freebsd.org> Date: Wed, 18 Dec 2013 00:17:11 GMT From: Randy Pratt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184953: ports-mgmt/pkg: pkg updating misses ports/UPDATING entries containing wildcard X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 00:20:00 -0000 >Number: 184953 >Category: ports >Synopsis: ports-mgmt/pkg: pkg updating misses ports/UPDATING entries containing wildcard >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 Dec 18 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Randy Pratt >Release: 8.4-STABLE >Organization: >Environment: FreeBSD earth.milkyway.net 8.4-STABLE FreeBSD 8.4-STABLE #0 r256769: Sat Oct 19 09:37:06 EDT 2013 rpratt@earth.milkyway.net:/usr/obj/usr/src/sys/TERRA i386 >Description: Example ports/UPDATING entry: 20131214: AFFECTS: users of databases/db4* Using "pkg updating" does not show this entry even though db42-4.2.52_5 is installed. pkg version: pkg-1.2.3 >How-To-Repeat: Use "pkg updating" to check UPDATING entry containing wildcard (*) for some installed port. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 00:20:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 52248F88; Wed, 18 Dec 2013 00:20: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 27A9C1CAC; Wed, 18 Dec 2013 00:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBI0KEK4057285; Wed, 18 Dec 2013 00:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI0KDmj057284; Wed, 18 Dec 2013 00:20:13 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 00:20:13 GMT Message-Id: <201312180020.rBI0KDmj057284@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184953: ports-mgmt/pkg: pkg updating misses ports/UPDATING entries containing wildcard X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 00:20:14 -0000 Synopsis: ports-mgmt/pkg: pkg updating misses ports/UPDATING entries containing wildcard Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 00:20:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184953 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 01:51: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 2DEBAAEF; Wed, 18 Dec 2013 01:51: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 015D112F8; Wed, 18 Dec 2013 01:51: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 rBI1pTBE079455; Wed, 18 Dec 2013 01:51:29 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI1pTPH079454; Wed, 18 Dec 2013 01:51:29 GMT (envelope-from linimon) Date: Wed, 18 Dec 2013 01:51:29 GMT Message-Id: <201312180151.rBI1pTPH079454@freefall.freebsd.org> To: bug-followup@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184915: Re: ports/184914: databases/py-pylibmc LIB_DEPENDS typo X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 01:51:30 -0000 Synopsis: Re: ports/184914: databases/py-pylibmc LIB_DEPENDS typo State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Dec 18 01:50:54 UTC 2013 State-Changed-Why: Misfiled followup to ports/184914; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 18 01:50:54 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184915 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 01:53:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 585B2B38; Wed, 18 Dec 2013 01:53: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 2AF8E1305; Wed, 18 Dec 2013 01:53: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 rBI1rCWT079557; Wed, 18 Dec 2013 01:53:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI1rCPC079556; Wed, 18 Dec 2013 01:53:12 GMT (envelope-from linimon) Date: Wed, 18 Dec 2013 01:53:12 GMT Message-Id: <201312180153.rBI1rCPC079556@freefall.freebsd.org> To: gusber@kth.se, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184935: Re: ports/183285: ports net/samba4 4.0.8 fails to build. Linking error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 01:53:13 -0000 Old Synopsis: SV: ports/183285: ports net/samba4 4.0.8 fails to build. Linking New Synopsis: Re: ports/183285: ports net/samba4 4.0.8 fails to build. Linking error State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Dec 18 01:52:28 UTC 2013 State-Changed-Why: Misfiled followup to ports/183285; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 18 01:52:28 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184935 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 01:55: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 9907AB8B; Wed, 18 Dec 2013 01:55: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 6B8F01311; Wed, 18 Dec 2013 01:55: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 rBI1tMQo079704; Wed, 18 Dec 2013 01:55:22 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI1tL2B079703; Wed, 18 Dec 2013 01:55:21 GMT (envelope-from linimon) Date: Wed, 18 Dec 2013 01:55:21 GMT Message-Id: <201312180155.rBI1tL2B079703@freefall.freebsd.org> To: amdmi3@amdmi3.ru, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184911: Re: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 01:55:22 -0000 Old Synopsis: Re: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc New Synopsis: Re: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Dec 18 01:54:27 UTC 2013 State-Changed-Why: Misfiled followup to ports/184806; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 18 01:54:27 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184911 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 01:55: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 43C37BC2; Wed, 18 Dec 2013 01:55: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 16DFC1317; Wed, 18 Dec 2013 01:55: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 rBI1tre0079748; Wed, 18 Dec 2013 01:55:53 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI1tr6Q079747; Wed, 18 Dec 2013 01:55:53 GMT (envelope-from linimon) Date: Wed, 18 Dec 2013 01:55:53 GMT Message-Id: <201312180155.rBI1tr6Q079747@freefall.freebsd.org> To: pgj@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184912: Re: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 01:55:54 -0000 Synopsis: Re: [PATCH] devel/hs-vector: does not build on 10.x (likely lang/ghc problem) State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Dec 18 01:54:27 UTC 2013 State-Changed-Why: Misfiled followup to ports/184806; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 18 01:54:27 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184912 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 01:58: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 65AE5C43; Wed, 18 Dec 2013 01:58: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 39AE9132C; Wed, 18 Dec 2013 01:58: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 rBI1w286079864; Wed, 18 Dec 2013 01:58:02 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI1w25d079863; Wed, 18 Dec 2013 01:58:02 GMT (envelope-from linimon) Date: Wed, 18 Dec 2013 01:58:02 GMT Message-Id: <201312180158.rBI1w25d079863@freefall.freebsd.org> To: arved@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/184934: Re: security/ssh_askpass_gtk2: Fix build on 10 and head, stagify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 01:58:02 -0000 Synopsis: Re: security/ssh_askpass_gtk2: Fix build on 10 and head, stagify State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Wed Dec 18 01:57:22 UTC 2013 State-Changed-Why: Misfiled followup to ports/184926, already committed. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Dec 18 01:57:22 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=184934 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 02:07: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 76BBEE06; Wed, 18 Dec 2013 02:07: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 483BC13D5; Wed, 18 Dec 2013 02:07: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 rBI27GMN082277; Wed, 18 Dec 2013 02:07:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI27G5q082276; Wed, 18 Dec 2013 02:07:16 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 02:07:16 GMT Message-Id: <201312180207.rBI27G5q082276@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, delphij@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184797: net/openldap24-sasl-client isn't recognized as openldap24-client X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 02:07:16 -0000 Synopsis: net/openldap24-sasl-client isn't recognized as openldap24-client Responsible-Changed-From-To: freebsd-ports-bugs->delphij Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 02:07:16 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184797 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 02: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 96BDCDA for ; Wed, 18 Dec 2013 02: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 58B3914D9 for ; Wed, 18 Dec 2013 02:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBI2K0H6085095 for ; Wed, 18 Dec 2013 02:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI2K0iK085094; Wed, 18 Dec 2013 02:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 02:20:00 GMT Resent-Message-Id: <201312180220.rBI2K0iK085094@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Shane Ambler Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D66E2FEA for ; Wed, 18 Dec 2013 02:15:00 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C40E314AD for ; Wed, 18 Dec 2013 02:15: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 rBI2F0e6005674 for ; Wed, 18 Dec 2013 02:15:00 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBI2F0W3005666; Wed, 18 Dec 2013 02:15:00 GMT (envelope-from nobody) Message-Id: <201312180215.rBI2F0W3005666@oldred.freebsd.org> Date: Wed, 18 Dec 2013 02:15:00 GMT From: Shane Ambler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184954: Installation checks prevent multiple python ports being installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 02:20:00 -0000 >Number: 184954 >Category: ports >Synopsis: Installation checks prevent multiple python ports being installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 02:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Shane Ambler >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD leader.local 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #1 r259039: Sat Dec 7 08:31:58 CST 2013 root@leader.local:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Recent changes cause py-setuptools to be installed for the python version being used. The installation checks prevent py-setuptools being installed for more than one python version at a time. eg py27-setuptools prevents py32-setuptools being installed. I think the previous behaviour saw py27-setuptools and it was used during install. Now I can't install a port set to use python32 or python33 because setuptools is installed for python27. I've created duplicate ports to be able to install py-numpy for multiple python versions but I don't want to start duplicating every python port to support multiple python versions. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 04: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 BB0C711C for ; Wed, 18 Dec 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 918DA11E5 for ; Wed, 18 Dec 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 rBI4o0Xu017445 for ; Wed, 18 Dec 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 rBI4o0qm017444; Wed, 18 Dec 2013 04:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 04:50:00 GMT Resent-Message-Id: <201312180450.rBI4o0qm017444@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Larry Rosenman Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C9FCC114 for ; Wed, 18 Dec 2013 04:49:08 +0000 (UTC) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 93A0D11DD for ; Wed, 18 Dec 2013 04:49:08 +0000 (UTC) Received: from 107-128-180-255.lightspeed.austtx.sbcglobal.net ([107.128.180.255]:24809 helo=borg.lerctr.org) by thebighonker.lerctr.org with esmtpsa (TLSv1.2:DHE-RSA-AES256-GCM-SHA384:256) (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Vt94C-0000S4-VS for FreeBSD-gnats-submit@freebsd.org; Tue, 17 Dec 2013 22:49:07 -0600 Received: from ler by borg.lerctr.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Vt93i-000OGo-Dz for FreeBSD-gnats-submit@freebsd.org; Tue, 17 Dec 2013 22:48:34 -0600 Message-Id: Date: Tue, 17 Dec 2013 22:48:34 -0600 From: Larry Rosenman Sender: Larry Rosenman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184955: graphics/dri fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 04:50:00 -0000 >Number: 184955 >Category: ports >Synopsis: graphics/dri fail >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 Dec 18 04:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 11.0-CURRENT amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD borg.lerctr.org 11.0-CURRENT FreeBSD 11.0-CURRENT #100 r259524: Tue Dec 17 14:28:05 CST 2013 root@borg.lerctr.org:/usr/obj/usr/src/sys/BORG-DTRACE amd64 >Description: ===> Building for dri-9.1.7_3,2 gmake[1]: Entering directory `/usr/ports/graphics/dri/work/Mesa-9.1.7' Making all in src gmake[2]: Entering directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src' Making all in mapi/glapi/gen gmake[3]: Entering directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/mapi/glapi/gen' gmake all-am gmake[4]: Entering directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/mapi/glapi/gen' gmake[4]: Nothing to be done for `all-am'. gmake[4]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/mapi/glapi/gen' gmake[3]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/mapi/glapi/gen' Making all in mapi/glapi gmake[3]: Entering directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/mapi/glapi' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/mapi/glapi' Making all in gtest gmake[3]: Entering directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/gtest' gmake[3]: Nothing to be done for `all'. gmake[3]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/gtest' Making all in glsl gmake[3]: Entering directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/glsl' gmake all-recursive gmake[4]: Entering directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/glsl' Making all in builtin_compiler gmake[5]: Entering directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/glsl/builtin_compiler' CXX glsl_lexer.lo CXX glsl_parser.lo CXX ast_expr.lo CXX ast_function.lo CXX ast_to_hir.lo CXX ast_type.lo CXX builtin_variables.lo CXX glsl_parser_extras.lo c++: warning: argument unused during compilation: '-fno-builtin-memcmp' c++: warning: argument unused during compilation: '-fno-builtin-memcmp' c++: warning: argument unused during compilation: '-fno-builtin-memcmp' c++: warning: argument unused during compilation: '-fno-builtin-memcmp' c++: warning: argument unused during compilation: '-fno-builtin-memcmp' c++: warning: argument unused during compilation: '-fno-builtin-memcmp' c++: warning: argument unused during compilation: '-fno-builtin-memcmp' c++: warning: argument unused during compilation: '-fno-builtin-memcmp' In file included from ../../../src/glsl/ast_to_hir.cpp:52: In file included from ../../../src/mesa/main/core.h:46: In file included from ../../../src/mesa/main/imports.h:41: ../../../src/mesa/main/errors.h:84:31: error: unknown type name 'GLDEBUGPROCARB' _mesa_DebugMessageCallbackARB(GLDEBUGPROCARB callback, ^ In file included from ../../../src/glsl/glsl_parser_extras.cpp:29: In file included from ../../../src/mesa/main/core.h:46: In file included from ../../../src/mesa/main/imports.h:41: ../../../src/mesa/main/errors.h:84:31: error: unknown type name 'GLDEBUGPROCARB' _mesa_DebugMessageCallbackARB(GLDEBUGPROCARB callback, ^ In file included from ../../../src/glsl/builtin_variables.cpp:24: In file included from ../../../src/glsl/ir.h:33: In file included from ../../../src/glsl/glsl_types.h:31: ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ In file included from ../../../src/glsl/ast_to_hir.cpp:52: In file included from ../../../src/mesa/main/core.h:49: ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ In file included from ../../../src/glsl/glsl_parser_extras.cpp:29: In file included from ../../../src/mesa/main/core.h:49: ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ In file included from ../../../src/glsl/ast_function.cpp:24: In file included from ../../../src/glsl/glsl_symbol_table.h:34: In file included from ../../../src/glsl/ir.h:33: In file included from ../../../src/glsl/glsl_types.h:31: ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ In file included from glsl_parser.yy:29: In file included from ../../../src/glsl/ast.h:30: In file included from ../../../src/glsl/glsl_parser_extras.h:35: In file included from ../../../src/glsl/glsl_symbol_table.h:34: In file included from ../../../src/glsl/ir.h:33: In file included from ../../../src/glsl/glsl_types.h:31: ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ In file included from ../../../src/glsl/ast_type.cpp:24: In file included from ../../../src/glsl/ast.h:30: In file included from ../../../src/glsl/glsl_parser_extras.h:35: In file included from ../../../src/glsl/glsl_symbol_table.h:34: In file included from ../../../src/glsl/ir.h:33: In file included from ../../../src/glsl/glsl_types.h:31: ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ In file included from ../../../src/glsl/ast_expr.cpp:24: In file included from ../../../src/glsl/ast.h:30: In file included from ../../../src/glsl/glsl_parser_extras.h:35: In file included from ../../../src/glsl/glsl_symbol_table.h:34: In file included from ../../../src/glsl/ir.h:33: In file included from ../../../src/glsl/glsl_types.h:31: ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' In file included from glsl_lexer.ll:27: In file included from ../../../src/glsl/ast.h:30 GLDEBUGPROCARB Callback; ^ : In file included from ../../../src/glsl/glsl_parser_extras.h:35: In file included from ../../../src/glsl/glsl_symbol_table.h:34: In file included from ../../../src/glsl/ir.h:33: In file included from ../../../src/glsl/glsl_types.h:31: ../../../src/mesa/main/mtypes.h:3420:4: error: unknown type name 'GLDEBUGPROCARB' GLDEBUGPROCARB Callback; ^ In file included from ../../../src/glsl/builtin_variables.cpp:27: In file included from ../../../src/mesa/main/core.h:46: In file included from ../../../src/mesa/main/imports.h:41: ../../../src/mesa/main/errors.h:84:31: error: unknown type name 'GLDEBUGPROCARB' _mesa_DebugMessageCallbackARB(GLDEBUGPROCARB callback, ^ In file included from ../../../src/glsl/ast_function.cpp:28: In file included from ../../../src/mesa/main/core.h:46: In file included from ../../../src/mesa/main/imports.h:41: ../../../src/mesa/main/errors.h:84:31: error: unknown type name 'GLDEBUGPROCARB' _mesa_DebugMessageCallbackARB(GLDEBUGPROCARB callback, ^ In file included from glsl_parser.yy:32: In file included from ../../../src/mesa/main/context.h:52: In file included from ../../../src/mesa/main/imports.h:41: ../../../src/mesa/main/errors.h:84:31: error: unknown type name 'GLDEBUGPROCARB' _mesa_DebugMessageCallbackARB(GLDEBUGPROCARB callback, ^ 1 error generated. 2 errors generated. 1 error generated. 2 errors generated. gmake[5]: *** [ast_expr.lo] Error 1 gmake[5]: *** Waiting for unfinished jobs.... gmake[5]: *** [ast_type.lo] Error 1 gmake[5]: *** [ast_function.lo] Error 1 ../../../src/glsl/glsl_parser_extras.cpp:309:26: error: use of undeclared identifier 'GL_DEBUG_TYPE_ERROR_ARB' bool error = (type == GL_DEBUG_TYPE_ERROR_ARB); ^ gmake[5]: *** [builtin_variables.lo] Error 1 2 errors generated. gmake[5]: *** [ast_to_hir.lo] Error 1 2 errors generated. ../../../src/glsl/glsl_parser_extras.cpp:337:18: error: use of undeclared identifier 'GL_DEBUG_TYPE_ERROR_ARB' GLenum type = GL_DEBUG_TYPE_ERROR_ARB; ^ gmake[5]: *** [glsl_parser.lo] Error 1 ../../../src/glsl/glsl_parser_extras.cpp:352:18: error: use of undeclared identifier 'GL_DEBUG_TYPE_OTHER_ARB' GLenum type = GL_DEBUG_TYPE_OTHER_ARB; ^ 5 errors generated. gmake[5]: *** [glsl_parser_extras.lo] Error 1 1 error generated. gmake[5]: *** [glsl_lexer.lo] Error 1 gmake[5]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/glsl/builtin_compiler' gmake[4]: *** [all-recursive] Error 1 gmake[4]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/glsl' gmake[3]: *** [all] Error 2 gmake[3]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src/glsl' gmake[2]: *** [all-recursive] Error 1 gmake[2]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.7/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/usr/ports/graphics/dri/work/Mesa-9.1.7' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make: stopped in /usr/ports/graphics/dri Path: . Working Copy Root Path: /usr/ports URL: svn://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 336800 Node Kind: directory Schedule: normal Last Changed Author: swills Last Changed Rev: 336800 Last Changed Date: 2013-12-17 21:46:57 -0600 (Tue, 17 Dec 2013) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 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 78943156; Wed, 18 Dec 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 4EFA411E6; Wed, 18 Dec 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 rBI4o9xB017580; Wed, 18 Dec 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 rBI4o92e017579; Wed, 18 Dec 2013 04:50:09 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 04:50:09 GMT Message-Id: <201312180450.rBI4o92e017579@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184955: graphics/dri fail X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 04:50:09 -0000 Synopsis: graphics/dri fail Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 04: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=184955 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 08: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 94F89F3B for ; Wed, 18 Dec 2013 08: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 6FB0611CD for ; Wed, 18 Dec 2013 08: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 rBI801xh071192 for ; Wed, 18 Dec 2013 08: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 rBI8017K071190; Wed, 18 Dec 2013 08:00:01 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 08:00:01 GMT Resent-Message-Id: <201312180800.rBI8017K071190@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Eric L. Camachat" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E5E34CDF for ; Wed, 18 Dec 2013 07:52:48 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C56A61166 for ; Wed, 18 Dec 2013 07:52: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 rBI7qmRh017025 for ; Wed, 18 Dec 2013 07:52:48 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBI7qmMY017018; Wed, 18 Dec 2013 07:52:48 GMT (envelope-from nobody) Message-Id: <201312180752.rBI7qmMY017018@oldred.freebsd.org> Date: Wed, 18 Dec 2013 07:52:48 GMT From: "Eric L. Camachat" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184956: Update audio/opus ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 08:00:01 -0000 >Number: 184956 >Category: ports >Synopsis: Update audio/opus ports >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 Dec 18 08:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eric L. Camachat >Release: 10-STABLE >Organization: Motorola Solutions, Inc. >Environment: FreeBSD ketagalan 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #1 r259524M: Tue Dec 17 12:43:15 PST 2013 root@ketagalan:/usr/obj/usr/src/sys/KETAGALAN amd64 >Description: Update audio/opus ports to version 1.1. Tested by totem via gstreamer-plugins-opus. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: audio/opus/Makefile =================================================================== diff --git a/head/audio/opus/Makefile b/head/audio/opus/Makefile --- a/head/audio/opus/Makefile (revision 336760) +++ b/head/audio/opus/Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= opus -PORTVERSION= 1.0.3 +PORTVERSION= 1.1 CATEGORIES= audio MASTER_SITES= http://downloads.xiph.org/releases/opus/ \ https://ftp.mozilla.org/pub/mozilla.org/opus/ Index: audio/opus/distinfo =================================================================== diff --git a/head/audio/opus/distinfo b/head/audio/opus/distinfo --- a/head/audio/opus/distinfo (revision 336760) +++ b/head/audio/opus/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (opus-1.0.3.tar.gz) = 191a089c92dbc403de6980463dd3604b65beb12d283c607e246c8076363cb49c -SIZE (opus-1.0.3.tar.gz) = 781049 +SHA256 (opus-1.1.tar.gz) = b9727015a58affcf3db527322bf8c4d2fcf39f5f6b8f15dbceca20206cbe1d95 +SIZE (opus-1.1.tar.gz) = 850208 Index: audio/opus/files/patch-configure =================================================================== diff --git a/head/audio/opus/files/patch-configure b/head/audio/opus/files/patch-configure new file mode 10644 --- /dev/null (revision 0) +++ b/head/audio/opus/files/patch-configure (working copy) @@ -0,0 +1,36 @@ +--- configure.orig 2013-12-17 23:39:52.000000000 -0800 ++++ configure 2013-12-17 23:41:47.000000000 -0800 +@@ -12807,21 +12807,27 @@ + CPU_ARM_FALSE= + fi + +- if test x"${inline_optimization:0:3}" = x"ARM"; then ++ case "$inline_optimization" in ++ ARM*) + OPUS_ARM_INLINE_ASM_TRUE= + OPUS_ARM_INLINE_ASM_FALSE='#' +-else ++ ;; ++ *) + OPUS_ARM_INLINE_ASM_TRUE='#' + OPUS_ARM_INLINE_ASM_FALSE= +-fi ++ ;; ++esac + +- if test x"${asm_optimization:0:3}" = x"ARM"; then ++ case "$inline_optimization" in ++ ARM*) + OPUS_ARM_EXTERNAL_ASM_TRUE= + OPUS_ARM_EXTERNAL_ASM_FALSE='#' +-else ++ ;; ++ *) + OPUS_ARM_EXTERNAL_ASM_TRUE='#' + OPUS_ARM_EXTERNAL_ASM_FALSE= +-fi ++ ;; ++esac + + + if test x"$enable_rtcd" = x"yes"; then : Property changes on: head/audio/opus/files/patch-configure ___________________________________________________________________ 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: audio/opus/pkg-plist =================================================================== diff --git a/head/audio/opus/pkg-plist b/head/audio/opus/pkg-plist --- a/head/audio/opus/pkg-plist (revision 336760) +++ b/head/audio/opus/pkg-plist (working copy) @@ -6,7 +6,7 @@ lib/libopus.a lib/libopus.la lib/libopus.so -lib/libopus.so.4 +lib/libopus.so.5 libdata/pkgconfig/opus.pc share/aclocal/opus.m4 @dirrm include/opus >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 08:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 43158F39 for ; Wed, 18 Dec 2013 08: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 2F4F411CB for ; Wed, 18 Dec 2013 08: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 rBI800m0071180 for ; Wed, 18 Dec 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI800aL071179; Wed, 18 Dec 2013 08:00:00 GMT (envelope-from gnats) Date: Wed, 18 Dec 2013 08:00:00 GMT Message-Id: <201312180800.rBI800aL071179@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Marcus von Appen Subject: Re: ports/184954: Installation checks prevent multiple python ports being installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Marcus von Appen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 08:00:01 -0000 The following reply was made to PR ports/184954; it has been noted by GNATS. From: Marcus von Appen To: Shane Ambler , bug-followup@FreeBSD.org Cc: freebsd-python@FreeBSD.org Subject: Re: ports/184954: Installation checks prevent multiple python ports being installed Date: Wed, 18 Dec 2013 08:54:01 +0100 --KsGdsel6WgEHnImy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On, Wed Dec 18, 2013, Shane Ambler wrote: [...] > Recent changes cause py-setuptools to be installed for the python > version being used. The installation checks prevent py-setuptools being > installed for more than one python version at a time. > > > eg py27-setuptools prevents py32-setuptools being installed. > > I think the previous behaviour saw py27-setuptools and it was used > during install. Now I can't install a port set to use python32 or > python33 because setuptools is installed for python27. > > I've created duplicate ports to be able to install py-numpy for > multiple python versions but I don't want to start duplicating every > python port to support multiple python versions. This is a long-standing issue that the Python team is aware of. In fact, it does not only have an impact on python ports, but on all ports. The root cause is pkg_add, which uses the PKGORIGIN to detect, whether the port is installed. Since py32-setuptools and py27-setuptools both share the same PKGORIGIN (devel/py-setuptools), pkg_add fails. pkg shares the same problem by checking for the PKGORIGIN record, so a switch to pkg would not help you either. Right now there is no solution at hand for that problem, but we are working on it. --KsGdsel6WgEHnImy Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iEYEARECAAYFAlKxVJkACgkQi68/ErJnpkdz0ACcCiD6gv9uk3FHJz0zc4LomKKV uCwAn20mAx/wsu2U38pgHT4T+2JSn7pz =vwIe -----END PGP SIGNATURE----- --KsGdsel6WgEHnImy-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 08:01: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 A5A13190; Wed, 18 Dec 2013 08:01: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 7A8311230; Wed, 18 Dec 2013 08:01: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 rBI81Pja073044; Wed, 18 Dec 2013 08:01:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBI81PuR073043; Wed, 18 Dec 2013 08:01:25 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 08:01:25 GMT Message-Id: <201312180801.rBI81PuR073043@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, naddy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184956: Update audio/opus ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 08:01:25 -0000 Synopsis: Update audio/opus ports Responsible-Changed-From-To: freebsd-ports-bugs->naddy Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 08:01:25 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184956 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 08:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C5D09710 for ; Wed, 18 Dec 2013 08: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 A108B12DE for ; Wed, 18 Dec 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 rBI8A0Yl075113 for ; Wed, 18 Dec 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 rBI8A0Kc075112; Wed, 18 Dec 2013 08:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 08:10:00 GMT Resent-Message-Id: <201312180810.rBI8A0Kc075112@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andreas Tobler Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADD056E8 for ; Wed, 18 Dec 2013 08:09:29 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8112712D5 for ; Wed, 18 Dec 2013 08:09: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 rBI89Tp5067684 for ; Wed, 18 Dec 2013 08:09:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBI89TL2067679; Wed, 18 Dec 2013 08:09:29 GMT (envelope-from nobody) Message-Id: <201312180809.rBI89TL2067679@oldred.freebsd.org> Date: Wed, 18 Dec 2013 08:09:29 GMT From: Andreas Tobler To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184957: [patch] fid dri, libdrm for powerpc X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 08:10:00 -0000 >Number: 184957 >Category: ports >Synopsis: [patch] fid dri, libdrm for powerpc >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 Dec 18 08:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andreas Tobler >Release: -CURRENT >Organization: none >Environment: FreeBSD tritium.andreas.nets 11.0-CURRENT FreeBSD 11.0-CURRENT #14 r259527M: Wed Dec 18 02:02:50 CET 2013 andreast@tritium.andreas.nets:/export/build/obj/export/devel/fbsd/src/sys/GENERIC64_OPT powerpc >Description: The attached patches fixes the build for graphics/dri and graphics/libdrm on powerpc64 and powerpc. This is with WITH_NEW_XORG="YES". Build completed on powerpc64 and powerpc >How-To-Repeat: >Fix: Patch attached with submission follows: Index: graphics/libdrm/Makefile =================================================================== --- graphics/libdrm/Makefile (revision 336800) +++ graphics/libdrm/Makefile (working copy) @@ -65,9 +65,12 @@ PLIST_SUB+= OLD="" NEW="@comment " NOUVEAU="" .endif -.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" || ${ARCH} == "powerpc" +.if ${ARCH} == "amd64" || ${ARCH} == "i386" || ${ARCH} == "ia64" PLIST_SUB+= INTEL_DRIVER="" PLIST_SUB+= RADEON_DRIVERS="" +.elif ${ARCH} == "powerpc64" || ${ARCH} == "powerpc" +PLIST_SUB+= INTEL_DRIVER="@comment " +PLIST_SUB+= RADEON_DRIVERS="" .else PLIST_SUB+= INTEL_DRIVER="@comment " PLIST_SUB+= RADEON_DRIVERS="@comment " Index: graphics/dri/Makefile =================================================================== --- graphics/dri/Makefile (revision 336800) +++ graphics/dri/Makefile (working copy) @@ -58,7 +58,7 @@ CONFIGURE_ARGS+=--enable-gallium-llvm=no --without-gallium-drivers PLIST_SUB+= GALLIUM="@comment " . endif -. if ${ARCH} == powerpc +. if ${ARCH} == powerpc64 || ${ARCH} == powerpc DRI_DRIVERS= RADEON SWRAST . endif . if ${ARCH} == sparc64 @@ -65,7 +65,7 @@ DRI_DRIVERS= SWRAST . endif .else # !defined(WITH_NEW_XORG) -. if ${ARCH} == powerpc +. if ${ARCH} == powerpc64 || ${ARCH} == powerpc DRI_DRIVERS= MACH64 RADEON SWRAST TDFX . elif ${ARCH} == sparc64 DRI_DRIVERS= MACH64 RADEON SWRAST >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 08:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BED5AF25 for ; Wed, 18 Dec 2013 08: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 90AD913DF for ; Wed, 18 Dec 2013 08: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 rBI8K1Kg078861 for ; Wed, 18 Dec 2013 08: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 rBI8K15Q078860; Wed, 18 Dec 2013 08:20:01 GMT (envelope-from gnats) Date: Wed, 18 Dec 2013 08:20:01 GMT Message-Id: <201312180820.rBI8K15Q078860@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?KOI8-R?B?89Xby88g58zFwg==?= Subject: Re: ports/184753: [PATCH] audio/libmikmod: update to 3.1.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: =?KOI8-R?B?89Xby88g58zFwg==?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 08:20:01 -0000 The following reply was made to PR ports/184753; it has been noted by GNATS. From: =?KOI8-R?B?89Xby88g58zFwg==?= To: bug-followup@freebsd.org Cc: Subject: Re: ports/184753: [PATCH] audio/libmikmod: update to 3.1.15 Date: Wed, 18 Dec 2013 16:16:22 +0800 --047d7b6da83c14962004edcaa954 Content-Type: text/plain; charset=ISO-8859-1 Looks good, i think its can be commited. 2013/12/14 Edwin Groothuis > Maintainer of audio/libmikmod, > > Please note that PR ports/184753 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/184753 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --047d7b6da83c14962004edcaa954 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Looks good, i think its can be commited.


2013/12/14 Edwin Grooth= uis <edwin@freebsd.org>
Maintainer of audio/libmikmod,

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

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

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

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

--047d7b6da83c14962004edcaa954-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 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 C1B53DAC for ; Wed, 18 Dec 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 9A9A61E24 for ; Wed, 18 Dec 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 rBIAA0uk001964 for ; Wed, 18 Dec 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 rBIAA0o6001963; Wed, 18 Dec 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 10:10:00 GMT Resent-Message-Id: <201312181010.rBIAA0o6001963@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D71CCF3 for ; Wed, 18 Dec 2013 10:05:57 +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 9EB531DF0 for ; Wed, 18 Dec 2013 10:05:56 +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 rBI9cZ8p052363 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 18 Dec 2013 15:38:35 +0600 (BDT) (envelope-from root@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.7/8.14.7/Submit) id rBI9cZiD052362; Wed, 18 Dec 2013 15:38:35 +0600 (BDT) (envelope-from root) Message-Id: <201312180938.rBI9cZiD052362@bofh.1asiacom.net> Date: Wed, 18 Dec 2013 15:38:35 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184958: [PATCH] dns/p5-Net-DNSBL-MultiDaemon: update to 0.37, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 10:10:00 -0000 >Number: 184958 >Category: ports >Synopsis: [PATCH] dns/p5-Net-DNSBL-MultiDaemon: update to 0.37, 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: Wed Dec 18 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.37 - Take maintainership For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/84amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/92amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/10b3i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/10b3amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/11i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-Net-DNSBL-MultiDaemon/0.37/11amd64-default.log Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-Net-DNSBL-MultiDaemon-0.37.patch begins here --- diff -ruN /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/Makefile ./Makefile --- /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/Makefile 2013-11-03 13:46:27.000000000 +0600 +++ ./Makefile 2013-12-17 16:32:42.000000000 +0600 @@ -1,22 +1,26 @@ # Created by: Andrew Greenwood -# $FreeBSD: dns/p5-Net-DNSBL-MultiDaemon/Makefile 332593 2013-11-03 07:46:27Z vanilla $ +# $FreeBSD: head/dns/p5-Net-DNSBL-MultiDaemon/Makefile 332593 2013-11-03 07:46:27Z vanilla $ PORTNAME= Net-DNSBL-MultiDaemon -PORTVERSION= 0.29 +PORTVERSION= 0.37 CATEGORIES= dns mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= 5u623l20@gmail.com COMMENT= Net::DNSBL::MultiDaemon - multi DNSBL prioritization +LICENSE= GPLv2 ART10 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ p5-Geo-IP-PurePerl>=0:${PORTSDIR}/net/p5-Geo-IP-PurePerl \ p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ p5-Net-DNS-Codes>=0:${PORTSDIR}/dns/p5-Net-DNS-Codes \ - p5-Net-DNS-ToolKit>=0:${PORTSDIR}/dns/p5-Net-DNS-ToolKit -RUN_DEPENDS:= ${BUILD_DEPENDS} \ - p5-File-SafeDO>=0:${PORTSDIR}/devel/p5-File-SafeDO + p5-Net-DNS-ToolKit>=0:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \ + p5-File-SafeDO>=0:${PORTSDIR}/devel/p5-File-SafeDO \ + p5-Net-NBsocket>=0:${PORTSDIR}/net/p5-Net-NBsocket +RUN_DEPENDS:= ${BUILD_DEPENDS} USES= perl5 USE_PERL5= configure diff -ruN /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/distinfo ./distinfo --- /usr/ports//dns/p5-Net-DNSBL-MultiDaemon/distinfo 2012-07-14 19:54:48.000000000 +0600 +++ ./distinfo 2013-12-17 16:33:02.000000000 +0600 @@ -1,2 +1,2 @@ -SHA256 (Net-DNSBL-MultiDaemon-0.29.tar.gz) = a91adfd445e179c32566444fce337db479196e1735fdeb8eec42c1cb1a7fd8b4 -SIZE (Net-DNSBL-MultiDaemon-0.29.tar.gz) = 54072 +SHA256 (Net-DNSBL-MultiDaemon-0.37.tar.gz) = d94bcb353e08b83af6038144f8c8c3bfc206de4b4e4ca4849a047093975ed8d9 +SIZE (Net-DNSBL-MultiDaemon-0.37.tar.gz) = 108718 --- p5-Net-DNSBL-MultiDaemon-0.37.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 10:10: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 65FBEE21; Wed, 18 Dec 2013 10:10: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 3BC531E30; Wed, 18 Dec 2013 10:10: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 rBIAAEo1002194; Wed, 18 Dec 2013 10:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIAAEpL002193; Wed, 18 Dec 2013 10:10:14 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 10:10:14 GMT Message-Id: <201312181010.rBIAAEpL002193@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184959: [patch update] net/p5-Net-Works 0.13 -> 0.14, stagify X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 10:10:14 -0000 Synopsis: [patch update] net/p5-Net-Works 0.13 -> 0.14, stagify Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 10:10:13 UTC 2013 Responsible-Changed-Why: wg@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184959 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 10: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 10EFCDBA for ; Wed, 18 Dec 2013 10: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 E2CB61E27 for ; Wed, 18 Dec 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 rBIAA0hT002030 for ; Wed, 18 Dec 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 rBIAA0i3002029; Wed, 18 Dec 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 10:10:00 GMT Resent-Message-Id: <201312181010.rBIAA0i3002029@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4193FD8B; Wed, 18 Dec 2013 10:08:43 +0000 (UTC) Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F1D031E11; Wed, 18 Dec 2013 10:08:42 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1VtE3S-0000zL-U3; Wed, 18 Dec 2013 11:08:38 +0100 Message-Id: Date: Wed, 18 Dec 2013 11:08:38 +0100 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184959: [patch update] net/p5-Net-Works 0.13 -> 0.14, stagify Cc: wg@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 10:10:01 -0000 >Number: 184959 >Category: ports >Synopsis: [patch update] net/p5-Net-Works 0.13 -> 0.14, stagify >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 Dec 18 10:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-RC2 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-RC2 FreeBSD 10.0-RC2 #0 r259404: Sun Dec 15 08:18:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: net/p5-Net-Works 0.13 -> 0.14, stagify >How-To-Repeat: - >Fix: diff -r -u -N net/p5-Net-Works/Makefile /usr/home/pi/myp/net/p5-Net-Works/Makefile --- net/p5-Net-Works/Makefile 2013-10-26 23:13:37.000000000 +0200 +++ /usr/home/pi/myp/net/p5-Net-Works/Makefile 2013-12-18 11:03:08.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/net/p5-Net-Works/Makefile 331644 2013-10-26 00:52:33Z gerald $ PORTNAME= Net-Works -PORTVERSION= 0.13 +PORTVERSION= 0.14 PORTREVISION= 1 CATEGORIES= net perl5 MASTER_SITES= CPAN @@ -23,8 +23,4 @@ USES= perl5 USE_PERL5= configure -MAN3= Net::Works.3 Net::Works::Util.3 Net::Works::Address.3 \ - Net::Works::Network.3 - -NO_STAGE= yes .include diff -r -u -N net/p5-Net-Works/distinfo /usr/home/pi/myp/net/p5-Net-Works/distinfo --- net/p5-Net-Works/distinfo 2013-10-01 21:14:01.000000000 +0200 +++ /usr/home/pi/myp/net/p5-Net-Works/distinfo 2013-12-18 11:00:41.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (Net-Works-0.13.tar.gz) = fefa4d9deabbf84954e58119d84c7a292c211ddc25a839bfda641cc2e2225757 -SIZE (Net-Works-0.13.tar.gz) = 26367 +SHA256 (Net-Works-0.14.tar.gz) = 8a6dd831548285e447324a19ec0168c35d592e7ec2eebc6c5081d4beb84d830d +SIZE (Net-Works-0.14.tar.gz) = 28032 diff -r -u -N net/p5-Net-Works/pkg-plist /usr/home/pi/myp/net/p5-Net-Works/pkg-plist --- net/p5-Net-Works/pkg-plist 2013-10-01 21:14:01.000000000 +0200 +++ /usr/home/pi/myp/net/p5-Net-Works/pkg-plist 2013-12-18 11:04:43.000000000 +0100 @@ -5,8 +5,15 @@ %%SITE_PERL%%/Net/Works/Types.pm %%SITE_PERL%%/Net/Works/Util.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Works/.packlist +%%PERL5_MAN3%%/Net::Works.3.gz +%%PERL5_MAN3%%/Net::Works::Address.3.gz +%%PERL5_MAN3%%/Net::Works::Network.3.gz +%%PERL5_MAN3%%/Net::Works::Util.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/Works @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto +@dirrm %%SITE_PERL%%/%%PERL_ARCH%% +@dirrm %%PERL5_MAN3%% @dirrm %%SITE_PERL%%/Net/Works/Role @dirrm %%SITE_PERL%%/Net/Works @dirrm %%SITE_PERL%%/Net >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 10: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 3E1BFDEF; Wed, 18 Dec 2013 10: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 129531E2C; Wed, 18 Dec 2013 10: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 rBIAA8SF002113; Wed, 18 Dec 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 rBIAA80a002112; Wed, 18 Dec 2013 10:10:08 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 10:10:08 GMT Message-Id: <201312181010.rBIAA80a002112@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184958: [PATCH] dns/p5-Net-DNSBL-MultiDaemon: update to 0.37, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 10:10:09 -0000 Synopsis: [PATCH] dns/p5-Net-DNSBL-MultiDaemon: update to 0.37, take maintainership Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 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=184958 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 10:28: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 9A7B65C4; Wed, 18 Dec 2013 10:28: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 6DADF1FA3; Wed, 18 Dec 2013 10:28: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 rBIAS3On006730; Wed, 18 Dec 2013 10:28:03 GMT (envelope-from wg@freefall.freebsd.org) Received: (from wg@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIAS3Yr006729; Wed, 18 Dec 2013 10:28:03 GMT (envelope-from wg) Date: Wed, 18 Dec 2013 10:28:03 GMT Message-Id: <201312181028.rBIAS3Yr006729@freefall.freebsd.org> To: wg@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: wg@FreeBSD.org Subject: Re: ports/184931: [NEW PORT] math/py-fastcluster: Python functions for hierarchical clustering X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 10:28:03 -0000 Synopsis: [NEW PORT] math/py-fastcluster: Python functions for hierarchical clustering Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: wg Responsible-Changed-When: Wed Dec 18 10:28:03 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184931 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 10: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 E7065669 for ; Wed, 18 Dec 2013 10: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 BEE351FC0 for ; Wed, 18 Dec 2013 10: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 rBIAU0vp006822 for ; Wed, 18 Dec 2013 10: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 rBIAU0TD006821; Wed, 18 Dec 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 10:30:00 GMT Resent-Message-Id: <201312181030.rBIAU0TD006821@freefall.freebsd.org> 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 589AB450 for ; Wed, 18 Dec 2013 10:24:32 +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 ACA061F75 for ; Wed, 18 Dec 2013 10:24:31 +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 rBIAOSm1033709 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 18 Dec 2013 16:24:28 +0600 (BDT) (envelope-from root@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.7/8.14.7/Submit) id rBIAOS2a033708; Wed, 18 Dec 2013 16:24:28 +0600 (BDT) (envelope-from root) Message-Id: <201312181024.rBIAOS2a033708@bofh.1asiacom.net> Date: Wed, 18 Dec 2013 16:24:28 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184960: [NEW PORT] dns/p5-URBL-Prepare: URPL::Prepare -- prepare hostname for URBL domain lookup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 10:30:01 -0000 >Number: 184960 >Category: ports >Synopsis: [NEW PORT] dns/p5-URBL-Prepare: URPL::Prepare -- prepare hostname for URBL domain lookup >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 Dec 18 10:30: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: Prepare hostname for URBL domain lookup. WWW: http://search.cpan.org/dist/URBL-Prepare/ For Committer's reference: http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-URBL-Prepare/0.08/84i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-URBL-Prepare/0.08/84amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-URBL-Prepare/0.08/92i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-URBL-Prepare/0.08/92amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-URBL-Prepare/0.08/10b3i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-URBL-Prepare/0.08/10b3amd64-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-URBL-Prepare/0.08/11i386-default.log http://pdr.s.ubze.ro/bulk/latest-per-pkg/p5-URBL-Prepare/0.08/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: # # p5-URBL-Prepare # p5-URBL-Prepare/Makefile # p5-URBL-Prepare/distinfo # p5-URBL-Prepare/pkg-descr # p5-URBL-Prepare/pkg-plist # echo c - p5-URBL-Prepare mkdir -p p5-URBL-Prepare > /dev/null 2>&1 echo x - p5-URBL-Prepare/Makefile sed 's/^X//' >p5-URBL-Prepare/Makefile << '1f820a6ecd0e39ea4840df265c0e0500' X# Created by: Muhammad Moinur Rahman <5u623l20@gmail.com> X# $FreeBSD$ X XPORTNAME= URBL-Prepare XPORTVERSION= 0.08 XCATEGORIES= dns perl5 XMASTER_SITES= CPAN XMASTER_SITE_SUBDIR= CPAN:MIKER XPKGNAMEPREFIX= p5- X XMAINTAINER= 5u623l20@gmail.com XCOMMENT= URPL::Prepare -- prepare hostname for URBL domain lookup X XLICENSE= GPLv2 ART10 XLICENSE_COMB= dual X X#BUILD_DEPENDS= p5-Unix-Syslog>=0:${PORTSDIR}/sysutils/p5-Unix-Syslog \ X# p5-Geo-IP-PurePerl>=0:${PORTSDIR}/net/p5-Geo-IP-PurePerl \ X# p5-NetAddr-IP>=0:${PORTSDIR}/net-mgmt/p5-NetAddr-IP \ X# p5-Net-DNS-Codes>=0:${PORTSDIR}/dns/p5-Net-DNS-Codes \ X# p5-Net-DNS-ToolKit>=0:${PORTSDIR}/dns/p5-Net-DNS-ToolKit \ X# p5-File-SafeDO>=0:${PORTSDIR}/devel/p5-File-SafeDO \ X# p5-Net-NBsocket>=0:${PORTSDIR}/net/p5-Net-NBsocket X#RUN_DEPENDS:= ${BUILD_DEPENDS} X XUSES= perl5 XUSE_PERL5= configure X X.include 1f820a6ecd0e39ea4840df265c0e0500 echo x - p5-URBL-Prepare/distinfo sed 's/^X//' >p5-URBL-Prepare/distinfo << '512c6d1c10e0e14359adeccd624aa896' XSHA256 (URBL-Prepare-0.08.tar.gz) = 866e428ecab3d8e6330bb5f6d3b15a8b6baf85d17b9c7c0687b449cd3224bc12 XSIZE (URBL-Prepare-0.08.tar.gz) = 47870 512c6d1c10e0e14359adeccd624aa896 echo x - p5-URBL-Prepare/pkg-descr sed 's/^X//' >p5-URBL-Prepare/pkg-descr << 'fc06a203aeafcacc743f4c0422924b62' XPrepare hostname for URBL domain lookup. X XWWW: http://search.cpan.org/dist/URBL-Prepare/ fc06a203aeafcacc743f4c0422924b62 echo x - p5-URBL-Prepare/pkg-plist sed 's/^X//' >p5-URBL-Prepare/pkg-plist << 'ae208ad5e6b7d89f12116ce3cbd3cb5a' X%%PERL5_MAN3%%/URBL::Prepare.3.gz X%%SITE_PERL%%/URBL/Prepare.pm X%%SITE_PERL%%/auto/URBL/Prepare/autosplit.ix X%%SITE_PERL%%/auto/URBL/Prepare/loadcache.al X%%SITE_PERL%%/%%PERL_ARCH%%/auto/URBL/Prepare/.packlist X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URBL/Prepare X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/URBL X@dirrmtry %%SITE_PERL%%/auto/URBL/Prepare X@dirrmtry %%SITE_PERL%%/auto/URBL X@dirrmtry %%SITE_PERL%%/URBL ae208ad5e6b7d89f12116ce3cbd3cb5a exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 10: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 C8783698; Wed, 18 Dec 2013 10: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 9C3D11FC2; Wed, 18 Dec 2013 10: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 rBIAU8fO006958; Wed, 18 Dec 2013 10: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 rBIAU8pI006957; Wed, 18 Dec 2013 10:30:08 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 10:30:08 GMT Message-Id: <201312181030.rBIAU8pI006957@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184960: [NEW PORT] dns/p5-URBL-Prepare: URPL::Prepare -- prepare hostname for URBL domain lookup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 10:30:08 -0000 Synopsis: [NEW PORT] dns/p5-URBL-Prepare: URPL::Prepare -- prepare hostname for URBL domain lookup Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 10: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=184960 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 10:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B03609D9 for ; Wed, 18 Dec 2013 10: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 8936810AA for ; Wed, 18 Dec 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIAe0cj008740 for ; Wed, 18 Dec 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIAe0Mx008739; Wed, 18 Dec 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 10:40:00 GMT Resent-Message-Id: <201312181040.rBIAe0Mx008739@freefall.freebsd.org> 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 Meyser Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 732D7816 for ; Wed, 18 Dec 2013 10:36:50 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D8351068 for ; Wed, 18 Dec 2013 10:36:50 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBIAanfB027496 for ; Wed, 18 Dec 2013 10:36:49 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBIAan6I027495; Wed, 18 Dec 2013 10:36:49 GMT (envelope-from nobody) Message-Id: <201312181036.rBIAan6I027495@oldred.freebsd.org> Date: Wed, 18 Dec 2013 10:36:49 GMT From: Matthias Meyser To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184961: updated Port lang/eperl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 10:40:00 -0000 >Number: 184961 >Category: ports >Synopsis: updated Port lang/eperl >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 Dec 18 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthias Meyser >Release: 9.2-PRERELEASE / 9.2-RELEASE >Organization: XeNET GmbH >Environment: FreeBSD iser01.lan.xenet.de 9.2-RELEASE FreeBSD 9.2-PRERELEASE #0 r255142: Mon Sep 2 18:18:09 CEST 2013 root@iser01.lan.xenet.de:/usr/obj/usr/src/sys/ISER01 i386 >Description: fixed port for lang/eperl All patches are taken from WML Metalanguages (same author as eperl) internal enhanced eperl version. This schould fix the reported CVE Vulnerability. Make it compile with threaded perl. I added STAGEDIR support. >How-To-Repeat: >Fix: Patch attached with submission follows: ‹ß2°RX8(6EòÜüºÇWl~4›[¸“Z½YùX::9¬4^àQïÕú‹©tº^)UîLرÃ$È2¬’¡·B˾Z’¯~<N'+aà9VEâÜØ+"AŽ•t§v{”~%”r”r%½ya­‚gX Eÿz´ $_ ¼m­$J¶µšV*ühµ²OÌóþJÔ§ «Qb}[‰>”~‚×Þx<`3ù"OŸÿ¬GØGæW‹Æ‘Fõ/•¹Ð1r(óÿÛì?üÑë?ËiŸüŠçŽöŸIoÛÿÖãøÿAÆŸþ"?Y„‡ý“^?ÑþÒç?#,ŃþÙŠÉ·þOÊòü €§ÿDp’~Ãà‡>Ñé›;–IzöÄc¤5Ao³R£\­2>]p>FgFCd¼©Üå\ŒÍFu`Xˆ\ç7ëÊìOM÷’õ¥Ò¶‡°®/ ÖÈt‹E…‹KžjÔ7{ aÇœ˜IVDÚ(ÃM ÐQ2>:NvmÞ8»¬„"f»c˜ý¡m±S»÷ ‹°á˜WåYee#6v¦bò…]X6ÀöyÝä·Ë&¦ó•ªÞãùÑðÚw§}öÁ:wøØ>⸃ú¾ ³É7ìÜbc‹ÆãÞùªŽTWj8&U×ëöð=´û7‘©Ý±Æ\ÍB7>`ƒ—a¥ñ>ЬŸ0€XãqÛ:C9jÓ¯¬‘è¢#R:yñ; Ô¦ÝïTçýýýzÈú¨•#sr9„JGÐãžœ6¥‘уªGJs"º6ŒÿvhÄàd^û¶>ƒ6ßÖDåöÙ·ãÚq…ýáL„ﯣĠž9íOZ"Hg%GE¸æÍê ß_[ÿ.Þn×d5½²å!@AôhÁ›ÎßOM£ÔÔ#0‰×ˆŸ‹h³ #†ðÆ|þœ<+D3bUs«å5lžl9Í‹ßÄ2([ˆ”«,Bï,ò^`_:øû…ÒÿheC#•œ}¦?wµh/¨Æ›ÄÙîa& %{ùr£R{»A­•§Ã‡.Æ %hTD[%@§ì‚ÖÔÍèz&ÆV‡È+ Ár+ÁÖ³^°šÔ<8…7d16–#4[¡@>­5+?V*Ãæ /•?þŽT¿¢vå÷šÑòÆ?ØýzfMiv™çÒùdî)z,|Ïò9¨¼==&a)“ûR³Öüý¤ÒH`ü„ £Æ»œÚʬYôlhGÙ¹3åo¥Ã(aûªÕné$\³þ{ë°zü§èÙó^׆˜b=¯Ñ<(·Z£qƒé«o¬‚M6ŽçÜ{æs‚Ñl×ئ•,¡£ôÖK`ÖkJÖÿ·Ø^ÄÀœæ´=aN†}§Øèf7&Ò™±½[O|Ö/&û ˆRqe¨ûq£Æþ`í\Ž®É‘ò*pÀ¨š÷,·~áåõ=ᾄCX<Õrén³r¤;ÿzåϧÕz% Q”º­ÒéÇ\ØN ü“TâÃY&ö.Z¨@›Óo-ì¶zØÃýTZo°Aô=M‚>Æø¦Zç¶ W*ûU5Ì’&QøÙ^aÜ&×Bu/òîm´oN«‡-삯»6hÐñáºað–c|ñZ…<;ùÊá‹éë—/:°Öãþ b—³»ÂhXž¤Ìe—ΛÕ!뾸ϱР5«G•;+DÞCƒÑ‰ëFVEk½ãMîj@$5 ±£w>”ŠöÁQ”NYBe°¥¬±‡æÙX³¼Ûo ûok«¸¥í¿4ÙÅb1÷hÿ=Ä#ì?—ç~ÛoËÈ‚3éÝ|f7—·ýtÖUì¾Bb‹Åñ+6ÜH¨:IBÆÁíT½:¼òÅ XQŒž+³Õ§)s´Ç QÈ$ÐóÄ …D¦À Gfn# ÿäŽnò]£;Þ]Åœ¢ŠýM^îm)wÈuL„Òø°“ÞÓ@”gRRX´øí NçvHÀ³yüñ)7>W ,g™ìögb$0pÿfŠŽNf…ÌDDHg;ÿÉìÐF?»ô³F¼³„n¼š ZƒŽy“p?†v<ã~ÝXP‘ø”ò'ïGÿ„ñÌN:ˆ°…0.±^£aôlÅ—±}bK~©ÂRä­ ýk (âoÞåÀÛêa…mvGº•{›Ï›iWEèöc#ÔÛꤜá`7ð/Žv8šŒ[2H#@.M:°w­5DÿRùs”²’C8`¬Å”ŠSJ‰bɪ¹èÑáC¢æËùèJ¤Ñœ”Å^CŠ·$ÑLÃáE>ž ÀZC‰^RíÁ›ü|„Ô½xIrVtqü†íÉuMÕÝœõÖ6bÇ+w“®•M›:»lúSê¸(:O½G ý…Ò^îM¤10QòŒ×e³%6—§›m©!„(ä³¹ÄÈ•+’éþúµ¯!Ž¡x蘕öµkœH¥ÔQ„Æö¼é¹‰ÓÇŸa _˜ºÕºl0½|0#dác:­&µH÷e¡OíÓX&©âÒòÅP³£^¾.*‰b³‚äK!PëG öeÐìi•ñ¶~ú³t‚ȵ0‘ÜÛÄîžÿ±ÚSh£›äå“Ÿ~î<ÿ+]Tó?x-ÐúßVúñü¯yÄüÏ,Ïý“@¤wv Y\º°pHçœ ZàúLPa›Øƒ_Áµè…é§ÕƒÖq¥rР½„x¯}8ÆL7B=Íúie‰äïîNþ¦rXû “¿¯UÜä†JÎ/~¨½Å ñHI;Ëð"‹"žïlÍž;7kPòÔÌñ—¬(ÒÌ?d§ct¨ PLpáÓ^%5›eÙü¾ SMD9›P¼û=Ñkµ'¨ÿ=óx÷¡üïÖÿ[[ù¬Öÿù éÿlúqþÿA©ÿ5Ïç*ÿìÜ0e}C”ȧ«®œ~†#êäçì³N€Ü…‰gÅ^Ö¶"ô&>®žÕŠ˜Z$÷]ŠÃƒ>nSxëc£ª‹–àí§öù´Ûµ Í 6÷ϦWÈy>‡b_᱕Ts›©Ñt3Ä•ø¸ò}ÐùßÖ,r‰»ŽsÂçTPÍ‘ÓÛA”:­Ä{wÀ%¤á¹o‰“{¦Š ¦së¢gãȸ~oÐC¤·-¾V/æÙü¬¼ÍNLͶ®P,ïTj‚0'MWΪ©YÊÚtÒvãa9í¬\@7qrÈRìÒ¬™õÌ Yîù«ŽÈtسuCÏè&Ë$ñTèä0_i³b]/“Ís“O“Mžn ™«ÃUñS4ÌU+µYWÓ9q0ëeÖNž:2Ô5s^në|6.è6éad/°jÄýö’”d2 eŽÿ}ýÚ ‰[ÚŽæ‘DŽój-šŸ-šŽ¥‰›³ÏZ§6Œq¸ôÏKèÃͯ[±:óП`©^9˜S`©B̤¥R`3ö8sª%DÉõC›dÜ{*ÝÎÿŒîÍýóŽùŸLq«˜vÏßÊ‚òÅÇóßäó?šç¡“?™ÝôÎâÉŸÑ£÷ç²]óƒÛî2¢ýµá‚är54<2èd–êlí^åÖ j5ò{ð¸;™LŽKn&¯iãs²èŽB}BôÒ:†‚{H,Ú9Â]m~åò¡U»¢{–Ã÷´y3\½Ú£Qõ¸póÒ>úñ»ÖcDùª­%4z­Ú#a󆂰}0${Ôgì‡`Š¼g>H~Æègž_Ž®Ón9Š®ïDð9‡ò5[±¹¸- ¸­4þ†2:ÊGVŒ&GЊÞõÆSä~Aé¹t Úˆ˜ðÞC†½»áµK>ÙUàÝú4¢ÈÐD"9|”Ð?ÙÊiXÙ­ŒÔÿEú ýŸ.>îÿ~‡ô¿‡ãswÿeBÏ~ög…ÞÏäHïgh??6þíò`ÿ}`èͲîáOqG;Ýb1jìL”¯ÏèLPs,¼â…é©â†¼3åSFä-ßáwóÒùjzß5wV=®á.¢&Ý)Ò¬|lÊ!£ÈÖíöÚ=L‚ÓÚŠéÀÍc;Јîb ÷ë\ŒÀéÙñ—…•¼ZC<ÇYl¡q·¥Ëï(m¸ +$ÑÆÈ“D7&·Dt7¡lò1}*x§ù¾Ž/ÆÎÕã\–¾Å#°ðDlfE«ÕÂqCS\h€äbôxg>ì}°‡<ŸjSXðäûÀT)½(lª’qÏ °¾|0ržcàé3üøwœÂsmìoÈm—„.×gÏýóc"pNZ—„ÏÚšÿs÷N1 1Åz¿¦ÎNAlÕ§{²®¬!ÆÁBØnç»h1û™³›"ñŸý@0òSÁ\$ÞÿLô)—#lªøƒšîˆíIÞªúm;åù 9ôôÛ`Z†Œ¸„1(úÆÕ2'W¡WˌTÓñ]p=œ3@]¸V7ÃÙg¿;‡¿áÎk¼‹p°aêà€l¯ÑÙmkª*Äs›ü‚fïoúæŸW“·®ðrÜ¢·$³í?øH×X<¨”[•õ2Ê®ï^°Æ¾OäßÁK¼¢xt |6ßþ<“ŸúαàÎUòÛUx—(Á*¥ ¦ )ýœ2´`àE°.™ÂÉ*äòN²ZcUE®{§*Š;—ªí/ * ¢Šš¨ºð^Mì^¢M[‚Š3SçQ™\õŸa“Ê\ßûÄOTädêâ™Ç—ô¸†Kã+»¬4cÁÑäLxÓ]BŽ›AŽ¸Å!V‚ßeQ·K¾Iü&¬?3Æ ÆÏà¸-k.(Ý:GIhßz:œ®˜ÚmÁ{ÕšnXãgϵ¹ýVöªfÀ3i¹´µ ¸ñÔ¶9ûhxwj÷¾t.MÂDè‘—Š"¯.&ü.J…#Œµ>!$µ 8Qn j#GQWÍ}(¸kCøºž:ËÝÓ×=¬nðœéå •ïÚoŠ¡î6ñ9{õ¶÷f“ùn8 ܤ2껀d€¾È;¨|wÍPgÏ7°wÑúîøÑÂd’5äåÐW½áÔ<ÝŽ\ü”£wLtÊs¥NL‘qÁ <ý°œ~šrRN"A×>°j“U¬Y=ª€·n,û___Ïå}¶“„«.Ò›ˆaV Ä!ÝN8h>žæ/ð*t–Gž'É ¸™”˜¿ÇÖ¾uïLÀj³Ã‹£Õ—02©­h6«ÜH»éXmŽ~Mpû*ex%ÛžPt¼(Buqtóµá\M¨ÑpNÀÞò& ¹¢0Ö#JR^ä:M÷¿)zM¢ÆÏ—ÝÑȼ°|šŸF<¾>ûÎDîtq!sJóñtÒ™´è#8™¥S¥÷ƼDì+–^Î^ÜÅB”h>y….vÕî•·Z‘±± †pV”û|NGhÆŸÂUŽSRó¬öÕoÃz­Ô$;^ƒÜ{¢CÇo|ƒÜGêP¾{¹¦Ú‘—–b™À í?ðøaÒR™†§¯IÕ–㶘Àztø¡õ<<Èú.›Mëý?…-~ÿW&ÿèÿý »ÿGó<Ô—ÀoÏÛý£3¯²÷çÑà?Ù È7’‹÷r è*G€Î=ÿs™Ã?çüùSÇ~níÐÉ4Ûi)©:E©èq„Ûmšz_ì(3»û£p]ã,wG”4$}©KÛ…±Ë"jév'ÃïáÞÁE´0³°¨bOªNð¾4''†¨ ¼Ò/‚wÚ?| Ÿ=Ÿ•‡¸¶6möRN™ç°Ò$Þ-ásŽì¸ÏQ^€0ù …( Êà896ƒÍ ·4•d…ýôý&j‘Í”ë}i´jq2}Ö=vDge*D„x‰ïûÎ!QÅÆ•-›ís ›ÏÃ>\ l?E"±@©†ù²²¤¶_š¬ P©Sðøvs^*éԷο¯izúE$ŒóK‰Í‡jó=k+&fad>Þ%)yWX™"¸¼ãår-œÍµeøüs×Î8\Ýó×îV!ˆÖÓ(UTE–™göżDŠŠG]q‰€wX¢fƒ¢T”Àœ/FgÎí ªÉUÓO{ú“òá´ ©Y²{ÌÝlêõýZ¿?PÈ»{_ & @mLð5n({({9PXk1§ýÉî¼úd‚óÕKÈþÌ´¤ÙNÁßÂE7 Ž·ËoQ›Ì¥ +â»^™ã·2£ÞÝüÐ]Mþ ê;u/‡Ýßùì}©Š{¹:i)¡:‰ž·Ã˜IWÁw°³˜ÏdnQ´‚qC* ({}‰Ñ´PR/)©Ö/ºU~BÕf®(Ÿqr¹œ úYª¼L’—³Ž-Áu*[´èÏê_ÖÑ¡6‘‰ÛñL  Á´›*µ8ÀuO=üñžV#ò%fjƒ®w‰3ñ¸MØ -«´¨ÒŸÁ×Y­Ä«VûgTٿػò®Æm Þ›O¡¦´,'±s@Ù×-¥-¯tia{o_6$Ò'/&]zðÝû;>b‡t{<ÂnbëI£‘4f:’‰ltìðÖ½†VnGp¥J‡hqn6úêêɬۑc«ÁQ³>FŸ-¿ï¹R¥¶œõlØŽ2Ò´›·žy|¸•*…ݾå­/Y+l¡Â¬2ç«p¢£½’e¼hq–˜Æ×bÜi³î;BÂó(fµ¶î÷]4*±Ý½5Lóålr#.´G;šeoúòuJ^ªô»6Sפ%±Ù0û}®ñl`Äëë‚ÅãL/Nf\Òü¾ÞßÑ(†:*ØÑáfÕ=Óî漮 Lã`JfÁ¸ü1•2W WÊ3’ Q(Aƒ ù.µ^]ã—ÏSüŽ$ÇîU,O1t«º*Z¼…}q”}MáE—ÎÌ5ÌKeQÙŸÏ\eºJMl³é9^aÙÔ$æ¸EÛ䊡qô'ÚR]]™h¢$o:ñî]üÐèˆy@áš({;P3˜QéáÈJÚM÷Í2Y9a¦Ôf*ȬTjTÒF%„'gA‡¨ ltMðÐq¢§&ö4[¢.ϳaV”GoÛ²dcŽ»,› Z§—•1'¦VJòÈl£åDQy^Y¾Š—e\¯)F;ÒÕHâ*áÅÞQi‹\¬×Ëò¾¼ñSH'O1:™ö}ßOÄvA¯¡õŠ¹Mݹcêqn^-sò®kÆfBx‘‹´föµð;#¹IÑý2U3–.~ÖHÚ”QxZµºEÖ‚HÚA ô¤ŽþBº¾;ûÕ5b5Ÿ–tÈLšS@bætí0.å „OľÚî kõš”R¬ñ·R¼ôÖÐ]üC}Šâý¥÷@Āذ_|¼¼–÷O~ÒîÿÑÁÇš®ÿ-»ÿ×ÚµÛ|ÿ axw·þxÿïM|Ìý?îóèõ?gWØöžÓܳ³¯ÿQÞÇÛyþÛoÿ5viƒŽoeÊ‘]©”Uo_'}¸T)Ç£¤7|øêHŒ„)˜ (k1Š¾ZñLl·1ì7¦wöBÐ;ì=;ï}vDæ”zH`ÌWeÄ)Ù—PpùD1©ÌŠ[\lC+ªÙ,Ñ•_<ô¥^óëjpájãZ;Y DÞË$#•Ïž/¾}vvöìù‹ï÷)¤û««Š‘ 4JÄ ?ë{·dÿ+DEÐ>wêd‘·ÃºöÉ­4Z÷éöñ¹µû(%*JXÕ4¾%Önß7o‰u›Æ·ÄƒLã[âa¦ñ-ñ@Óø–Xƒi|+•͵ ¦A’-ݸ<Ñ%ѯ±Ðvë‹#Cø»ŽÜ´µ¸!kNž ?¼¶n°òÕ°<¼@ž´‹|€—«6œ~z*]ïˆPÃvòÙ¬{4ÒãØð^3œ2s«‰O¼¦˜íâ×6ÃŒaTÙ²7IÓÐœž¾"÷›{t8Þ¿ð'c2-Œã²ë2£\Ymk6ˆ¡í6Zš1äSÓ/!€ OaGg>ƒI>{Q^¼d«|_}õDåBu:uÌqœˆ!2#—8˜¯oo§{µÚ{¾úCuó Çx®$¿Ï&¸^««af7ˆ{jÆ£tÛ9PÍ¥bÙlî±jiUè[Z­ük|ù¥™f 6/φýÁåÌý ¬j¿…ô“2ìÚÇ॔‘²éz¢D‰ž”%TUDy+ì³/w¦ 8u ìhŠu»„‹@.ᬌ[â˜ÅÌ|E)RQ—­‚¯Öäö ' [y2æFÒVq g§¶4Ì売 +æ.¼Šxadäò GÉäN(äÎ1¿p–ˆû…Ó×â.2«$õ®LQ`ÿ¼Š_¸<›oëoØGš†"â»bwê%¨‡;u³D¶S7ÃBe;t³D¶C·É«9s³D†37Äf9s£Úö²¦*[ÐËš%rxYS“½¬Yf­Š¥ªSdº—µ|{‡5yY[i÷ÀÞÙwù"¤jk•ë©«ö)½qGÕÔágÚŒ-˜”íOúÐ$“ålmÐSS.q¥‘ytõmƒÒ Óò^u!%Ïì'qÐÒfG¢9-‹V1-Rþ,GžPf\‡”Lbüò1ï»c¯È]»T²qSû¶í˜›NÈšÇ+M4«zb•9 xbµDÜ+…­Û+ÁLôÄÊ;ž¸ߺcbЪesbÀ‡GjN+å¥9˜çÄ]>Ï\8ÖJ:êB ݸ¥#{³±¨Ì#[£¤9 O8[IÉœPÍôxÃ{4S&§"OÆñdõÈÉôÌ¥õ.rü ñ•,ë_á*}Úýoº9öfî×q=zRRKŠ–xÞ¥6JxÜ¢5µ¤a°§Ç ÕzG–Îò¼dÔÃzvtê!™:–ç„€´?ÕvË™N*[Á¯T=¼"SÒǤ’ÕçLI—sÂœÎkAB×ðù7’Êsb×#;ÞÚ --<Ëûdî•Jþ^™-ôËòÜ‘~1ƒ3®YÙ_ëÐUg©ß—&2ÔÑ”ª[ —C©ýí£š3c“¨Ñ¨K¿Ê­Ô‹¯¬ å(&ClãQ*8 âÌøõåí»y§¹ ùuæäÏ~b”‚¡@dÞ•Us 3‰ ½hJ3ë ­”œfÞŠ$^z=VzËã¿ã­¿á“,ÿáÞ[kø,“ÿï6Z,ÿÁ3…ÔGùÏ›ø°ü‡û¿Ýô6§}ˆ¥—ÉÖš¯ÕE£É5A-< ª#ƒL Ìm׋Ʃh®ÿÓx2T… ¡>òçÓé­£6èãk-nóúcáÍÇcvµƒEh[à_]ÁÙ t êÈÅ«ª}Â|ÔÞ!\‡'&iÅÞâ”tÈ°$—Ï.÷ôÊ  ”Ϲ)o>¼© AÍÊI§Bîˆf3 Ùc\ÙÂ`ÂÕ‡ %ƒLÆ®:˜Œ³½DZ©å8ØÜ8üòKA_ð¦ŒPÔä"òÃCk0¸¦vU4§•c“–•*Q1®~Ò„ßÚ”S2Ùª gŸ‰àlœ|œ 1Çk°•L°È,.rݯ\æé‰ïëæcˆÉõdð«tpÔà‘¢I+:(ë@>O.~¦çIIŠLYP!ý! 7jõz½:¶Øæ[Åæ¼ZMžq„Rã¾lVl¾÷±õÞõÞ÷”¯ËGj$GV9?cV—vΈ1\ømkm‘£»[Ò`׊í3lµ_Oh·‰ó‰«Á@ú8‚2?©øIç(Á’mÈC"r®.5ƒÜ[1œßÜü&o_ Bè`ÃÉè×*O¯—˜9­OÙ Z¦¹•†x©gªÍÍÍ?6CJ‡‡›t|‹Éï¥>Á哽HËž ú(n¸n‡> ü!%‰2F¤¬‰~9qUŸÐä³`f$”¦Êg¬ÇŸœ#Óô#Þ¾/KÌûý_ArOò™½ '=ÝŠÃ<èí@8žTÞv dÏ»£†@âá[j9 väÙW·îÝ05ïCqᵉ:iö[xî8â¹`°¹[X˜rÌ‚üIë ‚ƒeÿ°ŸsIÙœj"xꦶYÇT£n½½öqÑþ¡%N#:çM´­DºdôÛ$F•øOžðGPé\Ú§‡‡²K§=5ðh£¥žÔ¤0Û-N¡dœÃcöè1XÖ»+ZŽáÓ­ƒþsÁ¢À[jžÚÑ”*KÚWIm]Å´­òð–Ub-sZEZ–whc6»ZÏØîÚFÔLCQ×åhÙÚ{e:2,ý‰v€®Tø‚I€ùhW”£¶‹Št%_q•ŒÂ*y‹ ·„V^[\†u¦WoÙsy8’b*Ñ䔔Ь“kB¶„*.Jººeð—]½JR¨°HŒÙùÓÿ%g2³¾‡3Ñü"±”Ze]¿¤ºÛ(x2Ómu×"©>{öÌìÇߢ´ZÁÁ‰•y`å‘«=Drýÿ=©Ñˆ4-ç@†Üäu;VÚfit*ÀÇk4Èåóø<«D¤¼LnYï@f]‹¨7Kb¤0Ö•†¤I5*PîÐ’òÄ&Öz½Ãï?…l¾×cKÆ<6$Ìi)ÙH($šûB‡ÖiÃUA%³d6®ƒH·Ì1.£˜Ó3x”[ýÙ%oõ),ÜÄy1.c»ÎË>ÀÍ Jwy÷dkÄÇÑŽ¸\ÅzÅQÂpºxŽØ_ƒÐu) ¼cDç}cƒÕo­4J2ÿâøù§ß6œ•è¼áüMt®ÑøÆ ]—»J×°L¯j<3­GS1±›„x%ÐÏr!áÏ/aq!½“¦U6˜ÜÔ®äuk!væ9Õ`×wjÂ5^büh¸*Uü2ÐXoémš± h0„‰~3aÄÅ ¡€¬aѶ ɲ¹)’{QÞoF×c›O…ÖVÔiLàv@âây ¿'êûâç-œÊ ·¢M‘}ªÀ±æ—_3E×j¯‚Ì|¨Ç§ŽÑë~®$û”ûŒäžVdsv2Ô`µë¹£aÕãÝŒæ£ïŽŽ¾{q@W#Ó€¼(Þ„àèÄ )§„h¬!~¶©³¡À ôìíR¶ÒV©?û¶Ií‚ =v½Ó\Ë>éÙÙú÷HÏÎB0"ePäã¾hÕ}!°?Óû¡n]*lÂQF7—Æ&Ù½_‰à)ãß@òÝfA’·íÆZHþüø‡£õ=AM&{Š9P IUÒWH$RTäO{iþÑnÒ/ÛÂJ§ÎÈee$¶Óóh£0kXi¤Û,’?n`*jÚqB!ÑÏAiF¦T¶žL“lgJ¥P–¦Â©–[Ë»Ëaø*%iN¼í‹ô.*g”ê"b®[~¨p—$黹2 |L øõ~6&F¬5ÿuMïk:CU[àÕØÚÕØê*låÒ§Úøƒ¬dZ70îzO}ã‹—*è>v¨‘E`¦!«» ^%"IåÌBOŠ'¥8eÍoþö^µV±Þëõ¦½÷6_åž´ ZO²~²„ ~È®º Þ:6ú˱ÛæŽçG/zh fùnW™:TÛª&sÆ}q5™VÍZZâ[WšòsgHrhÂÅ“Krc0ÛÚ‰Ã1ÇgÇ߉Xúg¸ö{WºÝ¶n„û·y ”W©¼Q«WÙNãë8·n³Øé%¶,ѶITEÉKãôÙû)‚i;i{N•X"± ƒ`õ·G/«Ò?÷Ñþ[ñöűÀ57â!ꢺ¸1žôjíãÛ°˜É0s’€*v¡ãMº³ ƒÎÁ§7Äd›¡E<Ó¼¿æT&JìhÐË’‰7ÖÖ@ùüg«÷ÍåHê**ÿÜ•þ½GŽÔ½¯HO' ljë|€sžÃ&[UÝ…YülT«ë0gH‘¦×jëó³ePñ…ôÒ”ÃÕŽ,V÷˜sM™ÝëðZ=“Y=hÝZSjzM¹É¨ÂíQ8î®Í·»=²‹< ðfåþ€ErûŒÂbMÇƇš«EŒ­ùSÌKŒcŸ¬ñµ}/&%±7Þ_ŽWèÈ”{@ÈÚý£\¨Ã´ãâ’Â}–b€Ájà¦7Ó7å„Ò$Æ1€Rfª­mYe¨^]Ï$CaðN+:vÕaµ¢NÅWW7DÚ?P›6ç¼5‹÷ËÎ(evÆX®2fZFX­B£·eN³ò¦=CÞqº kûãÆêÕê†]”¶òN½t•¿ëX»šoýÀ±vu+×ÈþkwYY‰F]G‹ØêšR‹×jU£ÓÖÐl•¾ŸiÃxu•—Ž9gšÄ¬ÕÖ,©3‹ õÚ'”ã Êš}ÌY«çspáG™*h½KþÇ/öO~@nžtS­IЕŽ? i&L/Gñ¥¸“»p’ç"ØÇÏ-÷Ÿ{îßNè&!'í”{˜eáó],Çbf³´Bn¿éõâÕÍŠfѵuÍ¢fçù|2 ‹ŠIµ£½7bÝYݽΑ‰uÉ8Ùš;•}×+)92³0%>ѹ~àÜlusËÎÆëk™Ø¸¼d6¨T?CÊex¾.Oΰ§jßêÒzçà xð÷®i­gìKÆ—ë΂­^$Ò½n{,7sAØtÊÔ™‡â’KeÅ%k•M%›«÷ÝbY«Ö¬÷dØpYÛ|¸ ¥¨z•}ˆñ—XÎЯè¡`½ZM‘3°¡7évQÎÖê[9ål½ºö?*gk«öáb½–m¸øï³õº”3\¸uo9[ßx°Â.gÙVâãCc—îÞž‰xSêÁ\h’V늤›ØqÑ^AùùóòÓçåmõôü©zºhÊO/Ê1×$ÇÔk6÷ ¦dý«!ñèÑqnz\ž>—RòüiAþ>Å5ÐSNâ¨t(Œ1L¸z䘿üÅÄàÑÄô—&œþÅÁK à yõÂ$ÔO&üðg ÄB4]hM¤ÂlUkF‡DJºÝ|…ÄúICè·*ŠýN@E„Ïçq¨"ðÀ9®>ë8s­¢Ìc$†D1æ1.bÌmÚˆ1‘<' N=Gã"Ùâ†oö‰cöõ›òφõ [C¹Ý@¨zÐi÷Þ#dï½~£cÜx§"Ï#Hþê0}¸¡úI‡›£™ˆ0š¢SG`*$LÇçd"~eÙQbCïOÄ~¨Ëlé5ҭͺ'çu®~yøêàhWwüîÎí#ì€e„Ï6«çÒêOæ´ƒšœEÓY3>ÂtSÐI•·–’¾h[f>o+b¹VÁ¬{=Ô ÆþP$ú–? ScŒ£Æ8stßå³|SCŽ9Ô÷±\ø´´Èg€’ õY-NÄ¥§%6Å›!T*¤ö8aµ¦ Óµ_‡jK•ÇÅiëF¨Xuép’ 5¢™MQÑêA‡2åÃ/qfî¥\ŽÐhiøPm¢Z÷NÚýN€iϳ0%Ùým«Ñ_ׇ¤%Y¹Zes]V®ŠÍ£:›Ž„™‹.)M­çµfðÄzø'JY‹xŸJSøâ,Š”z(~"Ì´Ç1o|L`Q¸„¦°¢H§x‹`6cŒ_¿Ð)êÞ¤ý¥äD²?ùÕÿ?¶GÃDY¶]'îÚ—n¤3)u¿z„O¥RYÇò=~éÿ¥ÏÚƆ¨ÖjØCÁymUThÕ©þ+QùÕøLp‚pTF¾?ž•>¼^zt¢rÿ#×uE©oó’?ê^üººµµáVk.V¤*›ø'¬ã|³ùˆå |s>Y^^Näþu-J+USN\ÄSMdT.Œ¤ÃzÝk²ÁØÞþ _C.?NDÓr’ Iûá„:Þª+µÍ ‰úòO¿Ñ3àu|éÉwþHùÔ=’.-Ž­’ïûÃÛ–ÿÇÒ–½Õª[£2ß·z0,‰ƒÁöZ°…\;£À{îq@ †g\ò‘‡„ñxØ(—¯¯¯Kƒ ºÀ‹ràŸ¯q@×µ¬¼Zû#š4ã±ß’ÞĹ„€ï~c™{-š!™eßcð'Ò¢ZZ+U`ö^uÿ0éÉ-šúÈõQÐT£ÖÎü]Èwܬ`…A¿nžÄ#c¦FÛâÖŸÐV‹Üe¡sð°‚jià,k ûÈ[ ¡“:í§pÔȳÂX·Ï/ra»'Þaw¢Û†w…6ºO´P8…—´ä­!Qž—„Ç‘Âo>@K:b ¶‹ø¯‰ëR Hr¢À,´Æ„ÿH_·¶¤o‰´œ¹”N®nÇla‹T»5é*Ï&´ý4 hÛtEArñçÃãß¿ýpŒÓÞ{å¯ã¿nËÍR±Þ•§€uûèÜÕÃã[ÔBÁx}ð~ÿ÷È´÷óá«Ãã¿ Pùåáñ›ƒ£#ñòí{±÷Fï÷?¼Ú{/Þ}xÿîíÑA‰ØÊPZBI!7sfǃ1‚þŠ–€c¯£üaëÄÃBH‡nó‚ÍoK¦Õó²ºHÎ$ÝÆBm_­¨ÝŠÂOÂõþ!*âSxª‚wÚ+ã"_^ÅjÈ@uõ”³û©ô¿ž!]Ñ4Oarà^åªöÍ9‡Y‹Æ™zˆS*T±ª_»Ê® P›ôŽE©„à?÷{+†B6…/fHð`=7í½7¤(öÛ¤áÍô„ï¹VZcé‹ÅhæG蛑½ÈõEχˆ~#–Ž¬=VØÌáÕùiÄl¼7àrÅØT‘#=µ]ôX ßN'«Ç1¿¸ÑTq<ÅËãqéyé–¡æÒI"GËD XëÖ ¯o0´3û*¨8|³R1Ø.-•› ?—?-5 ÛÍêvQG@)l‡oÍ’zÅÉtm^B@ɤ„iy'DZ;9 ÝѨqG#ÃîÝïd·ŠïÞàÎôhwºƒºÓ}Ë–ð;HôdòŽ¤éN·Þä¢Å螀PËDmÐH*¬˜pc„<œ˜âw5Öj.“Zš†ëÝäƒ[e Ü \†ºª ªÂ àò*'èü³Öà‘ìÈËŸxêýâðxû¿‡)Îñ[xÉ~øîXÀ ëÕÛ_T"Ý B$ÖÑ*A–N¦ãÄ#¤š¶ëX5•HRƾ² æz J^i*b€ÚÄC¨~IúKα#,£ìçT—¬u©î¦Ô埥 Ô)7üÆÜ:ý3$B:‰ó]GLöwNÿÖŸ$S)ô¡¨ú{^ƒ¶c¯#íØßcò|ßYrÖ#¥¥D—®J>†ðNcB=ã|yf¦÷híDH'2ÉÖîÿéh¥Ù,µ¯è "6:èå£ßúÔ,$z ^(°6›Ž´7[=!Y0­DØ E„½ÀìKùz§ýù-¸OhY*ôR戰W"ÿªIùµécpˆxbC½=LÑ)ÆŽü½jò¬È<ŠŒ^a¤=_öãÆëÆ‹Æþ|íe˜lzˆô‡™` cä©Ücòôéë½÷|út*æÅ®CTNpYw@W¢¹xaÊÚb:ÒÞh÷ZÉšµd•kvØk CÌvº¯Ô™nnƉI£3 èëA’—§‹°u*¬këZƒKlJYèLc…Èc§ð½–ê…̓Ò3ï³R¿ÉŸ§X2Ì´Ï’ŠfRTÌ­Iê¹¼:dÙ,Õͪw‚i”([täÉu•-Ïž)çâ}Ó$J™0Ò«V?ÀHº‹j 'ŽýD4´Ê‹Çõhªã0±Þ)ÏÅ· (K¶\^Zñö‚"%Œ<:´^«©¤®C!i™Hë"’6ˆQV6ÀŽÎ§é[ó`‰»¦n^ç-Æ*/\#Ò2/ž–w?5Ë”á͇×G»XöôòµÛ¬•‹§1$4oÏGá²T@Òt$P²òÒH˜HDJe¹dá'Í*Êß._0àMyâ_ÞóÌä ›µˆúîýÁŸvi_“úÜhdú—N‹È=”U³³À7Â:KaïÇŸ:7€? ©¸q§x²¨Yu¶áe€¡$?Š³Ý\(Ñþ ž˜†ÈAâÜÜa¦W,Q/n°XÕD¶²n»î&áÐ*óËN’ÙyVVêïm M/1ªŽnIY…ÂÜlbàyòµã ãÈt8Àmq•±¦Í7')9 €Ü)n‹‚˜‡•8‘Åùu ª hÐÖ[2x9Ù1Ä¥Â)hôœx²¶í&,) ¢…˜¦gbjñ‰ÉH±Td¥€%Úz *Cá“–I©Ü+-§µ|±a+ÅÚçˆ2ìJ[¼v{+nT'¼­1*M§i®éÌBjùHµ†C‡Èœß.&áñëw/ߧi¶j­Ù¸1)è„ÓÎæÍÄoÒ¾ ÓpÏ5ëøùí‹¿Ú:5é@ý«9ÅusŸ¾0ùvÑ›9í¢Ô[Àé~+O1Á¨^òâŸ_¿¢)³tŠDV¼ñ:hjaŸ_r¢ëæmšc:Ý ï<á†sÃò9å —wM“iÍZÐÌ'ÁÀJBä¯ÖêÑksrU5S5Mñî ˜V3ž@¨_08NžtBŽP))î„ÂQ ÀˆAÉ ÷XrÆ ×Tˆ/Q;uóDñéÇŸÏ>Omkçäð“5sÖG©1( G éÔ™bi̵ åhr´úé¤ " s{‡zCyïä÷ÒÝÕ¸V«¨oÛ´Ž r*Ûêçƒ_߈H‹µÕ?´[mcElUW\ÒŠjeK6¢ØáVp@rþÉdžUsŸ"¦§±WãjUÇ÷ƒªn­>¾*øŸÃlDˆxÿÂ@+³Q—íÓ;X!¶«k×&´ª(†>tî³Þ-w§c8½"uOmŸqÔ Ë7· Ü:‘1 ¦›ËèQÓr£,hE/™ÔCœ Ò…,˜Wílé!”¼ ‹LMÊ«;‚E£¸ZÐMJmZA9¤ú¨ZA?ð©8P·HÏEy¢* ÍùHÖsN Qj¹\Ô %z9µ7VîÊGÑ·~.|5|ô[8ÒÙÒ°×8ãÏÚàãz|üÜø´ÔPß\‰Fi©Àµ¸7æQìn‡ätXa:%£³EÔZo®ßã×ñ^õŒŠÕï~ \_bÒÍã”|}Ø8u™* ò8¡á2u·»Xƒ«)ÇJö$*æ9*9Ðɉ£íáç·.¯°˜Ü‰U–¥’uvÚñÉ[,O·&Ã0{é–tk.×ËFÃYy«§NVÍoŸj\™SuÀÃxµ“Æ« ‹‹±6'FUUgŠ™”ß»*‘ãZN=ƒô žiäP bŠIXwò:&áVç+%Üw•4¼2YlÌUe„xPRï"úò륜К¥Hîr©\œ_ƒ"–»µæ·Aà‘¥ùÃÚ`ª4̬”{ü¶`ˆ¢ðëÒ= ܧEïѪÛ`Ç0’Ûæ]ÓiÐÓI§uK]ôayrºEkY=¬»ùøâõ_ûé“8ÆîTû-.SÅÑŒ'ès‚æÿ×¢u”‘óXfÜ[.7214‚¢žÖ ;Kz1Ó©nE±à¡?ȳjÉX«Ø3ò¸2k´dr&­ÞUª‹‰fÿ®K”R»«Ô’I_zgɤõ»J=™ôuk”LºzWYM&ÝZ’®ÝUÖlPo“I×ï*ë–jM,ÕÚ¸«lØ’ö’I7ï*›\'ɤ[w•­dRøã¤ü©V’I߶ÇÖ¤–Özã_Y“ZZë…×.fVIä¾j'4š==}zS,òVr0«oHJ<:ˆpŠèÑŠ…°fb(ÁSO.¾† cßpÓ”µ÷6©Ï:\1››zRæiÒÜÄtâî|,.‘”ÔÃLp;H¬çLÉ_ ¹é:ç&~ÄÜþs“ÿÉÃ>fnê~ ¸A>Ö§±•vÍåOh¿'ÂCŠ…ÄA?É@ ÖI±8VŽh[ä2“l×a2c¶®»°@€±Ê ¾Û­I,›±û­ÛiëÀ‡–ß¼¹áØRrhQ{Ö³ÖI{8^ ®I"SgÒïߦl¯ã†(©Sȧ]™¢:ä?YÖ®6’†$*Âuó»áL5%YsñµaõUÌl­ö#°mIñ³V€–kcuš|,~èèžÕÐ3†^¤äƒÁ%YrvÆj¸‚enme1>Alǘ¼³ º<7CÿçŸøK,Î4÷œk(f7wô‹¡ Ïb¼•0Çd‰úÚúDå’›ži¸q»j7¢·òNÍsj²†P°)F(MÚédÕБN\nŽ¢fÌ4†¾rq‹6–;Ô‚óMZZ^í½ùew[@†2DÇíŸàÆ&Ärœ c_ šceÈ4jÞXvžqþÙ t¯¤]9'iQ2Ô¥´î+öù>m£¶qÆ$nNU6·‡%IÌSîÅì‰9e…É¿»Vîa¬ úp©±|æ, ue•Þ[‘‰ ƒ9VEï=ß.–"&üÛ±Ÿi,^vÉϲA¥$ÞÄ+µRô IbòºÔ˜6"÷©Y§ÙQ}ˆòÍžj3üyÓmFؤf¬gN»‘š§ÝŒ7߬©7g®Uæef`½+ÕöOw“™+ ¤1 57"¼RKJC: &’wZ½@Ztu¨í|*›ñ›‡]J¶oú: 7êR\bo„@4qÿ!ç]Œ ~ZZÁâÆtEuÖ& ‹7Ã<퇥㭶€îI›õ )•ŠöJÔzž×¡æø§7ò-sÚÚç´Ì–8Ñé=×±NïU„ëæ¾#ãÇÙ¶pl!ŽzD”emÛòlÿjöíaâXœ_Nú8“U-•VEKOIüAïv1ËäV-ÜHd^Æ×n~7Õ/ ±81Mzê üêÅlX™»õS<>oÂP3ªóöñ†¤àÝÈ€{øòh×Ñu‰wLÞ«ßyÈÐ×*c”Ta¹G {“¯ñÁ¼‡!j|¹Ð,TèRw¥(&qÖh Ù踎ÎçVcjƒT5¬°2& rbÁ=2ql\gïÇña]†»nž‹«~Ü€Ž™èIX×ÜéÊTea?×3ç ‘(±˜G,’ôjYìËãT íŒsç]f ø\‚òÎrÈóñ4?§¡ÞƒUFÇl7IºPC`D>:~qðþ½èÚòŽ¼Š^€S‚}LO¡—!¨EWçNÑxdÑ4f`ÃMkð™‡Ç·X»k÷jÜüɽPÿÊ:W’á®›çF¿ÔNuë±;Õô}L8~ŽìcÂù3/D³ª&M8º µoÕ)ñ©å@‰žBùšÆº¿È2­Š—® αqy¤.$¥³ãÑV¾+/¾ˆ† ¨y°ã1mjóÿÞè1vù±™a©o íÔ<Ÿ%A¾Ý4¡(Ã-8þèûÂîn#`;|݆Ìl#tÙ‡Ïâvìh:ƒà§òìÓæ‚dYäkÒ§ÊÙ“ïF\Wê+N‚EÖy¡Ï¡¤öj®²(·š"I‚ð‡àöÒ´MMò…ŽàX½ÇãF¹Ðhðà)&ÔççN~’ø2ûe%åjtÚ¥` Ó‚Eö‰‰ö7jÚ1^ó`Q-”…Î<64Ì2GIÑ2Àf6MèÔÖÌfšh¨…¬¡žÇ%#CÆsE{N%R¼r oÒM®¨×Uú r)EfÄs´®ÌX,XìÅ‚ánØÛÆ; ÎO½ñ[—â%Ðèë÷sýô#â°Ôê–ú]\ Ý™D ïÓ= PŸ&C©Ý{æÈäìµo_æUØȹäWÜßVxî|ãùd8#•‡XG6}€ÞW‡€mF0tæsú¹cN£Áã+ÂɃÃYö;Òpľ‡U@â4©fº>‡¥Å6#™ß³¤’•û_u¬º3EÙ¬º—ð*)dêFLZ‘˜z³”V>ÍôqŽ[Ø5²‡ HUÀ<Ú\ýÔ£ŸŸNbÝMÎ TÍæ®u…Ãñqþ™KƒÕýŒlëá¹—Ÿ?›Š×žO(ñfuv#gåi¦ó‘ߧÈY«5¦'°ïnr:ÓÙ·m²>“”,°8m‡¶Åðº“äêT7íÜ/Úã¹Ï›¯Áͧ¸¾øšÎâË;ÊÑÞŠ8¹;éôXW‘w8é…W(z&«2l”uË8=›pÏêXáJâô¬’ăpAäæž)E)D}ñÚïîoö%“ÙpÕG}D†Íìììììììîì¬æº¤‰èV¿æö–íïö`14‰|P¥qËdrôË eëUVâ u¿}v6„³E›5„iR%zk+%ìL’¢Ú»IÌfw ×¥ÐOjMf_[ J‎¼Y@>2WOžG²ÙÛ§QbºC’[XL£a&¨å…ÈãËWæ’ê]s(½"RÝ2qt[­–B_Þ54ö,Ešï:ºSá’5®aiC>/œ„ÎÝË]*'œ9CSÁ²QTÙ²ÜÄXà& ’&Fnp@*£Í¤mæS”Áf}4iéhhÅjÞlL ;®!@…ŒÎ4øÃÏ0ع“èµæKWÝ`*(.’0‹j5£áÊE­ÇËÂó~r@Oh1Ýq@ð¢m'îR<45A*Í(Ú·¹x»H÷@t?²Ö‚í&Š™·›e›Ì*ÀM†17¯º,3JàšìœuÛ‘\#¯Õ²PsWeo6¬¸qyþ+&¿gîöârŠ…Ö­º §êpH8Õ è©ÅòÅïÖI3Òêç¸þ-ÄQBg=;"±¸~+ÍÞ­iä×»-v^ú‘ÝÒ|3}rH9£ÑPÉ‘õ,cââ]H³[T’”KX{ªk{·")çÞäæ–þ÷TQ®¸ïÀÞá§hïÊðizÿý­åËŸC±ì™ùex'þ÷¼åiÞ½÷ÞæòåÏ¡°ÛÞÉ÷t[D6â^¬ dí{–¢{1xÄ0–âJeÓlµç—$û“è§Ûfº>?ŒÁOë<ãp¾~…þp<³&:4r.‚Ãè—ÿ;زÿöqëB_ÑBu ãq"æ"¦LÆéãÓzµù´ù´_Ž~–ž>å–ÉcºÖä[¤1oÀÏ~ô»„ßõ¬ìïÑy¯>­˜ŠŠ4ûô½J_$)Í>¾Vñ~ôîšâ›~wgó+‚Á¤¯~BÈ¿éªkÉ«LxÌ«š xeœ–^ãû†¾ªÉ|à¦`+’bq0D¢ÐUɘd­òŒ.A&›í³M¡\³ë‚åjÁNÛüƬS29ÓŽgn»î9°ÖI–‡¯v‰K͸µ`ÉÉ¢Õ±Žlh¾KQ›ãÜ.xÑÎzêªUnŒZ }?#oÜëÏ÷ŽZ•ÜUílÿâ¯w÷¾8<:Ø9[™É.tUI\ï ½•† ²aÜÙè7¸Îë žì¶bY'©¬ &•ÕiýØzyð5gSY5Ì|ÖïŽ[‡ßqÖëTV3ŸU~¿MœûU"·^Xs9Æ܇<Ü£k=¥¾)m<È"û>Ö𜚄ò&oÝŸvë¿aKçbÐg(ChBg˱Y[»ß¬5¢_«vyðnp‡4yªxƒ°»éª›Ó×e³Ë0[±V¥oÔÖ¯7k땬AX—Ï„„ÝñFDH:SÆlÕÖªÅJØ*PÈÿúE =·¢éB¼^kÔ®ÍþŸ©f£Á-|„üõFÃ@ ³?³èõG(z=*ºÈþ·æoþª½©Š‰‘.µQ ¥·*Yao˜ÓYQoÞ¯V,xð~DMP8©æpLìk©ÿš¥×J‹Ò£ª#“ÕùzpôW½§”ï}ð›×Á?ð® Ì<5º[ÿîÕBdÌ|¯3»Ý°Av˜ÆEuЋsª>‰õ9ºÙºã]ìzÏNõ‘ÏšDÿÁœ_yÁ-ó»Æ­`QÕ^vËuÍê\½¾G€ø¾8ô¾{•ðr€ÿí¾0 Dêw¯PaÕ \ãû¨Ap8¡vR­ý¼öÙI•·F³ ðÿ lT˜mxwxœ–Fgá¤>œo¬×¯A¸IÏWµ0?0\DS}cÝ ûo0Üæ¶)iÊ|”öø.‹ëýÞfn#×ßÛ´//Žÿù`dÊïwÊZ¿•öˆ*׬3Ÿ|ð^…pÝrŽ¹!,Ʋ¹Us!ê ©Š£Sƒó=îg…§ZûÁW¼þhVzm%ÏïF·ß´r[ÉN|C ¬Ÿµöë¼wO}£–‹?”ÎußFûª"šUúoóƒ÷ªº°*' àM²¸"¥‰RlV´„gpzîbRØ)–ØÂúÙ[8‘ö2EõPøëÜ…ÝéÐñFÎåM~Zþpx÷À »ŽJL"]Ý‹ÞÖuxñMëðUõ³ù}?6î+¬’cÉœ‰ÎÀ ˜ñÈ‹V_"Ì@•yo<ºöo…%ÝhÔª¹%\7…ðKíó½ÐàW[8˜çÐíΔÜX`˜«“¯w_ª©Àm|œ~Eo.%±™ ÷ Îrˆ@Æf¥P Ü‚š¨®(<}vDNÿG>ùŽò0œ¢‚V<@eò€R³•5µ¦ã€VH6±Ô±~RmþüÙÞI~Ë’ç‡eÍúãËNŽ{w<6§&ƦE>þ¸¢ñö¦KáEÃK·5“àyÐåòØþ]Xµ¤7Q¤™-Gsu\Ð Ï•Õy3é‘T ÏŽÃB$¶öœÁ+×ÜTÉ+v˜ÝLJ¾nFŒÐîÖmO<ê¡v·Í#œ@7¢Æ&dçjÐóôßðzb‹¹Út÷[Î{У® uoÒ;f†~°À¿‹K»:zÝÀv«a4Rx¶Í™Šoƒnyƒ Ы—ò÷aëèàÕKlä]Ž)®ÇÅ8¹˜XJ—°É.T%T ¾ËRZ7ƒÀïÉÃÞüø£v\¥Üv‡ã‘ @ëß¼88rZ»WK¢o¿iÑRª{¦éÓfðˆÖ j¢xê¹—N{…Œ…v|PɵQäÁÄ$B,§$µŒ) S±ãÒü,•Ài³¤³‘iFÙrÏtS4ê£Õ•ð‰)üNø\Š¦4Ș†zðˆP˜¤¦èÎŒK˜•Œ=Ãöúy‡bä.2žXšë,ÎõØ4%îœÐ™Üš(Ù󜺒²^QUr@-ûgœ‹ëLNé@•«îlŠ»W=$ÒT‘CÉë¤_ˆùxÝMgø›ÑÆW(qPÐÔ¹8t®|òe~òYáèš}÷é k`u4ãQ iÇj‘štN3Ÿî–‡¹ß±8ίWMÄD¦„e#"󪙢>¢Zë$T¸9ä3X§¸€KPîý²¼7¹È"¨àhp,ªò`Ù$X)î™cdÔj*VÊbhã~27Vna©°/Ë\Gz–SˆŒÚɥبÈdŠK¤c[ŸÕK(dif‘Zÿ Ž×Ïû(JåèÜÊc%•e.›I¢>Š)¼ jRúD^»n[ƒ”ÖQ•.Fžtºâ` öEg0”·†i½›¡…l´Q^ýQŠ&ºÕsΘ¦ä«~Ú®µ~üzÿàY½—:#k ,‘‹–öGæÏHWò½#2‘Ó6ÈŽS뮜*\°Þ1Ë=”tä4Æ7=–pïÔ-V’¶Ǫ&ÿNnêìŒê-„=C¸çë¥DÛMÈs|^Õ9>ß飣ø3ØPL[l|„0‚I§\{÷]®Ÿápl2>‘,©2np¥íûDÌ ºVžaò:4Û5R*¯gðà*ê“I'ÀL–+`Íw·o›(æK%øV|q›Žæi0dþjáLvkÃ;,óf/eç2­Mß8nH0WŠu)朱›«.sFÔΓÜi-V nZä(û˜®‰º=§,9u•Ùu3y2ا52Úô„P…˜ †,/ת˜˜jFé¶h:M£¢é“LaéJíK¯>É]¼ŠT!ž“!¸œ*óOìÓÊZð Ñ3= ¯9biØãšÒÅ¢ØegBêpÏy÷Ê“q—NOþÎÙϾs^L/-"•bÉ Û†;Š ã‡ÚÈ5í…1‰5»7Êð“—eŽ:*Ô*Rh(ô1ã„&<–Hrà ‘ìƒvüÀþI)+S®ÚN¢—„6cåJ3*ú¦ö¤67sÁqšˆ ±_—qHÌÂQì¾-±öªc_Òr%¬ ¼'I|4dYРZ’GîqæþbÅ}º«Ni­²í<$cðYǜ̧"©Ð@ƒ“""?ËE¶A ÷û…–ŒE¡ Có18õC‰s¥É(é ñn¬*•ÀüÙÁç‡GÎkNãK ðÙIx‚érð.ãÕFÛÐüŠNQQ.×M½“‹ª†wñ_F"ß}wQŽú/OØ’FV#¥¹Ÿ;Þ»ÞO§'êk§X쨖LX¿RZwvvh]KÆI3õÝ70ŸHêö›O†@ã<í9mt ›#wÕ^%¯˜ó’;TúÍÃâŠÂ i!§D¡¦-u¼’¯é V—¼u†QÖéûs3æä<Ý—úš–çÄšzdJÊf4*ÃÔ 2½ÍR°C#ˆvÝ<+2¦ÏT¸L¤Ò >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 11: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 CA42028E for ; Wed, 18 Dec 2013 11: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 8AD461637 for ; Wed, 18 Dec 2013 11: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 rBIBo0RS023154 for ; Wed, 18 Dec 2013 11: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 rBIBo0oO023153; Wed, 18 Dec 2013 11:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 11:50:00 GMT Resent-Message-Id: <201312181150.rBIBo0oO023153@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Eugene M. Zheganin" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E467EF3 for ; Wed, 18 Dec 2013 11:44:56 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D090C15EC for ; Wed, 18 Dec 2013 11:44: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 rBIBitl4004269 for ; Wed, 18 Dec 2013 11:44:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBIBitFY004254; Wed, 18 Dec 2013 11:44:55 GMT (envelope-from nobody) Message-Id: <201312181144.rBIBitFY004254@oldred.freebsd.org> Date: Wed, 18 Dec 2013 11:44:55 GMT From: "Eugene M. Zheganin" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184962: [new port] www/mod_authnz_external24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 11:50:00 -0000 >Number: 184962 >Category: ports >Synopsis: [new port] www/mod_authnz_external24 >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 Dec 18 11:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eugene M. Zheganin >Release: 10.0-BETA2 >Organization: Norma LLC >Environment: FreeBSD freedom-omega.norma.perm.ru 10.0-BETA2 FreeBSD 10.0-BETA2 #0: Mon Dec 16 16:54:42 UTC 2013 emz@freedom-omega.norma.perm.ru:/usr/obj/usr/src/sys/FREEDOM amd64 >Description: A new port to offer the same functionality the www/mod_authnz_external does, but for www/apache24. Shar-patch in the next message (since I don;t remember how to pr a new port properly from a MUA). >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 11: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 D02382BE; Wed, 18 Dec 2013 11: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 A5BEC163A; Wed, 18 Dec 2013 11: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 rBIBo8Z9024868; Wed, 18 Dec 2013 11: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 rBIBo8TY024867; Wed, 18 Dec 2013 11:50:08 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 11:50:08 GMT Message-Id: <201312181150.rBIBo8TY024867@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184962: [new port] www/mod_authnz_external24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 11:50:08 -0000 Synopsis: [new port] www/mod_authnz_external24 Class-Changed-From-To: sw-bug->change-request Class-Changed-By: edwin Class-Changed-When: Wed Dec 18 11:50:08 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=184962 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 11:50:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 908EF2C0; Wed, 18 Dec 2013 11: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 64534163B; Wed, 18 Dec 2013 11: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 rBIBoAjC024949; Wed, 18 Dec 2013 11: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 rBIBoA1j024948; Wed, 18 Dec 2013 11:50:10 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 11:50:10 GMT Message-Id: <201312181150.rBIBoA1j024948@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184962: [new port] www/mod_authnz_external24 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 11:50:10 -0000 Synopsis: [new port] www/mod_authnz_external24 Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 11:50:10 UTC 2013 Responsible-Changed-Why: apache@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184962 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 12: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 F34032B4 for ; Wed, 18 Dec 2013 12: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 C6BC918B2 for ; Wed, 18 Dec 2013 12: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 rBICK0LN033489 for ; Wed, 18 Dec 2013 12: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 rBICK0xd033487; Wed, 18 Dec 2013 12:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 12:20:00 GMT Resent-Message-Id: <201312181220.rBICK0xd033487@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Marcin Cieslak Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1ECF8E16 for ; Wed, 18 Dec 2013 12:12:13 +0000 (UTC) Received: from l.saper.info (l.saper.info [IPv6:2001:41d0:1:d467::1000]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C35991849 for ; Wed, 18 Dec 2013 12:12:12 +0000 (UTC) Received: from l.saper.info (localhost [127.0.0.1]) by l.saper.info (8.14.6/8.14.6) with ESMTP id rBICC7LQ097883 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 18 Dec 2013 12:12:07 GMT (envelope-from saper@saper.info) Received: (from uucp@localhost) by l.saper.info (8.14.6/8.14.6/Submit) with UUCP id rBICC7ED097882; Wed, 18 Dec 2013 12:12:07 GMT (envelope-from saper@saper.info) Received: from radziecki.saper.info (saper@localhost [127.0.0.1]) by radziecki.saper.info (8.14.5/8.14.5) with ESMTP id rBICBnIP015970 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 18 Dec 2013 12:11:49 GMT (envelope-from saper@saper.info) Received: (from saper@localhost) by radziecki.saper.info (8.14.5/8.14.5/Submit) id rBICBnOW015969; Wed, 18 Dec 2013 12:11:49 GMT (envelope-from saper) Message-Id: <201312181211.rBICBnOW015969@radziecki.saper.info> Date: Wed, 18 Dec 2013 12:11:49 GMT From: Marcin Cieslak To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184963: [MAINTAINER] audio/Maaate: fix build on 10.x without libstdc++ Cc: saper@saper.info X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 12:20:01 -0000 >Number: 184963 >Category: ports >Synopsis: [MAINTAINER] audio/Maaate: fix build on 10.x without libstdc++ >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: Wed Dec 18 12:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marcin Cieslak >Release: FreeBSD 10.0-CURRENT amd64 >Organization: http://saper.info >Environment: System: FreeBSD radziecki.saper.info 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r241671M: Thu Oct 18 09:38:06 CEST >Description: Port build fails on FreeBSD cluster: http://beefy2.isc.freebsd.org/bulk/10amd64-quarterly/2013-12-18_01h04m44s/logs/Maaate-0.3.1_3.log probably because of the hardcoded -lstdc++ line even when using clang++ This is no longer necessary. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: when building mate with CC=clang CXX=clang++ -lstdc++ can still be seen added for the libraries. >Fix: --- Maaate-0.3.1_3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/audio/Maaate.orig/Makefile /usr/ports/audio/Maaate/Makefile --- /usr/ports/audio/Maaate.orig/Makefile 2010-12-04 08:30:18.000000000 +0100 +++ /usr/ports/audio/Maaate/Makefile 2013-09-20 16:36:35.000000000 +0200 @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: Maaate -# Date created: Fab 12, 2001 -# Whom: Ying-Chieh Liao -# -# $FreeBSD: ports/audio/Maaate/Makefile,v 1.32 2010/12/04 07:30:18 ade Exp $ -# +# Created by: Ying-Chieh Liao +# $FreeBSD: audio/Maaate/Makefile 327706 2013-09-20 14:36:35Z bapt $ PORTNAME= Maaate PORTVERSION= 0.3.1 @@ -15,8 +10,9 @@ MAINTAINER= saper@saper.info COMMENT= MPEG audio analysis toolkit +NO_STAGE= yes +USES= gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes diff -ruN --exclude=CVS /usr/ports/audio/Maaate.orig/files/patch-configure /usr/ports/audio/Maaate/files/patch-configure --- /usr/ports/audio/Maaate.orig/files/patch-configure 2002-10-06 19:39:01.000000000 +0200 +++ /usr/ports/audio/Maaate/files/patch-configure 2013-12-18 12:38:37.000000000 +0100 @@ -1,5 +1,5 @@ ---- configure.orig Thu Sep 5 09:54:07 2002 -+++ configure Mon Sep 30 22:55:21 2002 +--- configure.orig 2002-10-09 03:30:34.000000000 +0200 ++++ configure 2013-12-18 12:38:19.000000000 +0100 @@ -5691,6 +5691,7 @@ # This can be used to rebuild libtool when needed @@ -8,3 +8,11 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -5699,7 +5700,6 @@ + + + +-LDFLAGS="$LDFLAGS -lstdc++" + + echo $ac_n "checking for cos in -lm""... $ac_c" 1>&6 + echo "configure:5706: checking for cos in -lm" >&5 --- Maaate-0.3.1_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 12: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 6C4842B6 for ; Wed, 18 Dec 2013 12: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 48AC718B4 for ; Wed, 18 Dec 2013 12: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 rBICK1qI033555 for ; Wed, 18 Dec 2013 12: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 rBICK1EU033554; Wed, 18 Dec 2013 12:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 12:20:01 GMT Resent-Message-Id: <201312181220.rBICK1EU033554@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Demelier Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 070EFFAE for ; Wed, 18 Dec 2013 12:15:40 +0000 (UTC) Received: from postfix.malikania.fr (ks3292218.kimsufi.com [5.135.187.121]) by mx1.freebsd.org (Postfix) with ESMTP id C55A3187F for ; Wed, 18 Dec 2013 12:15:39 +0000 (UTC) Received: from postfix.malikania.fr (unknown [10.0.0.5]) by postfix.malikania.fr (Postfix) with ESMTPS id 2996EECF0 for ; Wed, 18 Dec 2013 13:15:37 +0100 (CET) Received: by postfix.malikania.fr (sSMTP sendmail emulation); Wed, 18 Dec 2013 13:15:36 +0100 Message-Id: <20131218121537.2996EECF0@postfix.malikania.fr> Date: Wed, 18 Dec 2013 13:15:36 +0100 From: "David Demelier" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184964: [patch] emulators/virtualbox-ose-additions: does not build in poudriere X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: David Demelier List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 12:20:01 -0000 >Number: 184964 >Category: ports >Synopsis: [patch] emulators/virtualbox-ose-additions: does not build in poudriere >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 12:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Demelier >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD Pomme.malikania.fr 9.2-RELEASE FreeBSD 9.2-RELEASE #1 r255916: Fri Sep 27 22:34:59 CEST 2013 root@Pomme.malikania.fr:/usr/obj/usr/src/sys/Pomme amd64 >Description: The port emulators/virtualbox-ose-additions does not compile in a clean poudriere because python is not found. kmk_redirect: error: _execvp(_P_WAIT, "python", ...) failed: No such file or directory kmk_redirect: error: _execvp(_P_WAIT, "python", ...) failed: No such file or directory kmk: *** [/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VBoxOGLgen/cr_opcodes.h] Error 1 kmk: *** Deleting file `/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VBoxOGLgen/cr_opcodes.h' kmk: *** Waiting for unfinished jobs.... kmk: *** [/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VBoxOGLgen/cr_packfunctions.h] Error 1 kmk: *** Deleting file `/wrkdirs/usr/ports/emulators/virtualbox-ose-additions/work/VirtualBox-4.2.20/out/freebsd.amd64/release/obj/VBoxOGLgen/cr_packfunctions.h' kmk: *** Exiting with status 2 *** [do-build] Error code 2 >How-To-Repeat: >Fix: --- vbox.diff begins here --- --- Makefile.orig 2013-12-18 09:54:22.427805959 +0100 +++ Makefile 2013-12-18 09:55:48.991805649 +0100 @@ -26,6 +26,7 @@ USE_RC_SUBR= vboxguest vboxservice USES= iconv kmod USE_GCC= any +USE_PYTHON= 2.7+ ONLY_FOR_ARCHS= i386 amd64 FETCH_ARGS= -pRr USE_BZIP2= yes --- vbox.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 12:20:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B2DD6313; Wed, 18 Dec 2013 12:20: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 850AA18B7; Wed, 18 Dec 2013 12:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBICKEFt033633; Wed, 18 Dec 2013 12:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBICKEfp033632; Wed, 18 Dec 2013 12:20:14 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 12:20:14 GMT Message-Id: <201312181220.rBICKEfp033632@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vbox@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184964: [patch] emulators/virtualbox-ose-additions: does not build in poudriere X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 12:20:14 -0000 Synopsis: [patch] emulators/virtualbox-ose-additions: does not build in poudriere Responsible-Changed-From-To: freebsd-ports-bugs->vbox Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 12: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=184964 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 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 E91387C9 for ; Wed, 18 Dec 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 AAA3D1D90 for ; Wed, 18 Dec 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 rBIDA0o7043064 for ; Wed, 18 Dec 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 rBIDA02c043063; Wed, 18 Dec 2013 13:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 13:10:00 GMT Resent-Message-Id: <201312181310.rBIDA02c043063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Vasiliy P. Melnik" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 448FC7BE for ; Wed, 18 Dec 2013 13:09:47 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1600A1D8C for ; Wed, 18 Dec 2013 13:09:47 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBID9jBi070712 for ; Wed, 18 Dec 2013 13: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 rBID9jHS070706; Wed, 18 Dec 2013 13:09:45 GMT (envelope-from nobody) Message-Id: <201312181309.rBID9jHS070706@oldred.freebsd.org> Date: Wed, 18 Dec 2013 13:09:45 GMT From: "Vasiliy P. Melnik" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184965: sysutils/monitord does not build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 13:10:01 -0000 >Number: 184965 >Category: ports >Synopsis: sysutils/monitord does not build >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Dec 18 13:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vasiliy P. Melnik >Release: 10.0-RC2 >Organization: >Environment: FreeBSD kiwi.as-tim.kiev.ua 10.0-RC2 FreeBSD 10.0-RC2 #0 r259511: Tue Dec 17 17:55:31 EET 2013 root@kiwi.as-tim.kiev.ua:/usr/obj/usr/src/sys/GENERIC amd64 >Description: sysutils/monitord/files/patch-aa have null size and generate error when build port >How-To-Repeat: >Fix: please delete the patch-aa file from port >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 14: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 684A5235 for ; Wed, 18 Dec 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 3528F1473 for ; Wed, 18 Dec 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 rBIEo0cM064309 for ; Wed, 18 Dec 2013 14: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 rBIEo0C3064283; Wed, 18 Dec 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 14:50:00 GMT Resent-Message-Id: <201312181450.rBIEo0C3064283@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Shterenlikht Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 771D7201 for ; Wed, 18 Dec 2013 14:46:58 +0000 (UTC) Received: from eu1sys200aog118.obsmtp.com (eu1sys200aog118.obsmtp.com [207.126.144.145]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 45C631451 for ; Wed, 18 Dec 2013 14:46:55 +0000 (UTC) Received: from mail-wg0-f49.google.com ([74.125.82.49]) (using TLSv1) by eu1sys200aob118.postini.com ([207.126.147.11]) with SMTP ID DSNKUrG1Rzl18ichXJpeNoACmCzSBYdItNcf@postini.com; Wed, 18 Dec 2013 14:46:56 UTC Received: by mail-wg0-f49.google.com with SMTP id x12so7444902wgg.28 for ; Wed, 18 Dec 2013 06:46:31 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id mt2sm3993990wic.7.2013.12.18.05.39.27 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 18 Dec 2013 05:39:28 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id rBIDdQuq013896 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 18 Dec 2013 13:39:26 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id rBIDdQNd013895; Wed, 18 Dec 2013 13:39:26 GMT (envelope-from mexas) Message-Id: <201312181339.rBIDdQNd013895@mech-cluster241.men.bris.ac.uk> Date: Wed, 18 Dec 2013 05:39:28 -0800 (PST) From: Anton Shterenlikht Sender: Anton Shterenlikht To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184967: graphics/libdrm regression 2.4.17_1 -> 2.4.50 on ia64 11-current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anton Shterenlikht List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 14:50:01 -0000 >Number: 184967 >Category: ports >Synopsis: graphics/libdrm regression 2.4.17_1 -> 2.4.50 on ia64 11-current >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 Dec 18 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Shterenlikht >Release: FreeBSD 11.0-CURRENT ia64 >Organization: The University of Bristol >Environment: System: FreeBSD mech-cluster241.men.bris.ac.uk 11.0-CURRENT FreeBSD 11.0-CURRENT #10 r257910M: Mon Dec 16 15:31:50 GMT 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 >Description: $ pkg version -vx libdrm libdrm-2.4.17_1 < needs updating (port has 2.4.50) Building with poudriere, I get to this: =================================================== ===> Building package for libdrm-2.4.50 pkg-static: Warning: expecting a boolean for the 'enabled' key of the 'FreeBSD' repo, the value has been correctly converted, please consider fixing pkg-static: lstat(/wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/include/libdrm/intel_aub.h): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/include/libdrm/intel_bufmgr.h): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/include/libdrm/intel_debug.h): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/lib/libdrm_intel.la): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/lib/libdrm_intel.so): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/lib/libdrm_intel.so.1): No such file or directory pkg-static: lstat(/wrkdirs/usr/ports/graphics/libdrm/work/stage/usr/local/libdata/pkgconfig/libdrm_intel.pc): No such file or directory *** Error code 1 The full build log: http://eis.bris.ac.uk/~mexas/libdrm-2.4.50.log >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 14:50:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2883F262; Wed, 18 Dec 2013 14: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 F21031474; Wed, 18 Dec 2013 14: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 rBIEo94H065915; Wed, 18 Dec 2013 14: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 rBIEo9Nf065880; Wed, 18 Dec 2013 14:50:09 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 14:50:09 GMT Message-Id: <201312181450.rBIEo9Nf065880@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184967: graphics/libdrm regression 2.4.17_1 -> 2.4.50 on ia64 11-current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 14:50:10 -0000 Synopsis: graphics/libdrm regression 2.4.17_1 -> 2.4.50 on ia64 11-current Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 14: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=184967 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 15:03: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 5780058B; Wed, 18 Dec 2013 15:03: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 2AF2115AE; Wed, 18 Dec 2013 15:03: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 rBIF3ChK067990; Wed, 18 Dec 2013 15:03:12 GMT (envelope-from jadawin@freefall.freebsd.org) Received: (from jadawin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIF3BQg067989; Wed, 18 Dec 2013 15:03:11 GMT (envelope-from jadawin) Date: Wed, 18 Dec 2013 15:03:11 GMT Message-Id: <201312181503.rBIF3BQg067989@freefall.freebsd.org> To: jadawin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jadawin@FreeBSD.org From: jadawin@FreeBSD.org Subject: Re: ports/184784: [PATCH] security/broccoli: Unbreak make package without PYTHON X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 15:03:12 -0000 Synopsis: [PATCH] security/broccoli: Unbreak make package without PYTHON Responsible-Changed-From-To: freebsd-ports-bugs->jadawin Responsible-Changed-By: jadawin Responsible-Changed-When: Wed Dec 18 15:03:11 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184784 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 16:31: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 5B64799C for ; Wed, 18 Dec 2013 16:31: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 11F791D6A for ; Wed, 18 Dec 2013 16:31: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 rBIGUivn087345 for ; Wed, 18 Dec 2013 16:30:44 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIGUi0Z087344; Wed, 18 Dec 2013 16:30:44 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 16:30:44 GMT Resent-Message-Id: <201312181630.rBIGUi0Z087344@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, RK Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 11E3538C for ; Wed, 18 Dec 2013 16:20:55 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F31661CB5 for ; Wed, 18 Dec 2013 16:20: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 rBIGKs0x018706 for ; Wed, 18 Dec 2013 16:20:54 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBIGKsIa018683; Wed, 18 Dec 2013 16:20:54 GMT (envelope-from nobody) Message-Id: <201312181620.rBIGKsIa018683@oldred.freebsd.org> Date: Wed, 18 Dec 2013 16:20:54 GMT From: RK To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184968: portlint: display line numbers in report X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 16:31:07 -0000 >Number: 184968 >Category: ports >Synopsis: portlint: display line numbers in report >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 Dec 18 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: RK >Release: 10.0RC1 >Organization: >Environment: >Description: % portlint -A WARN: Makefile: for new port, make $FreeBSD$ tag in comment section empty, to make SVN happy. WARN: Makefile: only one MASTER_SITE configured. Consider adding additional mirrors. WARN: Makefile: use of DISTFILES with single file discouraged. distribution filename should be set by DISTNAME and EXTRACT_SUFX. WARN: Makefile: DISTFILES/DISTNAME affects WRKSRC. take caution when changing them. 0 fatal errors and 4 warnings found. portlint would be way easier to use if it displays line numbers in its messages like: WARN: Makefile[34]: ..... >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 16:31: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 CE56C9CB; Wed, 18 Dec 2013 16:31: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 A41191D6F; Wed, 18 Dec 2013 16:31: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 rBIGVAS1087439; Wed, 18 Dec 2013 16:31:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIGVA5p087438; Wed, 18 Dec 2013 16:31:10 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 16:31:10 GMT Message-Id: <201312181631.rBIGVA5p087438@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184969: [PATCH] www/py-graphite-web: Fix with django 1.5 and 1.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 16:31:10 -0000 Synopsis: [PATCH] www/py-graphite-web: Fix with django 1.5 and 1.6 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 16:31:10 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184969 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 16:31: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 D069A96B for ; Wed, 18 Dec 2013 16:31: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 A811F1D6C for ; Wed, 18 Dec 2013 16:31: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 rBIGV2rl087356 for ; Wed, 18 Dec 2013 16:31:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIGV26b087355; Wed, 18 Dec 2013 16:31:02 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 16:31:02 GMT Resent-Message-Id: <201312181631.rBIGV26b087355@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Steve Wills Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A2E8A7B8 for ; Wed, 18 Dec 2013 16:28:45 +0000 (UTC) Received: from mouf.net (mouf.net [IPv6:2607:fc50:0:4400:216:3eff:fe69:33b3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 646B81D0A for ; Wed, 18 Dec 2013 16:28:45 +0000 (UTC) Received: from meatwad.mouf.net (cpe-107-015-170-205.nc.res.rr.com [107.15.170.205]) by mouf.net (8.14.5/8.14.5) with ESMTP id rBIGSZxJ095240 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 18 Dec 2013 16:28:40 GMT (envelope-from swills@meatwad.mouf.net) Received: (from swills@localhost) by meatwad.mouf.net (8.14.7/8.14.5/Submit) id rBIGSPHf053419; Wed, 18 Dec 2013 16:28:25 GMT (envelope-from swills) Message-Id: <201312181628.rBIGSPHf053419@meatwad.mouf.net> Date: Wed, 18 Dec 2013 16:28:25 GMT From: Steve Wills To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184969: [PATCH] www/py-graphite-web: Fix with django 1.5 and 1.6 Cc: bsdports@wayfair.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 16:31:03 -0000 >Number: 184969 >Category: ports >Synopsis: [PATCH] www/py-graphite-web: Fix with django 1.5 and 1.6 >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 Dec 18 16:31:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Steve Wills >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD meatwad.mouf.net 11.0-CURRENT FreeBSD 11.0-CURRENT #3 r258961M: Sun Dec 8 15:52:57 >Description: - Fix running with Django 1.5 and 1.6 Obtained from: upstream (https://github.com/graphite-project/graphite-web/commit/fc3f018544c19b90cc63797d18970a4cc27ef2ad) Port maintainer (bsdports@wayfair.com) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- py27-graphite-web-0.9.12_1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 336845) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= graphite-web PORTVERSION= 0.9.12 +PORTREVISION= 1 CATEGORIES= www python MASTER_SITES= https://github.com/graphite-project/${PORTNAME}/archive/${PORTVERSION}.tar.gz?dummy= PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: files/patch-django15 =================================================================== --- files/patch-django15 (revision 0) +++ files/patch-django15 (working copy) @@ -0,0 +1,143 @@ +--- webapp/graphite/account/urls.py ++++ webapp/graphite/account/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.account.views', + ('^login/?$', 'loginView'), +--- webapp/graphite/browser/urls.py ++++ webapp/graphite/browser/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.browser.views', + ('^header/?$', 'header'), +--- webapp/graphite/cli/urls.py ++++ webapp/graphite/cli/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.cli.views', + (r'^autocomplete/?$', 'autocomplete'), +--- webapp/graphite/composer/urls.py ++++ webapp/graphite/composer/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.composer.views', + ('send_email','send_email'), +--- webapp/graphite/dashboard/urls.py ++++ webapp/graphite/dashboard/urls.py +@@ -1,4 +1,4 @@ +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.dashboard.views', + ('^save/(?P[^/]+)', 'save'), +--- webapp/graphite/events/urls.py ++++ webapp/graphite/events/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.events.views', + ('^get_data?$', 'get_data'), +--- webapp/graphite/graphlot/urls.py ++++ webapp/graphite/graphlot/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.graphlot.views', + ('^rawdata/?$', 'get_data'), +--- webapp/graphite/manage.py ++++ webapp/graphite/manage.py +@@ -7,5 +7,7 @@ + sys.stderr.write("Error: Can't find the file 'settings.py' in the directory containing %r. It appears you've customized things.\nYou'll have to run django-admin.py, passing it your settings module.\n(If the file settings.py does indeed exist, it's causing an ImportError somehow.)\n" % __file__) + sys.exit(1) + ++import os + if __name__ == "__main__": +- execute_manager(settings) ++ os.environ.setdefault("DJANGO_SETTINGS_MODULE", "settings") ++ execute_from_command_line() +--- webapp/graphite/metrics/urls.py ++++ webapp/graphite/metrics/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.metrics.views', + ('^index\.json$', 'index_json'), +--- webapp/graphite/render/urls.py ++++ webapp/graphite/render/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.render.views', + ('local/?$','renderLocalView'), +--- webapp/graphite/urls.py ++++ webapp/graphite/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + from django.conf import settings + from django.contrib import admin + +--- webapp/graphite/version/urls.py ++++ webapp/graphite/version/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.version.views', + ('', 'index'), +--- webapp/graphite/whitelist/urls.py ++++ webapp/graphite/whitelist/urls.py +@@ -12,7 +12,7 @@ + See the License for the specific language governing permissions and + limitations under the License.""" + +-from django.conf.urls.defaults import * ++from django.conf.urls import * + + urlpatterns = patterns('graphite.whitelist.views', + ('add','add'), +-- +1.8.5.1 + Property changes on: files/patch-django15 ___________________________________________________________________ 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 336845) +++ pkg-plist (working copy) @@ -656,8 +656,6 @@ %%PYTHON_SITELIBDIR%%/graphite/logger.pyc %%PYTHON_SITELIBDIR%%/graphite/logger.pyo %%PYTHON_SITELIBDIR%%/graphite/manage.py -%%PYTHON_SITELIBDIR%%/graphite/manage.pyc -%%PYTHON_SITELIBDIR%%/graphite/manage.pyo %%PYTHON_SITELIBDIR%%/graphite/metrics/__init__.py %%PYTHON_SITELIBDIR%%/graphite/metrics/__init__.pyc %%PYTHON_SITELIBDIR%%/graphite/metrics/__init__.pyo --- py27-graphite-web-0.9.12_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 16:31: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 0AE989F4 for ; Wed, 18 Dec 2013 16:31: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 D43F81D7D for ; Wed, 18 Dec 2013 16:31: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 rBIGVDZf087450 for ; Wed, 18 Dec 2013 16:31:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIGVDhP087449; Wed, 18 Dec 2013 16:31:13 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 16:31:13 GMT Resent-Message-Id: <201312181631.rBIGVDhP087449@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Radim Kolar Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 671417AE for ; Wed, 18 Dec 2013 16:27:52 +0000 (UTC) Received: from ponto.amerinoc.com (unknown [IPv6:2002:4006:6cef::1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 95BF31D00 for ; Wed, 18 Dec 2013 16:27:51 +0000 (UTC) Received: from fbsd9.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by ponto.amerinoc.com (8.14.7/8.14.7) with ESMTP id rBIGRZfX090538 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 18 Dec 2013 17:27:40 +0100 (CET) (envelope-from hsn@sendmail.cz) Received: from fbsd9.localdomain (localhost [127.0.0.1]) by fbsd9.localdomain (8.14.7/8.14.7) with ESMTP id rBIGRRPs036764; Wed, 18 Dec 2013 17:27:27 +0100 (CET) (envelope-from hsn@fbsd9.localdomain) Received: (from hsn@localhost) by fbsd9.localdomain (8.14.7/8.14.7/Submit) id rBIGRNQN036763; Wed, 18 Dec 2013 17:27:23 +0100 (CET) (envelope-from hsn) Message-Id: <201312181627.rBIGRNQN036763@fbsd9.localdomain> Date: Wed, 18 Dec 2013 17:27:23 +0100 (CET) From: Radim Kolar To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184970: [PATCH] lang/groovy: update to 2.2.1 Cc: mjs@Bur.st X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 16:31:24 -0000 >Number: 184970 >Category: ports >Synopsis: [PATCH] lang/groovy: update to 2.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: Wed Dec 18 16:31:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 10.0-RC1 i386 >Organization: >Environment: System: FreeBSD fbsd9.localdomain 10.0-RC1 FreeBSD 10.0-RC1 #0 r259101: Tue Dec 10 19:27:11 CET >Description: updated to 2.2.1 added support for staging Port maintainer (mjs@Bur.st) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- groovy-2.2.1.patch begins here --- diff -ruN /usr/ports/lang/groovy/Makefile ./Makefile --- /usr/ports/lang/groovy/Makefile 2013-09-20 21:53:09.000000000 +0200 +++ ./Makefile 2013-12-18 16:47:33.975437064 +0100 @@ -2,10 +2,9 @@ # $FreeBSD: lang/groovy/Makefile 327741 2013-09-20 19:53:09Z bapt $ PORTNAME= groovy -DISTVERSION= 2.0.5 +DISTVERSION= 2.2.1 CATEGORIES= lang java MASTER_SITES= http://dist.groovy.codehaus.org/distributions/ -DISTNAME= groovy-${PORTVERSION} DISTFILES= groovy-binary-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= mjs@Bur.st @@ -23,7 +22,6 @@ DATAFILES= ANTLR-LICENSE.txt ASM-LICENSE.txt CLI-LICENSE.txt JSR223-LICENSE.txt LICENSE.txt conf lib SCRIPTFILES= groovy groovyConsole groovyc groovysh java2groovy startGroovy -NO_STAGE= yes .include .if ${PORT_OPTIONS:MDOCS} @@ -34,26 +32,26 @@ SUB_FILES= set-groovy_home.sed do-install: - @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." - @${INSTALL_DATA} ${WRKSRC}/embeddable/${PORTNAME}-all-${DISTVERSION:U}.jar ${JAVAJARDIR}/${PORTNAME}.jar + @${ECHO_MSG} -n ">> Staging JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." + @${INSTALL_DATA} ${WRKSRC}/embeddable/${PORTNAME}-all-${DISTVERSION:U}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar @${ECHO_MSG} " [ DONE ]" - @${ECHO_MSG} -n ">> Installing data files in ${DATADIR}..." + @${ECHO_MSG} -n ">> Staging data files in ${DATADIR}..." @cd ${WRKSRC} \ - && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${DATADIR}/{} \; \ - && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; + && ${FIND} ${DATAFILES} -type d -exec ${MKDIR} ${STAGEDIR}${DATADIR}/{} \; \ + && ${FIND} ${DATAFILES} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DATADIR}/{} \; @${ECHO_MSG} " [ DONE ]" - @${ECHO_MSG} -n ">> Installing executables in ${PREFIX}/bin..." + @${ECHO_MSG} -n ">> Staging executables in ${PREFIX}/bin..." @${REINPLACE_CMD} -f ${WRKDIR}/set-groovy_home.sed ${WRKSRC}/bin/startGroovy .for file in ${SCRIPTFILES} @${ECHO_MSG} -n " ${file}" - @${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${PREFIX}/bin/ + @${INSTALL_SCRIPT} ${WRKSRC}/bin/${file} ${STAGEDIR}${PREFIX}/bin/ .endfor @${ECHO_MSG} " [ DONE ]" .if ${PORT_OPTIONS:MDOCS} - @${ECHO_MSG} -n ">> Installing documentation in ${DOCSDIR}..." + @${ECHO_MSG} -n ">> Staging documentation in ${DOCSDIR}..." @cd ${WRKSRC} \ - && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${DOCSDIR}/{} \; \ - && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${DOCSDIR}/{} \; + && ${FIND} ${PORTDOCS} -type d -exec ${MKDIR} ${STAGEDIR}${DOCSDIR}/{} \; \ + && ${FIND} ${PORTDOCS} -type f -exec ${INSTALL_DATA} {} ${STAGEDIR}${DOCSDIR}/{} \; @${ECHO_MSG} " [ DONE ]" .endif diff -ruN /usr/ports/lang/groovy/distinfo ./distinfo --- /usr/ports/lang/groovy/distinfo 2012-12-29 01:05:40.000000000 +0100 +++ ./distinfo 2013-12-18 16:01:34.565767108 +0100 @@ -1,4 +1,4 @@ -SHA256 (groovy-binary-2.0.5.zip) = 1d0d6b8054a2347c2a53e3dbb6f96502fd4762837daff6c86decddf0bb3496c0 -SIZE (groovy-binary-2.0.5.zip) = 28341029 -SHA256 (groovy-docs-2.0.5.zip) = 067820d5da7aadc19469199370c2b1de22b585d78fd3c588db546658d3e41c54 -SIZE (groovy-docs-2.0.5.zip) = 17600013 +SHA256 (groovy-binary-2.2.1.zip) = 11262c2a0883018d4c68d353479a84bf32a694706437a31b23e17e3f2db695dc +SIZE (groovy-binary-2.2.1.zip) = 29669397 +SHA256 (groovy-docs-2.2.1.zip) = 6eae39c07a6d2cf492105bd782090ced4e1542f714c478ddd5644fc5529d337a +SIZE (groovy-docs-2.2.1.zip) = 27031538 --- groovy-2.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 16:32: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 84934B9A; Wed, 18 Dec 2013 16:32: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 5BDEC1D91; Wed, 18 Dec 2013 16:32: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 rBIGVwIA087662; Wed, 18 Dec 2013 16:32:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIGVrom087661; Wed, 18 Dec 2013 16:31:53 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 16:31:53 GMT Message-Id: <201312181631.rBIGVrom087661@freefall.freebsd.org> To: hsn@sendmail.cz, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184970: [PATCH] lang/groovy: update to 2.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 16:32:03 -0000 Synopsis: [PATCH] lang/groovy: update to 2.2.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Dec 18 16:31:52 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184970 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 16: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 0E420D26 for ; Wed, 18 Dec 2013 16: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 EEFE81DF9 for ; Wed, 18 Dec 2013 16:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIGe2kv087964 for ; Wed, 18 Dec 2013 16: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 rBIGe2ms087963; Wed, 18 Dec 2013 16:40:02 GMT (envelope-from gnats) Date: Wed, 18 Dec 2013 16:40:02 GMT Message-Id: <201312181640.rBIGe2ms087963@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184970: [PATCH] lang/groovy: update to 2.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 18 Dec 2013 16:40:03 -0000 The following reply was made to PR ports/184970; it has been noted by GNATS. From: Edwin Groothuis To: mjs@Bur.st Cc: bug-followup@FreeBSD.org Subject: Re: ports/184970: [PATCH] lang/groovy: update to 2.2.1 Date: Wed, 18 Dec 2013 16:31:51 UT Maintainer of lang/groovy, Please note that PR ports/184970 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/184970 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 16: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 B4CE0D1E for ; Wed, 18 Dec 2013 16: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 8F7101DF3 for ; Wed, 18 Dec 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIGe06N087886 for ; Wed, 18 Dec 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIGe07V087885; Wed, 18 Dec 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 16:40:00 GMT Resent-Message-Id: <201312181640.rBIGe07V087885@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Chad J. Milios" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D6EFC8B for ; Wed, 18 Dec 2013 16:33:49 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 282D81DB9 for ; Wed, 18 Dec 2013 16:33:49 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBIGXm9J048362 for ; Wed, 18 Dec 2013 16:33:48 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBIGXmuY048361; Wed, 18 Dec 2013 16:33:48 GMT (envelope-from nobody) Message-Id: <201312181633.rBIGXmuY048361@oldred.freebsd.org> Date: Wed, 18 Dec 2013 16:33:48 GMT From: "Chad J. Milios" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184971: New port: net-p2p/litecoin-daemon A slave port for the headless daemon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 16:40:00 -0000 >Number: 184971 >Category: ports >Synopsis: New port: net-p2p/litecoin-daemon A slave port for the headless daemon >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 Dec 18 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chad J. Milios >Release: 9.2-RELEASE-p2/amd64 >Organization: Crop Circle Systems, Inc. >Environment: FreeBSD kakashi.ccsys.com 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259093: Thu Dec 12 23:34:17 UTC 2013 root@shikamaru.ccsys.com:/usr/obj/usr/src/sys/NUOS amd64 >Description: This is a slave port of net-p2p/litecoin so as to allow litecoin-qt and litecoind to easily coexist on a system. >How-To-Repeat: >Fix: see attached shar 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: # # litecoin-daemon # litecoin-daemon/Makefile # echo c - litecoin-daemon mkdir -p litecoin-daemon > /dev/null 2>&1 echo x - litecoin-daemon/Makefile sed 's/^X//' >litecoin-daemon/Makefile << '74afc67e2082aaf1bf78b6a3b76e9236' X# $FreeBSD$ X XPKGNAMESUFFIX= -daemon XCOMMENT= Virtual Peer-to-Peer Currency Software XMASTERDIR= ${.CURDIR}/../litecoin XDESCR= ${MASTERDIR}/pkg-descr XSLAVE_PORT= yes XOPTIONS_EXCLUDE= GUI QRCODES X.include "${MASTERDIR}/Makefile" 74afc67e2082aaf1bf78b6a3b76e9236 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 16: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 08EE5D20 for ; Wed, 18 Dec 2013 16: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 D79331DF5 for ; Wed, 18 Dec 2013 16:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIGe0M4087951 for ; Wed, 18 Dec 2013 16:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIGe0au087945; Wed, 18 Dec 2013 16:40:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 16:40:00 GMT Resent-Message-Id: <201312181640.rBIGe0au087945@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Chad J. Milios" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7ECA77C8 for ; Wed, 18 Dec 2013 16:29:59 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 699B71D13 for ; Wed, 18 Dec 2013 16:29:59 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBIGTwsL097063 for ; Wed, 18 Dec 2013 16:29:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBIGTwRa097061; Wed, 18 Dec 2013 16:29:58 GMT (envelope-from nobody) Message-Id: <201312181629.rBIGTwRa097061@oldred.freebsd.org> Date: Wed, 18 Dec 2013 16:29:58 GMT From: "Chad J. Milios" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184972: New port: net-p2p/bitcoin-daemon A slave port for the headless daemon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 16:40:01 -0000 >Number: 184972 >Category: ports >Synopsis: New port: net-p2p/bitcoin-daemon A slave port for the headless daemon >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 Dec 18 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chad J. Milios >Release: 9.2-RELEASE-p2/amd64 >Organization: Crop Circle Systems, Inc. >Environment: FreeBSD kakashi.ccsys.com 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259093: Thu Dec 12 23:34:17 UTC 2013 root@shikamaru.ccsys.com:/usr/obj/usr/src/sys/NUOS amd64 >Description: This is a slave port of net-p2p/bitcoin so as to allow bitcoin-qt and bitcoind to easily coexist on a system. The maintainer of net-p2p/bitcoin agrees a slave port is the way to go, as the build system the dist uses kind of insists you go down just one path or the other despite there being no reason you can't have both. >How-To-Repeat: >Fix: see attachment for shar 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: # # bitcoin-daemon # bitcoin-daemon/Makefile # echo c - bitcoin-daemon mkdir -p bitcoin-daemon > /dev/null 2>&1 echo x - bitcoin-daemon/Makefile sed 's/^X//' >bitcoin-daemon/Makefile << '655a06fd7fd7fb40f7dddb1bcbb4373a' X# $FreeBSD$ X XPKGNAMESUFFIX= -daemon XCOMMENT= Virtual Peer-to-Peer Currency Client XMASTERDIR= ${.CURDIR}/../bitcoin XDESCR= ${MASTERDIR}/pkg-descr XSLAVE_PORT= yes XOPTIONS_EXCLUDE= GUI QRCODES X.include "${MASTERDIR}/Makefile" 655a06fd7fd7fb40f7dddb1bcbb4373a exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 17: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 BB7A0306 for ; Wed, 18 Dec 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 93011122A for ; Wed, 18 Dec 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 rBIHU0Hh098752 for ; Wed, 18 Dec 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 rBIHU0jr098751; Wed, 18 Dec 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 17:30:00 GMT Resent-Message-Id: <201312181730.rBIHU0jr098751@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 588462F4 for ; Wed, 18 Dec 2013 17:28:38 +0000 (UTC) Received: from mailrelay007.isp.belgacom.be (mailrelay007.isp.belgacom.be [195.238.6.173]) by mx1.freebsd.org (Postfix) with ESMTP id E39821220 for ; Wed, 18 Dec 2013 17:28:37 +0000 (UTC) Received: from 66.130-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.130.66]) by relay.skynet.be with ESMTP; 18 Dec 2013 18:28:29 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id rBIHSRfJ011421 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Wed, 18 Dec 2013 18:28:28 +0100 (CET) (envelope-from tijl@kalimero.tijl.coosemans.org) Received: (from tijl@localhost) by kalimero.tijl.coosemans.org (8.14.7/8.14.7/Submit) id rBIHSRvN011420; Wed, 18 Dec 2013 18:28:27 +0100 (CET) (envelope-from tijl) Message-Id: <201312181728.rBIHSRvN011420@kalimero.tijl.coosemans.org> Date: Wed, 18 Dec 2013 18:28:27 +0100 (CET) From: Tijl Coosemans To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184974: [patch] biology/clustalw: fix build with clang/libc++ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 17:30:00 -0000 >Number: 184974 >Category: ports >Synopsis: [patch] biology/clustalw: fix build with clang/libc++ >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 Dec 18 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 11.0-CURRENT i386 >Organization: >Environment: >Description: - Fix build with clang/libc++. - Support staging. >How-To-Repeat: >Fix: --- clustalw.patch begins here --- Index: biology/clustalw/Makefile =================================================================== --- biology/clustalw/Makefile (revision 336709) +++ biology/clustalw/Makefile (working copy) @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/so MASTER_SITE_SUBDIR= ${PORTVERSION} MAINTAINER= wen@FreeBSD.org -COMMENT= A multiple alignment program for DNA or proteins +COMMENT= Multiple alignment program for DNA or proteins RESTRICTED= No commercial use. @@ -20,8 +20,7 @@ GNU_CONFIGURE= yes PLIST_FILES= bin/clustalw bin/clustalw2 -NO_STAGE= yes post-install: - ${LN} -sf clustalw2 ${PREFIX}/bin/clustalw + ${LN} -sf clustalw2 ${STAGEDIR}${PREFIX}/bin/clustalw .include Index: biology/clustalw/files/patch-src-general-VectorOutOfRange.h =================================================================== --- biology/clustalw/files/patch-src-general-VectorOutOfRange.h (revision 0) +++ biology/clustalw/files/patch-src-general-VectorOutOfRange.h (working copy) @@ -0,0 +1,10 @@ +--- src/general/VectorOutOfRange.h.orig 2013-12-18 18:06:35.000000000 +0100 ++++ src/general/VectorOutOfRange.h 2013-12-18 18:07:03.000000000 +0100 +@@ -5,6 +5,7 @@ + */ + #include + #include ++#include + namespace clustalw + { + Property changes on: biology/clustalw/files/patch-src-general-VectorOutOfRange.h ___________________________________________________________________ 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 --- clustalw.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 17:32:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6F8E4F2; Wed, 18 Dec 2013 17:32: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 AD73A1295; Wed, 18 Dec 2013 17:32: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 rBIHWIrs000691; Wed, 18 Dec 2013 17:32:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIHWIqU000690; Wed, 18 Dec 2013 17:32:18 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 17:32:18 GMT Message-Id: <201312181732.rBIHWIqU000690@freefall.freebsd.org> To: arnaud.houdelette@tzim.net, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184973: conflicts with db clients deps in net/turnserver port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 17:32:18 -0000 Synopsis: conflicts with db clients deps in net/turnserver port State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Dec 18 17:32:18 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184973 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 17: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 1533F335; Wed, 18 Dec 2013 17: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 DFE90122C; Wed, 18 Dec 2013 17: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 rBIHU8lN098887; Wed, 18 Dec 2013 17: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 rBIHU8is098886; Wed, 18 Dec 2013 17:30:08 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 17:30:08 GMT Message-Id: <201312181730.rBIHU8is098886@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184974: [patch] biology/clustalw: fix build with clang/libc++ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 17:30:09 -0000 Synopsis: [patch] biology/clustalw: fix build with clang/libc++ Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 17: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=184974 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 17:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE2B086A for ; Wed, 18 Dec 2013 17: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 8FCCF1082 for ; Wed, 18 Dec 2013 17:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIHA1rQ094078 for ; Wed, 18 Dec 2013 17:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIHA1DA094077; Wed, 18 Dec 2013 17:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 17:10:01 GMT Resent-Message-Id: <201312181710.rBIHA1DA094077@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Arnaud Houdelette Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 689AA43B for ; Wed, 18 Dec 2013 17:03:14 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 54C6C1FD5 for ; Wed, 18 Dec 2013 17:03: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 rBIH3Dp7032350 for ; Wed, 18 Dec 2013 17:03:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBIH3Dxd032345; Wed, 18 Dec 2013 17:03:13 GMT (envelope-from nobody) Message-Id: <201312181703.rBIH3Dxd032345@oldred.freebsd.org> Date: Wed, 18 Dec 2013 17:03:13 GMT From: Arnaud Houdelette To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184973: conflicts with db clients deps in net/turnserver port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 17:10:01 -0000 >Number: 184973 >Category: ports >Synopsis: conflicts with db clients deps in net/turnserver port >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 Dec 18 17:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Arnaud Houdelette >Release: FreeBSD 10.0-BETA2 >Organization: >Environment: FreeBSD faranth.lan.tzim.net 10.0-BETA2 FreeBSD 10.0-BETA2 #0 r257166: Sat Oct 26 19:23:22 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: net/turnserver ports use both USE_MYSQL / USE_PGSQL and LIB_DEPENDS for databases dependencies : USE_MYSQL= yes LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql55-client .. USE_PGSQL= yes LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql90-client doing so causes conflicts when not using default database clients (ie. mariadb). >How-To-Repeat: Try to build port with WITH_MYSQL=55m >Fix: remove following lines from Makefile : LIB_DEPENDS+= mysqlclient:${PORTSDIR}/databases/mysql55-client LIB_DEPENDS+= pq:${PORTSDIR}/databases/postgresql90-client >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5BEE2C1C for ; Wed, 18 Dec 2013 17: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 48C38130D for ; Wed, 18 Dec 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIHe1Nw001015 for ; Wed, 18 Dec 2013 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIHe1tC001014; Wed, 18 Dec 2013 17:40:01 GMT (envelope-from gnats) Date: Wed, 18 Dec 2013 17:40:01 GMT Message-Id: <201312181740.rBIHe1tC001014@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/184973: conflicts with db clients deps in net/turnserver port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 18 Dec 2013 17:40:01 -0000 The following reply was made to PR ports/184973; it has been noted by GNATS. From: Edwin Groothuis To: mom040267@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/184973: conflicts with db clients deps in net/turnserver port Date: Wed, 18 Dec 2013 17:32:17 UT Maintainer of net/turnserver, Please note that PR ports/184973 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/184973 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 18:28: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 6B671A30; Wed, 18 Dec 2013 18:28: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 4010516C5; Wed, 18 Dec 2013 18:28: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 rBIIS1OC015426; Wed, 18 Dec 2013 18:28:01 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIIS165015425; Wed, 18 Dec 2013 18:28:01 GMT (envelope-from danilo) Date: Wed, 18 Dec 2013 18:28:01 GMT Message-Id: <201312181828.rBIIS165015425@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184948: maintainer update: ports-mgmt/genplist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 18:28:01 -0000 Synopsis: maintainer update: ports-mgmt/genplist Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Dec 18 18:28:00 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184948 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 18:28:44 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 78C8EA69; Wed, 18 Dec 2013 18:28:44 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4C74416CD; Wed, 18 Dec 2013 18:28:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIISisa015528; Wed, 18 Dec 2013 18:28:44 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIISipD015527; Wed, 18 Dec 2013 18:28:44 GMT (envelope-from danilo) Date: Wed, 18 Dec 2013 18:28:44 GMT Message-Id: <201312181828.rBIISipD015527@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184906: games/childsplay: Update to verssion 2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 18:28:44 -0000 Synopsis: games/childsplay: Update to verssion 2.5 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Dec 18 18:28:44 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184906 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 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 BC7DA245 for ; Wed, 18 Dec 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 7D9751853 for ; Wed, 18 Dec 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 rBIIo0Un019543 for ; Wed, 18 Dec 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 rBIIo0T5019542; Wed, 18 Dec 2013 18:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 18:50:00 GMT Resent-Message-Id: <201312181850.rBIIo0T5019542@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Dan Langille Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E65F7CAF for ; Wed, 18 Dec 2013 18:41:42 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D2BA217EA for ; Wed, 18 Dec 2013 18:41: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 rBIIfgKA004853 for ; Wed, 18 Dec 2013 18:41:42 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBIIfg8q004844; Wed, 18 Dec 2013 18:41:42 GMT (envelope-from nobody) Message-Id: <201312181841.rBIIfg8q004844@oldred.freebsd.org> Date: Wed, 18 Dec 2013 18:41:42 GMT From: Dan Langille To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184976: pkg audit doesn't find vuln shown by portaudit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 18:50:00 -0000 >Number: 184976 >Category: ports >Synopsis: pkg audit doesn't find vuln shown by portaudit >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 Dec 18 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dan Langille >Release: 9.2-RELEASE >Organization: The FreeBSD Diary >Environment: FreeBSD slocum.unixathome.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: I'm finding that the output of pkg audit does not match portaudit on a single machine. The others are OK. >How-To-Repeat: # portaudit -Fa auditfile.tbz 100% of 91 kB 511 kBps 00m00s New database installed. Affected package: php5-5.4.16 Type of problem: PHP5 -- memory corruption in openssl_x509_parse(). Reference: http://portaudit.FreeBSD.org/47b4e713-6513-11e3-868f-0025905a4771.html 1 problem(s) in your installed packages found. You are advised to update or deinstall the affected package(s) immediately. # pkg audit -F Vulnxml file up-to-date. 0 problem(s) in the installed packages found. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 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 4E47C9EC for ; Wed, 18 Dec 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 3A9EF19EC for ; Wed, 18 Dec 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 rBIJA1Ah023783 for ; Wed, 18 Dec 2013 19: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 rBIJA0fC023782; Wed, 18 Dec 2013 19:10:00 GMT (envelope-from gnats) Date: Wed, 18 Dec 2013 19:10:00 GMT Message-Id: <201312181910.rBIJA0fC023782@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Dan Langille Subject: Re: ports/184976: pkg audit doesn't find vuln shown by portaudit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Dan Langille List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 19:10:01 -0000 The following reply was made to PR ports/184976; it has been noted by GNATS. From: Dan Langille To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184976: pkg audit doesn't find vuln shown by portaudit Date: Wed, 18 Dec 2013 13:53:20 -0500 --Apple-Mail=_B5717FD7-ACD3-4FEA-9F90-CD1F900AB39D Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii More information: # grep \$FreeBSD /var/db/pkg/vuln.xml=20 $FreeBSD: head/security/vuxml/vuln.xml 336840 2013-12-18 15:22:59Z = kuriyama $ --=20 Dan Langille - http://langille.org --Apple-Mail=_B5717FD7-ACD3-4FEA-9F90-CD1F900AB39D Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAlKx7zIACgkQCgsXFM/7nTzcBgCghkMA4aK9FjxEHuVUrxJOBJEz sHoAoK7L8MdFhxOSYs63sv/OGs6gub4w =u5sX -----END PGP SIGNATURE----- --Apple-Mail=_B5717FD7-ACD3-4FEA-9F90-CD1F900AB39D-- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 19: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 AD74B207 for ; Wed, 18 Dec 2013 19: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 886181C9B for ; Wed, 18 Dec 2013 19:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBIJU03h028810 for ; Wed, 18 Dec 2013 19:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBIJU0n7028809; Wed, 18 Dec 2013 19:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 18 Dec 2013 19:30:00 GMT Resent-Message-Id: <201312181930.rBIJU0n7028809@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A0FEFCB8 for ; Wed, 18 Dec 2013 19:19:57 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 730771AC3 for ; Wed, 18 Dec 2013 19:19:57 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBIJJv8X001924 for ; Wed, 18 Dec 2013 19:19:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBIJJvh7001918; Wed, 18 Dec 2013 19:19:57 GMT (envelope-from nobody) Message-Id: <201312181919.rBIJJvh7001918@oldred.freebsd.org> Date: Wed, 18 Dec 2013 19:19:57 GMT From: Alex To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184977: emulators/virtualbox-ose fails to compile on 10.0 r259488 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 19:30:00 -0000 >Number: 184977 >Category: ports >Synopsis: emulators/virtualbox-ose fails to compile on 10.0 r259488 >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 Dec 18 19:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alex >Release: FreeBSD 10.0-RC2 #0 r259488 >Organization: >Environment: >Description: The build for virtualbox-ose fails: /usr/local/libexec/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/collect2 --eh-frame-hdr -m elf_i386_fbsd -V -dynamic-linker /libexec/ld-elf.so.1 -o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/tstVMStructRC/tstVMStructRC -L/usr/lib32 -L/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4 -L/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/../../../../../x86_64-portbld-freebsd10.0/lib -L/usr/local/lib/gcc46/gcc/x86_64-portbld-freebsd10.0/4.6.4/../../.. /usr/lib32/crt1.o /usr/lib32/crti.o /usr/lib32/crtbegin.o /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/tstVMStructRC/tstVMStructRC.o /usr/lib32/crtend.o /usr/lib32/crtn.o /usr/lib32/libc.so GNU ld (GNU Binutils) 2.24 Supported emulations: elf_x86_64_fbsd elf_i386_fbsd elf_x86_64 elf_i386 elf_l1om elf_l1om_fbsd elf_k1om elf_k1om_fbsd kBuild: Installing tstVMStructRC => /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.18/out/freebsd.amd64/release/bin/tstVMStructRC kBuild: Generating tstVMStructSize - /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.18/out/freebsd.amd64/release/bin/tstVMStructRC: 1: Syntax error: "(" unexpected /usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.18/out/freebsd.amd64/release/bin/tstVMStructRC: 1: Syntax error: Error in command substitution kmk: *** [/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h] Error 2 kmk: *** Deleting file `/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.2.18/out/freebsd.amd64/release/obj/VMM/tstVMStructRC.h' *** Error code 2 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 19:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82AE823A; Wed, 18 Dec 2013 19: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 5877D1C9F; Wed, 18 Dec 2013 19: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 rBIJU8Au028948; Wed, 18 Dec 2013 19: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 rBIJU8Ts028947; Wed, 18 Dec 2013 19:30:08 GMT (envelope-from edwin) Date: Wed, 18 Dec 2013 19:30:08 GMT Message-Id: <201312181930.rBIJU8Ts028947@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vbox@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184977: emulators/virtualbox-ose fails to compile on 10.0 r259488 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 19:30:08 -0000 Synopsis: emulators/virtualbox-ose fails to compile on 10.0 r259488 Responsible-Changed-From-To: freebsd-ports-bugs->vbox Responsible-Changed-By: edwin Responsible-Changed-When: Wed Dec 18 19: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=184977 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 23:52:37 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9E7622A9; Wed, 18 Dec 2013 23:52:37 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 73184138B; Wed, 18 Dec 2013 23:52:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBINqblC085089; Wed, 18 Dec 2013 23:52:37 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBINqbEo085088; Wed, 18 Dec 2013 23:52:37 GMT (envelope-from danilo) Date: Wed, 18 Dec 2013 23:52:37 GMT Message-Id: <201312182352.rBINqbEo085088@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184862: x11-fonts/pcf2bdf: Support USE_GITHUB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 23:52:37 -0000 Synopsis: x11-fonts/pcf2bdf: Support USE_GITHUB Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Dec 18 23:52:37 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184862 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Dec 18 23:55: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 76123386; Wed, 18 Dec 2013 23:55: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 496BF13A7; Wed, 18 Dec 2013 23:55: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 rBINt1JN085234; Wed, 18 Dec 2013 23:55:01 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBINt1uC085233; Wed, 18 Dec 2013 23:55:01 GMT (envelope-from danilo) Date: Wed, 18 Dec 2013 23:55:01 GMT Message-Id: <201312182355.rBINt1uC085233@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184818: net-im/cjc: Support USE_GITHUB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Dec 2013 23:55:01 -0000 Synopsis: net-im/cjc: Support USE_GITHUB Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Wed Dec 18 23:55:01 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184818 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 01: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 C499795 for ; Thu, 19 Dec 2013 01: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 9877C1B2B for ; Thu, 19 Dec 2013 01: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 rBJ1e06N018798 for ; Thu, 19 Dec 2013 01: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 rBJ1e0cx018797; Thu, 19 Dec 2013 01:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 01:40:00 GMT Resent-Message-Id: <201312190140.rBJ1e0cx018797@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hans Fredrik Nordhaug Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 978F6E87 for ; Thu, 19 Dec 2013 01:35:21 +0000 (UTC) Received: from nordhaug.priv.no (mail.nordhaug.priv.no [37.44.175.18]) by mx1.freebsd.org (Postfix) with ESMTP id 7F4591B04 for ; Thu, 19 Dec 2013 01:35:17 +0000 (UTC) Received: from nordhaug.priv.no (localhost [127.0.0.1]) by nordhaug.priv.no (Postfix) with ESMTP id 1542D8ACB0 for ; Thu, 19 Dec 2013 02:27:25 +0100 (CET) Received: from nordhaug.priv.no ([127.0.0.1]) by nordhaug.priv.no (nordhaug.priv.no [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 4yBgzZCFHpnl for ; Thu, 19 Dec 2013 02:26:54 +0100 (CET) Received: by nordhaug.priv.no (Postfix, from userid 0) id CE2918ACA7; Thu, 19 Dec 2013 02:26:54 +0100 (CET) Message-Id: <20131219012654.CE2918ACA7@nordhaug.priv.no> Date: Thu, 19 Dec 2013 02:26:54 +0100 (CET) From: Hans Fredrik Nordhaug To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184979: [MAINTAINER] www/piwik: update to 2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 01:40:00 -0000 >Number: 184979 >Category: ports >Synopsis: [MAINTAINER] www/piwik: update to 2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 01:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hans Fredrik Nordhaug >Release: FreeBSD 9.1-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD nordhaug.priv.no 9.1-RELEASE-p7 FreeBSD 9.1-RELEASE-p7 #0: Mon Sep 9 21:23:37 UTC >Description: - Update to 2.0 Generated with FreeBSD Port Tools 0.99_8 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- piwik-2.0.patch begins here --- diff -ruN ../piwik.orig/Makefile ./Makefile --- ../piwik.orig/Makefile 2013-12-19 01:06:25.000000000 +0100 +++ ./Makefile 2013-12-19 01:06:35.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: www/piwik/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= piwik -PORTVERSION= 1.12 +PORTVERSION= 2.0 CATEGORIES= www MASTER_SITES= http://builds.piwik.org/ diff -ruN ../piwik.orig/distinfo ./distinfo --- ../piwik.orig/distinfo 2013-12-19 01:06:25.000000000 +0100 +++ ./distinfo 2013-12-19 01:07:13.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (piwik-1.12.tar.gz) = b008dd452541af8051cdcf262a333937ba5c86af34e070932d378d256f03fba2 -SIZE (piwik-1.12.tar.gz) = 6822406 +SHA256 (piwik-2.0.tar.gz) = 22d9d49dd2a8e6ae7070e262aa1a6ac974d1333e740f70014614dda21abef958 +SIZE (piwik-2.0.tar.gz) = 7249723 diff -ruN ../piwik.orig/pkg-plist ./pkg-plist --- ../piwik.orig/pkg-plist 2013-12-19 01:06:25.000000000 +0100 +++ ./pkg-plist 2013-12-19 01:46:20.000000000 +0100 @@ -1,35 +1,42 @@ %%WWWDIR%%/LEGALNOTICE %%WWWDIR%%/README.md %%WWWDIR%%/composer.json -%%WWWDIR%%/config/config.ini.sample.php +%%WWWDIR%%/composer.lock %%WWWDIR%%/config/global.ini.php %%WWWDIR%%/config/manifest.inc.php +%%WWWDIR%%/console %%WWWDIR%%/core/API/DataTableGenericFilter.php %%WWWDIR%%/core/API/DataTableManipulator.php %%WWWDIR%%/core/API/DataTableManipulator/Flattener.php %%WWWDIR%%/core/API/DataTableManipulator/LabelFilter.php +%%WWWDIR%%/core/API/DataTableManipulator/ReportTotalsCalculator.php %%WWWDIR%%/core/API/DocumentationGenerator.php %%WWWDIR%%/core/API/Proxy.php %%WWWDIR%%/core/API/Request.php %%WWWDIR%%/core/API/ResponseBuilder.php %%WWWDIR%%/core/Access.php %%WWWDIR%%/core/Archive.php -%%WWWDIR%%/core/Archive/Array.php -%%WWWDIR%%/core/Archive/Array/IndexedByDate.php -%%WWWDIR%%/core/Archive/Array/IndexedBySite.php -%%WWWDIR%%/core/Archive/Single.php -%%WWWDIR%%/core/ArchiveProcessing.php -%%WWWDIR%%/core/ArchiveProcessing/Day.php -%%WWWDIR%%/core/ArchiveProcessing/Period.php +%%WWWDIR%%/core/Archive/DataCollection.php +%%WWWDIR%%/core/Archive/DataTableFactory.php +%%WWWDIR%%/core/Archive/Parameters.php +%%WWWDIR%%/core/ArchiveProcessor.php +%%WWWDIR%%/core/ArchiveProcessor/Loader.php +%%WWWDIR%%/core/ArchiveProcessor/Parameters.php +%%WWWDIR%%/core/ArchiveProcessor/PluginsArchiver.php +%%WWWDIR%%/core/ArchiveProcessor/Rules.php %%WWWDIR%%/core/AssetManager.php %%WWWDIR%%/core/Auth.php %%WWWDIR%%/core/CacheFile.php %%WWWDIR%%/core/Common.php %%WWWDIR%%/core/Config.php -%%WWWDIR%%/core/Config/Compat.php -%%WWWDIR%%/core/Controller.php -%%WWWDIR%%/core/Controller/Admin.php +%%WWWDIR%%/core/Console.php %%WWWDIR%%/core/Cookie.php +%%WWWDIR%%/core/CronArchive.php +%%WWWDIR%%/core/DataAccess/ArchiveSelector.php +%%WWWDIR%%/core/DataAccess/ArchiveTableCreator.php +%%WWWDIR%%/core/DataAccess/ArchiveWriter.php +%%WWWDIR%%/core/DataAccess/LogAggregator.php +%%WWWDIR%%/core/DataArray.php %%WWWDIR%%/core/DataFiles/Countries.php %%WWWDIR%%/core/DataFiles/Currencies.php %%WWWDIR%%/core/DataFiles/LanguageToCountry.php @@ -38,11 +45,11 @@ %%WWWDIR%%/core/DataFiles/SearchEngines.php %%WWWDIR%%/core/DataFiles/Socials.php %%WWWDIR%%/core/DataTable.php -%%WWWDIR%%/core/DataTable/Array.php +%%WWWDIR%%/core/DataTable/Bridges.php +%%WWWDIR%%/core/DataTable/DataTableInterface.php %%WWWDIR%%/core/DataTable/Filter.php %%WWWDIR%%/core/DataTable/Filter/AddColumnsProcessedMetrics.php %%WWWDIR%%/core/DataTable/Filter/AddColumnsProcessedMetricsGoal.php -%%WWWDIR%%/core/DataTable/Filter/AddConstantMetadata.php %%WWWDIR%%/core/DataTable/Filter/AddSummaryRow.php %%WWWDIR%%/core/DataTable/Filter/BeautifyRangeLabels.php %%WWWDIR%%/core/DataTable/Filter/BeautifyTimeRangeLabels.php @@ -59,7 +66,6 @@ %%WWWDIR%%/core/DataTable/Filter/Limit.php %%WWWDIR%%/core/DataTable/Filter/MetadataCallbackAddMetadata.php %%WWWDIR%%/core/DataTable/Filter/MetadataCallbackReplace.php -%%WWWDIR%%/core/DataTable/Filter/Null.php %%WWWDIR%%/core/DataTable/Filter/Pattern.php %%WWWDIR%%/core/DataTable/Filter/PatternRecursive.php %%WWWDIR%%/core/DataTable/Filter/RangeCheck.php @@ -69,6 +75,7 @@ %%WWWDIR%%/core/DataTable/Filter/Sort.php %%WWWDIR%%/core/DataTable/Filter/Truncate.php %%WWWDIR%%/core/DataTable/Manager.php +%%WWWDIR%%/core/DataTable/Map.php %%WWWDIR%%/core/DataTable/Renderer.php %%WWWDIR%%/core/DataTable/Renderer/Console.php %%WWWDIR%%/core/DataTable/Renderer/Csv.php @@ -79,36 +86,41 @@ %%WWWDIR%%/core/DataTable/Renderer/Tsv.php %%WWWDIR%%/core/DataTable/Renderer/Xml.php %%WWWDIR%%/core/DataTable/Row.php -%%WWWDIR%%/core/DataTable/Row/DataTableSummary.php +%%WWWDIR%%/core/DataTable/Row/DataTableSummaryRow.php %%WWWDIR%%/core/DataTable/Simple.php %%WWWDIR%%/core/Date.php +%%WWWDIR%%/core/Db.php %%WWWDIR%%/core/Db/Adapter.php -%%WWWDIR%%/core/Db/Adapter/Interface.php %%WWWDIR%%/core/Db/Adapter/Mysqli.php %%WWWDIR%%/core/Db/Adapter/Pdo/Mssql.php %%WWWDIR%%/core/Db/Adapter/Pdo/Mysql.php %%WWWDIR%%/core/Db/Adapter/Pdo/Pgsql.php +%%WWWDIR%%/core/Db/AdapterInterface.php +%%WWWDIR%%/core/Db/BatchInsert.php %%WWWDIR%%/core/Db/Schema.php -%%WWWDIR%%/core/Db/Schema/Interface.php %%WWWDIR%%/core/Db/Schema/Myisam.php -%%WWWDIR%%/core/ErrorHandler.php +%%WWWDIR%%/core/Db/SchemaInterface.php +%%WWWDIR%%/core/DbHelper.php +%%WWWDIR%%/core/Error.php +%%WWWDIR%%/core/EventDispatcher.php %%WWWDIR%%/core/ExceptionHandler.php +%%WWWDIR%%/core/Filechecks.php +%%WWWDIR%%/core/Filesystem.php %%WWWDIR%%/core/FrontController.php -%%WWWDIR%%/core/HTMLPurifier.php %%WWWDIR%%/core/Http.php %%WWWDIR%%/core/IP.php %%WWWDIR%%/core/Loader.php %%WWWDIR%%/core/Log.php -%%WWWDIR%%/core/Log/APICall.php -%%WWWDIR%%/core/Log/Error.php -%%WWWDIR%%/core/Log/Exception.php -%%WWWDIR%%/core/Log/Message.php %%WWWDIR%%/core/Mail.php -%%WWWDIR%%/core/Menu/Abstract.php -%%WWWDIR%%/core/Menu/Admin.php -%%WWWDIR%%/core/Menu/Main.php -%%WWWDIR%%/core/Menu/Top.php +%%WWWDIR%%/core/Menu/MenuAbstract.php +%%WWWDIR%%/core/Menu/MenuAdmin.php +%%WWWDIR%%/core/Menu/MenuMain.php +%%WWWDIR%%/core/Menu/MenuTop.php +%%WWWDIR%%/core/Metrics.php +%%WWWDIR%%/core/MetricsFormatter.php %%WWWDIR%%/core/Nonce.php +%%WWWDIR%%/core/Notification.php +%%WWWDIR%%/core/Notification/Manager.php %%WWWDIR%%/core/Option.php %%WWWDIR%%/core/Period.php %%WWWDIR%%/core/Period/Day.php @@ -118,13 +130,22 @@ %%WWWDIR%%/core/Period/Year.php %%WWWDIR%%/core/Piwik.php %%WWWDIR%%/core/Plugin.php -%%WWWDIR%%/core/Plugin/Config.php -%%WWWDIR%%/core/PluginsFunctions/Sql.php -%%WWWDIR%%/core/PluginsFunctions/WidgetsList.php -%%WWWDIR%%/core/PluginsManager.php +%%WWWDIR%%/core/Plugin/API.php +%%WWWDIR%%/core/Plugin/Archiver.php +%%WWWDIR%%/core/Plugin/ConsoleCommand.php +%%WWWDIR%%/core/Plugin/Controller.php +%%WWWDIR%%/core/Plugin/ControllerAdmin.php +%%WWWDIR%%/core/Plugin/Manager.php +%%WWWDIR%%/core/Plugin/MetadataLoader.php +%%WWWDIR%%/core/Plugin/Settings.php +%%WWWDIR%%/core/Plugin/ViewDataTable.php +%%WWWDIR%%/core/Plugin/Visualization.php +%%WWWDIR%%/core/Profiler.php %%WWWDIR%%/core/ProxyHeaders.php +%%WWWDIR%%/core/ProxyHttp.php %%WWWDIR%%/core/QuickForm2.php %%WWWDIR%%/core/RankingQuery.php +%%WWWDIR%%/core/Registry.php %%WWWDIR%%/core/ReportRenderer.php %%WWWDIR%%/core/ReportRenderer/Html.php %%WWWDIR%%/core/ReportRenderer/Pdf.php @@ -137,55 +158,60 @@ %%WWWDIR%%/core/Segment.php %%WWWDIR%%/core/SegmentExpression.php %%WWWDIR%%/core/Session.php -%%WWWDIR%%/core/Session/Namespace.php %%WWWDIR%%/core/Session/SaveHandler/DbTable.php +%%WWWDIR%%/core/Session/SessionNamespace.php +%%WWWDIR%%/core/Settings/Manager.php +%%WWWDIR%%/core/Settings/Setting.php +%%WWWDIR%%/core/Settings/StorageInterface.php +%%WWWDIR%%/core/Settings/SystemSetting.php +%%WWWDIR%%/core/Settings/UserSetting.php +%%WWWDIR%%/core/SettingsPiwik.php +%%WWWDIR%%/core/SettingsServer.php +%%WWWDIR%%/core/Singleton.php %%WWWDIR%%/core/Site.php -%%WWWDIR%%/core/Smarty.php -%%WWWDIR%%/core/SmartyPlugins/block.purify.php -%%WWWDIR%%/core/SmartyPlugins/function.ajaxErrorDiv.php -%%WWWDIR%%/core/SmartyPlugins/function.ajaxLoadingDiv.php -%%WWWDIR%%/core/SmartyPlugins/function.ajaxRequestErrorDiv.php -%%WWWDIR%%/core/SmartyPlugins/function.hiddenurl.php -%%WWWDIR%%/core/SmartyPlugins/function.includeAssets.php -%%WWWDIR%%/core/SmartyPlugins/function.loadJavascriptTranslations.php -%%WWWDIR%%/core/SmartyPlugins/function.logoHtml.php -%%WWWDIR%%/core/SmartyPlugins/function.postEvent.php -%%WWWDIR%%/core/SmartyPlugins/function.sparkline.php -%%WWWDIR%%/core/SmartyPlugins/function.url.php -%%WWWDIR%%/core/SmartyPlugins/modifier.inlineHelp.php -%%WWWDIR%%/core/SmartyPlugins/modifier.money.php -%%WWWDIR%%/core/SmartyPlugins/modifier.stripeol.php -%%WWWDIR%%/core/SmartyPlugins/modifier.sumtime.php -%%WWWDIR%%/core/SmartyPlugins/modifier.translate.php -%%WWWDIR%%/core/SmartyPlugins/modifier.unescape.php -%%WWWDIR%%/core/SmartyPlugins/modifier.urlRewriteBasicView.php -%%WWWDIR%%/core/SmartyPlugins/modifier.urlRewriteWithParameters.php -%%WWWDIR%%/core/SmartyPlugins/outputfilter.ajaxcdn.php -%%WWWDIR%%/core/SmartyPlugins/outputfilter.cachebuster.php %%WWWDIR%%/core/TCPDF.php -%%WWWDIR%%/core/TablePartitioning.php %%WWWDIR%%/core/TaskScheduler.php +%%WWWDIR%%/core/Theme.php %%WWWDIR%%/core/Timer.php %%WWWDIR%%/core/Tracker.php %%WWWDIR%%/core/Tracker/Action.php +%%WWWDIR%%/core/Tracker/ActionClickUrl.php +%%WWWDIR%%/core/Tracker/ActionEvent.php +%%WWWDIR%%/core/Tracker/ActionPageview.php +%%WWWDIR%%/core/Tracker/ActionSiteSearch.php %%WWWDIR%%/core/Tracker/Cache.php -%%WWWDIR%%/core/Tracker/Config.php %%WWWDIR%%/core/Tracker/Db.php -%%WWWDIR%%/core/Tracker/Db/Exception.php +%%WWWDIR%%/core/Tracker/Db/DbException.php %%WWWDIR%%/core/Tracker/Db/Mysqli.php %%WWWDIR%%/core/Tracker/Db/Pdo/Mysql.php %%WWWDIR%%/core/Tracker/Db/Pdo/Pgsql.php %%WWWDIR%%/core/Tracker/GoalManager.php %%WWWDIR%%/core/Tracker/IgnoreCookie.php +%%WWWDIR%%/core/Tracker/PageUrl.php +%%WWWDIR%%/core/Tracker/Referrer.php +%%WWWDIR%%/core/Tracker/Request.php +%%WWWDIR%%/core/Tracker/TableLogAction.php %%WWWDIR%%/core/Tracker/Visit.php -%%WWWDIR%%/core/Tracker/javascriptCode.tpl +%%WWWDIR%%/core/Tracker/VisitExcluded.php +%%WWWDIR%%/core/Tracker/VisitInterface.php +%%WWWDIR%%/core/Tracker/VisitorNotFoundInDb.php %%WWWDIR%%/core/Translate.php -%%WWWDIR%%/core/TranslationWriter.php +%%WWWDIR%%/core/Translate/Filter/ByBaseTranslations.php +%%WWWDIR%%/core/Translate/Filter/ByParameterCount.php +%%WWWDIR%%/core/Translate/Filter/EmptyTranslations.php +%%WWWDIR%%/core/Translate/Filter/EncodedEntities.php +%%WWWDIR%%/core/Translate/Filter/FilterAbstract.php +%%WWWDIR%%/core/Translate/Filter/UnnecassaryWhitespaces.php +%%WWWDIR%%/core/Translate/Validate/CoreTranslations.php +%%WWWDIR%%/core/Translate/Validate/NoScripts.php +%%WWWDIR%%/core/Translate/Validate/ValidateAbstract.php +%%WWWDIR%%/core/Translate/Writer.php +%%WWWDIR%%/core/Twig.php %%WWWDIR%%/core/Unzip.php %%WWWDIR%%/core/Unzip/Gzip.php -%%WWWDIR%%/core/Unzip/Interface.php %%WWWDIR%%/core/Unzip/PclZip.php %%WWWDIR%%/core/Unzip/Tar.php +%%WWWDIR%%/core/Unzip/UncompressInterface.php %%WWWDIR%%/core/Unzip/ZipArchive.php %%WWWDIR%%/core/UpdateCheck.php %%WWWDIR%%/core/Updater.php @@ -248,89 +274,90 @@ %%WWWDIR%%/core/Updates/1.9.3-b10.php %%WWWDIR%%/core/Updates/1.9.3-b3.php %%WWWDIR%%/core/Updates/1.9.3-b8.php +%%WWWDIR%%/core/Updates/2.0-a12.php +%%WWWDIR%%/core/Updates/2.0-a13.php +%%WWWDIR%%/core/Updates/2.0-a17.php +%%WWWDIR%%/core/Updates/2.0-a7.php +%%WWWDIR%%/core/Updates/2.0-b10.php +%%WWWDIR%%/core/Updates/2.0-b13.php +%%WWWDIR%%/core/Updates/2.0-b3.php +%%WWWDIR%%/core/Updates/2.0-b9.php +%%WWWDIR%%/core/Updates/2.0-rc1.php %%WWWDIR%%/core/Url.php +%%WWWDIR%%/core/UrlHelper.php %%WWWDIR%%/core/Version.php %%WWWDIR%%/core/View.php -%%WWWDIR%%/core/View/Interface.php %%WWWDIR%%/core/View/OneClickDone.php %%WWWDIR%%/core/View/ReportsByDimension.php -%%WWWDIR%%/core/ViewDataTable.php -%%WWWDIR%%/core/ViewDataTable/Cloud.php -%%WWWDIR%%/core/ViewDataTable/GenerateGraphData.php -%%WWWDIR%%/core/ViewDataTable/GenerateGraphData/ChartEvolution.php -%%WWWDIR%%/core/ViewDataTable/GenerateGraphData/ChartPie.php -%%WWWDIR%%/core/ViewDataTable/GenerateGraphData/ChartVerticalBar.php -%%WWWDIR%%/core/ViewDataTable/GenerateGraphHTML.php -%%WWWDIR%%/core/ViewDataTable/GenerateGraphHTML/ChartEvolution.php -%%WWWDIR%%/core/ViewDataTable/GenerateGraphHTML/ChartPie.php -%%WWWDIR%%/core/ViewDataTable/GenerateGraphHTML/ChartVerticalBar.php -%%WWWDIR%%/core/ViewDataTable/HtmlTable.php -%%WWWDIR%%/core/ViewDataTable/HtmlTable/AllColumns.php -%%WWWDIR%%/core/ViewDataTable/HtmlTable/Goals.php -%%WWWDIR%%/core/ViewDataTable/Sparkline.php -%%WWWDIR%%/core/Visualization/Chart.php -%%WWWDIR%%/core/Visualization/Chart/Evolution.php -%%WWWDIR%%/core/Visualization/Chart/Pie.php -%%WWWDIR%%/core/Visualization/Chart/VerticalBar.php -%%WWWDIR%%/core/Visualization/Cloud.php +%%WWWDIR%%/core/View/ViewInterface.php +%%WWWDIR%%/core/ViewDataTable/Config.php +%%WWWDIR%%/core/ViewDataTable/Factory.php +%%WWWDIR%%/core/ViewDataTable/Manager.php +%%WWWDIR%%/core/ViewDataTable/Request.php +%%WWWDIR%%/core/ViewDataTable/RequestConfig.php %%WWWDIR%%/core/Visualization/Sparkline.php +%%WWWDIR%%/core/WidgetsList.php %%WWWDIR%%/core/testMinimumPhpVersion.php %%WWWDIR%%/index.php %%WWWDIR%%/js/LICENSE.txt %%WWWDIR%%/js/README.md %%WWWDIR%%/js/index.php %%WWWDIR%%/js/piwik.js -%%WWWDIR%%/lang/am.php -%%WWWDIR%%/lang/ar.php -%%WWWDIR%%/lang/be.php -%%WWWDIR%%/lang/bg.php -%%WWWDIR%%/lang/ca.php -%%WWWDIR%%/lang/cs.php -%%WWWDIR%%/lang/cy.php -%%WWWDIR%%/lang/da.php -%%WWWDIR%%/lang/de.php -%%WWWDIR%%/lang/el.php -%%WWWDIR%%/lang/en.php -%%WWWDIR%%/lang/es.php -%%WWWDIR%%/lang/et.php -%%WWWDIR%%/lang/eu.php -%%WWWDIR%%/lang/fa.php -%%WWWDIR%%/lang/fi.php -%%WWWDIR%%/lang/fr.php -%%WWWDIR%%/lang/gl.php -%%WWWDIR%%/lang/he.php -%%WWWDIR%%/lang/hr.php -%%WWWDIR%%/lang/hu.php -%%WWWDIR%%/lang/id.php -%%WWWDIR%%/lang/is.php -%%WWWDIR%%/lang/it.php -%%WWWDIR%%/lang/ja.php -%%WWWDIR%%/lang/ka.php -%%WWWDIR%%/lang/ko.php -%%WWWDIR%%/lang/lt.php -%%WWWDIR%%/lang/lv.php -%%WWWDIR%%/lang/nb.php -%%WWWDIR%%/lang/nl.php -%%WWWDIR%%/lang/nn.php -%%WWWDIR%%/lang/pl.php -%%WWWDIR%%/lang/pt-br.php -%%WWWDIR%%/lang/pt.php -%%WWWDIR%%/lang/ro.php -%%WWWDIR%%/lang/ru.php -%%WWWDIR%%/lang/sk.php -%%WWWDIR%%/lang/sl.php -%%WWWDIR%%/lang/sq.php -%%WWWDIR%%/lang/sr.php -%%WWWDIR%%/lang/sv.php -%%WWWDIR%%/lang/te.php -%%WWWDIR%%/lang/th.php -%%WWWDIR%%/lang/tr.php -%%WWWDIR%%/lang/uk.php -%%WWWDIR%%/lang/zh-cn.php -%%WWWDIR%%/lang/zh-tw.php +%%WWWDIR%%/lang/README.md +%%WWWDIR%%/lang/am.json +%%WWWDIR%%/lang/ar.json +%%WWWDIR%%/lang/be.json +%%WWWDIR%%/lang/bg.json +%%WWWDIR%%/lang/bn.json +%%WWWDIR%%/lang/bs.json +%%WWWDIR%%/lang/ca.json +%%WWWDIR%%/lang/cs.json +%%WWWDIR%%/lang/cy.json +%%WWWDIR%%/lang/da.json +%%WWWDIR%%/lang/de.json +%%WWWDIR%%/lang/el.json +%%WWWDIR%%/lang/en.json +%%WWWDIR%%/lang/es.json +%%WWWDIR%%/lang/et.json +%%WWWDIR%%/lang/eu.json +%%WWWDIR%%/lang/fa.json +%%WWWDIR%%/lang/fi.json +%%WWWDIR%%/lang/fr.json +%%WWWDIR%%/lang/gl.json +%%WWWDIR%%/lang/he.json +%%WWWDIR%%/lang/hi.json +%%WWWDIR%%/lang/hr.json +%%WWWDIR%%/lang/hu.json +%%WWWDIR%%/lang/id.json +%%WWWDIR%%/lang/is.json +%%WWWDIR%%/lang/it.json +%%WWWDIR%%/lang/ja.json +%%WWWDIR%%/lang/ka.json +%%WWWDIR%%/lang/ko.json +%%WWWDIR%%/lang/lt.json +%%WWWDIR%%/lang/lv.json +%%WWWDIR%%/lang/nb.json +%%WWWDIR%%/lang/nl.json +%%WWWDIR%%/lang/nn.json +%%WWWDIR%%/lang/pl.json +%%WWWDIR%%/lang/pt-br.json +%%WWWDIR%%/lang/pt.json +%%WWWDIR%%/lang/ro.json +%%WWWDIR%%/lang/ru.json +%%WWWDIR%%/lang/sk.json +%%WWWDIR%%/lang/sl.json +%%WWWDIR%%/lang/sq.json +%%WWWDIR%%/lang/sr.json +%%WWWDIR%%/lang/sv.json +%%WWWDIR%%/lang/ta.json +%%WWWDIR%%/lang/te.json +%%WWWDIR%%/lang/th.json +%%WWWDIR%%/lang/tr.json +%%WWWDIR%%/lang/uk.json +%%WWWDIR%%/lang/vi.json +%%WWWDIR%%/lang/zh-cn.json +%%WWWDIR%%/lang/zh-tw.json %%WWWDIR%%/libs/Archive_Tar/Tar.php -%%WWWDIR%%/libs/Event/Dispatcher.php -%%WWWDIR%%/libs/Event/Notification.php %%WWWDIR%%/libs/HTML/Common2.php %%WWWDIR%%/libs/HTML/QuickForm2.php %%WWWDIR%%/libs/HTML/QuickForm2/Container.php @@ -407,101 +434,9 @@ %%WWWDIR%%/libs/PiwikTracker/LICENSE.txt %%WWWDIR%%/libs/PiwikTracker/PiwikTracker.php %%WWWDIR%%/libs/README.md -%%WWWDIR%%/libs/Smarty/Config_File.class.php -%%WWWDIR%%/libs/Smarty/Smarty.class.php -%%WWWDIR%%/libs/Smarty/Smarty_Compiler.class.php -%%WWWDIR%%/libs/Smarty/debug.tpl -%%WWWDIR%%/libs/Smarty/gpl.txt -%%WWWDIR%%/libs/Smarty/internals/core.assemble_plugin_filepath.php -%%WWWDIR%%/libs/Smarty/internals/core.assign_smarty_interface.php -%%WWWDIR%%/libs/Smarty/internals/core.create_dir_structure.php -%%WWWDIR%%/libs/Smarty/internals/core.display_debug_console.php -%%WWWDIR%%/libs/Smarty/internals/core.get_include_path.php -%%WWWDIR%%/libs/Smarty/internals/core.get_microtime.php -%%WWWDIR%%/libs/Smarty/internals/core.get_php_resource.php -%%WWWDIR%%/libs/Smarty/internals/core.is_secure.php -%%WWWDIR%%/libs/Smarty/internals/core.is_trusted.php -%%WWWDIR%%/libs/Smarty/internals/core.load_plugins.php -%%WWWDIR%%/libs/Smarty/internals/core.load_resource_plugin.php -%%WWWDIR%%/libs/Smarty/internals/core.process_cached_inserts.php -%%WWWDIR%%/libs/Smarty/internals/core.process_compiled_include.php -%%WWWDIR%%/libs/Smarty/internals/core.read_cache_file.php -%%WWWDIR%%/libs/Smarty/internals/core.rm_auto.php -%%WWWDIR%%/libs/Smarty/internals/core.rmdir.php -%%WWWDIR%%/libs/Smarty/internals/core.run_insert_handler.php -%%WWWDIR%%/libs/Smarty/internals/core.smarty_include_php.php -%%WWWDIR%%/libs/Smarty/internals/core.write_cache_file.php -%%WWWDIR%%/libs/Smarty/internals/core.write_compiled_include.php -%%WWWDIR%%/libs/Smarty/internals/core.write_compiled_resource.php -%%WWWDIR%%/libs/Smarty/internals/core.write_file.php -%%WWWDIR%%/libs/Smarty/lgpl-2.1.txt -%%WWWDIR%%/libs/Smarty/lgpl-3.0.txt -%%WWWDIR%%/libs/Smarty/plugins/block.textformat.php -%%WWWDIR%%/libs/Smarty/plugins/compiler.assign.php -%%WWWDIR%%/libs/Smarty/plugins/function.assign_debug_info.php -%%WWWDIR%%/libs/Smarty/plugins/function.config_load.php -%%WWWDIR%%/libs/Smarty/plugins/function.counter.php -%%WWWDIR%%/libs/Smarty/plugins/function.cycle.php -%%WWWDIR%%/libs/Smarty/plugins/function.debug.php -%%WWWDIR%%/libs/Smarty/plugins/function.eval.php -%%WWWDIR%%/libs/Smarty/plugins/function.fetch.php -%%WWWDIR%%/libs/Smarty/plugins/function.html_checkboxes.php -%%WWWDIR%%/libs/Smarty/plugins/function.html_image.php -%%WWWDIR%%/libs/Smarty/plugins/function.html_options.php -%%WWWDIR%%/libs/Smarty/plugins/function.html_radios.php -%%WWWDIR%%/libs/Smarty/plugins/function.html_select_date.php -%%WWWDIR%%/libs/Smarty/plugins/function.html_select_time.php -%%WWWDIR%%/libs/Smarty/plugins/function.html_table.php -%%WWWDIR%%/libs/Smarty/plugins/function.mailto.php -%%WWWDIR%%/libs/Smarty/plugins/function.math.php -%%WWWDIR%%/libs/Smarty/plugins/function.popup.php -%%WWWDIR%%/libs/Smarty/plugins/function.popup_init.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.capitalize.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.cat.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.count_characters.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.count_paragraphs.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.count_sentences.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.count_words.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.date_format.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.debug_print_var.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.default.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.escape.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.indent.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.lower.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.nl2br.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.regex_replace.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.replace.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.spacify.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.string_format.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.strip.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.strip_tags.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.truncate.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.upper.php -%%WWWDIR%%/libs/Smarty/plugins/modifier.wordwrap.php -%%WWWDIR%%/libs/Smarty/plugins/outputfilter.trimwhitespace.php -%%WWWDIR%%/libs/Smarty/plugins/shared.escape_special_chars.php -%%WWWDIR%%/libs/Smarty/plugins/shared.make_timestamp.php %%WWWDIR%%/libs/UserAgentParser/README.md %%WWWDIR%%/libs/UserAgentParser/UserAgentParser.php %%WWWDIR%%/libs/UserAgentParser/UserAgentParser.test.php -%%WWWDIR%%/libs/Zend/Auth.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/DbTable.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/Digest.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/Exception.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/Http.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/Http/Resolver/Exception.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/Http/Resolver/File.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/Http/Resolver/Interface.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/InfoCard.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/Interface.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/Ldap.php -%%WWWDIR%%/libs/Zend/Auth/Adapter/OpenId.php -%%WWWDIR%%/libs/Zend/Auth/Exception.php -%%WWWDIR%%/libs/Zend/Auth/Result.php -%%WWWDIR%%/libs/Zend/Auth/Storage/Exception.php -%%WWWDIR%%/libs/Zend/Auth/Storage/Interface.php -%%WWWDIR%%/libs/Zend/Auth/Storage/NonPersistent.php -%%WWWDIR%%/libs/Zend/Auth/Storage/Session.php %%WWWDIR%%/libs/Zend/Cache.php %%WWWDIR%%/libs/Zend/Cache/Backend.php %%WWWDIR%%/libs/Zend/Cache/Backend/Apc.php @@ -598,153 +533,7 @@ %%WWWDIR%%/libs/Zend/Db/Table/Select.php %%WWWDIR%%/libs/Zend/Db/Table/Select/Exception.php %%WWWDIR%%/libs/Zend/Exception.php -%%WWWDIR%%/libs/Zend/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Abstract.php -%%WWWDIR%%/libs/Zend/Feed/Atom.php -%%WWWDIR%%/libs/Zend/Feed/Builder.php -%%WWWDIR%%/libs/Zend/Feed/Builder/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Builder/Exception.php -%%WWWDIR%%/libs/Zend/Feed/Builder/Header.php -%%WWWDIR%%/libs/Zend/Feed/Builder/Header/Itunes.php -%%WWWDIR%%/libs/Zend/Feed/Builder/Interface.php -%%WWWDIR%%/libs/Zend/Feed/Element.php -%%WWWDIR%%/libs/Zend/Feed/Entry/Abstract.php -%%WWWDIR%%/libs/Zend/Feed/Entry/Atom.php -%%WWWDIR%%/libs/Zend/Feed/Entry/Rss.php -%%WWWDIR%%/libs/Zend/Feed/Exception.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/CallbackAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/CallbackInterface.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/Exception.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/HttpResponse.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/Model/ModelAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/Model/Subscription.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/Model/SubscriptionInterface.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/Publisher.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/Subscriber.php -%%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/Subscriber/Callback.php -%%WWWDIR%%/libs/Zend/Feed/Reader.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Collection.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Collection/Author.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Collection/Category.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Collection/CollectionAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Entry/Atom.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Entry/Rss.php -%%WWWDIR%%/libs/Zend/Feed/Reader/EntryAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Reader/EntryInterface.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Atom/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Atom/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Content/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/CreativeCommons/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/CreativeCommons/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/DublinCore/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/DublinCore/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/EntryAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/FeedAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Podcast/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Podcast/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Slash/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Syndication/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Thread/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Extension/WellFormedWeb/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Feed/Atom.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Feed/Atom/Source.php -%%WWWDIR%%/libs/Zend/Feed/Reader/Feed/Rss.php -%%WWWDIR%%/libs/Zend/Feed/Reader/FeedAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Reader/FeedInterface.php -%%WWWDIR%%/libs/Zend/Feed/Reader/FeedSet.php -%%WWWDIR%%/libs/Zend/Feed/Rss.php -%%WWWDIR%%/libs/Zend/Feed/Writer.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Deleted.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Exception/InvalidMethodException.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Atom/Renderer/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Content/Renderer/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/DublinCore/Renderer/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/DublinCore/Renderer/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/ITunes/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/ITunes/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/ITunes/Renderer/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/ITunes/Renderer/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/RendererAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/RendererInterface.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Slash/Renderer/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Threading/Renderer/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Extension/WellFormedWeb/Renderer/Entry.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Feed.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Feed/FeedAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Entry/Atom.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Entry/Atom/Deleted.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Entry/Rss.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Feed/Atom.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Feed/Atom/AtomAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Feed/Atom/Source.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Feed/Rss.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/RendererAbstract.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/RendererInterface.php -%%WWWDIR%%/libs/Zend/Feed/Writer/Source.php -%%WWWDIR%%/libs/Zend/Http/Client.php -%%WWWDIR%%/libs/Zend/Http/Client/Adapter/Curl.php -%%WWWDIR%%/libs/Zend/Http/Client/Adapter/Exception.php -%%WWWDIR%%/libs/Zend/Http/Client/Adapter/Interface.php -%%WWWDIR%%/libs/Zend/Http/Client/Adapter/Proxy.php -%%WWWDIR%%/libs/Zend/Http/Client/Adapter/Socket.php -%%WWWDIR%%/libs/Zend/Http/Client/Adapter/Stream.php -%%WWWDIR%%/libs/Zend/Http/Client/Adapter/Test.php -%%WWWDIR%%/libs/Zend/Http/Client/Exception.php -%%WWWDIR%%/libs/Zend/Http/Cookie.php -%%WWWDIR%%/libs/Zend/Http/CookieJar.php -%%WWWDIR%%/libs/Zend/Http/Exception.php -%%WWWDIR%%/libs/Zend/Http/Response.php -%%WWWDIR%%/libs/Zend/Http/Response/Stream.php -%%WWWDIR%%/libs/Zend/Http/UserAgent.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/AbstractDevice.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Bot.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Checker.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Console.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Desktop.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Device.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Email.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Exception.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter/DeviceAtlas.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter/TeraWurfl.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter/WurflApi.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Exception.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Feed.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Mobile.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Offline.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Probe.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Spam.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Storage.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Storage/Exception.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Storage/NonPersistent.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Storage/Session.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Text.php -%%WWWDIR%%/libs/Zend/Http/UserAgent/Validator.php %%WWWDIR%%/libs/Zend/LICENSE.txt -%%WWWDIR%%/libs/Zend/Log.php -%%WWWDIR%%/libs/Zend/Log/Exception.php -%%WWWDIR%%/libs/Zend/Log/FactoryInterface.php -%%WWWDIR%%/libs/Zend/Log/Filter/Abstract.php -%%WWWDIR%%/libs/Zend/Log/Filter/Interface.php -%%WWWDIR%%/libs/Zend/Log/Filter/Message.php -%%WWWDIR%%/libs/Zend/Log/Filter/Priority.php -%%WWWDIR%%/libs/Zend/Log/Filter/Suppress.php -%%WWWDIR%%/libs/Zend/Log/Formatter/Abstract.php -%%WWWDIR%%/libs/Zend/Log/Formatter/Firebug.php -%%WWWDIR%%/libs/Zend/Log/Formatter/Interface.php -%%WWWDIR%%/libs/Zend/Log/Formatter/Simple.php -%%WWWDIR%%/libs/Zend/Log/Formatter/Xml.php -%%WWWDIR%%/libs/Zend/Log/Writer/Abstract.php -%%WWWDIR%%/libs/Zend/Log/Writer/Db.php -%%WWWDIR%%/libs/Zend/Log/Writer/Firebug.php -%%WWWDIR%%/libs/Zend/Log/Writer/Mail.php -%%WWWDIR%%/libs/Zend/Log/Writer/Mock.php -%%WWWDIR%%/libs/Zend/Log/Writer/Null.php -%%WWWDIR%%/libs/Zend/Log/Writer/Stream.php -%%WWWDIR%%/libs/Zend/Log/Writer/Syslog.php -%%WWWDIR%%/libs/Zend/Log/Writer/ZendMonitor.php %%WWWDIR%%/libs/Zend/Mail.php %%WWWDIR%%/libs/Zend/Mail/Exception.php %%WWWDIR%%/libs/Zend/Mail/Message.php @@ -795,51 +584,15 @@ %%WWWDIR%%/libs/Zend/Session/Validator/Abstract.php %%WWWDIR%%/libs/Zend/Session/Validator/HttpUserAgent.php %%WWWDIR%%/libs/Zend/Session/Validator/Interface.php -%%WWWDIR%%/libs/Zend/Uri.php -%%WWWDIR%%/libs/Zend/Uri/Exception.php -%%WWWDIR%%/libs/Zend/Uri/Http.php %%WWWDIR%%/libs/Zend/Validate.php %%WWWDIR%%/libs/Zend/Validate/Abstract.php %%WWWDIR%%/libs/Zend/Validate/Alnum.php %%WWWDIR%%/libs/Zend/Validate/Alpha.php -%%WWWDIR%%/libs/Zend/Validate/Barcode.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/AdapterAbstract.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/AdapterInterface.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Code25.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Code25interleaved.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Code39.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Code39ext.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Code93.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Code93ext.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Ean12.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Ean13.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Ean14.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Ean18.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Ean2.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Ean5.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Ean8.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Gtin12.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Gtin13.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Gtin14.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Identcode.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Intelligentmail.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Issn.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Itf14.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Leitcode.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Planet.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Postnet.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Royalmail.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Sscc.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Upca.php -%%WWWDIR%%/libs/Zend/Validate/Barcode/Upce.php %%WWWDIR%%/libs/Zend/Validate/Between.php %%WWWDIR%%/libs/Zend/Validate/Callback.php %%WWWDIR%%/libs/Zend/Validate/Ccnum.php %%WWWDIR%%/libs/Zend/Validate/CreditCard.php %%WWWDIR%%/libs/Zend/Validate/Date.php -%%WWWDIR%%/libs/Zend/Validate/Db/Abstract.php -%%WWWDIR%%/libs/Zend/Validate/Db/NoRecordExists.php -%%WWWDIR%%/libs/Zend/Validate/Db/RecordExists.php %%WWWDIR%%/libs/Zend/Validate/Digits.php %%WWWDIR%%/libs/Zend/Validate/EmailAddress.php %%WWWDIR%%/libs/Zend/Validate/Exception.php @@ -880,10 +633,6 @@ %%WWWDIR%%/libs/Zend/Validate/NotEmpty.php %%WWWDIR%%/libs/Zend/Validate/PostCode.php %%WWWDIR%%/libs/Zend/Validate/Regex.php -%%WWWDIR%%/libs/Zend/Validate/Sitemap/Changefreq.php -%%WWWDIR%%/libs/Zend/Validate/Sitemap/Lastmod.php -%%WWWDIR%%/libs/Zend/Validate/Sitemap/Loc.php -%%WWWDIR%%/libs/Zend/Validate/Sitemap/Priority.php %%WWWDIR%%/libs/Zend/Validate/StringLength.php %%WWWDIR%%/libs/Zend/Version.php %%WWWDIR%%/libs/cssmin/MIT-LICENSE.txt @@ -923,13 +672,22 @@ %%WWWDIR%%/libs/jquery/MIT-LICENSE-scrollto.txt %%WWWDIR%%/libs/jquery/gpl-2.0.txt %%WWWDIR%%/libs/jquery/gpl-3.0.txt +%%WWWDIR%%/libs/jquery/images/down_arrow.png +%%WWWDIR%%/libs/jquery/images/scroller.png +%%WWWDIR%%/libs/jquery/images/slide.png +%%WWWDIR%%/libs/jquery/images/up_arrow.png %%WWWDIR%%/libs/jquery/jquery-ui.js %%WWWDIR%%/libs/jquery/jquery.browser.js %%WWWDIR%%/libs/jquery/jquery.history.js %%WWWDIR%%/libs/jquery/jquery.js +%%WWWDIR%%/libs/jquery/jquery.jscrollpane.js +%%WWWDIR%%/libs/jquery/jquery.mousewheel.js %%WWWDIR%%/libs/jquery/jquery.placeholder.js %%WWWDIR%%/libs/jquery/jquery.scrollTo.js %%WWWDIR%%/libs/jquery/jquery.truncate.js +%%WWWDIR%%/libs/jquery/mwheelIntent.js +%%WWWDIR%%/libs/jquery/stylesheets/jquery.jscrollpane.css +%%WWWDIR%%/libs/jquery/stylesheets/scroll.less %%WWWDIR%%/libs/jquery/themes/base/images/ui-anim_basic_16x16.gif %%WWWDIR%%/libs/jquery/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png %%WWWDIR%%/libs/jquery/themes/base/images/ui-bg_flat_75_ffffff_40x100.png @@ -952,7 +710,6 @@ %%WWWDIR%%/libs/pChart2.1.3/class/pDraw.class.php %%WWWDIR%%/libs/pChart2.1.3/class/pImage.class.php %%WWWDIR%%/libs/pChart2.1.3/class/pPie.class.php -%%WWWDIR%%/libs/pChart2.1.3/index.php %%WWWDIR%%/libs/pChart2.1.3/readme.txt %%WWWDIR%%/libs/sparkline/CHANGES %%WWWDIR%%/libs/sparkline/DESIGN @@ -963,10 +720,12 @@ %%WWWDIR%%/libs/sparkline/lib/Sparkline.php %%WWWDIR%%/libs/sparkline/lib/Sparkline_Bar.php %%WWWDIR%%/libs/sparkline/lib/Sparkline_Line.php +%%WWWDIR%%/libs/spyc.php %%WWWDIR%%/libs/tcpdf/2dbarcodes.php -%%WWWDIR%%/libs/tcpdf/CHANGELOG.TXT +%%WWWDIR%%/libs/tcpdf/LICENSE.TXT %%WWWDIR%%/libs/tcpdf/README.TXT %%WWWDIR%%/libs/tcpdf/barcodes.php +%%WWWDIR%%/libs/tcpdf/composer.json %%WWWDIR%%/libs/tcpdf/config/lang/eng.php %%WWWDIR%%/libs/tcpdf/config/tcpdf_config.php %%WWWDIR%%/libs/tcpdf/config/tcpdf_config_alt.php @@ -992,6 +751,13 @@ %%WWWDIR%%/libs/tcpdf/fonts/timesi.php %%WWWDIR%%/libs/tcpdf/gpl.txt %%WWWDIR%%/libs/tcpdf/htmlcolors.php +%%WWWDIR%%/libs/tcpdf/include/sRGB.icc +%%WWWDIR%%/libs/tcpdf/include/tcpdf_colors.php +%%WWWDIR%%/libs/tcpdf/include/tcpdf_filters.php +%%WWWDIR%%/libs/tcpdf/include/tcpdf_font_data.php +%%WWWDIR%%/libs/tcpdf/include/tcpdf_fonts.php +%%WWWDIR%%/libs/tcpdf/include/tcpdf_images.php +%%WWWDIR%%/libs/tcpdf/include/tcpdf_static.php %%WWWDIR%%/libs/tcpdf/lgpl-3.0.txt %%WWWDIR%%/libs/tcpdf/pdf417.php %%WWWDIR%%/libs/tcpdf/qrcode.php @@ -1000,6 +766,9 @@ %%WWWDIR%%/libs/tcpdf/tcpdf.fdf %%WWWDIR%%/libs/tcpdf/tcpdf.p12 %%WWWDIR%%/libs/tcpdf/tcpdf.php +%%WWWDIR%%/libs/tcpdf/tcpdf_autoconfig.php +%%WWWDIR%%/libs/tcpdf/tcpdf_import.php +%%WWWDIR%%/libs/tcpdf/tcpdf_parser.php %%WWWDIR%%/libs/tcpdf/unicode_data.php %%WWWDIR%%/libs/upgradephp/README %%WWWDIR%%/libs/upgradephp/upgrade.php @@ -1031,159 +800,298 @@ %%WWWDIR%%/misc/others/widget_example_lastvisits.html %%WWWDIR%%/misc/proxy-hide-piwik-url/README.md %%WWWDIR%%/misc/proxy-hide-piwik-url/piwik.php +%%WWWDIR%%/misc/translationTool.sh +%%WWWDIR%%/misc/user/.gitkeep +%%WWWDIR%%/misc/user/.htaccess %%WWWDIR%%/piwik.js %%WWWDIR%%/piwik.php %%WWWDIR%%/plugins/API/API.php %%WWWDIR%%/plugins/API/Controller.php -%%WWWDIR%%/plugins/API/css/styles.css -%%WWWDIR%%/plugins/API/templates/listAllAPI.tpl +%%WWWDIR%%/plugins/API/ProcessedReport.php +%%WWWDIR%%/plugins/API/RowEvolution.php +%%WWWDIR%%/plugins/API/stylesheets/listAllAPI.less +%%WWWDIR%%/plugins/API/templates/listAllAPI.twig %%WWWDIR%%/plugins/Actions/API.php %%WWWDIR%%/plugins/Actions/Actions.php -%%WWWDIR%%/plugins/Actions/Archiving.php +%%WWWDIR%%/plugins/Actions/Archiver.php %%WWWDIR%%/plugins/Actions/ArchivingHelper.php %%WWWDIR%%/plugins/Actions/Controller.php -%%WWWDIR%%/plugins/Actions/templates/indexSiteSearch.tpl +%%WWWDIR%%/plugins/Actions/javascripts/actionsDataTable.js +%%WWWDIR%%/plugins/Actions/stylesheets/dataTableActions.less +%%WWWDIR%%/plugins/Actions/templates/indexSiteSearch.twig %%WWWDIR%%/plugins/Annotations/API.php %%WWWDIR%%/plugins/Annotations/AnnotationList.php %%WWWDIR%%/plugins/Annotations/Annotations.php %%WWWDIR%%/plugins/Annotations/Controller.php -%%WWWDIR%%/plugins/Annotations/templates/annotation.tpl -%%WWWDIR%%/plugins/Annotations/templates/annotationManager.tpl -%%WWWDIR%%/plugins/Annotations/templates/annotations.js -%%WWWDIR%%/plugins/Annotations/templates/annotations.tpl -%%WWWDIR%%/plugins/Annotations/templates/evolutionAnnotations.tpl -%%WWWDIR%%/plugins/Annotations/templates/styles.css +%%WWWDIR%%/plugins/Annotations/javascripts/annotations.js +%%WWWDIR%%/plugins/Annotations/stylesheets/annotations.less +%%WWWDIR%%/plugins/Annotations/templates/_annotation.twig +%%WWWDIR%%/plugins/Annotations/templates/_annotationList.twig +%%WWWDIR%%/plugins/Annotations/templates/getAnnotationManager.twig +%%WWWDIR%%/plugins/Annotations/templates/getEvolutionIcons.twig +%%WWWDIR%%/plugins/Annotations/templates/saveAnnotation.twig %%WWWDIR%%/plugins/AnonymizeIP/AnonymizeIP.php %%WWWDIR%%/plugins/CoreAdminHome/API.php %%WWWDIR%%/plugins/CoreAdminHome/Controller.php %%WWWDIR%%/plugins/CoreAdminHome/CoreAdminHome.php -%%WWWDIR%%/plugins/CoreAdminHome/templates/footer.tpl -%%WWWDIR%%/plugins/CoreAdminHome/templates/generalSettings.js -%%WWWDIR%%/plugins/CoreAdminHome/templates/generalSettings.tpl -%%WWWDIR%%/plugins/CoreAdminHome/templates/header.tpl -%%WWWDIR%%/plugins/CoreAdminHome/templates/jsTrackingGenerator.css -%%WWWDIR%%/plugins/CoreAdminHome/templates/jsTrackingGenerator.js -%%WWWDIR%%/plugins/CoreAdminHome/templates/jsTrackingGenerator.tpl -%%WWWDIR%%/plugins/CoreAdminHome/templates/menu.css -%%WWWDIR%%/plugins/CoreAdminHome/templates/menu.tpl -%%WWWDIR%%/plugins/CoreAdminHome/templates/optOut.tpl -%%WWWDIR%%/plugins/CoreAdminHome/templates/styles.css +%%WWWDIR%%/plugins/CoreAdminHome/javascripts/generalSettings.js +%%WWWDIR%%/plugins/CoreAdminHome/javascripts/jsTrackingGenerator.js +%%WWWDIR%%/plugins/CoreAdminHome/javascripts/pluginSettings.js +%%WWWDIR%%/plugins/CoreAdminHome/stylesheets/generalSettings.less +%%WWWDIR%%/plugins/CoreAdminHome/stylesheets/jsTrackingGenerator.css +%%WWWDIR%%/plugins/CoreAdminHome/stylesheets/menu.less +%%WWWDIR%%/plugins/CoreAdminHome/stylesheets/pluginSettings.less +%%WWWDIR%%/plugins/CoreAdminHome/templates/_menu.twig +%%WWWDIR%%/plugins/CoreAdminHome/templates/generalSettings.twig +%%WWWDIR%%/plugins/CoreAdminHome/templates/optOut.twig +%%WWWDIR%%/plugins/CoreAdminHome/templates/pluginSettings.twig +%%WWWDIR%%/plugins/CoreAdminHome/templates/trackingCodeGenerator.twig +%%WWWDIR%%/plugins/CoreConsole/Commands/CodeCoverage.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GenerateApi.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GenerateCommand.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GenerateController.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GeneratePlugin.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GeneratePluginBase.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GenerateSettings.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GenerateTest.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GenerateVisualizationPlugin.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GitCommit.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GitPull.php +%%WWWDIR%%/plugins/CoreConsole/Commands/GitPush.php +%%WWWDIR%%/plugins/CoreConsole/Commands/RunTests.php +%%WWWDIR%%/plugins/CoreConsole/Commands/SyncUITestScreenshots.php +%%WWWDIR%%/plugins/CoreConsole/Commands/WatchLog.php +%%WWWDIR%%/plugins/CoreConsole/CoreConsole.php %%WWWDIR%%/plugins/CoreHome/Controller.php %%WWWDIR%%/plugins/CoreHome/CoreHome.php %%WWWDIR%%/plugins/CoreHome/DataTableRowAction/MultiRowEvolution.php %%WWWDIR%%/plugins/CoreHome/DataTableRowAction/RowEvolution.php -%%WWWDIR%%/plugins/CoreHome/templates/autocomplete.js -%%WWWDIR%%/plugins/CoreHome/templates/broadcast.js -%%WWWDIR%%/plugins/CoreHome/templates/calendar.js -%%WWWDIR%%/plugins/CoreHome/templates/cloud.css -%%WWWDIR%%/plugins/CoreHome/templates/cloud.tpl -%%WWWDIR%%/plugins/CoreHome/templates/datatable.css -%%WWWDIR%%/plugins/CoreHome/templates/datatable.js -%%WWWDIR%%/plugins/CoreHome/templates/datatable.tpl -%%WWWDIR%%/plugins/CoreHome/templates/datatable_actions.tpl -%%WWWDIR%%/plugins/CoreHome/templates/datatable_actions_recursive.tpl -%%WWWDIR%%/plugins/CoreHome/templates/datatable_actions_subdatable.tpl -%%WWWDIR%%/plugins/CoreHome/templates/datatable_cell.tpl -%%WWWDIR%%/plugins/CoreHome/templates/datatable_footer.tpl -%%WWWDIR%%/plugins/CoreHome/templates/datatable_head.tpl -%%WWWDIR%%/plugins/CoreHome/templates/datatable_js.tpl -%%WWWDIR%%/plugins/CoreHome/templates/datatable_manager.js -%%WWWDIR%%/plugins/CoreHome/templates/datatable_rowactions.js -%%WWWDIR%%/plugins/CoreHome/templates/date.js -%%WWWDIR%%/plugins/CoreHome/templates/donate.css -%%WWWDIR%%/plugins/CoreHome/templates/donate.js -%%WWWDIR%%/plugins/CoreHome/templates/donate.tpl -%%WWWDIR%%/plugins/CoreHome/templates/footer.tpl -%%WWWDIR%%/plugins/CoreHome/templates/graph.tpl -%%WWWDIR%%/plugins/CoreHome/templates/header.tpl -%%WWWDIR%%/plugins/CoreHome/templates/header_message.tpl -%%WWWDIR%%/plugins/CoreHome/templates/html_report_body.tpl -%%WWWDIR%%/plugins/CoreHome/templates/html_report_footer.tpl -%%WWWDIR%%/plugins/CoreHome/templates/html_report_header.tpl -%%WWWDIR%%/plugins/CoreHome/templates/iframe_buster_body.tpl -%%WWWDIR%%/plugins/CoreHome/templates/iframe_buster_header.tpl -%%WWWDIR%%/plugins/CoreHome/templates/images/bg_header.jpg -%%WWWDIR%%/plugins/CoreHome/templates/images/bullet1.gif -%%WWWDIR%%/plugins/CoreHome/templates/images/bullet2.gif -%%WWWDIR%%/plugins/CoreHome/templates/images/favicon.ico -%%WWWDIR%%/plugins/CoreHome/templates/images/more.png -%%WWWDIR%%/plugins/CoreHome/templates/images/more_date.gif -%%WWWDIR%%/plugins/CoreHome/templates/images/more_period.gif -%%WWWDIR%%/plugins/CoreHome/templates/images/promo_splash.png -%%WWWDIR%%/plugins/CoreHome/templates/images/reset_search.png -%%WWWDIR%%/plugins/CoreHome/templates/images/search.png -%%WWWDIR%%/plugins/CoreHome/templates/index.tpl -%%WWWDIR%%/plugins/CoreHome/templates/index_before_menu.tpl -%%WWWDIR%%/plugins/CoreHome/templates/index_content.tpl -%%WWWDIR%%/plugins/CoreHome/templates/jqplot.css -%%WWWDIR%%/plugins/CoreHome/templates/jqplot.js -%%WWWDIR%%/plugins/CoreHome/templates/jquery.ui.autocomplete.css -%%WWWDIR%%/plugins/CoreHome/templates/js_css_includes.tpl -%%WWWDIR%%/plugins/CoreHome/templates/js_disabled_notice.tpl -%%WWWDIR%%/plugins/CoreHome/templates/js_global_variables.tpl -%%WWWDIR%%/plugins/CoreHome/templates/logo.tpl -%%WWWDIR%%/plugins/CoreHome/templates/menu.css -%%WWWDIR%%/plugins/CoreHome/templates/menu.js -%%WWWDIR%%/plugins/CoreHome/templates/menu.tpl -%%WWWDIR%%/plugins/CoreHome/templates/menu_init.js -%%WWWDIR%%/plugins/CoreHome/templates/misc.js -%%WWWDIR%%/plugins/CoreHome/templates/period_select.tpl -%%WWWDIR%%/plugins/CoreHome/templates/piwik_tag.tpl -%%WWWDIR%%/plugins/CoreHome/templates/popover.js -%%WWWDIR%%/plugins/CoreHome/templates/popover_multirowevolution.tpl -%%WWWDIR%%/plugins/CoreHome/templates/popover_rowevolution.tpl -%%WWWDIR%%/plugins/CoreHome/templates/promo_video.tpl -%%WWWDIR%%/plugins/CoreHome/templates/reports_by_dimension.tpl -%%WWWDIR%%/plugins/CoreHome/templates/single_report.tpl -%%WWWDIR%%/plugins/CoreHome/templates/sites_selection.tpl -%%WWWDIR%%/plugins/CoreHome/templates/sparkline.js -%%WWWDIR%%/plugins/CoreHome/templates/sparkline_footer.tpl -%%WWWDIR%%/plugins/CoreHome/templates/styles.css -%%WWWDIR%%/plugins/CoreHome/templates/top_bar.tpl -%%WWWDIR%%/plugins/CoreHome/templates/top_bar_hello_menu.tpl -%%WWWDIR%%/plugins/CoreHome/templates/top_bar_top_menu.tpl -%%WWWDIR%%/plugins/CoreHome/templates/top_screen.tpl -%%WWWDIR%%/plugins/CoreHome/templates/warning_invalid_host.tpl +%%WWWDIR%%/plugins/CoreHome/images/bg_header.jpg +%%WWWDIR%%/plugins/CoreHome/images/bullet1.gif +%%WWWDIR%%/plugins/CoreHome/images/bullet2.gif +%%WWWDIR%%/plugins/CoreHome/images/favicon.ico +%%WWWDIR%%/plugins/CoreHome/images/more.png +%%WWWDIR%%/plugins/CoreHome/images/more_date.gif +%%WWWDIR%%/plugins/CoreHome/images/more_period.gif +%%WWWDIR%%/plugins/CoreHome/images/promo_splash.png +%%WWWDIR%%/plugins/CoreHome/images/reset_search.png +%%WWWDIR%%/plugins/CoreHome/images/search.png +%%WWWDIR%%/plugins/CoreHome/javascripts/autocomplete.js +%%WWWDIR%%/plugins/CoreHome/javascripts/broadcast.js +%%WWWDIR%%/plugins/CoreHome/javascripts/calendar.js +%%WWWDIR%%/plugins/CoreHome/javascripts/color_manager.js +%%WWWDIR%%/plugins/CoreHome/javascripts/corehome.js +%%WWWDIR%%/plugins/CoreHome/javascripts/dataTable.js +%%WWWDIR%%/plugins/CoreHome/javascripts/dataTable_rowactions.js +%%WWWDIR%%/plugins/CoreHome/javascripts/donate.js +%%WWWDIR%%/plugins/CoreHome/javascripts/menu.js +%%WWWDIR%%/plugins/CoreHome/javascripts/menu_init.js +%%WWWDIR%%/plugins/CoreHome/javascripts/notification.js +%%WWWDIR%%/plugins/CoreHome/javascripts/notification_parser.js +%%WWWDIR%%/plugins/CoreHome/javascripts/popover.js +%%WWWDIR%%/plugins/CoreHome/javascripts/promo.js +%%WWWDIR%%/plugins/CoreHome/javascripts/require.js +%%WWWDIR%%/plugins/CoreHome/javascripts/sparkline.js +%%WWWDIR%%/plugins/CoreHome/javascripts/top_controls.js +%%WWWDIR%%/plugins/CoreHome/javascripts/uiControl.js +%%WWWDIR%%/plugins/CoreHome/stylesheets/_donate.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/cloud.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/color_manager.css +%%WWWDIR%%/plugins/CoreHome/stylesheets/coreHome.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_dataTable.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_limitSelection.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_reportDocumentation.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_rowActions.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_subDataTable.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable/_tableConfiguration.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/jqplotColors.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/jquery.ui.autocomplete.css +%%WWWDIR%%/plugins/CoreHome/stylesheets/menu.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/notification.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/promo.less +%%WWWDIR%%/plugins/CoreHome/stylesheets/sparklineColors.less +%%WWWDIR%%/plugins/CoreHome/templates/ReportRenderer/_htmlReportBody.twig +%%WWWDIR%%/plugins/CoreHome/templates/ReportRenderer/_htmlReportFooter.twig +%%WWWDIR%%/plugins/CoreHome/templates/ReportRenderer/_htmlReportHeader.twig +%%WWWDIR%%/plugins/CoreHome/templates/ReportsByDimension/_reportsByDimension.twig +%%WWWDIR%%/plugins/CoreHome/templates/_dataTable.twig +%%WWWDIR%%/plugins/CoreHome/templates/_dataTableCell.twig +%%WWWDIR%%/plugins/CoreHome/templates/_dataTableFooter.twig +%%WWWDIR%%/plugins/CoreHome/templates/_dataTableHead.twig +%%WWWDIR%%/plugins/CoreHome/templates/_dataTableJS.twig +%%WWWDIR%%/plugins/CoreHome/templates/_donate.twig +%%WWWDIR%%/plugins/CoreHome/templates/_headerMessage.twig +%%WWWDIR%%/plugins/CoreHome/templates/_indexContent.twig +%%WWWDIR%%/plugins/CoreHome/templates/_javaScriptDisabled.twig +%%WWWDIR%%/plugins/CoreHome/templates/_logo.twig +%%WWWDIR%%/plugins/CoreHome/templates/_menu.twig +%%WWWDIR%%/plugins/CoreHome/templates/_notifications.twig +%%WWWDIR%%/plugins/CoreHome/templates/_periodSelect.twig +%%WWWDIR%%/plugins/CoreHome/templates/_singleReport.twig +%%WWWDIR%%/plugins/CoreHome/templates/_siteSelect.twig +%%WWWDIR%%/plugins/CoreHome/templates/_siteSelectHeader.twig +%%WWWDIR%%/plugins/CoreHome/templates/_topBar.twig +%%WWWDIR%%/plugins/CoreHome/templates/_topBarHelloMenu.twig +%%WWWDIR%%/plugins/CoreHome/templates/_topBarTopMenu.twig +%%WWWDIR%%/plugins/CoreHome/templates/_topScreen.twig +%%WWWDIR%%/plugins/CoreHome/templates/_warningInvalidHost.twig +%%WWWDIR%%/plugins/CoreHome/templates/checkForUpdates.twig +%%WWWDIR%%/plugins/CoreHome/templates/getDefaultIndexView.twig +%%WWWDIR%%/plugins/CoreHome/templates/getDonateForm.twig +%%WWWDIR%%/plugins/CoreHome/templates/getMultiRowEvolutionPopover.twig +%%WWWDIR%%/plugins/CoreHome/templates/getPromoVideo.twig +%%WWWDIR%%/plugins/CoreHome/templates/getRowEvolutionPopover.twig %%WWWDIR%%/plugins/CorePluginsAdmin/Controller.php %%WWWDIR%%/plugins/CorePluginsAdmin/CorePluginsAdmin.php -%%WWWDIR%%/plugins/CorePluginsAdmin/templates/manage.tpl +%%WWWDIR%%/plugins/CorePluginsAdmin/Marketplace.php +%%WWWDIR%%/plugins/CorePluginsAdmin/MarketplaceApiClient.php +%%WWWDIR%%/plugins/CorePluginsAdmin/MarketplaceApiException.php +%%WWWDIR%%/plugins/CorePluginsAdmin/PluginInstaller.php +%%WWWDIR%%/plugins/CorePluginsAdmin/PluginInstallerException.php +%%WWWDIR%%/plugins/CorePluginsAdmin/images/plugins.png +%%WWWDIR%%/plugins/CorePluginsAdmin/images/rating_important.png +%%WWWDIR%%/plugins/CorePluginsAdmin/images/themes.png +%%WWWDIR%%/plugins/CorePluginsAdmin/javascripts/pluginDetail.js +%%WWWDIR%%/plugins/CorePluginsAdmin/javascripts/pluginExtend.js +%%WWWDIR%%/plugins/CorePluginsAdmin/javascripts/pluginOverview.js +%%WWWDIR%%/plugins/CorePluginsAdmin/javascripts/plugins.js +%%WWWDIR%%/plugins/CorePluginsAdmin/stylesheets/marketplace.less +%%WWWDIR%%/plugins/CorePluginsAdmin/stylesheets/plugins_admin.less +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/browsePlugins.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/browsePluginsActions.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/browseThemes.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/extend.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/installPlugin.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/macros.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/pluginDetails.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/pluginMetadata.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/pluginOverview.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/plugins.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/safemode.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/themeOverview.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/themes.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/updatePlugin.twig +%%WWWDIR%%/plugins/CorePluginsAdmin/templates/uploadPlugin.twig %%WWWDIR%%/plugins/CoreUpdater/Controller.php %%WWWDIR%%/plugins/CoreUpdater/CoreUpdater.php -%%WWWDIR%%/plugins/CoreUpdater/templates/cli_update_database_done.tpl -%%WWWDIR%%/plugins/CoreUpdater/templates/cli_update_welcome.tpl -%%WWWDIR%%/plugins/CoreUpdater/templates/footer.tpl -%%WWWDIR%%/plugins/CoreUpdater/templates/header.tpl -%%WWWDIR%%/plugins/CoreUpdater/templates/update_database_done.tpl -%%WWWDIR%%/plugins/CoreUpdater/templates/update_new_version_available.tpl -%%WWWDIR%%/plugins/CoreUpdater/templates/update_one_click_results.tpl -%%WWWDIR%%/plugins/CoreUpdater/templates/update_welcome.tpl +%%WWWDIR%%/plugins/CoreUpdater/javascripts/updateLayout.js +%%WWWDIR%%/plugins/CoreUpdater/stylesheets/updateLayout.css +%%WWWDIR%%/plugins/CoreUpdater/templates/layout.twig +%%WWWDIR%%/plugins/CoreUpdater/templates/newVersionAvailable.twig +%%WWWDIR%%/plugins/CoreUpdater/templates/oneClickResults.twig +%%WWWDIR%%/plugins/CoreUpdater/templates/runUpdaterAndExit_done.twig +%%WWWDIR%%/plugins/CoreUpdater/templates/runUpdaterAndExit_done_cli.twig +%%WWWDIR%%/plugins/CoreUpdater/templates/runUpdaterAndExit_welcome.twig +%%WWWDIR%%/plugins/CoreUpdater/templates/runUpdaterAndExit_welcome_cli.twig +%%WWWDIR%%/plugins/CoreVisualizations/CoreVisualizations.php +%%WWWDIR%%/plugins/CoreVisualizations/JqplotDataGenerator.php +%%WWWDIR%%/plugins/CoreVisualizations/JqplotDataGenerator/Chart.php +%%WWWDIR%%/plugins/CoreVisualizations/JqplotDataGenerator/Evolution.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Cloud.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Cloud/Config.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Graph.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Graph/Config.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/HtmlTable.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/HtmlTable/AllColumns.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/HtmlTable/Config.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/HtmlTable/RequestConfig.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph/Bar.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph/Config.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution/Config.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph/Pie.php +%%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Sparkline.php +%%WWWDIR%%/plugins/CoreVisualizations/javascripts/jqplot.js +%%WWWDIR%%/plugins/CoreVisualizations/javascripts/jqplotBarGraph.js +%%WWWDIR%%/plugins/CoreVisualizations/javascripts/jqplotEvolutionGraph.js +%%WWWDIR%%/plugins/CoreVisualizations/javascripts/jqplotPieGraph.js +%%WWWDIR%%/plugins/CoreVisualizations/javascripts/seriesPicker.js +%%WWWDIR%%/plugins/CoreVisualizations/stylesheets/dataTableVisualizations.less +%%WWWDIR%%/plugins/CoreVisualizations/stylesheets/jqplot.css +%%WWWDIR%%/plugins/CoreVisualizations/templates/_dataTableViz_htmlTable.twig +%%WWWDIR%%/plugins/CoreVisualizations/templates/_dataTableViz_jqplotGraph.twig +%%WWWDIR%%/plugins/CoreVisualizations/templates/_dataTableViz_tagCloud.twig %%WWWDIR%%/plugins/CustomVariables/API.php +%%WWWDIR%%/plugins/CustomVariables/Archiver.php %%WWWDIR%%/plugins/CustomVariables/Controller.php %%WWWDIR%%/plugins/CustomVariables/CustomVariables.php %%WWWDIR%%/plugins/DBStats/API.php %%WWWDIR%%/plugins/DBStats/Controller.php %%WWWDIR%%/plugins/DBStats/DBStats.php %%WWWDIR%%/plugins/DBStats/MySQLMetadataProvider.php -%%WWWDIR%%/plugins/DBStats/templates/index.tpl +%%WWWDIR%%/plugins/DBStats/lang/am.json +%%WWWDIR%%/plugins/DBStats/lang/ar.json +%%WWWDIR%%/plugins/DBStats/lang/be.json +%%WWWDIR%%/plugins/DBStats/lang/bg.json +%%WWWDIR%%/plugins/DBStats/lang/ca.json +%%WWWDIR%%/plugins/DBStats/lang/cs.json +%%WWWDIR%%/plugins/DBStats/lang/da.json +%%WWWDIR%%/plugins/DBStats/lang/de.json +%%WWWDIR%%/plugins/DBStats/lang/el.json +%%WWWDIR%%/plugins/DBStats/lang/en.json +%%WWWDIR%%/plugins/DBStats/lang/es.json +%%WWWDIR%%/plugins/DBStats/lang/et.json +%%WWWDIR%%/plugins/DBStats/lang/eu.json +%%WWWDIR%%/plugins/DBStats/lang/fa.json +%%WWWDIR%%/plugins/DBStats/lang/fi.json +%%WWWDIR%%/plugins/DBStats/lang/fr.json +%%WWWDIR%%/plugins/DBStats/lang/he.json +%%WWWDIR%%/plugins/DBStats/lang/hi.json +%%WWWDIR%%/plugins/DBStats/lang/hu.json +%%WWWDIR%%/plugins/DBStats/lang/id.json +%%WWWDIR%%/plugins/DBStats/lang/is.json +%%WWWDIR%%/plugins/DBStats/lang/it.json +%%WWWDIR%%/plugins/DBStats/lang/ja.json +%%WWWDIR%%/plugins/DBStats/lang/ka.json +%%WWWDIR%%/plugins/DBStats/lang/ko.json +%%WWWDIR%%/plugins/DBStats/lang/lt.json +%%WWWDIR%%/plugins/DBStats/lang/lv.json +%%WWWDIR%%/plugins/DBStats/lang/nb.json +%%WWWDIR%%/plugins/DBStats/lang/nl.json +%%WWWDIR%%/plugins/DBStats/lang/nn.json +%%WWWDIR%%/plugins/DBStats/lang/pl.json +%%WWWDIR%%/plugins/DBStats/lang/pt-br.json +%%WWWDIR%%/plugins/DBStats/lang/pt.json +%%WWWDIR%%/plugins/DBStats/lang/ro.json +%%WWWDIR%%/plugins/DBStats/lang/ru.json +%%WWWDIR%%/plugins/DBStats/lang/sk.json +%%WWWDIR%%/plugins/DBStats/lang/sl.json +%%WWWDIR%%/plugins/DBStats/lang/sq.json +%%WWWDIR%%/plugins/DBStats/lang/sr.json +%%WWWDIR%%/plugins/DBStats/lang/sv.json +%%WWWDIR%%/plugins/DBStats/lang/te.json +%%WWWDIR%%/plugins/DBStats/lang/th.json +%%WWWDIR%%/plugins/DBStats/lang/tr.json +%%WWWDIR%%/plugins/DBStats/lang/uk.json +%%WWWDIR%%/plugins/DBStats/lang/vi.json +%%WWWDIR%%/plugins/DBStats/lang/zh-cn.json +%%WWWDIR%%/plugins/DBStats/lang/zh-tw.json +%%WWWDIR%%/plugins/DBStats/stylesheets/dbStatsTable.less +%%WWWDIR%%/plugins/DBStats/templates/index.twig %%WWWDIR%%/plugins/Dashboard/API.php %%WWWDIR%%/plugins/Dashboard/Controller.php %%WWWDIR%%/plugins/Dashboard/Dashboard.php -%%WWWDIR%%/plugins/Dashboard/templates/dashboard.css -%%WWWDIR%%/plugins/Dashboard/templates/dashboard.js -%%WWWDIR%%/plugins/Dashboard/templates/dashboardObject.js -%%WWWDIR%%/plugins/Dashboard/templates/dashboardWidget.js -%%WWWDIR%%/plugins/Dashboard/templates/header.tpl -%%WWWDIR%%/plugins/Dashboard/templates/index.tpl -%%WWWDIR%%/plugins/Dashboard/templates/standalone.tpl -%%WWWDIR%%/plugins/Dashboard/templates/widgetMenu.js +%%WWWDIR%%/plugins/Dashboard/javascripts/dashboard.js +%%WWWDIR%%/plugins/Dashboard/javascripts/dashboardObject.js +%%WWWDIR%%/plugins/Dashboard/javascripts/dashboardWidget.js +%%WWWDIR%%/plugins/Dashboard/javascripts/widgetMenu.js +%%WWWDIR%%/plugins/Dashboard/stylesheets/dashboard.less +%%WWWDIR%%/plugins/Dashboard/stylesheets/standalone.css +%%WWWDIR%%/plugins/Dashboard/templates/_dashboardSettings.twig +%%WWWDIR%%/plugins/Dashboard/templates/_header.twig +%%WWWDIR%%/plugins/Dashboard/templates/embeddedIndex.twig +%%WWWDIR%%/plugins/Dashboard/templates/index.twig %%WWWDIR%%/plugins/DevicesDetection/API.php +%%WWWDIR%%/plugins/DevicesDetection/Archiver.php %%WWWDIR%%/plugins/DevicesDetection/Controller.php %%WWWDIR%%/plugins/DevicesDetection/DevicesDetection.php +%%WWWDIR%%/plugins/DevicesDetection/Updates/1.14.php %%WWWDIR%%/plugins/DevicesDetection/UserAgentParserEnhanced/UserAgentParserEnhanced.php %%WWWDIR%%/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/browsers.yml %%WWWDIR%%/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/mobiles.yml %%WWWDIR%%/plugins/DevicesDetection/UserAgentParserEnhanced/regexes/oss.yml -%%WWWDIR%%/plugins/DevicesDetection/UserAgentParserEnhanced/spyc.php %%WWWDIR%%/plugins/DevicesDetection/functions.php %%WWWDIR%%/plugins/DevicesDetection/images/brand/Acer.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Alcatel.ico @@ -1199,6 +1107,7 @@ %%WWWDIR%%/plugins/DevicesDetection/images/brand/Dell.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/DoCoMo.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Ericsson.ico +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Fly.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Google.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Gradiente.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Grundig.ico @@ -1221,6 +1130,7 @@ %%WWWDIR%%/plugins/DevicesDetection/images/brand/Mitsubishi.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Motorola.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/MyPhone.ico +%%WWWDIR%%/plugins/DevicesDetection/images/brand/NEC.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/NGM.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Nintendo.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Nokia.ico @@ -1228,7 +1138,6 @@ %%WWWDIR%%/plugins/DevicesDetection/images/brand/OPPO.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Onda.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Orange.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Palm.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Panasonic.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Pantech.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Philips.ico @@ -1236,14 +1145,18 @@ %%WWWDIR%%/plugins/DevicesDetection/images/brand/Samsung.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Sanyo.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Sega.ico +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sharp.ico +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Siemens.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Softbank.ico -%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sony Ericsson.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Sony.ico +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Sony_Ericsson.ico +%%WWWDIR%%/plugins/DevicesDetection/images/brand/Spice.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/T-Mobile.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Telit.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/TiPhone.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Vertu.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Videocon.ico +%%WWWDIR%%/plugins/DevicesDetection/images/brand/ZTE.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/Zonda.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/eTouch.ico %%WWWDIR%%/plugins/DevicesDetection/images/brand/i-mobile.ico @@ -1258,21 +1171,38 @@ %%WWWDIR%%/plugins/DevicesDetection/images/screens/tv.png %%WWWDIR%%/plugins/DevicesDetection/images/screens/unknown.gif %%WWWDIR%%/plugins/DevicesDetection/images/screens/wide.gif -%%WWWDIR%%/plugins/DevicesDetection/lang/en.php -%%WWWDIR%%/plugins/DevicesDetection/templates/index.tpl +%%WWWDIR%%/plugins/DevicesDetection/lang/en.json +%%WWWDIR%%/plugins/DevicesDetection/templates/index.twig %%WWWDIR%%/plugins/DoNotTrack/DoNotTrack.php +%%WWWDIR%%/plugins/Events/Archiver.php +%%WWWDIR%%/plugins/Events/Events.php +%%WWWDIR%%/plugins/Events/plugin.json %%WWWDIR%%/plugins/ExampleAPI/API.php %%WWWDIR%%/plugins/ExampleAPI/ExampleAPI.php +%%WWWDIR%%/plugins/ExampleAPI/plugin.json +%%WWWDIR%%/plugins/ExampleCommand/Commands/HelloWorld.php +%%WWWDIR%%/plugins/ExampleCommand/ExampleCommand.php +%%WWWDIR%%/plugins/ExampleCommand/plugin.json +%%WWWDIR%%/plugins/ExamplePlugin/.gitignore +%%WWWDIR%%/plugins/ExamplePlugin/.travis.yml +%%WWWDIR%%/plugins/ExamplePlugin/API.php %%WWWDIR%%/plugins/ExamplePlugin/Controller.php %%WWWDIR%%/plugins/ExamplePlugin/ExamplePlugin.php -%%WWWDIR%%/plugins/ExamplePlugin/config/.htaccess -%%WWWDIR%%/plugins/ExamplePlugin/config/local.config.sample.php -%%WWWDIR%%/plugins/ExamplePlugin/lang/en.php -%%WWWDIR%%/plugins/ExamplePlugin/templates/piwikDownloads.tpl +%%WWWDIR%%/plugins/ExamplePlugin/README.md +%%WWWDIR%%/plugins/ExamplePlugin/javascripts/plugin.js +%%WWWDIR%%/plugins/ExamplePlugin/plugin.json +%%WWWDIR%%/plugins/ExamplePlugin/screenshots/.gitkeep +%%WWWDIR%%/plugins/ExamplePlugin/templates/index.twig %%WWWDIR%%/plugins/ExampleRssWidget/Controller.php %%WWWDIR%%/plugins/ExampleRssWidget/ExampleRssWidget.php -%%WWWDIR%%/plugins/ExampleRssWidget/Rss.php -%%WWWDIR%%/plugins/ExampleRssWidget/templates/styles.css +%%WWWDIR%%/plugins/ExampleRssWidget/RssRenderer.php +%%WWWDIR%%/plugins/ExampleRssWidget/plugin.json +%%WWWDIR%%/plugins/ExampleRssWidget/stylesheets/rss.less +%%WWWDIR%%/plugins/ExampleSettingsPlugin/Settings.php +%%WWWDIR%%/plugins/ExampleSettingsPlugin/plugin.json +%%WWWDIR%%/plugins/ExampleTheme/README.md +%%WWWDIR%%/plugins/ExampleTheme/plugin.json +%%WWWDIR%%/plugins/ExampleTheme/stylesheets/theme.less %%WWWDIR%%/plugins/ExampleUI/API.php %%WWWDIR%%/plugins/ExampleUI/Controller.php %%WWWDIR%%/plugins/ExampleUI/ExampleUI.php @@ -1285,26 +1215,38 @@ %%WWWDIR%%/plugins/ExampleUI/images/icons-planet/saturn.png %%WWWDIR%%/plugins/ExampleUI/images/icons-planet/uranus.png %%WWWDIR%%/plugins/ExampleUI/images/icons-planet/venus.png +%%WWWDIR%%/plugins/ExampleUI/plugin.json +%%WWWDIR%%/plugins/ExampleUI/templates/evolutiongraph.twig +%%WWWDIR%%/plugins/ExampleUI/templates/notifications.twig +%%WWWDIR%%/plugins/ExampleUI/templates/sparklines.twig +%%WWWDIR%%/plugins/ExampleVisualization/ExampleVisualization.php +%%WWWDIR%%/plugins/ExampleVisualization/README.md +%%WWWDIR%%/plugins/ExampleVisualization/SimpleTable.php +%%WWWDIR%%/plugins/ExampleVisualization/images/table.png +%%WWWDIR%%/plugins/ExampleVisualization/plugin.json +%%WWWDIR%%/plugins/ExampleVisualization/templates/simpleTable.twig %%WWWDIR%%/plugins/Feedback/Controller.php %%WWWDIR%%/plugins/Feedback/Feedback.php %%WWWDIR%%/plugins/Feedback/images/go-previous.png -%%WWWDIR%%/plugins/Feedback/templates/feedback.js -%%WWWDIR%%/plugins/Feedback/templates/index.tpl -%%WWWDIR%%/plugins/Feedback/templates/sent.tpl -%%WWWDIR%%/plugins/Feedback/templates/styles.css +%%WWWDIR%%/plugins/Feedback/javascripts/feedback.js +%%WWWDIR%%/plugins/Feedback/stylesheets/feedback.less +%%WWWDIR%%/plugins/Feedback/templates/index.twig +%%WWWDIR%%/plugins/Feedback/templates/sendFeedback.twig %%WWWDIR%%/plugins/Goals/API.php +%%WWWDIR%%/plugins/Goals/Archiver.php %%WWWDIR%%/plugins/Goals/Controller.php %%WWWDIR%%/plugins/Goals/Goals.php -%%WWWDIR%%/plugins/Goals/templates/GoalForm.js -%%WWWDIR%%/plugins/Goals/templates/add_edit_goal.tpl -%%WWWDIR%%/plugins/Goals/templates/add_new_goal.tpl -%%WWWDIR%%/plugins/Goals/templates/form_add_goal.tpl -%%WWWDIR%%/plugins/Goals/templates/goals.css -%%WWWDIR%%/plugins/Goals/templates/list_goal_edit.tpl -%%WWWDIR%%/plugins/Goals/templates/list_top_dimension.tpl -%%WWWDIR%%/plugins/Goals/templates/overview.tpl -%%WWWDIR%%/plugins/Goals/templates/single_goal.tpl -%%WWWDIR%%/plugins/Goals/templates/title_and_evolution_graph.tpl +%%WWWDIR%%/plugins/Goals/Visualizations/Goals.php +%%WWWDIR%%/plugins/Goals/javascripts/goalsForm.js +%%WWWDIR%%/plugins/Goals/stylesheets/goals.css +%%WWWDIR%%/plugins/Goals/templates/_addEditGoal.twig +%%WWWDIR%%/plugins/Goals/templates/_formAddGoal.twig +%%WWWDIR%%/plugins/Goals/templates/_listGoalEdit.twig +%%WWWDIR%%/plugins/Goals/templates/_listTopDimension.twig +%%WWWDIR%%/plugins/Goals/templates/_titleAndEvolutionGraph.twig +%%WWWDIR%%/plugins/Goals/templates/addNewGoal.twig +%%WWWDIR%%/plugins/Goals/templates/getGoalReportView.twig +%%WWWDIR%%/plugins/Goals/templates/getOverviewView.twig %%WWWDIR%%/plugins/ImageGraph/API.php %%WWWDIR%%/plugins/ImageGraph/Controller.php %%WWWDIR%%/plugins/ImageGraph/ImageGraph.php @@ -1318,89 +1260,174 @@ %%WWWDIR%%/plugins/ImageGraph/StaticGraph/PieGraph.php %%WWWDIR%%/plugins/ImageGraph/StaticGraph/VerticalBar.php %%WWWDIR%%/plugins/ImageGraph/fonts/tahoma.ttf -%%WWWDIR%%/plugins/ImageGraph/templates/debug_graphs_all_sizes.tpl -%%WWWDIR%%/plugins/ImageGraph/templates/index.tpl +%%WWWDIR%%/plugins/ImageGraph/templates/index.twig +%%WWWDIR%%/plugins/ImageGraph/templates/testAllSizes.twig %%WWWDIR%%/plugins/Installation/Controller.php %%WWWDIR%%/plugins/Installation/FormDatabaseSetup.php %%WWWDIR%%/plugins/Installation/FormFirstWebsiteSetup.php %%WWWDIR%%/plugins/Installation/FormGeneralSetup.php %%WWWDIR%%/plugins/Installation/Installation.php +%%WWWDIR%%/plugins/Installation/ServerFilesGenerator.php %%WWWDIR%%/plugins/Installation/View.php -%%WWWDIR%%/plugins/Installation/templates/allSteps.tpl -%%WWWDIR%%/plugins/Installation/templates/databaseCheck.tpl -%%WWWDIR%%/plugins/Installation/templates/databaseSetup.tpl -%%WWWDIR%%/plugins/Installation/templates/displayJavascriptCode.tpl -%%WWWDIR%%/plugins/Installation/templates/finished.tpl -%%WWWDIR%%/plugins/Installation/templates/firstWebsiteSetup.tpl -%%WWWDIR%%/plugins/Installation/templates/generalSetup.tpl -%%WWWDIR%%/plugins/Installation/templates/install.css -%%WWWDIR%%/plugins/Installation/templates/integrityDetails.tpl -%%WWWDIR%%/plugins/Installation/templates/structure.tpl -%%WWWDIR%%/plugins/Installation/templates/systemCheck.tpl -%%WWWDIR%%/plugins/Installation/templates/systemCheckPage.css -%%WWWDIR%%/plugins/Installation/templates/systemCheckPage.tpl -%%WWWDIR%%/plugins/Installation/templates/systemCheckSection.tpl -%%WWWDIR%%/plugins/Installation/templates/systemCheck_legend.tpl -%%WWWDIR%%/plugins/Installation/templates/tablesCreation.tpl -%%WWWDIR%%/plugins/Installation/templates/welcome.tpl +%%WWWDIR%%/plugins/Installation/javascripts/installation.js +%%WWWDIR%%/plugins/Installation/stylesheets/installation.css +%%WWWDIR%%/plugins/Installation/stylesheets/systemCheckPage.less +%%WWWDIR%%/plugins/Installation/templates/_allSteps.twig +%%WWWDIR%%/plugins/Installation/templates/_integrityDetails.twig +%%WWWDIR%%/plugins/Installation/templates/_systemCheckLegend.twig +%%WWWDIR%%/plugins/Installation/templates/_systemCheckSection.twig +%%WWWDIR%%/plugins/Installation/templates/databaseCheck.twig +%%WWWDIR%%/plugins/Installation/templates/databaseSetup.twig +%%WWWDIR%%/plugins/Installation/templates/finished.twig +%%WWWDIR%%/plugins/Installation/templates/firstWebsiteSetup.twig +%%WWWDIR%%/plugins/Installation/templates/generalSetup.twig +%%WWWDIR%%/plugins/Installation/templates/layout.twig +%%WWWDIR%%/plugins/Installation/templates/systemCheck.twig +%%WWWDIR%%/plugins/Installation/templates/systemCheckPage.twig +%%WWWDIR%%/plugins/Installation/templates/tablesCreation.twig +%%WWWDIR%%/plugins/Installation/templates/trackingCode.twig +%%WWWDIR%%/plugins/Installation/templates/welcome.twig %%WWWDIR%%/plugins/LanguagesManager/API.php +%%WWWDIR%%/plugins/LanguagesManager/Commands/CreatePull.php +%%WWWDIR%%/plugins/LanguagesManager/Commands/FetchFromOTrance.php +%%WWWDIR%%/plugins/LanguagesManager/Commands/LanguageCodes.php +%%WWWDIR%%/plugins/LanguagesManager/Commands/LanguageNames.php +%%WWWDIR%%/plugins/LanguagesManager/Commands/PluginsWithTranslations.php +%%WWWDIR%%/plugins/LanguagesManager/Commands/SetTranslations.php +%%WWWDIR%%/plugins/LanguagesManager/Commands/Update.php %%WWWDIR%%/plugins/LanguagesManager/Controller.php %%WWWDIR%%/plugins/LanguagesManager/LanguagesManager.php -%%WWWDIR%%/plugins/LanguagesManager/templates/languageSelector.js -%%WWWDIR%%/plugins/LanguagesManager/templates/languages.tpl +%%WWWDIR%%/plugins/LanguagesManager/javascripts/languageSelector.js +%%WWWDIR%%/plugins/LanguagesManager/templates/getLanguagesSelector.twig +%%WWWDIR%%/plugins/LeftMenu/plugin.json +%%WWWDIR%%/plugins/LeftMenu/stylesheets/theme.less %%WWWDIR%%/plugins/Live/API.php %%WWWDIR%%/plugins/Live/Controller.php %%WWWDIR%%/plugins/Live/Live.php %%WWWDIR%%/plugins/Live/Visitor.php -%%WWWDIR%%/plugins/Live/templates/images/file0.png -%%WWWDIR%%/plugins/Live/templates/images/file1.png -%%WWWDIR%%/plugins/Live/templates/images/file2.png -%%WWWDIR%%/plugins/Live/templates/images/file3.png -%%WWWDIR%%/plugins/Live/templates/images/file4.png -%%WWWDIR%%/plugins/Live/templates/images/file5.png -%%WWWDIR%%/plugins/Live/templates/images/file6.png -%%WWWDIR%%/plugins/Live/templates/images/file7.png -%%WWWDIR%%/plugins/Live/templates/images/file8.png -%%WWWDIR%%/plugins/Live/templates/images/file9.png -%%WWWDIR%%/plugins/Live/templates/images/pause.gif -%%WWWDIR%%/plugins/Live/templates/images/pause_disabled.gif -%%WWWDIR%%/plugins/Live/templates/images/play.gif -%%WWWDIR%%/plugins/Live/templates/images/play_disabled.gif -%%WWWDIR%%/plugins/Live/templates/images/returningVisitor.gif -%%WWWDIR%%/plugins/Live/templates/index.tpl -%%WWWDIR%%/plugins/Live/templates/lastVisits.tpl -%%WWWDIR%%/plugins/Live/templates/live.css -%%WWWDIR%%/plugins/Live/templates/scripts/live.js -%%WWWDIR%%/plugins/Live/templates/simpleLastVisitCount.tpl -%%WWWDIR%%/plugins/Live/templates/totalVisits.tpl -%%WWWDIR%%/plugins/Live/templates/visitorLog.tpl +%%WWWDIR%%/plugins/Live/VisitorLog.php +%%WWWDIR%%/plugins/Live/images/avatar_frame.png +%%WWWDIR%%/plugins/Live/images/file0.png +%%WWWDIR%%/plugins/Live/images/file1.png +%%WWWDIR%%/plugins/Live/images/file2.png +%%WWWDIR%%/plugins/Live/images/file3.png +%%WWWDIR%%/plugins/Live/images/file4.png +%%WWWDIR%%/plugins/Live/images/file5.png +%%WWWDIR%%/plugins/Live/images/file6.png +%%WWWDIR%%/plugins/Live/images/file7.png +%%WWWDIR%%/plugins/Live/images/file8.png +%%WWWDIR%%/plugins/Live/images/file9.png +%%WWWDIR%%/plugins/Live/images/paperclip.png +%%WWWDIR%%/plugins/Live/images/pause.gif +%%WWWDIR%%/plugins/Live/images/pause_disabled.gif +%%WWWDIR%%/plugins/Live/images/play.gif +%%WWWDIR%%/plugins/Live/images/play_disabled.gif +%%WWWDIR%%/plugins/Live/images/returningVisitor.gif +%%WWWDIR%%/plugins/Live/images/unknown_avatar.jpg +%%WWWDIR%%/plugins/Live/images/visitorProfileLaunch.png +%%WWWDIR%%/plugins/Live/images/visitor_profile_background.jpg +%%WWWDIR%%/plugins/Live/images/visitor_profile_close.png +%%WWWDIR%%/plugins/Live/images/visitor_profile_gradient.png +%%WWWDIR%%/plugins/Live/javascripts/live.js +%%WWWDIR%%/plugins/Live/javascripts/visitorLog.js +%%WWWDIR%%/plugins/Live/javascripts/visitorProfile.js +%%WWWDIR%%/plugins/Live/stylesheets/live.less +%%WWWDIR%%/plugins/Live/stylesheets/visitor_profile.less +%%WWWDIR%%/plugins/Live/templates/_actionsList.twig +%%WWWDIR%%/plugins/Live/templates/_dataTableViz_visitorLog.twig +%%WWWDIR%%/plugins/Live/templates/_totalVisitors.twig +%%WWWDIR%%/plugins/Live/templates/ajaxTotalVisitors.twig +%%WWWDIR%%/plugins/Live/templates/getLastVisitsStart.twig +%%WWWDIR%%/plugins/Live/templates/getSimpleLastVisitCount.twig +%%WWWDIR%%/plugins/Live/templates/getSingleVisitSummary.twig +%%WWWDIR%%/plugins/Live/templates/getVisitList.twig +%%WWWDIR%%/plugins/Live/templates/getVisitorProfilePopup.twig +%%WWWDIR%%/plugins/Live/templates/index.twig +%%WWWDIR%%/plugins/Live/templates/indexVisitorLog.twig %%WWWDIR%%/plugins/Login/Auth.php %%WWWDIR%%/plugins/Login/Controller.php %%WWWDIR%%/plugins/Login/FormLogin.php %%WWWDIR%%/plugins/Login/FormResetPassword.php %%WWWDIR%%/plugins/Login/Login.php -%%WWWDIR%%/plugins/Login/templates/header.tpl -%%WWWDIR%%/plugins/Login/templates/login.css -%%WWWDIR%%/plugins/Login/templates/login.js -%%WWWDIR%%/plugins/Login/templates/login.tpl -%%WWWDIR%%/plugins/Login/templates/message.tpl +%%WWWDIR%%/plugins/Login/javascripts/login.js +%%WWWDIR%%/plugins/Login/stylesheets/login.css +%%WWWDIR%%/plugins/Login/templates/login.twig +%%WWWDIR%%/plugins/Login/templates/resetPassword.twig %%WWWDIR%%/plugins/MobileMessaging/API.php %%WWWDIR%%/plugins/MobileMessaging/APIException.php %%WWWDIR%%/plugins/MobileMessaging/Controller.php %%WWWDIR%%/plugins/MobileMessaging/CountryCallingCodes.php %%WWWDIR%%/plugins/MobileMessaging/GSMCharset.php %%WWWDIR%%/plugins/MobileMessaging/MobileMessaging.php -%%WWWDIR%%/plugins/MobileMessaging/ReportRenderer/Exception.php +%%WWWDIR%%/plugins/MobileMessaging/ReportRenderer/ReportRendererException.php %%WWWDIR%%/plugins/MobileMessaging/ReportRenderer/Sms.php %%WWWDIR%%/plugins/MobileMessaging/SMSProvider.php %%WWWDIR%%/plugins/MobileMessaging/SMSProvider/Clockwork.php %%WWWDIR%%/plugins/MobileMessaging/SMSProvider/StubbedProvider.php %%WWWDIR%%/plugins/MobileMessaging/images/Clockwork.png %%WWWDIR%%/plugins/MobileMessaging/images/phone.png -%%WWWDIR%%/plugins/MobileMessaging/scripts/MobileMessagingSettings.js -%%WWWDIR%%/plugins/MobileMessaging/templates/ReportParameters.tpl -%%WWWDIR%%/plugins/MobileMessaging/templates/SMSReport.tpl -%%WWWDIR%%/plugins/MobileMessaging/templates/Settings.tpl +%%WWWDIR%%/plugins/MobileMessaging/javascripts/MobileMessagingSettings.js +%%WWWDIR%%/plugins/MobileMessaging/stylesheets/MobileMessagingSettings.less +%%WWWDIR%%/plugins/MobileMessaging/templates/SMSReport.twig +%%WWWDIR%%/plugins/MobileMessaging/templates/index.twig +%%WWWDIR%%/plugins/MobileMessaging/templates/reportParametersScheduledReports.twig +%%WWWDIR%%/plugins/Morpheus/images/add.png +%%WWWDIR%%/plugins/Morpheus/images/bullet.png +%%WWWDIR%%/plugins/Morpheus/images/calendar.gif +%%WWWDIR%%/plugins/Morpheus/images/chart_bar.png +%%WWWDIR%%/plugins/Morpheus/images/chart_pie.png +%%WWWDIR%%/plugins/Morpheus/images/cities.png +%%WWWDIR%%/plugins/Morpheus/images/close.png +%%WWWDIR%%/plugins/Morpheus/images/configure.png +%%WWWDIR%%/plugins/Morpheus/images/datepicker_arr_l.png +%%WWWDIR%%/plugins/Morpheus/images/datepicker_arr_r.png +%%WWWDIR%%/plugins/Morpheus/images/export.png +%%WWWDIR%%/plugins/Morpheus/images/forms-sprite.png +%%WWWDIR%%/plugins/Morpheus/images/goal.png +%%WWWDIR%%/plugins/Morpheus/images/grey_marker.png +%%WWWDIR%%/plugins/Morpheus/images/help.png +%%WWWDIR%%/plugins/Morpheus/images/ico_delete.png +%%WWWDIR%%/plugins/Morpheus/images/ico_edit.png +%%WWWDIR%%/plugins/Morpheus/images/icon-calendar.gif +%%WWWDIR%%/plugins/Morpheus/images/image.png +%%WWWDIR%%/plugins/Morpheus/images/info.png +%%WWWDIR%%/plugins/Morpheus/images/link.gif +%%WWWDIR%%/plugins/Morpheus/images/loading-blue.gif +%%WWWDIR%%/plugins/Morpheus/images/logo-header.png +%%WWWDIR%%/plugins/Morpheus/images/logo.png +%%WWWDIR%%/plugins/Morpheus/images/logo.svg +%%WWWDIR%%/plugins/Morpheus/images/maximise.png +%%WWWDIR%%/plugins/Morpheus/images/minimise.png +%%WWWDIR%%/plugins/Morpheus/images/pause.gif +%%WWWDIR%%/plugins/Morpheus/images/pause_disabled.gif +%%WWWDIR%%/plugins/Morpheus/images/play.gif +%%WWWDIR%%/plugins/Morpheus/images/play_disabled.gif +%%WWWDIR%%/plugins/Morpheus/images/refresh.png +%%WWWDIR%%/plugins/Morpheus/images/regions.png +%%WWWDIR%%/plugins/Morpheus/images/search_ico.png +%%WWWDIR%%/plugins/Morpheus/images/segment-users.png +%%WWWDIR%%/plugins/Morpheus/images/sort_subtable_desc.png +%%WWWDIR%%/plugins/Morpheus/images/sortasc.png +%%WWWDIR%%/plugins/Morpheus/images/sortdesc.png +%%WWWDIR%%/plugins/Morpheus/images/table.png +%%WWWDIR%%/plugins/Morpheus/images/table_more.png +%%WWWDIR%%/plugins/Morpheus/images/tagcloud.png +%%WWWDIR%%/plugins/Morpheus/images/zoom-out-disabled.png +%%WWWDIR%%/plugins/Morpheus/images/zoom-out.png +%%WWWDIR%%/plugins/Morpheus/javascripts/jquery.icheck.min.js +%%WWWDIR%%/plugins/Morpheus/javascripts/morpheus.js +%%WWWDIR%%/plugins/Morpheus/plugin.json +%%WWWDIR%%/plugins/Morpheus/stylesheets/admin.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/charts.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/colors.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/components.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/forms.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/map.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/mixins.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/popups.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/theme.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/tooltip.less +%%WWWDIR%%/plugins/Morpheus/stylesheets/typography.less %%WWWDIR%%/plugins/MultiSites/API.php %%WWWDIR%%/plugins/MultiSites/Controller.php %%WWWDIR%%/plugins/MultiSites/MultiSites.php @@ -1414,10 +1441,10 @@ %%WWWDIR%%/plugins/MultiSites/images/link.gif %%WWWDIR%%/plugins/MultiSites/images/loading-blue.gif %%WWWDIR%%/plugins/MultiSites/images/stop.png -%%WWWDIR%%/plugins/MultiSites/templates/common.js -%%WWWDIR%%/plugins/MultiSites/templates/index.tpl -%%WWWDIR%%/plugins/MultiSites/templates/row.tpl -%%WWWDIR%%/plugins/MultiSites/templates/styles.css +%%WWWDIR%%/plugins/MultiSites/javascripts/multiSites.js +%%WWWDIR%%/plugins/MultiSites/stylesheets/multiSites.less +%%WWWDIR%%/plugins/MultiSites/templates/_siteRow.twig +%%WWWDIR%%/plugins/MultiSites/templates/getSitesInfo.twig %%WWWDIR%%/plugins/Overlay/API.php %%WWWDIR%%/plugins/Overlay/Controller.php %%WWWDIR%%/plugins/Overlay/Overlay.php @@ -1433,321 +1460,324 @@ %%WWWDIR%%/plugins/Overlay/client/loading.gif %%WWWDIR%%/plugins/Overlay/client/translations.js %%WWWDIR%%/plugins/Overlay/client/urlnormalizer.js -%%WWWDIR%%/plugins/Overlay/templates/error_wrong_domain.tpl -%%WWWDIR%%/plugins/Overlay/templates/helper.js -%%WWWDIR%%/plugins/Overlay/templates/index.css -%%WWWDIR%%/plugins/Overlay/templates/index.js -%%WWWDIR%%/plugins/Overlay/templates/index.tpl -%%WWWDIR%%/plugins/Overlay/templates/index_noframe.tpl -%%WWWDIR%%/plugins/Overlay/templates/info.png -%%WWWDIR%%/plugins/Overlay/templates/notify_parent_iframe.tpl -%%WWWDIR%%/plugins/Overlay/templates/overlay_icon.png -%%WWWDIR%%/plugins/Overlay/templates/overlay_icon_hover.png -%%WWWDIR%%/plugins/Overlay/templates/rowaction.js -%%WWWDIR%%/plugins/Overlay/templates/sidebar.tpl -%%WWWDIR%%/plugins/PDFReports/API.php -%%WWWDIR%%/plugins/PDFReports/Controller.php -%%WWWDIR%%/plugins/PDFReports/PDFReports.php -%%WWWDIR%%/plugins/PDFReports/config/tcpdf_config.php -%%WWWDIR%%/plugins/PDFReports/templates/add.tpl -%%WWWDIR%%/plugins/PDFReports/templates/index.tpl -%%WWWDIR%%/plugins/PDFReports/templates/list.tpl -%%WWWDIR%%/plugins/PDFReports/templates/pdf.js -%%WWWDIR%%/plugins/PDFReports/templates/report_parameters.tpl +%%WWWDIR%%/plugins/Overlay/images/info.png +%%WWWDIR%%/plugins/Overlay/images/overlay_icon.png +%%WWWDIR%%/plugins/Overlay/images/overlay_icon_hover.png +%%WWWDIR%%/plugins/Overlay/javascripts/Overlay_Helper.js +%%WWWDIR%%/plugins/Overlay/javascripts/Piwik_Overlay.js +%%WWWDIR%%/plugins/Overlay/javascripts/rowaction.js +%%WWWDIR%%/plugins/Overlay/stylesheets/overlay.css +%%WWWDIR%%/plugins/Overlay/stylesheets/showErrorWrongDomain.css +%%WWWDIR%%/plugins/Overlay/templates/index.twig +%%WWWDIR%%/plugins/Overlay/templates/index_noframe.twig +%%WWWDIR%%/plugins/Overlay/templates/notifyParentIframe.twig +%%WWWDIR%%/plugins/Overlay/templates/renderSidebar.twig +%%WWWDIR%%/plugins/Overlay/templates/showErrorWrongDomain.twig %%WWWDIR%%/plugins/PrivacyManager/Controller.php %%WWWDIR%%/plugins/PrivacyManager/LogDataPurger.php %%WWWDIR%%/plugins/PrivacyManager/PrivacyManager.php %%WWWDIR%%/plugins/PrivacyManager/ReportsPurger.php -%%WWWDIR%%/plugins/PrivacyManager/templates/databaseSize.tpl -%%WWWDIR%%/plugins/PrivacyManager/templates/privacySettings.js -%%WWWDIR%%/plugins/PrivacyManager/templates/privacySettings.tpl +%%WWWDIR%%/plugins/PrivacyManager/javascripts/privacySettings.js +%%WWWDIR%%/plugins/PrivacyManager/templates/getDatabaseSize.twig +%%WWWDIR%%/plugins/PrivacyManager/templates/privacySettings.twig %%WWWDIR%%/plugins/Provider/API.php +%%WWWDIR%%/plugins/Provider/Archiver.php %%WWWDIR%%/plugins/Provider/Controller.php %%WWWDIR%%/plugins/Provider/Provider.php %%WWWDIR%%/plugins/Provider/functions.php %%WWWDIR%%/plugins/Proxy/Controller.php %%WWWDIR%%/plugins/Proxy/Proxy.php -%%WWWDIR%%/plugins/Proxy/templates/exportImage.tpl -%%WWWDIR%%/plugins/Referers/API.php -%%WWWDIR%%/plugins/Referers/Controller.php -%%WWWDIR%%/plugins/Referers/Referers.php -%%WWWDIR%%/plugins/Referers/functions.php -%%WWWDIR%%/plugins/Referers/images/searchEngines/1.cz.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/abcsok.no.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/alexa.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/all.by.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/apollo.lv.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/apollo7.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/arama.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/ariadna.elmundo.es.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/arianna.libero.it.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/ask.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/bg.setooz.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/bing.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/blekko.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/blogs.icerocket.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/blogsearch.google.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/busca.orange.es.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/busca.uol.com.br.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/buscador.terra.es.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/cgi.search.biglobe.ne.jp.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/daemon-search.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/digg.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/dir.gigablast.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/dmoz.org.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/duckduckgo.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/ecosia.org.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/encrypted.google.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/eo.st.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/forestle.org.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/fr.dir.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/fr.wedoo.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/friendfeed.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/gais.cs.ccu.edu.tw.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/geona.net.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/go.mail.ru.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/google.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/googlesyndicatedsearch.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/holmes.ge.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/images.google.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/images.search.yahoo.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/images.yandex.ru.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/infospace.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/iwon.ask.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/ixquick.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/junglekey.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/jyxo.1188.cz.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/ko.search.need2find.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/lo.st.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/maps.google.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/meta.rrzn.uni-hannover.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/meta.ua.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/metager2.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/news.google.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/nigma.ru.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/nova.rambler.ru.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/online.no.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/otsing.delfi.ee.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/p.zhongsou.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/pesquisa.clix.pt.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/pesquisa.sapo.pt.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/poisk.ru.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/recherche.francite.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/rechercher.aliceadsl.fr.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/req.hit-parade.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/ricerca.virgilio.it.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/rpmfind.net.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/s1.metacrawler.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/scour.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.aol.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.babylon.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.bluewin.ch.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.centrum.cz.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.comcast.net.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.conduit.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.daum.net.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.earthlink.net.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.excite.it.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.free.fr.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.freecause.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.goo.ne.jp.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.ke.voila.fr.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.lycos.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.nate.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.naver.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.nifty.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.peoplepc.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.qip.ru.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.rr.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.seznam.cz.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.softonic.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.tiscali.it.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.winamp.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.www.ee.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.yahoo.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.yam.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/search.yippy.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/searchalot.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/searchatlas.centrum.cz.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/searchservice.myspace.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/sm.aport.ru.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/smart.delfi.lv.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/so.360.cn.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/start.iplay.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/startgoogle.startpagina.nl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/suche.freenet.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/suche.info.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/suche.t-online.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/suche.web.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/szukaj.onet.pl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/szukaj.wp.pl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/technorati.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/translate.google.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/video.google.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/web.canoe.ca.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/web.volny.cz.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/websearch.cs.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/websearch.rakuten.co.jp.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.123people.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.1881.no.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.abacho.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.acoon.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.allesklar.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.alltheweb.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.altavista.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.arcor.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.baidu.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.blogdigger.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.blogpulse.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.charter.net.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.crawler.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.cuil.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.dasoertliche.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.eniro.se.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.eurip.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.euroseek.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.everyclick.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.exalead.fr.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.facebook.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.fastbrowsersearch.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.fireball.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.firstsfind.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.fixsuche.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.flix.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.gigablast.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.gnadenmeer.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.gomeo.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.google.interia.pl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.goyellow.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.gulesider.no.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.highbeam.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.hooseek.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.hotbot.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.icq.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.ilse.nl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.jungle-spider.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.kataweb.it.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.kvasir.no.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.latne.lv.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.looksmart.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.maailm.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.mamma.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.meinestadt.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.mister-wong.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.monstercrawler.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.mozbot.fr.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.mysearch.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.najdi.si.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.neti.ee.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.paperball.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.picsearch.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.plazoo.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.qualigo.at.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.search.ch.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.search.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.searchcanvas.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.searchy.co.uk.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.sharelook.fr.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.skynet.be.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.sogou.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.soso.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.startsiden.no.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.suchmaschine.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.suchnase.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.talktalk.co.uk.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.teoma.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.tixuma.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.toile.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.toolbarhome.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.trouvez.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.trovarapido.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.trusted--search.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.twingly.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.url.org.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.vinden.nl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.vindex.nl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.walhello.info.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.web.nl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.weborama.fr.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.websearch.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.witch.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.x-recherche.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.yasni.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.yatedo.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.yougoo.fr.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.zapmeta.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.zoeken.nl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www.zoznam.sk.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www1.dastelefonbuch.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www2.austronaut.at.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www2.inbox.com.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/www3.zoek.nl.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/xx.gif -%%WWWDIR%%/plugins/Referers/images/searchEngines/xx.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/yandex.ru.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/yellowmap.de.png -%%WWWDIR%%/plugins/Referers/images/searchEngines/zoohoo.cz.png -%%WWWDIR%%/plugins/Referers/images/socials/badoo.com.png -%%WWWDIR%%/plugins/Referers/images/socials/bebo.com.png -%%WWWDIR%%/plugins/Referers/images/socials/blackplanet.com.png -%%WWWDIR%%/plugins/Referers/images/socials/buzznet.com.png -%%WWWDIR%%/plugins/Referers/images/socials/classmates.com.png -%%WWWDIR%%/plugins/Referers/images/socials/douban.com.png -%%WWWDIR%%/plugins/Referers/images/socials/facebook.com.png -%%WWWDIR%%/plugins/Referers/images/socials/flickr.com.png -%%WWWDIR%%/plugins/Referers/images/socials/flixster.com.png -%%WWWDIR%%/plugins/Referers/images/socials/foursquare.com.png -%%WWWDIR%%/plugins/Referers/images/socials/friendsreunited.com.png -%%WWWDIR%%/plugins/Referers/images/socials/friendster.com.png -%%WWWDIR%%/plugins/Referers/images/socials/gaiaonline.com.png -%%WWWDIR%%/plugins/Referers/images/socials/geni.com.png -%%WWWDIR%%/plugins/Referers/images/socials/github.com.png -%%WWWDIR%%/plugins/Referers/images/socials/habbo.com.png -%%WWWDIR%%/plugins/Referers/images/socials/hi5.com.png -%%WWWDIR%%/plugins/Referers/images/socials/hyves.nl.png -%%WWWDIR%%/plugins/Referers/images/socials/identi.ca.png -%%WWWDIR%%/plugins/Referers/images/socials/lastfm.ru.png -%%WWWDIR%%/plugins/Referers/images/socials/linkedin.com.png -%%WWWDIR%%/plugins/Referers/images/socials/livejournal.ru.png -%%WWWDIR%%/plugins/Referers/images/socials/login.live.com.png -%%WWWDIR%%/plugins/Referers/images/socials/mixi.jp.png -%%WWWDIR%%/plugins/Referers/images/socials/moikrug.ru.png -%%WWWDIR%%/plugins/Referers/images/socials/multiply.com.png -%%WWWDIR%%/plugins/Referers/images/socials/myheritage.com.png -%%WWWDIR%%/plugins/Referers/images/socials/mylife.ru.png -%%WWWDIR%%/plugins/Referers/images/socials/myspace.com.png -%%WWWDIR%%/plugins/Referers/images/socials/myyearbook.com.png -%%WWWDIR%%/plugins/Referers/images/socials/news.ycombinator.com.png -%%WWWDIR%%/plugins/Referers/images/socials/nk.pl.png -%%WWWDIR%%/plugins/Referers/images/socials/odnoklassniki.ru.png -%%WWWDIR%%/plugins/Referers/images/socials/orkut.com.png -%%WWWDIR%%/plugins/Referers/images/socials/pinterest.com.png -%%WWWDIR%%/plugins/Referers/images/socials/plaxo.com.png -%%WWWDIR%%/plugins/Referers/images/socials/qzone.qq.com.png -%%WWWDIR%%/plugins/Referers/images/socials/reddit.com.png -%%WWWDIR%%/plugins/Referers/images/socials/renren.com.png -%%WWWDIR%%/plugins/Referers/images/socials/ru.netlog.com.png -%%WWWDIR%%/plugins/Referers/images/socials/skyrock.com.png -%%WWWDIR%%/plugins/Referers/images/socials/sonico.com.png -%%WWWDIR%%/plugins/Referers/images/socials/sourceforge.net.png -%%WWWDIR%%/plugins/Referers/images/socials/stackoverflow.com.png -%%WWWDIR%%/plugins/Referers/images/socials/studivz.net.png -%%WWWDIR%%/plugins/Referers/images/socials/stumbleupon.com.png -%%WWWDIR%%/plugins/Referers/images/socials/tagged.com.png -%%WWWDIR%%/plugins/Referers/images/socials/taringa.net.png -%%WWWDIR%%/plugins/Referers/images/socials/tuenti.com.png -%%WWWDIR%%/plugins/Referers/images/socials/twitter.com.png -%%WWWDIR%%/plugins/Referers/images/socials/url.google.com.png -%%WWWDIR%%/plugins/Referers/images/socials/viadeo.com.png -%%WWWDIR%%/plugins/Referers/images/socials/vk.com.png -%%WWWDIR%%/plugins/Referers/images/socials/vkontakte.ru.png -%%WWWDIR%%/plugins/Referers/images/socials/vkrugudruzei.ru.png -%%WWWDIR%%/plugins/Referers/images/socials/weibo.com.png -%%WWWDIR%%/plugins/Referers/images/socials/xing.com.png -%%WWWDIR%%/plugins/Referers/images/socials/xx.png -%%WWWDIR%%/plugins/Referers/templates/Websites_SocialNetworks.tpl -%%WWWDIR%%/plugins/Referers/templates/index.tpl -%%WWWDIR%%/plugins/Referers/templates/searchEngines_Keywords.tpl +%%WWWDIR%%/plugins/Referrers/API.php +%%WWWDIR%%/plugins/Referrers/Archiver.php +%%WWWDIR%%/plugins/Referrers/Controller.php +%%WWWDIR%%/plugins/Referrers/Referrers.php +%%WWWDIR%%/plugins/Referrers/functions.php +%%WWWDIR%%/plugins/Referrers/images/searchEngines/1.cz.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/abcsok.no.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/alexa.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/all.by.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/apollo.lv.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/apollo7.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/arama.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/ariadna.elmundo.es.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/arianna.libero.it.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/ask.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/bg.setooz.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/bing.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/blekko.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/blogs.icerocket.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/blogsearch.google.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/busca.orange.es.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/busca.uol.com.br.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/buscador.terra.es.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/cgi.search.biglobe.ne.jp.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/claro-search.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/daemon-search.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/digg.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/dir.gigablast.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/dmoz.org.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/duckduckgo.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/ecosia.org.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/encrypted.google.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/eo.st.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/forestle.org.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/fr.dir.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/fr.wedoo.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/friendfeed.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/gais.cs.ccu.edu.tw.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/geona.net.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/go.mail.ru.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/google.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/googlesyndicatedsearch.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/holmes.ge.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/images.google.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/images.search.yahoo.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/images.yandex.ru.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/infospace.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/iwon.ask.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/ixquick.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/junglekey.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/jyxo.1188.cz.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/ko.search.need2find.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/lo.st.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/maps.google.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/meta.rrzn.uni-hannover.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/meta.ua.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/metager2.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/news.google.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/nigma.ru.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/nova.rambler.ru.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/online.no.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/otsing.delfi.ee.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/p.zhongsou.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/pesquisa.clix.pt.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/pesquisa.sapo.pt.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/plusnetwork.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/poisk.ru.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/recherche.francite.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/rechercher.aliceadsl.fr.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/req.hit-parade.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/ricerca.virgilio.it.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/rpmfind.net.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/s1.metacrawler.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/scholar.google.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/scour.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.aol.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.babylon.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.bluewin.ch.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.centrum.cz.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.comcast.net.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.conduit.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.daum.net.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.earthlink.net.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.excite.it.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.free.fr.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.freecause.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.goo.ne.jp.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.imesh.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.ke.voila.fr.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.lycos.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.nate.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.naver.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.nifty.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.peoplepc.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.qip.ru.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.rr.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.seznam.cz.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.smartaddressbar.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.snap.do.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.softonic.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.tiscali.it.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.winamp.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.www.ee.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.yahoo.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.yam.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/search.yippy.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/searchalot.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/searchatlas.centrum.cz.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/searchservice.myspace.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/sm.aport.ru.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/smart.delfi.lv.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/so.360.cn.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/start.iplay.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/startgoogle.startpagina.nl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/suche.freenet.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/suche.info.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/suche.t-online.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/suche.web.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/surfcanyon.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/szukaj.onet.pl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/szukaj.wp.pl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/technorati.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/translate.google.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/video.google.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/web.canoe.ca.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/web.volny.cz.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/websearch.cs.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/websearch.rakuten.co.jp.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.123people.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.1881.no.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.abacho.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.acoon.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.allesklar.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.alltheweb.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.altavista.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.arcor.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.baidu.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.blogdigger.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.blogpulse.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.charter.net.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.crawler.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.cuil.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.dasoertliche.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.eniro.se.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.eurip.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.euroseek.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.everyclick.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.exalead.fr.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.facebook.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.fastbrowsersearch.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.fireball.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.firstsfind.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.fixsuche.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.flix.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.gigablast.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.gnadenmeer.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.gomeo.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.google.interia.pl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.goyellow.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.gulesider.no.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.highbeam.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.hooseek.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.hotbot.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.icq.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.ilse.nl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.jungle-spider.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.kataweb.it.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.kvasir.no.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.latne.lv.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.looksmart.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.maailm.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.mamma.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.meinestadt.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.mister-wong.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.monstercrawler.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.mozbot.fr.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.mysearch.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.najdi.si.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.neti.ee.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.paperball.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.picsearch.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.plazoo.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.qualigo.at.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.search.ch.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.search.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.searchcanvas.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.searchy.co.uk.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.sharelook.fr.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.skynet.be.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.sogou.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.soso.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.startsiden.no.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.suchmaschine.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.suchnase.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.talimba.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.talktalk.co.uk.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.teoma.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.tixuma.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.toile.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.toolbarhome.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.trouvez.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.trovarapido.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.trusted-search.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.twingly.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.url.org.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.vinden.nl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.vindex.nl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.walhello.info.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.web.nl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.weborama.fr.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.websearch.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.witch.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.x-recherche.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.yasni.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.yatedo.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.yougoo.fr.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.zapmeta.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.zoeken.nl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www.zoznam.sk.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www1.dastelefonbuch.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www2.austronaut.at.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www2.inbox.com.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/www3.zoek.nl.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/xx.gif +%%WWWDIR%%/plugins/Referrers/images/searchEngines/xx.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/yandex.ru.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/yellowmap.de.png +%%WWWDIR%%/plugins/Referrers/images/searchEngines/zoohoo.cz.png +%%WWWDIR%%/plugins/Referrers/images/socials/badoo.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/bebo.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/blackplanet.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/buzznet.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/classmates.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/douban.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/facebook.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/flickr.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/flixster.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/foursquare.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/friendsreunited.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/friendster.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/gaiaonline.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/geni.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/github.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/habbo.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/hi5.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/hyves.nl.png +%%WWWDIR%%/plugins/Referrers/images/socials/identi.ca.png +%%WWWDIR%%/plugins/Referrers/images/socials/lastfm.ru.png +%%WWWDIR%%/plugins/Referrers/images/socials/linkedin.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/livejournal.ru.png +%%WWWDIR%%/plugins/Referrers/images/socials/login.live.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/mixi.jp.png +%%WWWDIR%%/plugins/Referrers/images/socials/moikrug.ru.png +%%WWWDIR%%/plugins/Referrers/images/socials/multiply.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/myheritage.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/mylife.ru.png +%%WWWDIR%%/plugins/Referrers/images/socials/myspace.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/myyearbook.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/news.ycombinator.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/nk.pl.png +%%WWWDIR%%/plugins/Referrers/images/socials/odnoklassniki.ru.png +%%WWWDIR%%/plugins/Referrers/images/socials/orkut.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/pinterest.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/plaxo.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/qzone.qq.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/reddit.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/renren.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/ru.netlog.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/skyrock.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/sonico.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/sourceforge.net.png +%%WWWDIR%%/plugins/Referrers/images/socials/stackoverflow.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/studivz.net.png +%%WWWDIR%%/plugins/Referrers/images/socials/stumbleupon.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/tagged.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/taringa.net.png +%%WWWDIR%%/plugins/Referrers/images/socials/tuenti.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/twitter.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/url.google.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/viadeo.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/vimeo.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/vk.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/vkontakte.ru.png +%%WWWDIR%%/plugins/Referrers/images/socials/vkrugudruzei.ru.png +%%WWWDIR%%/plugins/Referrers/images/socials/weibo.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/xing.com.png +%%WWWDIR%%/plugins/Referrers/images/socials/xx.png +%%WWWDIR%%/plugins/Referrers/images/socials/youtube.com.png +%%WWWDIR%%/plugins/Referrers/templates/getSearchEnginesAndKeywords.twig +%%WWWDIR%%/plugins/Referrers/templates/index.twig +%%WWWDIR%%/plugins/Referrers/templates/indexWebsites.twig %%WWWDIR%%/plugins/SEO/API.php %%WWWDIR%%/plugins/SEO/Controller.php %%WWWDIR%%/plugins/SEO/MajesticClient.php @@ -1755,43 +1785,17 @@ %%WWWDIR%%/plugins/SEO/SEO.php %%WWWDIR%%/plugins/SEO/images/majesticseo.png %%WWWDIR%%/plugins/SEO/images/whois.png -%%WWWDIR%%/plugins/SEO/templates/index.tpl -%%WWWDIR%%/plugins/SEO/templates/rank.js -%%WWWDIR%%/plugins/SecurityInfo/Controller.php -%%WWWDIR%%/plugins/SecurityInfo/LICENSE -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/PhpSecInfo.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/README -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Application/php.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Application/piwik.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/CGI/force_redirect.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/allow_url_fopen.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/allow_url_include.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/display_errors.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/expose_php.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/file_uploads.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/gid.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/magic_quotes_gpc.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/memory_limit.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/open_basedir.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/post_max_size.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/register_globals.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/uid.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/upload_max_filesize.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core/upload_tmp_dir.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Curl/file_support.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Session/save_path.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Session/use_trans_sid.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Suhosin/extension.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Suhosin/patch.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Test.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Test_Application.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Test_Cgi.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Test_Core.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Test_Curl.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Test_Session.php -%%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Test_Suhosin.php -%%WWWDIR%%/plugins/SecurityInfo/SecurityInfo.php -%%WWWDIR%%/plugins/SecurityInfo/templates/index.tpl +%%WWWDIR%%/plugins/SEO/javascripts/rank.js +%%WWWDIR%%/plugins/SEO/templates/getRank.twig +%%WWWDIR%%/plugins/ScheduledReports/API.php +%%WWWDIR%%/plugins/ScheduledReports/Controller.php +%%WWWDIR%%/plugins/ScheduledReports/ScheduledReports.php +%%WWWDIR%%/plugins/ScheduledReports/config/tcpdf_config.php +%%WWWDIR%%/plugins/ScheduledReports/javascripts/pdf.js +%%WWWDIR%%/plugins/ScheduledReports/templates/_addReport.twig +%%WWWDIR%%/plugins/ScheduledReports/templates/_listReports.twig +%%WWWDIR%%/plugins/ScheduledReports/templates/index.twig +%%WWWDIR%%/plugins/ScheduledReports/templates/reportParametersScheduledReports.twig %%WWWDIR%%/plugins/SegmentEditor/API.php %%WWWDIR%%/plugins/SegmentEditor/Controller.php %%WWWDIR%%/plugins/SegmentEditor/SegmentEditor.php @@ -1802,40 +1806,34 @@ %%WWWDIR%%/plugins/SegmentEditor/images/close.png %%WWWDIR%%/plugins/SegmentEditor/images/close_btn.png %%WWWDIR%%/plugins/SegmentEditor/images/dashboard_h_bg_hover.png -%%WWWDIR%%/plugins/SegmentEditor/images/down_arrow.png %%WWWDIR%%/plugins/SegmentEditor/images/icon-users.png %%WWWDIR%%/plugins/SegmentEditor/images/reset_search.png -%%WWWDIR%%/plugins/SegmentEditor/images/scroller.png %%WWWDIR%%/plugins/SegmentEditor/images/search_btn.png %%WWWDIR%%/plugins/SegmentEditor/images/segment-close.png %%WWWDIR%%/plugins/SegmentEditor/images/segment-move.png -%%WWWDIR%%/plugins/SegmentEditor/images/slide.png -%%WWWDIR%%/plugins/SegmentEditor/images/up_arrow.png -%%WWWDIR%%/plugins/SegmentEditor/templates/Segmentation.css -%%WWWDIR%%/plugins/SegmentEditor/templates/Segmentation.js -%%WWWDIR%%/plugins/SegmentEditor/templates/jquery.jscrollpane.css -%%WWWDIR%%/plugins/SegmentEditor/templates/jquery.jscrollpane.js -%%WWWDIR%%/plugins/SegmentEditor/templates/jquery.mousewheel.js -%%WWWDIR%%/plugins/SegmentEditor/templates/mwheelIntent.js -%%WWWDIR%%/plugins/SegmentEditor/templates/scroll.css -%%WWWDIR%%/plugins/SegmentEditor/templates/selector.tpl +%%WWWDIR%%/plugins/SegmentEditor/javascripts/Segmentation.js +%%WWWDIR%%/plugins/SegmentEditor/stylesheets/segmentation.less +%%WWWDIR%%/plugins/SegmentEditor/templates/getSelector.twig %%WWWDIR%%/plugins/SitesManager/API.php %%WWWDIR%%/plugins/SitesManager/Controller.php %%WWWDIR%%/plugins/SitesManager/SitesManager.php -%%WWWDIR%%/plugins/SitesManager/templates/DisplayAlternativeTags.tpl -%%WWWDIR%%/plugins/SitesManager/templates/DisplayJavascriptCode.tpl -%%WWWDIR%%/plugins/SitesManager/templates/SitesManager.js -%%WWWDIR%%/plugins/SitesManager/templates/SitesManager.tpl -%%WWWDIR%%/plugins/SitesManager/templates/Tracking.tpl +%%WWWDIR%%/plugins/SitesManager/javascripts/SitesManager.js +%%WWWDIR%%/plugins/SitesManager/stylesheets/SitesManager.less +%%WWWDIR%%/plugins/SitesManager/templates/_displayJavascriptCode.twig +%%WWWDIR%%/plugins/SitesManager/templates/displayAlternativeTagsHelp.twig +%%WWWDIR%%/plugins/SitesManager/templates/displayJavascriptCode.twig +%%WWWDIR%%/plugins/SitesManager/templates/index.twig %%WWWDIR%%/plugins/Transitions/API.php %%WWWDIR%%/plugins/Transitions/Controller.php %%WWWDIR%%/plugins/Transitions/Transitions.php -%%WWWDIR%%/plugins/Transitions/templates/transitions.css -%%WWWDIR%%/plugins/Transitions/templates/transitions.js -%%WWWDIR%%/plugins/Transitions/templates/transitions.tpl -%%WWWDIR%%/plugins/Transitions/templates/transitions_icon.png -%%WWWDIR%%/plugins/Transitions/templates/transitions_icon_hover.png +%%WWWDIR%%/plugins/Transitions/images/transitions_icon.png +%%WWWDIR%%/plugins/Transitions/images/transitions_icon_hover.png +%%WWWDIR%%/plugins/Transitions/javascripts/transitions.js +%%WWWDIR%%/plugins/Transitions/stylesheets/_transitionColors.less +%%WWWDIR%%/plugins/Transitions/stylesheets/transitions.less +%%WWWDIR%%/plugins/Transitions/templates/renderPopover.twig %%WWWDIR%%/plugins/UserCountry/API.php +%%WWWDIR%%/plugins/UserCountry/Archiver.php %%WWWDIR%%/plugins/UserCountry/Controller.php %%WWWDIR%%/plugins/UserCountry/GeoIPAutoUpdater.php %%WWWDIR%%/plugins/UserCountry/LocationProvider.php @@ -1845,306 +1843,302 @@ %%WWWDIR%%/plugins/UserCountry/LocationProvider/GeoIp/Php.php %%WWWDIR%%/plugins/UserCountry/LocationProvider/GeoIp/ServerBased.php %%WWWDIR%%/plugins/UserCountry/UserCountry.php -%%WWWDIR%%/plugins/UserCountry/flags/a1.png -%%WWWDIR%%/plugins/UserCountry/flags/a2.png -%%WWWDIR%%/plugins/UserCountry/flags/ac.png -%%WWWDIR%%/plugins/UserCountry/flags/ad.png -%%WWWDIR%%/plugins/UserCountry/flags/ae.png -%%WWWDIR%%/plugins/UserCountry/flags/af.png -%%WWWDIR%%/plugins/UserCountry/flags/ag.png -%%WWWDIR%%/plugins/UserCountry/flags/ai.png -%%WWWDIR%%/plugins/UserCountry/flags/al.png -%%WWWDIR%%/plugins/UserCountry/flags/am.png -%%WWWDIR%%/plugins/UserCountry/flags/an.png -%%WWWDIR%%/plugins/UserCountry/flags/ao.png -%%WWWDIR%%/plugins/UserCountry/flags/ap.png -%%WWWDIR%%/plugins/UserCountry/flags/aq.png -%%WWWDIR%%/plugins/UserCountry/flags/ar.png -%%WWWDIR%%/plugins/UserCountry/flags/as.png -%%WWWDIR%%/plugins/UserCountry/flags/at.png -%%WWWDIR%%/plugins/UserCountry/flags/au.png -%%WWWDIR%%/plugins/UserCountry/flags/aw.png -%%WWWDIR%%/plugins/UserCountry/flags/ax.png -%%WWWDIR%%/plugins/UserCountry/flags/az.png -%%WWWDIR%%/plugins/UserCountry/flags/ba.png -%%WWWDIR%%/plugins/UserCountry/flags/bb.png -%%WWWDIR%%/plugins/UserCountry/flags/bd.png -%%WWWDIR%%/plugins/UserCountry/flags/be.png -%%WWWDIR%%/plugins/UserCountry/flags/bf.png -%%WWWDIR%%/plugins/UserCountry/flags/bg.png -%%WWWDIR%%/plugins/UserCountry/flags/bh.png -%%WWWDIR%%/plugins/UserCountry/flags/bi.png -%%WWWDIR%%/plugins/UserCountry/flags/bj.png -%%WWWDIR%%/plugins/UserCountry/flags/bl.png -%%WWWDIR%%/plugins/UserCountry/flags/bm.png -%%WWWDIR%%/plugins/UserCountry/flags/bn.png -%%WWWDIR%%/plugins/UserCountry/flags/bo.png -%%WWWDIR%%/plugins/UserCountry/flags/bq.png -%%WWWDIR%%/plugins/UserCountry/flags/br.png -%%WWWDIR%%/plugins/UserCountry/flags/bs.png -%%WWWDIR%%/plugins/UserCountry/flags/bt.png -%%WWWDIR%%/plugins/UserCountry/flags/bu.png -%%WWWDIR%%/plugins/UserCountry/flags/bv.png -%%WWWDIR%%/plugins/UserCountry/flags/bw.png -%%WWWDIR%%/plugins/UserCountry/flags/by.png -%%WWWDIR%%/plugins/UserCountry/flags/bz.png -%%WWWDIR%%/plugins/UserCountry/flags/ca.png -%%WWWDIR%%/plugins/UserCountry/flags/cat.png -%%WWWDIR%%/plugins/UserCountry/flags/cc.png -%%WWWDIR%%/plugins/UserCountry/flags/cd.png -%%WWWDIR%%/plugins/UserCountry/flags/cf.png -%%WWWDIR%%/plugins/UserCountry/flags/cg.png -%%WWWDIR%%/plugins/UserCountry/flags/ch.png -%%WWWDIR%%/plugins/UserCountry/flags/ci.png -%%WWWDIR%%/plugins/UserCountry/flags/ck.png -%%WWWDIR%%/plugins/UserCountry/flags/cl.png -%%WWWDIR%%/plugins/UserCountry/flags/cm.png -%%WWWDIR%%/plugins/UserCountry/flags/cn.png -%%WWWDIR%%/plugins/UserCountry/flags/co.png -%%WWWDIR%%/plugins/UserCountry/flags/cp.png -%%WWWDIR%%/plugins/UserCountry/flags/cr.png -%%WWWDIR%%/plugins/UserCountry/flags/cs.png -%%WWWDIR%%/plugins/UserCountry/flags/cu.png -%%WWWDIR%%/plugins/UserCountry/flags/cv.png -%%WWWDIR%%/plugins/UserCountry/flags/cw.png -%%WWWDIR%%/plugins/UserCountry/flags/cx.png -%%WWWDIR%%/plugins/UserCountry/flags/cy.png -%%WWWDIR%%/plugins/UserCountry/flags/cz.png -%%WWWDIR%%/plugins/UserCountry/flags/de.png -%%WWWDIR%%/plugins/UserCountry/flags/dg.png -%%WWWDIR%%/plugins/UserCountry/flags/dj.png -%%WWWDIR%%/plugins/UserCountry/flags/dk.png -%%WWWDIR%%/plugins/UserCountry/flags/dm.png -%%WWWDIR%%/plugins/UserCountry/flags/do.png -%%WWWDIR%%/plugins/UserCountry/flags/dz.png -%%WWWDIR%%/plugins/UserCountry/flags/ea.png -%%WWWDIR%%/plugins/UserCountry/flags/ec.png -%%WWWDIR%%/plugins/UserCountry/flags/ee.png -%%WWWDIR%%/plugins/UserCountry/flags/eg.png -%%WWWDIR%%/plugins/UserCountry/flags/eh.png -%%WWWDIR%%/plugins/UserCountry/flags/er.png -%%WWWDIR%%/plugins/UserCountry/flags/es.png -%%WWWDIR%%/plugins/UserCountry/flags/et.png -%%WWWDIR%%/plugins/UserCountry/flags/eu.png -%%WWWDIR%%/plugins/UserCountry/flags/fi.png -%%WWWDIR%%/plugins/UserCountry/flags/fj.png -%%WWWDIR%%/plugins/UserCountry/flags/fk.png -%%WWWDIR%%/plugins/UserCountry/flags/fm.png -%%WWWDIR%%/plugins/UserCountry/flags/fo.png -%%WWWDIR%%/plugins/UserCountry/flags/fr.png -%%WWWDIR%%/plugins/UserCountry/flags/fx.png -%%WWWDIR%%/plugins/UserCountry/flags/ga.png -%%WWWDIR%%/plugins/UserCountry/flags/gb.png -%%WWWDIR%%/plugins/UserCountry/flags/gd.png -%%WWWDIR%%/plugins/UserCountry/flags/ge.png -%%WWWDIR%%/plugins/UserCountry/flags/gf.png -%%WWWDIR%%/plugins/UserCountry/flags/gg.png -%%WWWDIR%%/plugins/UserCountry/flags/gh.png -%%WWWDIR%%/plugins/UserCountry/flags/gi.png -%%WWWDIR%%/plugins/UserCountry/flags/gl.png -%%WWWDIR%%/plugins/UserCountry/flags/gm.png -%%WWWDIR%%/plugins/UserCountry/flags/gn.png -%%WWWDIR%%/plugins/UserCountry/flags/gp.png -%%WWWDIR%%/plugins/UserCountry/flags/gq.png -%%WWWDIR%%/plugins/UserCountry/flags/gr.png -%%WWWDIR%%/plugins/UserCountry/flags/gs.png -%%WWWDIR%%/plugins/UserCountry/flags/gt.png -%%WWWDIR%%/plugins/UserCountry/flags/gu.png -%%WWWDIR%%/plugins/UserCountry/flags/gw.png -%%WWWDIR%%/plugins/UserCountry/flags/gy.png -%%WWWDIR%%/plugins/UserCountry/flags/hk.png -%%WWWDIR%%/plugins/UserCountry/flags/hm.png -%%WWWDIR%%/plugins/UserCountry/flags/hn.png -%%WWWDIR%%/plugins/UserCountry/flags/hr.png -%%WWWDIR%%/plugins/UserCountry/flags/ht.png -%%WWWDIR%%/plugins/UserCountry/flags/hu.png -%%WWWDIR%%/plugins/UserCountry/flags/ic.png -%%WWWDIR%%/plugins/UserCountry/flags/id.png -%%WWWDIR%%/plugins/UserCountry/flags/ie.png -%%WWWDIR%%/plugins/UserCountry/flags/il.png -%%WWWDIR%%/plugins/UserCountry/flags/im.png -%%WWWDIR%%/plugins/UserCountry/flags/in.png -%%WWWDIR%%/plugins/UserCountry/flags/io.png -%%WWWDIR%%/plugins/UserCountry/flags/iq.png -%%WWWDIR%%/plugins/UserCountry/flags/ir.png -%%WWWDIR%%/plugins/UserCountry/flags/is.png -%%WWWDIR%%/plugins/UserCountry/flags/it.png -%%WWWDIR%%/plugins/UserCountry/flags/je.png -%%WWWDIR%%/plugins/UserCountry/flags/jm.png -%%WWWDIR%%/plugins/UserCountry/flags/jo.png -%%WWWDIR%%/plugins/UserCountry/flags/jp.png -%%WWWDIR%%/plugins/UserCountry/flags/ke.png -%%WWWDIR%%/plugins/UserCountry/flags/kg.png -%%WWWDIR%%/plugins/UserCountry/flags/kh.png -%%WWWDIR%%/plugins/UserCountry/flags/ki.png -%%WWWDIR%%/plugins/UserCountry/flags/km.png -%%WWWDIR%%/plugins/UserCountry/flags/kn.png -%%WWWDIR%%/plugins/UserCountry/flags/kp.png -%%WWWDIR%%/plugins/UserCountry/flags/kr.png -%%WWWDIR%%/plugins/UserCountry/flags/kw.png -%%WWWDIR%%/plugins/UserCountry/flags/ky.png -%%WWWDIR%%/plugins/UserCountry/flags/kz.png -%%WWWDIR%%/plugins/UserCountry/flags/la.png -%%WWWDIR%%/plugins/UserCountry/flags/lb.png -%%WWWDIR%%/plugins/UserCountry/flags/lc.png -%%WWWDIR%%/plugins/UserCountry/flags/li.png -%%WWWDIR%%/plugins/UserCountry/flags/lk.png -%%WWWDIR%%/plugins/UserCountry/flags/lr.png -%%WWWDIR%%/plugins/UserCountry/flags/ls.png -%%WWWDIR%%/plugins/UserCountry/flags/lt.png -%%WWWDIR%%/plugins/UserCountry/flags/lu.png -%%WWWDIR%%/plugins/UserCountry/flags/lv.png -%%WWWDIR%%/plugins/UserCountry/flags/ly.png -%%WWWDIR%%/plugins/UserCountry/flags/ma.png -%%WWWDIR%%/plugins/UserCountry/flags/mc.png -%%WWWDIR%%/plugins/UserCountry/flags/md.png -%%WWWDIR%%/plugins/UserCountry/flags/me.png -%%WWWDIR%%/plugins/UserCountry/flags/mf.png -%%WWWDIR%%/plugins/UserCountry/flags/mg.png -%%WWWDIR%%/plugins/UserCountry/flags/mh.png -%%WWWDIR%%/plugins/UserCountry/flags/mk.png -%%WWWDIR%%/plugins/UserCountry/flags/ml.png -%%WWWDIR%%/plugins/UserCountry/flags/mm.png -%%WWWDIR%%/plugins/UserCountry/flags/mn.png -%%WWWDIR%%/plugins/UserCountry/flags/mo.png -%%WWWDIR%%/plugins/UserCountry/flags/mp.png -%%WWWDIR%%/plugins/UserCountry/flags/mq.png -%%WWWDIR%%/plugins/UserCountry/flags/mr.png -%%WWWDIR%%/plugins/UserCountry/flags/ms.png -%%WWWDIR%%/plugins/UserCountry/flags/mt.png -%%WWWDIR%%/plugins/UserCountry/flags/mu.png -%%WWWDIR%%/plugins/UserCountry/flags/mv.png -%%WWWDIR%%/plugins/UserCountry/flags/mw.png -%%WWWDIR%%/plugins/UserCountry/flags/mx.png -%%WWWDIR%%/plugins/UserCountry/flags/my.png -%%WWWDIR%%/plugins/UserCountry/flags/mz.png -%%WWWDIR%%/plugins/UserCountry/flags/na.png -%%WWWDIR%%/plugins/UserCountry/flags/nc.png -%%WWWDIR%%/plugins/UserCountry/flags/ne.png -%%WWWDIR%%/plugins/UserCountry/flags/nf.png -%%WWWDIR%%/plugins/UserCountry/flags/ng.png -%%WWWDIR%%/plugins/UserCountry/flags/ni.png -%%WWWDIR%%/plugins/UserCountry/flags/nl.png -%%WWWDIR%%/plugins/UserCountry/flags/no.png -%%WWWDIR%%/plugins/UserCountry/flags/np.png -%%WWWDIR%%/plugins/UserCountry/flags/nr.png -%%WWWDIR%%/plugins/UserCountry/flags/nt.png -%%WWWDIR%%/plugins/UserCountry/flags/nu.png -%%WWWDIR%%/plugins/UserCountry/flags/nz.png -%%WWWDIR%%/plugins/UserCountry/flags/o1.png -%%WWWDIR%%/plugins/UserCountry/flags/om.png -%%WWWDIR%%/plugins/UserCountry/flags/pa.png -%%WWWDIR%%/plugins/UserCountry/flags/pe.png -%%WWWDIR%%/plugins/UserCountry/flags/pf.png -%%WWWDIR%%/plugins/UserCountry/flags/pg.png -%%WWWDIR%%/plugins/UserCountry/flags/ph.png -%%WWWDIR%%/plugins/UserCountry/flags/pk.png -%%WWWDIR%%/plugins/UserCountry/flags/pl.png -%%WWWDIR%%/plugins/UserCountry/flags/pm.png -%%WWWDIR%%/plugins/UserCountry/flags/pn.png -%%WWWDIR%%/plugins/UserCountry/flags/pr.png -%%WWWDIR%%/plugins/UserCountry/flags/ps.png -%%WWWDIR%%/plugins/UserCountry/flags/pt.png -%%WWWDIR%%/plugins/UserCountry/flags/pw.png -%%WWWDIR%%/plugins/UserCountry/flags/py.png -%%WWWDIR%%/plugins/UserCountry/flags/qa.png -%%WWWDIR%%/plugins/UserCountry/flags/re.png -%%WWWDIR%%/plugins/UserCountry/flags/ro.png -%%WWWDIR%%/plugins/UserCountry/flags/rs.png -%%WWWDIR%%/plugins/UserCountry/flags/ru.png -%%WWWDIR%%/plugins/UserCountry/flags/rw.png -%%WWWDIR%%/plugins/UserCountry/flags/sa.png -%%WWWDIR%%/plugins/UserCountry/flags/sb.png -%%WWWDIR%%/plugins/UserCountry/flags/sc.png -%%WWWDIR%%/plugins/UserCountry/flags/sd.png -%%WWWDIR%%/plugins/UserCountry/flags/se.png -%%WWWDIR%%/plugins/UserCountry/flags/sf.png -%%WWWDIR%%/plugins/UserCountry/flags/sg.png -%%WWWDIR%%/plugins/UserCountry/flags/sh.png -%%WWWDIR%%/plugins/UserCountry/flags/si.png -%%WWWDIR%%/plugins/UserCountry/flags/sj.png -%%WWWDIR%%/plugins/UserCountry/flags/sk.png -%%WWWDIR%%/plugins/UserCountry/flags/sl.png -%%WWWDIR%%/plugins/UserCountry/flags/sm.png -%%WWWDIR%%/plugins/UserCountry/flags/sn.png -%%WWWDIR%%/plugins/UserCountry/flags/so.png -%%WWWDIR%%/plugins/UserCountry/flags/sr.png -%%WWWDIR%%/plugins/UserCountry/flags/ss.png -%%WWWDIR%%/plugins/UserCountry/flags/st.png -%%WWWDIR%%/plugins/UserCountry/flags/su.png -%%WWWDIR%%/plugins/UserCountry/flags/sv.png -%%WWWDIR%%/plugins/UserCountry/flags/sx.png -%%WWWDIR%%/plugins/UserCountry/flags/sy.png -%%WWWDIR%%/plugins/UserCountry/flags/sz.png -%%WWWDIR%%/plugins/UserCountry/flags/ta.png -%%WWWDIR%%/plugins/UserCountry/flags/tc.png -%%WWWDIR%%/plugins/UserCountry/flags/td.png -%%WWWDIR%%/plugins/UserCountry/flags/tf.png -%%WWWDIR%%/plugins/UserCountry/flags/tg.png -%%WWWDIR%%/plugins/UserCountry/flags/th.png -%%WWWDIR%%/plugins/UserCountry/flags/ti.png -%%WWWDIR%%/plugins/UserCountry/flags/tj.png -%%WWWDIR%%/plugins/UserCountry/flags/tk.png -%%WWWDIR%%/plugins/UserCountry/flags/tl.png -%%WWWDIR%%/plugins/UserCountry/flags/tm.png -%%WWWDIR%%/plugins/UserCountry/flags/tn.png -%%WWWDIR%%/plugins/UserCountry/flags/to.png -%%WWWDIR%%/plugins/UserCountry/flags/tp.png -%%WWWDIR%%/plugins/UserCountry/flags/tr.png -%%WWWDIR%%/plugins/UserCountry/flags/tt.png -%%WWWDIR%%/plugins/UserCountry/flags/tv.png -%%WWWDIR%%/plugins/UserCountry/flags/tw.png -%%WWWDIR%%/plugins/UserCountry/flags/tz.png -%%WWWDIR%%/plugins/UserCountry/flags/ua.png -%%WWWDIR%%/plugins/UserCountry/flags/ug.png -%%WWWDIR%%/plugins/UserCountry/flags/uk.png -%%WWWDIR%%/plugins/UserCountry/flags/um.png -%%WWWDIR%%/plugins/UserCountry/flags/us.png -%%WWWDIR%%/plugins/UserCountry/flags/uy.png -%%WWWDIR%%/plugins/UserCountry/flags/uz.png -%%WWWDIR%%/plugins/UserCountry/flags/va.png -%%WWWDIR%%/plugins/UserCountry/flags/vc.png -%%WWWDIR%%/plugins/UserCountry/flags/ve.png -%%WWWDIR%%/plugins/UserCountry/flags/vg.png -%%WWWDIR%%/plugins/UserCountry/flags/vi.png -%%WWWDIR%%/plugins/UserCountry/flags/vn.png -%%WWWDIR%%/plugins/UserCountry/flags/vu.png -%%WWWDIR%%/plugins/UserCountry/flags/wf.png -%%WWWDIR%%/plugins/UserCountry/flags/ws.png -%%WWWDIR%%/plugins/UserCountry/flags/xx.png -%%WWWDIR%%/plugins/UserCountry/flags/ye.png -%%WWWDIR%%/plugins/UserCountry/flags/yt.png -%%WWWDIR%%/plugins/UserCountry/flags/yu.png -%%WWWDIR%%/plugins/UserCountry/flags/za.png -%%WWWDIR%%/plugins/UserCountry/flags/zm.png -%%WWWDIR%%/plugins/UserCountry/flags/zr.png -%%WWWDIR%%/plugins/UserCountry/flags/zw.png %%WWWDIR%%/plugins/UserCountry/functions.php -%%WWWDIR%%/plugins/UserCountry/templates/admin.js -%%WWWDIR%%/plugins/UserCountry/templates/adminIndex.tpl -%%WWWDIR%%/plugins/UserCountry/templates/index.tpl -%%WWWDIR%%/plugins/UserCountry/templates/styles.css -%%WWWDIR%%/plugins/UserCountry/templates/updaterSetup.tpl +%%WWWDIR%%/plugins/UserCountry/images/flags/a1.png +%%WWWDIR%%/plugins/UserCountry/images/flags/a2.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ac.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ad.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ae.png +%%WWWDIR%%/plugins/UserCountry/images/flags/af.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ag.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ai.png +%%WWWDIR%%/plugins/UserCountry/images/flags/al.png +%%WWWDIR%%/plugins/UserCountry/images/flags/am.png +%%WWWDIR%%/plugins/UserCountry/images/flags/an.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ao.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ap.png +%%WWWDIR%%/plugins/UserCountry/images/flags/aq.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ar.png +%%WWWDIR%%/plugins/UserCountry/images/flags/as.png +%%WWWDIR%%/plugins/UserCountry/images/flags/at.png +%%WWWDIR%%/plugins/UserCountry/images/flags/au.png +%%WWWDIR%%/plugins/UserCountry/images/flags/aw.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ax.png +%%WWWDIR%%/plugins/UserCountry/images/flags/az.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ba.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bb.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bd.png +%%WWWDIR%%/plugins/UserCountry/images/flags/be.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bf.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bh.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bi.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bj.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bl.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bo.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bq.png +%%WWWDIR%%/plugins/UserCountry/images/flags/br.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bs.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bt.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bv.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bw.png +%%WWWDIR%%/plugins/UserCountry/images/flags/by.png +%%WWWDIR%%/plugins/UserCountry/images/flags/bz.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ca.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cat.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cc.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cd.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cf.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ch.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ci.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ck.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cl.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/co.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cp.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cs.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cv.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cw.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cx.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cy.png +%%WWWDIR%%/plugins/UserCountry/images/flags/cz.png +%%WWWDIR%%/plugins/UserCountry/images/flags/de.png +%%WWWDIR%%/plugins/UserCountry/images/flags/dg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/dj.png +%%WWWDIR%%/plugins/UserCountry/images/flags/dk.png +%%WWWDIR%%/plugins/UserCountry/images/flags/dm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/do.png +%%WWWDIR%%/plugins/UserCountry/images/flags/dz.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ea.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ec.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ee.png +%%WWWDIR%%/plugins/UserCountry/images/flags/eg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/eh.png +%%WWWDIR%%/plugins/UserCountry/images/flags/er.png +%%WWWDIR%%/plugins/UserCountry/images/flags/es.png +%%WWWDIR%%/plugins/UserCountry/images/flags/et.png +%%WWWDIR%%/plugins/UserCountry/images/flags/eu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/fi.png +%%WWWDIR%%/plugins/UserCountry/images/flags/fj.png +%%WWWDIR%%/plugins/UserCountry/images/flags/fk.png +%%WWWDIR%%/plugins/UserCountry/images/flags/fm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/fo.png +%%WWWDIR%%/plugins/UserCountry/images/flags/fr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/fx.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ga.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gb.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gd.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ge.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gf.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gh.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gi.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gl.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gp.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gq.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gs.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gt.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gw.png +%%WWWDIR%%/plugins/UserCountry/images/flags/gy.png +%%WWWDIR%%/plugins/UserCountry/images/flags/hk.png +%%WWWDIR%%/plugins/UserCountry/images/flags/hm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/hn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/hr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ht.png +%%WWWDIR%%/plugins/UserCountry/images/flags/hu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ic.png +%%WWWDIR%%/plugins/UserCountry/images/flags/id.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ie.png +%%WWWDIR%%/plugins/UserCountry/images/flags/il.png +%%WWWDIR%%/plugins/UserCountry/images/flags/im.png +%%WWWDIR%%/plugins/UserCountry/images/flags/in.png +%%WWWDIR%%/plugins/UserCountry/images/flags/io.png +%%WWWDIR%%/plugins/UserCountry/images/flags/iq.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ir.png +%%WWWDIR%%/plugins/UserCountry/images/flags/is.png +%%WWWDIR%%/plugins/UserCountry/images/flags/it.png +%%WWWDIR%%/plugins/UserCountry/images/flags/je.png +%%WWWDIR%%/plugins/UserCountry/images/flags/jm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/jo.png +%%WWWDIR%%/plugins/UserCountry/images/flags/jp.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ke.png +%%WWWDIR%%/plugins/UserCountry/images/flags/kg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/kh.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ki.png +%%WWWDIR%%/plugins/UserCountry/images/flags/km.png +%%WWWDIR%%/plugins/UserCountry/images/flags/kn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/kp.png +%%WWWDIR%%/plugins/UserCountry/images/flags/kr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/kw.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ky.png +%%WWWDIR%%/plugins/UserCountry/images/flags/kz.png +%%WWWDIR%%/plugins/UserCountry/images/flags/la.png +%%WWWDIR%%/plugins/UserCountry/images/flags/lb.png +%%WWWDIR%%/plugins/UserCountry/images/flags/lc.png +%%WWWDIR%%/plugins/UserCountry/images/flags/li.png +%%WWWDIR%%/plugins/UserCountry/images/flags/lk.png +%%WWWDIR%%/plugins/UserCountry/images/flags/lr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ls.png +%%WWWDIR%%/plugins/UserCountry/images/flags/lt.png +%%WWWDIR%%/plugins/UserCountry/images/flags/lu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/lv.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ly.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ma.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mc.png +%%WWWDIR%%/plugins/UserCountry/images/flags/md.png +%%WWWDIR%%/plugins/UserCountry/images/flags/me.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mf.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mh.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mk.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ml.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mo.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mp.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mq.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ms.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mt.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mv.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mw.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mx.png +%%WWWDIR%%/plugins/UserCountry/images/flags/my.png +%%WWWDIR%%/plugins/UserCountry/images/flags/mz.png +%%WWWDIR%%/plugins/UserCountry/images/flags/na.png +%%WWWDIR%%/plugins/UserCountry/images/flags/nc.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ne.png +%%WWWDIR%%/plugins/UserCountry/images/flags/nf.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ng.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ni.png +%%WWWDIR%%/plugins/UserCountry/images/flags/nl.png +%%WWWDIR%%/plugins/UserCountry/images/flags/no.png +%%WWWDIR%%/plugins/UserCountry/images/flags/np.png +%%WWWDIR%%/plugins/UserCountry/images/flags/nr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/nt.png +%%WWWDIR%%/plugins/UserCountry/images/flags/nu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/nz.png +%%WWWDIR%%/plugins/UserCountry/images/flags/o1.png +%%WWWDIR%%/plugins/UserCountry/images/flags/om.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pa.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pe.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pf.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ph.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pk.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pl.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ps.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pt.png +%%WWWDIR%%/plugins/UserCountry/images/flags/pw.png +%%WWWDIR%%/plugins/UserCountry/images/flags/py.png +%%WWWDIR%%/plugins/UserCountry/images/flags/qa.png +%%WWWDIR%%/plugins/UserCountry/images/flags/re.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ro.png +%%WWWDIR%%/plugins/UserCountry/images/flags/rs.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ru.png +%%WWWDIR%%/plugins/UserCountry/images/flags/rw.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sa.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sb.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sc.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sd.png +%%WWWDIR%%/plugins/UserCountry/images/flags/se.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sf.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sh.png +%%WWWDIR%%/plugins/UserCountry/images/flags/si.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sj.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sk.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sl.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/so.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ss.png +%%WWWDIR%%/plugins/UserCountry/images/flags/st.png +%%WWWDIR%%/plugins/UserCountry/images/flags/su.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sv.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sx.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sy.png +%%WWWDIR%%/plugins/UserCountry/images/flags/sz.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ta.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tc.png +%%WWWDIR%%/plugins/UserCountry/images/flags/td.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tf.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/th.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ti.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tj.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tk.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tl.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/to.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tp.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tt.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tv.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tw.png +%%WWWDIR%%/plugins/UserCountry/images/flags/tz.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ua.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ug.png +%%WWWDIR%%/plugins/UserCountry/images/flags/uk.png +%%WWWDIR%%/plugins/UserCountry/images/flags/um.png +%%WWWDIR%%/plugins/UserCountry/images/flags/us.png +%%WWWDIR%%/plugins/UserCountry/images/flags/uy.png +%%WWWDIR%%/plugins/UserCountry/images/flags/uz.png +%%WWWDIR%%/plugins/UserCountry/images/flags/va.png +%%WWWDIR%%/plugins/UserCountry/images/flags/vc.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ve.png +%%WWWDIR%%/plugins/UserCountry/images/flags/vg.png +%%WWWDIR%%/plugins/UserCountry/images/flags/vi.png +%%WWWDIR%%/plugins/UserCountry/images/flags/vn.png +%%WWWDIR%%/plugins/UserCountry/images/flags/vu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/wf.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ws.png +%%WWWDIR%%/plugins/UserCountry/images/flags/xx.png +%%WWWDIR%%/plugins/UserCountry/images/flags/ye.png +%%WWWDIR%%/plugins/UserCountry/images/flags/yt.png +%%WWWDIR%%/plugins/UserCountry/images/flags/yu.png +%%WWWDIR%%/plugins/UserCountry/images/flags/za.png +%%WWWDIR%%/plugins/UserCountry/images/flags/zm.png +%%WWWDIR%%/plugins/UserCountry/images/flags/zr.png +%%WWWDIR%%/plugins/UserCountry/images/flags/zw.png +%%WWWDIR%%/plugins/UserCountry/javascripts/userCountry.js +%%WWWDIR%%/plugins/UserCountry/stylesheets/userCountry.less +%%WWWDIR%%/plugins/UserCountry/templates/_updaterManage.twig +%%WWWDIR%%/plugins/UserCountry/templates/adminIndex.twig +%%WWWDIR%%/plugins/UserCountry/templates/getGeoIpUpdaterManageScreen.twig +%%WWWDIR%%/plugins/UserCountry/templates/index.twig %%WWWDIR%%/plugins/UserCountryMap/Controller.php %%WWWDIR%%/plugins/UserCountryMap/UserCountryMap.php -%%WWWDIR%%/plugins/UserCountryMap/css/map.css -%%WWWDIR%%/plugins/UserCountryMap/css/realtime-map.css -%%WWWDIR%%/plugins/UserCountryMap/css/visitor-map.css -%%WWWDIR%%/plugins/UserCountryMap/img/cities.png -%%WWWDIR%%/plugins/UserCountryMap/img/info.png -%%WWWDIR%%/plugins/UserCountryMap/img/realtimemap-loading.gif -%%WWWDIR%%/plugins/UserCountryMap/img/regions.png -%%WWWDIR%%/plugins/UserCountryMap/img/world.png -%%WWWDIR%%/plugins/UserCountryMap/img/zoom-out-disabled.png -%%WWWDIR%%/plugins/UserCountryMap/img/zoom-out.png -%%WWWDIR%%/plugins/UserCountryMap/js/realtime-map.js -%%WWWDIR%%/plugins/UserCountryMap/js/vendor/chroma.min.js -%%WWWDIR%%/plugins/UserCountryMap/js/vendor/jquery.qtip.min.js -%%WWWDIR%%/plugins/UserCountryMap/js/vendor/kartograph.js -%%WWWDIR%%/plugins/UserCountryMap/js/vendor/kartograph.min.js -%%WWWDIR%%/plugins/UserCountryMap/js/vendor/kmeans.js -%%WWWDIR%%/plugins/UserCountryMap/js/vendor/raphael.min.js -%%WWWDIR%%/plugins/UserCountryMap/js/visitor-map.js +%%WWWDIR%%/plugins/UserCountryMap/images/cities.png +%%WWWDIR%%/plugins/UserCountryMap/images/realtimemap-loading.gif +%%WWWDIR%%/plugins/UserCountryMap/images/regions.png +%%WWWDIR%%/plugins/UserCountryMap/images/zoom-out-disabled.png +%%WWWDIR%%/plugins/UserCountryMap/javascripts/realtime-map.js +%%WWWDIR%%/plugins/UserCountryMap/javascripts/vendor/chroma.min.js +%%WWWDIR%%/plugins/UserCountryMap/javascripts/vendor/jquery.qtip.min.js +%%WWWDIR%%/plugins/UserCountryMap/javascripts/vendor/kartograph.min.js +%%WWWDIR%%/plugins/UserCountryMap/javascripts/vendor/raphael.min.js +%%WWWDIR%%/plugins/UserCountryMap/javascripts/visitor-map.js +%%WWWDIR%%/plugins/UserCountryMap/stylesheets/map.css +%%WWWDIR%%/plugins/UserCountryMap/stylesheets/realtime-map.less +%%WWWDIR%%/plugins/UserCountryMap/stylesheets/visitor-map.less %%WWWDIR%%/plugins/UserCountryMap/svg/AF.svg %%WWWDIR%%/plugins/UserCountryMap/svg/AFG.svg %%WWWDIR%%/plugins/UserCountryMap/svg/AGO.svg @@ -2325,9 +2319,10 @@ %%WWWDIR%%/plugins/UserCountryMap/svg/ZWE.svg %%WWWDIR%%/plugins/UserCountryMap/svg/tmp.svg %%WWWDIR%%/plugins/UserCountryMap/svg/world.svg -%%WWWDIR%%/plugins/UserCountryMap/templates/realtime-map.tpl -%%WWWDIR%%/plugins/UserCountryMap/templates/visitor-map.tpl +%%WWWDIR%%/plugins/UserCountryMap/templates/realtimeMap.twig +%%WWWDIR%%/plugins/UserCountryMap/templates/visitorMap.twig %%WWWDIR%%/plugins/UserSettings/API.php +%%WWWDIR%%/plugins/UserSettings/Archiver.php %%WWWDIR%%/plugins/UserSettings/Controller.php %%WWWDIR%%/plugins/UserSettings/UserSettings.php %%WWWDIR%%/plugins/UserSettings/functions.php @@ -2462,486 +2457,580 @@ %%WWWDIR%%/plugins/UserSettings/images/screens/normal.gif %%WWWDIR%%/plugins/UserSettings/images/screens/unknown.gif %%WWWDIR%%/plugins/UserSettings/images/screens/wide.gif -%%WWWDIR%%/plugins/UserSettings/templates/index.tpl +%%WWWDIR%%/plugins/UserSettings/templates/index.twig %%WWWDIR%%/plugins/UsersManager/API.php %%WWWDIR%%/plugins/UsersManager/Controller.php %%WWWDIR%%/plugins/UsersManager/UsersManager.php %%WWWDIR%%/plugins/UsersManager/images/add.png %%WWWDIR%%/plugins/UsersManager/images/no-access.png %%WWWDIR%%/plugins/UsersManager/images/ok.png -%%WWWDIR%%/plugins/UsersManager/templates/UsersManager.js -%%WWWDIR%%/plugins/UsersManager/templates/UsersManager.tpl -%%WWWDIR%%/plugins/UsersManager/templates/userSettings.js -%%WWWDIR%%/plugins/UsersManager/templates/userSettings.tpl +%%WWWDIR%%/plugins/UsersManager/javascripts/usersManager.js +%%WWWDIR%%/plugins/UsersManager/javascripts/usersSettings.js +%%WWWDIR%%/plugins/UsersManager/stylesheets/usersManager.less +%%WWWDIR%%/plugins/UsersManager/templates/index.twig +%%WWWDIR%%/plugins/UsersManager/templates/userSettings.twig %%WWWDIR%%/plugins/VisitFrequency/API.php %%WWWDIR%%/plugins/VisitFrequency/Controller.php %%WWWDIR%%/plugins/VisitFrequency/VisitFrequency.php -%%WWWDIR%%/plugins/VisitFrequency/templates/index.tpl -%%WWWDIR%%/plugins/VisitFrequency/templates/sparklines.tpl +%%WWWDIR%%/plugins/VisitFrequency/templates/_sparklines.twig +%%WWWDIR%%/plugins/VisitFrequency/templates/getSparklines.twig +%%WWWDIR%%/plugins/VisitFrequency/templates/index.twig %%WWWDIR%%/plugins/VisitTime/API.php +%%WWWDIR%%/plugins/VisitTime/Archiver.php %%WWWDIR%%/plugins/VisitTime/Controller.php %%WWWDIR%%/plugins/VisitTime/VisitTime.php -%%WWWDIR%%/plugins/VisitTime/templates/index.tpl -%%WWWDIR%%/plugins/VisitorGenerator/Controller.php -%%WWWDIR%%/plugins/VisitorGenerator/VisitorGenerator.php -%%WWWDIR%%/plugins/VisitorGenerator/data/access.log -%%WWWDIR%%/plugins/VisitorGenerator/templates/generate.tpl -%%WWWDIR%%/plugins/VisitorGenerator/templates/index.tpl +%%WWWDIR%%/plugins/VisitTime/functions.php +%%WWWDIR%%/plugins/VisitTime/templates/index.twig %%WWWDIR%%/plugins/VisitorInterest/API.php +%%WWWDIR%%/plugins/VisitorInterest/Archiver.php %%WWWDIR%%/plugins/VisitorInterest/Controller.php %%WWWDIR%%/plugins/VisitorInterest/VisitorInterest.php -%%WWWDIR%%/plugins/VisitorInterest/templates/index.tpl +%%WWWDIR%%/plugins/VisitorInterest/templates/index.twig %%WWWDIR%%/plugins/VisitsSummary/API.php %%WWWDIR%%/plugins/VisitsSummary/Controller.php %%WWWDIR%%/plugins/VisitsSummary/VisitsSummary.php -%%WWWDIR%%/plugins/VisitsSummary/templates/index.tpl -%%WWWDIR%%/plugins/VisitsSummary/templates/sparklines.tpl +%%WWWDIR%%/plugins/VisitsSummary/templates/_sparklines.twig +%%WWWDIR%%/plugins/VisitsSummary/templates/getSparklines.twig +%%WWWDIR%%/plugins/VisitsSummary/templates/index.twig %%WWWDIR%%/plugins/Widgetize/Controller.php %%WWWDIR%%/plugins/Widgetize/Widgetize.php -%%WWWDIR%%/plugins/Widgetize/templates/empty.tpl -%%WWWDIR%%/plugins/Widgetize/templates/iframe.tpl -%%WWWDIR%%/plugins/Widgetize/templates/index.tpl -%%WWWDIR%%/plugins/Widgetize/templates/js.tpl -%%WWWDIR%%/plugins/Widgetize/templates/test_jsinclude.tpl -%%WWWDIR%%/plugins/Widgetize/templates/test_jsinclude2.tpl -%%WWWDIR%%/plugins/Widgetize/templates/widgetize.js +%%WWWDIR%%/plugins/Widgetize/javascripts/widgetize.js +%%WWWDIR%%/plugins/Widgetize/stylesheets/widgetize.less +%%WWWDIR%%/plugins/Widgetize/templates/iframe.twig +%%WWWDIR%%/plugins/Widgetize/templates/iframe_empty.twig +%%WWWDIR%%/plugins/Widgetize/templates/index.twig +%%WWWDIR%%/plugins/Widgetize/templates/testJsInclude1.twig +%%WWWDIR%%/plugins/Widgetize/templates/testJsInclude2.twig +%%WWWDIR%%/plugins/Zeitgeist/images/affix-arrow.png +%%WWWDIR%%/plugins/Zeitgeist/images/arr_r.png +%%WWWDIR%%/plugins/Zeitgeist/images/background-submit.png +%%WWWDIR%%/plugins/Zeitgeist/images/chart_bar.png +%%WWWDIR%%/plugins/Zeitgeist/images/chart_line_edit.png +%%WWWDIR%%/plugins/Zeitgeist/images/chart_line_edit_bg.png +%%WWWDIR%%/plugins/Zeitgeist/images/chart_pie.png +%%WWWDIR%%/plugins/Zeitgeist/images/close.png +%%WWWDIR%%/plugins/Zeitgeist/images/collapsed_arrows.gif +%%WWWDIR%%/plugins/Zeitgeist/images/configure-highlight.png +%%WWWDIR%%/plugins/Zeitgeist/images/configure.png +%%WWWDIR%%/plugins/Zeitgeist/images/dashboard_h_bg.png +%%WWWDIR%%/plugins/Zeitgeist/images/dashboard_h_bg_hover.png +%%WWWDIR%%/plugins/Zeitgeist/images/data_table_footer_active_item.png +%%WWWDIR%%/plugins/Zeitgeist/images/datepicker_arr_l.png +%%WWWDIR%%/plugins/Zeitgeist/images/datepicker_arr_r.png +%%WWWDIR%%/plugins/Zeitgeist/images/delete.png +%%WWWDIR%%/plugins/Zeitgeist/images/download.png +%%WWWDIR%%/plugins/Zeitgeist/images/ecommerceAbandonedCart.gif +%%WWWDIR%%/plugins/Zeitgeist/images/ecommerceOrder.gif +%%WWWDIR%%/plugins/Zeitgeist/images/email.png +%%WWWDIR%%/plugins/Zeitgeist/images/error.png +%%WWWDIR%%/plugins/Zeitgeist/images/error_medium.png +%%WWWDIR%%/plugins/Zeitgeist/images/event.png +%%WWWDIR%%/plugins/Zeitgeist/images/expanded_arrows.gif +%%WWWDIR%%/plugins/Zeitgeist/images/export.png +%%WWWDIR%%/plugins/Zeitgeist/images/feed.png +%%WWWDIR%%/plugins/Zeitgeist/images/fullscreen.png +%%WWWDIR%%/plugins/Zeitgeist/images/goal.png +%%WWWDIR%%/plugins/Zeitgeist/images/grey_marker.png +%%WWWDIR%%/plugins/Zeitgeist/images/help.png +%%WWWDIR%%/plugins/Zeitgeist/images/help_grey.png +%%WWWDIR%%/plugins/Zeitgeist/images/html_icon.png +%%WWWDIR%%/plugins/Zeitgeist/images/ico_alert.png +%%WWWDIR%%/plugins/Zeitgeist/images/ico_delete.png +%%WWWDIR%%/plugins/Zeitgeist/images/ico_edit.png +%%WWWDIR%%/plugins/Zeitgeist/images/ico_info.png +%%WWWDIR%%/plugins/Zeitgeist/images/icon-calendar.gif +%%WWWDIR%%/plugins/Zeitgeist/images/image.png +%%WWWDIR%%/plugins/Zeitgeist/images/inp_bg.png +%%WWWDIR%%/plugins/Zeitgeist/images/li_dbl_gray.gif +%%WWWDIR%%/plugins/Zeitgeist/images/link.gif +%%WWWDIR%%/plugins/Zeitgeist/images/loading-blue.gif +%%WWWDIR%%/plugins/Zeitgeist/images/login-sprite.png +%%WWWDIR%%/plugins/Zeitgeist/images/logo-header.png +%%WWWDIR%%/plugins/Zeitgeist/images/logo-marketplace.png +%%WWWDIR%%/plugins/Zeitgeist/images/logo.png +%%WWWDIR%%/plugins/Zeitgeist/images/logo.svg +%%WWWDIR%%/plugins/Zeitgeist/images/maximise.png +%%WWWDIR%%/plugins/Zeitgeist/images/minimise.png +%%WWWDIR%%/plugins/Zeitgeist/images/minus.png +%%WWWDIR%%/plugins/Zeitgeist/images/newtab.png +%%WWWDIR%%/plugins/Zeitgeist/images/ok.png +%%WWWDIR%%/plugins/Zeitgeist/images/paypal_subscribe.gif +%%WWWDIR%%/plugins/Zeitgeist/images/plus.png +%%WWWDIR%%/plugins/Zeitgeist/images/plus_blue.png +%%WWWDIR%%/plugins/Zeitgeist/images/refresh.png +%%WWWDIR%%/plugins/Zeitgeist/images/reload.png +%%WWWDIR%%/plugins/Zeitgeist/images/row_evolution.png +%%WWWDIR%%/plugins/Zeitgeist/images/row_evolution_hover.png +%%WWWDIR%%/plugins/Zeitgeist/images/search_bg.png +%%WWWDIR%%/plugins/Zeitgeist/images/search_ico.png +%%WWWDIR%%/plugins/Zeitgeist/images/sites_selection.png +%%WWWDIR%%/plugins/Zeitgeist/images/smileyprog_0.png +%%WWWDIR%%/plugins/Zeitgeist/images/smileyprog_1.png +%%WWWDIR%%/plugins/Zeitgeist/images/smileyprog_2.png +%%WWWDIR%%/plugins/Zeitgeist/images/smileyprog_3.png +%%WWWDIR%%/plugins/Zeitgeist/images/smileyprog_4.png +%%WWWDIR%%/plugins/Zeitgeist/images/sort_subtable_asc.png +%%WWWDIR%%/plugins/Zeitgeist/images/sort_subtable_asc_light.png +%%WWWDIR%%/plugins/Zeitgeist/images/sort_subtable_desc.png +%%WWWDIR%%/plugins/Zeitgeist/images/sort_subtable_desc_light.png +%%WWWDIR%%/plugins/Zeitgeist/images/sortasc.png +%%WWWDIR%%/plugins/Zeitgeist/images/sortdesc.png +%%WWWDIR%%/plugins/Zeitgeist/images/star.png +%%WWWDIR%%/plugins/Zeitgeist/images/star_empty.png +%%WWWDIR%%/plugins/Zeitgeist/images/success_medium.png +%%WWWDIR%%/plugins/Zeitgeist/images/table.png +%%WWWDIR%%/plugins/Zeitgeist/images/table_more.png +%%WWWDIR%%/plugins/Zeitgeist/images/tagcloud.png +%%WWWDIR%%/plugins/Zeitgeist/images/video_play.png +%%WWWDIR%%/plugins/Zeitgeist/images/warning.png +%%WWWDIR%%/plugins/Zeitgeist/images/warning_medium.png +%%WWWDIR%%/plugins/Zeitgeist/images/warning_small.png +%%WWWDIR%%/plugins/Zeitgeist/images/yellow_marker.png +%%WWWDIR%%/plugins/Zeitgeist/images/zoom-out.png +%%WWWDIR%%/plugins/Zeitgeist/javascripts/ajaxHelper.js +%%WWWDIR%%/plugins/Zeitgeist/javascripts/piwikHelper.js +%%WWWDIR%%/plugins/Zeitgeist/plugin.json +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/base.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/general/_default.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/general/_form.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/general/_jqueryUI.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/general/_misc.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/general/_utils.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/ieonly.css +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/rtl.css +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/simple_structure.css +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/ui/_dataTable.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/ui/_header.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/ui/_headerMessage.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/ui/_languageSelect.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/ui/_loading.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/ui/_periodSelect.less +%%WWWDIR%%/plugins/Zeitgeist/stylesheets/ui/_siteSelect.less +%%WWWDIR%%/plugins/Zeitgeist/templates/_iframeBuster.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/_jsCssIncludes.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/_jsGlobalVariables.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/_piwikTag.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/_sparklineFooter.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/admin.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/ajaxMacros.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/dashboard.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/genericForm.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/javascriptCode.tpl +%%WWWDIR%%/plugins/Zeitgeist/templates/macros.twig +%%WWWDIR%%/plugins/Zeitgeist/templates/simpleLayoutFooter.tpl +%%WWWDIR%%/plugins/Zeitgeist/templates/simpleLayoutHeader.tpl %%WWWDIR%%/tests/README.md -%%WWWDIR%%/themes/default/ajaxHelper.js -%%WWWDIR%%/themes/default/common.css -%%WWWDIR%%/themes/default/common.js -%%WWWDIR%%/themes/default/genericForm.tpl -%%WWWDIR%%/themes/default/ieonly.css -%%WWWDIR%%/themes/default/images/affix-arrow.png -%%WWWDIR%%/themes/default/images/arr_r.png -%%WWWDIR%%/themes/default/images/background-submit.png -%%WWWDIR%%/themes/default/images/chart_bar.png -%%WWWDIR%%/themes/default/images/chart_line_edit.png -%%WWWDIR%%/themes/default/images/chart_line_edit_bg.png -%%WWWDIR%%/themes/default/images/chart_pie.png -%%WWWDIR%%/themes/default/images/close.png -%%WWWDIR%%/themes/default/images/collapsed_arrows.gif -%%WWWDIR%%/themes/default/images/configure-highlight.png -%%WWWDIR%%/themes/default/images/configure.png -%%WWWDIR%%/themes/default/images/dashboard_h_bg.png -%%WWWDIR%%/themes/default/images/dashboard_h_bg_hover.png -%%WWWDIR%%/themes/default/images/data_table_footer_active_item.png -%%WWWDIR%%/themes/default/images/datepicker_arr_l.png -%%WWWDIR%%/themes/default/images/datepicker_arr_r.png -%%WWWDIR%%/themes/default/images/delete.png -%%WWWDIR%%/themes/default/images/download.png -%%WWWDIR%%/themes/default/images/ecommerceAbandonedCart.gif -%%WWWDIR%%/themes/default/images/ecommerceOrder.gif -%%WWWDIR%%/themes/default/images/email.png -%%WWWDIR%%/themes/default/images/error.png -%%WWWDIR%%/themes/default/images/error_medium.png -%%WWWDIR%%/themes/default/images/expanded_arrows.gif -%%WWWDIR%%/themes/default/images/export.png -%%WWWDIR%%/themes/default/images/feed.png -%%WWWDIR%%/themes/default/images/fullscreen.png -%%WWWDIR%%/themes/default/images/goal.png -%%WWWDIR%%/themes/default/images/grey_marker.png -%%WWWDIR%%/themes/default/images/help.png -%%WWWDIR%%/themes/default/images/help_grey.png -%%WWWDIR%%/themes/default/images/html_icon.png -%%WWWDIR%%/themes/default/images/ico_alert.png -%%WWWDIR%%/themes/default/images/ico_delete.png -%%WWWDIR%%/themes/default/images/ico_edit.png -%%WWWDIR%%/themes/default/images/ico_info.png -%%WWWDIR%%/themes/default/images/icon-calendar.gif -%%WWWDIR%%/themes/default/images/image.png -%%WWWDIR%%/themes/default/images/inp_bg.png -%%WWWDIR%%/themes/default/images/li_dbl_gray.gif -%%WWWDIR%%/themes/default/images/link.gif -%%WWWDIR%%/themes/default/images/loading-blue.gif -%%WWWDIR%%/themes/default/images/login-sprite.png -%%WWWDIR%%/themes/default/images/logo-header.png -%%WWWDIR%%/themes/default/images/logo.png -%%WWWDIR%%/themes/default/images/logo.svg -%%WWWDIR%%/themes/default/images/maximise.png -%%WWWDIR%%/themes/default/images/minimise.png -%%WWWDIR%%/themes/default/images/minus.png -%%WWWDIR%%/themes/default/images/newtab.png -%%WWWDIR%%/themes/default/images/ok.png -%%WWWDIR%%/themes/default/images/page_border_grad.png -%%WWWDIR%%/themes/default/images/paypal_subscribe.gif -%%WWWDIR%%/themes/default/images/plus.png -%%WWWDIR%%/themes/default/images/plus_blue.png -%%WWWDIR%%/themes/default/images/refresh.png -%%WWWDIR%%/themes/default/images/reload.png -%%WWWDIR%%/themes/default/images/row_evolution.png -%%WWWDIR%%/themes/default/images/row_evolution_hover.png -%%WWWDIR%%/themes/default/images/search_bg.png -%%WWWDIR%%/themes/default/images/search_ico.png -%%WWWDIR%%/themes/default/images/sites_selection.png -%%WWWDIR%%/themes/default/images/smileyprog_0.png -%%WWWDIR%%/themes/default/images/smileyprog_1.png -%%WWWDIR%%/themes/default/images/smileyprog_2.png -%%WWWDIR%%/themes/default/images/smileyprog_3.png -%%WWWDIR%%/themes/default/images/smileyprog_4.png -%%WWWDIR%%/themes/default/images/sort_subtable_asc.png -%%WWWDIR%%/themes/default/images/sort_subtable_asc_light.png -%%WWWDIR%%/themes/default/images/sort_subtable_desc.png -%%WWWDIR%%/themes/default/images/sort_subtable_desc_light.png -%%WWWDIR%%/themes/default/images/sortasc.png -%%WWWDIR%%/themes/default/images/sortdesc.png -%%WWWDIR%%/themes/default/images/star.png -%%WWWDIR%%/themes/default/images/star_empty.png -%%WWWDIR%%/themes/default/images/success_medium.png -%%WWWDIR%%/themes/default/images/table.png -%%WWWDIR%%/themes/default/images/table_more.png -%%WWWDIR%%/themes/default/images/tagcloud.png -%%WWWDIR%%/themes/default/images/video_play.png -%%WWWDIR%%/themes/default/images/warning.png -%%WWWDIR%%/themes/default/images/warning_medium.png -%%WWWDIR%%/themes/default/images/warning_small.png -%%WWWDIR%%/themes/default/images/yellow_marker.png -%%WWWDIR%%/themes/default/rtl.css -%%WWWDIR%%/themes/default/simple_structure.css -%%WWWDIR%%/themes/default/simple_structure_footer.tpl -%%WWWDIR%%/themes/default/simple_structure_header.tpl -%%WWWDIR%%/themes/default/styles.css -@dirrm %%WWWDIR%%/tmp -@dirrm %%WWWDIR%%/themes/default/images -@dirrm %%WWWDIR%%/themes/default -@dirrm %%WWWDIR%%/themes -@dirrm %%WWWDIR%%/tests -@dirrm %%WWWDIR%%/plugins/Widgetize/templates -@dirrm %%WWWDIR%%/plugins/Widgetize -@dirrm %%WWWDIR%%/plugins/VisitsSummary/templates -@dirrm %%WWWDIR%%/plugins/VisitsSummary -@dirrm %%WWWDIR%%/plugins/VisitorInterest/templates -@dirrm %%WWWDIR%%/plugins/VisitorInterest -@dirrm %%WWWDIR%%/plugins/VisitorGenerator/templates -@dirrm %%WWWDIR%%/plugins/VisitorGenerator/data -@dirrm %%WWWDIR%%/plugins/VisitorGenerator -@dirrm %%WWWDIR%%/plugins/VisitTime/templates -@dirrm %%WWWDIR%%/plugins/VisitTime -@dirrm %%WWWDIR%%/plugins/VisitFrequency/templates -@dirrm %%WWWDIR%%/plugins/VisitFrequency -@dirrm %%WWWDIR%%/plugins/UsersManager/templates -@dirrm %%WWWDIR%%/plugins/UsersManager/images -@dirrm %%WWWDIR%%/plugins/UsersManager -@dirrm %%WWWDIR%%/plugins/UserSettings/templates -@dirrm %%WWWDIR%%/plugins/UserSettings/images/screens -@dirrm %%WWWDIR%%/plugins/UserSettings/images/plugins -@dirrm %%WWWDIR%%/plugins/UserSettings/images/os -@dirrm %%WWWDIR%%/plugins/UserSettings/images/browsers -@dirrm %%WWWDIR%%/plugins/UserSettings/images -@dirrm %%WWWDIR%%/plugins/UserSettings -@dirrm %%WWWDIR%%/plugins/UserCountryMap/templates -@dirrm %%WWWDIR%%/plugins/UserCountryMap/svg -@dirrm %%WWWDIR%%/plugins/UserCountryMap/js/vendor -@dirrm %%WWWDIR%%/plugins/UserCountryMap/js -@dirrm %%WWWDIR%%/plugins/UserCountryMap/img -@dirrm %%WWWDIR%%/plugins/UserCountryMap/css -@dirrm %%WWWDIR%%/plugins/UserCountryMap -@dirrm %%WWWDIR%%/plugins/UserCountry/templates -@dirrm %%WWWDIR%%/plugins/UserCountry/flags -@dirrm %%WWWDIR%%/plugins/UserCountry/LocationProvider/GeoIp -@dirrm %%WWWDIR%%/plugins/UserCountry/LocationProvider -@dirrm %%WWWDIR%%/plugins/UserCountry -@dirrm %%WWWDIR%%/plugins/Transitions/templates -@dirrm %%WWWDIR%%/plugins/Transitions -@dirrm %%WWWDIR%%/plugins/SitesManager/templates -@dirrm %%WWWDIR%%/plugins/SitesManager -@dirrm %%WWWDIR%%/plugins/SegmentEditor/templates -@dirrm %%WWWDIR%%/plugins/SegmentEditor/images -@dirrm %%WWWDIR%%/plugins/SegmentEditor -@dirrm %%WWWDIR%%/plugins/SecurityInfo/templates -@dirrm %%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Suhosin -@dirrm %%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Session -@dirrm %%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Curl -@dirrm %%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Core -@dirrm %%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/CGI -@dirrm %%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test/Application -@dirrm %%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo/Test -@dirrm %%WWWDIR%%/plugins/SecurityInfo/PhpSecInfo -@dirrm %%WWWDIR%%/plugins/SecurityInfo -@dirrm %%WWWDIR%%/plugins/SEO/templates -@dirrm %%WWWDIR%%/plugins/SEO/images -@dirrm %%WWWDIR%%/plugins/SEO -@dirrm %%WWWDIR%%/plugins/Referers/templates -@dirrm %%WWWDIR%%/plugins/Referers/images/socials -@dirrm %%WWWDIR%%/plugins/Referers/images/searchEngines -@dirrm %%WWWDIR%%/plugins/Referers/images -@dirrm %%WWWDIR%%/plugins/Referers -@dirrm %%WWWDIR%%/plugins/Proxy/templates -@dirrm %%WWWDIR%%/plugins/Proxy -@dirrm %%WWWDIR%%/plugins/Provider -@dirrm %%WWWDIR%%/plugins/PrivacyManager/templates -@dirrm %%WWWDIR%%/plugins/PrivacyManager -@dirrm %%WWWDIR%%/plugins/PDFReports/templates -@dirrm %%WWWDIR%%/plugins/PDFReports/config -@dirrm %%WWWDIR%%/plugins/PDFReports -@dirrm %%WWWDIR%%/plugins/Overlay/templates -@dirrm %%WWWDIR%%/plugins/Overlay/client -@dirrm %%WWWDIR%%/plugins/Overlay -@dirrm %%WWWDIR%%/plugins/MultiSites/templates -@dirrm %%WWWDIR%%/plugins/MultiSites/images -@dirrm %%WWWDIR%%/plugins/MultiSites -@dirrm %%WWWDIR%%/plugins/MobileMessaging/templates -@dirrm %%WWWDIR%%/plugins/MobileMessaging/scripts -@dirrm %%WWWDIR%%/plugins/MobileMessaging/images -@dirrm %%WWWDIR%%/plugins/MobileMessaging/SMSProvider -@dirrm %%WWWDIR%%/plugins/MobileMessaging/ReportRenderer -@dirrm %%WWWDIR%%/plugins/MobileMessaging -@dirrm %%WWWDIR%%/plugins/Login/templates -@dirrm %%WWWDIR%%/plugins/Login -@dirrm %%WWWDIR%%/plugins/Live/templates/scripts -@dirrm %%WWWDIR%%/plugins/Live/templates/images -@dirrm %%WWWDIR%%/plugins/Live/templates -@dirrm %%WWWDIR%%/plugins/Live -@dirrm %%WWWDIR%%/plugins/LanguagesManager/templates -@dirrm %%WWWDIR%%/plugins/LanguagesManager -@dirrm %%WWWDIR%%/plugins/Installation/templates -@dirrm %%WWWDIR%%/plugins/Installation -@dirrm %%WWWDIR%%/plugins/ImageGraph/templates -@dirrm %%WWWDIR%%/plugins/ImageGraph/fonts -@dirrm %%WWWDIR%%/plugins/ImageGraph/StaticGraph -@dirrm %%WWWDIR%%/plugins/ImageGraph -@dirrm %%WWWDIR%%/plugins/Goals/templates -@dirrm %%WWWDIR%%/plugins/Goals -@dirrm %%WWWDIR%%/plugins/Feedback/templates -@dirrm %%WWWDIR%%/plugins/Feedback/images -@dirrm %%WWWDIR%%/plugins/Feedback -@dirrm %%WWWDIR%%/plugins/ExampleUI/images/icons-planet -@dirrm %%WWWDIR%%/plugins/ExampleUI/images -@dirrm %%WWWDIR%%/plugins/ExampleUI -@dirrm %%WWWDIR%%/plugins/ExampleRssWidget/templates -@dirrm %%WWWDIR%%/plugins/ExampleRssWidget -@dirrm %%WWWDIR%%/plugins/ExamplePlugin/templates -@dirrm %%WWWDIR%%/plugins/ExamplePlugin/lang -@dirrm %%WWWDIR%%/plugins/ExamplePlugin/config -@dirrm %%WWWDIR%%/plugins/ExamplePlugin -@dirrm %%WWWDIR%%/plugins/ExampleAPI -@dirrm %%WWWDIR%%/plugins/DoNotTrack -@dirrm %%WWWDIR%%/plugins/DevicesDetection/templates -@dirrm %%WWWDIR%%/plugins/DevicesDetection/lang -@dirrm %%WWWDIR%%/plugins/DevicesDetection/images/screens -@dirrm %%WWWDIR%%/plugins/DevicesDetection/images/brand -@dirrm %%WWWDIR%%/plugins/DevicesDetection/images -@dirrm %%WWWDIR%%/plugins/DevicesDetection/UserAgentParserEnhanced/regexes -@dirrm %%WWWDIR%%/plugins/DevicesDetection/UserAgentParserEnhanced -@dirrm %%WWWDIR%%/plugins/DevicesDetection -@dirrm %%WWWDIR%%/plugins/Dashboard/templates -@dirrm %%WWWDIR%%/plugins/Dashboard -@dirrm %%WWWDIR%%/plugins/DBStats/templates -@dirrm %%WWWDIR%%/plugins/DBStats -@dirrm %%WWWDIR%%/plugins/CustomVariables -@dirrm %%WWWDIR%%/plugins/CoreUpdater/templates -@dirrm %%WWWDIR%%/plugins/CoreUpdater -@dirrm %%WWWDIR%%/plugins/CorePluginsAdmin/templates -@dirrm %%WWWDIR%%/plugins/CorePluginsAdmin -@dirrm %%WWWDIR%%/plugins/CoreHome/templates/images -@dirrm %%WWWDIR%%/plugins/CoreHome/templates -@dirrm %%WWWDIR%%/plugins/CoreHome/DataTableRowAction -@dirrm %%WWWDIR%%/plugins/CoreHome -@dirrm %%WWWDIR%%/plugins/CoreAdminHome/templates -@dirrm %%WWWDIR%%/plugins/CoreAdminHome -@dirrm %%WWWDIR%%/plugins/AnonymizeIP -@dirrm %%WWWDIR%%/plugins/Annotations/templates -@dirrm %%WWWDIR%%/plugins/Annotations -@dirrm %%WWWDIR%%/plugins/Actions/templates -@dirrm %%WWWDIR%%/plugins/Actions -@dirrm %%WWWDIR%%/plugins/API/templates -@dirrm %%WWWDIR%%/plugins/API/css -@dirrm %%WWWDIR%%/plugins/API -@dirrm %%WWWDIR%%/plugins -@dirrm %%WWWDIR%%/misc/proxy-hide-piwik-url -@dirrm %%WWWDIR%%/misc/others/phpstorm-codestyles -@dirrm %%WWWDIR%%/misc/others -@dirrm %%WWWDIR%%/misc/log-analytics -@dirrm %%WWWDIR%%/misc/cron -@dirrm %%WWWDIR%%/misc -@dirrm %%WWWDIR%%/libs/upgradephp -@dirrm %%WWWDIR%%/libs/tcpdf/fonts -@dirrm %%WWWDIR%%/libs/tcpdf/config/lang -@dirrm %%WWWDIR%%/libs/tcpdf/config -@dirrm %%WWWDIR%%/libs/tcpdf -@dirrm %%WWWDIR%%/libs/sparkline/lib -@dirrm %%WWWDIR%%/libs/sparkline -@dirrm %%WWWDIR%%/libs/pChart2.1.3/class -@dirrm %%WWWDIR%%/libs/pChart2.1.3 -@dirrm %%WWWDIR%%/libs/jsmin -@dirrm %%WWWDIR%%/libs/jquery/themes/base/images -@dirrm %%WWWDIR%%/libs/jquery/themes/base -@dirrm %%WWWDIR%%/libs/jquery/themes -@dirrm %%WWWDIR%%/libs/jquery -@dirrm %%WWWDIR%%/libs/jqplot/plugins -@dirrm %%WWWDIR%%/libs/jqplot -@dirrm %%WWWDIR%%/libs/javascript -@dirrm %%WWWDIR%%/libs/html5shiv -@dirrm %%WWWDIR%%/libs/cssmin -@dirrm %%WWWDIR%%/libs/Zend/Validate/Sitemap -@dirrm %%WWWDIR%%/libs/Zend/Validate/Hostname -@dirrm %%WWWDIR%%/libs/Zend/Validate/File -@dirrm %%WWWDIR%%/libs/Zend/Validate/Db -@dirrm %%WWWDIR%%/libs/Zend/Validate/Barcode -@dirrm %%WWWDIR%%/libs/Zend/Validate -@dirrm %%WWWDIR%%/libs/Zend/Uri -@dirrm %%WWWDIR%%/libs/Zend/Session/Validator -@dirrm %%WWWDIR%%/libs/Zend/Session/SaveHandler -@dirrm %%WWWDIR%%/libs/Zend/Session -@dirrm %%WWWDIR%%/libs/Zend/Mime -@dirrm %%WWWDIR%%/libs/Zend/Mail/Transport -@dirrm %%WWWDIR%%/libs/Zend/Mail/Storage/Writable -@dirrm %%WWWDIR%%/libs/Zend/Mail/Storage/Folder -@dirrm %%WWWDIR%%/libs/Zend/Mail/Storage -@dirrm %%WWWDIR%%/libs/Zend/Mail/Protocol/Smtp/Auth -@dirrm %%WWWDIR%%/libs/Zend/Mail/Protocol/Smtp -@dirrm %%WWWDIR%%/libs/Zend/Mail/Protocol -@dirrm %%WWWDIR%%/libs/Zend/Mail/Part -@dirrm %%WWWDIR%%/libs/Zend/Mail/Message -@dirrm %%WWWDIR%%/libs/Zend/Mail -@dirrm %%WWWDIR%%/libs/Zend/Log/Writer -@dirrm %%WWWDIR%%/libs/Zend/Log/Formatter -@dirrm %%WWWDIR%%/libs/Zend/Log/Filter -@dirrm %%WWWDIR%%/libs/Zend/Log -@dirrm %%WWWDIR%%/libs/Zend/Http/UserAgent/Storage -@dirrm %%WWWDIR%%/libs/Zend/Http/UserAgent/Features/Adapter -@dirrm %%WWWDIR%%/libs/Zend/Http/UserAgent/Features -@dirrm %%WWWDIR%%/libs/Zend/Http/UserAgent -@dirrm %%WWWDIR%%/libs/Zend/Http/Response -@dirrm %%WWWDIR%%/libs/Zend/Http/Client/Adapter -@dirrm %%WWWDIR%%/libs/Zend/Http/Client -@dirrm %%WWWDIR%%/libs/Zend/Http -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Feed/Atom -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Feed -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Entry/Atom -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Renderer/Entry -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Renderer -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Feed -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/WellFormedWeb/Renderer -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/WellFormedWeb -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Threading/Renderer -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Threading -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Slash/Renderer -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Slash -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/ITunes/Renderer -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/ITunes -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/DublinCore/Renderer -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/DublinCore -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Content/Renderer -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Content -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Atom/Renderer -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension/Atom -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Extension -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer/Exception -@dirrm %%WWWDIR%%/libs/Zend/Feed/Writer -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Feed/Atom -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Feed -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension/WellFormedWeb -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Thread -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Syndication -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Slash -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Podcast -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension/DublinCore -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension/CreativeCommons -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Content -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension/Atom -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Extension -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Entry -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader/Collection -@dirrm %%WWWDIR%%/libs/Zend/Feed/Reader -@dirrm %%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/Subscriber -@dirrm %%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub/Model -@dirrm %%WWWDIR%%/libs/Zend/Feed/Pubsubhubbub -@dirrm %%WWWDIR%%/libs/Zend/Feed/Entry -@dirrm %%WWWDIR%%/libs/Zend/Feed/Builder/Header -@dirrm %%WWWDIR%%/libs/Zend/Feed/Builder -@dirrm %%WWWDIR%%/libs/Zend/Feed -@dirrm %%WWWDIR%%/libs/Zend/Db/Table/Select -@dirrm %%WWWDIR%%/libs/Zend/Db/Table/Rowset -@dirrm %%WWWDIR%%/libs/Zend/Db/Table/Row -@dirrm %%WWWDIR%%/libs/Zend/Db/Table -@dirrm %%WWWDIR%%/libs/Zend/Db/Statement/Sqlsrv -@dirrm %%WWWDIR%%/libs/Zend/Db/Statement/Pdo -@dirrm %%WWWDIR%%/libs/Zend/Db/Statement/Oracle -@dirrm %%WWWDIR%%/libs/Zend/Db/Statement/Mysqli -@dirrm %%WWWDIR%%/libs/Zend/Db/Statement/Db2 -@dirrm %%WWWDIR%%/libs/Zend/Db/Statement -@dirrm %%WWWDIR%%/libs/Zend/Db/Select -@dirrm %%WWWDIR%%/libs/Zend/Db/Profiler -@dirrm %%WWWDIR%%/libs/Zend/Db/Adapter/Sqlsrv -@dirrm %%WWWDIR%%/libs/Zend/Db/Adapter/Pdo/Ibm -@dirrm %%WWWDIR%%/libs/Zend/Db/Adapter/Pdo -@dirrm %%WWWDIR%%/libs/Zend/Db/Adapter/Oracle -@dirrm %%WWWDIR%%/libs/Zend/Db/Adapter/Mysqli -@dirrm %%WWWDIR%%/libs/Zend/Db/Adapter/Db2 -@dirrm %%WWWDIR%%/libs/Zend/Db/Adapter -@dirrm %%WWWDIR%%/libs/Zend/Db -@dirrm %%WWWDIR%%/libs/Zend/Config/Writer -@dirrm %%WWWDIR%%/libs/Zend/Config -@dirrm %%WWWDIR%%/libs/Zend/Cache/Frontend -@dirrm %%WWWDIR%%/libs/Zend/Cache/Backend/ZendServer -@dirrm %%WWWDIR%%/libs/Zend/Cache/Backend -@dirrm %%WWWDIR%%/libs/Zend/Cache -@dirrm %%WWWDIR%%/libs/Zend/Auth/Storage -@dirrm %%WWWDIR%%/libs/Zend/Auth/Adapter/Http/Resolver -@dirrm %%WWWDIR%%/libs/Zend/Auth/Adapter/Http -@dirrm %%WWWDIR%%/libs/Zend/Auth/Adapter -@dirrm %%WWWDIR%%/libs/Zend/Auth -@dirrm %%WWWDIR%%/libs/Zend -@dirrm %%WWWDIR%%/libs/UserAgentParser -@dirrm %%WWWDIR%%/libs/Smarty/plugins -@dirrm %%WWWDIR%%/libs/Smarty/internals -@dirrm %%WWWDIR%%/libs/Smarty -@dirrm %%WWWDIR%%/libs/PiwikTracker -@dirrm %%WWWDIR%%/libs/PclZip -@dirrm %%WWWDIR%%/libs/PEAR -@dirrm %%WWWDIR%%/libs/MaxMindGeoIP -@dirrm %%WWWDIR%%/libs/HTML/QuickForm2/Rule -@dirrm %%WWWDIR%%/libs/HTML/QuickForm2/Renderer -@dirrm %%WWWDIR%%/libs/HTML/QuickForm2/Element -@dirrm %%WWWDIR%%/libs/HTML/QuickForm2/DataSource -@dirrm %%WWWDIR%%/libs/HTML/QuickForm2/Controller/Action -@dirrm %%WWWDIR%%/libs/HTML/QuickForm2/Controller -@dirrm %%WWWDIR%%/libs/HTML/QuickForm2/Container -@dirrm %%WWWDIR%%/libs/HTML/QuickForm2 -@dirrm %%WWWDIR%%/libs/HTML -@dirrm %%WWWDIR%%/libs/Event -@dirrm %%WWWDIR%%/libs/Archive_Tar -@dirrm %%WWWDIR%%/libs -@dirrm %%WWWDIR%%/lang -@dirrm %%WWWDIR%%/js -@dirrm %%WWWDIR%%/core/Visualization/Chart -@dirrm %%WWWDIR%%/core/Visualization -@dirrm %%WWWDIR%%/core/ViewDataTable/HtmlTable -@dirrm %%WWWDIR%%/core/ViewDataTable/GenerateGraphHTML -@dirrm %%WWWDIR%%/core/ViewDataTable/GenerateGraphData -@dirrm %%WWWDIR%%/core/ViewDataTable -@dirrm %%WWWDIR%%/core/View -@dirrm %%WWWDIR%%/core/Updates -@dirrm %%WWWDIR%%/core/Unzip -@dirrm %%WWWDIR%%/core/Tracker/Db/Pdo -@dirrm %%WWWDIR%%/core/Tracker/Db -@dirrm %%WWWDIR%%/core/Tracker -@dirrm %%WWWDIR%%/core/SmartyPlugins -@dirrm %%WWWDIR%%/core/Session/SaveHandler -@dirrm %%WWWDIR%%/core/Session -@dirrm %%WWWDIR%%/core/ScheduledTime -@dirrm %%WWWDIR%%/core/ReportRenderer -@dirrm %%WWWDIR%%/core/PluginsFunctions -@dirrm %%WWWDIR%%/core/Plugin -@dirrm %%WWWDIR%%/core/Period -@dirrm %%WWWDIR%%/core/Menu -@dirrm %%WWWDIR%%/core/Log -@dirrm %%WWWDIR%%/core/Db/Schema -@dirrm %%WWWDIR%%/core/Db/Adapter/Pdo -@dirrm %%WWWDIR%%/core/Db/Adapter -@dirrm %%WWWDIR%%/core/Db -@dirrm %%WWWDIR%%/core/DataTable/Row -@dirrm %%WWWDIR%%/core/DataTable/Renderer -@dirrm %%WWWDIR%%/core/DataTable/Filter -@dirrm %%WWWDIR%%/core/DataTable -@dirrm %%WWWDIR%%/core/DataFiles -@dirrm %%WWWDIR%%/core/Controller -@dirrm %%WWWDIR%%/core/Config -@dirrm %%WWWDIR%%/core/ArchiveProcessing -@dirrm %%WWWDIR%%/core/Archive/Array -@dirrm %%WWWDIR%%/core/Archive -@dirrm %%WWWDIR%%/core/API/DataTableManipulator -@dirrm %%WWWDIR%%/core/API -@dirrm %%WWWDIR%%/core -@dirrm %%WWWDIR%%/config -@dirrm %%WWWDIR%% +%%WWWDIR%%/vendor/autoload.php +%%WWWDIR%%/vendor/composer/ClassLoader.php +%%WWWDIR%%/vendor/composer/autoload_classmap.php +%%WWWDIR%%/vendor/composer/autoload_namespaces.php +%%WWWDIR%%/vendor/composer/autoload_real.php +%%WWWDIR%%/vendor/composer/installed.json +%%WWWDIR%%/vendor/leafo/lessphp/.gitignore +%%WWWDIR%%/vendor/leafo/lessphp/.travis.yml +%%WWWDIR%%/vendor/leafo/lessphp/LICENSE +%%WWWDIR%%/vendor/leafo/lessphp/Makefile +%%WWWDIR%%/vendor/leafo/lessphp/README.md +%%WWWDIR%%/vendor/leafo/lessphp/composer.json +%%WWWDIR%%/vendor/leafo/lessphp/docs/docs.md +%%WWWDIR%%/vendor/leafo/lessphp/lessc.inc.php +%%WWWDIR%%/vendor/leafo/lessphp/lessify +%%WWWDIR%%/vendor/leafo/lessphp/lessify.inc.php +%%WWWDIR%%/vendor/leafo/lessphp/package.sh +%%WWWDIR%%/vendor/leafo/lessphp/plessc +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/.gitignore +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Application.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/CHANGELOG.md +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Command/Command.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Command/HelpCommand.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Command/ListCommand.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/ConsoleEvents.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Descriptor/ApplicationDescription.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Descriptor/Descriptor.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Descriptor/DescriptorInterface.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Descriptor/JsonDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Descriptor/TextDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Descriptor/XmlDescriptor.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Event/ConsoleCommandEvent.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Event/ConsoleEvent.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Event/ConsoleExceptionEvent.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Event/ConsoleTerminateEvent.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Formatter/OutputFormatter.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Formatter/OutputFormatterInterface.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Formatter/OutputFormatterStyle.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Helper/DescriptorHelper.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Helper/DialogHelper.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Helper/FormatterHelper.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Helper/Helper.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Helper/HelperInterface.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Helper/HelperSet.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Helper/ProgressHelper.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Helper/TableHelper.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Input/ArgvInput.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Input/ArrayInput.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Input/Input.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Input/InputArgument.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Input/InputDefinition.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Input/InputInterface.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Input/InputOption.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Input/StringInput.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/LICENSE +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Output/ConsoleOutput.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Output/ConsoleOutputInterface.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Output/NullOutput.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Output/Output.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Output/OutputInterface.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Output/StreamOutput.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/README.md +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Shell.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Tester/ApplicationTester.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Tester/CommandTester.php +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/composer.json +%%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/phpunit.xml.dist +%%WWWDIR%%/vendor/twig/twig/.editorconfig +%%WWWDIR%%/vendor/twig/twig/.gitignore +%%WWWDIR%%/vendor/twig/twig/.travis.yml +%%WWWDIR%%/vendor/twig/twig/AUTHORS +%%WWWDIR%%/vendor/twig/twig/CHANGELOG +%%WWWDIR%%/vendor/twig/twig/LICENSE +%%WWWDIR%%/vendor/twig/twig/README.markdown +%%WWWDIR%%/vendor/twig/twig/composer.json +%%WWWDIR%%/vendor/twig/twig/ext/twig/.gitignore +%%WWWDIR%%/vendor/twig/twig/ext/twig/LICENSE +%%WWWDIR%%/vendor/twig/twig/ext/twig/config.m4 +%%WWWDIR%%/vendor/twig/twig/ext/twig/config.w32 +%%WWWDIR%%/vendor/twig/twig/ext/twig/php_twig.h +%%WWWDIR%%/vendor/twig/twig/ext/twig/twig.c +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Autoloader.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Compiler.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/CompilerInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Environment.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Error.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Error/Loader.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Error/Runtime.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Error/Syntax.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/ExistsLoaderInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/ExpressionParser.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Extension.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Extension/Core.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Extension/Debug.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Extension/Escaper.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Extension/Optimizer.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Extension/Sandbox.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Extension/Staging.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Extension/StringLoader.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/ExtensionInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Filter.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Filter/Function.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Filter/Method.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Filter/Node.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/FilterCallableInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/FilterInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Function.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Function/Function.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Function/Method.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Function/Node.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/FunctionCallableInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/FunctionInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Lexer.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/LexerInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Loader/Array.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Loader/Chain.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Loader/Filesystem.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Loader/String.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/LoaderInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Markup.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/AutoEscape.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Block.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/BlockReference.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Body.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Do.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Embed.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Array.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/AssignName.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Add.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/And.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseAnd.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseOr.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/BitwiseXor.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Concat.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Div.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/EndsWith.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Equal.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/FloorDiv.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Greater.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/GreaterEqual.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/In.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Less.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/LessEqual.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Matches.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mod.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Mul.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotEqual.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/NotIn.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Or.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Power.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Range.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/StartsWith.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary/Sub.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/BlockReference.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Call.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Conditional.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Constant.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/ExtensionReference.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Filter.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Filter/Default.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Function.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/GetAttr.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/MethodCall.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Name.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Parent.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/TempName.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Test.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Test/Constant.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Test/Defined.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Test/Divisibleby.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Test/Even.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Test/Null.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Test/Odd.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Test/Sameas.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Unary.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Neg.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Not.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Unary/Pos.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Flush.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/For.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/ForLoop.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/If.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Import.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Include.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Macro.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Module.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Print.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Sandbox.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/SandboxedModule.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/SandboxedPrint.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Set.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/SetTemp.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Spaceless.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Text.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/NodeInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/NodeOutputInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/NodeTraverser.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/NodeVisitor/Escaper.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/NodeVisitor/Optimizer.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/NodeVisitor/SafeAnalysis.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/NodeVisitor/Sandbox.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/NodeVisitorInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Parser.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/ParserInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Sandbox/SecurityError.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicy.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Sandbox/SecurityPolicyInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/SimpleFilter.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/SimpleFunction.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/SimpleTest.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Template.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TemplateInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Test.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Test/Function.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Test/IntegrationTestCase.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Test/Method.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Test/Node.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Test/NodeTestCase.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TestCallableInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TestInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/Token.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/AutoEscape.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Block.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Do.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Embed.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Extends.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Filter.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Flush.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/For.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/From.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/If.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Import.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Include.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Macro.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Sandbox.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Set.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Spaceless.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser/Use.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParserBroker.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParserBrokerInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParserInterface.php +%%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenStream.php +%%WWWDIR%%/vendor/twig/twig/phpunit.xml.dist +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/TokenParser +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Test +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Sandbox +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/NodeVisitor +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Unary +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Test +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Filter +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression/Binary +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Node/Expression +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Node +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Loader +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Function +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Filter +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Extension +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig/Error +@dirrm %%WWWDIR%%/vendor/twig/twig/lib/Twig +@dirrm %%WWWDIR%%/vendor/twig/twig/lib +@dirrm %%WWWDIR%%/vendor/twig/twig/ext/twig +@dirrm %%WWWDIR%%/vendor/twig/twig/ext +@dirrm %%WWWDIR%%/vendor/twig/twig +@dirrm %%WWWDIR%%/vendor/twig +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Tester +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Resources +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Output +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Input +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Helper +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Formatter +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Event +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Descriptor +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console/Command +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component/Console +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony/Component +@dirrm %%WWWDIR%%/vendor/symfony/console/Symfony +@dirrm %%WWWDIR%%/vendor/symfony/console +@dirrm %%WWWDIR%%/vendor/symfony +@dirrm %%WWWDIR%%/vendor/leafo/lessphp/docs +@dirrm %%WWWDIR%%/vendor/leafo/lessphp +@dirrm %%WWWDIR%%/vendor/leafo +@dirrm %%WWWDIR%%/vendor/composer +@dirrm %%WWWDIR%%/vendor +@dirrm %%WWWDIR%%/plugins/Zeitgeist/templates +@dirrm %%WWWDIR%%/plugins/Zeitgeist/stylesheets/ui +@dirrm %%WWWDIR%%/plugins/Zeitgeist/stylesheets/general +@dirrm %%WWWDIR%%/plugins/Zeitgeist/stylesheets +@dirrm %%WWWDIR%%/plugins/Zeitgeist/javascripts +@dirrm %%WWWDIR%%/plugins/Zeitgeist/images +@dirrm %%WWWDIR%%/plugins/Zeitgeist +@dirrm %%WWWDIR%%/plugins/Widgetize/stylesheets +@dirrm %%WWWDIR%%/plugins/Widgetize/javascripts +@dirrm %%WWWDIR%%/plugins/UsersManager/stylesheets +@dirrm %%WWWDIR%%/plugins/UsersManager/javascripts +@dirrm %%WWWDIR%%/plugins/UserCountryMap/stylesheets +@dirrm %%WWWDIR%%/plugins/UserCountryMap/javascripts/vendor +@dirrm %%WWWDIR%%/plugins/UserCountryMap/javascripts +@dirrm %%WWWDIR%%/plugins/UserCountryMap/images +@dirrm %%WWWDIR%%/plugins/UserCountry/stylesheets +@dirrm %%WWWDIR%%/plugins/UserCountry/javascripts +@dirrm %%WWWDIR%%/plugins/UserCountry/images/flags +@dirrm %%WWWDIR%%/plugins/UserCountry/images +@dirrm %%WWWDIR%%/plugins/Transitions/stylesheets +@dirrm %%WWWDIR%%/plugins/Transitions/javascripts +@dirrm %%WWWDIR%%/plugins/Transitions/images +@dirrm %%WWWDIR%%/plugins/SitesManager/stylesheets +@dirrm %%WWWDIR%%/plugins/SitesManager/javascripts +@dirrm %%WWWDIR%%/plugins/SegmentEditor/stylesheets +@dirrm %%WWWDIR%%/plugins/SegmentEditor/javascripts +@dirrm %%WWWDIR%%/plugins/ScheduledReports/templates +@dirrm %%WWWDIR%%/plugins/ScheduledReports/javascripts +@dirrm %%WWWDIR%%/plugins/ScheduledReports/config +@dirrm %%WWWDIR%%/plugins/ScheduledReports +@dirrm %%WWWDIR%%/plugins/SEO/javascripts +@dirrm %%WWWDIR%%/plugins/Referrers/templates +@dirrm %%WWWDIR%%/plugins/Referrers/images/socials +@dirrm %%WWWDIR%%/plugins/Referrers/images/searchEngines +@dirrm %%WWWDIR%%/plugins/Referrers/images +@dirrm %%WWWDIR%%/plugins/Referrers +@dirrm %%WWWDIR%%/plugins/PrivacyManager/javascripts +@dirrm %%WWWDIR%%/plugins/Overlay/stylesheets +@dirrm %%WWWDIR%%/plugins/Overlay/javascripts +@dirrm %%WWWDIR%%/plugins/Overlay/images +@dirrm %%WWWDIR%%/plugins/MultiSites/stylesheets +@dirrm %%WWWDIR%%/plugins/MultiSites/javascripts +@dirrm %%WWWDIR%%/plugins/Morpheus/stylesheets +@dirrm %%WWWDIR%%/plugins/Morpheus/javascripts +@dirrm %%WWWDIR%%/plugins/Morpheus/images +@dirrm %%WWWDIR%%/plugins/Morpheus +@dirrm %%WWWDIR%%/plugins/MobileMessaging/stylesheets +@dirrm %%WWWDIR%%/plugins/MobileMessaging/javascripts +@dirrm %%WWWDIR%%/plugins/Login/stylesheets +@dirrm %%WWWDIR%%/plugins/Login/javascripts +@dirrm %%WWWDIR%%/plugins/Live/stylesheets +@dirrm %%WWWDIR%%/plugins/Live/javascripts +@dirrm %%WWWDIR%%/plugins/Live/images +@dirrm %%WWWDIR%%/plugins/LeftMenu/stylesheets +@dirrm %%WWWDIR%%/plugins/LeftMenu +@dirrm %%WWWDIR%%/plugins/LanguagesManager/javascripts +@dirrm %%WWWDIR%%/plugins/LanguagesManager/Commands +@dirrm %%WWWDIR%%/plugins/Installation/stylesheets +@dirrm %%WWWDIR%%/plugins/Installation/javascripts +@dirrm %%WWWDIR%%/plugins/Goals/stylesheets +@dirrm %%WWWDIR%%/plugins/Goals/javascripts +@dirrm %%WWWDIR%%/plugins/Goals/Visualizations +@dirrm %%WWWDIR%%/plugins/Feedback/stylesheets +@dirrm %%WWWDIR%%/plugins/Feedback/javascripts +@dirrm %%WWWDIR%%/plugins/ExampleVisualization/templates +@dirrm %%WWWDIR%%/plugins/ExampleVisualization/images +@dirrm %%WWWDIR%%/plugins/ExampleVisualization +@dirrm %%WWWDIR%%/plugins/ExampleUI/templates +@dirrm %%WWWDIR%%/plugins/ExampleTheme/stylesheets +@dirrm %%WWWDIR%%/plugins/ExampleTheme +@dirrm %%WWWDIR%%/plugins/ExampleSettingsPlugin +@dirrm %%WWWDIR%%/plugins/ExampleRssWidget/stylesheets +@dirrm %%WWWDIR%%/plugins/ExamplePlugin/screenshots +@dirrm %%WWWDIR%%/plugins/ExamplePlugin/javascripts +@dirrm %%WWWDIR%%/plugins/ExampleCommand/Commands +@dirrm %%WWWDIR%%/plugins/ExampleCommand +@dirrm %%WWWDIR%%/plugins/Events +@dirrm %%WWWDIR%%/plugins/DevicesDetection/Updates +@dirrm %%WWWDIR%%/plugins/Dashboard/stylesheets +@dirrm %%WWWDIR%%/plugins/Dashboard/javascripts +@dirrm %%WWWDIR%%/plugins/DBStats/stylesheets +@dirrm %%WWWDIR%%/plugins/DBStats/lang +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/templates +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/stylesheets +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/javascripts +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph/Evolution +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/Visualizations/JqplotGraph +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/Visualizations/HtmlTable +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Graph +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/Visualizations/Cloud +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/Visualizations +@dirrm %%WWWDIR%%/plugins/CoreVisualizations/JqplotDataGenerator +@dirrm %%WWWDIR%%/plugins/CoreVisualizations +@dirrm %%WWWDIR%%/plugins/CoreUpdater/stylesheets +@dirrm %%WWWDIR%%/plugins/CoreUpdater/javascripts +@dirrm %%WWWDIR%%/plugins/CorePluginsAdmin/stylesheets +@dirrm %%WWWDIR%%/plugins/CorePluginsAdmin/javascripts +@dirrm %%WWWDIR%%/plugins/CorePluginsAdmin/images +@dirrm %%WWWDIR%%/plugins/CoreHome/templates/ReportsByDimension +@dirrm %%WWWDIR%%/plugins/CoreHome/templates/ReportRenderer +@dirrm %%WWWDIR%%/plugins/CoreHome/stylesheets/dataTable +@dirrm %%WWWDIR%%/plugins/CoreHome/stylesheets +@dirrm %%WWWDIR%%/plugins/CoreHome/javascripts +@dirrm %%WWWDIR%%/plugins/CoreHome/images +@dirrm %%WWWDIR%%/plugins/CoreConsole/Commands +@dirrm %%WWWDIR%%/plugins/CoreConsole +@dirrm %%WWWDIR%%/plugins/CoreAdminHome/stylesheets +@dirrm %%WWWDIR%%/plugins/CoreAdminHome/javascripts +@dirrm %%WWWDIR%%/plugins/Annotations/stylesheets +@dirrm %%WWWDIR%%/plugins/Annotations/javascripts +@dirrm %%WWWDIR%%/plugins/Actions/stylesheets +@dirrm %%WWWDIR%%/plugins/Actions/javascripts +@dirrm %%WWWDIR%%/plugins/API/stylesheets +@dirrm %%WWWDIR%%/misc/user +@dirrm %%WWWDIR%%/libs/tcpdf/include +@dirrm %%WWWDIR%%/libs/jquery/stylesheets +@dirrm %%WWWDIR%%/libs/jquery/images +@dirrm %%WWWDIR%%/core/Translate/Validate +@dirrm %%WWWDIR%%/core/Translate/Filter +@dirrm %%WWWDIR%%/core/Translate +@dirrm %%WWWDIR%%/core/Settings +@dirrm %%WWWDIR%%/core/Notification +@dirrm %%WWWDIR%%/core/DataAccess +@dirrm %%WWWDIR%%/core/ArchiveProcessor --- piwik-2.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 01:40: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 45854114; Thu, 19 Dec 2013 01: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 1BF2D1B30; Thu, 19 Dec 2013 01: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 rBJ1eOw5020534; Thu, 19 Dec 2013 01:40:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJ1eOOF020533; Thu, 19 Dec 2013 01:40:24 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 01:40:24 GMT Message-Id: <201312190140.rBJ1eOOF020533@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zeising@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184980: [patch] www/xombrero remove advertisement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 01:40:25 -0000 Synopsis: [patch] www/xombrero remove advertisement Responsible-Changed-From-To: freebsd-ports-bugs->zeising Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 01:40:24 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184980 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 01: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 29BA997 for ; Thu, 19 Dec 2013 01: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 DF8091B2D for ; Thu, 19 Dec 2013 01: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 rBJ1e0cV018862 for ; Thu, 19 Dec 2013 01: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 rBJ1e0El018861; Thu, 19 Dec 2013 01:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 01:40:00 GMT Resent-Message-Id: <201312190140.rBJ1e0El018861@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Kenta S." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B84DFE6C for ; Thu, 19 Dec 2013 01:34:07 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A51B51AFB for ; Thu, 19 Dec 2013 01:34: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 rBJ1Y6Qs018644 for ; Thu, 19 Dec 2013 01:34:06 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJ1Y64S018643; Thu, 19 Dec 2013 01:34:06 GMT (envelope-from nobody) Message-Id: <201312190134.rBJ1Y64S018643@oldred.freebsd.org> Date: Thu, 19 Dec 2013 01:34:06 GMT From: "Kenta S." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184980: [patch] www/xombrero remove advertisement X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 01:40:01 -0000 >Number: 184980 >Category: ports >Synopsis: [patch] www/xombrero remove advertisement >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 Dec 19 01:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kenta S. >Release: 9.2-RELEASE >Organization: >Environment: >Description: The www/xombrero port includes an advertisement to a backup company. I'm not interested in seeing their website when I use this program. I replaced it with www.freebsd.org, but would prefer it was just blank. >How-To-Repeat: >Fix: Apply patch. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 336862) +++ Makefile (working copy) @@ -48,6 +48,9 @@ -e 's|# ssl_ca_file|ssl_ca_file|' \ -e 's|/etc/ssl/cert.pem|${LOCALBASE}/share/certs/ca-root-nss.crt|' \ unix.c xombrero.conf + @cd ${WRKSRC}; ${REINPLACE_CMD} -e \ + 's|https://www.cyphertite.com|https://www.freebsd.org|g' \ + xombrero.c xombrero.conf xombrero.h do-install: ${INSTALL_SCRIPT} ${WRKDIR}/xombrero ${STAGEDIR}${PREFIX}/bin/xombrero ${INSTALL_PROGRAM} ${WRKSRC}/freebsd/xombrero ${STAGEDIR}${PREFIX}/bin/xombrero-bin >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 02:19: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 790BD4A3; Thu, 19 Dec 2013 02:19: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 4AF051E55; Thu, 19 Dec 2013 02:19: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 rBJ2JPuC027435; Thu, 19 Dec 2013 02:19:25 GMT (envelope-from gjb@freefall.freebsd.org) Received: (from gjb@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJ2JPMw027434; Thu, 19 Dec 2013 02:19:25 GMT (envelope-from gjb) Date: Thu, 19 Dec 2013 02:19:25 GMT Message-Id: <201312190219.rBJ2JPMw027434@freefall.freebsd.org> To: gjb@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: gjb@FreeBSD.org Subject: Re: ports/184981: net-im/hotot: Hotot Error Http code 406 when using search X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 02:19:25 -0000 Old Synopsis: Hotot Error Http code 406 when using search New Synopsis: net-im/hotot: Hotot Error Http code 406 when using search Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: gjb Responsible-Changed-When: Thu Dec 19 02:18:56 UTC 2013 Responsible-Changed-Why: Ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=184981 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 02: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 F0EF3605 for ; Thu, 19 Dec 2013 02: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 B1D861EEB for ; Thu, 19 Dec 2013 02: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 rBJ2U0RI029344 for ; Thu, 19 Dec 2013 02: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 rBJ2U0Wv029343; Thu, 19 Dec 2013 02:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 02:30:00 GMT Resent-Message-Id: <201312190230.rBJ2U0Wv029343@freefall.freebsd.org> 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 0821B5AE for ; Thu, 19 Dec 2013 02:26:14 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E817F1ED3 for ; Thu, 19 Dec 2013 02:26: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 rBJ2QDsn063705 for ; Thu, 19 Dec 2013 02:26:13 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJ2QDVM063691; Thu, 19 Dec 2013 02:26:13 GMT (envelope-from nobody) Message-Id: <201312190226.rBJ2QDVM063691@oldred.freebsd.org> Date: Thu, 19 Dec 2013 02:26:13 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184982: Build failure for devel/libsoup due to Python update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 02:30:01 -0000 >Number: 184982 >Category: ports >Synopsis: Build failure for devel/libsoup due to Python update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 02:30: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: ===> Building for libsoup-2.42.2 gmake all-recursive gmake[1]: Entering directory `/wrkdirs/usr/ports/devel/libsoup/work/libsoup-2.42.2' Making all in libsoup gmake[2]: Entering directory `/wrkdirs/usr/ports/devel/libsoup/work/libsoup-2.42.2/libsoup' GEN soup-marshal.list GEN soup-enum-types.c ./tld-parser.py ../data/effective_tld_names.dat tld_data.inc GEN soup-enum-types.h env: python2: No such file or directory gmake[2]: *** [tld_data.inc] Error 127 gmake[2]: *** Waiting for unfinished jobs.... gmake[2]: Leaving directory `/wrkdirs/usr/ports/devel/libsoup/work/libsoup-2.42.2/libsoup' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/wrkdirs/usr/ports/devel/libsoup/work/libsoup-2.42.2' gmake: *** [all] Error 2 ===> Compilation failed unexpectedly. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 02:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A8147636; Thu, 19 Dec 2013 02: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 7CCB81F33; Thu, 19 Dec 2013 02: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 rBJ2U8YH029478; Thu, 19 Dec 2013 02: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 rBJ2U8A7029477; Thu, 19 Dec 2013 02:30:08 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 02:30:08 GMT Message-Id: <201312190230.rBJ2U8A7029477@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184982: Build failure for devel/libsoup due to Python update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 02:30:08 -0000 Synopsis: Build failure for devel/libsoup due to Python update Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 02: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=184982 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 03: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 B690162D for ; Thu, 19 Dec 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 918B413A6 for ; Thu, 19 Dec 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 rBJ3e0h8044433 for ; Thu, 19 Dec 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 rBJ3e08Y044432; Thu, 19 Dec 2013 03:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 03:40:00 GMT Resent-Message-Id: <201312190340.rBJ3e08Y044432@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 831F13AF for ; Thu, 19 Dec 2013 03:30:52 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 63EB91355 for ; Thu, 19 Dec 2013 03:30:52 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBJ3Uq0r069091 for ; Thu, 19 Dec 2013 03:30:52 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJ3UqEB069049; Thu, 19 Dec 2013 03:30:52 GMT (envelope-from nobody) Message-Id: <201312190330.rBJ3UqEB069049@oldred.freebsd.org> Date: Thu, 19 Dec 2013 03:30:52 GMT From: Alex To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184984: emulators/kqemu-kmod fails to build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 03:40:00 -0000 >Number: 184984 >Category: ports >Synopsis: emulators/kqemu-kmod fails to build on 10.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 Dec 19 03:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alex >Release: 10.0 >Organization: >Environment: FreeBSD 10.0-RC2 #0 r259488 >Description: ===> kqemu-kmod-1.3.0.p11_12 depends on executable: gmake - found ===> kqemu-kmod-1.3.0.p11_12 depends on executable: gcc46 - found ===> kqemu-kmod-1.3.0.p11_12 depends on file: /usr/local/bin/as - found ===> Configuring for kqemu-kmod-1.3.0.p11_12 ===> FreeBSD 10 autotools fix applied to /usr/home/jojo/ports/emulators/kqemu-kmod/work/kqemu-1.3.0pre11/configure Source path /usr/home/jojo/ports/emulators/kqemu-kmod/work/kqemu-1.3.0pre11 C compiler gcc46 Host C compiler gcc make gmake host CPU x86_64 ===> Building for kqemu-kmod-1.3.0.p11_12 @ -> /usr/src/sys machine -> /usr/src/sys/amd64/include x86 -> /usr/src/sys/x86/include gmake[1]: Entering directory `/usr/home/jojo/ports/emulators/kqemu-kmod/work/kqemu-1.3.0pre11/common' gcc46 -Wall -O2 -Werror -g -D__KERNEL__ -I.. -o genoffsets genoffsets.c ./genoffsets > monitor_def.h gcc46 -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -D__ASSEMBLY__ -c -o x86_64/nexus_asm.o x86_64/nexus_asm.S gcc46 -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -D__ASSEMBLY__ -c -o x86_64/monitor_asm.o x86_64/monitor_asm.S gcc46 -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror -mno-red-zone -fno-stack-protector -fpic -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o monitor.o monitor.c gcc46 -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror -mno-red-zone -fno-stack-protector -fpic -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o monitor-utils.o monitor-utils.c gcc46 -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror -mno-red-zone -fno-stack-protector -fpic -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o interp.o interp.c ori lld -T x86_64/monitor.ld -o monitor-image.out x86_64/nexus_asm.o x86_64/monitor_asm.o monitor.o monitor-utils.o interp.o objcopy -O binary monitor-image.out monitor-image.bin gcc46 -Wall -O2 -Werror -g -o genmon genmon.c ./genmon < monitor-image.bin > monitor-image.h gcc46 -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror -mno-red-zone -mcmodel=kernel -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o kernel.o kernel.c gcc46 -D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -D__ASSEMBLY__ -c -o x86_64/kernel_asm.o x86_64/kernel_asm.S ld -r -o ../kqemu-mod-x86_64.o kernel.o x86_64/kernel_asm.o gmake[1]: Leaving directory `/usr/home/jojo/ports/emulators/kqemu-kmod/work/kqemu-1.3.0pre11/common' usage: make [-BeikNnqrstWwX] [-C directory] [-D variable] [-d flags] [-f makefile] [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file] [-V variable] [variable=value] [target ...] *** Error code 2 >How-To-Repeat: cd /usr/ports/emulators/kqemu-kmod make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 03: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 9BA8865E; Thu, 19 Dec 2013 03: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 71DE913A9; Thu, 19 Dec 2013 03: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 rBJ3e8fu044578; Thu, 19 Dec 2013 03: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 rBJ3e8f6044577; Thu, 19 Dec 2013 03:40:08 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 03:40:08 GMT Message-Id: <201312190340.rBJ3e8f6044577@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nox@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184984: emulators/kqemu-kmod fails to build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 03:40:08 -0000 Synopsis: emulators/kqemu-kmod fails to build on 10.0 Responsible-Changed-From-To: freebsd-ports-bugs->nox Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 03: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=184984 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 07:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CCC0CD1D for ; Thu, 19 Dec 2013 07: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 8E585128C for ; Thu, 19 Dec 2013 07:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJ7K07c000117 for ; Thu, 19 Dec 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 rBJ7K0rS000116; Thu, 19 Dec 2013 07:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 07:20:00 GMT Resent-Message-Id: <201312190720.rBJ7K0rS000116@freefall.freebsd.org> 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 77FB87D9 for ; Thu, 19 Dec 2013 07:14:26 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 650681226 for ; Thu, 19 Dec 2013 07:14:26 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBJ7EPEC062320 for ; Thu, 19 Dec 2013 07:14:25 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJ7EPhk062308; Thu, 19 Dec 2013 07:14:25 GMT (envelope-from nobody) Message-Id: <201312190714.rBJ7EPhk062308@oldred.freebsd.org> Date: Thu, 19 Dec 2013 07:14:25 GMT From: Joseph Mingrone To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184986: removal of deskutils/parcellite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 07:20:00 -0000 >Number: 184986 >Category: ports >Synopsis: removal of deskutils/parcellite >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 Dec 19 07:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Joseph Mingrone >Release: >Organization: >Environment: >Description: The original developer has abandoned parcellite and since his departure I've been unable to unbreak deskutils/parcellite on FreeBSD. I created a port for a fork of parcellite, deskutils/clipit and suggest users of parcellite switch to clipit. Perhaps removal of deskutils/parcellite is the best course of action, unless of course a new maintainer with a better handle on autoconf tools is found. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 09:44:44 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 803F3297; Thu, 19 Dec 2013 09:44:44 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 542501F04; Thu, 19 Dec 2013 09:44:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJ9iiXo040768; Thu, 19 Dec 2013 09:44:44 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJ9ihXh040767; Thu, 19 Dec 2013 09:44:43 GMT (envelope-from vanilla) Date: Thu, 19 Dec 2013 09:44:43 GMT Message-Id: <201312190944.rBJ9ihXh040767@freefall.freebsd.org> To: pakhom706@gmail.com, ari@maniatis.org, vanilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/184305: net-mgmt/zabbix2-server wrong path for bash X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 09:44:44 -0000 Synopsis: net-mgmt/zabbix2-server wrong path for bash State-Changed-From-To: feedback->closed State-Changed-By: vanilla State-Changed-When: Thu Dec 19 09:44:15 UTC 2013 State-Changed-Why: Fixed in pr/183958. http://www.freebsd.org/cgi/query-pr.cgi?pr=184305 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 10: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 AF280BF0 for ; Thu, 19 Dec 2013 10: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 8A36B114F for ; Thu, 19 Dec 2013 10: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 rBJAK0Tj047660 for ; Thu, 19 Dec 2013 10: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 rBJAK0uC047659; Thu, 19 Dec 2013 10:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 10:20:00 GMT Resent-Message-Id: <201312191020.rBJAK0uC047659@freefall.freebsd.org> 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 2D57FB20 for ; Thu, 19 Dec 2013 10:10:24 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1A14C110B for ; Thu, 19 Dec 2013 10:10: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 rBJAANi4026586 for ; Thu, 19 Dec 2013 10:10:23 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJAANWV026563; Thu, 19 Dec 2013 10:10:23 GMT (envelope-from nobody) Message-Id: <201312191010.rBJAANWV026563@oldred.freebsd.org> Date: Thu, 19 Dec 2013 10:10:23 GMT From: Yuri To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184988: [PORT net-mgmt/aircrack-ng] Added MTU get/set operations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 10:20:00 -0000 >Number: 184988 >Category: ports >Synopsis: [PORT net-mgmt/aircrack-ng] Added MTU get/set operations >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 Dec 19 10:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yuri >Release: 9.2 >Organization: n/a >Environment: >Description: Please add this patch on top of existing ones for the file freebsd.c >How-To-Repeat: >Fix: Patch attached with submission follows: --- src/osdep/freebsd.c 2013-12-18 14:02:41.000000000 -0800 +++ src/osdep/freebsd.c 2013-12-19 02:04:28.000000000 -0800 @@ -42,6 +42,7 @@ #include "osdep.h" + struct priv_fbsd { /* iface */ int pf_fd; @@ -522,6 +523,39 @@ return ioctl(priv->pf_s, SIOCSIFLLADDR, ifr); } +static int fbsd_set_mtu(struct wif *wi, int mtu) +{ + struct priv_fbsd *priv = wi_priv(wi); + struct ifreq *ifr = &priv->pf_ifr; + + memset( ifr, 0, sizeof( struct ifreq ) ); + + strncpy( ifr->ifr_name, wi_get_ifname(wi), sizeof( ifr->ifr_name ) ); + ifr->ifr_mtu = mtu; + + if( ioctl( priv->pf_s, SIOCSIFMTU, ifr ) < 0 ) + return( -1 ); + + return 0; +} + +static int fbsd_get_mtu(struct wif *wi) +{ + struct priv_fbsd *priv = wi_priv(wi); + struct ifreq ifr; + + memset( &ifr, 0, sizeof( struct ifreq ) ); + + ifr.ifr_addr.sa_family = AF_INET; + + strncpy( ifr.ifr_name, wi_get_ifname(wi), sizeof( ifr.ifr_name ) ); + + if( ioctl( priv->pf_s, SIOCGIFMTU, (caddr_t)&ifr ) < 0 ) + return( -1 ); + + return ifr.ifr_mtu; +} + static struct wif *fbsd_open(char *iface) { struct wif *wi; @@ -542,7 +576,9 @@ wi->wi_set_mac = fbsd_set_mac; wi->wi_get_rate = fbsd_get_rate; wi->wi_set_rate = fbsd_set_rate; - wi->wi_get_monitor = fbsd_get_monitor; + wi->wi_get_monitor = fbsd_get_monitor; + wi->wi_get_mtu = fbsd_get_mtu; + wi->wi_set_mtu = fbsd_set_mtu; /* setup iface */ fd = do_fbsd_open(wi, iface); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 10: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 57D76C21; Thu, 19 Dec 2013 10: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 2D9B41152; Thu, 19 Dec 2013 10: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 rBJAK9Mq047793; Thu, 19 Dec 2013 10: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 rBJAK9aW047792; Thu, 19 Dec 2013 10:20:09 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 10:20:09 GMT Message-Id: <201312191020.rBJAK9aW047792@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lme@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184988: [PORT net-mgmt/aircrack-ng] Added MTU get/set operations X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 10:20:09 -0000 Synopsis: [PORT net-mgmt/aircrack-ng] Added MTU get/set operations Responsible-Changed-From-To: freebsd-ports-bugs->lme Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 10: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=184988 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 10:51: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 1D707F4; Thu, 19 Dec 2013 10:51: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 E65E31343; Thu, 19 Dec 2013 10:51: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 rBJApuAu055083; Thu, 19 Dec 2013 10:51:56 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJApuKS055082; Thu, 19 Dec 2013 10:51:56 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 10:51:56 GMT Message-Id: <201312191051.rBJApuKS055082@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184712: update of devel/quilt port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 10:51:57 -0000 Synopsis: update of devel/quilt port Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 10:51:56 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184712 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 11: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 5F0A167B; Thu, 19 Dec 2013 11: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 4DABF14F1; Thu, 19 Dec 2013 11: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 rBJBGflZ060222; Thu, 19 Dec 2013 11:16:41 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJBGek6060221; Thu, 19 Dec 2013 11:16:40 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 11:16:40 GMT Message-Id: <201312191116.rBJBGek6060221@freefall.freebsd.org> To: tmwalaszek@gmail.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184717: sysutils/ptools: Fix bug in ptree X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 11:16:41 -0000 Synopsis: sysutils/ptools: Fix bug in ptree State-Changed-From-To: open->feedback State-Changed-By: pawel State-Changed-When: Thu Dec 19 11:16:05 UTC 2013 State-Changed-Why: Fetch fails: ===> License BSD accepted by the user ===> ptools-0.3 depends on file: /usr/local/sbin/pkg - found => ptools-0.3.tar.gz doesn't seem to exist in /old/distfiles/. => Attempting to fetch http://10.6.6.6/ptools/ptools-0.3.tar.gz fetch: http://10.6.6.6/ptools/ptools-0.3.tar.gz: Connection refused => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ptools-0.3.tar.gz fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ptools-0.3.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /old/distfiles/ and try again. *** Error code 1 http://www.freebsd.org/cgi/query-pr.cgi?pr=184717 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 11:25: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 01C98A21; Thu, 19 Dec 2013 11:25: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 CAA1515AE; Thu, 19 Dec 2013 11:25: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 rBJBP7gt062120; Thu, 19 Dec 2013 11:25:07 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJBP71B062119; Thu, 19 Dec 2013 11:25:07 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 11:25:07 GMT Message-Id: <201312191125.rBJBP71B062119@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184710: [maintainer-update] games/chocolate-doom 1.7.0 to 2.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 11:25:08 -0000 Synopsis: [maintainer-update] games/chocolate-doom 1.7.0 to 2.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 11:25:07 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184710 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 11: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 9B477A9B for ; Thu, 19 Dec 2013 11: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 7612915CF for ; Thu, 19 Dec 2013 11:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJBU0AZ062377 for ; Thu, 19 Dec 2013 11:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJBU0hh062376; Thu, 19 Dec 2013 11:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 11:30:00 GMT Resent-Message-Id: <201312191130.rBJBU0hh062376@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Sayetsky Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B8124A79 for ; Thu, 19 Dec 2013 11:28:08 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 986DB15BE for ; Thu, 19 Dec 2013 11:28: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 rBJBS8uA036470 for ; Thu, 19 Dec 2013 11:28:08 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJBS8bi036468; Thu, 19 Dec 2013 11:28:08 GMT (envelope-from nobody) Message-Id: <201312191128.rBJBS8bi036468@oldred.freebsd.org> Date: Thu, 19 Dec 2013 11:28:08 GMT From: Anton Sayetsky To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184989: net/freerdp: sound redirection doesn't works X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 11:30:00 -0000 >Number: 184989 >Category: ports >Synopsis: net/freerdp: sound redirection doesn't works >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Sayetsky >Release: FreeBSD 9.2-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD jnb.localdomain 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259302: Fri Dec 13 17:15:57 EET 2013 root@jnb.localdomain:/usr/obj/mnt/sysimage/usr/src/sys/JNB amd64 jason@jnb:/usr/ports/net/freerdp$ make showconfig ===> The following configuration options are available for freerdp-1.0.2: ALSA=on: ALSA audio architecture support CUPS=off: CUPS printing system support DIRECTFB=off: Build FreeRDP DirectFB client FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...) PULSEAUDIO=off: PulseAudio sound server support SSE=off: Use SSE optimized routines X11=on: Build FreeRDP X11 client ===> Use 'make config' to modify these settings jason@jnb:/usr/ports/net/freerdp$ pkg_info -r freerdp\* Information for freerdp-1.0.2: Depends on: Dependency: xproto-7.0.25 Dependency: xineramaproto-1.2.1 Dependency: xextproto-7.2.1 Dependency: videoproto-2.3.2 Dependency: renderproto-0.11.1 Dependency: libXdmcp-1.1.1 Dependency: libXau-1.0.8 Dependency: kbproto-1.0.6 Dependency: fixesproto-5.0 Dependency: expat-2.1.0 Dependency: xvid-1.3.2,1 Dependency: x264-0.136.2358_1 Dependency: libvpx-1.2.0_1 Dependency: png-1.5.17 Dependency: freetype2-2.5.0.1 Dependency: fontconfig-2.10.95,1 Dependency: orc-0.4.18 Dependency: schroedinger-1.0.11_1 Dependency: libpthread-stubs-0.3_4 Dependency: libiconv-1.14_1 Dependency: libxml2-2.8.0_3 Dependency: libxcb-1.9.3 Dependency: libX11-1.6.2,1 Dependency: libxkbfile-1.0.8 Dependency: libXrender-0.9.8 Dependency: libXfixes-5.0.1 Dependency: libXext-1.3.2,1 Dependency: libXv-1.0.10,1 Dependency: libXinerama-1.1.3,1 Dependency: libXcursor-1.1.14 Dependency: gettext-0.18.3.1 Dependency: libgpg-error-1.12 Dependency: libgcrypt-1.5.3 Dependency: libaacs-0.6.0 Dependency: libbluray-0.3.0,1 Dependency: libogg-1.3.1,4 Dependency: libvorbis-1.3.3_1,3 Dependency: libtheora-1.1.1_3 Dependency: lame-3.99.5_1 Dependency: fdk-aac-0.1.3 Dependency: alsa-lib-1.0.27.2_1 Dependency: ffmpeg-2.1.1_1,1 jason@jnb:/usr/ports/net/freerdp$ cat /dev/sndstat FreeBSD Audio Driver (newpcm: 64bit 2009061500/amd64) Installed devices: pcm0: (play/rec) default jason@jnb:/usr/ports/net/freerdp$ >Description: Sound redirection doesn't works with rdpsnd, rdpsnd_alsa plugins. If using rdpsnd, remote system has virtual soundcard, but there is no output on the local machine. If using rdpsnd_alsa, there is a plugin load error. Sound in other applications works perfectly. >How-To-Repeat: jason@jnb:~$ xfreerdp --plugin rdpsnd_alsa example.org loading plugin rdpsnd_alsa freerdp_load_library_symbol: failed to load /usr/local/lib/freerdp/rdpsnd_alsa.so: Undefined symbol "VirtualChannelEntry" freerdp_load_plugin: failed to load rdpsnd_alsa/VirtualChannelEntry ^C jason@jnb:~$ >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 11:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E98BBACA; Thu, 19 Dec 2013 11: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 BEFCB15D1; Thu, 19 Dec 2013 11: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 rBJBU8wY062517; Thu, 19 Dec 2013 11: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 rBJBU8xW062516; Thu, 19 Dec 2013 11:30:08 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 11:30:08 GMT Message-Id: <201312191130.rBJBU8xW062516@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fluffy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184989: net/freerdp: sound redirection doesn't works X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 11:30:09 -0000 Synopsis: net/freerdp: sound redirection doesn't works Responsible-Changed-From-To: freebsd-ports-bugs->fluffy Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 11: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=184989 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 11: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 96939175 for ; Thu, 19 Dec 2013 11: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 6BD6A16A7 for ; Thu, 19 Dec 2013 11: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 rBJBe0UH064502 for ; Thu, 19 Dec 2013 11: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 rBJBe0xm064501; Thu, 19 Dec 2013 11:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 11:40:00 GMT Resent-Message-Id: <201312191140.rBJBe0xm064501@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Sayetsky Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D831C151 for ; Thu, 19 Dec 2013 11:38:48 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C2EEF1698 for ; Thu, 19 Dec 2013 11: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 rBJBcm0G088932 for ; Thu, 19 Dec 2013 11: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 rBJBcmOB088931; Thu, 19 Dec 2013 11:38:48 GMT (envelope-from nobody) Message-Id: <201312191138.rBJBcmOB088931@oldred.freebsd.org> Date: Thu, 19 Dec 2013 11:38:48 GMT From: Anton Sayetsky To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184990: net/freerdp: build with SSE fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 11:40:00 -0000 >Number: 184990 >Category: ports >Synopsis: net/freerdp: build with SSE fails >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 Dec 19 11:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Sayetsky >Release: FreeBSD 9.2-RELEASE-p2 amd64 >Organization: >Environment: System: FreeBSD jnb.localdomain 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259302: Fri Dec 13 17:15:57 EET 2013 root@jnb.localdomain:/usr/obj/mnt/sysimage/usr/src/sys/JNB amd64 root@jnb:/usr/ports/net/freerdp# make showconfig ===> The following configuration options are available for freerdp-1.0.2: ALSA=on: ALSA audio architecture support CUPS=off: CUPS printing system support DIRECTFB=off: Build FreeRDP DirectFB client FFMPEG=on: FFmpeg support (WMA, AIFF, AC3, APE...) PULSEAUDIO=off: PulseAudio sound server support SSE=on: Use SSE optimized routines X11=on: Build FreeRDP X11 client ===> Use 'make config' to modify these settings root@jnb:/usr/ports/net/freerdp# egrep -A 3 "CPU: " /var/run/dmesg.boot CPU: Intel(R) Core(TM)2 Duo CPU T5450 @ 1.66GHz (1662.53-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x6fd Family = 0x6 Model = 0xf Stepping = 13 Features=0xbfebfbff Features2=0xe39d root@jnb:/usr/ports/net/freerdp# >Description: When SSE option is set, freerdp fails to build. >How-To-Repeat: root@jnb:/usr/ports/net/freerdp# env MAKE_JOBS_UNSAFE=yes make ===> License AL2 accepted by the user ===> Found saved configuration for freerdp-1.0.2 ===> Fetching all distfiles required by freerdp-1.0.2 for building ===> Extracting for freerdp-1.0.2 => SHA256 Checksum OK for freerdp-1.0.2.tar.gz. /usr/bin/sed -i.bak -e 's|${CMAKE_INSTALL_LIBDIR}/pkgconfig|libdata/pkgconfig|' /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/CMakeLists.txt /usr/bin/sed -i.bak -e 's|share/man/man1|man/man1|' /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/client/X11/CMakeLists.txt ===> Patching for freerdp-1.0.2 ===> Applying FreeBSD patches for freerdp-1.0.2 ===> freerdp-1.0.2 depends on executable: xmlto - found ===> freerdp-1.0.2 depends on file: /usr/local/bin/cmake - found ===> freerdp-1.0.2 depends on executable: pkgconf - found ===> freerdp-1.0.2 depends on file: /usr/local/libdata/pkgconfig/xextproto.pc - found ===> freerdp-1.0.2 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> freerdp-1.0.2 depends on file: /usr/local/libdata/pkgconfig/xkbfile.pc - found ===> freerdp-1.0.2 depends on file: /usr/local/libdata/pkgconfig/xcursor.pc - found ===> freerdp-1.0.2 depends on file: /usr/local/libdata/pkgconfig/xv.pc - found ===> freerdp-1.0.2 depends on file: /usr/local/libdata/pkgconfig/xinerama.pc - found ===> freerdp-1.0.2 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> freerdp-1.0.2 depends on file: /usr/local/libdata/pkgconfig/xcursor.pc - found ===> freerdp-1.0.2 depends on shared library: libavcodec.so - found ===> freerdp-1.0.2 depends on shared library: libavutil.so - found ===> freerdp-1.0.2 depends on shared library: asound - found ===> Configuring for freerdp-1.0.2 ===> Performing in-source build /bin/mkdir -p /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4 -- The C compiler identification is GNU 4.2.1 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Found PkgConfig: /usr/local/bin/pkg-config (found version "0.28") -- FreeRDP GIT -- Performing Test Wno-unused-result -- Performing Test Wno-unused-result - Failed -- Performing Test Wno-unused-but-set-variable -- Performing Test Wno-unused-but-set-variable - Failed -- Looking for include file sys/param.h -- Looking for include file sys/param.h - found -- Looking for include file sys/socket.h -- Looking for include file sys/socket.h - found -- Looking for include file netdb.h -- Looking for include file netdb.h - found -- Looking for include file fcntl.h -- Looking for include file fcntl.h - found -- Looking for include file unistd.h -- Looking for include file unistd.h - found -- Looking for include file limits.h -- Looking for include file limits.h - found -- Looking for include file stdint.h -- Looking for include file stdint.h - found -- Looking for include file stdbool.h -- Looking for include file stdbool.h - found -- Looking for include file inttypes.h -- Looking for include file inttypes.h - found -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so (found version "0.9.8y") -- Found ZLIB: /usr/lib/libz.so (found version "1.2.7") -- Skipping optional package PulseAudio. -- Enable this using "-DWITH_PULSEAUDIO=ON". -- Skipping optional package PCSC. -- Enable this using "-DWITH_PCSC=ON". -- Finding suggested package FFmpeg. -- Disable this using "-DWITH_FFMPEG=OFF". -- checking for module 'libavcodec' -- found libavcodec, version 55.39.101 -- checking for module 'libavutil' -- found libavutil, version 52.48.101 -- Found FFmpeg: TRUE -- Finding suggested package ALSA. -- Disable this using "-DWITH_ALSA=OFF". -- Found ALSA: /usr/local/lib/libasound.so (found version "1.0.27.2") -- Check if the system is big endian -- Searching 16 bit integer -- Looking for sys/types.h -- Looking for sys/types.h - found -- Looking for stddef.h -- Looking for stddef.h - found -- Check size of unsigned short -- Check size of unsigned short - done -- Using unsigned short -- Check if the system is big endian - little endian -- Skipping optional package CUnit. -- Enable this using "-DWITH_CUNIT=ON". -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Found Threads: TRUE -- Finding suggested package X11. -- Disable this using "-DWITH_X11=OFF". -- Found X11: /usr/local/lib/libX11.so -- Finding suggested package XKBFile. -- Disable this using "-DWITH_XKBFILE=OFF". -- Found XKBFile: /usr/local/lib/libxkbfile.so -- Finding suggested package X11. -- Disable this using "-DWITH_X11=OFF". -- Found XMLTO: /usr/local/bin/xmlto -- Finding suggested package Xinerama. -- Disable this using "-DWITH_XINERAMA=OFF". -- Found Xinerama: /usr/local/lib/libXinerama.so -- Finding suggested package Xext. -- Disable this using "-DWITH_XEXT=OFF". -- Found Xext: /usr/local/lib/libXext.so -- Finding suggested package Xcursor. -- Disable this using "-DWITH_XCURSOR=OFF". -- Found Xcursor: /usr/local/lib/libXcursor.so -- Finding suggested package Xv. -- Disable this using "-DWITH_XV=OFF". -- Found Xv: /usr/local/lib/libXv.so -- Skipping optional package DirectFB. -- Enable this using "-DWITH_DIRECTFB=ON". -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_CXX_COMPILER CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE CMAKE_C_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS -- Build files have been written to: /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4 ===> Building for freerdp-1.0.2 Scanning dependencies of target freerdp-utils [ 1%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/args.c.o [ 2%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/blob.c.o [ 2%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/dsp.c.o [ 3%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/event.c.o [ 4%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/bitmap.c.o [ 4%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/hexdump.c.o [ 5%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/list.c.o [ 6%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/file.c.o [ 6%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/load_plugin.c.o [ 7%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/memory.c.o [ 8%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/mutex.c.o [ 8%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/passphrase.c.o [ 9%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/pcap.c.o [ 10%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/profiler.c.o /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-utils/profiler.c: In function 'profiler_print': /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-utils/profiler.c:66: warning: format '%'10lu' expects type 'long unsigned int', but argument 3 has type 'clock_t' [ 10%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/rail.c.o [ 11%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/rect.c.o [ 12%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/registry.c.o [ 12%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/semaphore.c.o [ 13%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/signal.c.o [ 14%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/sleep.c.o [ 14%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/stopwatch.c.o [ 15%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/stream.c.o [ 16%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/string.c.o [ 16%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/svc_plugin.c.o [ 17%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/thread.c.o [ 18%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/unicode.c.o [ 18%] Building C object libfreerdp-utils/CMakeFiles/freerdp-utils.dir/wait_obj.c.o Linking C shared library libfreerdp-utils.so [ 18%] Built target freerdp-utils Scanning dependencies of target freerdp-kbd [ 18%] Building C object libfreerdp-kbd/CMakeFiles/freerdp-kbd.dir/locales.c.o [ 19%] Building C object libfreerdp-kbd/CMakeFiles/freerdp-kbd.dir/layouts.c.o [ 20%] Building C object libfreerdp-kbd/CMakeFiles/freerdp-kbd.dir/layouts_xkb.c.o [ 20%] Building C object libfreerdp-kbd/CMakeFiles/freerdp-kbd.dir/x_layout_id_table.c.o [ 21%] Building C object libfreerdp-kbd/CMakeFiles/freerdp-kbd.dir/libkbd.c.o Linking C shared library libfreerdp-kbd.so [ 21%] Built target freerdp-kbd Scanning dependencies of target freerdp-codec [ 22%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/bitmap.c.o [ 22%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/color.c.o [ 23%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx_decode.c.o [ 24%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx_differential.c.o [ 24%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx_dwt.c.o [ 25%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx_encode.c.o [ 26%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx_pool.c.o [ 26%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx_quantization.c.o [ 27%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx_rlgr.c.o [ 28%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx.c.o [ 28%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/nsc.c.o [ 29%] Building C object libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx_sse2.c.o /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:41: warning: '__artificial__' attribute directive ignored /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:224: warning: '__artificial__' attribute directive ignored /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:262: warning: '__artificial__' attribute directive ignored /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:303: warning: '__artificial__' attribute directive ignored /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:387: warning: '__artificial__' attribute directive ignored /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:468: warning: '__artificial__' attribute directive ignored /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:506: warning: '__artificial__' attribute directive ignored /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:562: warning: '__artificial__' attribute directive ignored /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:616: warning: '__artificial__' attribute directive ignored /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c: In function 'rfx_quantization_encode_sse2': /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate /usr/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4/libfreerdp-codec/rfx_sse2.c:276: error: shift must be an immediate *** [libfreerdp-codec/CMakeFiles/freerdp-codec.dir/rfx_sse2.c.o] Error code 1 Stop in /tmp/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4. *** [libfreerdp-codec/CMakeFiles/freerdp-codec.dir/all] Error code 1 Stop in /tmp/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4. *** [all] Error code 1 Stop in /tmp/obj/usr/ports/net/freerdp/work/FreeRDP-FreeRDP-616aed4. *** [do-build] Error code 1 Stop in /usr/ports/net/freerdp. *** [build] Error code 1 Stop in /usr/ports/net/freerdp. root@jnb:/usr/ports/net/freerdp# >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 11: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 6AEA91A3; Thu, 19 Dec 2013 11: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 3E4DA16A8; Thu, 19 Dec 2013 11: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 rBJBe93H064637; Thu, 19 Dec 2013 11: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 rBJBe9eT064636; Thu, 19 Dec 2013 11:40:09 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 11:40:09 GMT Message-Id: <201312191140.rBJBe9eT064636@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fluffy@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184990: net/freerdp: build with SSE fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 11:40:09 -0000 Synopsis: net/freerdp: build with SSE fails Responsible-Changed-From-To: freebsd-ports-bugs->fluffy Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 11: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=184990 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 11:44:17 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 DD43B34F; Thu, 19 Dec 2013 11:44:17 +0000 (UTC) Received: from mail-oa0-x22b.google.com (mail-oa0-x22b.google.com [IPv6:2607:f8b0:4003:c02::22b]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9441B1719; Thu, 19 Dec 2013 11:44:17 +0000 (UTC) Received: by mail-oa0-f43.google.com with SMTP id i7so1080927oag.2 for ; Thu, 19 Dec 2013 03:44:17 -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 :cc:content-type; bh=XMK8ICBE0VDFhQtGmFzyXvkoBJvj00MYtxb3CWThGf8=; b=mRv3RgOFlLMOEPWJPK/jiv7hg8xyxUBUZE/70GqNCbySzZobPcrnPfvfKVu02Ul8+8 2FwCeaDEwphyjiEy7eTXUwFKWhHFyoOtf4fUPVxu27AgsQ2VMVznyz1hZVBZsMxduJwU 0xkCRGa9xueBGzEVGP4abytIvGNNRsIRvDCLpsoSFfb30N6VL3KzQ8eFLULhnV9WruDJ aePiMXUQ6zTplmb9lNtKXzNZKBFlFotJGv99p3bOzfGOha/8RPN6FV52AqWSNnPJZQIj s1TW9vw48ImvN1VYlLaXWzPoDzkDOA4WVwX+DTGw+Siu8wOwdzNYWwzpSgqRvqo1IRDs X7cw== MIME-Version: 1.0 X-Received: by 10.182.2.42 with SMTP id 10mr341334obr.73.1387453456855; Thu, 19 Dec 2013 03:44:16 -0800 (PST) Received: by 10.76.24.38 with HTTP; Thu, 19 Dec 2013 03:44:16 -0800 (PST) In-Reply-To: <201312191116.rBJBGek6060221@freefall.freebsd.org> References: <201312191116.rBJBGek6060221@freefall.freebsd.org> Date: Thu, 19 Dec 2013 12:44:16 +0100 Message-ID: Subject: Re: ports/184717: sysutils/ptools: Fix bug in ptree From: =?ISO-8859-2?Q?Tomek_Wa=B3aszek?= To: pawel@freebsd.org Content-Type: multipart/mixed; boundary=001a1134ad067085a904ede1ae3e X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: freebsd-ports-bugs@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 11:44:17 -0000 --001a1134ad067085a904ede1ae3e Content-Type: text/plain; charset=ISO-8859-2 Content-Transfer-Encoding: quoted-printable Hello, Sorry for that mistake :/. MASTER_SITES should be the same like in 0.2 version. Correct patch is in the attachment. 2013/12/19 > Synopsis: sysutils/ptools: Fix bug in ptree > > State-Changed-From-To: open->feedback > State-Changed-By: pawel > State-Changed-When: Thu Dec 19 11:16:05 UTC 2013 > State-Changed-Why: > Fetch fails: > > =3D=3D=3D> License BSD accepted by the user =3D=3D=3D> ptools-0.3 depe= nds on > file: /usr/local/sbin/pkg - found =3D> ptools-0.3.tar.gz doesn't seem to > exist in /old/distfiles/. =3D> Attempting to fetch > http://10.6.6.6/ptools/ptools-0.3.tar.gz fetch: > http://10.6.6.6/ptools/ptools-0.3.tar.gz: Connection refused =3D> > Attempting to fetch > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ptools-0.3.tar.gz > fetch: > ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/ptools-0.3.tar.gz: > File unavailable (e.g., file not found, no access) =3D> Couldn't fetch it > - please try to retrieve this =3D> port manually into /old/distfiles/ and > try again. *** Error code 1 > > > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D184717 > --=20 Pozdrawiam Tomasz Wa=B3aszek --001a1134ad067085a904ede1ae3e Content-Type: text/x-patch; charset=US-ASCII; name="ptools.patch" Content-Disposition: attachment; filename="ptools.patch" Content-Transfer-Encoding: base64 X-Attachment-Id: f_hpdxrwfr0 ZGlmZiAtcnVOIHB0b29scy0wLjIvTWFrZWZpbGUgcHRvb2xzLTAuMy9NYWtlZmlsZQotLS0gcHRv b2xzLTAuMi9NYWtlZmlsZQkyMDEzLTEyLTEyIDA5OjIxOjE3LjAwMDAwMDAwMCArMDEwMAorKysg cHRvb2xzLTAuMy9NYWtlZmlsZQkyMDEzLTEyLTE5IDEyOjIzOjU3LjAwMDAwMDAwMCArMDEwMApA QCAtMiw3ICsyLDcgQEAKICMgJEZyZWVCU0Q6IHN5c3V0aWxzL3B0b29scy9NYWtlZmlsZSAzMjc3 NzIgMjAxMy0wOS0yMCAyMzowNTo1OFogYmFwdCAkCiAKIFBPUlROQU1FPQlwdG9vbHMKLVBPUlRW RVJTSU9OPQkwLjIKK1BPUlRWRVJTSU9OPQkwLjMKIENBVEVHT1JJRVM9CXN5c3V0aWxzCiBNQVNU RVJfU0lURVM9CWh0dHA6Ly9zaGV3b2xmLmNvbS5wbC9wdG9vbHMvCiAKZGlmZiAtcnVOIHB0b29s cy0wLjIvZGlzdGluZm8gcHRvb2xzLTAuMy9kaXN0aW5mbwotLS0gcHRvb2xzLTAuMi9kaXN0aW5m bwkyMDEzLTEyLTEyIDA5OjIxOjE3LjAwMDAwMDAwMCArMDEwMAorKysgcHRvb2xzLTAuMy9kaXN0 aW5mbwkyMDEzLTEyLTEyIDEwOjEzOjAxLjAwMDAwMDAwMCArMDEwMApAQCAtMSwyICsxLDIgQEAK LVNIQTI1NiAocHRvb2xzLTAuMi50YXIuZ3opID0gZWQ0MDgzMDE4MTRkZDAzMDE4YjAyZDc2ZTkx N2VjOWM5MmJiOTM5MDdmZTNlYzI3MmZkNzAwOWZkMTFiNWM3NwotU0laRSAocHRvb2xzLTAuMi50 YXIuZ3opID0gMzYxMworU0hBMjU2IChwdG9vbHMtMC4zLnRhci5neikgPSA3ZmNmMjE3N2EyNzdm NDBkMzIwYTQ0NTQ4ODA5Y2UyZTIyYmRhY2FiMWVhY2M5NTk1NWYzMzA0NjM0ODEwMWM4CitTSVpF IChwdG9vbHMtMC4zLnRhci5neikgPSAzNzY5Cg== --001a1134ad067085a904ede1ae3e-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 12:03: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 18F6E904; Thu, 19 Dec 2013 12:03: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 DEEE118C2; Thu, 19 Dec 2013 12:03: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 rBJC3AJn070615; Thu, 19 Dec 2013 12:03:10 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJC3Aqb070614; Thu, 19 Dec 2013 12:03:10 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 12:03:10 GMT Message-Id: <201312191203.rBJC3Aqb070614@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184717: sysutils/ptools: Fix bug in ptree X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 12:03:11 -0000 Synopsis: sysutils/ptools: Fix bug in ptree Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 12:03:10 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184717 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 12:14:44 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8C99BC54; Thu, 19 Dec 2013 12:14:44 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 603D019BC; Thu, 19 Dec 2013 12:14:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJCEi4I073870; Thu, 19 Dec 2013 12:14:44 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJCEh4v073869; Thu, 19 Dec 2013 12:14:43 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 12:14:43 GMT Message-Id: <201312191214.rBJCEh4v073869@freefall.freebsd.org> To: me@rdb.name, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184683: [MAINTAINER] graphics/squish: fix compile error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 12:14:44 -0000 Synopsis: [MAINTAINER] graphics/squish: fix compile error Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 12:14:43 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184683 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 12:26:35 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B141DFDD; Thu, 19 Dec 2013 12:26: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 8305D1AA3; Thu, 19 Dec 2013 12:26: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 rBJCQZOM079308; Thu, 19 Dec 2013 12:26:35 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJCQZXH079307; Thu, 19 Dec 2013 12:26:35 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 12:26:35 GMT Message-Id: <201312191226.rBJCQZXH079307@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184660: [patch] update www/xpi-flagfox from 4.2.11 to 4.2.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 12:26:35 -0000 Synopsis: [patch] update www/xpi-flagfox from 4.2.11 to 4.2.15 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 12:26:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184660 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 12: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 EE82154C for ; Thu, 19 Dec 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 CC5221C8E for ; Thu, 19 Dec 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 rBJCe1jt081452 for ; Thu, 19 Dec 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 rBJCe1W5081451; Thu, 19 Dec 2013 12:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 12:40:01 GMT Resent-Message-Id: <201312191240.rBJCe1W5081451@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25B324F7; Thu, 19 Dec 2013 12:36:45 +0000 (UTC) Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D6FD31B6F; Thu, 19 Dec 2013 12:36:44 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1VtcqF-000LYA-7U; Thu, 19 Dec 2013 13:36:39 +0100 Message-Id: Date: Thu, 19 Dec 2013 13:36:39 +0100 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184991: [patch update] devel/soapui 4.6.1 -> 4.6.3 Cc: wg@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 12:40:02 -0000 >Number: 184991 >Category: ports >Synopsis: [patch update] devel/soapui 4.6.1 -> 4.6.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 12:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-RC2 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-RC2 FreeBSD 10.0-RC2 #0 r259404: Sun Dec 15 08:18:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/soapui 4.6.1 -> 4.6.3 >How-To-Repeat: - >Fix: diff -r -u -N devel/soapui/Makefile /usr/home/pi/myp/devel/soapui/Makefile --- devel/soapui/Makefile 2013-11-10 23:12:05.000000000 +0100 +++ /usr/home/pi/myp/devel/soapui/Makefile 2013-12-19 13:19:27.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: head/devel/soapui/Makefile 333371 2013-11-10 10:30:08Z wg $ PORTNAME= soapui -PORTVERSION= 4.6.1 +PORTVERSION= 4.6.3 CATEGORIES= devel java www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/ DISTNAME= SoapUI-${PORTVERSION}-linux-bin diff -r -u -N devel/soapui/distinfo /usr/home/pi/myp/devel/soapui/distinfo --- devel/soapui/distinfo 2013-11-10 23:12:05.000000000 +0100 +++ /usr/home/pi/myp/devel/soapui/distinfo 2013-12-19 13:20:49.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (SoapUI-4.6.1-linux-bin.tar.gz) = 29626466d41706c29cd98029c4cf98eb190292f09076e41bc437bddbdde2723d -SIZE (SoapUI-4.6.1-linux-bin.tar.gz) = 75942695 +SHA256 (SoapUI-4.6.3-linux-bin.tar.gz) = 575078890e613e571c221c50326eea99b0261230f62b06edf3b8fd8208345bb1 +SIZE (SoapUI-4.6.3-linux-bin.tar.gz) = 76492655 diff -r -u -N devel/soapui/pkg-plist /usr/home/pi/myp/devel/soapui/pkg-plist --- devel/soapui/pkg-plist 2013-11-10 23:12:05.000000000 +0100 +++ /usr/home/pi/myp/devel/soapui/pkg-plist 2013-12-19 13:33:50.000000000 +0100 @@ -70,7 +70,7 @@ %%DATADIR%%/bin/loadtestrunner.sh %%DATADIR%%/bin/mockservicerunner.sh %%DATADIR%%/bin/securitytestrunner.sh -%%DATADIR%%/bin/soapui-4.6.1.jar +%%DATADIR%%/bin/soapui-4.6.3.jar %%DATADIR%%/bin/soapui-errors.log %%DATADIR%%/bin/soapui-log4j.xml %%DATADIR%%/bin/soapui-splash.png @@ -107,7 +107,8 @@ %%DATADIR%%/lib/flex-messaging-proxy-1.0.jar %%DATADIR%%/lib/flex-messaging-remoting-1.0.jar %%DATADIR%%/lib/forms-1.0.7.jar -%%DATADIR%%/lib/groovy-all-1.8.0.jar +%%DATADIR%%/lib/groovy-all-2.1.7.jar +%%DATADIR%%/lib/proxy-vole-20121203.jar %%DATADIR%%/lib/guava-14.0.jar %%DATADIR%%/lib/hamcrest-core-1.1.jar %%DATADIR%%/lib/hermes-1.14.jar >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 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 3842757E; Thu, 19 Dec 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 0E01E1CD3; Thu, 19 Dec 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 rBJCe89B081533; Thu, 19 Dec 2013 12: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 rBJCe8jb081532; Thu, 19 Dec 2013 12:40:08 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 12:40:08 GMT Message-Id: <201312191240.rBJCe8jb081532@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184991: [patch update] devel/soapui 4.6.1 -> 4.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 12:40:09 -0000 Synopsis: [patch update] devel/soapui 4.6.1 -> 4.6.3 Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 12:40:08 UTC 2013 Responsible-Changed-Why: wg@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184991 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 12:46: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 4B5BF799; Thu, 19 Dec 2013 12:46: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 1FB991D2B; Thu, 19 Dec 2013 12:46: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 rBJCkpGC083331; Thu, 19 Dec 2013 12:46:51 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJCkpcp083330; Thu, 19 Dec 2013 12:46:51 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 12:46:51 GMT Message-Id: <201312191246.rBJCkpcp083330@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184600: New port: sysutils/diskimage-tools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 12:46:52 -0000 Synopsis: New port: sysutils/diskimage-tools Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 12:46:51 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184600 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 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 5A282913 for ; Thu, 19 Dec 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 26D021D4C for ; Thu, 19 Dec 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 rBJCo0fc083564 for ; Thu, 19 Dec 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 rBJCo08d083563; Thu, 19 Dec 2013 12:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 12:50:00 GMT Resent-Message-Id: <201312191250.rBJCo08d083563@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Shterenlikht Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 54A1A76F for ; Thu, 19 Dec 2013 12:44:38 +0000 (UTC) Received: from eu1sys200aog115.obsmtp.com (eu1sys200aog115.obsmtp.com [207.126.144.139]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A13831D19 for ; Thu, 19 Dec 2013 12:44:37 +0000 (UTC) Received: from mail-wi0-f176.google.com ([209.85.212.176]) (using TLSv1) by eu1sys200aob115.postini.com ([207.126.147.11]) with SMTP ID DSNKUrLqLj7R73OKuTSGsLkYIFkh6qZa6xEq@postini.com; Thu, 19 Dec 2013 12:44:37 UTC Received: by mail-wi0-f176.google.com with SMTP id hq4so6791001wib.9 for ; Thu, 19 Dec 2013 04:44:30 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (mech-cluster241.men.bris.ac.uk. [137.222.187.241]) by mx.google.com with ESMTPSA id e1sm8756171wij.7.2013.12.19.04.36.46 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 19 Dec 2013 04:36:47 -0800 (PST) Received: from mech-cluster241.men.bris.ac.uk (localhost [127.0.0.1]) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6) with ESMTP id rBJCajgQ001465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Thu, 19 Dec 2013 12:36:45 GMT (envelope-from mexas@mech-cluster241.men.bris.ac.uk) Received: (from mexas@localhost) by mech-cluster241.men.bris.ac.uk (8.14.7/8.14.6/Submit) id rBJCajTd001464; Thu, 19 Dec 2013 12:36:45 GMT (envelope-from mexas) Message-Id: <201312191236.rBJCajTd001464@mech-cluster241.men.bris.ac.uk> Date: Thu, 19 Dec 2013 04:36:47 -0800 (PST) From: Anton Shterenlikht Sender: Anton Shterenlikht To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184992: math/fftw 2.1.5_7 build failure on ia64, possibly binutils regression issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Anton Shterenlikht List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 12:50:01 -0000 >Number: 184992 >Category: ports >Synopsis: math/fftw 2.1.5_7 build failure on ia64, possibly binutils regression issue >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 12:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Shterenlikht >Release: FreeBSD 11.0-CURRENT ia64 >Organization: University of Bristol >Environment: System: FreeBSD mech-cluster241.men.bris.ac.uk 11.0-CURRENT FreeBSD 11.0-CURRENT #10 r257910M: Mon Dec 16 15:31:50 GMT 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64 >Description: I don't know if this is a regression, but I suspect it is, because this port is required by cad/aster, and aster used to build/install fine before. The actual error: checking whether the C compiler works... no configure: error: in `/wrkdirs/usr/ports/math/fftw/work/fftw-2.1.5': configure: error: C compiler cannot create executables See `config.log' for more details ===> Script "configure" failed unexpectedly. Full poudriere build log: http://eis.bris.ac.uk/~mexas/fftw-2.1.5_7.log config.log: http://eis.bris.ac.uk/~mexas/config.log I note that there has recently been an update to binutils, so maybe this is to blame. There are also lots of autoconf warnings, perhaps this related too. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 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 C4F762BB for ; Thu, 19 Dec 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 9F4801EF7 for ; Thu, 19 Dec 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 rBJDA0Yl087821 for ; Thu, 19 Dec 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 rBJDA0UR087820; Thu, 19 Dec 2013 13:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 13:10:00 GMT Resent-Message-Id: <201312191310.rBJDA0UR087820@freefall.freebsd.org> 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 0D9D416E for ; Thu, 19 Dec 2013 13:06:12 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EB68D1ED0 for ; Thu, 19 Dec 2013 13:06: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 rBJD6Bw4023591 for ; Thu, 19 Dec 2013 13:06:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJD6A5u023590; Thu, 19 Dec 2013 13:06:10 GMT (envelope-from nobody) Message-Id: <201312191306.rBJD6A5u023590@oldred.freebsd.org> Date: Thu, 19 Dec 2013 13:06:10 GMT From: Volodymyr Kostyrko To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184993: www/squid33 - fails to build on ^/stable/10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:10:00 -0000 >Number: 184993 >Category: ports >Synopsis: www/squid33 - fails to build on ^/stable/10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 13:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Volodymyr Kostyrko >Release: ^/stable/10 >Organization: none >Environment: FreeBSD ar1l0u 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #17 r259547M: Wed Dec 18 11:41:18 EET 2013 arcade@ar1l0u:/usr/obj/usr/src/sys/MINIMAL amd64 >Description: When building some kerberos stuff gets enabled somehow: --- peer_proxy_negotiate_auth.o --- peer_proxy_negotiate_auth.cc:259:32: error: 'krb5_princ_realm' is deprecated [-Werror,-Wdeprecated-declarations] client_realm = krb5_princ_realm(kparam.context, creds2.client); ^ /usr/include/krb5-protos.h:3251:1: note: 'krb5_princ_realm' declared here krb5_princ_realm ( ^ peer_proxy_negotiate_auth.cc:403:13: error: 'krb5_get_init_creds_opt_init' is deprecated [-Werror,-Wdeprecated-declarations] krb5_get_init_creds_opt_init(&options); ^ /usr/include/krb5-protos.h:2284:1: note: 'krb5_get_init_creds_opt_init' declared here krb5_get_init_creds_opt_init (krb5_get_init_creds_opt */*opt*/) ^ 2 errors generated. *** [peer_proxy_negotiate_auth.o] Error code 1 Kerberos and GSSAPI are disabled in options. Enabled options are: ARP_ACL CACHE_DIGESTS FOLLOW_XFF HTCP IPV6 KQUEUE LARGEFILE STRICT_HTTP TP_PF VIA_DB >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13: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 3CDA02EA; Thu, 19 Dec 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 0746C1F3E; Thu, 19 Dec 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 rBJDA83p087958; Thu, 19 Dec 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 rBJDA8ZK087957; Thu, 19 Dec 2013 13:10:08 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 13:10:08 GMT Message-Id: <201312191310.rBJDA8ZK087957@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tmseck@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184993: www/squid33 - fails to build on ^/stable/10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:10:09 -0000 Synopsis: www/squid33 - fails to build on ^/stable/10 Responsible-Changed-From-To: freebsd-ports-bugs->tmseck Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 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=184993 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13:13: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 AFFCC384; Thu, 19 Dec 2013 13:13: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 84A9F1F68; Thu, 19 Dec 2013 13:13: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 rBJDDlXR090594; Thu, 19 Dec 2013 13:13:47 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJDDl5g090593; Thu, 19 Dec 2013 13:13:47 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 13:13:47 GMT Message-Id: <201312191313.rBJDDl5g090593@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184811: www/swish++: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:13:47 -0000 Synopsis: www/swish++: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 13:13:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184811 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13: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 14AEF680 for ; Thu, 19 Dec 2013 13: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 D6A781FB1 for ; Thu, 19 Dec 2013 13:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJDK0jO090775 for ; Thu, 19 Dec 2013 13:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJDK0dj090774; Thu, 19 Dec 2013 13:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 13:20:00 GMT Resent-Message-Id: <201312191320.rBJDK0dj090774@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Sayetsky Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7984B319 for ; Thu, 19 Dec 2013 13:10:17 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 655B61F3F for ; Thu, 19 Dec 2013 13:10:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBJDAHTU046415 for ; Thu, 19 Dec 2013 13:10:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJDAHMX046343; Thu, 19 Dec 2013 13:10:17 GMT (envelope-from nobody) Message-Id: <201312191310.rBJDAHMX046343@oldred.freebsd.org> Date: Thu, 19 Dec 2013 13:10:17 GMT From: Anton Sayetsky To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184994: x11/xscreensaver doesn't hides mouse pointer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:20:01 -0000 >Number: 184994 >Category: ports >Synopsis: x11/xscreensaver doesn't hides mouse pointer >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 Dec 19 13:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Sayetsky >Release: FreeBSD 9.2-RELEASE-p2 amd64 >Organization: >Environment: FreeBSD jnb.localdomain 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259302: Fri Dec 13 17:15:57 EET 2013 root@jnb.localdomain:/usr/obj/mnt/sysimage/usr/src/sys/JNB amd64 jason@jnb:~$ pkg_info -r xscreensaver\* Information for xscreensaver-5.26: Depends on: Dependency: xproto-7.0.25 Dependency: xineramaproto-1.2.1 Dependency: xf86vidmodeproto-2.3.1 Dependency: xf86miscproto-0.9.3 Dependency: xextproto-7.2.1 Dependency: renderproto-0.11.1 Dependency: randrproto-1.4.0 Dependency: pixman-0.32.4 Dependency: libXdmcp-1.1.1 Dependency: libXau-1.0.8 Dependency: libICE-1.0.8,1 Dependency: libSM-1.2.2,1 Dependency: kbproto-1.0.6 Dependency: inputproto-2.3 Dependency: glproto-1.4.17 Dependency: fixesproto-5.0 Dependency: dri2proto-2.8 Dependency: damageproto-1.2.1 Dependency: compositeproto-0.4.2 Dependency: libfontenc-1.1.2 Dependency: font-util-1.3.0 Dependency: encodings-1.0.4,1 Dependency: xmlcatmgr-2.2 Dependency: expat-2.1.0 Dependency: pciids-20131130 Dependency: hicolor-icon-theme-0.12 Dependency: gnomehier-3.0 Dependency: perl5-5.16.3_4 Dependency: p5-URI-1.60 Dependency: p5-WWW-RobotRules-6.02 Dependency: p5-Socket-2.013 Dependency: p5-Net-SSLeay-1.55 Dependency: p5-Mozilla-CA-20130114 Dependency: p5-LWP-MediaTypes-6.02 Dependency: p5-IO-Socket-IP-0.24 Dependency: p5-IO-Socket-SSL-1.962 Dependency: p5-Net-HTTP-6.06 Dependency: p5-LWP-Protocol-https-6.04 Dependency: p5-HTTP-Date-6.02 Dependency: p5-HTML-Tagset-3.20 Dependency: p5-HTML-Parser-3.71 Dependency: p5-File-Listing-6.04 Dependency: p5-Digest-HMAC-1.03 Dependency: p5-Crypt-SSLeay-0.64 Dependency: p5-Authen-NTLM-1.09 Dependency: png-1.5.17 Dependency: freetype2-2.5.0.1 Dependency: mkfontscale-1.1.1 Dependency: mkfontdir-1.0.7 Dependency: fontconfig-2.10.95,1 Dependency: font-misc-meltho-1.0.3 Dependency: font-misc-ethiopic-1.0.3 Dependency: font-bh-ttf-1.0.3 Dependency: dejavu-2.34 Dependency: xorg-fonts-truetype-7.7_1 Dependency: jpeg-8_4 Dependency: jbigkit-1.6 Dependency: pcre-8.33 Dependency: p5-IO-HTML-1.00 Dependency: libpthread-stubs-0.3_4 Dependency: libpciaccess-0.13.2 Dependency: libdrm-2.4.17_1 Dependency: libffi-3.0.13 Dependency: icu-50.1.2 Dependency: p5-Encode-Locale-1.03 Dependency: p5-HTTP-Message-6.06_2 Dependency: p5-HTTP-Negotiate-6.01 Dependency: p5-HTTP-Daemon-6.01 Dependency: p5-HTTP-Cookies-6.01 Dependency: p5-libwww-6.05 Dependency: libiconv-1.14_1 Dependency: libxml2-2.8.0_3 Dependency: libxcb-1.9.3 Dependency: xcb-util-0.3.9_1,1 Dependency: xcb-util-renderutil-0.3.8 Dependency: libX11-1.6.2,1 Dependency: libXt-1.1.4,1 Dependency: libXrender-0.9.8 Dependency: libXft-2.3.1 Dependency: libXfixes-5.0.1 Dependency: libXext-1.3.2,1 Dependency: libXxf86vm-1.1.3 Dependency: libXxf86misc-1.0.3 Dependency: libXrandr-1.4.2 Dependency: libXpm-3.5.11 Dependency: libXmu-1.1.2,1 Dependency: libXinerama-1.1.3,1 Dependency: libXi-1.7.2,1 Dependency: libXdamage-1.1.4 Dependency: libXcursor-1.1.14 Dependency: libXcomposite-0.4.4,1 Dependency: libGL-7.6.1_4 Dependency: libGLU-9.0.0 Dependency: graphite2-1.2.4 Dependency: gettext-0.18.3.1 Dependency: python27-2.7.6_1 Dependency: python2-2_2 Dependency: python-2.7_1,2 Dependency: glib-2.36.3_1 Dependency: shared-mime-info-1.1 Dependency: freeglut-2.8.1 Dependency: tiff-4.0.3 Dependency: jasper-1.900.1_12 Dependency: gle-3.1.0_3 Dependency: gdk-pixbuf2-2.28.2 Dependency: cairo-1.10.2_7,2 Dependency: harfbuzz-0.9.19 Dependency: pango-1.34.1_1 Dependency: bash-4.2.45 Dependency: netpbm-10.35.89 Dependency: atk-2.8.0 Dependency: gtk-update-icon-cache-2.24.22 Dependency: gtk2-2.24.22 Dependency: libglade2-2.6.4_5 jason@jnb:~$ pkg_info -R xscreensaver\* Information for xscreensaver-5.26: Required by: kde-4.10.5_1 kdeartwork-4.10.5_1 jason@jnb:~$ >Description: When xscreensaver is running, I can see a mouse pointer all the time. >How-To-Repeat: Just run xscreensaver. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13:20:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8947E6B2; Thu, 19 Dec 2013 13: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 576B01FB5; Thu, 19 Dec 2013 13: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 rBJDK9Re090914; Thu, 19 Dec 2013 13: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 rBJDK9d3090913; Thu, 19 Dec 2013 13:20:09 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 13:20:09 GMT Message-Id: <201312191320.rBJDK9d3090913@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zeising@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184994: x11/xscreensaver doesn't hides mouse pointer X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:20:09 -0000 Synopsis: x11/xscreensaver doesn't hides mouse pointer Responsible-Changed-From-To: freebsd-ports-bugs->zeising Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 13: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=184994 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13:24: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 161BE86A; Thu, 19 Dec 2013 13:24: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 DF424103C; Thu, 19 Dec 2013 13:24: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 rBJDOoC0092742; Thu, 19 Dec 2013 13:24:50 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJDOoN2092741; Thu, 19 Dec 2013 13:24:50 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 13:24:50 GMT Message-Id: <201312191324.rBJDOoN2092741@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184812: japanese/kpcal: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:24:51 -0000 Synopsis: japanese/kpcal: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 13:24:50 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184812 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13:30:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 55BBDABA for ; Thu, 19 Dec 2013 13: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 2E7E2106D for ; Thu, 19 Dec 2013 13:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJDU3Z9092968 for ; Thu, 19 Dec 2013 13:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJDU3hK092967; Thu, 19 Dec 2013 13:30:03 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 13:30:03 GMT Resent-Message-Id: <201312191330.rBJDU3hK092967@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Sayetsky Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E85DA81B for ; Thu, 19 Dec 2013 13:22:29 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D286E1021 for ; Thu, 19 Dec 2013 13:22:29 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBJDMTLo065123 for ; Thu, 19 Dec 2013 13:22:29 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJDMTQ5065110; Thu, 19 Dec 2013 13:22:29 GMT (envelope-from nobody) Message-Id: <201312191322.rBJDMTQ5065110@oldred.freebsd.org> Date: Thu, 19 Dec 2013 13:22:29 GMT From: Anton Sayetsky To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184995: x11/kde4: Hibernate option in Exit menu enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:30:03 -0000 >Number: 184995 >Category: ports >Synopsis: x11/kde4: Hibernate option in Exit menu enabled >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 13:30:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Sayetsky >Release: FreeBSD 9.2-RELEASE-p2 amd64 >Organization: >Environment: FreeBSD jnb.localdomain 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259302: Fri Dec 13 17:15:57 EET 2013 root@jnb.localdomain:/usr/obj/mnt/sysimage/usr/src/sys/JNB amd64 jason@jnb:~$ pkg_info -r kde-4\* Information for kde-4.10.5_1: Depends on: Dependency: xproto-7.0.25 Dependency: xineramaproto-1.2.1 Dependency: xf86vidmodeproto-2.3.1 Dependency: xf86miscproto-0.9.3 Dependency: xextproto-7.2.1 Dependency: xbitmaps-1.1.1 Dependency: videoproto-2.3.2 Dependency: scrnsaverproto-1.2.2 Dependency: renderproto-0.11.1 Dependency: recordproto-1.14.2 Dependency: randrproto-1.4.0 Dependency: printproto-1.0.5 Dependency: pixman-0.32.4 Dependency: libXdmcp-1.1.1 Dependency: libXau-1.0.8 Dependency: libICE-1.0.8,1 Dependency: libSM-1.2.2,1 Dependency: kbproto-1.0.6 Dependency: inputproto-2.3 Dependency: glproto-1.4.17 Dependency: fixesproto-5.0 Dependency: dri2proto-2.8 Dependency: damageproto-1.2.1 Dependency: compositeproto-0.4.2 Dependency: shared-desktop-ontologies-0.11.0 Dependency: libfontenc-1.1.2 Dependency: fontcacheproto-0.1.3 Dependency: font-util-1.3.0 Dependency: encodings-1.0.4,1 Dependency: tidy-lib-090315.c_1 Dependency: xmlcatmgr-2.2 Dependency: xmlcharent-0.3_2 Dependency: iso8879-1986_3 Dependency: expat-2.1.0 Dependency: docbook-xml-4.5 Dependency: docbook-xml-4.4_1 Dependency: docbook-xml-4.3 Dependency: docbook-xml-4.2_1 Dependency: docbook-sk-4.1.2_4 Dependency: docbook-5.0_1 Dependency: docbook-4.5_2 Dependency: docbook-4.4_2 Dependency: docbook-4.3 Dependency: docbook-4.2 Dependency: docbook-4.1_4 Dependency: docbook-1.4_1 Dependency: docbook-xsl-1.76.1_1 Dependency: gnome_subr-1.0 Dependency: dmidecode-2.12 Dependency: pam_kde-1.0 Dependency: libssh-0.5.5 Dependency: cyrus-sasl-2.1.26_3 Dependency: ca_root_nss-3.15.3.1 Dependency: libpaper-1.1.24_1 Dependency: gsfonts-8.11_6 Dependency: openslp-1.2.1_3 Dependency: openldap-client-2.4.38 Dependency: mDNSResponder-541 Dependency: xvid-1.3.2,1 Dependency: x264-0.136.2358_1 Dependency: libvpx-1.2.0_1 Dependency: libdvdcss-1.2.12 Dependency: libdvdread-4.2.0_2 Dependency: libdca-0.0.5 Dependency: pciids-20131130 Dependency: kdehier4-1.1.1_1 Dependency: ksysguardd-4.10.5 Dependency: kde4-icons-oxygen-4.10.5 Dependency: kde4-xdg-env-1.0.1 Dependency: hicolor-icon-theme-0.12 Dependency: gnomehier-3.0 Dependency: e2fsprogs-libuuid-1.42.8 Dependency: chmlib-0.40 Dependency: gmp-5.1.3 Dependency: mpfr-3.1.2 Dependency: mpc-1.0.1 Dependency: fftw3-3.3.3_1 Dependency: cln-1.3.2 Dependency: perl5-5.16.3_4 Dependency: p5-Mozilla-CA-20130114 Dependency: p5-Socket-2.013 Dependency: p5-IO-Socket-IP-0.24 Dependency: p5-Net-SSLeay-1.55 Dependency: p5-URI-1.60 Dependency: p5-WWW-RobotRules-6.02 Dependency: p5-IO-Socket-SSL-1.962 Dependency: p5-Net-HTTP-6.06 Dependency: p5-LWP-Protocol-https-6.04 Dependency: p5-Crypt-SSLeay-0.64 Dependency: p5-LWP-MediaTypes-6.02 Dependency: p5-HTML-Tagset-3.20 Dependency: p5-HTML-Parser-3.71 Dependency: p5-HTTP-Date-6.02 Dependency: p5-File-Listing-6.04 Dependency: p5-Digest-HMAC-1.03 Dependency: p5-Authen-NTLM-1.09 Dependency: poppler-data-0.4.6 Dependency: png-1.5.17 Dependency: freetype2-2.5.0.1 Dependency: mkfontscale-1.1.1 Dependency: mkfontdir-1.0.7 Dependency: fontconfig-2.10.95,1 Dependency: font-misc-meltho-1.0.3 Dependency: font-misc-ethiopic-1.0.3 Dependency: font-bh-ttf-1.0.3 Dependency: dejavu-2.34 Dependency: xorg-fonts-truetype-7.7_1 Dependency: libqrencode-3.4.3 Dependency: jpeg-8_4 Dependency: jbigkit-1.6 Dependency: jbig2dec-0.11_1 Dependency: ilmbase-2.1.0 Dependency: OpenEXR-2.1.0_1 Dependency: yajl-2.0.4_1 Dependency: pth-2.0.7 Dependency: pkgconf-0.9.3 Dependency: pcre-8.33 Dependency: p5-IO-HTML-1.00 Dependency: orc-0.4.18 Dependency: schroedinger-1.0.11_1 Dependency: libvolume_id-0.81.1 Dependency: libpthread-stubs-0.3_4 Dependency: libpciaccess-0.13.2 Dependency: libdrm-2.4.17_1 Dependency: libpci-3.2.1 Dependency: libltdl-2.4.2_2 Dependency: libical-0.48 Dependency: libffi-3.0.13 Dependency: libexecinfo-1.1_3 Dependency: libdaemon-0.14 Dependency: icu-50.1.2 Dependency: boost-libs-1.52.0_2 Dependency: sqlite3-3.8.0.2 Dependency: libiodbc-3.52.8 Dependency: p5-Encode-Locale-1.03 Dependency: p5-HTTP-Message-6.06_2 Dependency: p5-HTTP-Negotiate-6.01 Dependency: p5-HTTP-Daemon-6.01 Dependency: p5-HTTP-Cookies-6.01 Dependency: p5-libwww-6.05 Dependency: libiconv-1.14_1 Dependency: libxml2-2.8.0_3 Dependency: libxcb-1.9.3 Dependency: xcb-util-0.3.9_1,1 Dependency: xcb-util-renderutil-0.3.8 Dependency: xcb-util-image-0.3.9 Dependency: libstreams-0.7.8 Dependency: libX11-1.6.2,1 Dependency: libxkbfile-1.0.8 Dependency: setxkbmap-1.3.0 Dependency: libXt-1.1.4,1 Dependency: libXrender-0.9.8 Dependency: libXft-2.3.1 Dependency: libXfixes-5.0.1 Dependency: libXext-1.3.2,1 Dependency: libXxf86vm-1.1.3 Dependency: libXxf86misc-1.0.3 Dependency: libXv-1.0.10,1 Dependency: libXres-1.0.7 Dependency: libXrandr-1.4.2 Dependency: libXpm-3.5.11 Dependency: libXp-1.0.2,1 Dependency: libXmu-1.1.2,1 Dependency: xrdb-1.1.0 Dependency: xprop-1.2.2 Dependency: xauth-1.0.8 Dependency: libXinerama-1.1.3,1 Dependency: libXi-1.7.2,1 Dependency: libXtst-1.2.2 Dependency: libXfontcache-1.0.5 Dependency: xset-1.2.3_1 Dependency: xdg-utils-1.0.2.20130919_1 Dependency: libXdamage-1.1.4 Dependency: libXcursor-1.1.14 Dependency: xsetroot-1.1.1 Dependency: libXcomposite-0.4.4,1 Dependency: libXaw-1.0.12,2 Dependency: xmessage-1.0.4 Dependency: libXScrnSaver-1.2.2 Dependency: libGL-7.6.1_4 Dependency: libGLU-9.0.0 Dependency: hunspell-1.3.2_4 Dependency: graphite2-1.2.4 Dependency: giflib-4.2.3 Dependency: gettext-0.18.3.1 Dependency: python27-2.7.6_1 Dependency: python2-2_2 Dependency: python-2.7_1,2 Dependency: tdb-1.2.12,1 Dependency: talloc-2.0.8 Dependency: tevent-0.9.18 Dependency: samba36-libsmbclient-3.6.22 Dependency: libidn-1.28_1 Dependency: libgpg-error-1.12 Dependency: libksba-1.3.0 Dependency: libgcrypt-1.5.3 Dependency: libxslt-1.1.28_1 Dependency: libassuan-2.1.1 Dependency: libaacs-0.6.0 Dependency: libbluray-0.3.0,1 Dependency: glib-2.36.3_1 Dependency: shared-mime-info-1.1 Dependency: qt4-corelib-4.8.5 Dependency: qt4-xml-4.8.5 Dependency: qt4-sql-4.8.5 Dependency: qt4-script-4.8.5 Dependency: qt4-qtestlib-4.8.5 Dependency: qt4-network-4.8.5 Dependency: qt4-xmlpatterns-4.8.5 Dependency: qt4-gui-4.8.5 Dependency: qt4-svg-4.8.5 Dependency: qt4-qt3support-4.8.5 Dependency: qt4-opengl-4.8.5 Dependency: qt4-declarative-4.8.5 Dependency: qt4-webkit-4.8.5 Dependency: qt4-clucene-4.8.5 Dependency: qjson-0.8.1 Dependency: qimageblitz-0.0.6_2 Dependency: qca-2.0.3_1 Dependency: pinentry-0.8.3 Dependency: libqalculate-0.9.7_2 Dependency: liblqr-1-0.4.1_5 Dependency: libcroco-0.6.8 Dependency: kde4-shared-mime-info-1.2 Dependency: gobject-introspection-1.36.0_2 Dependency: gstreamer-0.10.36 Dependency: gstreamer-plugins-0.10.36_3,3 Dependency: gstreamer-plugins-ugly-0.10.19,3 Dependency: gstreamer-plugins-good-0.10.31,3 Dependency: gstreamer-plugins-libpng-0.10.31,3 Dependency: gstreamer-plugins-dvd-0.10.19,3 Dependency: gstreamer-plugins-bad-0.10.23,3 Dependency: gstreamer-plugins-xvid-0.10.23,3 Dependency: gstreamer-plugins-dts-0.10.23,3 Dependency: gstreamer-ffmpeg-0.10.13_1 Dependency: gdbm-1.10 Dependency: gamin-0.1.10_6 Dependency: freeglut-2.8.1 Dependency: gle-3.1.0_3 Dependency: tiff-4.0.3 Dependency: webp-0.3.1_1 Dependency: lcms2-2.5 Dependency: openjpeg-1.5.0_2 Dependency: lcms-1.19_1,1 Dependency: libmng-1.0.10_2 Dependency: qt4-imageformats-4.8.5 Dependency: jasper-1.900.1_12 Dependency: ghostscript9-9.06_4 Dependency: gdk-pixbuf2-2.28.2 Dependency: libgsf-1.14.28 Dependency: exiv2-0.23_1,1 Dependency: enchant-1.6.0_2 Dependency: dbus-1.6.12 Dependency: qt4-dbus-4.8.5 Dependency: qzeitgeist-0.8.0 Dependency: qt4-qdbusviewer-4.8.5 Dependency: polkit-0.105_1 Dependency: polkit-qt-0.103.0_1 Dependency: phonon-4.7.0 Dependency: phonon-gstreamer-4.7.0 Dependency: libdbusmenu-qt-0.9.2_2 Dependency: hupnp-1.0.0_1 Dependency: dbus-glib-0.100.2 Dependency: upower-0.9.7_2 Dependency: policykit-0.9_6 Dependency: curl-7.33.0_2 Dependency: raptor2-2.0.12 Dependency: rasqal-0.9.31 Dependency: redland-1.0.16 Dependency: soprano-2.9.4 Dependency: gnupg-2.0.22 Dependency: gpgme-1.4.3 Dependency: djvulibre-3.5.25.3_1 Dependency: consolekit-0.4.3 Dependency: hal-0.5.14_22 Dependency: clucene-2.3.3.4_2 Dependency: cairo-1.10.2_7,2 Dependency: libspectre-0.2.6_1 Dependency: poppler-0.22.2 Dependency: poppler-qt4-0.22.2 Dependency: harfbuzz-0.9.19 Dependency: pango-1.34.1_1 Dependency: gstreamer-plugins-pango-0.10.36_1,3 Dependency: cagibi-0.2.0 Dependency: binutils-2.24 Dependency: gcc47-4.7.4.20131214 Dependency: bash-4.2.45 Dependency: netpbm-10.35.89 Dependency: avahi-app-0.6.31 Dependency: attica-0.4.2,2 Dependency: akonadi-1.10.3 Dependency: taglib-1.9.1_1 Dependency: libogg-1.3.1,4 Dependency: libvorbis-1.3.3_1,3 Dependency: libtheora-1.1.1_3 Dependency: gstreamer-plugins-theora-0.10.36,3 Dependency: libmad-0.15.1b_2 Dependency: libid3tag-0.15.1b Dependency: liba52-0.7.4_2 Dependency: lame-3.99.5_1 Dependency: gstreamer-plugins-ogg-0.10.36,3 Dependency: gstreamer-plugins-vorbis-0.10.36,3 Dependency: gstreamer-plugins-mad-0.10.19,3 Dependency: gstreamer-plugins-mp3-0.10.0_1 Dependency: gstreamer-plugins-a52dec-0.10.19,3 Dependency: gstreamer-plugins-core-0.10_13 Dependency: fdk-aac-0.1.3 Dependency: alsa-lib-1.0.27.2_1 Dependency: ffmpeg-2.1.1_1,1 Dependency: libstreamanalyzer-0.7.8_2 Dependency: kdelibs-4.10.5_2 Dependency: sweeper-4.10.5 Dependency: ktimer-4.10.5 Dependency: kcharselect-4.10.5 Dependency: kcalc-4.10.5 Dependency: kdeutils-4.10.5 Dependency: kmix-4.10.5 Dependency: kdemultimedia-ffmpegthumbs-4.10.5_1 Dependency: kdemultimedia-4.10.5 Dependency: kolourpaint-4.10.5 Dependency: kruler-4.10.5 Dependency: kgamma-4.10.5 Dependency: kcolorchooser-4.10.5 Dependency: libkipi-4.10.5 Dependency: ksnapshot-4.10.5 Dependency: libkdcraw-4.10.5 Dependency: kdegraphics-svgpart-4.10.5 Dependency: kdegraphics-strigi-analyzer-4.10.5 Dependency: libkexiv2-4.10.5 Dependency: kdegraphics-thumbnailers-4.10.5 Dependency: libkdegames-4.10.5 Dependency: kreversi-4.10.5 Dependency: kpat-4.10.5 Dependency: knetwalk-4.10.5 Dependency: knavalbattle-4.10.5 Dependency: kmines-4.10.5 Dependency: libkmahjongg-4.10.5 Dependency: kmahjongg-4.10.5 Dependency: kdiamond-4.10.5 Dependency: katomic-4.10.5 Dependency: kapman-4.10.5 Dependency: kdegames-4.10.5_1 Dependency: libkonq-4.10.5 Dependency: konsole-4.10.5 Dependency: polkit-kde-0.99.1 Dependency: nepomuk-core-4.10.5 Dependency: nepomuk-widgets-4.10.5 Dependency: kde-base-artwork-4.10.5 Dependency: kcm-polkit-kde-0.0.20121008 Dependency: kactivities-4.10.5_3 Dependency: gwenview-4.10.5_1 Dependency: kde-baseapps-4.10.5_1 Dependency: libzip-0.11.1 Dependency: ebook-tools-0.2.2 Dependency: okular-4.10.5_2 Dependency: kdegraphics-mobipocket-4.10.5_1 Dependency: kdegraphics-4.10.5_1 Dependency: atk-2.8.0 Dependency: gtk-update-icon-cache-2.24.22 Dependency: gtk2-2.24.22 Dependency: libglade2-2.6.4_5 Dependency: xscreensaver-5.26 Dependency: gtk-engines2-2.20.2_1 Dependency: librsvg2-2.36.4 Dependency: ImageMagick-6.8.0.7_3 Dependency: libdmtx-0.7.4_3 Dependency: prison-1.0_1 Dependency: kdepimlibs-4.10.5_1 Dependency: kde-workspace-4.10.5_1 Dependency: kdeartwork-4.10.5_1 Dependency: kde-runtime-4.10.5_3 jason@jnb:~$ >Description: KDE has Hibernate option in Kickoff exit menu. AFAIK, FreeBSD doesn't support S4 state, so trying to execute hibernation _will_ cause bad things, e.g. filesystem corruption. >How-To-Repeat: Try to put machine in hibernation - it will just turn off power and you will need fsck on reboot. >Fix: Explicitly disable hibernation. I think that http://blog.toracat.org/2011/09/removing-suspend-and-hubernate-from-the-gnome-menu/ may be a good starting point. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13:30:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2A4B7B33; Thu, 19 Dec 2013 13: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 0047E1075; Thu, 19 Dec 2013 13:30: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 rBJDUBG1093055; Thu, 19 Dec 2013 13: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 rBJDUBYp093054; Thu, 19 Dec 2013 13:30:11 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 13:30:11 GMT Message-Id: <201312191330.rBJDUBYp093054@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184995: x11/kde4: Hibernate option in Exit menu enabled X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:30:12 -0000 Synopsis: x11/kde4: Hibernate option in Exit menu enabled Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 13: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=184995 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13: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 C35CBD79 for ; Thu, 19 Dec 2013 13: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 9D762113C for ; Thu, 19 Dec 2013 13: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 rBJDe0JR094936 for ; Thu, 19 Dec 2013 13: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 rBJDe0U9094935; Thu, 19 Dec 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 13:40:00 GMT Resent-Message-Id: <201312191340.rBJDe0U9094935@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Sayetsky Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0C797D40 for ; Thu, 19 Dec 2013 13:37:25 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DFE731125 for ; Thu, 19 Dec 2013 13:37: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 rBJDbOIl072527 for ; Thu, 19 Dec 2013 13:37:24 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJDbOwb072526; Thu, 19 Dec 2013 13:37:24 GMT (envelope-from nobody) Message-Id: <201312191337.rBJDbOwb072526@oldred.freebsd.org> Date: Thu, 19 Dec 2013 13:37:24 GMT From: Anton Sayetsky To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/184996: audio/kmix: incorrect volume levels X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:40:00 -0000 >Number: 184996 >Category: ports >Synopsis: audio/kmix: incorrect volume levels >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 Dec 19 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Sayetsky >Release: FreeBSD 9.2-RELEASE-p2 amd64 >Organization: >Environment: FreeBSD jnb.localdomain 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259302: Fri Dec 13 17:15:57 EET 2013 root@jnb.localdomain:/usr/obj/mnt/sysimage/usr/src/sys/JNB amd64 jason@jnb:/usr/ports/audio/kmix$ make showconfig ===> The following configuration options are available for kmix-4.10.5: ALSA=on: ALSA audio architecture support PULSEAUDIO=off: PulseAudio sound server support ===> Use 'make config' to modify these settings jason@jnb:/usr/ports/audio/kmix$ pkg_info -rR kmix\* Information for kmix-4.10.5: Depends on: Dependency: xproto-7.0.25 Dependency: xineramaproto-1.2.1 Dependency: xf86vidmodeproto-2.3.1 Dependency: xextproto-7.2.1 Dependency: renderproto-0.11.1 Dependency: recordproto-1.14.2 Dependency: randrproto-1.4.0 Dependency: libXdmcp-1.1.1 Dependency: libXau-1.0.8 Dependency: libICE-1.0.8,1 Dependency: libSM-1.2.2,1 Dependency: kbproto-1.0.6 Dependency: inputproto-2.3 Dependency: fixesproto-5.0 Dependency: dri2proto-2.8 Dependency: damageproto-1.2.1 Dependency: shared-desktop-ontologies-0.11.0 Dependency: fontcacheproto-0.1.3 Dependency: xmlcatmgr-2.2 Dependency: xmlcharent-0.3_2 Dependency: iso8879-1986_3 Dependency: expat-2.1.0 Dependency: docbook-xml-4.5 Dependency: docbook-xml-4.4_1 Dependency: docbook-xml-4.3 Dependency: docbook-xml-4.2_1 Dependency: docbook-sk-4.1.2_4 Dependency: docbook-5.0_1 Dependency: docbook-4.5_2 Dependency: docbook-4.4_2 Dependency: docbook-4.3 Dependency: docbook-4.2 Dependency: docbook-4.1_4 Dependency: docbook-1.4_1 Dependency: docbook-xsl-1.76.1_1 Dependency: gnome_subr-1.0 Dependency: dmidecode-2.12 Dependency: ca_root_nss-3.15.3.1 Dependency: mDNSResponder-541 Dependency: xvid-1.3.2,1 Dependency: x264-0.136.2358_1 Dependency: libvpx-1.2.0_1 Dependency: pciids-20131130 Dependency: kdehier4-1.1.1_1 Dependency: kde4-icons-oxygen-4.10.5 Dependency: hicolor-icon-theme-0.12 Dependency: gnomehier-3.0 Dependency: gmp-5.1.3 Dependency: mpfr-3.1.2 Dependency: perl5-5.16.3_4 Dependency: png-1.5.17 Dependency: freetype2-2.5.0.1 Dependency: fontconfig-2.10.95,1 Dependency: jpeg-8_4 Dependency: jbigkit-1.6 Dependency: ilmbase-2.1.0 Dependency: OpenEXR-2.1.0_1 Dependency: yajl-2.0.4_1 Dependency: pcre-8.33 Dependency: orc-0.4.18 Dependency: schroedinger-1.0.11_1 Dependency: libvolume_id-0.81.1 Dependency: libpthread-stubs-0.3_4 Dependency: libpciaccess-0.13.2 Dependency: libdrm-2.4.17_1 Dependency: libltdl-2.4.2_2 Dependency: libffi-3.0.13 Dependency: libdaemon-0.14 Dependency: icu-50.1.2 Dependency: libiodbc-3.52.8 Dependency: libiconv-1.14_1 Dependency: libxml2-2.8.0_3 Dependency: libxcb-1.9.3 Dependency: libstreams-0.7.8 Dependency: libX11-1.6.2,1 Dependency: libXt-1.1.4,1 Dependency: libXrender-0.9.8 Dependency: libXfixes-5.0.1 Dependency: libXext-1.3.2,1 Dependency: libXxf86vm-1.1.3 Dependency: libXrandr-1.4.2 Dependency: libXmu-1.1.2,1 Dependency: xprop-1.2.2 Dependency: xauth-1.0.8 Dependency: libXinerama-1.1.3,1 Dependency: libXi-1.7.2,1 Dependency: libXtst-1.2.2 Dependency: libXfontcache-1.0.5 Dependency: xset-1.2.3_1 Dependency: xdg-utils-1.0.2.20130919_1 Dependency: libXdamage-1.1.4 Dependency: libXcursor-1.1.14 Dependency: libGL-7.6.1_4 Dependency: libGLU-9.0.0 Dependency: hunspell-1.3.2_4 Dependency: giflib-4.2.3 Dependency: gettext-0.18.3.1 Dependency: python27-2.7.6_1 Dependency: python2-2_2 Dependency: python-2.7_1,2 Dependency: libidn-1.28_1 Dependency: libgpg-error-1.12 Dependency: libgcrypt-1.5.3 Dependency: libxslt-1.1.28_1 Dependency: libaacs-0.6.0 Dependency: libbluray-0.3.0,1 Dependency: glib-2.36.3_1 Dependency: shared-mime-info-1.1 Dependency: qt4-corelib-4.8.5 Dependency: qt4-xml-4.8.5 Dependency: qt4-sql-4.8.5 Dependency: qt4-script-4.8.5 Dependency: qt4-qtestlib-4.8.5 Dependency: qt4-network-4.8.5 Dependency: qt4-xmlpatterns-4.8.5 Dependency: qt4-gui-4.8.5 Dependency: qt4-svg-4.8.5 Dependency: qt4-qt3support-4.8.5 Dependency: qt4-opengl-4.8.5 Dependency: qt4-declarative-4.8.5 Dependency: qt4-webkit-4.8.5 Dependency: qt4-clucene-4.8.5 Dependency: qca-2.0.3_1 Dependency: kde4-shared-mime-info-1.2 Dependency: gobject-introspection-1.36.0_2 Dependency: gdbm-1.10 Dependency: gamin-0.1.10_6 Dependency: freeglut-2.8.1 Dependency: tiff-4.0.3 Dependency: lcms-1.19_1,1 Dependency: libmng-1.0.10_2 Dependency: qt4-imageformats-4.8.5 Dependency: jasper-1.900.1_12 Dependency: exiv2-0.23_1,1 Dependency: enchant-1.6.0_2 Dependency: dbus-1.6.12 Dependency: qt4-dbus-4.8.5 Dependency: qzeitgeist-0.8.0 Dependency: qt4-qdbusviewer-4.8.5 Dependency: polkit-0.105_1 Dependency: polkit-qt-0.103.0_1 Dependency: phonon-4.7.0 Dependency: libdbusmenu-qt-0.9.2_2 Dependency: hupnp-1.0.0_1 Dependency: dbus-glib-0.100.2 Dependency: policykit-0.9_6 Dependency: curl-7.33.0_2 Dependency: raptor2-2.0.12 Dependency: rasqal-0.9.31 Dependency: redland-1.0.16 Dependency: soprano-2.9.4 Dependency: consolekit-0.4.3 Dependency: hal-0.5.14_22 Dependency: clucene-2.3.3.4_2 Dependency: avahi-app-0.6.31 Dependency: attica-0.4.2,2 Dependency: libogg-1.3.1,4 Dependency: libvorbis-1.3.3_1,3 Dependency: libtheora-1.1.1_3 Dependency: lame-3.99.5_1 Dependency: fdk-aac-0.1.3 Dependency: alsa-lib-1.0.27.2_1 Dependency: ffmpeg-2.1.1_1,1 Dependency: libstreamanalyzer-0.7.8_2 Dependency: kdelibs-4.10.5_2 Required by: kde-4.10.5_1 kdemultimedia-4.10.5 jason@jnb:/usr/ports/audio/kmix$ >Description: KMix incorrectly sets volume levels, e.g. minimal level is 1 instead of 0. >How-To-Repeat: 1. Run "mixer vol 100" 2. Open KMix, verify that level is max. 3. Set minimal volume in opened KMix. 4. Run "mixer vol" - you'll see 1:1 instead of 0:0. 5. Set volume to 50 in KMix. 6. Run "mixer vol" - you'll see 51:51 instead of 50:50. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 19B87DAF; Thu, 19 Dec 2013 13: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 E3D131143; Thu, 19 Dec 2013 13: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 rBJDe83L095077; Thu, 19 Dec 2013 13: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 rBJDe8Nu095076; Thu, 19 Dec 2013 13:40:08 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 13:40:08 GMT Message-Id: <201312191340.rBJDe8Nu095076@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184996: audio/kmix: incorrect volume levels X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:40:09 -0000 Synopsis: audio/kmix: incorrect volume levels Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 13:40:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184996 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 13:45:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A7C0327B; Thu, 19 Dec 2013 13:45:36 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7C0501205; Thu, 19 Dec 2013 13:45:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJDjaHu096953; Thu, 19 Dec 2013 13:45:36 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJDjatr096952; Thu, 19 Dec 2013 13:45:36 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 13:45:36 GMT Message-Id: <201312191345.rBJDjatr096952@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184814: ftp/multiget: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 13:45:36 -0000 Synopsis: ftp/multiget: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 13:45:36 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184814 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 14: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 C650D9D7 for ; Thu, 19 Dec 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 8A4A712F5 for ; Thu, 19 Dec 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 rBJE00Y4098964 for ; Thu, 19 Dec 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 rBJE0066098963; Thu, 19 Dec 2013 14:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 14:00:00 GMT Resent-Message-Id: <201312191400.rBJE0066098963@freefall.freebsd.org> 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 676D59A0 for ; Thu, 19 Dec 2013 13:56:28 +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 54E9412DC for ; Thu, 19 Dec 2013 13:56:28 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id D85491A7571; Thu, 19 Dec 2013 08:56:21 -0500 (EST) Message-Id: <20131219135621.D85491A7571@mail.lifanov.com> Date: Thu, 19 Dec 2013 08:56:21 -0500 (EST) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184997: [maintainer] [update] [patch] sysutils/ansible 1.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 19 Dec 2013 14:00:00 -0000 >Number: 184997 >Category: ports >Synopsis: [maintainer] [update] [patch] sysutils/ansible 1.4.2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 14:00: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 to 1.4.2 This is a minor release. Changelog: https://raw.github.com/ansible/ansible/v1.4.2/CHANGELOG.md >How-To-Repeat: See the attached patch. >Fix: --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 336902) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.4.1 +PORTVERSION= 1.4.2 PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ Index: distinfo =================================================================== --- distinfo (revision 336902) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.4.1.tar.gz) = bfd1bbf96b4802a4302262e10374c6c400a3394d4dfd6ef6a8f3f7cad77b7ac9 -SIZE (ansible-1.4.1.tar.gz) = 571296 +SHA256 (ansible-1.4.2.tar.gz) = d7b9e94e4d85ac6176ec34bca92f155906a7bafc4864fdc48d717cbaf09b28ac +SIZE (ansible-1.4.2.tar.gz) = 580624 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 14:06: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 5329EE5E; Thu, 19 Dec 2013 14:06: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 24B741395; Thu, 19 Dec 2013 14:06: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 rBJE6UZI001295; Thu, 19 Dec 2013 14:06:30 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJE6TeO001294; Thu, 19 Dec 2013 14:06:29 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 14:06:29 GMT Message-Id: <201312191406.rBJE6TeO001294@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184815: graphics/graphopt: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 14:06:30 -0000 Synopsis: graphics/graphopt: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 14:06:29 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184815 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 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 3FB3EDD for ; Thu, 19 Dec 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 077C313B5 for ; Thu, 19 Dec 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 rBJEA1vt001465 for ; Thu, 19 Dec 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 rBJEA18l001464; Thu, 19 Dec 2013 14:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 14:10:01 GMT Resent-Message-Id: <201312191410.rBJEA18l001464@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, TERAMOTO Masahiro Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72DFDA48 for ; Thu, 19 Dec 2013 14:02:44 +0000 (UTC) Received: from ns.onohara.to (ns.onohara.to [219.94.253.237]) by mx1.freebsd.org (Postfix) with ESMTP id 4733C1354 for ; Thu, 19 Dec 2013 14:02:43 +0000 (UTC) Received: by ns.onohara.to (Postfix, from userid 1000) id F377A3F43A; Thu, 19 Dec 2013 23:00:01 +0900 (JST) Message-Id: <20131219140001.F377A3F43A@ns.onohara.to> Date: Thu, 19 Dec 2013 23:00:01 +0900 (JST) From: TERAMOTO Masahiro To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/184998: [MAINTAINER] www/rubygem-simple-rss: update to 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 14:10:02 -0000 >Number: 184998 >Category: ports >Synopsis: [MAINTAINER] www/rubygem-simple-rss: update to 1.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 14:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: TERAMOTO Masahiro >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD ns.onohara.to 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC >Description: - Update to 1.3.1 Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- rubygem-simple-rss-1.3.1.patch begins here --- diff -ruN /usr/ports/www/rubygem-simple-rss/Makefile ./Makefile --- /usr/ports/www/rubygem-simple-rss/Makefile 2013-09-21 08:36:50.000000000 +0900 +++ ./Makefile 2013-12-19 22:58:30.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: www/rubygem-simple-rss/Makefile 327776 2013-09-20 23:36:50Z bapt $ PORTNAME= simple-rss -PORTVERSION= 1.2.3 +PORTVERSION= 1.3.1 CATEGORIES= www textproc rubygems MASTER_SITES= RG diff -ruN /usr/ports/www/rubygem-simple-rss/distinfo ./distinfo --- /usr/ports/www/rubygem-simple-rss/distinfo 2013-07-13 15:50:08.000000000 +0900 +++ ./distinfo 2013-12-19 22:58:30.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (rubygem/simple-rss-1.2.3.gem) = dc0673e66692099f9a106d2a78f8d7aabb4636f0456124dad67e0300179eb3af -SIZE (rubygem/simple-rss-1.2.3.gem) = 32256 +SHA256 (rubygem/simple-rss-1.3.1.gem) = 5718ccaf2989525bf855207197b1ab190a2e04e6fc74ed0edd68abcef5db5b53 +SIZE (rubygem/simple-rss-1.3.1.gem) = 35840 --- rubygem-simple-rss-1.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 14:10: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 6BC9B113; Thu, 19 Dec 2013 14: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 4002313BC; Thu, 19 Dec 2013 14: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 rBJEAAFa001554; Thu, 19 Dec 2013 14: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 rBJEAAap001553; Thu, 19 Dec 2013 14:10:10 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 14:10:10 GMT Message-Id: <201312191410.rBJEAAap001553@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/184998: [MAINTAINER] www/rubygem-simple-rss: update to 1.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 14:10:10 -0000 Synopsis: [MAINTAINER] www/rubygem-simple-rss: update to 1.3.1 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 14:10:09 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=184998 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 14:17: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 41AD14C0; Thu, 19 Dec 2013 14:17: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 1588514B9; Thu, 19 Dec 2013 14:17: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 rBJEHFVc004366; Thu, 19 Dec 2013 14:17:15 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJEHFXI004362; Thu, 19 Dec 2013 14:17:15 GMT (envelope-from danilo) Date: Thu, 19 Dec 2013 14:17:15 GMT Message-Id: <201312191417.rBJEHFXI004362@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/184997: [maintainer] [update] [patch] sysutils/ansible 1.4.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 14:17:16 -0000 Synopsis: [maintainer] [update] [patch] sysutils/ansible 1.4.2 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Thu Dec 19 14:17:15 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184997 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 14:22:45 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6195A5AD; Thu, 19 Dec 2013 14:22: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 3520E1547; Thu, 19 Dec 2013 14:22: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 rBJEMjYf006260; Thu, 19 Dec 2013 14:22:45 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJEMjK0006259; Thu, 19 Dec 2013 14:22:45 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 14:22:45 GMT Message-Id: <201312191422.rBJEMjK0006259@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184816: irc/minbif: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 14:22:45 -0000 Synopsis: irc/minbif: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 14:22:44 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184816 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 15:55: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 6F2EF22B; Thu, 19 Dec 2013 15:55: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 4172A1DFF; Thu, 19 Dec 2013 15:55: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 rBJFtf1Z025876; Thu, 19 Dec 2013 15:55:41 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJFtf6h025875; Thu, 19 Dec 2013 15:55:41 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 15:55:41 GMT Message-Id: <201312191555.rBJFtf6h025875@freefall.freebsd.org> To: tkato432@yahoo.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184817: graphics/qcread: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 15:55:41 -0000 Synopsis: graphics/qcread: Fix build with clang State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Thu Dec 19 15:55:40 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=184817 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 15:57: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 200ED329; Thu, 19 Dec 2013 15:57: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 E8C141E26; Thu, 19 Dec 2013 15: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 rBJFvXHs025995; Thu, 19 Dec 2013 15:57:33 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJFvXAA025994; Thu, 19 Dec 2013 15:57:33 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 15:57:33 GMT Message-Id: <201312191557.rBJFvXAA025994@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184819: textproc/diffmark: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 15:57:34 -0000 Synopsis: textproc/diffmark: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 15:57:33 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184819 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 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 07A7C52B for ; Thu, 19 Dec 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 BD56E1E48 for ; Thu, 19 Dec 2013 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJG01de026194 for ; Thu, 19 Dec 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 rBJG01Wr026193; Thu, 19 Dec 2013 16:00:01 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 16:00:01 GMT Resent-Message-Id: <201312191600.rBJG01Wr026193@freefall.freebsd.org> 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 Simon Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DB661127 for ; Thu, 19 Dec 2013 15:54:40 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C80E71DEC for ; Thu, 19 Dec 2013 15:54: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 rBJFseCD040874 for ; Thu, 19 Dec 2013 15:54:40 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJFsetv040867; Thu, 19 Dec 2013 15:54:40 GMT (envelope-from nobody) Message-Id: <201312191554.rBJFsetv040867@oldred.freebsd.org> Date: Thu, 19 Dec 2013 15:54:40 GMT From: Mathieu Simon To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185000: net-mgmt/unifi: Points to a beta release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 16:00:02 -0000 >Number: 185000 >Category: ports >Synopsis: net-mgmt/unifi: Points to a beta release >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 Dec 19 16:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mathieu Simon >Release: 10.0-RC2 >Organization: >Environment: FreeBSD jails1 10.0-RC2 FreeBSD 10.0-RC2 #0 r259404: Sun Dec 15 08:18:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Good to see there is a UniFi port, thanks. Though currently this installs a beta release - which although contains lots of things yet missing in 2.x stable releases (2.4.6 as of writing)) What about having net-mgmt/unifi installing the current stable and something like a net-mgmt/unifi-beta pointing to the beta release? >How-To-Repeat: Install the port using your favourite way. >Fix: unifi might install 2.4.6 and create a unifi-beta port that points to the latest beta code. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 16: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 959E5529 for ; Thu, 19 Dec 2013 16: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 682891E46 for ; Thu, 19 Dec 2013 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJG01Bf026183 for ; Thu, 19 Dec 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 rBJG019p026182; Thu, 19 Dec 2013 16:00:01 GMT (envelope-from gnats) Date: Thu, 19 Dec 2013 16:00:01 GMT Message-Id: <201312191600.rBJG019p026182@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184817: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 16:00:01 -0000 The following reply was made to PR ports/184817; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184817: commit references a PR Date: Thu, 19 Dec 2013 15:55:27 +0000 (UTC) Author: pawel Date: Thu Dec 19 15:55:19 2013 New Revision: 336931 URL: http://svnweb.freebsd.org/changeset/ports/336931 Log: - Fix build with clang - Add amd64 to ONLY_FOR_ARCHS - Add LICENSE - Support staging PR: ports/184817 Submitted by: KATO Tsuguru Modified: head/graphics/qcread/Makefile (contents, props changed) Modified: head/graphics/qcread/Makefile ============================================================================== --- head/graphics/qcread/Makefile Thu Dec 19 15:50:10 2013 (r336930) +++ head/graphics/qcread/Makefile Thu Dec 19 15:55:19 2013 (r336931) @@ -10,18 +10,21 @@ MASTER_SITES= http://www.fhttpd.org/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Supports both color and B&W parallel-port Connectix QuickCam for PC -ONLY_FOR_ARCHS= i386 +LICENSE= BSD + +USE_CSTD= gnu89 + +ONLY_FOR_ARCHS= amd64 i386 -NO_STAGE= yes do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -DFreeBSD ${CPPFLAGS} \ - -o qcread qcread.c cqc.c -lm ${LDFLAGS} + (cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -DFreeBSD ${CPPFLAGS} \ + -o qcread qcread.c cqc.c -lm ${LDFLAGS}) + @${LN} -sf qcam.conf ${WRKSRC}/qcam.conf.dist do-install: - ${INSTALL} ${COPY} -o root -g wheel -m 644 ${WRKSRC}/qcam.conf ${PREFIX}/etc/qcam.conf.dist - if [ ! -e ${PREFIX}/etc/qcam.conf ]; then \ - ${CP} ${PREFIX}/etc/qcam.conf.dist ${PREFIX}/etc/qcam.conf; \ - fi - ${INSTALL_PROGRAM} ${WRKSRC}/qcread ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} qcread \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_DATA} qcam.conf.dist \ + ${STAGEDIR}${PREFIX}/etc) .include _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 16:00:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6448A59D; Thu, 19 Dec 2013 16:00: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 392A41E55; Thu, 19 Dec 2013 16:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJG0EU7026278; Thu, 19 Dec 2013 16:00:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJG0EoR026277; Thu, 19 Dec 2013 16:00:14 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 16:00:14 GMT Message-Id: <201312191600.rBJG0EoR026277@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, feld@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185000: net-mgmt/unifi: Points to a beta release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 16:00:14 -0000 Synopsis: net-mgmt/unifi: Points to a beta release Responsible-Changed-From-To: freebsd-ports-bugs->feld Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 16:00:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185000 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 16:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A22A907 for ; Thu, 19 Dec 2013 16: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 658121F40 for ; Thu, 19 Dec 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 rBJGA05i028520 for ; Thu, 19 Dec 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 rBJGA09A028519; Thu, 19 Dec 2013 16:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 16:10:00 GMT Resent-Message-Id: <201312191610.rBJGA09A028519@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hardy Schumacher Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3818179D for ; Thu, 19 Dec 2013 16:05:58 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 244361EF7 for ; Thu, 19 Dec 2013 16:05: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 rBJG5vWM059824 for ; Thu, 19 Dec 2013 16:05:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJG5vIo059823; Thu, 19 Dec 2013 16:05:57 GMT (envelope-from nobody) Message-Id: <201312191605.rBJG5vIo059823@oldred.freebsd.org> Date: Thu, 19 Dec 2013 16:05:57 GMT From: Hardy Schumacher To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185001: [UPDATE] x11-toolkits/irrlicht to v1.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 16:10:00 -0000 >Number: 185001 >Category: ports >Synopsis: [UPDATE] x11-toolkits/irrlicht to v1.8.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 16:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hardy Schumacher >Release: FreeBSD-9.2 >Organization: >Environment: FreeBSD gamma.low.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255996: Thu Oct 3 20:40:04 CEST 2013 root@gamma.low.org:/usr/obj/usr/src/sys/LOW_GAMMA i386 >Description: Update for port x1-toolkits/irrlicht to v1.8.1 is available. It contains several bugfixes and improvements. Furthermore this change also includes: - defining license for port - remove dependency to obsolete port devel/linux-js - staging support >How-To-Repeat: n/a >Fix: Patch attached with submission follows: diff /usr/ports/x11-toolkits/irrlicht/Makefile ./irrlicht/Makefile 5c5 < PORTVERSION= 1.8 --- > PORTVERSION= 1.8.1 7c7 < MASTER_SITES= SF/${PORTNAME}/Irrlicht%20SDK/${PORTVERSION}/ --- > MASTER_SITES= SF/${PORTNAME}/Irrlicht%20SDK/1.8/${PORTVERSION}/ 11a12,14 > LICENSE= ZLIB > LICENSE_FILE= ${WRKSRC}/readme.txt > 33,34c36 < OPTIONS_DEFINE= DEBUG EXAMPLES JOYSTICK < JOYSTICK_DESC= Support for Linux Joystick --- > OPTIONS_DEFINE= DEBUG EXAMPLES 36d37 < NO_STAGE= yes 43,45c44,45 < .if ${ARCH} == "sparc64" < BROKEN= Does not compile on sparc64 < .endif --- > NOT_FOR_ARCHS= sparc64 > NOT_FOR_ARCHS_REASON= Does not compile on ${ARCH} 53,57d52 < .if ${PORT_OPTIONS:MJOYSTICK} < BUILD_DEPENDS+= ${LOCALBASE}/include/linux/joystick.h:${PORTSDIR}/devel/linux-js < HAVE_JOYSTICK= true < .endif < 62,64d56 < post-extract: < # @${RM} ${WRKSRC}/media/Thumbs.db < diff /usr/ports/x11-toolkits/irrlicht/distinfo ./irrlicht/distinfo 1,2c1,2 < SHA256 (irrlicht-1.8.zip) = f8756c3cf83f16f41eb1eca8f4ebb530f0e8fd572443905e3d8eb8f09445a642 < SIZE (irrlicht-1.8.zip) = 23674513 --- > SHA256 (irrlicht-1.8.1.zip) = 814bb90116d5429449ba1d169e2cbff881c473b7eada4c2447132bc4f4a6e97b > SIZE (irrlicht-1.8.1.zip) = 24167632 Common subdirectories: /usr/ports/x11-toolkits/irrlicht/files and ./irrlicht/files >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 16: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 89C0F93A; Thu, 19 Dec 2013 16: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 5DFB11F44; Thu, 19 Dec 2013 16:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJGA881028664; Thu, 19 Dec 2013 16:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJGA8BH028663; Thu, 19 Dec 2013 16:10:08 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 16:10:08 GMT Message-Id: <201312191610.rBJGA8BH028663@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185001: [UPDATE] x11-toolkits/irrlicht to v1.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 16:10:08 -0000 Synopsis: [UPDATE] x11-toolkits/irrlicht to v1.8.1 Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 16: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=185001 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 16:10:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBDFF96D; Thu, 19 Dec 2013 16:10: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 A1CE31F46; Thu, 19 Dec 2013 16:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJGAFhM028759; Thu, 19 Dec 2013 16:10:15 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJGAFJn028758; Thu, 19 Dec 2013 16:10:15 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 16:10:15 GMT Message-Id: <201312191610.rBJGAFJn028758@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184820: lang/p2c: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 16:10:15 -0000 Synopsis: lang/p2c: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 16:10:15 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184820 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 16:22:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC995D21; Thu, 19 Dec 2013 16:22: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 C10E81087; Thu, 19 Dec 2013 16:22: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 rBJGMkbc033410; Thu, 19 Dec 2013 16:22:46 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJGMkgo033409; Thu, 19 Dec 2013 16:22:46 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 16:22:46 GMT Message-Id: <201312191622.rBJGMkgo033409@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184821: games/cheech: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 16:22:47 -0000 Synopsis: games/cheech: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 16:22:46 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184821 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 16: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 7B3B52AE for ; Thu, 19 Dec 2013 16: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 3ADE71238 for ; Thu, 19 Dec 2013 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJGo0Eo037534 for ; Thu, 19 Dec 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJGo0gn037533; Thu, 19 Dec 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 16:50:00 GMT Resent-Message-Id: <201312191650.rBJGo0gn037533@freefall.freebsd.org> 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 C02EE297 for ; Thu, 19 Dec 2013 16:49:06 +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 798F31228 for ; Thu, 19 Dec 2013 16:49:05 +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 1VtgmN-0004P0-I2; Thu, 19 Dec 2013 20:48:55 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 14BDA45; Thu, 19 Dec 2013 20:48:55 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id D7C82422; Thu, 19 Dec 2013 18:23:42 +0400 (MSK) Message-Id: <20131219142342.D7C82422@hades.panopticon> Date: Thu, 19 Dec 2013 18:23:42 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185004: [PATCH] mail/mutt: add support for db6 Cc: udo.schweigert@siemens.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 16:50:01 -0000 >Number: 185004 >Category: ports >Synopsis: [PATCH] mail/mutt: add support for db6 >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 Dec 19 16:50: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: mutt won't configure if installed version of Berkeley DB is 6. The patch adds support for it. Port maintainer (udo.schweigert@siemens.com) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- mutt-1.5.22.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 336915) +++ Makefile (working copy) @@ -362,6 +362,8 @@ .endif post-patch:: + @${REINPLACE_CMD} -e '/BDB_VERSIONS=/ s|"|"db-6 db6 |' \ + ${WRKSRC}/configure.ac @${REINPLACE_CMD} -e 's,/usr/bin/gpg,${LOCALBASE}/bin/gpg,g' \ ${WRKSRC}/contrib/gpg.rc @${REINPLACE_CMD} -e 's,pgp6,pgp,g' \ --- mutt-1.5.22.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 16:50:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7DB752E1; Thu, 19 Dec 2013 16: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 5490D123B; Thu, 19 Dec 2013 16:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJGo9q9037661; Thu, 19 Dec 2013 16: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 rBJGo9Ln037660; Thu, 19 Dec 2013 16:50:09 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 16:50:09 GMT Message-Id: <201312191650.rBJGo9Ln037660@freefall.freebsd.org> To: amdmi3@amdmi3.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185004: [PATCH] mail/mutt: add support for db6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 16:50:09 -0000 Synopsis: [PATCH] mail/mutt: add support for db6 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Dec 19 16: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=185004 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 17: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 4D0F0602 for ; Thu, 19 Dec 2013 17: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 39D8C1301 for ; Thu, 19 Dec 2013 17: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 rBJH036N039981 for ; Thu, 19 Dec 2013 17: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 rBJH03PY039980; Thu, 19 Dec 2013 17:00:03 GMT (envelope-from gnats) Date: Thu, 19 Dec 2013 17:00:03 GMT Message-Id: <201312191700.rBJH03PY039980@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/185004: [PATCH] mail/mutt: add support for db6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 19 Dec 2013 17:00:03 -0000 The following reply was made to PR ports/185004; it has been noted by GNATS. From: Edwin Groothuis To: udo.schweigert@siemens.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/185004: [PATCH] mail/mutt: add support for db6 Date: Thu, 19 Dec 2013 16:50:08 UT Maintainer of mail/mutt, Please note that PR ports/185004 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/185004 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 17:08:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5AA2E871; Thu, 19 Dec 2013 17:08: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 2F5EA13A0; Thu, 19 Dec 2013 17:08: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 rBJH8DLV042100; Thu, 19 Dec 2013 17:08:13 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJH8DH0042099; Thu, 19 Dec 2013 17:08:13 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 17:08:13 GMT Message-Id: <201312191708.rBJH8DH0042099@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184822: games/stepmania-devel: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 17:08:13 -0000 Synopsis: games/stepmania-devel: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 17:08:12 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184822 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 17:42:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DE9DA387; Thu, 19 Dec 2013 17:42: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 B0E5216BC; Thu, 19 Dec 2013 17:42: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 rBJHgCGS050977; Thu, 19 Dec 2013 17:42:12 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJHgC0l050976; Thu, 19 Dec 2013 17:42:12 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 17:42:12 GMT Message-Id: <201312191742.rBJHgC0l050976@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184823: audio/sidplay: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 17:42:12 -0000 Synopsis: audio/sidplay: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 17:42:12 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184823 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 17:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 14666764 for ; Thu, 19 Dec 2013 17: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 E37A01728 for ; Thu, 19 Dec 2013 17: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 rBJHo16Y051430 for ; Thu, 19 Dec 2013 17: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 rBJHo1uR051429; Thu, 19 Dec 2013 17:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 17:50:01 GMT Resent-Message-Id: <201312191750.rBJHo1uR051429@freefall.freebsd.org> 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 82C633DD; Thu, 19 Dec 2013 17:44:03 +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 3D41E16CF; Thu, 19 Dec 2013 17:44:02 +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 1Vthdb-0008Lr-7i; Thu, 19 Dec 2013 21:43:55 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id D488B559; Thu, 19 Dec 2013 21:43:54 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 3ACD841B; Thu, 19 Dec 2013 18:07:12 +0400 (MSK) Message-Id: <20131219140712.3ACD841B@hades.panopticon> Date: Thu, 19 Dec 2013 18:07:12 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185005: [PATCH] devel/subversion: doesn't configure with bdb6 Cc: lev@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 17:50:02 -0000 >Number: 185005 >Category: ports >Synopsis: [PATCH] devel/subversion: doesn't configure with bdb6 >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 Dec 19 17:50: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: To test recent effort in deprecating old BDB versions, I've switched to Berkeley DB 6 and got this in subversion configure: --- configure: WARNING: We have configured without BDB filesystem support Berkeley DB 6 was found, but not used. Please re-run configure (see ./config.nice) with the '--enable-bdb6' flag to use it, or explicitly specify '--disable-bdb6' or '--without-berkeley-db' to silence this warning. Please note that some versions of Berkeley DB 6+ are under the GNU Affero General Public License, version 3: https://oss.oracle.com/pipermail/bdb/2013-June/000056.html The AGPL-3.0 licence may impose special requirements for making available source code of server-side software. The text of the licence is: https://www.gnu.org/licenses/agpl-3.0.html http://opensource.org/licenses/AGPL-3.0 The Berkeley DB backend to Subversion is deprecated; see http://subversion.apache.org/docs/release-notes/1.8#bdb-deprecated The Subversion developers have not tested Subversion with Berkeley DB 6 for technical problems or bugs. --- In result, subversion does build and stage, but pkg won't install it as lib/libsvn_fs_base-1.so lib/libsvn_fs_base-1.so.0 are present in plist but are not present in stagedir. Port maintainer (lev@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: ports) >How-To-Repeat: Try to build subversion with db6 installed. >Fix: Judging from what configure says, there's likely need for special handling of 6 version of BerkeleyDB via --enable-bdb6 switch. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 17: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 87409795; Thu, 19 Dec 2013 17: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 5C242172B; Thu, 19 Dec 2013 17: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 rBJHoA6b051510; Thu, 19 Dec 2013 17: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 rBJHoA9O051509; Thu, 19 Dec 2013 17:50:10 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 17:50:10 GMT Message-Id: <201312191750.rBJHoA9O051509@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lev@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185005: [PATCH] devel/subversion: doesn't configure with bdb6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 17:50:10 -0000 Synopsis: [PATCH] devel/subversion: doesn't configure with bdb6 Responsible-Changed-From-To: freebsd-ports-bugs->lev Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 17: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=185005 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 17:57: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 33ABB8BF; Thu, 19 Dec 2013 17:57: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 072CA17B7; Thu, 19 Dec 2013 17:57: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 rBJHvNLP053472; Thu, 19 Dec 2013 17:57:23 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJHvNXs053471; Thu, 19 Dec 2013 17:57:23 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 17:57:23 GMT Message-Id: <201312191757.rBJHvNXs053471@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184824: x11-wm/wmii-devel: Update MASTER_SITES and WWW: line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 17:57:24 -0000 Synopsis: x11-wm/wmii-devel: Update MASTER_SITES and WWW: line Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 17:57:23 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184824 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 18:24: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 23370307; Thu, 19 Dec 2013 18:24: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 EBB731A34; Thu, 19 Dec 2013 18:24: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 rBJIOlGL063920; Thu, 19 Dec 2013 18:24:47 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJIOlpd063919; Thu, 19 Dec 2013 18:24:47 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 18:24:47 GMT Message-Id: <201312191824.rBJIOlpd063919@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184825: games/rtb: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 18:24:48 -0000 Synopsis: games/rtb: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 18:24:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184825 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 18:44: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 ADF9383D; Thu, 19 Dec 2013 18:44: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 8014B1C99; Thu, 19 Dec 2013 18:44: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 rBJIiMsd068136; Thu, 19 Dec 2013 18:44:22 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJIiMwe068135; Thu, 19 Dec 2013 18:44:22 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 18:44:22 GMT Message-Id: <201312191844.rBJIiMwe068135@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184826: audio/mcplay: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 18:44:22 -0000 Synopsis: audio/mcplay: Support CC/CFLAGS properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 18:44:22 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184826 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 19:08:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D675E3C8; Thu, 19 Dec 2013 19:08:36 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id A8AA41EB9; Thu, 19 Dec 2013 19:08:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJJ8aMA072812; Thu, 19 Dec 2013 19:08:36 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJJ8aCS072811; Thu, 19 Dec 2013 19:08:36 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 19:08:36 GMT Message-Id: <201312191908.rBJJ8aCS072811@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184828: x11/xorg-edit: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 19:08:36 -0000 Synopsis: x11/xorg-edit: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 19:08:36 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184828 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 19:08:51 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 699663F9; Thu, 19 Dec 2013 19:08: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 3F2C01EBC; Thu, 19 Dec 2013 19:08:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJJ8pdn072905; Thu, 19 Dec 2013 19:08:51 GMT (envelope-from lwhsu@freefall.freebsd.org) Received: (from lwhsu@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJJ8ptj072904; Thu, 19 Dec 2013 19:08:51 GMT (envelope-from lwhsu) Date: Thu, 19 Dec 2013 19:08:51 GMT Message-Id: <201312191908.rBJJ8ptj072904@freefall.freebsd.org> To: lwhsu@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lwhsu@FreeBSD.org From: lwhsu@FreeBSD.org Subject: Re: ports/179724: new port: net-p2p/btsync X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 19:08:51 -0000 Synopsis: new port: net-p2p/btsync Responsible-Changed-From-To: freebsd-ports-bugs->lwhsu Responsible-Changed-By: lwhsu Responsible-Changed-When: Thu Dec 19 19:08:50 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=179724 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 19:19:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47BDDA23; Thu, 19 Dec 2013 19:19: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 1A9921F92; Thu, 19 Dec 2013 19:19:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJJJbaa075936; Thu, 19 Dec 2013 19:19:37 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJJJbhd075935; Thu, 19 Dec 2013 19:19:37 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 19:19:37 GMT Message-Id: <201312191919.rBJJJbhd075935@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184829: audio/alienwah: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 19:19:38 -0000 Synopsis: audio/alienwah: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 19:19:37 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184829 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 19: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 EEE9EA59 for ; Thu, 19 Dec 2013 19: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 B03831F9C for ; Thu, 19 Dec 2013 19: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 rBJJK0NB075997 for ; Thu, 19 Dec 2013 19: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 rBJJK0tf075996; Thu, 19 Dec 2013 19:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 19:20:00 GMT Resent-Message-Id: <201312191920.rBJJK0tf075996@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Walter Hurry Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A6D25FA for ; Thu, 19 Dec 2013 19:13:59 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 5D6411F45 for ; Thu, 19 Dec 2013 19:13:59 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBJJDxdH096227 for ; Thu, 19 Dec 2013 19:13:59 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJJDxpX096222; Thu, 19 Dec 2013 19:13:59 GMT (envelope-from nobody) Message-Id: <201312191913.rBJJDxpX096222@oldred.freebsd.org> Date: Thu, 19 Dec 2013 19:13:59 GMT From: Walter Hurry To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185006: pgadmin3 1.18.1 produces nothing at all X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 19:20:01 -0000 >Number: 185006 >Category: ports >Synopsis: pgadmin3 1.18.1 produces nothing at all >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 Dec 19 19:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Walter Hurry >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD daddy.laptop 9.1-RELEASE-p5 FreeBSD 9.1-RELEASE-p5 #0 r254395: Fri Aug 16 16:00:28 BST 2013 root@daddy.laptop:/usr/obj/usr/src/sys/ASPIRE amd64 >Description: Update pgadmin3 from 1.16.1 to 1.18.1 (using portupgrade with the port). The new version has no files; nothing. It looks like everything has been left behind in Stage. >How-To-Repeat: See above >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 19:29: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 EAE39E95; Thu, 19 Dec 2013 19:29: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 BD1301105; Thu, 19 Dec 2013 19:29: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 rBJJTXfc078057; Thu, 19 Dec 2013 19:29:33 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJJTXq3078056; Thu, 19 Dec 2013 19:29:33 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 19:29:33 GMT Message-Id: <201312191929.rBJJTXq3078056@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184830: security/fl0p: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 19:29:34 -0000 Synopsis: security/fl0p: Support CC/CFLAGS properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 19:29:33 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184830 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 19:49:57 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A5F4B86C; Thu, 19 Dec 2013 19:49: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 7A0EE126F; Thu, 19 Dec 2013 19:49: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 rBJJnvEk082101; Thu, 19 Dec 2013 19:49:57 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJJnvEY082100; Thu, 19 Dec 2013 19:49:57 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 19:49:57 GMT Message-Id: <201312191949.rBJJnvEY082100@freefall.freebsd.org> To: tkato432@yahoo.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184831: audio/epos-devel: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 19:49:57 -0000 Synopsis: audio/epos-devel: Fix build with clang State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Thu Dec 19 19:49:56 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=184831 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 19:55: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 EBAA4AFB; Thu, 19 Dec 2013 19:55: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 BE1F11306; Thu, 19 Dec 2013 19:55: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 rBJJtKIj084013; Thu, 19 Dec 2013 19:55:20 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJJtKiS084012; Thu, 19 Dec 2013 19:55:20 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 19:55:20 GMT Message-Id: <201312191955.rBJJtKiS084012@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184832: graphics/gimmage: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 19:55:21 -0000 Synopsis: graphics/gimmage: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 19:55:20 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184832 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 20:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 60CE9C1F for ; Thu, 19 Dec 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 342D01344 for ; Thu, 19 Dec 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 rBJK01FB084238 for ; Thu, 19 Dec 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 rBJK01g3084237; Thu, 19 Dec 2013 20:00:01 GMT (envelope-from gnats) Date: Thu, 19 Dec 2013 20:00:01 GMT Message-Id: <201312192000.rBJK01g3084237@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184831: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 20:00:01 -0000 The following reply was made to PR ports/184831; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184831: commit references a PR Date: Thu, 19 Dec 2013 19:50:02 +0000 (UTC) Author: pawel Date: Thu Dec 19 19:49:49 2013 New Revision: 336953 URL: http://svnweb.freebsd.org/changeset/ports/336953 Log: - Fix build with clang - Port supports staging PR: ports/184831 Submitted by: KATO Tsuguru Modified: head/audio/epos-devel/Makefile head/audio/epos-devel/pkg-descr (contents, props changed) Modified: head/audio/epos-devel/Makefile ============================================================================== --- head/audio/epos-devel/Makefile Thu Dec 19 19:39:22 2013 (r336952) +++ head/audio/epos-devel/Makefile Thu Dec 19 19:49:49 2013 (r336953) @@ -13,7 +13,6 @@ LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi USES= bison gmake -NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no @@ -21,5 +20,7 @@ post-patch: @${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-ggdb||' + @${REINPLACE_CMD} -e 's|||' \ + ${WRKSRC}/src/nnet/neural.cc .include Modified: head/audio/epos-devel/pkg-descr ============================================================================== --- head/audio/epos-devel/pkg-descr Thu Dec 19 19:39:22 2013 (r336952) +++ head/audio/epos-devel/pkg-descr Thu Dec 19 19:49:49 2013 (r336953) @@ -1,5 +1,3 @@ -From the Epos homepage: - Epos is a language independent rule-driven Text-to-Speech (TTS) system primarily designed to serve as a research tool. Epos is (or tries to be) independent of the language processed, linguistic description method, _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 20: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 4268E4F6 for ; Thu, 19 Dec 2013 20: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 209331468 for ; Thu, 19 Dec 2013 20: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 rBJKA1hN086543 for ; Thu, 19 Dec 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJKA1NO086542; Thu, 19 Dec 2013 20:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 20:10:01 GMT Resent-Message-Id: <201312192010.rBJKA1NO086542@freefall.freebsd.org> 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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AC2BC28D for ; Thu, 19 Dec 2013 20:04:12 +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 9A2BE13DD for ; Thu, 19 Dec 2013 20:04:12 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id CA7D11A7675; Thu, 19 Dec 2013 15:04:11 -0500 (EST) Message-Id: <20131219200411.CA7D11A7675@mail.lifanov.com> Date: Thu, 19 Dec 2013 15:04:11 -0500 (EST) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185009: [maintainer] [patch] sysutils/ansible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Thu, 19 Dec 2013 20:10:02 -0000 >Number: 185009 >Category: ports >Synopsis: [maintainer] [patch] sysutils/ansible >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 Dec 19 20:10:01 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: Improve port quality: * un-hardcode help text in the newly-added ansible-galaxy binary * fix shebang replacement in synchronize.py * remove stray setup-e file created by shebangfix >How-To-Repeat: Please apply this patch. >Fix: --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 336950) +++ Makefile (working copy) @@ -2,6 +2,7 @@ PORTNAME= ansible PORTVERSION= 1.4.2 +PORTREVISION= 1 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ @@ -29,7 +30,7 @@ USES= shebangfix SHEBANG_FILES= ${WRKSRC}/library/*/* \ - lib/ansible/runner/action_plugins/synchronize.py + ${WRKSRC}/lib/ansible/runner/action_plugins/synchronize.py SUB_FILES= pkg-message @@ -37,6 +38,7 @@ post-patch-script: @${REINPLACE_CMD} -i -e "s|/etc/ansible|${ETCDIR}|" \ + ${WRKSRC}/bin/ansible-galaxy \ ${WRKSRC}/docs/man/man1/ansible-playbook.1 \ ${WRKSRC}/docs/man/man1/ansible.1 \ ${WRKSRC}/examples/ansible.cfg \ @@ -52,6 +54,7 @@ ${WRKSRC}/lib/ansible/constants.py \ ${WRKSRC}/lib/ansible/playbook/__init__.py \ ${WRKSRC}/lib/ansible/runner/__init__.py + @${RM} ${WRKSRC}/library/system/setup-e post-install: @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 20: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 DF8254F0 for ; Thu, 19 Dec 2013 20: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 B8A63145D for ; Thu, 19 Dec 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJKA0kp086470 for ; Thu, 19 Dec 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJKA0OX086469; Thu, 19 Dec 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 20:10:00 GMT Resent-Message-Id: <201312192010.rBJKA0OX086469@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Sayetsky Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30C443E3 for ; Thu, 19 Dec 2013 20:06:16 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1AD75143B for ; Thu, 19 Dec 2013 20:06: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 rBJK6F5J041882 for ; Thu, 19 Dec 2013 20:06:15 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBJK6F0P041881; Thu, 19 Dec 2013 20:06:15 GMT (envelope-from nobody) Message-Id: <201312192006.rBJK6F0P041881@oldred.freebsd.org> Date: Thu, 19 Dec 2013 20:06:15 GMT From: Anton Sayetsky To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185008: x11/kde4: active window doesn't saved on screen lock X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 20:10:01 -0000 >Number: 185008 >Category: ports >Synopsis: x11/kde4: active window doesn't saved on screen lock >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 Dec 19 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Sayetsky >Release: FreeBSD 9.2-RELEASE-p2 amd64 >Organization: >Environment: jason@jnb:~$ uname -a FreeBSD jnb.localdomain 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259302: Fri Dec 13 17:15:57 EET 2013 root@jnb.localdomain:/usr/obj/mnt/sysimage/usr/src/sys/JNB amd64 jason@jnb:~$ pkg_info -r kde-4\* Information for kde-4.10.5_1: Depends on: Dependency: xproto-7.0.25 Dependency: xineramaproto-1.2.1 Dependency: xf86vidmodeproto-2.3.1 Dependency: xf86miscproto-0.9.3 Dependency: xextproto-7.2.1 Dependency: xbitmaps-1.1.1 Dependency: videoproto-2.3.2 Dependency: scrnsaverproto-1.2.2 Dependency: renderproto-0.11.1 Dependency: recordproto-1.14.2 Dependency: randrproto-1.4.0 Dependency: printproto-1.0.5 Dependency: pixman-0.32.4 Dependency: libXdmcp-1.1.1 Dependency: libXau-1.0.8 Dependency: libICE-1.0.8,1 Dependency: libSM-1.2.2,1 Dependency: kbproto-1.0.6 Dependency: inputproto-2.3 Dependency: glproto-1.4.17 Dependency: fixesproto-5.0 Dependency: dri2proto-2.8 Dependency: damageproto-1.2.1 Dependency: compositeproto-0.4.2 Dependency: shared-desktop-ontologies-0.11.0 Dependency: libfontenc-1.1.2 Dependency: fontcacheproto-0.1.3 Dependency: font-util-1.3.0 Dependency: encodings-1.0.4,1 Dependency: tidy-lib-090315.c_1 Dependency: xmlcatmgr-2.2 Dependency: xmlcharent-0.3_2 Dependency: iso8879-1986_3 Dependency: expat-2.1.0 Dependency: docbook-xml-4.5 Dependency: docbook-xml-4.4_1 Dependency: docbook-xml-4.3 Dependency: docbook-xml-4.2_1 Dependency: docbook-sk-4.1.2_4 Dependency: docbook-5.0_1 Dependency: docbook-4.5_2 Dependency: docbook-4.4_2 Dependency: docbook-4.3 Dependency: docbook-4.2 Dependency: docbook-4.1_4 Dependency: docbook-1.4_1 Dependency: docbook-xsl-1.76.1_1 Dependency: gnome_subr-1.0 Dependency: dmidecode-2.12 Dependency: pam_kde-1.0 Dependency: libssh-0.5.5 Dependency: cyrus-sasl-2.1.26_3 Dependency: ca_root_nss-3.15.3.1 Dependency: libpaper-1.1.24_1 Dependency: gsfonts-8.11_6 Dependency: openslp-1.2.1_3 Dependency: openldap-client-2.4.38 Dependency: mDNSResponder-541 Dependency: xvid-1.3.2,1 Dependency: x264-0.136.2358_1 Dependency: libvpx-1.2.0_1 Dependency: libdvdcss-1.2.12 Dependency: libdvdread-4.2.0_2 Dependency: libdca-0.0.5 Dependency: pciids-20131130 Dependency: kdehier4-1.1.1_1 Dependency: ksysguardd-4.10.5 Dependency: kde4-icons-oxygen-4.10.5 Dependency: kde4-xdg-env-1.0.1 Dependency: hicolor-icon-theme-0.12 Dependency: gnomehier-3.0 Dependency: e2fsprogs-libuuid-1.42.8 Dependency: chmlib-0.40 Dependency: gmp-5.1.3 Dependency: mpfr-3.1.2 Dependency: mpc-1.0.1 Dependency: fftw3-3.3.3_1 Dependency: cln-1.3.2 Dependency: perl5-5.16.3_4 Dependency: p5-Mozilla-CA-20130114 Dependency: p5-Socket-2.013 Dependency: p5-IO-Socket-IP-0.24 Dependency: p5-Net-SSLeay-1.55 Dependency: p5-URI-1.60 Dependency: p5-WWW-RobotRules-6.02 Dependency: p5-IO-Socket-SSL-1.962 Dependency: p5-Net-HTTP-6.06 Dependency: p5-LWP-Protocol-https-6.04 Dependency: p5-Crypt-SSLeay-0.64 Dependency: p5-LWP-MediaTypes-6.02 Dependency: p5-HTML-Tagset-3.20 Dependency: p5-HTML-Parser-3.71 Dependency: p5-HTTP-Date-6.02 Dependency: p5-File-Listing-6.04 Dependency: p5-Digest-HMAC-1.03 Dependency: p5-Authen-NTLM-1.09 Dependency: poppler-data-0.4.6 Dependency: png-1.5.17 Dependency: freetype2-2.5.0.1 Dependency: mkfontscale-1.1.1 Dependency: mkfontdir-1.0.7 Dependency: fontconfig-2.10.95,1 Dependency: font-misc-meltho-1.0.3 Dependency: font-misc-ethiopic-1.0.3 Dependency: font-bh-ttf-1.0.3 Dependency: dejavu-2.34 Dependency: xorg-fonts-truetype-7.7_1 Dependency: libqrencode-3.4.3 Dependency: jpeg-8_4 Dependency: jbigkit-1.6 Dependency: jbig2dec-0.11_1 Dependency: ilmbase-2.1.0 Dependency: OpenEXR-2.1.0_1 Dependency: yajl-2.0.4_1 Dependency: pth-2.0.7 Dependency: pkgconf-0.9.3 Dependency: pcre-8.33 Dependency: p5-IO-HTML-1.00 Dependency: orc-0.4.18 Dependency: schroedinger-1.0.11_1 Dependency: libvolume_id-0.81.1 Dependency: libpthread-stubs-0.3_4 Dependency: libpciaccess-0.13.2 Dependency: libdrm-2.4.17_1 Dependency: libpci-3.2.1 Dependency: libltdl-2.4.2_2 Dependency: libical-0.48 Dependency: libffi-3.0.13 Dependency: libexecinfo-1.1_3 Dependency: libdaemon-0.14 Dependency: icu-50.1.2 Dependency: boost-libs-1.52.0_2 Dependency: sqlite3-3.8.0.2 Dependency: libiodbc-3.52.8 Dependency: p5-Encode-Locale-1.03 Dependency: p5-HTTP-Message-6.06_2 Dependency: p5-HTTP-Negotiate-6.01 Dependency: p5-HTTP-Daemon-6.01 Dependency: p5-HTTP-Cookies-6.01 Dependency: p5-libwww-6.05 Dependency: libiconv-1.14_1 Dependency: libxml2-2.8.0_3 Dependency: libxcb-1.9.3 Dependency: xcb-util-0.3.9_1,1 Dependency: xcb-util-renderutil-0.3.8 Dependency: xcb-util-image-0.3.9 Dependency: libstreams-0.7.8 Dependency: libX11-1.6.2,1 Dependency: libxkbfile-1.0.8 Dependency: setxkbmap-1.3.0 Dependency: libXt-1.1.4,1 Dependency: libXrender-0.9.8 Dependency: libXft-2.3.1 Dependency: libXfixes-5.0.1 Dependency: libXext-1.3.2,1 Dependency: libXxf86vm-1.1.3 Dependency: libXxf86misc-1.0.3 Dependency: libXv-1.0.10,1 Dependency: libXres-1.0.7 Dependency: libXrandr-1.4.2 Dependency: libXpm-3.5.11 Dependency: libXp-1.0.2,1 Dependency: libXmu-1.1.2,1 Dependency: xrdb-1.1.0 Dependency: xprop-1.2.2 Dependency: xauth-1.0.8 Dependency: libXinerama-1.1.3,1 Dependency: libXi-1.7.2,1 Dependency: libXtst-1.2.2 Dependency: libXfontcache-1.0.5 Dependency: xset-1.2.3_1 Dependency: xdg-utils-1.0.2.20130919_1 Dependency: libXdamage-1.1.4 Dependency: libXcursor-1.1.14 Dependency: xsetroot-1.1.1 Dependency: libXcomposite-0.4.4,1 Dependency: libXaw-1.0.12,2 Dependency: xmessage-1.0.4 Dependency: libXScrnSaver-1.2.2 Dependency: libGL-7.6.1_4 Dependency: libGLU-9.0.0 Dependency: hunspell-1.3.2_4 Dependency: graphite2-1.2.4 Dependency: giflib-4.2.3 Dependency: gettext-0.18.3.1 Dependency: python27-2.7.6_1 Dependency: python2-2_2 Dependency: python-2.7_1,2 Dependency: tdb-1.2.12,1 Dependency: talloc-2.0.8 Dependency: tevent-0.9.18 Dependency: samba36-libsmbclient-3.6.22 Dependency: libidn-1.28_1 Dependency: libgpg-error-1.12 Dependency: libksba-1.3.0 Dependency: libgcrypt-1.5.3 Dependency: libxslt-1.1.28_1 Dependency: libassuan-2.1.1 Dependency: libaacs-0.6.0 Dependency: libbluray-0.3.0,1 Dependency: glib-2.36.3_1 Dependency: shared-mime-info-1.1 Dependency: qt4-corelib-4.8.5 Dependency: qt4-xml-4.8.5 Dependency: qt4-sql-4.8.5 Dependency: qt4-script-4.8.5 Dependency: qt4-qtestlib-4.8.5 Dependency: qt4-network-4.8.5 Dependency: qt4-xmlpatterns-4.8.5 Dependency: qt4-gui-4.8.5 Dependency: qt4-svg-4.8.5 Dependency: qt4-qt3support-4.8.5 Dependency: qt4-opengl-4.8.5 Dependency: qt4-declarative-4.8.5 Dependency: qt4-webkit-4.8.5 Dependency: qt4-clucene-4.8.5 Dependency: qjson-0.8.1 Dependency: qimageblitz-0.0.6_2 Dependency: qca-2.0.3_1 Dependency: pinentry-0.8.3 Dependency: libqalculate-0.9.7_2 Dependency: liblqr-1-0.4.1_5 Dependency: libcroco-0.6.8 Dependency: kde4-shared-mime-info-1.2 Dependency: gobject-introspection-1.36.0_2 Dependency: gstreamer-0.10.36 Dependency: gstreamer-plugins-0.10.36_3,3 Dependency: gstreamer-plugins-ugly-0.10.19,3 Dependency: gstreamer-plugins-good-0.10.31,3 Dependency: gstreamer-plugins-libpng-0.10.31,3 Dependency: gstreamer-plugins-dvd-0.10.19,3 Dependency: gstreamer-plugins-bad-0.10.23,3 Dependency: gstreamer-plugins-xvid-0.10.23,3 Dependency: gstreamer-plugins-dts-0.10.23,3 Dependency: gstreamer-ffmpeg-0.10.13_1 Dependency: gdbm-1.10 Dependency: gamin-0.1.10_6 Dependency: freeglut-2.8.1 Dependency: gle-3.1.0_3 Dependency: tiff-4.0.3 Dependency: webp-0.3.1_1 Dependency: lcms2-2.5 Dependency: openjpeg-1.5.0_2 Dependency: lcms-1.19_1,1 Dependency: libmng-1.0.10_2 Dependency: qt4-imageformats-4.8.5 Dependency: jasper-1.900.1_12 Dependency: ghostscript9-9.06_4 Dependency: gdk-pixbuf2-2.28.2 Dependency: libgsf-1.14.28 Dependency: exiv2-0.23_1,1 Dependency: enchant-1.6.0_2 Dependency: dbus-1.6.12 Dependency: qt4-dbus-4.8.5 Dependency: qzeitgeist-0.8.0 Dependency: qt4-qdbusviewer-4.8.5 Dependency: polkit-0.105_1 Dependency: polkit-qt-0.103.0_1 Dependency: phonon-4.7.0 Dependency: phonon-gstreamer-4.7.0 Dependency: libdbusmenu-qt-0.9.2_2 Dependency: hupnp-1.0.0_1 Dependency: dbus-glib-0.100.2 Dependency: upower-0.9.7_2 Dependency: policykit-0.9_6 Dependency: curl-7.33.0_2 Dependency: raptor2-2.0.12 Dependency: rasqal-0.9.31 Dependency: redland-1.0.16 Dependency: soprano-2.9.4 Dependency: gnupg-2.0.22 Dependency: gpgme-1.4.3 Dependency: djvulibre-3.5.25.3_1 Dependency: consolekit-0.4.3 Dependency: hal-0.5.14_22 Dependency: clucene-2.3.3.4_2 Dependency: cairo-1.10.2_7,2 Dependency: libspectre-0.2.6_1 Dependency: poppler-0.22.2 Dependency: poppler-qt4-0.22.2 Dependency: harfbuzz-0.9.19 Dependency: pango-1.34.1_1 Dependency: gstreamer-plugins-pango-0.10.36_1,3 Dependency: cagibi-0.2.0 Dependency: binutils-2.24 Dependency: gcc47-4.7.4.20131214 Dependency: bash-4.2.45 Dependency: netpbm-10.35.89 Dependency: avahi-app-0.6.31 Dependency: attica-0.4.2,2 Dependency: akonadi-1.10.3 Dependency: taglib-1.9.1_1 Dependency: libogg-1.3.1,4 Dependency: libvorbis-1.3.3_1,3 Dependency: libtheora-1.1.1_3 Dependency: gstreamer-plugins-theora-0.10.36,3 Dependency: libmad-0.15.1b_2 Dependency: libid3tag-0.15.1b Dependency: liba52-0.7.4_2 Dependency: lame-3.99.5_1 Dependency: gstreamer-plugins-ogg-0.10.36,3 Dependency: gstreamer-plugins-vorbis-0.10.36,3 Dependency: gstreamer-plugins-mad-0.10.19,3 Dependency: gstreamer-plugins-mp3-0.10.0_1 Dependency: gstreamer-plugins-a52dec-0.10.19,3 Dependency: gstreamer-plugins-core-0.10_13 Dependency: fdk-aac-0.1.3 Dependency: alsa-lib-1.0.27.2_1 Dependency: ffmpeg-2.1.1_1,1 Dependency: libstreamanalyzer-0.7.8_2 Dependency: kdelibs-4.10.5_2 Dependency: sweeper-4.10.5 Dependency: ktimer-4.10.5 Dependency: kcharselect-4.10.5 Dependency: kcalc-4.10.5 Dependency: kdeutils-4.10.5 Dependency: kmix-4.10.5 Dependency: kdemultimedia-ffmpegthumbs-4.10.5_1 Dependency: kdemultimedia-4.10.5 Dependency: kolourpaint-4.10.5 Dependency: kruler-4.10.5 Dependency: kgamma-4.10.5 Dependency: kcolorchooser-4.10.5 Dependency: libkipi-4.10.5 Dependency: ksnapshot-4.10.5 Dependency: libkdcraw-4.10.5 Dependency: kdegraphics-svgpart-4.10.5 Dependency: kdegraphics-strigi-analyzer-4.10.5 Dependency: libkexiv2-4.10.5 Dependency: kdegraphics-thumbnailers-4.10.5 Dependency: libkdegames-4.10.5 Dependency: kreversi-4.10.5 Dependency: kpat-4.10.5 Dependency: knetwalk-4.10.5 Dependency: knavalbattle-4.10.5 Dependency: kmines-4.10.5 Dependency: libkmahjongg-4.10.5 Dependency: kmahjongg-4.10.5 Dependency: kdiamond-4.10.5 Dependency: katomic-4.10.5 Dependency: kapman-4.10.5 Dependency: kdegames-4.10.5_1 Dependency: libkonq-4.10.5 Dependency: konsole-4.10.5 Dependency: polkit-kde-0.99.1 Dependency: nepomuk-core-4.10.5 Dependency: nepomuk-widgets-4.10.5 Dependency: kde-base-artwork-4.10.5 Dependency: kcm-polkit-kde-0.0.20121008 Dependency: kactivities-4.10.5_3 Dependency: gwenview-4.10.5_1 Dependency: kde-baseapps-4.10.5_1 Dependency: libzip-0.11.1 Dependency: ebook-tools-0.2.2 Dependency: okular-4.10.5_2 Dependency: kdegraphics-mobipocket-4.10.5_1 Dependency: kdegraphics-4.10.5_1 Dependency: atk-2.8.0 Dependency: gtk-update-icon-cache-2.24.22 Dependency: gtk2-2.24.22 Dependency: libglade2-2.6.4_5 Dependency: xscreensaver-5.26 Dependency: gtk-engines2-2.20.2_1 Dependency: librsvg2-2.36.4 Dependency: ImageMagick-6.8.0.7_3 Dependency: libdmtx-0.7.4_3 Dependency: prison-1.0_1 Dependency: kdepimlibs-4.10.5_1 Dependency: kde-workspace-4.10.5_1 Dependency: kdeartwork-4.10.5_1 Dependency: kde-runtime-4.10.5_3 jason@jnb:~$ >Description: After unlocking the screen, no any window will be active even if there was an active one before lock. >How-To-Repeat: 1. Login to KDE session. 2. Open at least one window, select it so it will be active (window titlebar is highlighted). 3. Lock the screen from keyboard (c+a+L by default). 4. Unlock session. 5. You'll see that previously active window isn't active anymore. This worked in KDE<4.10 (4.x, 3.5.x). >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 20: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 624FC523; Thu, 19 Dec 2013 20: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 37F651469; Thu, 19 Dec 2013 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBJKA9tV086623; Thu, 19 Dec 2013 20:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJKA962086622; Thu, 19 Dec 2013 20:10:09 GMT (envelope-from edwin) Date: Thu, 19 Dec 2013 20:10:09 GMT Message-Id: <201312192010.rBJKA962086622@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kde@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185008: x11/kde4: active window doesn't saved on screen lock X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 20:10:09 -0000 Synopsis: x11/kde4: active window doesn't saved on screen lock Responsible-Changed-From-To: freebsd-ports-bugs->kde Responsible-Changed-By: edwin Responsible-Changed-When: Thu Dec 19 20: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=185008 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 21:10:43 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A1CC0606; Thu, 19 Dec 2013 21:10: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 75C88198B; Thu, 19 Dec 2013 21:10: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 rBJLAh2K001384; Thu, 19 Dec 2013 21:10:43 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJLAh2I001383; Thu, 19 Dec 2013 21:10:43 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 21:10:43 GMT Message-Id: <201312192110.rBJLAh2I001383@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184837: www/cssed: Support CC/CXX properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 21:10:43 -0000 Synopsis: www/cssed: Support CC/CXX properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 21:10:43 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184837 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 21:38: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 255D6E7C; Thu, 19 Dec 2013 21:38: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 EB3271B4B; Thu, 19 Dec 2013 21:38: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 rBJLcm9K006936; Thu, 19 Dec 2013 21:38:48 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJLcmsj006935; Thu, 19 Dec 2013 21:38:48 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 21:38:48 GMT Message-Id: <201312192138.rBJLcmsj006935@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184839: net/wmnet2: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 21:38:49 -0000 Synopsis: net/wmnet2: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 21:38:48 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184839 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 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 D17291E4 for ; Thu, 19 Dec 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 A52751D16 for ; Thu, 19 Dec 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 rBJLo1q3009169 for ; Thu, 19 Dec 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 rBJLo1xv009168; Thu, 19 Dec 2013 21:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 21:50:01 GMT Resent-Message-Id: <201312192150.rBJLo1xv009168@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kai Wang Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 40D029F for ; Thu, 19 Dec 2013 21:47:48 +0000 (UTC) Received: from mail-lb0-x234.google.com (mail-lb0-x234.google.com [IPv6:2a00:1450:4010:c04::234]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B9C1B1CF8 for ; Thu, 19 Dec 2013 21:47:47 +0000 (UTC) Received: by mail-lb0-f180.google.com with SMTP id x18so732100lbi.39 for ; Thu, 19 Dec 2013 13:47:45 -0800 (PST) Received: from localhost (s83-179-26-16.cust.tele2.se. [83.179.26.16]) by mx.google.com with ESMTPSA id a8sm4134019lae.5.2013.12.19.13.47.44 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Thu, 19 Dec 2013 13:47:45 -0800 (PST) Received: from localhost.localdomain ([127.0.0.1] helo=localhost.my.domain) by localhost with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1VtlRD-0000cW-1G for FreeBSD-gnats-submit@freebsd.org; Thu, 19 Dec 2013 22:47:23 +0100 Received: (from kaiw@localhost) by localhost.my.domain (8.14.5/8.14.5/Submit) id rBJLlMu8002387; Thu, 19 Dec 2013 22:47:22 +0100 (CET) (envelope-from kaiw) Message-Id: <201312192147.rBJLlMu8002387@localhost.my.domain> Date: Thu, 19 Dec 2013 22:47:22 +0100 (CET) From: Kai Wang To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185011: [MAINTAINER] sysutils/uhidd: Fix build under FreeBSD 10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 21:50:02 -0000 >Number: 185011 >Category: ports >Synopsis: [MAINTAINER] sysutils/uhidd: Fix build under FreeBSD 10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Dec 19 21:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kai Wang >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD soulhacker 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243935: Fri Dec 7 07:11:25 >Description: Fix build under FreeBSD 10. Added file(s): - files/patch-uhidd-Makefile Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- uhidd-0.2.1_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/sysutils/uhidd/files/patch-uhidd-Makefile ./files/patch-uhidd-Makefile --- /usr/ports/sysutils/uhidd/files/patch-uhidd-Makefile 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-uhidd-Makefile 2013-12-19 22:46:08.000000000 +0100 @@ -0,0 +1,11 @@ +--- uhidd/Makefile.old 2013-12-19 06:20:40.000000000 +0100 ++++ uhidd/Makefile 2013-12-19 06:19:20.000000000 +0100 +@@ -8,7 +8,7 @@ + CLEANFILES= ${GENSRCS} + MAN= uhidd.conf.5 uhidd.8 + +-WARNS?= 6 ++WARNS?= 5 + + PREFIX?= /usr/local + LOCALBASE?= /usr/local --- uhidd-0.2.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 22:02:49 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A48B42DB; Thu, 19 Dec 2013 22:02: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 758E91DEC; Thu, 19 Dec 2013 22:02: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 rBJM2nNQ012820; Thu, 19 Dec 2013 22:02:49 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJM2nJs012819; Thu, 19 Dec 2013 22:02:49 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 22:02:49 GMT Message-Id: <201312192202.rBJM2nJs012819@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184844: shells/fish: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 22:02:49 -0000 Synopsis: shells/fish: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 22:02:49 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184844 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 22: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 113543D1 for ; Thu, 19 Dec 2013 22: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 DBE3C1E24 for ; Thu, 19 Dec 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 rBJMA0V4013338 for ; Thu, 19 Dec 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 rBJMA0dE013337; Thu, 19 Dec 2013 22:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 19 Dec 2013 22:10:00 GMT Resent-Message-Id: <201312192210.rBJMA0dE013337@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexandr Kovalenko Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6ECEE340 for ; Thu, 19 Dec 2013 22:05:24 +0000 (UTC) Received: from naia.nevermind.kiev.ua (naia.nevermind.kiev.ua [109.106.1.82]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0EFF31E00 for ; Thu, 19 Dec 2013 22:05:23 +0000 (UTC) Received: from naia.nevermind.kiev.ua (localhost [127.0.0.1]) by naia.nevermind.kiev.ua (8.14.7/8.14.7) with ESMTP id rBJM58Ij055377 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Fri, 20 Dec 2013 00:05:09 +0200 (EET) (envelope-from never@naia.nevermind.kiev.ua) Received: (from never@localhost) by naia.nevermind.kiev.ua (8.14.7/8.14.7/Submit) id rBJM58vl055376; Fri, 20 Dec 2013 00:05:08 +0200 (EET) (envelope-from never) Message-Id: <201312192205.rBJM58vl055376@naia.nevermind.kiev.ua> Date: Fri, 20 Dec 2013 00:05:08 +0200 (EET) From: Alexandr Kovalenko To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185012: [MAINTAINER] Update databases/mariadb55-{client, server} to 5.5.34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Alexandr Kovalenko List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 22:10:01 -0000 >Number: 185012 >Category: ports >Synopsis: [MAINTAINER] Update databases/mariadb55-{client,server} to 5.5.34 >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: Thu Dec 19 22:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexandr Kovalenko >Release: FreeBSD 10.0 amd64 >Organization: Nevermind Ltd. >Environment: Release: FreeBSD 10.0 amd64 >Description: Update databases/mariadb55-{client,server} to 5.5.34. >How-To-Repeat: N/A >Fix: Apply patch attached. diff --git a/databases/mariadb55-client/Makefile b/databases/mariadb55-client/Makefile index 4742f35..046f01f 100644 --- a/databases/mariadb55-client/Makefile +++ b/databases/mariadb55-client/Makefile @@ -1,7 +1,7 @@ # $FreeBSD: head/databases/mariadb55-client/Makefile 330601 2013-10-17 05:16:44Z flo $ PORTNAME= mariadb -PORTREVISION= 1 +PORTREVISION= 0 PKGNAMESUFFIX= 55-client COMMENT= Multithreaded SQL database (client) diff --git a/databases/mariadb55-client/files/patch-cmake_os_FreeBSD.cmake b/databases/mariadb55-client/files/patch-cmake_os_FreeBSD.cmake deleted file mode 100644 index 5089f86..0000000 --- a/databases/mariadb55-client/files/patch-cmake_os_FreeBSD.cmake +++ /dev/null @@ -1,16 +0,0 @@ ---- cmake/os/FreeBSD.cmake.orig 2013-09-27 00:09:44.000000000 +0300 -+++ cmake/os/FreeBSD.cmake 2013-09-27 00:09:57.000000000 +0300 -@@ -24,9 +24,10 @@ - # ADD_DEFINITIONS(-DHAVE_BROKEN_REALPATH) - - # Find libexecinfo (library that contains backtrace_symbols etc) --INCLUDE_DIRECTORIES(/usr/local/include) --SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} /usr/local/include ) --SET(ENV{LIB} "$ENV{LIB}:/usr/local/lib") -+SET(EXECINFO_ROOT /usr/local CACHE INTERNAL "Where to find execinfo library and header") -+INCLUDE_DIRECTORIES(${EXECINFO_ROOT}/include) -+SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${EXECINFO_ROOT}/include) -+SET(ENV{LIB} "$ENV{LIB}:${EXECINFO_ROOT}/lib") - FIND_LIBRARY(EXECINFO NAMES execinfo) - IF(EXECINFO) - SET(LIBEXECINFO ${EXECINFO}) diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile index 59ce8e1..556816a 100644 --- a/databases/mariadb55-server/Makefile +++ b/databases/mariadb55-server/Makefile @@ -1,8 +1,8 @@ # $FreeBSD: head/databases/mariadb55-server/Makefile 336187 2013-12-11 18:08:52Z bapt $ PORTNAME?= mariadb -PORTVERSION= 5.5.33a -PORTREVISION?= 1 +PORTVERSION= 5.5.34 +PORTREVISION?= 0 CATEGORIES= databases ipv6 MASTER_SITES= http://ftp.osuosl.org/pub/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ http://mirrors.supportex.net/mariadb/${PORTNAME}-${PORTVERSION}/kvm-tarbake-jaunty-x86/ \ diff --git a/databases/mariadb55-server/distinfo b/databases/mariadb55-server/distinfo index 4e86477..5b7b5e0 100644 --- a/databases/mariadb55-server/distinfo +++ b/databases/mariadb55-server/distinfo @@ -1,2 +1,2 @@ -SHA256 (mariadb-5.5.33a.tar.gz) = adf4d04087177fde6568082c3fee77e52e84dc3ae4eb5b994d5defaaa8c83d5b -SIZE (mariadb-5.5.33a.tar.gz) = 45226492 +SHA256 (mariadb-5.5.34.tar.gz) = a4d8b54be0f5784924629a1e87dbbccc4c0aaf537c76951e265625deda322f89 +SIZE (mariadb-5.5.34.tar.gz) = 45683350 diff --git a/databases/mariadb55-server/files/patch-cmake_os_FreeBSD.cmake b/databases/mariadb55-server/files/patch-cmake_os_FreeBSD.cmake deleted file mode 100644 index 5089f86..0000000 --- a/databases/mariadb55-server/files/patch-cmake_os_FreeBSD.cmake +++ /dev/null @@ -1,16 +0,0 @@ ---- cmake/os/FreeBSD.cmake.orig 2013-09-27 00:09:44.000000000 +0300 -+++ cmake/os/FreeBSD.cmake 2013-09-27 00:09:57.000000000 +0300 -@@ -24,9 +24,10 @@ - # ADD_DEFINITIONS(-DHAVE_BROKEN_REALPATH) - - # Find libexecinfo (library that contains backtrace_symbols etc) --INCLUDE_DIRECTORIES(/usr/local/include) --SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} /usr/local/include ) --SET(ENV{LIB} "$ENV{LIB}:/usr/local/lib") -+SET(EXECINFO_ROOT /usr/local CACHE INTERNAL "Where to find execinfo library and header") -+INCLUDE_DIRECTORIES(${EXECINFO_ROOT}/include) -+SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${EXECINFO_ROOT}/include) -+SET(ENV{LIB} "$ENV{LIB}:${EXECINFO_ROOT}/lib") - FIND_LIBRARY(EXECINFO NAMES execinfo) - IF(EXECINFO) - SET(LIBEXECINFO ${EXECINFO}) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Dec 19 22:35: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 37621C30; Thu, 19 Dec 2013 22:35: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 08B5E1003; Thu, 19 Dec 2013 22:35: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 rBJMZTWq020100; Thu, 19 Dec 2013 22:35:29 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBJMZTOV020099; Thu, 19 Dec 2013 22:35:29 GMT (envelope-from pawel) Date: Thu, 19 Dec 2013 22:35:29 GMT Message-Id: <201312192235.rBJMZTOV020099@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184850: www/webstone-ssl: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Dec 2013 22:35:30 -0000 Synopsis: www/webstone-ssl: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Thu Dec 19 22:35:29 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184850 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 CC2773EE for ; Fri, 20 Dec 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 B868C1A9E for ; Fri, 20 Dec 2013 01: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 rBK1A0Ym062854 for ; Fri, 20 Dec 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 rBK1A041062853; Fri, 20 Dec 2013 01:10:00 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 01:10:00 GMT Message-Id: <201312200110.rBK1A041062853@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Mitchell Smith Subject: Re: ports/184970: [PATCH] lang/groovy: update to 2.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Mitchell Smith List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 01:10:01 -0000 The following reply was made to PR ports/184970; it has been noted by GNATS. From: Mitchell Smith To: bug-followup@freebsd.org Cc: Subject: Re: ports/184970: [PATCH] lang/groovy: update to 2.2.1 Date: Fri, 20 Dec 2013 11:03:34 +1000 Hi, The patch looks good, please go ahead and commit it. Thanks On Wed, 18 Dec 2013 16:31:51 UT, Edwin Groothuis wrote: > Maintainer of lang/groovy, > > Please note that PR ports/184970 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/184970 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 03:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D004C49F for ; Fri, 20 Dec 2013 03: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 AB6FE1385 for ; Fri, 20 Dec 2013 03:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBK3K0qc091068 for ; Fri, 20 Dec 2013 03:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBK3K0r6091067; Fri, 20 Dec 2013 03:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 03:20:00 GMT Resent-Message-Id: <201312200320.rBK3K0r6091067@freefall.freebsd.org> 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 3A10F3D5 for ; Fri, 20 Dec 2013 03:14:04 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 277EA134F for ; Fri, 20 Dec 2013 03:14: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 rBK3E3p1078461 for ; Fri, 20 Dec 2013 03:14:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK3E3lU078460; Fri, 20 Dec 2013 03:14:03 GMT (envelope-from nobody) Message-Id: <201312200314.rBK3E3lU078460@oldred.freebsd.org> Date: Fri, 20 Dec 2013 03:14:03 GMT From: Alexandre Biancalana To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185013: port-update: databases/p5-MongoDB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 03:20:00 -0000 >Number: 185013 >Category: ports >Synopsis: port-update: databases/p5-MongoDB >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 Dec 20 03:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexandre Biancalana >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD poudriere 9.2-RELEASE FreeBSD 9.2-RELEASE #8 r245111M: Thu Oct 10 23:54:14 BRT 2013 root@poudriere:/usr/obj/usr/src/sys/XENHVM amd64 >Description: update MongoDB perl module to version 0.702.2 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN /usr/ports/databases/p5-MongoDB/Makefile databases/p5-MongoDB/Makefile --- /usr/ports/databases/p5-MongoDB/Makefile 2013-11-03 04:53:54.000000000 -0200 +++ databases/p5-MongoDB/Makefile 2013-12-20 00:28:30.000000000 -0200 @@ -1,11 +1,11 @@ -# Created by: Wen Heping +# Created by: Alexandre Biancalana # $FreeBSD: databases/p5-MongoDB/Makefile 332592 2013-11-03 06:53:54Z vanilla $ PORTNAME= MongoDB -PORTVERSION= 0.45 +PORTVERSION= 0.702.2 CATEGORIES= databases perl5 MASTER_SITES= CPAN -MASTER_SITE_SUBDIR= CPAN:KRISTINA +MASTER_SITE_SUBDIR= CPAN:FRIEDO PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org diff -ruN /usr/ports/databases/p5-MongoDB/distinfo databases/p5-MongoDB/distinfo --- /usr/ports/databases/p5-MongoDB/distinfo 2012-07-14 10:54:48.000000000 -0300 +++ databases/p5-MongoDB/distinfo 2013-12-20 00:28:00.000000000 -0200 @@ -1,2 +1,2 @@ -SHA256 (MongoDB-0.45.tar.gz) = d40e504e26d4799f4b7d3aa9ae56a3b5a040840c79fdca46f64bc9f4e71e27dd -SIZE (MongoDB-0.45.tar.gz) = 1421684 +SHA256 (MongoDB-0.702.2.tar.gz) = a958962068d6c3a4d57c7812b8bd18d82bf591264aabcab7f2df20c12a1332db +SIZE (MongoDB-0.702.2.tar.gz) = 1547459 diff -ruN /usr/ports/databases/p5-MongoDB/pkg-plist databases/p5-MongoDB/pkg-plist --- /usr/ports/databases/p5-MongoDB/pkg-plist 2013-11-03 04:53:54.000000000 -0200 +++ databases/p5-MongoDB/pkg-plist 2013-12-20 00:52:01.000000000 -0200 @@ -1,30 +1,36 @@ %%PERL5_MAN3%%/MongoDB.3.gz %%PERL5_MAN3%%/MongoDB::BSON.3.gz +%%PERL5_MAN3%%/MongoDB::BSON::Binary.3.gz %%PERL5_MAN3%%/MongoDB::Code.3.gz %%PERL5_MAN3%%/MongoDB::Collection.3.gz %%PERL5_MAN3%%/MongoDB::Connection.3.gz %%PERL5_MAN3%%/MongoDB::Cursor.3.gz %%PERL5_MAN3%%/MongoDB::DataTypes.3.gz %%PERL5_MAN3%%/MongoDB::Database.3.gz +%%PERL5_MAN3%%/MongoDB::DBRef.3.gz %%PERL5_MAN3%%/MongoDB::Examples.3.gz %%PERL5_MAN3%%/MongoDB::GridFS.3.gz %%PERL5_MAN3%%/MongoDB::GridFS::File.3.gz %%PERL5_MAN3%%/MongoDB::Indexing.3.gz +%%PERL5_MAN3%%/MongoDB::MongoClient.3.gz %%PERL5_MAN3%%/MongoDB::OID.3.gz %%PERL5_MAN3%%/MongoDB::Timestamp.3.gz %%PERL5_MAN3%%/MongoDB::Tutorial.3.gz %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/BSON.pm +%%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/BSON/Binary.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/Code.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/Collection.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/Connection.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/Cursor.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/DataTypes.pod %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/Database.pm +%%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/DBRef.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/Examples.pod %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/GridFS.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/GridFS/File.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/Indexing.pod +%%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/MongoClient.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/OID.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/Timestamp.pm %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/Tutorial.pod @@ -32,5 +38,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/MongoDB/MongoDB.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/MongoDB/MongoDB.so @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/MongoDB +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/BSON @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB/GridFS @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/MongoDB >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 03: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 49E404D4; Fri, 20 Dec 2013 03: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 1F2531389; Fri, 20 Dec 2013 03: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 rBK3K8Am091201; Fri, 20 Dec 2013 03:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBK3K8Z2091200; Fri, 20 Dec 2013 03:20:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 03:20:08 GMT Message-Id: <201312200320.rBK3K8Z2091200@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185013: port-update: databases/p5-MongoDB X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 03:20:09 -0000 Synopsis: port-update: databases/p5-MongoDB Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 03: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=185013 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 B64C96E3 for ; Fri, 20 Dec 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 8F93818EA for ; Fri, 20 Dec 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 rBK4e0dK007288 for ; Fri, 20 Dec 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 rBK4e0j7007287; Fri, 20 Dec 2013 04:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 04:40:00 GMT Resent-Message-Id: <201312200440.rBK4e0j7007287@freefall.freebsd.org> 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 647E55E9 for ; Fri, 20 Dec 2013 04:32:03 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 44FD218B0 for ; Fri, 20 Dec 2013 04:32: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 rBK4W3A7077235 for ; Fri, 20 Dec 2013 04:32:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK4W3fr077221; Fri, 20 Dec 2013 04:32:03 GMT (envelope-from nobody) Message-Id: <201312200432.rBK4W3fr077221@oldred.freebsd.org> Date: Fri, 20 Dec 2013 04:32:03 GMT From: Douglas Carmichael To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185014: I have updated net/samba4 to version 4.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 04:40:00 -0000 >Number: 185014 >Category: ports >Synopsis: I have updated net/samba4 to version 4.1.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: Fri Dec 20 04:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas Carmichael >Release: 9.2-RELEASE >Organization: n/a >Environment: FreeBSD dc-freebsd 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Mon Sep 30 15:56:52 CDT 2013 root@dc-freebsd:/usr/src/sys/amd64/compile/VMWARE92-64 amd64 >Description: I have updated net/samba4 to Samba 4.1.3. A patch is attached. >How-To-Repeat: n/a >Fix: A patch is attached. Patch attached with submission follows: diff -ruN samba4.orig/Makefile samba4/Makefile --- samba4.orig/Makefile 2013-12-17 01:39:55.000000000 -0600 +++ samba4/Makefile 2013-12-19 12:27:52.000000000 -0600 @@ -18,7 +18,7 @@ SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.0.13 +SAMBA4_VERSION= 4.1.3 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} @@ -116,7 +116,7 @@ # Options OPTIONS_DEFINE= ACL_SUPPORT ADS AIO_SUPPORT CUPS DEBUG \ DNSUPDATE FAM_SUPPORT LDAP PAM_SMBPASS \ - PTHREADPOOL QUOTAS SWAT SYSLOG UTMP WINBIND + PTHREADPOOL QUOTAS SYSLOG UTMP WINBIND OPTIONS_DEFAULT:= ${OPTIONS_DEFINE} @@ -130,7 +130,6 @@ PAM_SMBPASS_DESC= PAM authentication via passdb backends PTHREADPOOL_DESC= Pthread pool QUOTAS_DESC= Disk quota support -SWAT_DESC= SWAT WebGUI UTMP_DESC= UTMP accounting support WINBIND_DESC= WinBIND support ############################################################################## @@ -147,7 +146,7 @@ OPTIONS_DEFAULT+= NSUPDATE OPTIONS_RADIO= ZEROCONF -OPTIONS_RADIO_ZEROCONF= AVAHI MDNSRESPONDER +OPTIONS_RADIO_ZEROCONF= AVAHI OPTIONS_DEFAULT+= AVAHI .include @@ -265,13 +264,6 @@ CONFIGURE_ARGS+= --disable-avahi .endif -.if ${PORT_OPTIONS:MMDNSRESPONDER} -LIB_DEPENDS+= libdns_sd.so:${PORTSDIR}/net/mDNSResponder -CONFIGURE_ARGS+= --enable-dnssd -.else -CONFIGURE_ARGS+= --disable-dnssd -.endif - .if ${PORT_OPTIONS:MCUPS} LIB_DEPENDS+= libcups.so:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups --enable-iprint @@ -327,14 +319,6 @@ CONFIGURE_ARGS+= --without-syslog .endif -.if ${PORT_OPTIONS:MSWAT} -CONFIGURE_ARGS+= --with-swat -PLIST_SUB+= SWAT="" -.else -CONFIGURE_ARGS+= --without-swat -PLIST_SUB+= SWAT="@comment " -.endif - .if ${PORT_OPTIONS:MUTMP} CONFIGURE_ARGS+= --with-utmp .else @@ -344,9 +328,11 @@ .if ${PORT_OPTIONS:MWINBIND} CONFIGURE_ARGS+= --with-winbind PLIST_SUB+= WINBIND="" +SUB_LIST+= WINBIND="" .else CONFIGURE_ARGS+= --without-winbind PLIST_SUB+= WINBIND="@comment " +SUB_LIST+= WINBIND="@comment " .endif .if defined(SAMBA4_WANT_ADS) @@ -467,8 +453,7 @@ @${REINPLACE_CMD} -e 's|%%GDB_CMD%%|${GDB_CMD}|g' \ ${PATCH_WRKSRC}/buildtools/scripts/abi_gen.sh @${REINPLACE_CMD} -e 's|%%SAMBA4_CONFIG%%|${SAMBA4_CONFIG}|g' \ - ${PATCH_WRKSRC}/dynconfig/wscript \ - ${PATCH_WRKSRC}/dynconfig/config.m4 + ${PATCH_WRKSRC}/dynconfig/wscript # Make sure that the right version of Python is used by the tools # https://bugzilla.samba.org/show_bug.cgi?id=7305 @for f in ${PATCH_WRKSRC}/source4/scripting/bin/* ${WRKSRC}/${WAF_TOOL}; do \ diff -ruN samba4.orig/distinfo samba4/distinfo --- samba4.orig/distinfo 2013-12-17 01:39:55.000000000 -0600 +++ samba4/distinfo 2013-12-19 11:41:52.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (samba-4.0.13.tar.gz) = cb970bb016fd6403a31a2002b8db57f9201c6333feaafcc6b689eb5bd24174ac -SIZE (samba-4.0.13.tar.gz) = 22105105 +SHA256 (samba-4.1.3.tar.gz) = 71da208d412b8d15ee26d2a76b2247df357242177d995fe5d9320355432e24db +SIZE (samba-4.1.3.tar.gz) = 23161646 diff -ruN samba4.orig/files/patch-dynconfig__config.m4 samba4/files/patch-dynconfig__config.m4 --- samba4.orig/files/patch-dynconfig__config.m4 2013-12-17 01:39:55.000000000 -0600 +++ samba4/files/patch-dynconfig__config.m4 1969-12-31 18:00:00.000000000 -0600 @@ -1,34 +0,0 @@ ---- ./dynconfig/config.m4.orig 2012-10-02 08:38:44.000000000 +0000 -+++ ./dynconfig/config.m4 2013-01-27 07:13:46.156404375 +0000 -@@ -60,6 +60,22 @@ - PRIVILEGED_SOCKET_DIR="\${localstatedir}/lib/samba" - fi - -+AC_ARG_WITH(pkgconfigdir, -+[AS_HELP_STRING([--with-pkgconfigdir=DIR], -+ [Which directory to use for .pc files ($libdir/pkgconfig)])], -+[ case "$withval" in -+ yes|no) -+ # -+ # Just in case anybody calls it without argument -+ # -+ AC_MSG_WARN([--with-pkgconfigdir called without argument - will use default]) -+ ;; -+ * ) -+ PKGCONFIGDIR="$withval" -+ ;; -+ esac]) -+ -+ - AC_ARG_WITH(modulesdir, - [AS_HELP_STRING([--with-modulesdir=DIR], - [Which directory to use for modules ($exec_prefix/modules)])], -@@ -261,7 +277,7 @@ - NMBDSOCKETDIR="${SOCKET_DIR}/nmbd" - NTP_SIGND_SOCKET_DIR="${SOCKET_DIR}/ntp_signd" - NCALRPCDIR="${SOCKET_DIR}/ncalrpc" --CONFIGFILE="${CONFIGDIR}/smb.conf" -+CONFIGFILE="${CONFIGDIR}/%%SAMBA4_CONFIG%%" - LMHOSTSFILE="${CONFIGDIR}/lmhosts" - SMB_PASSWD_FILE="${PRIVATE_DIR}/smbpasswd" - diff -ruN samba4.orig/files/patch-lib__util__pidfile.c samba4/files/patch-lib__util__pidfile.c --- samba4.orig/files/patch-lib__util__pidfile.c 1969-12-31 18:00:00.000000000 -0600 +++ samba4/files/patch-lib__util__pidfile.c 2013-12-19 18:08:21.000000000 -0600 @@ -0,0 +1,20 @@ +*** lib/util/pidfile.c.orig Thu Dec 19 18:07:02 2013 +--- lib/util/pidfile.c Thu Dec 19 18:07:43 2013 +*************** +*** 149,155 **** + } + ret = unlink(pidFile); + if (ret == -1) { +! DEBUG(0,("Failed to delete pidfile %s. Error was %s\n", +! pidFile, strerror(errno))); + } + } +--- 149,156 ---- + } + ret = unlink(pidFile); + if (ret == -1) { +! /* Comment this out so as not to have spurious log messages */ +! /* DEBUG(0,("Failed to delete pidfile %s. Error was %s\n", +! pidFile, strerror(errno))); */ + } + } diff -ruN samba4.orig/files/patch-source3__modules__vfs_zfsacl.c samba4/files/patch-source3__modules__vfs_zfsacl.c --- samba4.orig/files/patch-source3__modules__vfs_zfsacl.c 2013-12-17 01:39:55.000000000 -0600 +++ samba4/files/patch-source3__modules__vfs_zfsacl.c 1969-12-31 18:00:00.000000000 -0600 @@ -1,19 +0,0 @@ ---- ./source3/modules/vfs_zfsacl.c.orig 2013-02-05 12:25:25.000000000 +0000 -+++ ./source3/modules/vfs_zfsacl.c 2013-02-06 02:16:53.149872040 +0000 -@@ -269,13 +269,14 @@ - - static SMB_ACL_T zfsacl_fail__sys_acl_get_file(vfs_handle_struct *handle, - const char *path_p, -- SMB_ACL_TYPE_T type) -+ SMB_ACL_TYPE_T type, -+ TALLOC_CTX *mem_ctx) - { - return (SMB_ACL_T)NULL; - } - - static SMB_ACL_T zfsacl_fail__sys_acl_get_fd(vfs_handle_struct *handle, -- files_struct *fsp) -+ files_struct *fsp, TALLOC_CTX *mem_ctx) - { - return (SMB_ACL_T)NULL; - } diff -ruN samba4.orig/files/patch-source3__utils__net_lookup.c samba4/files/patch-source3__utils__net_lookup.c --- samba4.orig/files/patch-source3__utils__net_lookup.c 2013-12-17 01:39:55.000000000 -0600 +++ samba4/files/patch-source3__utils__net_lookup.c 1969-12-31 18:00:00.000000000 -0600 @@ -1,11 +0,0 @@ ---- ./source3/utils/net_lookup.c.orig 2013-11-18 23:13:25.859884543 +0000 -+++ ./source3/utils/net_lookup.c 2013-11-18 23:21:48.283312520 +0000 -@@ -321,7 +321,7 @@ - - print_sockaddr(addr, sizeof(addr), &kdcs[i].ss); - -- d_printf("%s:%hd\n", addr, kdcs[i].port); -+ d_printf("%s:%u\n", addr, kdcs[i].port); - } - - return 0; diff -ruN samba4.orig/files/patch-source3__wscript samba4/files/patch-source3__wscript --- samba4.orig/files/patch-source3__wscript 2013-12-17 01:39:55.000000000 -0600 +++ samba4/files/patch-source3__wscript 1969-12-31 18:00:00.000000000 -0600 @@ -1,105 +0,0 @@ ---- ./source3/wscript.orig 2013-10-07 08:49:10.000000000 +0000 -+++ ./source3/wscript 2013-11-18 22:45:12.808702339 +0000 -@@ -35,6 +35,7 @@ - opt.SAMBA3_ADD_OPTION('utmp') - opt.SAMBA3_ADD_OPTION('pthreadpool', with_name="enable", without_name="disable", default=True) - opt.SAMBA3_ADD_OPTION('avahi', with_name="enable", without_name="disable") -+ opt.SAMBA3_ADD_OPTION('dnssd', with_name="enable", without_name="disable") - opt.SAMBA3_ADD_OPTION('iconv') - opt.SAMBA3_ADD_OPTION('acl-support') - opt.SAMBA3_ADD_OPTION('dnsupdate') -@@ -312,7 +312,9 @@ - - # Check if the compiler will optimize out functions - conf.CHECK_CODE(''' --if (0) { -+char s = "string"; -+int len = 6; -+if (sizeof(s) != len && sizeof(s) != sizeof(char *)) { - this_function_does_not_exist(); - } else { - return 1; -@@ -502,7 +504,7 @@ - conf.CHECK_CODE('struct aiocb a; return aio_return(&a);', 'HAVE_AIO_RETURN', msg='Checking for aio_return', headers='aio.h', lib='aio rt') - conf.CHECK_CODE('struct aiocb a; return aio_error(&a);', 'HAVE_AIO_ERROR', msg='Checking for aio_error', headers='aio.h', lib='aio rt') - conf.CHECK_CODE('struct aiocb a; return aio_cancel(1, &a);', 'HAVE_AIO_CANCEL', msg='Checking for aio_cancel', headers='aio.h', lib='aio rt') -- conf.CHECK_CODE('struct aiocb a; struct timespec t; return aio_suspend(&a, 1, &t);', 'HAVE_AIO_SUSPEND', msg='Checking for aio_suspend', headers='aio.h', lib='aio rt') -+ conf.CHECK_CODE('const struct aiocb * const a[1]; struct timespec t; return aio_suspend(a, 1, &t);', 'HAVE_AIO_SUSPEND', msg='Checking for aio_suspend', headers='aio.h', lib='aio rt') - if not conf.CONFIG_SET('HAVE_AIO'): - conf.DEFINE('HAVE_NO_AIO', '1') - else: -@@ -812,6 +813,17 @@ - conf.SET_TARGET_TYPE('avahi-common', 'EMPTY') - conf.SET_TARGET_TYPE('avahi-client', 'EMPTY') - -+ if Options.options.with_dnssd: -+ conf.env.with_dnssd = True -+ if not conf.CHECK_HEADERS('dns_sd.h'): -+ conf.env.with_dnssd = False -+ if not conf.CHECK_FUNCS_IN('DNSServiceRegister', 'dns_sd'): -+ conf.env.with_dnssd = False -+ if conf.env.with_dnssd: -+ conf.DEFINE('WITH_DNSSD_SUPPORT', 1) -+ else: -+ conf.SET_TARGET_TYPE('dns_sd', 'EMPTY') -+ - if Options.options.with_iconv: - conf.env.with_iconv = True - if not conf.CHECK_FUNCS_IN('iconv_open', 'iconv', headers='iconv.h'): -@@ -1670,26 +1670,8 @@ - - if PTHREAD_LDFLAGS == 'error': - if conf.CHECK_FUNCS_IN('pthread_attr_init', 'pthread'): -- PTHREAD_CFLAGS='-D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS' -- PTHREAD_LDFLAGS='-lpthread' -- if PTHREAD_LDFLAGS == 'error': -- if conf.CHECK_FUNCS_IN('pthread_attr_init', 'pthreads'): -- PTHREAD_CFLAGS='-D_THREAD_SAFE' -- PTHREAD_LDFLAGS='-lpthreads' -- if PTHREAD_LDFLAGS == 'error': -- if conf.CHECK_FUNCS_IN('pthread_attr_init', 'c_r'): -- PTHREAD_CFLAGS='-D_THREAD_SAFE -pthread' -+ PTHREAD_CFLAGS='-pthread' - PTHREAD_LDFLAGS='-pthread' -- if PTHREAD_LDFLAGS == 'error': -- if conf.CHECK_FUNCS('pthread_attr_init'): -- PTHREAD_CFLAGS='-D_REENTRANT' -- PTHREAD_LDFLAGS='-lpthread' -- # especially for HP-UX, where the CHECK_FUNC macro fails to test for -- # pthread_attr_init. On pthread_mutex_lock it works there... -- if PTHREAD_LDFLAGS == 'error': -- if conf.CHECK_FUNCS_IN('pthread_mutex_lock', 'pthread'): -- PTHREAD_CFLAGS='-D_REENTRANT' -- PTHREAD_LDFLAGS='-lpthread' - - if PTHREAD_CFLAGS != 'error' and PTHREAD_LDFLAGS != 'error': - conf.ADD_CFLAGS(PTHREAD_CFLAGS) -@@ -1719,8 +1701,8 @@ - auth_script vfs_readahead vfs_xattr_tdb vfs_posix_eadb - vfs_streams_xattr vfs_streams_depot vfs_acl_xattr vfs_acl_tdb - vfs_smb_traffic_analyzer vfs_preopen vfs_catia vfs_scannedonly -- vfs_media_harmony -- vfs_commit -+ vfs_media_harmony -+ vfs_commit - vfs_crossrename vfs_linux_xfs_sgid - vfs_time_audit idmap_autorid idmap_tdb2 - idmap_rid idmap_hash''')) -@@ -1733,7 +1715,7 @@ - - if Options.options.enable_selftest or Options.options.developer: - default_shared_modules.extend(TO_LIST('vfs_fake_acls')) -- -+ - - if conf.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'): - default_static_modules.extend(TO_LIST('pdb_samba_dsdb auth_samba4 vfs_dfs_samba4')) -@@ -1766,7 +1748,7 @@ - default_static_modules.extend(TO_LIST('charset_macosxfs')) - - if conf.CONFIG_SET('HAVE_GPFS'): -- default_shared_modules.extend(TO_LIST('vfs_gpfs')) -+ default_shared_modules.extend(TO_LIST('vfs_gpfs')) - - if conf.CONFIG_SET('SAMBA_FAM_LIBS'): - default_shared_modules.extend(TO_LIST('vfs_notify_fam')) diff -ruN samba4.orig/files/patch-source3__wscript_build samba4/files/patch-source3__wscript_build --- samba4.orig/files/patch-source3__wscript_build 2013-12-17 01:39:55.000000000 -0600 +++ samba4/files/patch-source3__wscript_build 2013-12-17 03:51:33.000000000 -0600 @@ -1,61 +1,73 @@ ---- source3/wscript_build.orig 2013-07-01 09:15:40.000000000 +0200 -+++ source3/wscript_build 2013-11-12 10:13:36.004046408 +0100 -@@ -1,7 +1,8 @@ - #!/usr/bin/env python - - from samba_utils import * --import samba_version, samba3 -+import samba_version, samba3, sys -+host_os = sys.platform - - TDB_LIB_SRC = ''' - lib/dbwrap/dbwrap_open.c -@@ -651,7 +652,16 @@ - vnum='0', - vars=locals()) - --bld.SAMBA3_LIBRARY('nss_wins', -+if (host_os.rfind('freebsd') > -1): -+ # FreeBSD winbind client is implemented as a wrapper around -+ # the Linux version. -+ bld.SAMBA3_LIBRARY('nss_wins', -+ source=' '.join([WINBIND_WINS_NSS_SRC, '../nsswitch/wins_freebsd.c']), -+ deps='''param libsmb LIBTSOCKET''', -+ realname='nss_wins.so.1', -+ vnum='1') -+else: -+ bld.SAMBA3_LIBRARY('nss_wins', - source=WINBIND_WINS_NSS_SRC, - deps='''param libsmb LIBTSOCKET''', - realname='libnss_wins.so.2', -@@ -972,10 +982,12 @@ - LIBAFS_SETTOKEN - RPC_SERVER - NDR_SMBXSRV -- LIBASYS -+ LIBASYS - ccan-hash - NDR_SMB_ACL - netapi -+ inotify -+ dns_sd - ''' + bld.env['dmapi_lib'], - private_library=True, - vars=locals()) -@@ -1277,6 +1289,7 @@ - libsmb - msrpc3 - RPC_NDR_SRVSVC -+ dns_sd - cli_smb_common''') - - bld.SAMBA3_BINARY('net', -@@ -1629,7 +1642,7 @@ - - bld.SAMBA3_PYTHON('pylibsmb', - source='libsmb/pylibsmb.c', -- deps='smbclient samba-credentials', -+ deps='smbclient samba-credentials libsmb errors', - realname='samba/samba3/libsmb_samba_internal.so' - ) - +*** source3/wscript_build.orig Tue Dec 17 03:07:22 2013 +--- source3/wscript_build Tue Dec 17 03:46:31 2013 +*************** +*** 1,7 **** + #!/usr/bin/env python + + from samba_utils import * +! import samba_version, samba3 + + TDB_LIB_SRC = ''' + lib/dbwrap/dbwrap_open.c +--- 1,8 ---- + #!/usr/bin/env python + + from samba_utils import * +! import samba_version, samba3, sys +! host_os = sys.platform + + TDB_LIB_SRC = ''' + lib/dbwrap/dbwrap_open.c +*************** +*** 654,660 **** + vnum='0', + vars=locals()) + +! bld.SAMBA3_LIBRARY('nss_wins', + source=WINBIND_WINS_NSS_SRC, + deps='''param libsmb LIBTSOCKET''', + realname='libnss_wins.so.2', +--- 655,670 ---- + vnum='0', + vars=locals()) + +! if (host_os.rfind('freebsd') > -1): +! # FreeBSD winbind client is implemented as a wrapper around +! # the Linux version. +! bld.SAMBA3_LIBRARY('nss_wins', +! source=' '.join([WINBIND_WINS_NSS_SRC, '../nsswitch/wins_freebsd.c']), +! deps='''param libsmb LIBTSOCKET''', +! realname='nss_wins.so.1', +! vnum='1') +! else: +! bld.SAMBA3_LIBRARY('nss_wins', + source=WINBIND_WINS_NSS_SRC, + deps='''param libsmb LIBTSOCKET''', + realname='libnss_wins.so.2', +*************** +*** 980,985 **** +--- 990,996 ---- + ccan-hash + NDR_SMB_ACL + netapi ++ inotify + NDR_IOCTL + ''' + bld.env['dmapi_lib'], + private_library=True, +*************** +*** 1613,1619 **** + + bld.SAMBA3_PYTHON('pylibsmb', + source='libsmb/pylibsmb.c', +! deps='smbclient samba-credentials', + realname='samba/samba3/libsmb_samba_internal.so' + ) + +--- 1624,1630 ---- + + bld.SAMBA3_PYTHON('pylibsmb', + source='libsmb/pylibsmb.c', +! deps='smbclient samba-credentials libsmb errors', + realname='samba/samba3/libsmb_samba_internal.so' + ) + diff -ruN samba4.orig/files/samba4.in samba4/files/samba4.in --- samba4.orig/files/samba4.in 2013-12-17 01:39:55.000000000 -0600 +++ samba4/files/samba4.in 2013-12-19 18:43:16.000000000 -0600 @@ -16,7 +16,11 @@ # Configuration file can be set with: #samba4_config="%%SAMBA4_CONFDIR%%/%%SAMBA4_CONFIG%%" # - +# You can disable/enable any of the Samba daemons by specifying: +#nmbd_enable="NO" +#smbd_enable="NO" +%%WINBIND%%# You need to enable winbindd separately, by adding: +%%WINBIND%%#winbindd_enable="YES" . /etc/rc.subr name="samba4" @@ -30,7 +34,16 @@ samba4_config_default="%%SAMBA4_CONFDIR%%/%%SAMBA4_CONFIG%%" samba4_config=${samba4_config=${samba4_config_default}} samba4_configfile_arg=${samba4_config:+--configfile="${samba4_config}"} #" -testparm_command="%%PREFIX%%/bin/samba-tool testparm --suppress-prompt --verbose ${samba4_configfile_arg}" +testparm_command="/usr/local/bin/samba-tool testparm --suppress-prompt --verbose ${samba4_configfile_arg}" +samba_daemons="nmbd smbd" +%%WINBIND%%samba_daemons="${samba_daemons} winbindd" + +# Custom commands +extra_commands="reload status" +start_cmd="samba4_cmd" +stop_cmd="samba4_cmd" +status_cmd="samba4_cmd" +rcvar_cmd="samba4_rcvar_cmd" # Fetch parameters from configuration file samba4_role=$(${testparm_command} --parameter-name='server role' 2>/dev/null) samba4_lockdir=$(${testparm_command} --parameter-name='lock directory' 2>/dev/null) @@ -62,10 +75,120 @@ if [ ! -d "${samba4_piddir}" -a ! -e "${samba4_piddir}" ]; then install -m 0755 -d "${samba4_piddir}" fi - # Remove smbd.pid before starting up samba(needed for s3fs) - if [ -e "${samba4_piddir}/smbd.pid" ] ; then - rm -f "${samba4_piddir}/smbd.pid" +} + +samba_start_precmd() { + # Make sure rundir exists + if [ ! -d "%%SAMBA4_RUNDIR%%" -a ! -e "%%SAMBA4_RUNDIR%%" ]; then + install -m 0755 -d "%%SAMBA4_RUNDIR%%" + fi + # XXX: Never delete winbindd_idmap, winbindd_cache and group_mapping + if [ -n "${samba_lockdir}" -a -d "${samba_lockdir}" ]; then + echo -n "Removing stale Samba tdb files: " + for file in brlock.tdb browse.dat connections.tdb gencache.tdb \ + locking.tdb messages.tdb namelist.debug sessionid.tdb \ + unexpected.tdb + do + rm "${samba_lockdir}/${file}" /dev/null && echo -n '.' + done + echo " done" fi } +samba4_rcvar_cmd() { + local name rcvar + rcvar=${name}_enable + # Prevent recursive calling + unset "${rc_arg}_cmd" "${rc_arg}_precmd" "${rc_arg}_postcmd" + # Check master variable + run_rc_command "${_rc_prefix}${rc_arg}" ${rc_extra_args} + # Check dependent variables + for name in ${samba_daemons}; do + # XXX + rcvars=''; v='' + rcvar=${name}_enable + run_rc_command "${_rc_prefix}${rc_arg}" ${rc_extra_args} + done +} + +samba4_config_init() { + local name + # Load configuration + load_rc_config "${name}" + for name in ${samba_daemons}; do + load_rc_config "${name}" + done + # Location of the config + samba_config=${samba_config="${samba_config_default}"} #" + # XXX: Hack to work around name change of pid file with non-default config + if [ -n "${samba_config}" -a "${samba_config}" != "${samba_config_default}" ]; then + pid_extra="-$(basename "${samba_config}")" + fi + # Defaults + samba_enable=${samba_enable:=NO} + # Setup dependent variables + if [ -n "${rcvar}" ] && checkyesno "${rcvar}"; then + nmbd_enable=${nmbd_enable=YES} + smbd_enable=${smbd_enable=YES} + fi + nmbd_enable=${nmbd_enable:=NO} + smbd_enable=${smbd_enable:=NO} +%%WINBIND%% # Winbindd +%%WINBIND%% if [ -z "${winbind_enable}" ]; then +%%WINBIND%% samba_idmap=$(${samba_parm} 'idmap uid' "${samba_config}" 2>/dev/null) +%%WINBIND%% # Check that winbindd is actually configured +%%WINBIND%% if [ -n "${samba_idmap}" ]; then +%%WINBIND%% winbindd_enable="YES" +%%WINBIND%% fi +%%WINBIND%% winbindd_enable=${winbindd_enable:=NO} +%%WINBIND%% fi +} + +samba4_cmd() { + local name rcvar rcvars v command pidfile samba_daemons result force_run + # Prevent recursive calling + unset "${rc_arg}_cmd" "${rc_arg}_precmd" "${rc_arg}_postcmd" + # Hack to check if the server role is a domain controller + if [ "${samba4_role}" = "active directory domain controller" ]; then + samba_daemons="samba" + samba_flags=${samba_flags="-D"} + fi + # Stop processes in the reverse order + if [ "${rc_arg}" = "stop" ] ; then + samba_daemons=$(reverse_list ${samba_daemons}) + fi + # Ignore rcvar and run command + if [ -n "${_rc_prefix}" -a "${_rc_prefix}" = "one" ] || [ -n "${rc_force}" ] || [ -n "${rc_fast}" ]; then + force_run=yes + fi + # Assume success + result=0 + # Apply to all daemons + for name in ${samba_daemons}; do + # XXX + rcvars=''; v='' + rcvar=${name}_enable + command="%%PREFIX%%/sbin/${name}" + pidfile="%%SAMBA4_RUNDIR%%/${name}${pid_extra}.pid" + # Daemon should be enabled and running + if ( [ -n "${rcvar}" ] && checkyesno "${rcvar}" ) || [ -n "$force_run" ]; then + run_rc_command "${_rc_prefix}${rc_arg}" ${rc_extra_args} + # If any of the commands failed, take it as a global result + result=$((${result} || $?)) + fi + done + return ${result} +} + +# Load configuration variables +samba4_config_init +# Common flags +command_args=${samba_config:+-s "${samba_config}"} #" +nmbd_flags=${nmbd_flags="-D"} +smbd_flags=${smbd_flags="-D"} +%%WINBIND%%winbindd_flags=${winbindd_flags=''} +# Requirements +required_files="${samba_config}" +required_dirs="${samba_lockdir}" +# run_rc_command "$1" diff -ruN samba4.orig/pkg-plist samba4/pkg-plist --- samba4.orig/pkg-plist 2013-12-17 01:39:55.000000000 -0600 +++ samba4/pkg-plist 2013-12-19 18:20:36.000000000 -0600 @@ -41,7 +41,6 @@ sbin/samba_spnupdate sbin/samba_upgradedns sbin/smbd -%%SWAT%%sbin/swat %%WINBIND%%sbin/winbindd include/samba4/charset.h include/samba4/core/doserr.h @@ -209,10 +208,10 @@ lib/libwbclient.so lib/libwbclient.so.0 lib/mit_samba.so -lib/nss_winbind.so.1 +%%WINBIND%%lib/nss_winbind.so.1 lib/nss_wins.so.1 %%SMBPASS%%lib/pam_smbpass.so -lib/pam_winbind.so +%%WINBIND%%lib/pam_winbind.so lib/winbind_krb5_locator.so lib/samba/libCHARSET3.so lib/samba/libHDB_SAMBA4.so @@ -274,6 +273,7 @@ lib/samba/libnetif.so lib/samba/libnpa_tstream.so lib/samba/libnss_info.so +lib/samba/libntdb.so.0 lib/samba/libntvfs.so lib/samba/libpac.so lib/samba/libpopt_samba3.so @@ -307,7 +307,8 @@ lib/samba/libutil_reg.so lib/samba/libutil_setid.so lib/samba/libutil_tdb.so -lib/samba/libwinbind-client.so +lib/samba/libutil_ntdb.so +%%WINBIND%%lib/samba/libwinbind-client.so lib/samba/libwind-samba4.so.0 lib/samba/libxattr_tdb.so %%LDAP%%lib/samba/libsmbldaphelper.so @@ -382,7 +383,7 @@ lib/shared-modules/service/s3fs.so lib/shared-modules/service/smb.so lib/shared-modules/service/web.so -lib/shared-modules/service/winbind.so +%%WINBIND%%lib/shared-modules/service/winbind.so lib/shared-modules/service/wrepl.so lib/shared-modules/vfs/acl_tdb.so lib/shared-modules/vfs/acl_xattr.so @@ -636,7 +637,6 @@ %%PYTHON_SITELIBDIR%%/samba/external/testtools/deferredruntest.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/distutilscmd.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/helpers.py -%%PYTHON_SITELIBDIR%%/samba/external/testtools/matchers.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/monkey.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/run.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/runtest.py @@ -653,7 +653,6 @@ %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests/test_distutilscmd.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests/test_fixturesupport.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests/test_helpers.py -%%PYTHON_SITELIBDIR%%/samba/external/testtools/tests/test_matchers.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests/test_monkey.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests/test_run.py %%PYTHON_SITELIBDIR%%/samba/external/testtools/tests/test_runtest.py @@ -778,6 +777,7 @@ %%PYTHON_SITELIBDIR%%/samba/xattr.py %%PYTHON_SITELIBDIR%%/samba/xattr_native.so %%PYTHON_SITELIBDIR%%/samba/xattr_tdb.so +%%PYTHON_SITELIBDIR%%/ntdb.so @unexec find %D/%%PYTHON_SITELIBDIR%%/samba -name '*.py[co]' -delete >/dev/null 2>&1 @dirrm %%PYTHON_SITELIBDIR%%/samba/web_server @dirrm %%PYTHON_SITELIBDIR%%/samba/tests/samba_tool @@ -801,17 +801,7 @@ @dirrm %%PYTHON_SITELIBDIR%%/samba @dirrmtry %%PYTHON_SITELIBDIR%% @dirrmtry %%PYTHON_LIBDIR%% -%%DATADIR%%/codepages/de.msg -%%DATADIR%%/codepages/en.msg -%%DATADIR%%/codepages/fi.msg -%%DATADIR%%/codepages/fr.msg -%%DATADIR%%/codepages/it.msg -%%DATADIR%%/codepages/ja.msg %%DATADIR%%/codepages/lowcase.dat -%%DATADIR%%/codepages/nl.msg -%%DATADIR%%/codepages/pl.msg -%%DATADIR%%/codepages/ru.msg -%%DATADIR%%/codepages/tr.msg %%DATADIR%%/codepages/upcase.dat %%DATADIR%%/codepages/valid.dat %%DATADIR%%/setup/DB_CONFIG @@ -904,54 +894,6 @@ %%DATADIR%%/setup/slapd.conf %%DATADIR%%/setup/spn_update_list %%DATADIR%%/setup/ypServ30.ldif -%%DATADIR%%/swat/help/welcome-no-samba-doc.html -%%DATADIR%%/swat/help/welcome.html -%%DATADIR%%/swat/images/globals.gif -%%DATADIR%%/swat/images/home.gif -%%DATADIR%%/swat/images/passwd.gif -%%DATADIR%%/swat/images/printers.gif -%%DATADIR%%/swat/images/samba.gif -%%DATADIR%%/swat/images/shares.gif -%%DATADIR%%/swat/images/status.gif -%%DATADIR%%/swat/images/viewconfig.gif -%%DATADIR%%/swat/images/wizard.gif -%%DATADIR%%/swat/include/footer.html -%%DATADIR%%/swat/include/header.html -%%DATADIR%%/swat/lang/ja/help/welcome.html -%%DATADIR%%/swat/lang/ru/help/welcome-no-samba-doc.html -%%DATADIR%%/swat/lang/ru/help/welcome.html -%%DATADIR%%/swat/lang/ru/images/globals.gif -%%DATADIR%%/swat/lang/ru/images/home.gif -%%DATADIR%%/swat/lang/ru/images/passwd.gif -%%DATADIR%%/swat/lang/ru/images/printers.gif -%%DATADIR%%/swat/lang/ru/images/shares.gif -%%DATADIR%%/swat/lang/ru/images/status.gif -%%DATADIR%%/swat/lang/ru/images/viewconfig.gif -%%DATADIR%%/swat/lang/ru/images/wizard.gif -%%DATADIR%%/swat/lang/ru/include/header.html -%%DATADIR%%/swat/lang/tr/help/welcome.html -%%DATADIR%%/swat/lang/tr/images/globals.gif -%%DATADIR%%/swat/lang/tr/images/home.gif -%%DATADIR%%/swat/lang/tr/images/passwd.gif -%%DATADIR%%/swat/lang/tr/images/printers.gif -%%DATADIR%%/swat/lang/tr/images/samba.gif -%%DATADIR%%/swat/lang/tr/images/shares.gif -%%DATADIR%%/swat/lang/tr/images/status.gif -%%DATADIR%%/swat/lang/tr/images/viewconfig.gif -@dirrm %%DATADIR%%/swat/lang/tr/images -@dirrm %%DATADIR%%/swat/lang/tr/help -@dirrm %%DATADIR%%/swat/lang/tr -@dirrm %%DATADIR%%/swat/lang/ru/include -@dirrm %%DATADIR%%/swat/lang/ru/images -@dirrm %%DATADIR%%/swat/lang/ru/help -@dirrm %%DATADIR%%/swat/lang/ru -@dirrm %%DATADIR%%/swat/lang/ja/help -@dirrm %%DATADIR%%/swat/lang/ja -@dirrm %%DATADIR%%/swat/lang -@dirrm %%DATADIR%%/swat/include -@dirrm %%DATADIR%%/swat/images -@dirrm %%DATADIR%%/swat/help -@dirrm %%DATADIR%%/swat @dirrm %%DATADIR%%/setup/display-specifiers @dirrm %%DATADIR%%/setup/ad-schema @dirrm %%DATADIR%%/setup @@ -1014,7 +956,6 @@ man/man8/smbpasswd.8.gz man/man8/smbspool.8.gz man/man8/smbta-util.8.gz -man/man8/swat.8.gz man/man8/vfs_acl_tdb.8.gz man/man8/vfs_acl_xattr.8.gz man/man8/vfs_aio_fork.8.gz >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 04: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 5996671E; Fri, 20 Dec 2013 04: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 3034F18ED; Fri, 20 Dec 2013 04: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 rBK4eAHK009007; Fri, 20 Dec 2013 04: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 rBK4eAji009006; Fri, 20 Dec 2013 04:40:10 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 04:40:10 GMT Message-Id: <201312200440.rBK4eAji009006@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, timur@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185014: I have updated net/samba4 to version 4.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 04:40:10 -0000 Synopsis: I have updated net/samba4 to version 4.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->timur Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 04: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=185014 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 05: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 A542FBF9 for ; Fri, 20 Dec 2013 05: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 7F9781A83 for ; Fri, 20 Dec 2013 05: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 rBK500ZW011145 for ; Fri, 20 Dec 2013 05: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 rBK50018011142; Fri, 20 Dec 2013 05:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 05:00:00 GMT Resent-Message-Id: <201312200500.rBK50018011142@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Phil Phillips Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D91B7AB9 for ; Fri, 20 Dec 2013 04:55:56 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C4C761A51 for ; Fri, 20 Dec 2013 04:55: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 rBK4tukC078484 for ; Fri, 20 Dec 2013 04:55:56 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK4tuNX078478; Fri, 20 Dec 2013 04:55:56 GMT (envelope-from nobody) Message-Id: <201312200455.rBK4tuNX078478@oldred.freebsd.org> Date: Fri, 20 Dec 2013 04:55:56 GMT From: Phil Phillips To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185015: [PATCH] java/openjdk7: unlimited strength policy option not working X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 05:00:00 -0000 >Number: 185015 >Category: ports >Synopsis: [PATCH] java/openjdk7: unlimited strength policy option not working >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 Dec 20 05:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Phil Phillips >Release: >Organization: Experts Exchange >Environment: >Description: Building openjdk7 with the POLICY option enabled doesn't actually install the unlimited strength policy files. The javax.crypto Makefile changed a little, so the post-patch command in the port is no longer modifying the Makefile to call the "install-unlimited" target. Instead, the UNLIMITED_CRYPTO environment variable can be set. >How-To-Repeat: 1) Install openjdk7 with POLICY option enabled 2) Run a java program that requires unlimited strength policy files >Fix: Patch attached. I included a PORTREVISION bump with this change. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 336970) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= openjdk PORTVERSION= ${JDK_MAJOR_VERSION}.${PORT_MINOR_VERSION}.${PORT_BUILD_NUMBER} +PORTREVISION= 1 CATEGORIES= java devel MASTER_SITES= http://download.java.net/openjdk/jdk${JDK_MAJOR_VERSION}u${JDK_MINOR_VERSION}/promoted/b${JDK_BUILD_NUMBER}/ \ http://download.java.net/jaxp/1.4.5/:jaxp \ @@ -110,6 +111,10 @@ MAKE_ENV+= ALT_OBJCOPY="/nonexistent" .endif +.if ${PORT_OPTIONS:MPOLICY} +MAKE_ENV+= UNLIMITED_CRYPTO=1 +.endif + .if ${PORT_OPTIONS:MTZUPDATE} RUN_DEPENDS+= ${LOCALBASE}/share/java/zi:${PORTSDIR}/java/java-zoneinfo .endif @@ -135,10 +140,6 @@ post-patch: @${REINPLACE_CMD} "s|%%LOCALBASE%%|${LOCALBASE}|" \ ${WRKSRC}/hotspot/src/os/bsd/vm/os_bsd.cpp -.if ${PORT_OPTIONS:MPOLICY} - @${REINPLACE_CMD} 's|build-policy install-limited|build-policy install-unlimited|' \ - ${WRKSRC}/jdk/make/javax/crypto/Makefile -.endif .if empty(ICONV_LIB) @${REINPLACE_CMD} 's| -liconv||' \ ${WRKSRC}/Makefile \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 05: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 30D19C2A; Fri, 20 Dec 2013 05: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 0650C1A86; Fri, 20 Dec 2013 05: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 rBK5073t011279; Fri, 20 Dec 2013 05:00:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBK5073o011278; Fri, 20 Dec 2013 05:00:07 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 05:00:07 GMT Message-Id: <201312200500.rBK5073o011278@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glewis@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185015: [PATCH] java/openjdk7: unlimited strength policy option not working X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 05:00:08 -0000 Synopsis: [PATCH] java/openjdk7: unlimited strength policy option not working Responsible-Changed-From-To: freebsd-ports-bugs->glewis Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 05:00:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185015 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 06: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 DF0D127A for ; Fri, 20 Dec 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 B9A75110E for ; Fri, 20 Dec 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 rBK6K0Ac031682 for ; Fri, 20 Dec 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 rBK6K0kW031681; Fri, 20 Dec 2013 06:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 06:20:00 GMT Resent-Message-Id: <201312200620.rBK6K0kW031681@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Markiyan Kushnir Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 540F7196 for ; Fri, 20 Dec 2013 06:15:04 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3FF2D10DF for ; Fri, 20 Dec 2013 06:15: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 rBK6F3hH053195 for ; Fri, 20 Dec 2013 06:15:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK6F39o053181; Fri, 20 Dec 2013 06:15:03 GMT (envelope-from nobody) Message-Id: <201312200615.rBK6F39o053181@oldred.freebsd.org> Date: Fri, 20 Dec 2013 06:15:03 GMT From: Markiyan Kushnir To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185016: audio/jack build broken in the presence of audio/portaudio2 installed (but audio/portaudio required) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 06:20:01 -0000 >Number: 185016 >Category: ports >Synopsis: audio/jack build broken in the presence of audio/portaudio2 installed (but audio/portaudio required) >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 Dec 20 06:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Markiyan Kushnir >Release: 11.0-CURRENT >Organization: >Environment: FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259569: Thu Dec 19 07:54:44 EET 2013 root@vm.mkushnir.mooo.com:/usr/obj/usr/src.svnup/sys/MAREK amd64 >Description: The ports tree revision is 336920. Once audio/portaudio2 was installed, then audio/jack being built/installed as a dependency of something else results in it being broken. audio/jack requires portaudio v1x, not v2, and the dependency looks confusing to the system: LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio # ldconfig -r | grep portau search directories: /lib:/usr/lib:/usr/lib/compat:/usr/local/lib:/usr/local/lib/event2:/usr/local/lib/nss:/usr/local/llvm33/lib:/usr/local/lib/ffmpeg0:/usr/local/lib/portaudio2 453:-lportaudio.2 => /usr/local/lib/portaudio2/libportaudio.so.2 >How-To-Repeat: Try installing audio/denemo, without audio/portaudio having first installed. >Fix: Patch attached with submission follows: --- Makefile 2013-12-20 08:12:24.000000000 +0200 +++ Makefile.mkushnir 2013-12-20 02:25:31.000000000 +0200 @@ -11,7 +11,7 @@ MAINTAINER= multimedia@FreeBSD.org COMMENT= Low latency audio server -LIB_DEPENDS= libportaudio.so:${PORTSDIR}/audio/portaudio \ +LIB_DEPENDS= /usr/local/lib/libportaudio.so:${PORTSDIR}/audio/portaudio \ libsndfile.so:${PORTSDIR}/audio/libsndfile \ libsamplerate.so:${PORTSDIR}/audio/libsamplerate \ libcelt0.so:${PORTSDIR}/audio/celt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 302502B4; Fri, 20 Dec 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 059A01110; Fri, 20 Dec 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 rBK6K8Cd031818; Fri, 20 Dec 2013 06: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 rBK6K8CC031817; Fri, 20 Dec 2013 06:20:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 06:20:08 GMT Message-Id: <201312200620.rBK6K8CC031817@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185016: audio/jack build broken in the presence of audio/portaudio2 installed (but audio/portaudio required) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 06:20:09 -0000 Synopsis: audio/jack build broken in the presence of audio/portaudio2 installed (but audio/portaudio required) Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 06: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=185016 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 08: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 5C98E351 for ; Fri, 20 Dec 2013 08: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 2F6471853 for ; Fri, 20 Dec 2013 08: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 rBK803mM063005 for ; Fri, 20 Dec 2013 08: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 rBK803pf063004; Fri, 20 Dec 2013 08:00:03 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 08:00:03 GMT Message-Id: <201312200800.rBK803pf063004@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184817: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 20 Dec 2013 08:00:03 -0000 The following reply was made to PR ports/184817; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184817: commit references a PR Date: Fri, 20 Dec 2013 07:54:45 +0000 (UTC) Author: bapt Date: Fri Dec 20 07:54:38 2013 New Revision: 336973 URL: http://svnweb.freebsd.org/changeset/ports/336973 Log: MFH: r336931 - Fix build with clang - Add amd64 to ONLY_FOR_ARCHS - Add LICENSE - Support staging PR: ports/184817 Submitted by: KATO Tsuguru Modified: branches/2014Q1/graphics/qcread/Makefile (contents, props changed) Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/graphics/qcread/Makefile ============================================================================== --- branches/2014Q1/graphics/qcread/Makefile Fri Dec 20 07:53:52 2013 (r336972) +++ branches/2014Q1/graphics/qcread/Makefile Fri Dec 20 07:54:38 2013 (r336973) @@ -10,18 +10,21 @@ MASTER_SITES= http://www.fhttpd.org/pub/ MAINTAINER= ports@FreeBSD.org COMMENT= Supports both color and B&W parallel-port Connectix QuickCam for PC -ONLY_FOR_ARCHS= i386 +LICENSE= BSD + +USE_CSTD= gnu89 + +ONLY_FOR_ARCHS= amd64 i386 -NO_STAGE= yes do-build: - cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -DFreeBSD ${CPPFLAGS} \ - -o qcread qcread.c cqc.c -lm ${LDFLAGS} + (cd ${WRKSRC} && ${CC} ${CFLAGS} -I. -DFreeBSD ${CPPFLAGS} \ + -o qcread qcread.c cqc.c -lm ${LDFLAGS}) + @${LN} -sf qcam.conf ${WRKSRC}/qcam.conf.dist do-install: - ${INSTALL} ${COPY} -o root -g wheel -m 644 ${WRKSRC}/qcam.conf ${PREFIX}/etc/qcam.conf.dist - if [ ! -e ${PREFIX}/etc/qcam.conf ]; then \ - ${CP} ${PREFIX}/etc/qcam.conf.dist ${PREFIX}/etc/qcam.conf; \ - fi - ${INSTALL_PROGRAM} ${WRKSRC}/qcread ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} qcread \ + ${STAGEDIR}${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_DATA} qcam.conf.dist \ + ${STAGEDIR}${PREFIX}/etc) .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 Fri Dec 20 08: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 B1522D71 for ; Fri, 20 Dec 2013 08: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 8477C192E for ; Fri, 20 Dec 2013 08: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 rBK8A5TJ066967 for ; Fri, 20 Dec 2013 08: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 rBK8A5YJ066966; Fri, 20 Dec 2013 08:10:05 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 08:10:05 GMT Message-Id: <201312200810.rBK8A5YJ066966@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184831: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 20 Dec 2013 08:10:05 -0000 The following reply was made to PR ports/184831; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184831: commit references a PR Date: Fri, 20 Dec 2013 08:05:02 +0000 (UTC) Author: bapt Date: Fri Dec 20 08:04:50 2013 New Revision: 336985 URL: http://svnweb.freebsd.org/changeset/ports/336985 Log: MFH: r336953 - Fix build with clang - Port supports staging PR: ports/184831 Submitted by: KATO Tsuguru Modified: branches/2014Q1/audio/epos-devel/Makefile branches/2014Q1/audio/epos-devel/pkg-descr (contents, props changed) Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/audio/epos-devel/Makefile ============================================================================== --- branches/2014Q1/audio/epos-devel/Makefile Fri Dec 20 08:04:02 2013 (r336984) +++ branches/2014Q1/audio/epos-devel/Makefile Fri Dec 20 08:04:50 2013 (r336985) @@ -13,7 +13,6 @@ LICENSE= GPLv2 LGPL20 LICENSE_COMB= multi USES= bison gmake -NO_STAGE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_lib_stdcpp_main=no @@ -21,5 +20,7 @@ post-patch: @${REINPLACE_CMD} -e 's/^\(SUBDIRS =.*\)doc/\1/' ${WRKSRC}/Makefile.in @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ 's|-ggdb||' + @${REINPLACE_CMD} -e 's|||' \ + ${WRKSRC}/src/nnet/neural.cc .include Modified: branches/2014Q1/audio/epos-devel/pkg-descr ============================================================================== --- branches/2014Q1/audio/epos-devel/pkg-descr Fri Dec 20 08:04:02 2013 (r336984) +++ branches/2014Q1/audio/epos-devel/pkg-descr Fri Dec 20 08:04:50 2013 (r336985) @@ -1,5 +1,3 @@ -From the Epos homepage: - Epos is a language independent rule-driven Text-to-Speech (TTS) system primarily designed to serve as a research tool. Epos is (or tries to be) independent of the language processed, linguistic description method, _______________________________________________ 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 Fri Dec 20 09: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 F369EC1C for ; Fri, 20 Dec 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 B5D691DC6 for ; Fri, 20 Dec 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 rBK900J3079163 for ; Fri, 20 Dec 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 rBK900u0079160; Fri, 20 Dec 2013 09:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 09:00:00 GMT Resent-Message-Id: <201312200900.rBK900u0079160@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Marko Cupać" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id DBC31B64 for ; Fri, 20 Dec 2013 08:55:48 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C83FD1D90 for ; Fri, 20 Dec 2013 08:55: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 rBK8tlWl068907 for ; Fri, 20 Dec 2013 08:55:47 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK8tlPk068898; Fri, 20 Dec 2013 08:55:47 GMT (envelope-from nobody) Message-Id: <201312200855.rBK8tlPk068898@oldred.freebsd.org> Date: Fri, 20 Dec 2013 08:55:47 GMT From: "Marko Cupać" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185017: clementine-player fails to start X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 09:00:01 -0000 >Number: 185017 >Category: ports >Synopsis: clementine-player fails to start >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 Dec 20 09:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Marko Cupać >Release: 8.4-STABLE >Organization: Mimar >Environment: FreeBSD kaa.mimar.rs 8.4-STABLE FreeBSD 8.4-STABLE #0 r259547: Wed Dec 18 13:46:29 CET 2013 pacija@kaa.mimar.rs:/usr/obj/usr/src/sys/GENERIC amd64 >Description: clementine-player-1.2.1_1 won't start. When started from command line I get the following error: /libexec/ld-elf.so.1: /usr/lib/libstdc++.so.6: version GLIBCXX_3.4.10 required by /usr/local/bin/clementine-player not found >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 D8687F38 for ; Fri, 20 Dec 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 B331E1EC5 for ; Fri, 20 Dec 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 rBK9A0qS081299 for ; Fri, 20 Dec 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 rBK9A0Op081298; Fri, 20 Dec 2013 09:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 09:10:00 GMT Resent-Message-Id: <201312200910.rBK9A0Op081298@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Eimar Koort Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5A45E6D for ; Fri, 20 Dec 2013 09:06:32 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 965E31E88 for ; Fri, 20 Dec 2013 09:06:32 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBK96W6M065522 for ; Fri, 20 Dec 2013 09:06:32 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK96WU5065512; Fri, 20 Dec 2013 09:06:32 GMT (envelope-from nobody) Message-Id: <201312200906.rBK96WU5065512@oldred.freebsd.org> Date: Fri, 20 Dec 2013 09:06:32 GMT From: Eimar Koort To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185018: fix keyboardcast build on freebsd10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 09:10:00 -0000 >Number: 185018 >Category: ports >Synopsis: fix keyboardcast build on freebsd10 >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 Dec 20 09:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eimar Koort >Release: >Organization: >Environment: >Description: Despite i can't reproduce this error, i hope this patch fixes building error on Fbsd-10, which can be seen here: http://beefy2.isc.freebsd.org/bulk/10amd64-default/2013-12-19_20h45m51s/logs/keyboardcast-0.1.1_1.log No functional changes. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN keyboardcast.orig/Makefile keyboardcast/Makefile --- keyboardcast.orig/Makefile 2013-09-21 02:43:19.000000000 +0300 +++ keyboardcast/Makefile 2013-12-20 10:49:12.000000000 +0200 @@ -3,7 +3,7 @@ PORTNAME= keyboardcast PORTVERSION= 0.1.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 MASTER_SITES= GOOGLE_CODE \ http://desrt.mcmaster.ca/code/keyboardcast/ @@ -11,7 +11,7 @@ MAINTAINER= eimar.koort@gmail.com COMMENT= Broadcast keystrokes to multiple X windows for Gnome2 -USE_XORG= xmu +USE_XORG= xmu x11 USE_GNOME= libwnck libglade2 gtk20 USES= pkgconfig INSTALLS_ICONS= yes diff -ruN keyboardcast.orig/files/patch-Makefile keyboardcast/files/patch-Makefile --- keyboardcast.orig/files/patch-Makefile 2012-07-14 17:29:18.000000000 +0300 +++ keyboardcast/files/patch-Makefile 2013-12-20 10:39:36.000000000 +0200 @@ -1,12 +1,16 @@ ---- Makefile.orig 2005-12-06 19:29:22.000000000 +0200 -+++ Makefile 2010-01-12 12:17:24.000000000 +0200 +kefile.orig 2005-12-06 19:29:22.000000000 +0200 ++++ Makefile 2013-12-20 10:30:02.000000000 +0200 @@ -1,3 +1,4 @@ +CC = cc PREFIX = /usr/local SHAREDIR = $(PREFIX)/share/keyboardcast APPSDIR = $(PREFIX)/share/applications -@@ -9,7 +10,10 @@ - LDLIBS += -lXmu +@@ -6,10 +7,13 @@ + PKGS = gtk+-2.0 libwnck-1.0 libglade-2.0 + CFLAGS = `pkg-config --cflags $(PKGS)` + LDLIBS = `pkg-config --libs $(PKGS)` +-LDLIBS += -lXmu ++LDLIBS += -lXmu -lX11 CFLAGS += -Wall -O2 -DPREFIX=\"$(PREFIX)\" -keyboardcast: keyboardcast.o window-list.o grab-window.o @@ -17,3 +21,4 @@ clean: rm -f keyboardcast *.o *.gladep *.bak + diff -ruN keyboardcast.orig/files/patch-keyboardcast.c keyboardcast/files/patch-keyboardcast.c --- keyboardcast.orig/files/patch-keyboardcast.c 1970-01-01 03:00:00.000000000 +0300 +++ keyboardcast/files/patch-keyboardcast.c 2013-12-20 10:39:36.000000000 +0200 @@ -0,0 +1,11 @@ +--- keyboardcast.orig 2013-12-20 10:06:27.000000000 +0200 ++++ keyboardcast.c 2013-12-20 10:07:10.000000000 +0200 +@@ -242,7 +242,7 @@ + "text", 2, NULL ); + + glade_xml_signal_connect( xml, "key_event", G_CALLBACK( key_event ) ); +- glade_xml_signal_connect( xml, "gtk_exit", G_CALLBACK( gtk_exit ) ); ++ glade_xml_signal_connect( xml, "gtk_main_quit", G_CALLBACK( gtk_main_quit ) ); + glade_xml_signal_connect_data( xml, "expanded", + G_CALLBACK( expanded ), window ); + glade_xml_signal_connect_data( xml, "button_clicked", >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 DA2CC379 for ; Fri, 20 Dec 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 B49541FCD for ; Fri, 20 Dec 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 rBK9K0be084063 for ; Fri, 20 Dec 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 rBK9K0rL084062; Fri, 20 Dec 2013 09:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 09:20:00 GMT Resent-Message-Id: <201312200920.rBK9K0rL084062@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Markiyan Kushnir Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7CE1912E for ; Fri, 20 Dec 2013 09:14:35 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 680971F49 for ; Fri, 20 Dec 2013 09:14: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 rBK9EZpp080298 for ; Fri, 20 Dec 2013 09:14:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK9EZPH080275; Fri, 20 Dec 2013 09:14:35 GMT (envelope-from nobody) Message-Id: <201312200914.rBK9EZPH080275@oldred.freebsd.org> Date: Fri, 20 Dec 2013 09:14:35 GMT From: Markiyan Kushnir To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185019: print/lilypond-devel mode some RUN_DEPENDS to BUILD_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 09:20:01 -0000 >Number: 185019 >Category: ports >Synopsis: print/lilypond-devel mode some RUN_DEPENDS to BUILD_DEPENDS >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 Dec 20 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Markiyan Kushnir >Release: 11.0-CURRENT >Organization: >Environment: FreeBSD mkushnir.mooo.com 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259569: Thu Dec 19 07:54:44 EET 2013 root@vm.mkushnir.mooo.com:/usr/obj/usr/src.svnup/sys/MAREK amd64 >Description: The following dependencies of lilypond 2.17.97 are required at configure time: textproc/dblatex, graphics/netpbm, net/rsync. The fist two are defined as RUN_DEPENDS, and are blocking the build if they were not previously installed. The rsync dependency should also be added to BUILD_DEPENDS. >How-To-Repeat: Try to install lilypond-devel while none of textproc/dblatex, graphics/netpbm, net/rsync is installed on the system. >Fix: Patch attached with submission follows: --- Makefile.old 2013-12-20 10:03:12.000000000 +0200 +++ Makefile.new 2013-12-20 10:04:48.000000000 +0200 @@ -16,15 +16,16 @@ t1ascii:${PORTSDIR}/print/t1utils \ bash:${PORTSDIR}/shells/bash \ fontforge:${PORTSDIR}/print/fontforge \ - ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts + ${LOCALBASE}/share/ghostscript/fonts/c059033l.pfb:${PORTSDIR}/print/gsfonts \ + dblatex:${PORTSDIR}/textproc/dblatex \ + pngtopnm:${PORTSDIR}/graphics/netpbm \ + rsync:${PORTSDIR}/net/rsync LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile \ libgmp.so:${PORTSDIR}/math/gmp \ libfreetype.so:${PORTSDIR}/print/freetype2 -RUN_DEPENDS= dblatex:${PORTSDIR}/textproc/dblatex \ - mftrace:${PORTSDIR}/print/mftrace \ - pngtopnm:${PORTSDIR}/graphics/netpbm \ +RUN_DEPENDS= mftrace:${PORTSDIR}/print/mftrace \ convert:${PORTSDIR}/graphics/ImageMagick \ ${LOCALBASE}/lib/X11/fonts/dejavu/DejaVuSans-Bold.ttf:${PORTSDIR}/x11-fonts/dejavu >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 09: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 28B8D3A7; Fri, 20 Dec 2013 09: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 F11DF1FD0; Fri, 20 Dec 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 rBK9K82c084200; Fri, 20 Dec 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 rBK9K8ci084199; Fri, 20 Dec 2013 09:20:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 09:20:08 GMT Message-Id: <201312200920.rBK9K8ci084199@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185019: print/lilypond-devel mode some RUN_DEPENDS to BUILD_DEPENDS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 09:20:09 -0000 Synopsis: print/lilypond-devel mode some RUN_DEPENDS to BUILD_DEPENDS Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 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=185019 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 10: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 A281FD38 for ; Fri, 20 Dec 2013 10: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 7BAFD130E for ; Fri, 20 Dec 2013 10: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 rBKA00nN091592 for ; Fri, 20 Dec 2013 10: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 rBKA0003091591; Fri, 20 Dec 2013 10:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 10:00:00 GMT Resent-Message-Id: <201312201000.rBKA0003091591@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F16688FC for ; Fri, 20 Dec 2013 09:50:46 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D1BB61297 for ; Fri, 20 Dec 2013 09:50: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 rBK9ok3Y064777 for ; Fri, 20 Dec 2013 09:50:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBK9okGl064747; Fri, 20 Dec 2013 09:50:46 GMT (envelope-from nobody) Message-Id: <201312200950.rBK9okGl064747@oldred.freebsd.org> Date: Fri, 20 Dec 2013 09:50:46 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185020: Port graphics/p5-Image-ExifTool update to version 9.27 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 10:00:00 -0000 >Number: 185020 >Category: ports >Synopsis: Port graphics/p5-Image-ExifTool update to version 9.27 [PATCH] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 10:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 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: >How-To-Repeat: >Fix: - Update to Version 9.27 - Remove #comments from header - Add DOCS to Options - Support STAGEDIR - Change pkg-plist Build log https://redports.org/buildarchive/20131220085607-53590/ Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 336993) +++ Makefile (working copy) @@ -1,16 +1,8 @@ # Created by: Tod McQuillin # $FreeBSD$ -# Note: This port tracks the "production release" of ExifTool as given -# by http://www.sno.phy.queensu.ca/~phil/exiftool/history.html -# -# Please make sure you are updating to the latest production release -# before updating the version of this port. -# -# For development version, please try graphics/p5-Image-ExifTool-devel - PORTNAME= Image-ExifTool -PORTVERSION= 9.04 +PORTVERSION= 9.27 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ \ CPAN @@ -28,49 +20,25 @@ USES= perl5 USE_PERL5= configure -MANTAGS= AES AFCP AIFF APE APP12 ASF BMP BigTIFF BuildTagLookup \ - BZZ Canon CanonCustom CanonRaw CanonVRD Casio Charset \ - CaptureOne DICOM DNG DV DjVu EXE Exif FLAC Fixup Flash \ - FlashPix Font FotoStation FujiFilm GE GIF GIMP GPS \ - GeoTiff Geotag H264 HP HTML HtmlDump ICC_Profile ID3 \ - IPTC ITC Import InDesign JPEG JPEGDigest JVC Jpeg2000 \ - Kodak KyoceraRaw LNK Leaf M2TS MIE MIEUnits MIFF MNG \ - MPC MPEG MPF MWG MXF MakerNotes Matroska Microsoft \ - Minolta MinoltaRaw Nikon NikonCapture NikonCustom OOXML \ - Ogg Olympus OpenEXR PDF PGF PICT PNG PPM PSP Panasonic \ - PanasonicRaw Pentax PhotoCD PhotoMechanic Photoshop \ - PostScript PrintIM Qualcomm QuickTime RIFF RSRC RTF \ - Radiance Rawzor Real Reconyx Ricoh Samsung Sanyo Shift \ - Shortcuts Sigma SigmaRaw Sony SonyIDC Stim TagInfoXML \ - TagLookup TagNames Theora Unknown Vorbis WriteCanonRaw \ - WriteExif WriteIPTC WritePDF WritePNG WritePhotoshop \ - WritePostScript WriteXMP Writer XMP XMP2 XMPStruct ZIP \ - iWork -LANGTAGS= cs de en_ca en_gb es fi fr it ja ko nl pl ru sv tr zh_cn zh_tw +PORTDOCS= * -MAN3= File::RandomAccess.3 Image::ExifTool.3 \ - ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} \ - ${LANGTAGS:S/^/Image::ExifTool::Lang::/:S/$/.3/} +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= Changes README -MAN1= exiftool.1 +DOCSRCDIR2= ${DOCSRCDIR1}/html +DOCSDIR2= ${DOCSDIR}/html +DOC_FILES2= *.css *.html *.pdf -NO_STAGE= yes +DOCSRCDIR3= ${DOCSRCDIR2}/TagNames +DOCSDIR3= ${DOCSDIR2}/TagNames +DOC_FILES3= *.css *.html + +OPTIONS_DEFINE= DOCS + post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/html/*.pdf ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/html/*.css ${DOCSDIR} - @${MKDIR} ${DOCSDIR}/TagNames - ${INSTALL_DATA} ${WRKSRC}/html/TagNames/*.html ${DOCSDIR}/TagNames -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR3} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3} -# Maintainer section -mantags: install - @cd ${MAN3PREFIX}/man/man3/ && \ - ${LS} Image::ExifTool::* | \ - ${CUT} -f5 -d: | \ - ${CUT} -f1 -d. | \ - ${TR} "\n" " " - .include Index: distinfo =================================================================== --- distinfo (revision 336993) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-9.04.tar.gz) = 439fc77125456d899dcdbb64eeb69d88c0645e6c59f67a3df289beb6f053df31 -SIZE (Image-ExifTool-9.04.tar.gz) = 3520448 +SHA256 (Image-ExifTool-9.27.tar.gz) = cc84d81e3938b61eb0e44c16bfb9a825b1b252f647c239c1859739a34ebc67b8 +SIZE (Image-ExifTool-9.27.tar.gz) = 3618455 Index: pkg-plist =================================================================== --- pkg-plist (revision 336993) +++ pkg-plist (working copy) @@ -1,4 +1,156 @@ bin/exiftool +%%PERL5_MAN3%%/File::RandomAccess.3.gz +%%PERL5_MAN3%%/Image::ExifTool.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AES.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AFCP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::APE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::APP12.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ASF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BZZ.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BigTIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BuildTagLookup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Canon.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonCustom.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonVRD.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CaptureOne.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Casio.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Charset.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DICOM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DV.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DarwinCore.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DjVu.3.gz +%%PERL5_MAN3%%/Image::ExifTool::EXE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Exif.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FLAC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FLIR.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Fixup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Flash.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FlashPix.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Font.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FotoStation.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FujiFilm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GIF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GIMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GPS.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GeoTiff.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Geotag.3.gz +%%PERL5_MAN3%%/Image::ExifTool::H264.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HTML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HtmlDump.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ICC_Profile.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ID3.3.gz +%%PERL5_MAN3%%/Image::ExifTool::IPTC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ITC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Import.3.gz +%%PERL5_MAN3%%/Image::ExifTool::InDesign.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JPEG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JPEGDigest.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JVC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Jpeg2000.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Kodak.3.gz +%%PERL5_MAN3%%/Image::ExifTool::KyoceraRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::LNK.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::cs.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::de.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::en_ca.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::en_gb.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::es.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::fi.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::fr.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::it.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ja.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ko.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::nl.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::pl.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ru.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::sv.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::tr.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_cn.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_tw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Leaf.3.gz +%%PERL5_MAN3%%/Image::ExifTool::M2TS.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIEUnits.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPEG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MWG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MXF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MakerNotes.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Matroska.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Microsoft.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Minolta.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MinoltaRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Nikon.3.gz +%%PERL5_MAN3%%/Image::ExifTool::NikonCapture.3.gz +%%PERL5_MAN3%%/Image::ExifTool::NikonCustom.3.gz +%%PERL5_MAN3%%/Image::ExifTool::OOXML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Ogg.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Olympus.3.gz +%%PERL5_MAN3%%/Image::ExifTool::OpenEXR.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PDF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PGF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PICT.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PLIST.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PPM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PSP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Panasonic.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PanasonicRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Pentax.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhaseOne.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhotoCD.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhotoMechanic.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Photoshop.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PostScript.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PrintIM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Qualcomm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::QuickTime.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RSRC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RTF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Radiance.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Rawzor.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Real.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Reconyx.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Ricoh.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Samsung.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sanyo.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Shift.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Shortcuts.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sigma.3.gz +%%PERL5_MAN3%%/Image::ExifTool::SigmaRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sony.3.gz +%%PERL5_MAN3%%/Image::ExifTool::SonyIDC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Stim.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagInfoXML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagLookup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagNames.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Theora.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Unknown.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Vorbis.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteCanonRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteExif.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteIPTC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePDF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePhotoshop.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePostScript.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteXMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Writer.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMP2.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMPStruct.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ZIP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::iWork.3.gz %%SITE_PERL%%/File/RandomAccess.pm %%SITE_PERL%%/File/RandomAccess.pod %%SITE_PERL%%/Image/ExifTool.pm @@ -53,10 +205,12 @@ %%SITE_PERL%%/Image/ExifTool/DICOM.pm %%SITE_PERL%%/Image/ExifTool/DNG.pm %%SITE_PERL%%/Image/ExifTool/DV.pm +%%SITE_PERL%%/Image/ExifTool/DarwinCore.pm %%SITE_PERL%%/Image/ExifTool/DjVu.pm %%SITE_PERL%%/Image/ExifTool/EXE.pm %%SITE_PERL%%/Image/ExifTool/Exif.pm %%SITE_PERL%%/Image/ExifTool/FLAC.pm +%%SITE_PERL%%/Image/ExifTool/FLIR.pm %%SITE_PERL%%/Image/ExifTool/Fixup.pm %%SITE_PERL%%/Image/ExifTool/Flash.pm %%SITE_PERL%%/Image/ExifTool/FlashPix.pm @@ -129,6 +283,7 @@ %%SITE_PERL%%/Image/ExifTool/PDF.pm %%SITE_PERL%%/Image/ExifTool/PGF.pm %%SITE_PERL%%/Image/ExifTool/PICT.pm +%%SITE_PERL%%/Image/ExifTool/PLIST.pm %%SITE_PERL%%/Image/ExifTool/PNG.pm %%SITE_PERL%%/Image/ExifTool/PPM.pm %%SITE_PERL%%/Image/ExifTool/PSP.pm @@ -135,6 +290,7 @@ %%SITE_PERL%%/Image/ExifTool/Panasonic.pm %%SITE_PERL%%/Image/ExifTool/PanasonicRaw.pm %%SITE_PERL%%/Image/ExifTool/Pentax.pm +%%SITE_PERL%%/Image/ExifTool/PhaseOne.pm %%SITE_PERL%%/Image/ExifTool/PhotoCD.pm %%SITE_PERL%%/Image/ExifTool/PhotoMechanic.pm %%SITE_PERL%%/Image/ExifTool/Photoshop.pm @@ -181,135 +337,7 @@ %%SITE_PERL%%/Image/ExifTool/ZIP.pm %%SITE_PERL%%/Image/ExifTool/iWork.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool/.packlist -%%PORTDOCS%%%%DOCSDIR%%/ExifTool.html -%%PORTDOCS%%%%DOCSDIR%%/MIE1.1-20070121.pdf -%%PORTDOCS%%%%DOCSDIR%%/Shift.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/AFCP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/AIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/APE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/APP12.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ASF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/BMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Canon.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonCustom.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonVRD.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Casio.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Composite.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DICOM.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DV.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DjVu.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/EXE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/EXIF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Extra.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FLAC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Flash.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FlashPix.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Font.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FotoStation.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FujiFilm.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GIF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GIMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GPS.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GeoTiff.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/H264.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/HP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/HTML.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ICC_Profile.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ID3.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/IPTC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ITC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/JFIF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/JPEG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/JVC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Jpeg2000.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Kodak.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/KyoceraRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/LNK.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Leaf.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/M2TS.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MIE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MPC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MPEG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MPF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MWG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MXF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Matroska.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Microsoft.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Minolta.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MinoltaRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Nikon.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/NikonCapture.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/NikonCustom.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/OOXML.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Ogg.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Olympus.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/OpenEXR.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PDF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PGF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PICT.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PSP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Panasonic.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PanasonicRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Pentax.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PhotoCD.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PhotoMechanic.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Photoshop.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PostScript.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PrintIM.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Qualcomm.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/QuickTime.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/RIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/RSRC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/RTF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Radiance.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Rawzor.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Real.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Reconyx.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Ricoh.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Samsung.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sanyo.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Shortcuts.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sigma.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/SigmaRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sony.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/SonyIDC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Stim.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Theora.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Unknown.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Vorbis.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/XMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ZIP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/iWork.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/index.html -%%PORTDOCS%%%%DOCSDIR%%/ancient_history.html -%%PORTDOCS%%%%DOCSDIR%%/canon_raw.html -%%PORTDOCS%%%%DOCSDIR%%/commentary.html -%%PORTDOCS%%%%DOCSDIR%%/config.html -%%PORTDOCS%%%%DOCSDIR%%/data_members.html -%%PORTDOCS%%%%DOCSDIR%%/exiftool_pod.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/filename.html -%%PORTDOCS%%%%DOCSDIR%%/geotag.html -%%PORTDOCS%%%%DOCSDIR%%/history.html -%%PORTDOCS%%%%DOCSDIR%%/htmldump.html -%%PORTDOCS%%%%DOCSDIR%%/idiosyncracies.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/install.html -%%PORTDOCS%%%%DOCSDIR%%/metafiles.html -%%PORTDOCS%%%%DOCSDIR%%/standards.html -%%PORTDOCS%%%%DOCSDIR%%/struct.html -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/under.html -%%PORTDOCS%%%%DOCSDIR%%/verbose.html -%%PORTDOCS%%%%DOCSDIR%%/writing.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/TagNames -%%PORTDOCS%%@dirrm %%DOCSDIR%% +man/man1/exiftool.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image @dirrm %%SITE_PERL%%/Image/ExifTool/Lang >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 10: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 E5768D67; Fri, 20 Dec 2013 10: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 BB8AD1312; Fri, 20 Dec 2013 10: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 rBKA09as093316; Fri, 20 Dec 2013 10:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKA09S0093315; Fri, 20 Dec 2013 10:00:09 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 10:00:09 GMT Message-Id: <201312201000.rBKA09S0093315@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185020: Port graphics/p5-Image-ExifTool update to version 9.27 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 10:00:10 -0000 Synopsis: Port graphics/p5-Image-ExifTool update to version 9.27 [PATCH] Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 10:00:09 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=185020 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 10: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 856961F9 for ; Fri, 20 Dec 2013 10: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 5EAF815AA for ; Fri, 20 Dec 2013 10: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 rBKAU0KJ098594 for ; Fri, 20 Dec 2013 10: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 rBKAU0H0098593; Fri, 20 Dec 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 10:30:00 GMT Resent-Message-Id: <201312201030.rBKAU0H0098593@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 054501B3 for ; Fri, 20 Dec 2013 10:23:57 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E37DB1585 for ; Fri, 20 Dec 2013 10:23: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 rBKANuJ9098307 for ; Fri, 20 Dec 2013 10:23:56 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKANuU2098302; Fri, 20 Dec 2013 10:23:56 GMT (envelope-from nobody) Message-Id: <201312201023.rBKANuU2098302@oldred.freebsd.org> Date: Fri, 20 Dec 2013 10:23:56 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185021: Port graphics/p5-Image-ExifTool-devel STAGEDIR support [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 10:30:00 -0000 >Number: 185021 >Category: ports >Synopsis: Port graphics/p5-Image-ExifTool-devel STAGEDIR support [PATCH] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 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: >How-To-Repeat: >Fix: - Support STAGEDIR - Add DOCS to Options - Change pkg-plist Build log: https://redports.org/buildarchive/20131220100140-40750/ Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 336994) +++ Makefile (working copy) @@ -19,38 +19,25 @@ USES= perl5 USE_PERL5= configure -MAN1= exiftool.1 -MAN3= File::RandomAccess.3 Image::ExifTool.3 \ - ${MANTAGS:S/^/Image::ExifTool::/:S/$/.3/} \ - ${LANGTAGS:S/^/Image::ExifTool::Lang::/:S/$/.3/} +PORTDOCS= * -LANGTAGS= cs de en_ca en_gb es fi fr it ja ko nl pl ru sv tr zh_cn zh_tw -MANTAGS= AES AFCP AIFF APE APP12 ASF Apple BMP BZZ BigTIFF BuildTagLookup \ - Canon CanonCustom CanonRaw CanonVRD CaptureOne Casio Charset \ - DICOM DNG DPX DV DarwinCore DjVu EXE Exif FLAC FLIR Fixup Flash FlashPix Font \ - FotoStation FujiFilm GE GIF GIMP GPS GeoTiff Geotag H264 HP \ - HTML HtmlDump ICC_Profile ID3 IPTC ITC Import InDesign JPEG \ - JPEGDigest JVC Jpeg2000 Kodak KyoceraRaw LNK Leaf M2TS MIE \ - MIEUnits MIFF MNG MPC MPEG MPF MWG MXF MakerNotes Matroska \ - Microsoft Minolta MinoltaRaw Nikon NikonCapture NikonCustom \ - OOXML Ogg Olympus OpenEXR PDF PGF PICT PLIST PNG PPM PSP Panasonic \ - PanasonicRaw Pentax PhaseOne PhotoCD PhotoMechanic Photoshop PostScript PrintIM \ - Qualcomm QuickTime RIFF RSRC RTF Radiance Rawzor Real Reconyx Ricoh Samsung \ - Sanyo Scalado Shift Shortcuts Sigma SigmaRaw Sony SonyIDC Stim \ - TagInfoXML TagLookup TagNames Theora Torrent Unknown Vorbis \ - WriteCanonRaw WriteExif WriteIPTC WritePDF WritePNG \ - WritePhotoshop WritePostScript WriteQuickTime WriteXMP Writer XMP XMP2 \ - XMPStruct ZIP iWork +DOCSRCDIR1= ${WRKSRC} +DOC_FILES1= Changes README -NO_STAGE= yes +DOCSRCDIR2= ${DOCSRCDIR1}/html +DOCSDIR2= ${DOCSDIR}/html +DOC_FILES2= *.css *.html *.pdf + +DOCSRCDIR3= ${DOCSRCDIR2}/TagNames +DOCSDIR3= ${DOCSDIR2}/TagNames +DOC_FILES3= *.css *.html + +OPTIONS_DEFINE= DOCS + post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/html/*.css ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/html/*.html ${DOCSDIR}/ - ${INSTALL_DATA} ${WRKSRC}/html/*.pdf ${DOCSDIR}/ - @${MKDIR} ${DOCSDIR}/TagNames/ - ${INSTALL_DATA} ${WRKSRC}/html/TagNames/*.html ${DOCSDIR}/TagNames/ -.endif + @${MKDIR} ${STAGEDIR}${DOCSDIR3} + ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${DOC_FILES2:S|^|${DOCSRCDIR2}/|} ${STAGEDIR}${DOCSDIR2} + ${INSTALL_DATA} ${DOC_FILES3:S|^|${DOCSRCDIR3}/|} ${STAGEDIR}${DOCSDIR3} .include Index: pkg-plist =================================================================== --- pkg-plist (revision 336994) +++ pkg-plist (working copy) @@ -1,4 +1,161 @@ bin/exiftool +%%PERL5_MAN3%%/File::RandomAccess.3.gz +%%PERL5_MAN3%%/Image::ExifTool.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AES.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AFCP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::AIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::APE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::APP12.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ASF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Apple.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BZZ.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BigTIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::BuildTagLookup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Canon.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonCustom.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CanonVRD.3.gz +%%PERL5_MAN3%%/Image::ExifTool::CaptureOne.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Casio.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Charset.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DICOM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DPX.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DV.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DarwinCore.3.gz +%%PERL5_MAN3%%/Image::ExifTool::DjVu.3.gz +%%PERL5_MAN3%%/Image::ExifTool::EXE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Exif.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FLAC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FLIR.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Fixup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Flash.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FlashPix.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Font.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FotoStation.3.gz +%%PERL5_MAN3%%/Image::ExifTool::FujiFilm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GIF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GIMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GPS.3.gz +%%PERL5_MAN3%%/Image::ExifTool::GeoTiff.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Geotag.3.gz +%%PERL5_MAN3%%/Image::ExifTool::H264.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HTML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::HtmlDump.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ICC_Profile.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ID3.3.gz +%%PERL5_MAN3%%/Image::ExifTool::IPTC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ITC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Import.3.gz +%%PERL5_MAN3%%/Image::ExifTool::InDesign.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JPEG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JPEGDigest.3.gz +%%PERL5_MAN3%%/Image::ExifTool::JVC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Jpeg2000.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Kodak.3.gz +%%PERL5_MAN3%%/Image::ExifTool::KyoceraRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::LNK.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::cs.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::de.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::en_ca.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::en_gb.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::es.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::fi.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::fr.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::it.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ja.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ko.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::nl.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::pl.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::ru.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::sv.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::tr.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_cn.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Lang::zh_tw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Leaf.3.gz +%%PERL5_MAN3%%/Image::ExifTool::M2TS.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIE.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIEUnits.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPEG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MPF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MWG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MXF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MakerNotes.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Matroska.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Microsoft.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Minolta.3.gz +%%PERL5_MAN3%%/Image::ExifTool::MinoltaRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Nikon.3.gz +%%PERL5_MAN3%%/Image::ExifTool::NikonCapture.3.gz +%%PERL5_MAN3%%/Image::ExifTool::NikonCustom.3.gz +%%PERL5_MAN3%%/Image::ExifTool::OOXML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Ogg.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Olympus.3.gz +%%PERL5_MAN3%%/Image::ExifTool::OpenEXR.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PDF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PGF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PICT.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PLIST.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PPM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PSP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Panasonic.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PanasonicRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Pentax.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhaseOne.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhotoCD.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PhotoMechanic.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Photoshop.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PostScript.3.gz +%%PERL5_MAN3%%/Image::ExifTool::PrintIM.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Qualcomm.3.gz +%%PERL5_MAN3%%/Image::ExifTool::QuickTime.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RIFF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RSRC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::RTF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Radiance.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Rawzor.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Real.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Reconyx.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Ricoh.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Samsung.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sanyo.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Scalado.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Shift.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Shortcuts.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sigma.3.gz +%%PERL5_MAN3%%/Image::ExifTool::SigmaRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Sony.3.gz +%%PERL5_MAN3%%/Image::ExifTool::SonyIDC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Stim.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagInfoXML.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagLookup.3.gz +%%PERL5_MAN3%%/Image::ExifTool::TagNames.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Theora.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Torrent.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Unknown.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Vorbis.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteCanonRaw.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteExif.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteIPTC.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePDF.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePNG.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePhotoshop.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WritePostScript.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteQuickTime.3.gz +%%PERL5_MAN3%%/Image::ExifTool::WriteXMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::Writer.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMP2.3.gz +%%PERL5_MAN3%%/Image::ExifTool::XMPStruct.3.gz +%%PERL5_MAN3%%/Image::ExifTool::ZIP.3.gz +%%PERL5_MAN3%%/Image::ExifTool::iWork.3.gz %%SITE_PERL%%/File/RandomAccess.pm %%SITE_PERL%%/File/RandomAccess.pod %%SITE_PERL%%/Image/ExifTool.pm @@ -189,146 +346,10 @@ %%SITE_PERL%%/Image/ExifTool/XMPStruct.pl %%SITE_PERL%%/Image/ExifTool/ZIP.pm %%SITE_PERL%%/Image/ExifTool/iWork.pm -%%SITE_PERL%%/mach/auto/Image/ExifTool/.packlist -%%PORTDOCS%%%%DOCSDIR%%/ExifTool.html -%%PORTDOCS%%%%DOCSDIR%%/MIE1.1-20070121.pdf -%%PORTDOCS%%%%DOCSDIR%%/Shift.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/AFCP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/AIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/APE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/APP12.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ASF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Apple.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/BMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Canon.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonCustom.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/CanonVRD.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Casio.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Composite.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DICOM.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DPX.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DV.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DarwinCore.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/DjVu.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/EXE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/EXIF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Extra.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FLAC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FLIR.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Flash.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FlashPix.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Font.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FotoStation.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/FujiFilm.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GIF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GIMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GPS.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/GeoTiff.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/H264.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/HP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/HTML.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ICC_Profile.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ID3.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/IPTC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ITC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/JFIF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/JPEG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/JVC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Jpeg2000.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Kodak.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/KyoceraRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/LNK.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Leaf.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/M2TS.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MIE.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MPC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MPEG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MPF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MWG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MXF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Matroska.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Microsoft.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Minolta.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/MinoltaRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Nikon.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/NikonCapture.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/NikonCustom.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/OOXML.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Ogg.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Olympus.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/OpenEXR.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PDF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PGF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PICT.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PLIST.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PNG.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PSP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Panasonic.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PanasonicRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Pentax.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PhaseOne.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PhotoCD.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PhotoMechanic.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Photoshop.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PostScript.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/PrintIM.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Qualcomm.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/QuickTime.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/RIFF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/RSRC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/RTF.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Radiance.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Rawzor.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Real.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Reconyx.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Ricoh.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Samsung.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sanyo.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Scalado.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Shortcuts.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sigma.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/SigmaRaw.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Sony.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/SonyIDC.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Stim.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Theora.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Torrent.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Unknown.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/Vorbis.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/XMP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/ZIP.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/iWork.html -%%PORTDOCS%%%%DOCSDIR%%/TagNames/index.html -%%PORTDOCS%%%%DOCSDIR%%/ancient_history.html -%%PORTDOCS%%%%DOCSDIR%%/canon_raw.html -%%PORTDOCS%%%%DOCSDIR%%/commentary.html -%%PORTDOCS%%%%DOCSDIR%%/config.html -%%PORTDOCS%%%%DOCSDIR%%/data_members.html -%%PORTDOCS%%%%DOCSDIR%%/exiftool_pod.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/filename.html -%%PORTDOCS%%%%DOCSDIR%%/geotag.html -%%PORTDOCS%%%%DOCSDIR%%/history.html -%%PORTDOCS%%%%DOCSDIR%%/htmldump.html -%%PORTDOCS%%%%DOCSDIR%%/idiosyncracies.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/install.html -%%PORTDOCS%%%%DOCSDIR%%/metafiles.html -%%PORTDOCS%%%%DOCSDIR%%/standards.html -%%PORTDOCS%%%%DOCSDIR%%/struct.html -%%PORTDOCS%%%%DOCSDIR%%/style.css -%%PORTDOCS%%%%DOCSDIR%%/under.html -%%PORTDOCS%%%%DOCSDIR%%/verbose.html -%%PORTDOCS%%%%DOCSDIR%%/writing.html -%%PORTDOCS%%@dirrm %%DOCSDIR%%/TagNames -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm %%SITE_PERL%%/mach/auto/Image/ExifTool -@dirrm %%SITE_PERL%%/mach/auto/Image +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool/.packlist +man/man1/exiftool.1.gz +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image/ExifTool +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Image @dirrm %%SITE_PERL%%/Image/ExifTool/Lang @dirrm %%SITE_PERL%%/Image/ExifTool/Charset @dirrm %%SITE_PERL%%/Image/ExifTool >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 10: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 651FB229; Fri, 20 Dec 2013 10: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 3B0C715AC; Fri, 20 Dec 2013 10: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 rBKAU9QX098727; Fri, 20 Dec 2013 10: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 rBKAU9Le098726; Fri, 20 Dec 2013 10:30:09 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 10:30:09 GMT Message-Id: <201312201030.rBKAU9Le098726@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185021: Port graphics/p5-Image-ExifTool-devel STAGEDIR support [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 10:30:09 -0000 Synopsis: Port graphics/p5-Image-ExifTool-devel STAGEDIR support [PATCH] Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 10:30:08 UTC 2013 Responsible-Changed-Why: perl@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185021 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 10:36: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 1C2A6326; Fri, 20 Dec 2013 10:36: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 E14A01630; Fri, 20 Dec 2013 10:36: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 rBKAaJBl000754; Fri, 20 Dec 2013 10:36:19 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKAaJjo000753; Fri, 20 Dec 2013 10:36:19 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 10:36:19 GMT Message-Id: <201312201036.rBKAaJjo000753@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184813: games/shaaft: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 10:36:20 -0000 Synopsis: games/shaaft: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 10:36:19 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184813 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 10:50: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 A183E791; Fri, 20 Dec 2013 10:50: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 76455174B; Fri, 20 Dec 2013 10:50: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 rBKAoleH004566; Fri, 20 Dec 2013 10:50:47 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKAolII004565; Fri, 20 Dec 2013 10:50:47 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 10:50:47 GMT Message-Id: <201312201050.rBKAolII004565@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184827: graphics/zgv: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 10:50:47 -0000 Synopsis: graphics/zgv: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 10:50:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184827 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 12:08: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 EFE90E0B; Fri, 20 Dec 2013 12:08: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 C25FB1DE2; Fri, 20 Dec 2013 12:08: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 rBKC880S019353; Fri, 20 Dec 2013 12:08:08 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKC88Vx019352; Fri, 20 Dec 2013 12:08:08 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 12:08:08 GMT Message-Id: <201312201208.rBKC88Vx019352@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184849: devel/poslib: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 12:08:09 -0000 Synopsis: devel/poslib: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 12:08:08 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184849 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 12:20: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 85E7F2AF; Fri, 20 Dec 2013 12:20: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 5AE681EC9; Fri, 20 Dec 2013 12:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKCKHwQ025792; Fri, 20 Dec 2013 12:20:17 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKCKHDW025791; Fri, 20 Dec 2013 12:20:17 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 12:20:17 GMT Message-Id: <201312201220.rBKCKHDW025791@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184854: devel/codeworker: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 12:20:17 -0000 Synopsis: devel/codeworker: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 12:20:17 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184854 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 8A0A280F for ; Fri, 20 Dec 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 64C0F1067 for ; Fri, 20 Dec 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 rBKCe1qb029739 for ; Fri, 20 Dec 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 rBKCe139029714; Fri, 20 Dec 2013 12:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 12:40:01 GMT Resent-Message-Id: <201312201240.rBKCe139029714@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 38772697 for ; Fri, 20 Dec 2013 12:31:36 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 23DEC1007 for ; Fri, 20 Dec 2013 12:31: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 rBKCVZK2050072 for ; Fri, 20 Dec 2013 12:31:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKCVZr3050037; Fri, 20 Dec 2013 12:31:35 GMT (envelope-from nobody) Message-Id: <201312201231.rBKCVZr3050037@oldred.freebsd.org> Date: Fri, 20 Dec 2013 12:31:35 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185024: Port graphics/rubygem-chunky_png update to version 1.2.9 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 12:40:01 -0000 >Number: 185024 >Category: ports >Synopsis: Port graphics/rubygem-chunky_png update to version 1.2.9 [PATCH] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 12:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 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: >How-To-Repeat: >Fix: - Update to Version 1.2.9 - Add MIT License - Add USE_RAKE - Support STAGEDIR Build log https://redports.org/buildarchive/20131220121201-02645/ Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 337001) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= chunky_png -PORTVERSION= 1.2.8 +PORTVERSION= 1.2.9 CATEGORIES= graphics rubygems MASTER_SITES= RG @@ -9,9 +9,11 @@ MAINTAINER= pphillips@experts-exchange.com COMMENT= Ruby library to read and write PNG images +LICENSE= MIT + +USE_RAKE= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 337001) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/chunky_png-1.2.8.gem) = 694c136fe839b89135a7a20ad08db9b6f76bb2bd4cf2400f97041dde87f5e18c -SIZE (rubygem/chunky_png-1.2.8.gem) = 322560 +SHA256 (rubygem/chunky_png-1.2.9.gem) = d0102bc377642ee12370eb06109d95022792c619ce66d64ee15e2dd58e066748 +SIZE (rubygem/chunky_png-1.2.9.gem) = 316416 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 12:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6907B83C; Fri, 20 Dec 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 3D6B41068; Fri, 20 Dec 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 rBKCe9eK031347; Fri, 20 Dec 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 rBKCe9GO031346; Fri, 20 Dec 2013 12:40:09 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 12:40:09 GMT Message-Id: <201312201240.rBKCe9GO031346@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185024: Port graphics/rubygem-chunky_png update to version 1.2.9 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 12:40:09 -0000 Synopsis: Port graphics/rubygem-chunky_png update to version 1.2.9 [PATCH] Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 12:40:08 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185024 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13:13: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 DBA61231; Fri, 20 Dec 2013 13:13: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 B0F671359; Fri, 20 Dec 2013 13:13: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 rBKDD7VM037466; Fri, 20 Dec 2013 13:13:07 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKDD7RW037465; Fri, 20 Dec 2013 13:13:07 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 13:13:07 GMT Message-Id: <201312201313.rBKDD7RW037465@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184856: converters/ish: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:13:07 -0000 Synopsis: converters/ish: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 13:13:07 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184856 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7D80D7D6 for ; Fri, 20 Dec 2013 13: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 57D7C13AB for ; Fri, 20 Dec 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 rBKDK1xJ038721 for ; Fri, 20 Dec 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 rBKDK1U7038720; Fri, 20 Dec 2013 13:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 13:20:01 GMT Resent-Message-Id: <201312201320.rBKDK1U7038720@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, John Marino Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 684D8688 for ; Fri, 20 Dec 2013 13:18:48 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 39EF9139D for ; Fri, 20 Dec 2013 13:18: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 rBKDIkYE053851 for ; Fri, 20 Dec 2013 13:18:46 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKDIkZU053843; Fri, 20 Dec 2013 13:18:46 GMT (envelope-from nobody) Message-Id: <201312201318.rBKDIkZU053843@oldred.freebsd.org> Date: Fri, 20 Dec 2013 13:18:46 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185026: devel/meta-cvs: dangerous "while" loop can recall make forever (runaway) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:20:01 -0000 >Number: 185026 >Category: ports >Synopsis: devel/meta-cvs: dangerous "while" loop can recall make forever (runaway) >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 Dec 20 13:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: I have not confirmed that this port is failing on FreeBSD, but there is a good change that it is. Partial log excerpt: ================================================================= ===> Checking if devel/meta-cvs already installed gmake[1]: Entering directory `/wrkdirs/devel/meta-cvs/work/meta-cvs-1.1.98' install -d /usr/local/bin /usr/local/share/meta-cvs install mcvs mcvs-debug /usr/local/bin install mcvs.mem mcvs-debug.mem /usr/local/share/meta-cvs gmake[1]: Leaving directory `/wrkdirs/devel/meta-cvs/work/meta-cvs-1.1.98' /bin/mkdir -p /usr/local/share/doc/meta-cvs (cd /wrkdirs/devel/meta-cvs/work/meta-cvs-1.1.98/docs/tex-manual && gmake && /bin/cp /wrkdirs/devel/meta-cvs/work/meta-cvs-1.1.98/docs/tex-manual/meta-cvs.pdf /wrkdirs/devel/meta-cvs/work/meta-cvs-1.1.98/docs/misc-text-files) gmake[1]: Entering directory `/wrkdirs/devel/meta-cvs/work/meta-cvs-1.1.98/docs/tex-manual' while true ; do cp meta-cvs.toc meta-cvs.toc.old ; pdflatex meta-cvs.latex ; if ! cmp -s meta-cvs.idx meta-cvs.idx.old ; then cp meta-cvs.idx meta-cvs.idx.old ; makeindex -s meta-cvs.ist meta-cvs.idx ; fi ; if cmp -s meta-cvs.toc meta-cvs.toc.old ; then break ; fi ; done cp: meta-cvs.toc: No such file or directory pdflatex: not found cp: meta-cvs.idx: No such file or directory makeindex: not found cp: meta-cvs.toc: No such file or directory pdflatex: not found cp: meta-cvs.idx: No such file or directory makeindex: not found (repeats forever) ==================================================== The "while true" doesn't detect failures, and it re-attempts failed commands ad infinitum. The actual problem (apparently) is that pdflatex didn't get loaded by USE_TEX which used to happen. The real problem is the internal makefile. >How-To-Repeat: >Fix: Suggest adding a check for a failed command to bounce out of the "while true" loop. This is a very dangerous port that will crash any system (eventually) if a broken port is left unattended for a long enough time. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13: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 C246A7D8 for ; Fri, 20 Dec 2013 13: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 9D32213AD for ; Fri, 20 Dec 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 rBKDK1OF038732 for ; Fri, 20 Dec 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 rBKDK13f038731; Fri, 20 Dec 2013 13:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 13:20:01 GMT Resent-Message-Id: <201312201320.rBKDK13f038731@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 99070F99 for ; Fri, 20 Dec 2013 13:10:33 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 854D312E6 for ; Fri, 20 Dec 2013 13:10:33 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBKDAXaj015362 for ; Fri, 20 Dec 2013 13:10:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKDAXFO015285; Fri, 20 Dec 2013 13:10:33 GMT (envelope-from nobody) Message-Id: <201312201310.rBKDAXFO015285@oldred.freebsd.org> Date: Fri, 20 Dec 2013 13:10:33 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185027: Port textproc/rubygem-sass update to version 3.2.13 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:20:01 -0000 >Number: 185027 >Category: ports >Synopsis: Port textproc/rubygem-sass update to version 3.2.13 [PATCH] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 13:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 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: >How-To-Repeat: >Fix: - Update to Version 3.2.13 - Add USE_RAKE Build log https://redports.org/buildarchive/20131220125028-65086/ Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 337006) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sass -PORTVERSION= 3.2.12 +PORTVERSION= 3.2.13 CATEGORIES= textproc ruby MASTER_SITES= RG @@ -11,6 +11,7 @@ LICENSE= MIT +USE_RAKE= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Index: distinfo =================================================================== --- distinfo (revision 337006) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/sass-3.2.12.gem) = c88d548a265a003d5883ce8b258a3cc523e084a773d5932232dd9ea0220a811c -SIZE (rubygem/sass-3.2.12.gem) = 263168 +SHA256 (rubygem/sass-3.2.13.gem) = 21bd6adf694014c43ffd668ec3067d52c01623d6b432510b1f3dda1ba342243c +SIZE (rubygem/sass-3.2.13.gem) = 263680 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13:20:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3E73A81A; Fri, 20 Dec 2013 13:20: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 0FEE41435; Fri, 20 Dec 2013 13:20:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKDKDSx038814; Fri, 20 Dec 2013 13:20:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKDKDRP038813; Fri, 20 Dec 2013 13:20:13 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 13:20:13 GMT Message-Id: <201312201320.rBKDKDRP038813@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185026: devel/meta-cvs: dangerous "while" loop can recall make forever (runaway) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:20:14 -0000 Synopsis: devel/meta-cvs: dangerous "while" loop can recall make forever (runaway) Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 13:20:13 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185026 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13:20: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 4DFB3849; Fri, 20 Dec 2013 13:20: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 0EC7D1436; Fri, 20 Dec 2013 13:20: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 rBKDKIaW038900; Fri, 20 Dec 2013 13:20:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKDKIc1038899; Fri, 20 Dec 2013 13:20:18 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 13:20:18 GMT Message-Id: <201312201320.rBKDKIc1038899@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185027: Port textproc/rubygem-sass update to version 3.2.13 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:20:19 -0000 Synopsis: Port textproc/rubygem-sass update to version 3.2.13 [PATCH] Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 13:20:18 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185027 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13:21: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 0EB698C2; Fri, 20 Dec 2013 13: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 D7B461446; Fri, 20 Dec 2013 13:21:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKDLWvr040587; Fri, 20 Dec 2013 13:21:32 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKDLWou040586; Fri, 20 Dec 2013 13:21:32 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 13:21:32 GMT Message-Id: <201312201321.rBKDLWou040586@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184857: biology/grappa: Support CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:21:33 -0000 Synopsis: biology/grappa: Support CFLAGS properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 13:21:32 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184857 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13:30:44 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 274EEA9D; Fri, 20 Dec 2013 13:30:44 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id EFB5A14BF; Fri, 20 Dec 2013 13:30: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 rBKDUhQK042965; Fri, 20 Dec 2013 13:30:43 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKDUhm7042964; Fri, 20 Dec 2013 13:30:43 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 13:30:43 GMT Message-Id: <201312201330.rBKDUhm7042964@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184858: emulators/sim6811: Support CC properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:30:44 -0000 Synopsis: emulators/sim6811: Support CC properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 13:30:43 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184858 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9AEE191 for ; Fri, 20 Dec 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 72434162E for ; Fri, 20 Dec 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 rBKDo0bR045093 for ; Fri, 20 Dec 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 rBKDo0Ut045092; Fri, 20 Dec 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 13:50:00 GMT Resent-Message-Id: <201312201350.rBKDo0Ut045092@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Olivier Duchateau Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D46EDFFA for ; Fri, 20 Dec 2013 13:48:55 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BF120161E for ; Fri, 20 Dec 2013 13:48:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBKDmt2e033492 for ; Fri, 20 Dec 2013 13:48:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKDmt87033485; Fri, 20 Dec 2013 13:48:55 GMT (envelope-from nobody) Message-Id: <201312201348.rBKDmt87033485@oldred.freebsd.org> Date: Fri, 20 Dec 2013 13:48:55 GMT From: Olivier Duchateau To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185028: [UPDATE] www/py-requests to 2.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:50:00 -0000 >Number: 185028 >Category: ports >Synopsis: [UPDATE] www/py-requests to 2.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Olivier Duchateau >Release: >Organization: >Environment: >Description: - Update to 2.1.0 - Update license name - Replace pkg-plist by PYDISTUTILS_AUTOPLIST macro - Support STAGEDIR >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (révision 337012) +++ Makefile (copie de travail) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= requests -PORTVERSION= 1.2.3 +PORTVERSION= 2.1.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -10,13 +10,13 @@ MAINTAINER= koobs@FreeBSD.org COMMENT= HTTP library written in Python for human beings -LICENSE= ISCL +LICENSE= AL2 USE_PYTHON= yes USE_PYDISTUTILS= easy_install +PYDISTUTILS_AUTOPLIST= yes regression-test: build @cd ${WRKSRC} && ${PYTHON_CMD} test_requests.py -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (révision 337012) +++ distinfo (copie de travail) @@ -1,2 +1,2 @@ -SHA256 (requests-1.2.3.tar.gz) = 156bf3ec27ba9ec7e0cf8fbe02808718099d218de403eb64a714d73ba1a29ab1 -SIZE (requests-1.2.3.tar.gz) = 348854 +SHA256 (requests-2.1.0.tar.gz) = a57307f3a5f35ec9e1254aaf3e0484063ee3ee6b5f123fb35c5b2673492efa71 +SIZE (requests-2.1.0.tar.gz) = 420289 Index: pkg-plist =================================================================== --- pkg-plist (révision 337012) +++ pkg-plist (copie de travail) @@ -1,219 +0,0 @@ -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/PKG-INFO -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/SOURCES.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/dependency_links.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/adapters.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/adapters.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/adapters.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/api.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/api.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/api.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/auth.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/auth.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/auth.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/cacert.pem -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/certs.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/certs.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/certs.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/compat.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/compat.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/compat.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/cookies.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/cookies.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/cookies.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/exceptions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/exceptions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/exceptions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/hooks.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/hooks.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/hooks.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/models.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/models.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/models.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/big5freq.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/big5freq.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/big5freq.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/big5prober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/big5prober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/big5prober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/chardistribution.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/chardistribution.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/chardistribution.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/charsetgroupprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/charsetgroupprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/charsetgroupprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/charsetprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/charsetprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/charsetprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/codingstatemachine.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/codingstatemachine.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/codingstatemachine.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/compat.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/compat.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/compat.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/constants.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/constants.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/constants.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/cp949prober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/cp949prober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/cp949prober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/escprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/escprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/escprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/escsm.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/escsm.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/escsm.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/eucjpprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/eucjpprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/eucjpprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euckrfreq.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euckrfreq.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euckrfreq.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euckrprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euckrprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euckrprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euctwfreq.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euctwfreq.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euctwfreq.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euctwprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euctwprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/euctwprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/gb2312freq.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/gb2312freq.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/gb2312freq.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/gb2312prober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/gb2312prober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/gb2312prober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/hebrewprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/hebrewprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/hebrewprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/jisfreq.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/jisfreq.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/jisfreq.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/jpcntx.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/jpcntx.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/jpcntx.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langbulgarianmodel.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langbulgarianmodel.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langbulgarianmodel.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langcyrillicmodel.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langcyrillicmodel.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langcyrillicmodel.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langgreekmodel.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langgreekmodel.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langgreekmodel.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langhebrewmodel.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langhebrewmodel.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langhebrewmodel.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langhungarianmodel.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langhungarianmodel.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langhungarianmodel.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langthaimodel.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langthaimodel.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/langthaimodel.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/latin1prober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/latin1prober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/latin1prober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/mbcharsetprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/mbcharsetprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/mbcharsetprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/mbcsgroupprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/mbcsgroupprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/mbcsgroupprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/mbcssm.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/mbcssm.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/mbcssm.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/sbcharsetprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/sbcharsetprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/sbcharsetprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/sbcsgroupprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/sbcsgroupprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/sbcsgroupprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/sjisprober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/sjisprober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/sjisprober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/universaldetector.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/universaldetector.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/universaldetector.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/utf8prober.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/utf8prober.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade/utf8prober.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/_collections.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/_collections.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/_collections.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/connectionpool.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/connectionpool.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/connectionpool.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib/ntlmpool.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib/ntlmpool.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib/ntlmpool.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib/pyopenssl.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib/pyopenssl.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib/pyopenssl.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/exceptions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/exceptions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/exceptions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/filepost.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/filepost.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/filepost.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/ordered_dict.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/ordered_dict.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/ordered_dict.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/six.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/six.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/six.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/ssl_match_hostname/__init__.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/ssl_match_hostname/__init__.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/poolmanager.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/poolmanager.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/poolmanager.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/request.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/request.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/request.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/response.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/response.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/response.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/util.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/util.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/util.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/sessions.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/sessions.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/sessions.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/status_codes.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/status_codes.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/status_codes.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/structures.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/structures.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/structures.pyo -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/utils.py -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/utils.pyc -%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/utils.pyo -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages/ssl_match_hostname -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/packages -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3/contrib -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/urllib3 -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages/charade -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests/packages -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/requests -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO -@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13: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 9AC00DF; Fri, 20 Dec 2013 13: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 7087E162F; Fri, 20 Dec 2013 13: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 rBKDo9lb045229; Fri, 20 Dec 2013 13: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 rBKDo9B8045228; Fri, 20 Dec 2013 13:50:09 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 13:50:09 GMT Message-Id: <201312201350.rBKDo9B8045228@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, koobs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185028: [UPDATE] www/py-requests to 2.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:50:09 -0000 Synopsis: [UPDATE] www/py-requests to 2.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->koobs Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 13: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=185028 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 13:50: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 1F5F1118; Fri, 20 Dec 2013 13:50: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 E7367167C; Fri, 20 Dec 2013 13:50: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 rBKDovP9046911; Fri, 20 Dec 2013 13:50:57 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKDovOA046910; Fri, 20 Dec 2013 13:50:57 GMT (envelope-from danilo) Date: Fri, 20 Dec 2013 13:50:57 GMT Message-Id: <201312201350.rBKDovOA046910@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/177363: graphics/pqiv aborts when opening an image X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 13:50:58 -0000 Synopsis: graphics/pqiv aborts when opening an image Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Dec 20 13:50:57 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=177363 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 14:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA110C77 for ; Fri, 20 Dec 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 94C3F1982 for ; Fri, 20 Dec 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 rBKEe0Bv055864 for ; Fri, 20 Dec 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 rBKEe0di055863; Fri, 20 Dec 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 14:40:00 GMT Resent-Message-Id: <201312201440.rBKEe0di055863@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B23C0C4E for ; Fri, 20 Dec 2013 14:36:55 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 9DC4A1969 for ; Fri, 20 Dec 2013 14:36:55 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBKEatGG004949 for ; Fri, 20 Dec 2013 14:36:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKEatkk004943; Fri, 20 Dec 2013 14:36:55 GMT (envelope-from nobody) Message-Id: <201312201436.rBKEatkk004943@oldred.freebsd.org> Date: Fri, 20 Dec 2013 14:36:55 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185030: Port devel/rubygem-ffi update to version 1.9.3 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 14:40:00 -0000 >Number: 185030 >Category: ports >Synopsis: Port devel/rubygem-ffi update to version 1.9.3 [PATCH] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 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: >How-To-Repeat: >Fix: - Update to Version 1.9.3 - Change License to BSD - Add USE_RAKE Build log https://redports.org/buildarchive/20131220142125-16518/ Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 337012) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ffi -PORTVERSION= 1.9.0 +PORTVERSION= 1.9.3 CATEGORIES= devel rubygems MASTER_SITES= RG @@ -9,10 +9,11 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Extension for dynamic libraries & binding functions -LICENSE= LGPL3 +LICENSE= BSD LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi +USE_RAKE= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes Index: distinfo =================================================================== --- distinfo (revision 337012) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/ffi-1.9.0.gem) = 7e73075fd054440d03e9ebedfe9c0240e24783683ebe5351acedb2efbc4fd066 -SIZE (rubygem/ffi-1.9.0.gem) = 882176 +SHA256 (rubygem/ffi-1.9.3.gem) = 57977d095c1c324ac1cb134863180b34d5743fed2b6d7528adc5ec71a581e320 +SIZE (rubygem/ffi-1.9.3.gem) = 865280 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 14: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 BCDF2CAC; Fri, 20 Dec 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 92C0B1985; Fri, 20 Dec 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 rBKEe8cA056001; Fri, 20 Dec 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 rBKEe8Gf056000; Fri, 20 Dec 2013 14:40:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 14:40:08 GMT Message-Id: <201312201440.rBKEe8Gf056000@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185030: Port devel/rubygem-ffi update to version 1.9.3 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 14:40:08 -0000 Synopsis: Port devel/rubygem-ffi update to version 1.9.3 [PATCH] Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 14: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=185030 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 DD35AF35 for ; Fri, 20 Dec 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 9E7621D85 for ; Fri, 20 Dec 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 rBKFK0KW064731 for ; Fri, 20 Dec 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 rBKFK0VV064730; Fri, 20 Dec 2013 15:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 15:20:00 GMT Resent-Message-Id: <201312201520.rBKFK0VV064730@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Sayetsky Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6FBFBE9F for ; Fri, 20 Dec 2013 15:14:50 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 57A911D54 for ; Fri, 20 Dec 2013 15:14:50 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBKFEomm003561 for ; Fri, 20 Dec 2013 15:14:50 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKFEo7q003539; Fri, 20 Dec 2013 15:14:50 GMT (envelope-from nobody) Message-Id: <201312201514.rBKFEo7q003539@oldred.freebsd.org> Date: Fri, 20 Dec 2013 15:14:50 GMT From: Anton Sayetsky To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185031: multimedia/vlc: fix typo in makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 15:20:00 -0000 >Number: 185031 >Category: ports >Synopsis: multimedia/vlc: fix typo 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: Fri Dec 20 15:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Sayetsky >Release: FreeBSD 9.2-RELEASE-p2 amd64 >Organization: >Environment: FreeBSD jnb.localdomain 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259302: Fri Dec 13 17:15:57 EET 2013 root@jnb.localdomain:/usr/obj/mnt/sysimage/usr/src/sys/JNB amd64 >Description: There is a typo in port makefile. Should be dependEncy, not dependAncy. >How-To-Repeat: >Fix: Index: /usr/ports/multimedia/vlc/Makefile =================================================================== --- /usr/ports/multimedia/vlc/Makefile (revision 337012) +++ /usr/ports/multimedia/vlc/Makefile (working copy) @@ -398,7 +398,7 @@ WITH_DVD_DEVICE?=/dev/acd0 .endif -# If you change this value, the dependancy will not be recorded +# If you change this value, the dependency will not be recorded .if !defined(WITH_VLC_DEFAULT_FONT) WITH_VLC_DEFAULT_FONT= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf WITH_VLC_DEFAULT_MONO_FONT= ${LOCALBASE}/lib/X11/fonts/bitstream-vera/VeraMono.ttf >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 817D3F65; Fri, 20 Dec 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 569821DC9; Fri, 20 Dec 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 rBKFK8dX064870; Fri, 20 Dec 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 rBKFK8g6064869; Fri, 20 Dec 2013 15:20:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 15:20:08 GMT Message-Id: <201312201520.rBKFK8g6064869@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185031: multimedia/vlc: fix typo in makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 15:20:08 -0000 Synopsis: multimedia/vlc: fix typo in makefile Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 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=185031 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16: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 C16A611A for ; Fri, 20 Dec 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 9BBD31058 for ; Fri, 20 Dec 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 rBKG00Os072447 for ; Fri, 20 Dec 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 rBKG00Pp072446; Fri, 20 Dec 2013 16:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 16:00:00 GMT Resent-Message-Id: <201312201600.rBKG00Pp072446@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Henrik Sylvester Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82429C1E for ; Fri, 20 Dec 2013 15:53:29 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 6DC481FE7 for ; Fri, 20 Dec 2013 15:53: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 rBKFrSIs017837 for ; Fri, 20 Dec 2013 15:53:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKFrSBb017832; Fri, 20 Dec 2013 15:53:28 GMT (envelope-from nobody) Message-Id: <201312201553.rBKFrSBb017832@oldred.freebsd.org> Date: Fri, 20 Dec 2013 15:53:28 GMT From: Jan Henrik Sylvester To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185032: [PATCH] multimedia/k9copy-kde4 fix build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:00:00 -0000 >Number: 185032 >Category: ports >Synopsis: [PATCH] multimedia/k9copy-kde4 fix build on 10.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: Fri Dec 20 16:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Henrik Sylvester >Release: 10.0-RC2 amd64 >Organization: >Environment: >Description: [Patch sent to maintainer for comments on 2013-12-06 without response. Repeating it here for it not to get lost.] multimedia/k9copy-kde4 fails on 10 due to loader changes and clang being more strict. >How-To-Repeat: Try to build multimedia/k9copy-kde4 on 10.0-RC2/amd64. >Fix: With the patch attached, it builds, installs and packages on 10.0-RC2/amd64. The binary runs. It still builds on 9.2-RELEASE/amd64. Comments about the patch: 1. I do not know how to properly fix the linking failures due to loader changes. This works, though it seems really hacky: LDFLAGS+= ${KDE4_PREFIX}/lib/libsolid.so ${LOCALBASE}/lib/libX11.so 2. The changes to src/xine/k9xineplayer.cpp should be correct. 3. I have not really analyzed the logic in src/mpeg2/kdecmpeg2.cpp, but since inserting 'return 0' at the end only makes an undefined return code defined, it should not break anything. Patch attached with submission follows: --- multimedia/k9copy-kde4/Makefile.orig 2013-10-21 22:42:20.000000000 +0000 +++ multimedia/k9copy-kde4/Makefile 2013-12-06 16:02:02.000000000 +0000 @@ -24,6 +24,7 @@ CFLAGS= -I${LOCALBASE}/include/ffmpeg0 CPPFLAGS= -I${LOCALBASE}/include/ffmpeg0 CXXFLAGS= -I${LOCALBASE}/include/ffmpeg0 +LDFLAGS+= ${KDE4_PREFIX}/lib/libsolid.so ${LOCALBASE}/lib/libX11.so OPTIONS_DEFINE= MENCODER MPLAYER DVDAUTHOR MENCODER_DESC= MEncoder support --- multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.cpp.orig 2012-07-14 13:54:48.000000000 +0000 +++ multimedia/k9copy-kde4/files/patch-src-xine-k9xineplayer.cpp 2013-12-06 15:35:14.000000000 +0000 @@ -1,6 +1,15 @@ ---- src/xine/k9xineplayer.cpp.orig -+++ src/xine/k9xineplayer.cpp -@@ -260,8 +260,10 @@ void k9xinePlayer::init(WId _wid) { +--- src/xine/k9xineplayer.cpp.orig 2009-12-06 10:13:37.000000000 +0000 ++++ src/xine/k9xineplayer.cpp 2013-12-06 15:34:35.000000000 +0000 +@@ -251,7 +251,7 @@ + + if ((vo_port = xine_open_video_driver(xine, + m_vo.toAscii(), XINE_VISUAL_TYPE_X11, (void *) &vis)) == NULL) { +- printf("I'm unable to initialize '%s' video driver. Giving up.\n", m_vo.toAscii()); ++ printf("I'm unable to initialize '%s' video driver. Giving up.\n", m_vo.toAscii().constData()); + return ; + } + +@@ -260,8 +260,10 @@ event_queue = xine_event_new_queue(stream); xine_event_create_listener_thread(event_queue, event_listener, this); @@ -13,7 +22,16 @@ m_execute=true; } -@@ -284,7 +286,8 @@ void k9xinePlayer::quit() { +@@ -270,7 +272,7 @@ + running=false; + m_title=""; + if ((!xine_open(stream, m_mrl.toUtf8())) || (!xine_play(stream, 0, 0))) { +- printf("Unable to open mrl '%s'\n", m_mrl.toUtf8()); ++ printf("Unable to open mrl '%s'\n", m_mrl.toUtf8().constData()); + return ; + } + QTimer::singleShot (500, this, SLOT (updatePosition ())); +@@ -284,7 +286,8 @@ void k9xinePlayer::update() { if (stream && !running ) { if (m_mutex.tryLock()) { @@ -23,7 +41,7 @@ m_mutex.unlock(); } } -@@ -317,7 +320,8 @@ void k9xineThread::run() { +@@ -317,7 +320,8 @@ case Expose: if (xevent.xexpose.count != 0) break; --- multimedia/k9copy-kde4/files/patch-src_mpeg2_kdecmpeg2.cpp.orig 1970-01-01 00:00:00.000000000 +0000 +++ multimedia/k9copy-kde4/files/patch-src_mpeg2_kdecmpeg2.cpp 2013-12-06 15:01:22.000000000 +0000 @@ -0,0 +1,10 @@ +--- src/mpeg2/kdecmpeg2.cpp.orig 2009-12-06 10:13:36.000000000 +0000 ++++ src/mpeg2/kdecmpeg2.cpp 2013-12-06 15:00:15.000000000 +0000 +@@ -286,6 +286,7 @@ + } + } + } ++ return 0; + } + + void kDecMPEG2::sync() { >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1140A11C for ; Fri, 20 Dec 2013 16: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 E083D105A for ; Fri, 20 Dec 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 rBKG00VV072501 for ; Fri, 20 Dec 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 rBKG00Ce072492; Fri, 20 Dec 2013 16:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 16:00:00 GMT Resent-Message-Id: <201312201600.rBKG00Ce072492@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jan Henrik Sylvester Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 62746F39 for ; Fri, 20 Dec 2013 15:58:03 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4E831103E for ; Fri, 20 Dec 2013 15:58: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 rBKFw3jk063870 for ; Fri, 20 Dec 2013 15:58:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKFw3oC063869; Fri, 20 Dec 2013 15:58:03 GMT (envelope-from nobody) Message-Id: <201312201558.rBKFw3oC063869@oldred.freebsd.org> Date: Fri, 20 Dec 2013 15:58:03 GMT From: Jan Henrik Sylvester To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185033: [PATCH] games/sauerbraten fix build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:00:01 -0000 >Number: 185033 >Category: ports >Synopsis: [PATCH] games/sauerbraten fix build on 10.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: Fri Dec 20 16:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jan Henrik Sylvester >Release: 10.0-RC2 amd64 >Organization: >Environment: >Description: [Patch sent to maintainer for comments on 2013-12-06 without response. Repeating it here for it not to get lost.] games/sauerbraten fails on 10 due to loader changes. >How-To-Repeat: Try to build games/sauerbraten on 10.0-RC2/amd64. >Fix: With the patch attached, games/sauerbraten builds, packages, and runs on 10.0-RC2/amd64. Moreover it still builds on 9.2-RELEASE with the only difference in the package being libexec/sauer_client. The only difference from 'readelf -a' on this file is the order of libX11.so.6 with respect to the other libs. The patch seems save. Patch attached with submission follows: --- games/sauerbraten/files/patch-src_Makefile.orig 2013-03-24 19:11:38.000000000 +0000 +++ games/sauerbraten/files/patch-src_Makefile 2013-12-06 18:10:53.000000000 +0000 @@ -17,7 +17,7 @@ -CLIENT_INCLUDES= $(INCLUDES) -I/usr/X11R6/include `sdl-config --cflags` -CLIENT_LIBS= -Lenet/.libs -lenet -L/usr/X11R6/lib -lX11 `sdl-config --libs` -lSDL_image -lSDL_mixer -lz -lGL +CLIENT_INCLUDES= $(INCLUDES) `${SDL_CONFIG} --cflags` -I${LOCALBASE}/include -+CLIENT_LIBS= -Lenet/.libs -lenet `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lSDL_image -lSDL_mixer -lz -lGL ++CLIENT_LIBS= -Lenet/.libs -lenet `${SDL_CONFIG} --libs` -L${LOCALBASE}/lib -lSDL_image -lSDL_mixer -lz -lGL -lX11 endif ifeq ($(PLATFORM),Linux) CLIENT_LIBS+= -lrt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16: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 11E5C151; Fri, 20 Dec 2013 16: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 DC547105D; Fri, 20 Dec 2013 16:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKG08Ht074177; Fri, 20 Dec 2013 16:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKG08Cg074176; Fri, 20 Dec 2013 16:00:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 16:00:08 GMT Message-Id: <201312201600.rBKG08Cg074176@freefall.freebsd.org> To: me@janh.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185032: [PATCH] multimedia/k9copy-kde4 fix build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:00:09 -0000 Synopsis: [PATCH] multimedia/k9copy-kde4 fix build on 10.0 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Dec 20 16:00:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185032 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16:00:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E672A181; Fri, 20 Dec 2013 16:00: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 BAF3D1060; Fri, 20 Dec 2013 16:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKG0E8x074318; Fri, 20 Dec 2013 16:00:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKG0E6q074317; Fri, 20 Dec 2013 16:00:14 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 16:00:14 GMT Message-Id: <201312201600.rBKG0E6q074317@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185033: [PATCH] games/sauerbraten fix build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:00:15 -0000 Synopsis: [PATCH] games/sauerbraten fix build on 10.0 Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 16:00:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185033 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16:00: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 927B71E9; Fri, 20 Dec 2013 16:00: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 66EDC10B6; Fri, 20 Dec 2013 16:00: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 rBKG0fpT074367; Fri, 20 Dec 2013 16:00:41 GMT (envelope-from tijl@freefall.freebsd.org) Received: (from tijl@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKG0elR074366; Fri, 20 Dec 2013 17:00:40 +0100 (CET) (envelope-from tijl) Date: Fri, 20 Dec 2013 17:00:40 +0100 (CET) Message-Id: <201312201600.rBKG0elR074366@freefall.freebsd.org> To: samm@os2.kiev.ua, tijl@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tijl@FreeBSD.org From: tijl@FreeBSD.org Subject: Re: ports/181836: Port sysutils/smartmontools brocken for scsi discs X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:00:41 -0000 Synopsis: Port sysutils/smartmontools brocken for scsi discs Responsible-Changed-From-To: freebsd-ports-bugs->tijl Responsible-Changed-By: tijl Responsible-Changed-When: Fri Dec 20 17:00:18 CET 2013 Responsible-Changed-Why: Take. http://www.freebsd.org/cgi/query-pr.cgi?pr=181836 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16:08:45 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 42A6B8BA; Fri, 20 Dec 2013 16:08: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 17D561123; Fri, 20 Dec 2013 16:08: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 rBKG8iom074832; Fri, 20 Dec 2013 16:08:44 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKG8iT2074831; Fri, 20 Dec 2013 16:08:44 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 16:08:44 GMT Message-Id: <201312201608.rBKG8iT2074831@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184863: audio/mp3stat: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:08:45 -0000 Synopsis: audio/mp3stat: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 16:08:44 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184863 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 44154904 for ; Fri, 20 Dec 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 2FD1F1134 for ; Fri, 20 Dec 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 rBKGA1ac074966 for ; Fri, 20 Dec 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 rBKGA1ij074965; Fri, 20 Dec 2013 16:10:01 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 16:10:01 GMT Message-Id: <201312201610.rBKGA1ij074965@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/185032: [PATCH] multimedia/k9copy-kde4 fix build on 10.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 20 Dec 2013 16:10:01 -0000 The following reply was made to PR ports/185032; it has been noted by GNATS. From: Edwin Groothuis To: egoliveira@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/185032: [PATCH] multimedia/k9copy-kde4 fix build on 10.0 Date: Fri, 20 Dec 2013 16:00:07 UT Maintainer of multimedia/k9copy-kde4, Please note that PR ports/185032 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/185032 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16:29: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 914A5230; Fri, 20 Dec 2013 16:29: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 658121292; Fri, 20 Dec 2013 16:29: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 rBKGTPus079900; Fri, 20 Dec 2013 16:29:25 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKGTPEb079899; Fri, 20 Dec 2013 16:29:25 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 16:29:25 GMT Message-Id: <201312201629.rBKGTPEb079899@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184866: emulators/lisaem: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:29:25 -0000 Synopsis: emulators/lisaem: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 16:29:25 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184866 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16: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 2F1F5938 for ; Fri, 20 Dec 2013 16: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 0986F137B for ; Fri, 20 Dec 2013 16: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 rBKGe20w083617 for ; Fri, 20 Dec 2013 16: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 rBKGe2DR083571; Fri, 20 Dec 2013 16:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 16:40:02 GMT Resent-Message-Id: <201312201640.rBKGe2DR083571@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pavel Gubin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 08D6F909 for ; Fri, 20 Dec 2013 16:39:15 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E8D7B1367 for ; Fri, 20 Dec 2013 16:39: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 rBKGdENY008629 for ; Fri, 20 Dec 2013 16:39:14 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKGdEKU008622; Fri, 20 Dec 2013 16:39:14 GMT (envelope-from nobody) Message-Id: <201312201639.rBKGdEKU008622@oldred.freebsd.org> Date: Fri, 20 Dec 2013 16:39:14 GMT From: Pavel Gubin To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185035: net-im/jabberd wants lang/clang33 in spite of clang 3.3 in base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:40:03 -0000 >Number: 185035 >Category: ports >Synopsis: net-im/jabberd wants lang/clang33 in spite of clang 3.3 in 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 Dec 20 16:40:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pavel Gubin >Release: 9.2-RELEASE >Organization: Lazy >Environment: FreeBSD qub.2lazy.ru 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #2 r258764: Sun Dec 1 13:57:27 MSK 2013 pg@qub.2lazy.ru:/usr/obj/usr/src/sys/Qub amd64 >Description: When trying to upgrade net-im/jabberd, ports says that it wants to install lang/clang33, while clang 3.3. present in base system 9.2 Seems that /usr/ports/Mk/Uses/compiler.mk lacks check for clang 3.3 in base for "compiler:c11" while this check exists for "compiler:c++11" >How-To-Repeat: Try to build net-im/jabberd >Fix: Patch attached with submission follows: --- compiler.mk.orig 2013-12-16 03:45:39.000000000 +0400 +++ compiler.mk 2013-12-20 20:21:20.000000000 +0400 @@ -162,6 +162,12 @@ USE_GCC= 4.7+ CHOSEN_COMPILER_TYPE= gcc .elif (${COMPILER_TYPE} == clang && ${COMPILER_VERSION} < 33) || ${COMPILER_TYPE} == gcc +.if ${ALT_COMPILER_TYPE} == clang && ${ALT_COMPILER_VERSION} >= 33 +CPP= clang-cpp +CC= clang +CXX= clang++ +CHOSEN_COMPILER_TYPE= clang +.else BUILD_DEPENDS+= ${LOCALBASE}/bin/clang33:${PORTSDIR}/lang/clang33 CHOSEN_COMPILER_TYPE= clang CPP= ${LOCALBASE}/bin/clang-cpp33 @@ -174,5 +180,6 @@ .endif .endif .endif +.endif .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16: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 DF75E965; Fri, 20 Dec 2013 16:40: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 B4C14137C; Fri, 20 Dec 2013 16:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKGeBEI083696; Fri, 20 Dec 2013 16:40:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKGeBYF083695; Fri, 20 Dec 2013 16:40:11 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 16:40:11 GMT Message-Id: <201312201640.rBKGeBYF083695@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185035: net-im/jabberd wants lang/clang33 in spite of clang 3.3 in base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:40:11 -0000 Synopsis: net-im/jabberd wants lang/clang33 in spite of clang 3.3 in base Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 16:40:11 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185035 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16:47: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 588C8C7D; Fri, 20 Dec 2013 16:47: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 2A9911472; Fri, 20 Dec 2013 16:47: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 rBKGlT2i084128; Fri, 20 Dec 2013 16:47:29 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKGlSAF084127; Fri, 20 Dec 2013 16:47:28 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 16:47:28 GMT Message-Id: <201312201647.rBKGlSAF084127@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184867: games/xdigger: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:47:29 -0000 Synopsis: games/xdigger: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 16:47:28 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184867 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 16: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 BCDC3D4A for ; Fri, 20 Dec 2013 16: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 9716714A4 for ; Fri, 20 Dec 2013 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKGo1Cp084268 for ; Fri, 20 Dec 2013 16:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKGo1BF084267; Fri, 20 Dec 2013 16:50:01 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 16:50:01 GMT Resent-Message-Id: <201312201650.rBKGo1BF084267@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Jens K. Loewe" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 680B1AC6 for ; Fri, 20 Dec 2013 16:42:29 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 53B3113E1 for ; Fri, 20 Dec 2013 16:42: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 rBKGgSfE080278 for ; Fri, 20 Dec 2013 16:42:28 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKGgSqe080269; Fri, 20 Dec 2013 16:42:28 GMT (envelope-from nobody) Message-Id: <201312201642.rBKGgSqe080269@oldred.freebsd.org> Date: Fri, 20 Dec 2013 16:42:28 GMT From: "Jens K. Loewe" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185036: [maintainer update] graphics/nomacs update to version 1.6.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 16:50:01 -0000 >Number: 185036 >Category: ports >Synopsis: [maintainer update] graphics/nomacs update to version 1.6.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 16:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jens K. Loewe >Release: 9.2 >Organization: Hochschule Ostfalia >Environment: FreeBSD rosaelefanten.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: A new version of nomacs has been released. Update follows. >How-To-Repeat: - >Fix: - Patch attached with submission follows: diff -ruN nomacs/Makefile nomacs-neu/Makefile --- nomacs/Makefile 2013-10-17 17:52:17.000000000 +0200 +++ nomacs-neu/Makefile 2013-12-20 17:12:38.000000000 +0100 @@ -1,7 +1,7 @@ # $FreeBSD: graphics/nomacs/Makefile 330529 2013-10-16 18:37:03Z antoine $ PORTNAME= nomacs -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.2 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}-source diff -ruN nomacs/distinfo nomacs-neu/distinfo --- nomacs/distinfo 2013-10-18 17:22:14.000000000 +0200 +++ nomacs-neu/distinfo 2013-12-20 17:12:51.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (nomacs-1.6.0-source.tar.bz2) = 39e25542c8cef90578864e2a2e98a8c6723872cddf82f12f17f6caf9b426683d -SIZE (nomacs-1.6.0-source.tar.bz2) = 1169739 +SHA256 (nomacs-1.6.2-source.tar.bz2) = c9a7bea91db1f12513b43d5d194009f9281f6084ffc30ceeadb5ec4a598a6c71 +SIZE (nomacs-1.6.2-source.tar.bz2) = 1168631 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 17:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 041B9161 for ; Fri, 20 Dec 2013 17: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 D89D7157D for ; Fri, 20 Dec 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKH00sn086286 for ; Fri, 20 Dec 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKH00dt086279; Fri, 20 Dec 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 17:00:00 GMT Resent-Message-Id: <201312201700.rBKH00dt086279@freefall.freebsd.org> 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 Jones Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2C967F9E for ; Fri, 20 Dec 2013 16:56:10 +0000 (UTC) Received: from cjones.org (mail.cjones.org [69.146.226.138]) by mx1.freebsd.org (Postfix) with ESMTP id ED2291539 for ; Fri, 20 Dec 2013 16:56:09 +0000 (UTC) Received: by cjones.org (Postfix, from userid 1000) id 69A243FF58; Fri, 20 Dec 2013 09:47:23 -0700 (MST) Message-Id: <20131220164723.69A243FF58@cjones.org> Date: Fri, 20 Dec 2013 09:47:23 -0700 (MST) From: Chris Jones To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185038: pkg core dump X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Chris Jones List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 17:00:01 -0000 >Number: 185038 >Category: ports >Synopsis: pkg core dump >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 Dec 20 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chris Jones >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD maxwell.cjones.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 pkg-1.2.3 >Description: The nightly security script dumped core: Checking for packages with security vulnerabilities: Vulnxml file up-to-date. Segmentation fault (core dumped) >How-To-Repeat: Unknown. >Fix: Let me know if anybody would like a copy of the core file. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 17: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 B951415F for ; Fri, 20 Dec 2013 17: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 94A34157B for ; Fri, 20 Dec 2013 17:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKH00xH086222 for ; Fri, 20 Dec 2013 17:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKH00mA086221; Fri, 20 Dec 2013 17:00:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 17:00:00 GMT Resent-Message-Id: <201312201700.rBKH00mA086221@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Radim Kolar Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8E7B0F0F for ; Fri, 20 Dec 2013 16:54:43 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3F8B31510 for ; Fri, 20 Dec 2013 16:54: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 rBKGs38i063455 for ; Fri, 20 Dec 2013 16:54:03 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKGs373063447; Fri, 20 Dec 2013 16:54:03 GMT (envelope-from nobody) Message-Id: <201312201654.rBKGs373063447@oldred.freebsd.org> Date: Fri, 20 Dec 2013 16:54:03 GMT From: Radim Kolar To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185037: xbmc do not install X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 17:00:00 -0000 >Number: 185037 >Category: ports >Synopsis: xbmc do not 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: Fri Dec 20 17:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: 10.0rc2 i386 >Organization: >Environment: >Description: root@acer:~ports/multimedia/xbmc # make showconfig ===> The following configuration options are available for xbmc-12.2_3: AIRPLAY=off: AirPlay support via libplist AIRTUNES=off: AirTunes support via libshairport AVAHI=on: Zeroconf support via Avahi CEC=on: CEC adapter support EXTERNAL_FFMPEG=off: Use external ffmpeg HAL=on: HAL (Hardware Abstraction Layer) support LAME=off: LAME MP3 audio encoder support LIBBLURAY=off: Blu-ray discs support via libbluray LIRC=off: Infrared remote control support MYSQL=off: MySQL database support NONFREE=on: Enable non-free components (rar, ccx, ffmpeg) PULSEAUDIO=on: PulseAudio sound server support RTMP=on: RTMP protocol support via librtmp SFTP=on: SSH SFTP support via libssh SMB=on: SMB protocol support VAAPI=off: VAAPI (GPU video acceleration) support VDPAU=off: VDPAU (GPU video acceleration) support VORBIS=on: Ogg Vorbis audio encoder WEBSERVER=on: Build and/or install internal web server ===> Use 'make config' to modify these settings root@acer:~ports/multimedia/xbmc # make install ===> Installing for xbmc-12.2_3 ===> xbmc-12.2_3 depends on package: py27-sqlite3>0 - found ===> xbmc-12.2_3 depends on executable: glxinfo - found ===> xbmc-12.2_3 depends on executable: nmblookup - found ===> xbmc-12.2_3 depends on package: py27-imaging>0 - found ===> xbmc-12.2_3 depends on executable: xdpyinfo - found ===> xbmc-12.2_3 depends on file: /usr/local/bin/python2.7 - found ===> xbmc-12.2_3 depends on file: /usr/local/lib/libssh.so - found ===> xbmc-12.2_3 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xbmc-12.2_3 depends on file: /usr/local/libdata/pkgconfig/xmu.pc - found ===> xbmc-12.2_3 depends on file: /usr/local/libdata/pkgconfig/xrandr.pc - found ===> xbmc-12.2_3 depends on file: /usr/local/libdata/pkgconfig/xtst.pc - found ===> xbmc-12.2_3 depends on executable: gtk-update-icon-cache - found ===> xbmc-12.2_3 depends on shared library: libass.so - found ===> xbmc-12.2_3 depends on shared library: libboost_thread.so - found ===> xbmc-12.2_3 depends on shared library: libcdio.so - found ===> xbmc-12.2_3 depends on shared library: libcurl.so - found ===> xbmc-12.2_3 depends on shared library: libdbus-1.so - found ===> xbmc-12.2_3 depends on shared library: libenca.so - found ===> xbmc-12.2_3 depends on shared library: libGLEW.so - found ===> xbmc-12.2_3 depends on shared library: libFLAC.so - found ===> xbmc-12.2_3 depends on shared library: libfontconfig.so - found ===> xbmc-12.2_3 depends on shared library: libfreetype.so - found ===> xbmc-12.2_3 depends on shared library: libfribidi.so - found ===> xbmc-12.2_3 depends on shared library: liblzo2.so - found ===> xbmc-12.2_3 depends on shared library: libjasper.so - found ===> xbmc-12.2_3 depends on shared library: libjpeg.so - found ===> xbmc-12.2_3 depends on shared library: libmad.so - found ===> xbmc-12.2_3 depends on shared library: libmodplug.so - found ===> xbmc-12.2_3 depends on shared library: libmpeg2.so - found ===> xbmc-12.2_3 depends on shared library: libpcre.so - found ===> xbmc-12.2_3 depends on shared library: libpng15.so - found ===> xbmc-12.2_3 depends on shared library: libsamplerate.so - found ===> xbmc-12.2_3 depends on shared library: libsqlite3.so - found ===> xbmc-12.2_3 depends on shared library: libtag.so - found ===> xbmc-12.2_3 depends on shared library: libtinyxml.so - found ===> xbmc-12.2_3 depends on shared library: libvorbis.so - found ===> xbmc-12.2_3 depends on shared library: libyajl.so - found ===> xbmc-12.2_3 depends on shared library: libGLU.so - found ===> xbmc-12.2_3 depends on shared library: libltdl.so - found ===> xbmc-12.2_3 depends on shared library: libatk-1.0.so - found ===> xbmc-12.2_3 depends on shared library: libgdk_pixbuf-2.0.so - found ===> xbmc-12.2_3 depends on shared library: libglib-2.0.so - found ===> xbmc-12.2_3 depends on shared library: libpcre.so - found ===> xbmc-12.2_3 depends on shared library: libpango-1.0.so - found ===> xbmc-12.2_3 depends on shared library: avahi-common - found ===> xbmc-12.2_3 depends on shared library: cec - found ===> xbmc-12.2_3 depends on shared library: hal - found ===> xbmc-12.2_3 depends on shared library: pulse - found ===> xbmc-12.2_3 depends on shared library: rtmp - found ===> xbmc-12.2_3 depends on shared library: smbclient - found ===> xbmc-12.2_3 depends on shared library: ogg - found ===> xbmc-12.2_3 depends on shared library: microhttpd - found ===> xbmc-12.2_3 depends on shared library: SDL-1.2 - found ===> xbmc-12.2_3 depends on shared library: SDL_image-1.2 - found ===> Checking if multimedia/xbmc already installed ===> Registering installation for xbmc-12.2_3 pkg-static: lstat(/usr/ports/multimedia/xbmc/work/stage/usr/local/lib/xbmc/system/libcmyth-x86-freebsd.so): No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/multimedia/xbmc *** Error code 1 >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 D96BE67F for ; Fri, 20 Dec 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 B2AF11631 for ; Fri, 20 Dec 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 rBKHA00e088568 for ; Fri, 20 Dec 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 rBKHA0Rv088567; Fri, 20 Dec 2013 17:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 17:10:00 GMT Resent-Message-Id: <201312201710.rBKHA0Rv088567@freefall.freebsd.org> 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 78C29661 for ; Fri, 20 Dec 2013 17:08:11 +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 2B9961625 for ; Fri, 20 Dec 2013 17:08:10 +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 1Vu3YP-0006ZO-N2; Fri, 20 Dec 2013 21:08:01 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 584A0D1C; Fri, 20 Dec 2013 21:08:01 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 386741ABA7; Fri, 20 Dec 2013 21:08:01 +0400 (MSK) Message-Id: <20131220170801.386741ABA7@hades.panopticon> Date: Fri, 20 Dec 2013 21:08:01 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185039: [PATCH] devel/tig: update to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 17:10:01 -0000 >Number: 185039 >Category: ports >Synopsis: [PATCH] devel/tig: update to 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 17: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: - Update to 1.2.1 - Support staging Port maintainer (darcsis@gmail.com) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- tig-1.2.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 337040) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tig -PORTVERSION= 1.1 +PORTVERSION= 1.2.1 CATEGORIES= devel MASTER_SITES= http://jonas.nitro.dk/tig/releases/ @@ -13,23 +13,21 @@ RUN_DEPENDS= git:${PORTSDIR}/devel/git -MAN1= tig.1 -MAN5= tigrc.5 -MAN7= tigmanual.7 - GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} +USES= iconv gmake -USE_GMAKE= yes -USES= iconv - PLIST_FILES= bin/tig -NO_STAGE= yes -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}rc.5 ${MANPREFIX}/man/man5/ - ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}manual.7 ${MANPREFIX}/man/man7 +OPTIONS_DEFINE= MANPAGES +OPTIONS_DEFAULT=MANPAGES +MANPAGES_BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ + xmlto:${PORTSDIR}/textproc/xmlto +MANPAGES_ALL_TARGET= tig doc-man +MANPAGES_INSTALL_TARGET=install install-doc-man +MANPAGES_PLIST_FILES= man/man1/tig.1.gz \ + man/man5/tigrc.5.gz \ + man/man7/tigmanual.7.gz + .include Index: distinfo =================================================================== --- distinfo (revision 337040) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tig-1.1.tar.gz) = cb8972ba2fe5015f66f064f9ef63c471b86e5d3f06a6d7719cd6753c29c2c0a2 -SIZE (tig-1.1.tar.gz) = 201009 +SHA256 (tig-1.2.1.tar.gz) = b708d205f2a0432f03daaa945779bcac122662ec0760d4dabc6d8fd60ca32944 +SIZE (tig-1.2.1.tar.gz) = 160039 --- tig-1.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 17:10: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 C0D876C5; Fri, 20 Dec 2013 17:10: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 9651A1638; Fri, 20 Dec 2013 17:10: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 rBKHAEmM088706; Fri, 20 Dec 2013 17:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKHAEBm088704; Fri, 20 Dec 2013 17:10:14 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 17:10:14 GMT Message-Id: <201312201710.rBKHAEBm088704@freefall.freebsd.org> To: amdmi3@amdmi3.ru, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185039: [PATCH] devel/tig: update to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 17:10:14 -0000 Synopsis: [PATCH] devel/tig: update to 1.2.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Dec 20 17:10:14 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185039 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 17:11: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 024C98B3; Fri, 20 Dec 2013 17:11: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 CB2221690; Fri, 20 Dec 2013 17:11: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 rBKHB4Bn090468; Fri, 20 Dec 2013 17:11:04 GMT (envelope-from amdmi3@freefall.freebsd.org) Received: (from amdmi3@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKHB4Qm090467; Fri, 20 Dec 2013 17:11:04 GMT (envelope-from amdmi3) Date: Fri, 20 Dec 2013 17:11:04 GMT Message-Id: <201312201711.rBKHB4Qm090467@freefall.freebsd.org> To: amdmi3@amdmi3.ru, amdmi3@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: amdmi3@FreeBSD.org Subject: Re: ports/183203: [PATCH] japanese/ja-py27-mecab: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 17:11:05 -0000 Synopsis: [PATCH] japanese/ja-py27-mecab: [SUMMARIZE CHANGES] State-Changed-From-To: open->closed State-Changed-By: amdmi3 State-Changed-When: Fri Dec 20 17:11:04 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=183203 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 17:12: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 6212B907; Fri, 20 Dec 2013 17:12: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 367FF169C; Fri, 20 Dec 2013 17:12: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 rBKHCJ5k090577; Fri, 20 Dec 2013 17:12:19 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKHCJif090576; Fri, 20 Dec 2013 17:12:19 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 17:12:19 GMT Message-Id: <201312201712.rBKHCJif090576@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184868: graphics/gsculpt: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 17:12:19 -0000 Synopsis: graphics/gsculpt: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 17:12:18 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184868 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 17: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 45238D28 for ; Fri, 20 Dec 2013 17: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 31FBC16F9 for ; Fri, 20 Dec 2013 17: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 rBKHK2NA091733 for ; Fri, 20 Dec 2013 17: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 rBKHK1QH091732; Fri, 20 Dec 2013 17:20:01 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 17:20:01 GMT Message-Id: <201312201720.rBKHK1QH091732@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/183203: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 20 Dec 2013 17:20:02 -0000 The following reply was made to PR ports/183203; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183203: commit references a PR Date: Fri, 20 Dec 2013 17:10:22 +0000 (UTC) Author: amdmi3 Date: Fri Dec 20 17:10:14 2013 New Revision: 337041 URL: http://svnweb.freebsd.org/changeset/ports/337041 Log: - Fix swig dependency PR: 183203 Submitted by: amdmi3 Approved by: maintainer timeout Modified: head/japanese/py-mecab/Makefile Modified: head/japanese/py-mecab/Makefile ============================================================================== --- head/japanese/py-mecab/Makefile Fri Dec 20 17:03:44 2013 (r337040) +++ head/japanese/py-mecab/Makefile Fri Dec 20 17:10:14 2013 (r337041) @@ -13,7 +13,7 @@ COMMENT= Python bindings for MeCab LICENSE= BSD GPLv2 LGPL21 LICENSE_COMB= dual -BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13 +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab 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 Fri Dec 20 17:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2ABAED27 for ; Fri, 20 Dec 2013 17: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 176E716F8 for ; Fri, 20 Dec 2013 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKHK0ix091725 for ; Fri, 20 Dec 2013 17:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKHK0v1091724; Fri, 20 Dec 2013 17:20:00 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 17:20:00 GMT Message-Id: <201312201720.rBKHK0v1091724@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/185039: [PATCH] devel/tig: update to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 20 Dec 2013 17:20:01 -0000 The following reply was made to PR ports/185039; it has been noted by GNATS. From: Edwin Groothuis To: darcsis@gmail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/185039: [PATCH] devel/tig: update to 1.2.1 Date: Fri, 20 Dec 2013 17:10:13 UT Maintainer of devel/tig, Please note that PR ports/185039 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/185039 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 17:30: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 A1FE06B3 for ; Fri, 20 Dec 2013 17:30: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 8EE5F17D4 for ; Fri, 20 Dec 2013 17:30:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKHU49n094274 for ; Fri, 20 Dec 2013 17:30:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKHU48v094273; Fri, 20 Dec 2013 17:30:04 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 17:30:04 GMT Message-Id: <201312201730.rBKHU48v094273@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/183203: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 20 Dec 2013 17:30:04 -0000 The following reply was made to PR ports/183203; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/183203: commit references a PR Date: Fri, 20 Dec 2013 17:27:34 +0000 (UTC) Author: mat Date: Fri Dec 20 17:27:25 2013 New Revision: 337048 URL: http://svnweb.freebsd.org/changeset/ports/337048 Log: MFH: r337041 - Fix swig dependency PR: 183203 Submitted by: amdmi3 Approved by: maintainer timeout Approved by: portmgr (implicit) Modified: branches/2014Q1/japanese/py-mecab/Makefile Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/japanese/py-mecab/Makefile ============================================================================== --- branches/2014Q1/japanese/py-mecab/Makefile Fri Dec 20 17:26:34 2013 (r337047) +++ branches/2014Q1/japanese/py-mecab/Makefile Fri Dec 20 17:27:25 2013 (r337048) @@ -13,7 +13,7 @@ COMMENT= Python bindings for MeCab LICENSE= BSD GPLv2 LGPL21 LICENSE_COMB= dual -BUILD_DEPENDS= swig>=1.3:${PORTSDIR}/devel/swig13 +BUILD_DEPENDS= swig:${PORTSDIR}/devel/swig13 LIB_DEPENDS= mecab:${PORTSDIR}/japanese/mecab 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 Fri Dec 20 17:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02E3CB80 for ; Fri, 20 Dec 2013 17: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 D363618B1 for ; Fri, 20 Dec 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 rBKHe09c096064 for ; Fri, 20 Dec 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 rBKHe0MP096063; Fri, 20 Dec 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 17:40:00 GMT Resent-Message-Id: <201312201740.rBKHe0MP096063@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Johannes Jost Meixner Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2CEA39D9; Fri, 20 Dec 2013 17:34:43 +0000 (UTC) Received: from dd16522.kasserver.com (dd16522.kasserver.com [85.13.137.124]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E4EC61879; Fri, 20 Dec 2013 17:34:42 +0000 (UTC) Received: from mx12.chaot.net (82.131.84.56.cable.starman.ee [82.131.84.56]) by dd16522.kasserver.com (Postfix) with ESMTPSA id 3FC278E0002; Fri, 20 Dec 2013 18:34:35 +0100 (CET) Received: from localhost (1003@localhost [local]); by mx12.chaot.net (OpenSMTPD) with ESMTPA id 964be9b8; Fri, 20 Dec 2013 19:34:33 +0200 (EET) Message-Id: <965363631.enqueue@mx12.chaot.net> Date: Fri, 20 Dec 2013 19:34:32 +0200 (EET) From: Johannes Jost Meixner To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185040: [PATCH] sysutils/grub2-bhyve: Remove dependency of gcc47 in favor of GCC>4.6 Cc: kmoore@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 17:40:01 -0000 >Number: 185040 >Category: ports >Synopsis: [PATCH] sysutils/grub2-bhyve: Remove dependency of gcc47 in favor of GCC>4.6 >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 Dec 20 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Johannes Jost Meixner >Release: FreeBSD 11.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD mx12.chaot.net 11.0-CURRENT FreeBSD 11.0-CURRENT #4: Wed Dec 11 13:21:24 EET 2013 >Description: - Remove dependency of gcc47 - Add USE_GCC=4.6+ - Substitute one-entry pkg-plist with PLIST_FILES - Cosmetic changes Port maintainer (kmoore@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- grub2-bhyve-0.21_1.patch begins here --- diff -ruN /usr/ports/sysutils/grub2-bhyve/Makefile ./Makefile --- /usr/ports/sysutils/grub2-bhyve/Makefile 2013-12-19 21:30:16.000000000 +0200 +++ ./Makefile 2013-12-20 14:52:00.230069141 +0200 @@ -1,28 +1,30 @@ # Created by: kmoore@FreeBSD.org -# $FreeBSD: sysutils/grub2-bhyve/Makefile 336950 2013-12-19 19:30:16Z kmoore $ +# $FreeBSD: head/sysutils/grub2-bhyve/Makefile 336950 2013-12-19 19:30:16Z kmoore $ PORTNAME= grub2-bhyve -DISTVERSION= 0.21 +PORTVERSION= 0.21 +PORTREVISION= 1 CATEGORIES= sysutils MAINTAINER= kmoore@FreeBSD.org -COMMENT= Grub-emu loader for bhyve +COMMENT= Grub-emu loader for bhyve LICENSE= GPLv3 BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex \ - gcc47:${PORTSDIR}/lang/gcc47 \ help2man:${PORTSDIR}/misc/help2man ONLY_FOR_ARCHS= amd64 SSP_UNSAFE= yes +USE_GCC= 4.6+ USE_GITHUB= yes GH_ACCOUNT= grehan-freebsd GH_COMMIT= aa0717f GH_TAGNAME= v0.2 USES= bison gettext gmake +PLIST_FILES= sbin/grub-bhyve MAKE_JOBS_UNSAFE= yes -CONFIGURE_ARGS= --with-platform=emu CC=gcc47 LEX=${LOCALBASE}/bin/flex \ +CONFIGURE_ARGS+= --with-platform=emu CC=${CC} LEX=${LOCALBASE}/bin/flex \ --enable-grub-mount=no --enable-grub-mkfont=no .include diff -ruN /usr/ports/sysutils/grub2-bhyve/pkg-plist ./pkg-plist --- /usr/ports/sysutils/grub2-bhyve/pkg-plist 2013-11-03 07:11:59.000000000 +0200 +++ ./pkg-plist 1970-01-01 03:00:00.000000000 +0300 @@ -1 +0,0 @@ -sbin/grub-bhyve --- grub2-bhyve-0.21_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 17:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 25903BB0; Fri, 20 Dec 2013 17: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 ED08518B3; Fri, 20 Dec 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 rBKHe82P096200; Fri, 20 Dec 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 rBKHe8U1096199; Fri, 20 Dec 2013 17:40:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 17:40:08 GMT Message-Id: <201312201740.rBKHe8U1096199@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kmoore@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185040: [PATCH] sysutils/grub2-bhyve: Remove dependency of gcc47 in favor of GCC>4.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 17:40:09 -0000 Synopsis: [PATCH] sysutils/grub2-bhyve: Remove dependency of gcc47 in favor of GCC>4.6 Responsible-Changed-From-To: freebsd-ports-bugs->kmoore Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 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=185040 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:06: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 4DD3F797; Fri, 20 Dec 2013 18:06: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 224791ACD; Fri, 20 Dec 2013 18:06: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 rBKI6CkN002142; Fri, 20 Dec 2013 18:06:12 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKI6COf002141; Fri, 20 Dec 2013 18:06:12 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 18:06:12 GMT Message-Id: <201312201806.rBKI6COf002141@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184871: x11/3ddesktop: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:06:13 -0000 Synopsis: x11/3ddesktop: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 18:06:12 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184871 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:14: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 14092ED8; Fri, 20 Dec 2013 18: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 D9C931C99; Fri, 20 Dec 2013 18: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 rBKIEJtV008393; Fri, 20 Dec 2013 18:14:19 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKIEJHp008392; Fri, 20 Dec 2013 18:14:19 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 18:14:19 GMT Message-Id: <201312201814.rBKIEJHp008392@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184873: textproc/tdhkit: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:14:20 -0000 Synopsis: textproc/tdhkit: Support CC/CFLAGS properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 18:14:19 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184873 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:25:23 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0D0EE9DE; Fri, 20 Dec 2013 18:25: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 D5A1C1DA1; Fri, 20 Dec 2013 18:25: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 rBKIPMIc010806; Fri, 20 Dec 2013 18:25:22 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKIPMPn010805; Fri, 20 Dec 2013 18:25:22 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 18:25:22 GMT Message-Id: <201312201825.rBKIPMPn010805@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184874: graphics/gtimelapse: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:25:23 -0000 Synopsis: graphics/gtimelapse: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 18:25:22 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184874 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:36:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D2C7B13D; Fri, 20 Dec 2013 18:36: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 A6FC91E97; Fri, 20 Dec 2013 18:36: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 rBKIakXv013025; Fri, 20 Dec 2013 18:36:46 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKIakpW013024; Fri, 20 Dec 2013 18:36:46 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 18:36:46 GMT Message-Id: <201312201836.rBKIakpW013024@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184875: x11-servers/x2x: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:36:46 -0000 Synopsis: x11-servers/x2x: Support CC/CFLAGS properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 18:36:46 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184875 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 7319A312 for ; Fri, 20 Dec 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 5E3E31EC8 for ; Fri, 20 Dec 2013 18: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 rBKIe2Ex013198 for ; Fri, 20 Dec 2013 18: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 rBKIe2QO013197; Fri, 20 Dec 2013 18:40:02 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 18:40:02 GMT Message-Id: <201312201840.rBKIe2QO013197@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= Subject: Re: ports/183723: [new port]: devel/visualparadigm Tool for UML based diagrams and SE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:40:02 -0000 The following reply was made to PR ports/183723; it has been noted by GNATS. From: =?ISO-8859-1?Q?Fernando_Apestegu=EDa?= To: bug-followup@FreeBSD.org, fernando.apesteguia@gmail.com Cc: Subject: Re: ports/183723: [new port]: devel/visualparadigm Tool for UML based diagrams and SE Date: Fri, 20 Dec 2013 19:30:18 +0100 --047d7bb70b2e5a2b5804edfb78c7 Content-Type: text/plain; charset=ISO-8859-1 This happened again. There is a new version of Visual Paradigm, 11.0 and we still have the 10.2 pending for inclusion in the ports tree. I already updated this PR due to the same problem (new version though the port never makes it into the tree). Please, tell me if there is any chance of committing this or I will not waste any time trying to update to 11.0 Thanks in advance. --047d7bb70b2e5a2b5804edfb78c7 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
This happened again. There is a new version= of Visual Paradigm, 11.0 and=A0 we still have the 10.2 pending for inclusi= on in the ports tree.
I already updated this PR due to the same pr= oblem (new version though the port never makes it into the tree).

Please, tell me if there is any chance of committing this or I wi= ll not waste any time trying to update to 11.0

Thanks in advan= ce.
--047d7bb70b2e5a2b5804edfb78c7-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EC3CE343; Fri, 20 Dec 2013 18: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 C25671F0D; Fri, 20 Dec 2013 18:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKIe9rN013213; Fri, 20 Dec 2013 18:40:09 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKIe9gE013212; Fri, 20 Dec 2013 18:40:09 GMT (envelope-from antoine) Date: Fri, 20 Dec 2013 18:40:09 GMT Message-Id: <201312201840.rBKIe9gE013212@freefall.freebsd.org> To: Alex.R.Laurie@gmail.com, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/183493: SVN Commit: 332132 / Port update : deskutils/taskjuggler X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:40:10 -0000 Synopsis: SVN Commit: 332132 / Port update : deskutils/taskjuggler State-Changed-From-To: open->closed State-Changed-By: antoine State-Changed-When: Fri Dec 20 18:39:12 UTC 2013 State-Changed-Why: Thanks a lot for submission, someone updated deskutils/rubygem-taskjuggler to 3.5.0 http://www.freebsd.org/cgi/query-pr.cgi?pr=183493 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:48: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 6E09A8E2; Fri, 20 Dec 2013 18:48: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 428B91F77; Fri, 20 Dec 2013 18:48: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 rBKIm1fe015167; Fri, 20 Dec 2013 18:48:01 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKIm0t2015141; Fri, 20 Dec 2013 18:48:00 GMT (envelope-from antoine) Date: Fri, 20 Dec 2013 18:48:00 GMT Message-Id: <201312201848.rBKIm0t2015141@freefall.freebsd.org> To: dnelson@allantgroup.com, beastie@tardisi.com, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: antoine@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.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:48:01 -0000 Synopsis: audio/sox: /usr/local/man/man7/soxeffect.7.gz invalid link State-Changed-From-To: feedback->closed State-Changed-By: antoine State-Changed-When: Fri Dec 20 18:46:34 UTC 2013 State-Changed-Why: Close: thanks for the report, this seems to be an infrastructure problem PR ports/184395 tracks this issue http://www.freebsd.org/cgi/query-pr.cgi?pr=184264 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18: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 78E6FA85 for ; Fri, 20 Dec 2013 18: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 5B1731FA8 for ; Fri, 20 Dec 2013 18: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 rBKIo1ru015419 for ; Fri, 20 Dec 2013 18: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 rBKIo1xE015418; Fri, 20 Dec 2013 18:50:01 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 18:50:01 GMT Message-Id: <201312201850.rBKIo1xE015418@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Krzysztof Stryjek Subject: Re: ports/184458: net-mgmt/collectd5 does not support write_riemann plugin X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Krzysztof Stryjek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:50:01 -0000 The following reply was made to PR ports/184458; it has been noted by GNATS. From: Krzysztof Stryjek To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184458: net-mgmt/collectd5 does not support write_riemann plugin Date: Fri, 20 Dec 2013 19:40:25 +0100 --vtzGhvizbBRQ85DL Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline Hello, I've attached a patch to add a write_riemann plugin. I've checked it on tinderbox and there were no errors. So I hope it will be added to ports soonly :-))) Greetings, -- Krzysztof Stryjek UNIX administrator/Juniper Networks Specialist email: wtp (at) bsdserwis (dot) com http://www.linkedin.com/in/KrzysztofStryjek GPG fingerprint: 8BD7 40CE 8994 0BBE CE6C 91CD 1292 8959 DC61 0E76 In theory, there is no difference between theory and practice. In practice, there is. --vtzGhvizbBRQ85DL Content-Type: text/x-diff; charset=iso-8859-2 Content-Disposition: attachment; filename="collectd5.patch" diff -ruN collectd5/Makefile collectd5.new/Makefile --- collectd5/Makefile 2013-12-18 00:54:04.000000000 +0100 +++ collectd5.new/Makefile 2013-12-20 18:45:57.000000000 +0100 @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 5.4.0 -PORTREVISION= 2 +PORTREVISION= 3 PKGNAMESUFFIX= 5 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ @@ -19,7 +19,7 @@ OPTIONS_DEFINE= CGI DEBUG GCRYPT VIRT OPTIONS_GROUP= INPUT OUTPUT -OPTIONS_GROUP_OUTPUT= RRDTOOL NOTIFYEMAIL NOTIFYDESKTOP +OPTIONS_GROUP_OUTPUT= RRDTOOL NOTIFYEMAIL NOTIFYDESKTOP RIEMANN OPTIONS_GROUP_INPUT= CURL DBI JSON MEMCACHEC MODBUS MYSQL \ NUTUPS PGSQL PING PYTHON RABBITMQ REDIS \ ROUTEROS SNMP STATGRAB TOKYOTYRANT XML XMMS @@ -41,6 +41,7 @@ PYTHON_DESC= Enable python-based plugins RABBITMQ_DESC= Enable rabbitmq-based plugins REDIS_DESC= Enable redis-based plugins +RIEMANN_DESC= Enable write_riemann plugin (via protobuf-c) ROUTEROS_DESC= Enable routeros plugin RRDTOOL_DESC= Enable rrdtool plugin (also rrdcached plugin) SNMP_DESC= Enable SNMP plugin @@ -320,6 +321,15 @@ PLIST_SUB+= REDIS="@comment " .endif +.if ${PORT_OPTIONS:MRIEMANN} +LIB_DEPENDS+= protobuf-c:${PORTSDIR}/devel/protobuf-c +CONFIGURE_ARGS+=--enable-write_riemann +PLIST_SUB+= RIEMANN="" +.else +CONFIGURE_ARGS+=--disable-write_riemann +PLIST_SUB+= RIEMANN="@comment " +.endif + .if ${PORT_OPTIONS:MROUTEROS} LIB_DEPENDS+= routeros:${PORTSDIR}/net/librouteros CONFIGURE_ARGS+=--with-librouteros=${LOCALBASE} --enable-routeros diff -ruN collectd5/pkg-plist collectd5.new/pkg-plist --- collectd5/pkg-plist 2013-10-04 01:37:48.000000000 +0200 +++ collectd5.new/pkg-plist 2013-12-20 16:23:21.000000000 +0100 @@ -142,6 +142,9 @@ %%REDIS%%lib/collectd/redis.a %%REDIS%%lib/collectd/redis.so %%REDIS%%lib/collectd/redis.la +%%RIEMANN%%lib/collectd/write_riemann.a +%%RIEMANN%%lib/collectd/write_riemann.so +%%RIEMANN%%lib/collectd/write_riemann.la %%ROUTEROS%%lib/collectd/routeros.a %%ROUTEROS%%lib/collectd/routeros.so %%ROUTEROS%%lib/collectd/routeros.la --vtzGhvizbBRQ85DL-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2B503A96 for ; Fri, 20 Dec 2013 18: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 F32EB1FAC for ; Fri, 20 Dec 2013 18: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 rBKIo2WC015437 for ; Fri, 20 Dec 2013 18: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 rBKIo2iK015436; Fri, 20 Dec 2013 18:50:02 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 18:50:02 GMT Resent-Message-Id: <201312201850.rBKIo2iK015436@freefall.freebsd.org> 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 Moench-Tegeder Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1F4B03A4 for ; Fri, 20 Dec 2013 18:40:54 +0000 (UTC) Received: from smtp.burggraben.net (base.exwg.net [IPv6:2a01:4f8:140:50a2::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D10C51F1F for ; Fri, 20 Dec 2013 18:40:53 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id C9CEB600089 for ; Fri, 20 Dec 2013 19:40:51 +0100 (CET) Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qvkiuw3wqRpS for ; Fri, 20 Dec 2013 19:40:51 +0100 (CET) Received: from squirrel.exwg.net (dslb-088-066-048-235.pools.arcor-ip.net [88.66.48.235]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "squirrel.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Fri, 20 Dec 2013 19:40:51 +0100 (CET) Received: by squirrel.exwg.net (Postfix, from userid 1000) id 9233961F87; Fri, 20 Dec 2013 19:40:50 +0100 (CET) Message-Id: <20131220184050.9233961F87@squirrel.exwg.net> Date: Fri, 20 Dec 2013 19:40:50 +0100 (CET) From: Christoph Moench-Tegeder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185042: graphics/libecwj2 : fails to build with recent compilers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Christoph Moench-Tegeder List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:50:03 -0000 >Number: 185042 >Category: ports >Synopsis: graphics/libecwj2 : fails to build with recent compilers >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 18:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 10.0-RC2 amd64 >Organization: >Environment: System: FreeBSD squirrel.exwg.net 10.0-RC2 FreeBSD 10.0-RC2 #0 r259645: Fri Dec 20 15:19:27 CET 2013 cmt@squirrel.exwg.net:/usr/obj/usr/src/sys/T520 amd64 graphics/libecwj2 libecwj2-3.3_1 cmt@squirrel:~$ cc --version FreeBSD clang version 3.3 (tags/RELEASE_33/final 183502) 20130610 Target: x86_64-unknown-freebsd10.0 Thread model: posix also verified on 9.2-RELEASE with gcc 4.7: FreeBSD build.exwg.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 lang/gcc47 gcc47-4.7.4.20131214 >Description: type make... the build fails with (gcc47 error message, clang fails with the same reason): ../C/NCSnet/NCScnet3/NCSProxy.cpp: In member function 'char* CNCSProxy::GetCurrentUserName()': ../C/NCSnet/NCScnet3/NCSProxy.cpp:644:28: error: 'getlogin' was not declared in this scope >How-To-Repeat: >Fix: NCSProxy.cpp needs to include unistd.h. Drop the following as graphics/libecwj2/files/patch-Source-C-NCSnet-NCScnet3-NCSProxy.h : --- Source/C/NCSnet/NCScnet3/NCSProxy.h.orig 2013-12-20 19:22:52.000000000 +0100 +++ Source/C/NCSnet/NCScnet3/NCSProxy.h 2013-12-20 19:23:26.000000000 +0100 @@ -35,6 +35,7 @@ //#include #include #include +#include #include #include #include Regards, Christoph >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:50: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 98C21C5F; Fri, 20 Dec 2013 18: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 6EF261FBE; Fri, 20 Dec 2013 18: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 rBKIoKE6015565; Fri, 20 Dec 2013 18: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 rBKIoKCb015562; Fri, 20 Dec 2013 18:50:20 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 18:50:20 GMT Message-Id: <201312201850.rBKIoKCb015562@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glebius@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185042: graphics/libecwj2 : fails to build with recent compilers X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:50:20 -0000 Synopsis: graphics/libecwj2 : fails to build with recent compilers Responsible-Changed-From-To: freebsd-ports-bugs->glebius Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 18:50:20 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185042 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:50: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 D1A13B59; Fri, 20 Dec 2013 18:50: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 A8D711FB8; Fri, 20 Dec 2013 18:50: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 rBKIoGva015478; Fri, 20 Dec 2013 18:50:16 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKIoGKM015477; Fri, 20 Dec 2013 18:50:16 GMT (envelope-from antoine) Date: Fri, 20 Dec 2013 18:50:16 GMT Message-Id: <201312201850.rBKIoGKM015477@freefall.freebsd.org> To: dnelson@allantgroup.com, leres@ee.lbl.gov, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: antoine@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.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:50:16 -0000 Synopsis: audio/sox: Broken symlink for soxeffect.7.gz State-Changed-From-To: feedback->closed State-Changed-By: antoine State-Changed-When: Fri Dec 20 18:48:50 UTC 2013 State-Changed-Why: Close: thanks for the report, this seems to be an ports infrastructure problem PR ports/184395 tracks this issue http://www.freebsd.org/cgi/query-pr.cgi?pr=184382 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 18:52: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 8A299EF8; Fri, 20 Dec 2013 18:52: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 5E4B0103D; Fri, 20 Dec 2013 18:52: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 rBKIq9UK017295; Fri, 20 Dec 2013 18:52:09 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKIq9t4017294; Fri, 20 Dec 2013 18:52:09 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 18:52:09 GMT Message-Id: <201312201852.rBKIq9t4017294@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184877: print/pup: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 18:52:09 -0000 Synopsis: print/pup: Support CC/CFLAGS properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 18:52:09 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184877 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 19:02: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 B3F283FF; Fri, 20 Dec 2013 19:02: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 885BB10F8; Fri, 20 Dec 2013 19:02: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 rBKJ24ao019500; Fri, 20 Dec 2013 19:02:04 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKJ24vJ019499; Fri, 20 Dec 2013 19:02:04 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 19:02:04 GMT Message-Id: <201312201902.rBKJ24vJ019499@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184878: x11/tycoon: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 19:02:04 -0000 Synopsis: x11/tycoon: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 19:02:04 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184878 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 19:05: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 EE0C5768; Fri, 20 Dec 2013 19:05: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 C1A7D1125; Fri, 20 Dec 2013 19:05: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 rBKJ5JnX019804; Fri, 20 Dec 2013 19:05:19 GMT (envelope-from rene@freefall.freebsd.org) Received: (from rene@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKJ5Jgl019802; Fri, 20 Dec 2013 19:05:19 GMT (envelope-from rene) Date: Fri, 20 Dec 2013 19:05:19 GMT Message-Id: <201312201905.rBKJ5Jgl019802@freefall.freebsd.org> To: dk@farm.org, rene@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rene@FreeBSD.org From: rene@FreeBSD.org Subject: Re: ports/182097: [patch] unbreak ports/emulators/fmsx X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 19:05:20 -0000 Synopsis: [patch] unbreak ports/emulators/fmsx Responsible-Changed-From-To: freebsd-ports-bugs->rene Responsible-Changed-By: rene Responsible-Changed-When: Fri Dec 20 19:04:56 UTC 2013 Responsible-Changed-Why: Take http://www.freebsd.org/cgi/query-pr.cgi?pr=182097 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 19:13: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 DAA8CB37; Fri, 20 Dec 2013 19:13: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 AF06511D3; Fri, 20 Dec 2013 19:13: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 rBKJDfaa023360; Fri, 20 Dec 2013 19:13:41 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKJDft4023359; Fri, 20 Dec 2013 19:13:41 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 19:13:41 GMT Message-Id: <201312201913.rBKJDft4023359@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184880: x11/temperature.app: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 19:13:41 -0000 Synopsis: x11/temperature.app: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 19:13:41 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184880 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 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 D4639D6F for ; Fri, 20 Dec 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 AE0321221 for ; Fri, 20 Dec 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 rBKJK19k023845 for ; Fri, 20 Dec 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 rBKJK1uF023844; Fri, 20 Dec 2013 19:20:01 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 19:20:01 GMT Resent-Message-Id: <201312201920.rBKJK1uF023844@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Larry Rosenman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D372C97E for ; Fri, 20 Dec 2013 19:10:32 +0000 (UTC) Received: from thebighonker.lerctr.org (lrosenman-1-pt.tunnel.tserv8.dal1.ipv6.he.net [IPv6:2001:470:1f0e:3ad::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8C07F119A for ; Fri, 20 Dec 2013 19:10:32 +0000 (UTC) Received: from ler by thebighonker.lerctr.org with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1Vu5Sx-0001AT-IV for FreeBSD-gnats-submit@freebsd.org; Fri, 20 Dec 2013 13:10:31 -0600 Message-Id: Date: Fri, 20 Dec 2013 13:10:31 -0600 From: Larry Rosenman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185044: www/rt42: no install - missing staged files? X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Larry Rosenman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 19:20:01 -0000 >Number: 185044 >Category: ports >Synopsis: www/rt42: no install - missing staged files? >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: Fri Dec 20 19:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Larry Rosenman >Release: FreeBSD 10.0-BETA4 amd64 >Organization: LERCTR Consulting >Environment: System: FreeBSD thebighonker.lerctr.org 10.0-BETA4 FreeBSD 10.0-BETA4 #6 r258931: Wed Dec 4 15:05:52 CST 2013 root@thebighonker.lerctr.org:/usr/obj/usr/src/sys/THEBIGHONKER amd64 >Description: # portmaster www/rt42 ===>>> Port directory: /usr/ports/www/rt42 ===>>> Gathering distinfo list for installed ports ===>>> Launching 'make checksum' for www/rt42 in background ===>>> Gathering dependency list for www/rt42 from ports ===>>> The dependency for lang/perl5.14 seems to be handled by perl5.14-5.14.4_4 ===>>> Initial dependency check complete for www/rt42 ===>>> Starting build for www/rt42 <<<=== ===>>> All dependencies are up to date ===> Cleaning for rt42-4.2.1_2 ===> Found saved configuration for rt42-4.2.1_1 ===> rt42-4.2.1_2 depends on file: /usr/local/sbin/pkg - found Additional database related settings you can use: DB_HOST=hostname The database host (localhost) DB_PORT=port The database port DB_DATABASE=dbname The database name (rt4) DB_DBA_USER=username Name of database administrator (root) DB_DBA_PASSWORD=password Password of database administrator DB_USER=username Name of database user for RT (rt_user) DB_PASSWORD=password Name of database password for RT (rt_pass) ===> Fetching all distfiles required by rt42-4.2.1_2 for building ===> Extracting for rt42-4.2.1_2 => SHA256 Checksum OK for rt-4.2.1.tar.gz. ===> Patching for rt42-4.2.1_2 ===> Applying FreeBSD patches for rt42-4.2.1_2 ===> rt42-4.2.1_2 depends on file: /usr/local/bin/jsmin - found ===> rt42-4.2.1_2 depends on package: p5-HTTP-Message>0 - found ===> rt42-4.2.1_2 depends on package: p5-libwww>0 - found ===> rt42-4.2.1_2 depends on package: p5-Term-ReadKey>0 - found ===> rt42-4.2.1_2 depends on package: p5-Apache-Session>=1.53 - found ===> rt42-4.2.1_2 depends on package: p5-CGI-Emulate-PSGI>0 - found ===> rt42-4.2.1_2 depends on package: p5-CGI-PSGI>=0.12 - found ===> rt42-4.2.1_2 depends on package: p5-CSS-Squish>=0.06 - found ===> rt42-4.2.1_2 depends on package: p5-Class-Accessor>=0.34 - found ===> rt42-4.2.1_2 depends on package: p5-Crypt-Eksblowfish>0 - found ===> rt42-4.2.1_2 depends on package: p5-DBI>=1.37 - found ===> rt42-4.2.1_2 depends on package: p5-DBIx-SearchBuilder>=1.59 - found ===> rt42-4.2.1_2 depends on package: p5-Data-GUID>0 - found ===> rt42-4.2.1_2 depends on package: p5-Date-Extract>=0.02 - found ===> rt42-4.2.1_2 depends on package: p5-Date-Manip>0 - found ===> rt42-4.2.1_2 depends on package: p5-DateTime>=0.44 - found ===> rt42-4.2.1_2 depends on package: p5-DateTime-Format-Natural>=0.67 - found ===> rt42-4.2.1_2 depends on package: p5-DateTime-Locale>=0.40 - found ===> rt42-4.2.1_2 depends on package: p5-DateTime>=0.44 - found ===> rt42-4.2.1_2 depends on package: p5-Devel-GlobalDestruction>0 - found ===> rt42-4.2.1_2 depends on package: p5-Devel-StackTrace>=1.30 - found ===> rt42-4.2.1_2 depends on package: p5-Email-Address>=1.89.7 - found ===> rt42-4.2.1_2 depends on package: p5-Email-Address-List>0 - found ===> rt42-4.2.1_2 depends on package: p5-File-ShareDir>0 - found ===> rt42-4.2.1_2 depends on package: p5-HTML-FormatText-WithLinks-AndTables>0 - found ===> rt42-4.2.1_2 depends on package: p5-HTML-FormatText-WithLinks>=0.14 - found ===> rt42-4.2.1_2 depends on package: p5-HTML-Mason-PSGIHandler>=0.52 - found ===> rt42-4.2.1_2 depends on package: p5-HTML-Mason>=1.43 - found ===> rt42-4.2.1_2 depends on package: p5-HTML-Parser>0 - found ===> rt42-4.2.1_2 depends on package: p5-HTML-Quoted>0 - found ===> rt42-4.2.1_2 depends on package: p5-HTML-Scrubber>=0.08 - found ===> rt42-4.2.1_2 depends on package: p5-HTTP-Message>=6.0 - found ===> rt42-4.2.1_2 depends on package: p5-IPC-Run3>0 - found ===> rt42-4.2.1_2 depends on package: p5-JSON>0 - found ===> rt42-4.2.1_2 depends on package: p5-libwww>0 - found ===> rt42-4.2.1_2 depends on package: p5-List-MoreUtils>0 - found ===> rt42-4.2.1_2 depends on package: p5-Locale-Maketext-Fuzzy>=0.11 - found ===> rt42-4.2.1_2 depends on package: p5-Locale-Maketext-Lexicon>=0.32 - found ===> rt42-4.2.1_2 depends on package: p5-Log-Dispatch>=2.30 - found ===> rt42-4.2.1_2 depends on package: p5-MIME-Tools>=5.504,2 - found ===> rt42-4.2.1_2 depends on package: p5-Mail-Tools>=2.12 - found ===> rt42-4.2.1_2 depends on package: p5-Module-Refresh>=0.03 - found ===> rt42-4.2.1_2 depends on package: p5-Module-Versions-Report>=1.05 - found ===> rt42-4.2.1_2 depends on package: p5-Net-CIDR>0 - found ===> rt42-4.2.1_2 depends on package: p5-Plack>=1.0002 - found ===> rt42-4.2.1_2 depends on package: p5-Starlet>0 - found ===> rt42-4.2.1_2 depends on package: p5-Regexp-Common-net-CIDR>0 - found ===> rt42-4.2.1_2 depends on package: p5-Regexp-Common>0 - found ===> rt42-4.2.1_2 depends on package: p5-Regexp-IPv6>0 - found ===> rt42-4.2.1_2 depends on package: p5-Role-Basic>=0.12 - found ===> rt42-4.2.1_2 depends on package: p5-Symbol-Global-Name>=0.04 - found ===> rt42-4.2.1_2 depends on package: p5-Text-Password-Pronounceable>0 - found ===> rt42-4.2.1_2 depends on package: p5-Text-Quoted>=2.07 - found ===> rt42-4.2.1_2 depends on package: p5-Text-Template>=1.44 - found ===> rt42-4.2.1_2 depends on package: p5-Text-WikiFormat>=0.76 - found ===> rt42-4.2.1_2 depends on package: p5-Text-Wrapper>0 - found ===> rt42-4.2.1_2 depends on package: p5-Time-modules>0 - found ===> rt42-4.2.1_2 depends on package: p5-Tree-Simple>=1.04 - found ===> rt42-4.2.1_2 depends on package: p5-UNIVERSAL-require>0 - found ===> rt42-4.2.1_2 depends on package: p5-XML-RSS>=1.05 - found ===> rt42-4.2.1_2 depends on package: p5-HTML-RewriteAttributes>=0.05 - found ===> rt42-4.2.1_2 depends on package: p5-MIME-Types>0 - found ===> rt42-4.2.1_2 depends on package: p5-URI>=1.59 - found ===> rt42-4.2.1_2 depends on package: p5-Data-ICal>0 - found ===> rt42-4.2.1_2 depends on package: p5-libwww>6.0 - found ===> rt42-4.2.1_2 depends on package: p5-Crypt-SSLeay>0 - found ===> rt42-4.2.1_2 depends on package: p5-LWP-Protocol-https>0 - found ===> rt42-4.2.1_2 depends on package: p5-Mozilla-CA>0 - found ===> rt42-4.2.1_2 depends on package: p5-Convert-Color>0 - found ===> rt42-4.2.1_2 depends on package: p5-libapreq2>0 - found ===> rt42-4.2.1_2 depends on package: p5-Apache-DBI>0 - found ===> rt42-4.2.1_2 depends on package: p5-GraphViz>0 - found ===> rt42-4.2.1_2 depends on package: p5-IPC-Run>=0.90 - found ===> rt42-4.2.1_2 depends on package: p5-File-Which>0 - found ===> rt42-4.2.1_2 depends on package: p5-GnuPG-Interface>0 - found ===> rt42-4.2.1_2 depends on package: p5-PerlIO-eol>0 - found ===> rt42-4.2.1_2 depends on package: p5-GD>0 - found ===> rt42-4.2.1_2 depends on package: p5-GD-Graph>0 - found ===> rt42-4.2.1_2 depends on package: p5-GD-TextUtil>0 - found ===> rt42-4.2.1_2 depends on file: /usr/local/bin/autoconf-2.69 - found ===> rt42-4.2.1_2 depends on file: /usr/local/bin/perl5.14.4 - found ===> rt42-4.2.1_2 depends on shared library: pq.5 - found ===> Configuring for rt42-4.2.1_2 ===> FreeBSD 10 autotools fix applied to /usr/ports/www/rt42/work/rt-4.2.1/configure ===> FreeBSD 10 autotools fix applied to /usr/ports/www/rt42/work/rt-4.2.1/aclocal.m4 fatal: Not a git repository (or any parent up to mount point /usr/ports) Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set). configure: loading site script /usr/ports/Templates/config.site checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking for perl... /usr/local/bin/perl checking for chosen layout... FreeBSD checking if group rt3 exists... not found checking if group rt exists... found checking if database name is set... yes checking for gcc... cc 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 cc accepts -g... yes checking for cc option to accept ISO C89... none needed checking for aginitlib in -lgraph... no checking for gdlib-config... yes checking for gpg... yes checking for openssl... yes configure: creating ./config.status config.status: creating etc/upgrade/3.8-ical-extension config.status: creating etc/upgrade/split-out-cf-categories config.status: creating etc/upgrade/generate-rtaddressregexp config.status: creating etc/upgrade/upgrade-articles config.status: creating etc/upgrade/vulnerable-passwords config.status: creating etc/upgrade/switch-templates-to config.status: creating sbin/rt-attributes-viewer config.status: creating sbin/rt-preferences-viewer config.status: creating sbin/rt-session-viewer config.status: creating sbin/rt-dump-metadata config.status: creating sbin/rt-setup-database config.status: creating sbin/rt-test-dependencies config.status: creating sbin/rt-email-digest config.status: creating sbin/rt-email-dashboards config.status: creating sbin/rt-clean-sessions config.status: creating sbin/rt-shredder config.status: creating sbin/rt-validator config.status: creating sbin/rt-validate-aliases config.status: creating sbin/rt-email-group-admin config.status: creating sbin/rt-server config.status: creating sbin/rt-server.fcgi config.status: creating sbin/standalone_httpd config.status: creating sbin/rt-setup-fulltext-index config.status: creating sbin/rt-fulltext-indexer config.status: creating sbin/rt-serializer config.status: creating sbin/rt-importer config.status: creating bin/rt-crontool config.status: creating bin/rt-mailgate config.status: creating bin/rt config.status: creating Makefile config.status: creating etc/RT_Config.pm config.status: creating lib/RT/Generated.pm config.status: creating t/data/configs/apache2.2+mod_perl.conf config.status: creating t/data/configs/apache2.2+fastcgi.conf ===> Staging for rt42-4.2.1_2 ===> Generating temporary packing list ===> Creating users and/or groups. /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/etc/rt42 /usr/bin/install -c -o root -g wheel -m 0440 etc/RT_Config.pm /usr/ports/www/rt42/work/stage/usr/local/etc/rt42/RT_Config.pm [ -f /usr/ports/www/rt42/work/stage/usr/local/etc/rt42/RT_SiteConfig.pm-dist ] || /usr/bin/install -c -o root -g wheel -m 0640 etc/RT_SiteConfig.pm /usr/ports/www/rt42/work/stage/usr/local/etc/rt42/RT_SiteConfig.pm-dist Installed configuration. About to install RT in /usr/local /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/var/log /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/fonts /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/po /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/static /usr/bin/install -c -o root -g wheel -m 0770 -d /usr/ports/www/rt42/work/stage/var/run/rt42/mason_data /usr/bin/install -c -o root -g wheel -m 0770 -d /usr/ports/www/rt42/work/stage/var/run/rt42/mason_data/cache /usr/bin/install -c -o root -g wheel -m 0770 -d /usr/ports/www/rt42/work/stage/var/run/rt42/mason_data/etc /usr/bin/install -c -o root -g wheel -m 0770 -d /usr/ports/www/rt42/work/stage/var/run/rt42/mason_data/obj /usr/bin/install -c -o root -g wheel -m 0770 -d /usr/ports/www/rt42/work/stage/var/run/rt42/session_data /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/html /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/www/rt42 /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/etc /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/lib /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/plugins /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/po /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/static [ -d /usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.16 ] || /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.16 ( cd lib && find . -type d -print ) | while read dir ; do /usr/bin/install -c -o root -g wheel -m 0755 -d "/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.16/$dir" ; done ( cd lib && find . -type f -print ) | while read file ; do /usr/bin/install -c -o root -g wheel -m 0644 "lib/$file" "/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.16/$file" ; done [ -d /usr/ports/www/rt42/work/stage/usr/local/etc/rt42 ] || /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/etc/rt42 for file in acl.Pg acl.Oracle acl.mysql schema.Pg schema.Oracle schema.mysql schema.SQLite initialdata ; do /usr/bin/install -c -o root -g wheel -m 0644 "etc/$file" "/usr/ports/www/rt42/work/stage/usr/local/etc/rt42/" ; done /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/bin for file in rt-mailgate rt rt-crontool ; do /usr/bin/install -c -o root -g wheel -m 0755 "bin/$file" "/usr/ports/www/rt42/work/stage/usr/local/bin/" ; done /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/sbin for file in rt-attributes-viewer rt-clean-sessions rt-dump-metadata rt-email-dashboards rt-email-digest rt-email-group-admin rt-fulltext-indexer rt-preferences-viewer rt-server rt-server.fcgi rt-session-viewer rt-setup-database rt-setup-fulltext-index rt-shredder rt-test-dependencies rt-validator rt-validate-aliases standalone_httpd ; do /usr/bin/install -c -o root -g wheel -m 0755 "sbin/$file" "/usr/ports/www/rt42/work/stage/usr/local/sbin/" ; done [ -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/html ] || /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/html ( cd share/html && find . -type d -print ) | while read dir ; do /usr/bin/install -c -o root -g wheel -m 0755 -d "/usr/ports/www/rt42/work/stage/usr/local/share/rt42/html/$dir" ; done ( cd share/html && find . -type f -print ) | while read file ; do /usr/bin/install -c -o root -g wheel -m 0644 "share/html/$file" "/usr/ports/www/rt42/work/stage/usr/local/share/rt42/html/$file" ; done [ -f /usr/ports/www/rt42/work/stage/usr/local/share/doc/rt42 ] && rm /usr/ports/www/rt42/work/stage/usr/local/share/doc/rt42 *** Error code 1 (ignored) [ -d /usr/ports/www/rt42/work/stage/usr/local/share/doc/rt42 ] || /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/doc/rt42 ( cd docs && find . -type d -print ) | while read dir ; do /usr/bin/install -c -o root -g wheel -m 0755 -d "/usr/ports/www/rt42/work/stage/usr/local/share/doc/rt42/$dir" ; done ( cd docs && find . -type f -print ) | while read file ; do /usr/bin/install -c -o root -g wheel -m 0644 "docs/$file" "/usr/ports/www/rt42/work/stage/usr/local/share/doc/rt42/$file" ; done /usr/bin/install -c -o root -g wheel -m 0644 ./README /usr/ports/www/rt42/work/stage/usr/local/share/doc/rt42/ [ -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/fonts ] || /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/fonts ( cd share/fonts && find . -type f -print ) | while read file ; do /usr/bin/install -c -o root -g wheel -m 0644 "share/fonts/$file" "/usr/ports/www/rt42/work/stage/usr/local/share/rt42/fonts/$file" ; done [ -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/po ] || /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/po ( cd share/po && find . -type f -print ) | while read file ; do /usr/bin/install -c -o root -g wheel -m 0644 "share/po/$file" "/usr/ports/www/rt42/work/stage/usr/local/share/rt42/po/$file" ; done [ -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/static ] || /usr/bin/install -c -o root -g wheel -m 0755 -d /usr/ports/www/rt42/work/stage/usr/local/share/rt42/static ( cd share/static && find . -type d -print ) | while read dir ; do /usr/bin/install -c -o root -g wheel -m 0755 -d "/usr/ports/www/rt42/work/stage/usr/local/share/rt42/static/$dir" ; done ( cd share/static && find . -type f -print ) | while read file ; do /usr/bin/install -c -o root -g wheel -m 0644 "share/static/$file" "/usr/ports/www/rt42/work/stage/usr/local/share/rt42/static/$file" ; done /bin/mkdir -p /usr/ports/www/rt42/work/stage/usr/local/share/doc/rt42/upgrade (cd /usr/ports/www/rt42/work/rt-4.2.1/etc && /bin/sh -c '(/usr/bin/find -d $0 $2 | /usr/bin/cpio -dumpl $1 >/dev/null 2>&1) && /usr/sbin/chown -Rh root:wheel $1 && /usr/bin/find -d $0 $2 -type d -exec chmod 755 $1/{} \; && /usr/bin/find -d $0 $2 -type f -exec chmod 444 $1/{} \;' -- upgrade /usr/ports/www/rt42/work/stage/usr/local/share/doc/rt42 "! -name *\.in") ====> Compressing man pages (compress-man) ===> Installing for rt42-4.2.1_2 ===> Checking if www/rt42 already installed ===> Registering installation for rt42-4.2.1_2 pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ACE.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ACL.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/AutoOpen.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/AutoOpenInactive.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/Autoreply.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/CreateTickets.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/EscalatePriority.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/ExtractSubjectTag.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/LinearEscalate.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/Notify.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/NotifyAsComment.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/NotifyGroup.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/NotifyGroupAsComment.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/OpenOnStarted.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/RecordComment.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/RecordCorrespondence.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/SendEmail.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/SendForward.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/SetPriority.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/SetStatus.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/UserDefined.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Approval.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Approval/Rule.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Approval/Rule/Created.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Approval/Rule/NewPending.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Approval/Rule/Passed.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Approval/Rule/Rejected.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Article.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Articles.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Attachment.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Attachments.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Attribute.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Attributes.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Base.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CachedGroupMember.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CachedGroupMembers.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Class.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Classes.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/AnyTransaction.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/BeforeDue.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/CloseTicket.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/Overdue.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/OwnerChange.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/PriorityChange.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/PriorityExceeds.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/QueueChange.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/ReopenTicket.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/StatusChange.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/UserDefined.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Config.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Crypt.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Crypt/GnuPG.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Crypt/GnuPG/CRLFHandle.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Crypt/Role.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Crypt/SMIME.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CurrentUser.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CustomField.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CustomFieldValue.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CustomFieldValues.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CustomFieldValues/External.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CustomFieldValues/Groups.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CustomFields.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Dashboard.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Dashboard/Mailer.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Dashboards.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Date.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/DependencyWalker.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/DependencyWalker/FindDependencies.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/EmailParser.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Generated.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Generated.pm.in): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Graph/Tickets.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Group.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/GroupMember.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/GroupMembers.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Groups.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Handle.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/I18N.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/I18N/cs.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/I18N/de.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/I18N/fr.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/I18N/i_default.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/I18N/ru.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Installer.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/CLI.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Email.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Email/Auth/Crypt.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Email/Auth/MailFrom.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/REST.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Web.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Web/Handler.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Web/Menu.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Web/QueryBuilder.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Web/QueryBuilder/Tree.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Web/Request.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Web/Session.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Lifecycle.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Lifecycle/Ticket.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Link.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Links.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/Importer.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/Importer/File.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/Incremental.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/Serializer.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/Serializer/File.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/Serializer/IncrementalRecord.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/Serializer/IncrementalRecords.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectClass.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectClasses.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectCustomField.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectCustomFieldValue.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectCustomFieldValues.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectCustomFields.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectScrip.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectScrips.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectTopic.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ObjectTopics.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/PlackRunner.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Plugin.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Pod/HTML.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Pod/HTMLBatch.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Pod/Search.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Principal.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Principals.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Queue.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Queues.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record/AddAndSort.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record/Role.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record/Role/Lifecycle.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record/Role/Links.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record/Role/Rights.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record/Role/Roles.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record/Role/Status.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Reminders.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Report/Tickets.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Report/Tickets/Entry.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Rule.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Ruleset.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SQL.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SavedSearch.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SavedSearches.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Scrip.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ScripAction.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ScripActions.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ScripCondition.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/ScripConditions.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Scrips.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Search.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Search/ActiveTicketsInQueue.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Search/FromSQL.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Search/Simple.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SearchBuilder.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SearchBuilder/AddAndSort.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SearchBuilder/Role.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SearchBuilder/Role/Roles.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SharedSetting.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SharedSettings.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/ACE.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Attachment.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/CachedGroupMember.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Constants.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/CustomField.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/CustomFieldValue.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Dependencies.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Dependency.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Exceptions.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Group.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/GroupMember.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Link.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/ObjectCustomFieldValue.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/POD.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/Attachments.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/Base.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/Base/Dump.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/Base/Search.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/Objects.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/SQLDump.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/Summary.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/Tickets.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/Users.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Principal.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Queue.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Record.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Scrip.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/ScripAction.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/ScripCondition.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Template.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Ticket.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Transaction.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/User.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Squish.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Squish/CSS.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Squish/JS.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/StyleGuide.pod): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/System.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Template.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Templates.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Test.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Test/Apache.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Test/Email.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Test/GnuPG.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Test/SMIME.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Test/Shredder.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Test/Web.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Ticket.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Tickets.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Topic.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Topics.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Transaction.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Transactions.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/URI.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/URI/a.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/URI/base.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/URI/fsck_com_article.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/URI/fsck_com_rt.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/URI/t.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/User.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Users.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Util.pm): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/URI/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Test/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Squish/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/Base/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/Plugin/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Shredder/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SearchBuilder/Role/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/SearchBuilder/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Search/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Report/Tickets/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Report/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record/Role/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Record/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Pod/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/Serializer/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/Importer/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Migrate/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Lifecycle/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Web/QueryBuilder/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Web/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Email/Auth/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/Email/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Interface/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/I18N/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Graph/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/DependencyWalker/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Dashboard/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/CustomFieldValues/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Crypt/GnuPG/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Crypt/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Condition/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Approval/Rule/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Approval/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/Action/): No such file or directory pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.14/RT/): No such file or directory *** Error code 74 Stop. make[1]: stopped in /usr/ports/www/rt42 *** Error code 1 Stop. make: stopped in /usr/ports/www/rt42 ===>>> Installation of rt42-4.2.1_2 (www/rt42) failed ===>>> Aborting update ===>>> Killing background jobs Terminated ===>>> You can restart from the point of failure with this command line: portmaster www/rt42 ===>>> Exiting # Path: . Working Copy Root Path: /usr/ports URL: svn://svn.freebsd.org/ports/head Relative URL: ^/head Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 337039 Node Kind: directory Schedule: normal Last Changed Author: pawel Last Changed Rev: 337039 Last Changed Date: 2013-12-20 10:43:48 -0600 (Fri, 20 Dec 2013) >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 19:20: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 77501DA0; Fri, 20 Dec 2013 19:20: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 4D2011268; Fri, 20 Dec 2013 19:20: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 rBKJKCtA023926; Fri, 20 Dec 2013 19:20:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKJKCcr023925; Fri, 20 Dec 2013 19:20:12 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 19:20:12 GMT Message-Id: <201312201920.rBKJKCcr023925@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, matthew@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185044: www/rt42: no install - missing staged files? X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 19:20:12 -0000 Synopsis: www/rt42: no install - missing staged files? Responsible-Changed-From-To: freebsd-ports-bugs->matthew Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 19:20:12 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185044 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 19:20:35 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C122FDDF; Fri, 20 Dec 2013 19:20: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 95AF9126C; Fri, 20 Dec 2013 19:20: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 rBKJKZjF024018; Fri, 20 Dec 2013 19:20:35 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKJKZ5D024017; Fri, 20 Dec 2013 19:20:35 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 19:20:35 GMT Message-Id: <201312201920.rBKJKZ5D024017@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184881: security/vlog: Support CC properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 19:20:35 -0000 Synopsis: security/vlog: Support CC properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 19:20:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184881 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 19:28: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 6F5D820B; Fri, 20 Dec 2013 19:28: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 448BE12C8; Fri, 20 Dec 2013 19:28: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 rBKJSGSi025923; Fri, 20 Dec 2013 19:28:16 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKJSG8R025922; Fri, 20 Dec 2013 19:28:16 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 19:28:16 GMT Message-Id: <201312201928.rBKJSG8R025922@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184882: security/sniff: Support CC/CFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 19:28:16 -0000 Synopsis: security/sniff: Support CC/CFLAGS properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 19:28:15 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184882 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 19:34: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 096574EC; Fri, 20 Dec 2013 19:34: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 D17591362; Fri, 20 Dec 2013 19:34: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 rBKJY1re027899; Fri, 20 Dec 2013 19:34:01 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKJY1Kj027898; Fri, 20 Dec 2013 19:34:01 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 19:34:01 GMT Message-Id: <201312201934.rBKJY1Kj027898@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184883: games/xminehunter: Support CXX/CXXFLAGS properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 19:34:02 -0000 Synopsis: games/xminehunter: Support CXX/CXXFLAGS properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 19:34:01 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184883 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 20: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 EA463849 for ; Fri, 20 Dec 2013 20: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 BD83116EB for ; Fri, 20 Dec 2013 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKKK0Er038876 for ; Fri, 20 Dec 2013 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKKK0bt038875; Fri, 20 Dec 2013 20:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 20:20:00 GMT Resent-Message-Id: <201312202020.rBKKK0bt038875@freefall.freebsd.org> 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 Moench-Tegeder Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7AAC9686 for ; Fri, 20 Dec 2013 20:16:18 +0000 (UTC) Received: from smtp.burggraben.net (base.exwg.net [IPv6:2a01:4f8:140:50a2::2]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 37CE816B8 for ; Fri, 20 Dec 2013 20:16:18 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 4ECDE600089 for ; Fri, 20 Dec 2013 21:16:14 +0100 (CET) Received: from smtp.burggraben.net ([127.0.0.1]) by localhost (ns.burggraben.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 38l-vCe1sD5F for ; Fri, 20 Dec 2013 21:16:09 +0100 (CET) Received: from squirrel.exwg.net (squirrel.exwg.net [IPv6:2001:470:7b43:2:8ea9:82ff:fe9e:6dc6]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "squirrel.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Fri, 20 Dec 2013 21:16:09 +0100 (CET) Received: by squirrel.exwg.net (Postfix, from userid 1000) id 2F13E61F87; Fri, 20 Dec 2013 21:16:08 +0100 (CET) Message-Id: <20131220201608.2F13E61F87@squirrel.exwg.net> Date: Fri, 20 Dec 2013 21:16:08 +0100 (CET) From: Christoph Moench-Tegeder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185045: www/w3m : linking fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Christoph Moench-Tegeder List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 20:20:01 -0000 >Number: 185045 >Category: ports >Synopsis: www/w3m : linking fails >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: Fri Dec 20 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 10.0-RC2 amd64 >Organization: >Environment: System: FreeBSD squirrel.exwg.net 10.0-RC2 FreeBSD 10.0-RC2 #0 r259645: Fri Dec 20 15:19:27 CET 2013 cmt@squirrel.exwg.net:/usr/obj/usr/src/sys/T520 amd64 www/w3m w3m-0.5.3_2 ===> The following configuration options are available for w3m-0.5.3_2: DOCS=on: Build and/or install documentation INLINE_IMAGE=on: Inline image support JAPANESE=off: Japanese messages and migemo support KEY_LYNX=off: Keymap like lynx browser ===> Use 'make config' to modify these settings >Description: The build fails with /usr/bin/ld: l: invalid DSO for symbol `XGetWindowAttributes' definition /usr/local/lib/libX11.so.6: could not read symbols: Bad value cc: error: linker command failed with exit code 1 (use -v to see invocation) *** Error code 1 Accorrding to objdump, libX11.so.6 contains XGetWindowAttributes. >How-To-Repeat: >Fix: Pass -lX11 to the compiler (that requires the -L): Index: Makefile =================================================================== --- Makefile (revision 337087) +++ Makefile (working copy) @@ -67,7 +67,7 @@ CONFIGURE_ARGS+= --enable-keymap=lynx .endif -CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include" +CONFIGURE_ENV= DEFS="-I${LOCALBASE}/include" LDFLAGS="-L/usr/local/lib" LIBS="-lX11" post-patch: @${REINPLACE_CMD} -e \ Regards, Christoph >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 20: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 17788881; Fri, 20 Dec 2013 20: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 E013116EC; Fri, 20 Dec 2013 20: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 rBKKK8kG039012; Fri, 20 Dec 2013 20: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 rBKKK8At039011; Fri, 20 Dec 2013 20:20:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 20:20:08 GMT Message-Id: <201312202020.rBKKK8At039011@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, nobutaka@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185045: www/w3m : linking fails X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 20:20:09 -0000 Synopsis: www/w3m : linking fails Responsible-Changed-From-To: freebsd-ports-bugs->nobutaka Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 20: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=185045 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 20:32: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 2B0ECC36; Fri, 20 Dec 2013 20:32: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 F401A1818; Fri, 20 Dec 2013 20:32: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 rBKKWXI6042865; Fri, 20 Dec 2013 20:32:33 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKKWX5W042864; Fri, 20 Dec 2013 20:32:33 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 20:32:33 GMT Message-Id: <201312202032.rBKKWX5W042864@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184887: security/gsfv: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 20:32:34 -0000 Synopsis: security/gsfv: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 20:32:33 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184887 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 20:59: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 D7C0A70D; Fri, 20 Dec 2013 20:59: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 AD96519E2; Fri, 20 Dec 2013 20:59: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 rBKKxwvh047452; Fri, 20 Dec 2013 20:59:58 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKKxwq3047451; Fri, 20 Dec 2013 20:59:58 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 20:59:58 GMT Message-Id: <201312202059.rBKKxwq3047451@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184888: x11-wm/treewm: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 20:59:58 -0000 Synopsis: x11-wm/treewm: Fix build Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 20:59:58 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184888 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 21:09:42 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 23A37ABF; Fri, 20 Dec 2013 21:09: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 EC4A91A9F; Fri, 20 Dec 2013 21:09: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 rBKL9fq8050029; Fri, 20 Dec 2013 21:09:41 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKL9ffu050028; Fri, 20 Dec 2013 21:09:41 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 21:09:41 GMT Message-Id: <201312202109.rBKL9ffu050028@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184889: deskutils/tpb: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 21:09:42 -0000 Synopsis: deskutils/tpb: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 21:09:41 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184889 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 21:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8A44DEF9 for ; Fri, 20 Dec 2013 21: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 68DE51B55 for ; Fri, 20 Dec 2013 21:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKLK0ql053040 for ; Fri, 20 Dec 2013 21:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKLK0I6053039; Fri, 20 Dec 2013 21:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 21:20:00 GMT Resent-Message-Id: <201312202120.rBKLK0I6053039@freefall.freebsd.org> 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 [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C04AED47 for ; Fri, 20 Dec 2013 21:14:32 +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 AD5431B17 for ; Fri, 20 Dec 2013 21:14:32 +0000 (UTC) Received: by mail.lifanov.com (Postfix, from userid 1001) id 395841A76AB; Fri, 20 Dec 2013 16:14:32 -0500 (EST) Message-Id: <20131220211432.395841A76AB@mail.lifanov.com> Date: Fri, 20 Dec 2013 16:14:32 -0500 (EST) From: Nikolai Lifanov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185048: [maintainer] [update] [patch] sysutils/ansible 1.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 20 Dec 2013 21:20:00 -0000 >Number: 185048 >Category: ports >Synopsis: [maintainer] [update] [patch] sysutils/ansible 1.4.3 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Dec 20 21:20: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 to 1.4.3. This is a bug fix release. Changelog: https://raw.github.com/ansible/ansible/v1.4.3/CHANGELOG.md Note: this includes fixes from PR ports/185009 If this is committed, ports/185009 can be closed. >How-To-Repeat: Apply this patch. >Fix: --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 337023) +++ Makefile (working copy) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= ansible -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.3 CATEGORIES= sysutils python MASTER_SITES= http://ansibleworks.com/releases/ @@ -29,7 +29,7 @@ USES= shebangfix SHEBANG_FILES= ${WRKSRC}/library/*/* \ - lib/ansible/runner/action_plugins/synchronize.py + ${WRKSRC}/lib/ansible/runner/action_plugins/synchronize.py SUB_FILES= pkg-message @@ -37,6 +37,7 @@ post-patch-script: @${REINPLACE_CMD} -i -e "s|/etc/ansible|${ETCDIR}|" \ + ${WRKSRC}/bin/ansible-galaxy \ ${WRKSRC}/docs/man/man1/ansible-playbook.1 \ ${WRKSRC}/docs/man/man1/ansible.1 \ ${WRKSRC}/examples/ansible.cfg \ @@ -52,6 +53,7 @@ ${WRKSRC}/lib/ansible/constants.py \ ${WRKSRC}/lib/ansible/playbook/__init__.py \ ${WRKSRC}/lib/ansible/runner/__init__.py + @${RM} ${WRKSRC}/library/system/setup-e post-install: @${MKDIR} ${STAGEDIR}${MAN1PREFIX}/man/man1 Index: distinfo =================================================================== --- distinfo (revision 337023) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (ansible-1.4.2.tar.gz) = d7b9e94e4d85ac6176ec34bca92f155906a7bafc4864fdc48d717cbaf09b28ac -SIZE (ansible-1.4.2.tar.gz) = 580624 +SHA256 (ansible-1.4.3.tar.gz) = 0741788cdd86d2e3bbfb4474c26bb13d57690ed2e2c8ff8dd1c271a7de590ee3 +SIZE (ansible-1.4.3.tar.gz) = 578755 --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 21:29:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 30D74114; Fri, 20 Dec 2013 21:29: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 04FB61CE4; Fri, 20 Dec 2013 21:29: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 rBKLTjcm055366; Fri, 20 Dec 2013 21:29:45 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKLTjM4055365; Fri, 20 Dec 2013 21:29:45 GMT (envelope-from danilo) Date: Fri, 20 Dec 2013 21:29:45 GMT Message-Id: <201312202129.rBKLTjM4055365@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/185048: [maintainer] [update] [patch] sysutils/ansible 1.4.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 21:29:46 -0000 Synopsis: [maintainer] [update] [patch] sysutils/ansible 1.4.3 Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Dec 20 21:29:45 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185048 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 21:29: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 6CC8A147; Fri, 20 Dec 2013 21:29: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 42ACE1CE8; Fri, 20 Dec 2013 21:29: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 rBKLTvNx055460; Fri, 20 Dec 2013 21:29:57 GMT (envelope-from danilo@freefall.freebsd.org) Received: (from danilo@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKLTvx8055459; Fri, 20 Dec 2013 21:29:57 GMT (envelope-from danilo) Date: Fri, 20 Dec 2013 21:29:57 GMT Message-Id: <201312202129.rBKLTvx8055459@freefall.freebsd.org> To: danilo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, danilo@FreeBSD.org From: danilo@FreeBSD.org Subject: Re: ports/185009: [maintainer] [patch] sysutils/ansible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 21:29:57 -0000 Synopsis: [maintainer] [patch] sysutils/ansible Responsible-Changed-From-To: freebsd-ports-bugs->danilo Responsible-Changed-By: danilo Responsible-Changed-When: Fri Dec 20 21:29:56 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=185009 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 21: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 F379250A for ; Fri, 20 Dec 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 B6EB71D86 for ; Fri, 20 Dec 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 rBKLe10C057614 for ; Fri, 20 Dec 2013 21: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 rBKLe1mt057613; Fri, 20 Dec 2013 21:40:01 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 21:40:01 GMT Resent-Message-Id: <201312202140.rBKLe1mt057613@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vaclav Zeman Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 45B6D146 for ; Fri, 20 Dec 2013 21:29:56 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 3213E1CE7 for ; Fri, 20 Dec 2013 21:29: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 rBKLTtTR029831 for ; Fri, 20 Dec 2013 21:29:55 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBKLTtZn029830; Fri, 20 Dec 2013 21:29:55 GMT (envelope-from nobody) Message-Id: <201312202129.rBKLTtZn029830@oldred.freebsd.org> Date: Fri, 20 Dec 2013 21:29:55 GMT From: Vaclav Zeman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185049: fix dblatex port for TEX_DEFAULT=texlive X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 21:40:02 -0000 >Number: 185049 >Category: ports >Synopsis: fix dblatex port for TEX_DEFAULT=texlive >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 Dec 20 21:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vaclav Zeman >Release: 9.2 >Organization: None Inc. >Environment: FreeBSD fbsd.local 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Fri Sep 27 03:52:52 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC i386 >Description: The attached patch fixes installation of textproc/dblatex for me when I am using TEX_DEFAULT=texlive. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.original 2013-12-20 12:39:11.000000000 +0100 +++ Makefile 2013-12-20 12:41:25.000000000 +0100 @@ -10,7 +10,11 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME} MAINTAINER= johnson.peter@gmail.com COMMENT= DocBook to LaTeX/ConTeXt Publishing +.if ${TEX_DEFAULT} == "texlive" +BUILD_DEPENDS= ${LOCALBASE}/share/texmf-dist/tex/generic/ifxetex/ifxetex.sty:${PORTSDIR}/print/texlive-texmf +.else BUILD_DEPENDS= ${LOCALBASE}/share/texmf-local/tex/latex/ifxetex/ifxetex.sty:${PORTSDIR}/print/ifxetex +.endif RUN_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \ ${LOCALBASE}/share/xml/docbook/4.2/docbook.cat:${PORTSDIR}/textproc/docbook-xml >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 21:53: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 76AEC8C5; Fri, 20 Dec 2013 21:53: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 498F51E77; Fri, 20 Dec 2013 21:53: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 rBKLrZAU061493; Fri, 20 Dec 2013 21:53:35 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKLrZIb061492; Fri, 20 Dec 2013 21:53:35 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 21:53:35 GMT Message-Id: <201312202153.rBKLrZIb061492@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184890: emulators/catapult: Support CXX properly X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 21:53:35 -0000 Synopsis: emulators/catapult: Support CXX properly Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 21:53:34 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184890 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 22:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01F1E25D for ; Fri, 20 Dec 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 CF8651076 for ; Fri, 20 Dec 2013 22:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKMU0hq069178 for ; Fri, 20 Dec 2013 22:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKMU0rf069177; Fri, 20 Dec 2013 22:30:00 GMT (envelope-from gnats) Resent-Date: Fri, 20 Dec 2013 22:30:00 GMT Resent-Message-Id: <201312202230.rBKMU0rf069177@freefall.freebsd.org> 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 C7E2723D; Fri, 20 Dec 2013 22:28:06 +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 80D99105F; Fri, 20 Dec 2013 22:28:06 +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 1Vu8Y6-0003E2-Ja; Sat, 21 Dec 2013 02:28:02 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id 3879D70F; Sat, 21 Dec 2013 02:28:02 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 1E67216813; Sat, 21 Dec 2013 02:28:02 +0400 (MSK) Message-Id: <20131220222802.1E67216813@hades.panopticon> Date: Sat, 21 Dec 2013 02:28:02 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185050: [PATCH] textproc/docbook-440, textproc/docbook-450: remove duplicate plist entry Cc: gabor@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 22:30:01 -0000 >Number: 185050 >Category: ports >Synopsis: [PATCH] textproc/docbook-440, textproc/docbook-450: remove duplicate plist entry >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 Dec 20 22:30: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: In docbook-440 and docbook-450 plist generation, there's bogus @dirrmtry which duplicates @dirrm two lines before it. Here's, for example, generated plist for docbook-440: --- ... @dirrm share/doc/docbook/4.4 @dirrm share/doc/docbook/ @dirrmtry share/doc/docbook/4.4 ... --- pkg gives a warning on this, so remove it. Port maintainer (gabor@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN) >How-To-Repeat: >Fix: --- docbook-4.5_2.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 337025) +++ Makefile (working copy) @@ -57,7 +57,6 @@ done;\ ${ECHO_CMD} "@dirrm ${DOCSDIR:S,^${PREFIX}/,,}" ) >> ${PLIST} ${ECHO_CMD} "@dirrm ${DOCSDIR:S!^${PREFIX}/!!:S!${PORTVERSION}!!}" >> ${PLIST} - ${ECHO_CMD} "@dirrmtry ${DOCSDIR:S!^${PREFIX}/!!:S!${PORTNAME}${PORTVERSION}!!}" >> ${PLIST} .endif ${ECHO_CMD} "@exec ${XMLCATMGR} ${REGIST_CAT_FLAGS_SGML}" >> ${PLIST} ${ECHO_CMD} "@unexec ${XMLCATMGR} ${UNREGIST_CAT_FLAGS_SGML}" >> ${PLIST} --- docbook-4.5_2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 22:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 36EA925E for ; Fri, 20 Dec 2013 22: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 0881B1077 for ; Fri, 20 Dec 2013 22: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 rBKMU1jF069241 for ; Fri, 20 Dec 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 rBKMU1s3069240; Fri, 20 Dec 2013 22:30:01 GMT (envelope-from gnats) Date: Fri, 20 Dec 2013 22:30:01 GMT Message-Id: <201312202230.rBKMU1s3069240@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Marcin Cieslak Subject: Re: ports/184963: [MAINTAINER] audio/Maaate: fix build on 10.x without libstdc++ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Marcin Cieslak List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 22:30:02 -0000 The following reply was made to PR ports/184963; it has been noted by GNATS. From: Marcin Cieslak To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184963: [MAINTAINER] audio/Maaate: fix build on 10.x without libstdc++ Date: Fri, 20 Dec 2013 22:25:49 +0000 While we are here, add LICENSE, PORT_OPTIONS:MDOC and staging support as suggested by portlint(1). ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/audio/Maaate.orig/Makefile /usr/ports/audio/Maaate/Makefile --- /usr/ports/audio/Maaate.orig/Makefile 2010-12-04 08:30:18.000000000 +0100 +++ /usr/ports/audio/Maaate/Makefile 2013-12-20 23:13:01.000000000 +0100 @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: Maaate -# Date created: Fab 12, 2001 -# Whom: Ying-Chieh Liao -# -# $FreeBSD: ports/audio/Maaate/Makefile,v 1.32 2010/12/04 07:30:18 ade Exp $ -# +# Created by: Ying-Chieh Liao +# $FreeBSD: audio/Maaate/Makefile 327706 2013-09-20 14:36:35Z bapt $ PORTNAME= Maaate PORTVERSION= 0.3.1 @@ -15,8 +10,10 @@ MAINTAINER= saper@saper.info COMMENT= MPEG audio analysis toolkit +LICENSE= GPLv2 + +USES= gmake USE_AUTOTOOLS= libtool -USE_GMAKE= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes @@ -25,10 +22,10 @@ s|(CCLD|(CXXLD|g' ${WRKSRC}/demos/Makefile.in post-install: -.if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} +.if !defined(PORT_OPTIONS:MDOCS) + @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in API.html ChangeLog THANKS applications.html - ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/${file} ${STAGEDIR}${DOCSDIR} .endfor .endif diff -ruN --exclude=CVS /usr/ports/audio/Maaate.orig/files/patch-configure /usr/ports/audio/Maaate/files/patch-configure --- /usr/ports/audio/Maaate.orig/files/patch-configure 2002-10-06 19:39:01.000000000 +0200 +++ /usr/ports/audio/Maaate/files/patch-configure 2013-12-18 12:38:37.000000000 +0100 @@ -1,5 +1,5 @@ ---- configure.orig Thu Sep 5 09:54:07 2002 -+++ configure Mon Sep 30 22:55:21 2002 +--- configure.orig 2002-10-09 03:30:34.000000000 +0200 ++++ configure 2013-12-18 12:38:19.000000000 +0100 @@ -5691,6 +5691,7 @@ # This can be used to rebuild libtool when needed @@ -8,3 +8,11 @@ # Always use our own libtool. LIBTOOL='$(SHELL) $(top_builddir)/libtool' +@@ -5699,7 +5700,6 @@ + + + +-LDFLAGS="$LDFLAGS -lstdc++" + + echo $ac_n "checking for cos in -lm""... $ac_c" 1>&6 + echo "configure:5706: checking for cos in -lm" >&5 ===> Done From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 22:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 82AE828D; Fri, 20 Dec 2013 22: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 56CA31079; Fri, 20 Dec 2013 22: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 rBKMU87J069326; Fri, 20 Dec 2013 22: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 rBKMU82i069325; Fri, 20 Dec 2013 22:30:08 GMT (envelope-from edwin) Date: Fri, 20 Dec 2013 22:30:08 GMT Message-Id: <201312202230.rBKMU82i069325@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gabor@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185050: [PATCH] textproc/docbook-440, textproc/docbook-450: remove duplicate plist entry X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 22:30:08 -0000 Synopsis: [PATCH] textproc/docbook-440, textproc/docbook-450: remove duplicate plist entry Responsible-Changed-From-To: freebsd-ports-bugs->gabor Responsible-Changed-By: edwin Responsible-Changed-When: Fri Dec 20 22: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=185050 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 20 23:35:36 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 47C66484; Fri, 20 Dec 2013 23:35:36 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 1B7321493; Fri, 20 Dec 2013 23:35:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKNZZU0085165; Fri, 20 Dec 2013 23:35:35 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBKNZZH1085164; Fri, 20 Dec 2013 23:35:35 GMT (envelope-from pawel) Date: Fri, 20 Dec 2013 23:35:35 GMT Message-Id: <201312202335.rBKNZZH1085164@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184891: audio/gtkguitune: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Dec 2013 23:35:36 -0000 Synopsis: audio/gtkguitune: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Fri Dec 20 23:35:35 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184891 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 00:00:26 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 79DAEA59; Sat, 21 Dec 2013 00:00:26 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4DD471639; Sat, 21 Dec 2013 00:00:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBL00Qnv089730; Sat, 21 Dec 2013 00:00:26 GMT (envelope-from rakuco@freefall.freebsd.org) Received: (from rakuco@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBL00QUs089729; Sat, 21 Dec 2013 00:00:26 GMT (envelope-from rakuco) Date: Sat, 21 Dec 2013 00:00:26 GMT Message-Id: <201312210000.rBL00QUs089729@freefall.freebsd.org> To: rakuco@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gblach@FreeBSD.org From: rakuco@FreeBSD.org Subject: Re: ports/184799: x11/terminology up to 0.4.0 patch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 00:00:26 -0000 Synopsis: x11/terminology up to 0.4.0 patch Responsible-Changed-From-To: freebsd-ports-bugs->gblach Responsible-Changed-By: rakuco Responsible-Changed-When: Sat Dec 21 00:00:14 UTC 2013 Responsible-Changed-Why: Assign to maintainer after fixing the PR's title. http://www.freebsd.org/cgi/query-pr.cgi?pr=184799 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 02:28: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 68B2C875; Sat, 21 Dec 2013 02:28: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 3B7961E6E; Sat, 21 Dec 2013 02:28: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 rBL2Sf9a034230; Sat, 21 Dec 2013 02:28:41 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBL2Sf8q034229; Sat, 21 Dec 2013 02:28:41 GMT (envelope-from swills) Date: Sat, 21 Dec 2013 02:28:41 GMT Message-Id: <201312210228.rBL2Sf8q034229@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/184971: New port: net-p2p/litecoin-daemon A slave port for the headless daemon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 02:28:41 -0000 Synopsis: New port: net-p2p/litecoin-daemon A slave port for the headless daemon Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Sat Dec 21 02:28:40 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184971 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 02:28: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 35F268A3; Sat, 21 Dec 2013 02:28: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 0B8381E6F; Sat, 21 Dec 2013 02:28: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 rBL2SmUU034320; Sat, 21 Dec 2013 02:28:48 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBL2Sm2b034319; Sat, 21 Dec 2013 02:28:48 GMT (envelope-from swills) Date: Sat, 21 Dec 2013 02:28:48 GMT Message-Id: <201312210228.rBL2Sm2b034319@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/184972: New port: net-p2p/bitcoin-daemon A slave port for the headless daemon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 02:28:49 -0000 Synopsis: New port: net-p2p/bitcoin-daemon A slave port for the headless daemon Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Sat Dec 21 02:28:48 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184972 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 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 620363AA for ; Sat, 21 Dec 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 253551EE8 for ; Sat, 21 Dec 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 rBL7A0Rg000256 for ; Sat, 21 Dec 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 rBL7A0cM000255; Sat, 21 Dec 2013 07:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 07:10:00 GMT Resent-Message-Id: <201312210710.rBL7A0cM000255@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Valentin Nechayev Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 27D8E268; Sat, 21 Dec 2013 07:08:32 +0000 (UTC) Received: from segfault.kiev.ua (segfault.kiev.ua [193.193.193.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD6671EDD; Sat, 21 Dec 2013 07:08:31 +0000 (UTC) Received: from segfault.kiev.ua (localhost.segfault.kiev.ua [127.0.0.1]) by segfault.kiev.ua (8.14.5/8.14.5/8.Who.Cares) with ESMTP id rBL78Mai089643; Sat, 21 Dec 2013 09:08:22 +0200 (EET) (envelope-from netch@segfault.kiev.ua) Received: (from netch@localhost) by segfault.kiev.ua (8.14.5/8.14.5/Submit) id rBL78HWE089639; Sat, 21 Dec 2013 09:08:17 +0200 (EET) (envelope-from netch) Message-Id: <201312210708.rBL78HWE089639@segfault.kiev.ua> Date: Sat, 21 Dec 2013 09:08:17 +0200 (EET) From: Valentin Nechayev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185058: port lang/clang34: missing files, cannot compile Cc: brooks@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 07:10:01 -0000 >Number: 185058 >Category: ports >Synopsis: port lang/clang34: missing files, cannot compile >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 Dec 21 07:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Valentin Nechayev >Release: FreeBSD 9.2-RELEASE-p2 amd64 >Organization: private >Environment: System: FreeBSD 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 amd64 >Description: The following errors appear when trying to compile anything: /usr/local/llvm34/bin/../lib/clang/3.4/include/module.map:4:12: error: header 'altivec.h' not found header "altivec.h" ^ /usr/local/llvm34/bin/../lib/clang/3.4/include/module.map:31:14: error: header 'cpuid.h' not found header "cpuid.h" ^ and compilation fails. >How-To-Repeat: Install the port and try to compile anything. >Fix: I guess this is the same issue as in ports/183799. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 07: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 96EBD3E2; Sat, 21 Dec 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 6B6881EEC; Sat, 21 Dec 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 rBL7A9af000338; Sat, 21 Dec 2013 07: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 rBL7A90b000337; Sat, 21 Dec 2013 07:10:09 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 07:10:09 GMT Message-Id: <201312210710.rBL7A90b000337@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brooks@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185058: port lang/clang34: missing files, cannot compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 07:10:09 -0000 Synopsis: port lang/clang34: missing files, cannot compile Responsible-Changed-From-To: freebsd-ports-bugs->brooks Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 07:10:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185058 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 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 ACC8FC92 for ; Sat, 21 Dec 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 879B61473 for ; Sat, 21 Dec 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 rBL8o0O5032575 for ; Sat, 21 Dec 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 rBL8o0Dm032574; Sat, 21 Dec 2013 08:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 08:50:00 GMT Resent-Message-Id: <201312210850.rBL8o0Dm032574@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Matthieu Volat Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F045CBEC for ; Sat, 21 Dec 2013 08:46:15 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id DB15D145B for ; Sat, 21 Dec 2013 08:46:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBL8kFEQ029602 for ; Sat, 21 Dec 2013 08:46:15 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBL8kFHU029579; Sat, 21 Dec 2013 08:46:15 GMT (envelope-from nobody) Message-Id: <201312210846.rBL8kFHU029579@oldred.freebsd.org> Date: Sat, 21 Dec 2013 08:46:15 GMT From: Matthieu Volat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185059: [patch] audio/musicpd: gcc, configure options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 08:50:00 -0000 >Number: 185059 >Category: ports >Synopsis: [patch] audio/musicpd: gcc, configure options >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 08:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Matthieu Volat >Release: 10.0-RC2 >Organization: >Environment: FreeBSD freedom.alkumuna.eu 10.0-RC2 FreeBSD 10.0-RC2 #0 r259404: Sun Dec 15 08:18:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Last update of audio/musicpd will build without needing a "modern" gcc on freebsd 10 using clang and base libc++. While this was not tested, it may also work with base/clang in the 9.x series. In that case the --disable-alsa argument should be passed to the configure, the alsa backend do not compile with clang and is mostly useless, I guess. >How-To-Repeat: Described above >Fix: Patch tentative : --- Makefile.orig 2013-12-21 09:14:24.000000000 +0100 +++ Makefile 2013-12-21 09:44:58.000000000 +0100 @@ -15,9 +15,9 @@ libcurl.so:${PORTSDIR}/ftp/curl USES= gmake pkgconfig -USE_GCC= 4.7+ USE_XZ= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-alsa USE_GNOME= glib20 USE_RC_SUBR= ${PORTNAME} @@ -62,6 +62,10 @@ .include +.if ${OSVERSION} < 1000054 || ! ${CXX:T:Mclang++} +USE_GCC= 4.7+ +.endif + .if exists(${PREFIX}/etc/mpd.conf) MSG=You still have ${PREFIX}/etc/mpd.conf in existence-- this file is no longer used by musicpd. .if !exists(${PREFIX}/etc/musicpd.conf) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 08: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 1EB68CC2; Sat, 21 Dec 2013 08: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 E8DE41479; Sat, 21 Dec 2013 08:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBL8o8j3032710; Sat, 21 Dec 2013 08:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBL8o8Vl032709; Sat, 21 Dec 2013 08:50:08 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 08:50:08 GMT Message-Id: <201312210850.rBL8o8Vl032709@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185059: [patch] audio/musicpd: gcc, configure options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 08:50:09 -0000 Synopsis: [patch] audio/musicpd: gcc, configure options Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 08:50:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185059 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 10:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C942153E for ; Sat, 21 Dec 2013 10: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 A39451A8E for ; Sat, 21 Dec 2013 10:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLAe0wU056053 for ; Sat, 21 Dec 2013 10:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLAe0D3056052; Sat, 21 Dec 2013 10:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 10:40:00 GMT Resent-Message-Id: <201312211040.rBLAe0D3056052@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0BB09451 for ; Sat, 21 Dec 2013 10:37:18 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E07E21A7D for ; Sat, 21 Dec 2013 10:37:17 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBLAbHad026102 for ; Sat, 21 Dec 2013 10:37:17 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLAbHtj026101; Sat, 21 Dec 2013 10:37:17 GMT (envelope-from nobody) Message-Id: <201312211037.rBLAbHtj026101@oldred.freebsd.org> Date: Sat, 21 Dec 2013 10:37:17 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185061: [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the Haml template language X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 10:40:00 -0000 >Number: 185061 >Category: ports >Synopsis: [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the Haml template language >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 Dec 21 10:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 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: This project contains various useful extensions to the Haml template language's Ruby implementation. Such extensions are useful enough to be distributed, but not widely used or on-topic enough to belong in Haml proper. This gives the Haml project a reasonable way to both demote current functionality, such as the Textile and Maruku filters, and add new experimental functionality that may later be added to the core. WWW: http://haml.info/ >How-To-Repeat: >Fix: Haml-contrib requires Haml 4.0 or later - see www/rubygem-haml [PATCH] Build log: https://redports.org/buildarchive/20131221094748-70831/ Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-haml-contrib # rubygem-haml-contrib/Makefile # rubygem-haml-contrib/distinfo # rubygem-haml-contrib/pkg-descr # echo c - rubygem-haml-contrib mkdir -p rubygem-haml-contrib > /dev/null 2>&1 echo x - rubygem-haml-contrib/Makefile sed 's/^X//' >rubygem-haml-contrib/Makefile << '5cf91a1a9592c3206f0289c568d26ef5' X# Created by: Horia Racoviceanu X# $FreeBSD$ X XPORTNAME= haml-contrib XPORTVERSION= 1.0.0.1 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= horia@racoviceanu.com XCOMMENT= Addons for the Ruby implementation of the Haml template language X XLICENSE= MIT X XRUN_DEPENDS= rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml X XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X X.include 5cf91a1a9592c3206f0289c568d26ef5 echo x - rubygem-haml-contrib/distinfo sed 's/^X//' >rubygem-haml-contrib/distinfo << 'b485196afe59926c2c1cf351d007a771' XSHA256 (rubygem/haml-contrib-1.0.0.1.gem) = bd4d8196bd19de13ec92580f03354c976eec05de759c688fbe4abe5207f35b7d XSIZE (rubygem/haml-contrib-1.0.0.1.gem) = 6656 b485196afe59926c2c1cf351d007a771 echo x - rubygem-haml-contrib/pkg-descr sed 's/^X//' >rubygem-haml-contrib/pkg-descr << '8bba13eb73be2ba04b18801fe0a9df6c' XThis project contains various useful extensions to the Haml template language's XRuby implementation. Such extensions are useful enough to be distributed, but Xnot widely used or on-topic enough to belong in Haml proper. X XThis gives the Haml project a reasonable way to both demote current Xfunctionality, such as the Textile and Maruku filters, and add new experimental Xfunctionality that may later be added to the core. X XWWW: http://haml.info/ 8bba13eb73be2ba04b18801fe0a9df6c exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 10: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 9214A571; Sat, 21 Dec 2013 10: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 6705E1A92; Sat, 21 Dec 2013 10: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 rBLAe8tX056204; Sat, 21 Dec 2013 10: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 rBLAe85O056203; Sat, 21 Dec 2013 10:40:08 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 10:40:08 GMT Message-Id: <201312211040.rBLAe85O056203@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185061: [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the Haml template language X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 10:40:08 -0000 Synopsis: [New Port] www/rubygem-haml-contrib Addons for the Ruby implementation of the Haml template language Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 10:40:08 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185061 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 10:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9CE3169D for ; Sat, 21 Dec 2013 10: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 7775A1B10 for ; Sat, 21 Dec 2013 10:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLAo0fA058047 for ; Sat, 21 Dec 2013 10:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLAo0r1058046; Sat, 21 Dec 2013 10:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 10:50:00 GMT Resent-Message-Id: <201312211050.rBLAo0r1058046@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id EF390614 for ; Sat, 21 Dec 2013 10:47:43 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C11391B02 for ; Sat, 21 Dec 2013 10:47: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 rBLAlhw9077925 for ; Sat, 21 Dec 2013 10:47:43 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLAlhCM077915; Sat, 21 Dec 2013 10:47:43 GMT (envelope-from nobody) Message-Id: <201312211047.rBLAlhCM077915@oldred.freebsd.org> Date: Sat, 21 Dec 2013 10:47:43 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185062: [New Port] www/rubygem-html2haml Converts HTML into Haml X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 10:50:00 -0000 >Number: 185062 >Category: ports >Synopsis: [New Port] www/rubygem-html2haml Converts HTML into Haml >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 Dec 21 10:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 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: Transforms an HTML file into corresponding Haml code. http://haml.info/ >How-To-Repeat: >Fix: rubygem-html2haml requires Haml 4.0 or later - see www/rubygem-haml [PATCH] Build log https://redports.org/buildarchive/20131221091653-59866/ Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # rubygem-html2haml # rubygem-html2haml/Makefile # rubygem-html2haml/distinfo # rubygem-html2haml/pkg-descr # echo c - rubygem-html2haml mkdir -p rubygem-html2haml > /dev/null 2>&1 echo x - rubygem-html2haml/Makefile sed 's/^X//' >rubygem-html2haml/Makefile << '734a1fee617e9ca39d51369a3304d4ba' X# Created by: Horia Racoviceanu X# $FreeBSD$ X XPORTNAME= html2haml XPORTVERSION= 1.0.1 XCATEGORIES= www rubygems XMASTER_SITES= RG X XMAINTAINER= horia@racoviceanu.com XCOMMENT= Converts HTML into Haml X XLICENSE= MIT X XRUN_DEPENDS= rubygem-erubis>=2.7.0:${PORTSDIR}/www/rubygem-erubis \ X rubygem-haml>=4.0.0:${PORTSDIR}/www/rubygem-haml \ X rubygem-hpricot>=0.8.6:${PORTSDIR}/www/rubygem-hpricot \ X rubygem-ruby_parser>=3.1.1:${PORTSDIR}/devel/rubygem-ruby_parser X XUSE_RAKE= yes XUSE_RUBY= yes XUSE_RUBYGEMS= yes XRUBYGEM_AUTOPLIST= yes X XPLIST_FILES= bin/html2haml X X.include 734a1fee617e9ca39d51369a3304d4ba echo x - rubygem-html2haml/distinfo sed 's/^X//' >rubygem-html2haml/distinfo << '4a4e374ce9b1a24e863452cb0587ad2d' XSHA256 (rubygem/html2haml-1.0.1.gem) = 7b094730b346a6e36a5d73527da87ad2f231e062dfbee42c059474ca44edb061 XSIZE (rubygem/html2haml-1.0.1.gem) = 17920 4a4e374ce9b1a24e863452cb0587ad2d echo x - rubygem-html2haml/pkg-descr sed 's/^X//' >rubygem-html2haml/pkg-descr << 'bb85ccb3d21bed212e3c5cc7980e57d0' XTransforms an HTML file into corresponding Haml code. X XWWW: http://haml.info/ bb85ccb3d21bed212e3c5cc7980e57d0 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 10:50:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 387A96CE; Sat, 21 Dec 2013 10: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 04CC21B65; Sat, 21 Dec 2013 10:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLAo7Xb058179; Sat, 21 Dec 2013 10:50:07 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLAo700058178; Sat, 21 Dec 2013 10:50:07 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 10:50:07 GMT Message-Id: <201312211050.rBLAo700058178@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185062: [New Port] www/rubygem-html2haml Converts HTML into Haml X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 10:50:08 -0000 Synopsis: [New Port] www/rubygem-html2haml Converts HTML into Haml Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 10:50:07 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185062 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 11:19:27 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6656AB0; Sat, 21 Dec 2013 11:19: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 A8ADB1DC3; Sat, 21 Dec 2013 11:19: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 rBLBJRMG065060; Sat, 21 Dec 2013 11:19:27 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLBJRGc065059; Sat, 21 Dec 2013 11:19:27 GMT (envelope-from pawel) Date: Sat, 21 Dec 2013 11:19:27 GMT Message-Id: <201312211119.rBLBJRGc065059@freefall.freebsd.org> To: tkato432@yahoo.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184893: editors/textroom: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 11:19:27 -0000 Synopsis: editors/textroom: Fix build on -current State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Sat Dec 21 11:19:27 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=184893 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 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 9ADE7AE7 for ; Sat, 21 Dec 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 754071DCD for ; Sat, 21 Dec 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 rBLBK1dv065188 for ; Sat, 21 Dec 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 rBLBK1gK065187; Sat, 21 Dec 2013 11:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 11:20:01 GMT Resent-Message-Id: <201312211120.rBLBK1gK065187@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 15C078FE for ; Sat, 21 Dec 2013 11:11:06 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id E9C921D76 for ; Sat, 21 Dec 2013 11:11:05 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBLBB5k4074032 for ; Sat, 21 Dec 2013 11:11:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLBB5VY074021; Sat, 21 Dec 2013 11:11:05 GMT (envelope-from nobody) Message-Id: <201312211111.rBLBB5VY074021@oldred.freebsd.org> Date: Sat, 21 Dec 2013 11:11:05 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185063: Port www/rubygem-haml update to version 4.0.4 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 11:20:01 -0000 >Number: 185063 >Category: ports >Synopsis: Port www/rubygem-haml update to version 4.0.4 [PATCH] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 11:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 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: >How-To-Repeat: >Fix: - Update to Version 4.0.4 - Change XHTML to HTML in Comment and pkg-descr - Add MIT to License - Add devel/rubygem-tilt to RUN_DEPENDS - Add USE_RAKE - Support STAGEDIR - Change http://haml-lang.com/ to http://haml.info/ in pkg-descr - Remove bin/html2haml from PLIST_FILES * html2haml utility moved to the html2haml gem http://www.freebsd.org/cgi/query-pr.cgi?pr=185062 * Textile and Maruku filters moved to the haml-contrib gem http://www.freebsd.org/cgi/query-pr.cgi?pr=185061 Build log https://redports.org/buildarchive/20131221105337-45184/ Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 337119) +++ Makefile (working copy) @@ -2,18 +2,22 @@ # $FreeBSD$ PORTNAME= haml -PORTVERSION= 3.1.7 +PORTVERSION= 4.0.4 CATEGORIES= www rubygems MASTER_SITES= RG MAINTAINER= gogolok+freebsd@gmail.com -COMMENT= Markup language to describe XHTML +COMMENT= Markup language to describe HTML +LICENSE= MIT + +RUN_DEPENDS= rubygem-tilt>=0:${PORTSDIR}/devel/rubygem-tilt + +USE_RAKE= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes -PLIST_FILES= bin/haml bin/html2haml +PLIST_FILES= bin/haml -NO_STAGE= yes .include Index: distinfo =================================================================== --- distinfo (revision 337119) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/haml-3.1.7.gem) = d6a7cab4234cc98980ac3b25f1b99efed2ec50acbd0b6b213b68856d14e89bc7 -SIZE (rubygem/haml-3.1.7.gem) = 373248 +SHA256 (rubygem/haml-4.0.4.gem) = f232cc6623d772973729c1a9a3403f0282d965790271332d62d0cf95e0b93463 +SIZE (rubygem/haml-4.0.4.gem) = 114688 Index: pkg-descr =================================================================== --- pkg-descr (revision 337119) +++ pkg-descr (working copy) @@ -1,9 +1,9 @@ -Haml is a markup language that's used to cleanly and simply describe the XHTML +Haml is a markup language that's used to cleanly and simply describe the HTML of any web document without the use of inline code. Haml functions as a replacement for inline page templating systems such as PHP, ASP, and ERB, the templating language used in most Ruby on Rails applications. -However, Haml avoids the need for explicitly coding XHTML into the template, -because it itself is a description of the XHTML, with some code to generate +However, Haml avoids the need for explicitly coding HTML into the template, +because it itself is a description of the HTML, with some code to generate dynamic content. -WWW: http://haml-lang.com/ +WWW: http://haml.info/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 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 4915EAE5 for ; Sat, 21 Dec 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 2B3521DCB for ; Sat, 21 Dec 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 rBLBK1TE065177 for ; Sat, 21 Dec 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 rBLBK1TU065175; Sat, 21 Dec 2013 11:20:01 GMT (envelope-from gnats) Date: Sat, 21 Dec 2013 11:20:01 GMT Message-Id: <201312211120.rBLBK1TU065175@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184893: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 21 Dec 2013 11:20:01 -0000 The following reply was made to PR ports/184893; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184893: commit references a PR Date: Sat, 21 Dec 2013 11:19:22 +0000 (UTC) Author: pawel Date: Sat Dec 21 11:19:14 2013 New Revision: 337139 URL: http://svnweb.freebsd.org/changeset/ports/337139 Log: - Fix build on -current - Support desktop-file-utils - Strip textroom binary PR: ports/184893 Submitted by: KATO Tsuguru Modified: head/editors/textroom/Makefile head/editors/textroom/files/patch-application_application.pro (contents, props changed) head/editors/textroom/pkg-plist (contents, props changed) Modified: head/editors/textroom/Makefile ============================================================================== --- head/editors/textroom/Makefile Sat Dec 21 11:03:03 2013 (r337138) +++ head/editors/textroom/Makefile Sat Dec 21 11:19:14 2013 (r337139) @@ -3,27 +3,32 @@ PORTNAME= textroom PORTVERSION= 0.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Full screen text editor -LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ - libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ - libcurl.so:${PORTSDIR}/ftp/curl +LICENSE= GPLv3 -USES= qmake shared-mime-info +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ + libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 + +USES= desktop-file-utils pkgconfig qmake +USE_GL= gl USE_SDL= mixer -USE_QT4= moc_build rcc_build uic_build corelib gui xml \ - svg opengl qt3support -QMAKE_ARGS= LOCALBASE=${LOCALBASE} +USE_QT4= moc_build rcc_build uic_build \ + corelib gui opengl qt3support svg xml post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/application/src/textroom.cpp \ - ${WRKSRC}/application/src/getaword.cpp \ - ${WRKSRC}/application/src/optionsdialog.cpp +.for i in getaword.cpp optionsdialog.cpp textroom.cpp + @${REINPLACE_CMD} -e \ + 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/application/src/${i} +.endfor + +post-install: + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/textroom .include Modified: head/editors/textroom/files/patch-application_application.pro ============================================================================== --- head/editors/textroom/files/patch-application_application.pro Sat Dec 21 11:03:03 2013 (r337138) +++ head/editors/textroom/files/patch-application_application.pro Sat Dec 21 11:19:14 2013 (r337139) @@ -1,14 +1,14 @@ --- application/application.pro.orig 2011-01-22 03:25:20.000000000 +0100 +++ application/application.pro 2011-02-10 21:37:18.000000000 +0100 -@@ -4,19 +4,20 @@ +@@ -4,20 +4,16 @@ src \ ui -linux-g++ { -+freebsd-g++ { ++unix { INCLUDEPATH += . \ src \ - src/include \ +- src/include \ - /usr/include \ - /usr/include/hunspell \ - /usr/include/libxml++-2.6 \ @@ -18,37 +18,41 @@ - /usr/lib/glib-2.0/include \ - /usr/lib/libxml++-2.6/include \ - /usr/include/SDL -+ $$LOCALBASE/include \ -+ $$LOCALBASE/include/hunspell \ -+ $$LOCALBASE/include/libxml++-2.6 \ -+ $$LOCALBASE/include//libxml++-2.6/include \ -+ $$LOCALBASE/include/glibmm-2.4 \ -+ $$LOCALBASE/lib/glibmm-2.4/include \ -+ $$LOCALBASE/include/glib-2.0 \ -+ $$LOCALBASE/lib/glib-2.0/include \ -+ $$LOCALBASE/lib/libxml++-2.6/include \ -+ $$LOCALBASE/include/SDL - +- ++ src/include ++ PKGCONFIG += \ ++ glib-2.0 \ ++ hunspell \ ++ libcurl \ ++ libxml++-2.6 \ ++ SDL_mixer } -@@ -85,7 +86,7 @@ + macx { +@@ -85,40 +81,33 @@ src/asciireporter.cpp RESOURCES += resource/textroom.qrc \ resource/images/icons-app.qrc -linux-g++ { -+freebsd-g++ { ++unix { CONFIG += release \ ++ link_pkgconfig \ build_all INSTALLS += data \ -@@ -98,27 +99,27 @@ + dict \ + target \ + desktop \ +- uninstaller \ + mime \ + words \ icon - LIBS = -lSDL_mixer \ - -lSDL \ +- LIBS = -lSDL_mixer \ +- -lSDL \ - -lhunspell \ -+ -lhunspell-1.3 \ - -lglibmm-2.4 \ - -lcurl \ - -lxml++-2.6 \ +- -lglibmm-2.4 \ +- -lcurl \ +- -lxml++-2.6 \ ++ LIBS = \ $$TOPDIR/lib/libflo.a - data.path = /usr/share/sounds + data.path = $$PREFIX/share/sounds @@ -68,8 +72,7 @@ + mime.path = $$PREFIX/share/textroom mime.files = resource/desktop/textroom-txr-mime.xml - uninstaller.path = /usr/bin -+ uninstaller.path = $$PREFIX/bin - uninstaller.files = resource/desktop/textroom-uninstall +- uninstaller.files = resource/desktop/textroom-uninstall - dict.path = /usr/share/hunspell + dict.path = $$PREFIX/share/hunspell dict.files = resource/dict/* Modified: head/editors/textroom/pkg-plist ============================================================================== --- head/editors/textroom/pkg-plist Sat Dec 21 11:03:03 2013 (r337138) +++ head/editors/textroom/pkg-plist Sat Dec 21 11:19:14 2013 (r337139) @@ -1,13 +1,12 @@ bin/textroom -bin/textroom-uninstall share/applications/textroom.desktop -share/textroom/textroom-txr-mime.xml -share/textroom/words.txt share/hunspell/tr.aff share/hunspell/tr.dic share/pixmaps/textroom.png share/sounds/keyany.wav share/sounds/keyenter.wav +%%DATADIR%%/textroom-txr-mime.xml +%%DATADIR%%/words.txt +@dirrm %%DATADIR%% @dirrmtry share/sounds @dirrmtry share/hunspell -@dirrm share/textroom _______________________________________________ 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 Dec 21 11:20: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 69274B40; Sat, 21 Dec 2013 11: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 3E53E1DCE; Sat, 21 Dec 2013 11: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 rBLBKFdt065269; Sat, 21 Dec 2013 11: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 rBLBKFFg065268; Sat, 21 Dec 2013 11:20:15 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 11:20:15 GMT Message-Id: <201312211120.rBLBKFFg065268@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185063: Port www/rubygem-haml update to version 4.0.4 [PATCH] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 11:20:15 -0000 Synopsis: Port www/rubygem-haml update to version 4.0.4 [PATCH] Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 11:20:14 UTC 2013 Responsible-Changed-Why: ruby@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185063 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 11:28: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 ADE4EBF0; Sat, 21 Dec 2013 11:28: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 7FE241E4F; Sat, 21 Dec 2013 11:28: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 rBLBSmgx067267; Sat, 21 Dec 2013 11:28:48 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLBSmxd067266; Sat, 21 Dec 2013 11:28:48 GMT (envelope-from pawel) Date: Sat, 21 Dec 2013 11:28:48 GMT Message-Id: <201312211128.rBLBSmxd067266@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184895: games/galaxyhack: Fix build on -current X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 11:28:48 -0000 Synopsis: games/galaxyhack: Fix build on -current Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sat Dec 21 11:28:48 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184895 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 12: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 B2B41285 for ; Sat, 21 Dec 2013 12: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 8C8D41199 for ; Sat, 21 Dec 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 rBLCU0xX083488 for ; Sat, 21 Dec 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 rBLCU09C083487; Sat, 21 Dec 2013 12:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 12:30:00 GMT Resent-Message-Id: <201312211230.rBLCU09C083487@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Horia Racoviceanu Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 51638277 for ; Sat, 21 Dec 2013 12:28:34 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2287B1190 for ; Sat, 21 Dec 2013 12:28: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 rBLCSXgX079809 for ; Sat, 21 Dec 2013 12:28:33 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLCSX14079808; Sat, 21 Dec 2013 12:28:33 GMT (envelope-from nobody) Message-Id: <201312211228.rBLCSX14079808@oldred.freebsd.org> Date: Sat, 21 Dec 2013 12:28:33 GMT From: Horia Racoviceanu To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185064: [PATCH]: textproc/rubygem-kramdown update to version 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 12:30:00 -0000 >Number: 185064 >Category: ports >Synopsis: [PATCH]: textproc/rubygem-kramdown update to version 1.3.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 Dec 21 12:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Horia Racoviceanu >Release: 9.2-RELEASE >Organization: >Environment: FreeBSD aitch 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: >How-To-Repeat: >Fix: - Update to Version 1.3.0 - Add MIT to License - Add USE_RAKE - Change pkg-descr - Change http://kramdown.rubyforge.org/ to http://kramdown.gettalong.org/ Build log https://redports.org/buildarchive/20131221121333-63248/ Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 337139) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= kramdown -PORTVERSION= 1.0.2 +PORTVERSION= 1.3.0 CATEGORIES= textproc rubygems MASTER_SITES= RG @@ -9,9 +9,13 @@ MAINTAINER= ruby@FreeBSD.org COMMENT= Yet-another-markdown-parser but fast, pure Ruby +LICENSE= MIT + +USE_RAKE= yes USE_RUBY= yes USE_RUBYGEMS= yes RUBYGEM_AUTOPLIST= yes + PLIST_FILES= bin/kramdown .include Index: distinfo =================================================================== --- distinfo (revision 337139) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (rubygem/kramdown-1.0.2.gem) = 730834b6d572ae67752f49e5670af51318a5da9a386ccbfd2a92ba29ec3a60dc -SIZE (rubygem/kramdown-1.0.2.gem) = 214528 +SHA256 (rubygem/kramdown-1.3.0.gem) = 1e9f3ca5e599bf956225b6bb098c480126fcfe29ed47c6b70e69262c23142c26 +SIZE (rubygem/kramdown-1.3.0.gem) = 224768 Index: pkg-descr =================================================================== --- pkg-descr (revision 337139) +++ pkg-descr (working copy) @@ -1,4 +1,11 @@ -kramdown is yet-another-markdown-parser but fast, pure Ruby, using a strict -syntax definition and supporting several common extensions. +kramdown is a free MIT-licensed Ruby library for parsing and converting a +superset of Markdown. It is completely written in Ruby, supports standard +Markdown (with some minor modifications) and various extensions that have +been made popular by the PHP Markdown Extra package and Maruku. -WWW: http://kramdown.rubyforge.org/ +It is probably the fastest pure-Ruby Markdown converter available +(March 2013), being about 4x faster than Maruku and about 5x faster than +BlueFeather. + + +WWW: http://kramdown.gettalong.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 12: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 54E642B4; Sat, 21 Dec 2013 12: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 2ABE411DF; Sat, 21 Dec 2013 12: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 rBLCU9MT083622; Sat, 21 Dec 2013 12: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 rBLCU8Lc083621; Sat, 21 Dec 2013 12:30:08 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 12:30:08 GMT Message-Id: <201312211230.rBLCU8Lc083621@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ruby@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185064: [PATCH]: textproc/rubygem-kramdown update to version 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 12:30:09 -0000 Synopsis: [PATCH]: textproc/rubygem-kramdown update to version 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->ruby Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 12: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=185064 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 13:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B72DEC20 for ; Sat, 21 Dec 2013 13: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 91049137C for ; Sat, 21 Dec 2013 13:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLD00S5089267 for ; Sat, 21 Dec 2013 13:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLD00RD089266; Sat, 21 Dec 2013 13:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 13:00:00 GMT Resent-Message-Id: <201312211300.rBLD00RD089266@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "A.J. \"Fonz\" van Werven" Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id ADA4BBF3 for ; Sat, 21 Dec 2013 12:55:58 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 7F2831367 for ; Sat, 21 Dec 2013 12:55: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 rBLCtve1086254 for ; Sat, 21 Dec 2013 12:55:57 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLCtvPH086242; Sat, 21 Dec 2013 12:55:57 GMT (envelope-from nobody) Message-Id: <201312211255.rBLCtvPH086242@oldred.freebsd.org> Date: Sat, 21 Dec 2013 12:55:57 GMT From: "A.J. \"Fonz\" van Werven" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185065: [x11/xlockmore] Install failure with GTK2 option - possible STAGING issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 13:00:00 -0000 >Number: 185065 >Category: ports >Synopsis: [x11/xlockmore] Install failure with GTK2 option - possible STAGING issue >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 Dec 21 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: A.J. "Fonz" van Werven >Release: 9.1-RELEASE-p6/amd64 >Organization: >Environment: >Description: The port x11/xlockmore builds but fails to install when the option GTK2 has been selected. A relevant snippet of the portmaster output can be found below. Most of it is still context, though. It's the "pkg-static: lstat(foo): No such file or directory" lines that suggest a STAGING issue. With the GTK2 option disabled, all is peachy again. Please note that the /rw/ prefix in the output below comes from my specific jail setup and is unlikely to be a factor (read: shouldn't be). [portmaster x11/xlockmore output] xglock BUILD COMPLETE ===> Staging for xlockmore-5.43 ===> Generating temporary packing list ./mkinstalldirs /rw/usr/ports/x11/xlockmore/work/stage/usr/local/bin install -s -o root -g wheel -m 555 -s -o root -m 4111 ../xlock/xlock /rw/usr/ports/x11/xlockmore/work/stage/usr/local/bin #mkdir -p /usr/local/lib/X11/xlock/modules #cp *.xlk /usr/local/lib/X11/xlock/modules #cp glx/*.xlk /usr/local/lib/X11/xlock/modules ./mkinstalldirs /rw/usr/ports/x11/xlockmore/work/stage/usr/local/man/man1 install -o root -g wheel -m 444 ../xlock/xlock.man /rw/usr/ports/x11/xlockmore/work/stage/usr/local/man/man1/xlock.1 ./mkinstalldirs /rw/usr/ports/x11/xlockmore/work/stage/usr/local/lib/X11/app-defaults install -o root -g wheel -m 444 ../xlock/XLock.ad /rw/usr/ports/x11/xlockmore/work/stage/usr/local/lib/X11/app-defaults/XLock install COMPLETE ./mkinstalldirs /rw/usr/ports/x11/xlockmore/work/stage/usr/local/bin install -s -o root -g wheel -m 555 xglock /rw/usr/ports/x11/xlockmore/work/stage/usr/local/bin ./mkinstalldirs /usr/local/share/xlock install -o root -g wheel -m 444 ../xglock/xglockrc /usr/local/share/xlock/xglockrc install_xglock COMPLETE ====> Compressing man pages (compress-man) ===> Installing for xlockmore-5.43 ===> Checking if x11/xlockmore already installed ===> Registering installation for xlockmore-5.43 pkg-static: lstat(/rw/usr/ports/x11/xlockmore/work/stage/usr/local/share/xlock/xglockrc): No such file or directory pkg-static: lstat(/rw/usr/ports/x11/xlockmore/work/stage/usr/local/share/xlock/): No such file or directory *** [fake-pkg] Error code 74 Stop in /rw/usr/ports/x11/xlockmore. *** [install] Error code 1 >How-To-Repeat: # cd /usr/ports/x11/xlockmore # make config [select the GTK2 option] # portmaster x11/xlockmore >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 13:00:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 70757C51; Sat, 21 Dec 2013 13: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 4572F137F; Sat, 21 Dec 2013 13:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLD08Es089398; Sat, 21 Dec 2013 13:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLD08Qr089397; Sat, 21 Dec 2013 13:00:08 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 13:00:08 GMT Message-Id: <201312211300.rBLD08Qr089397@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185065: [x11/xlockmore] Install failure with GTK2 option - possible STAGING issue X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 13:00:08 -0000 Synopsis: [x11/xlockmore] Install failure with GTK2 option - possible STAGING issue Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 13:00:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185065 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 13:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5CFF9133 for ; Sat, 21 Dec 2013 13: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 4730E14F7 for ; Sat, 21 Dec 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 rBLDK18G094391 for ; Sat, 21 Dec 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 rBLDK1sF094390; Sat, 21 Dec 2013 13:20:01 GMT (envelope-from gnats) Date: Sat, 21 Dec 2013 13:20:01 GMT Message-Id: <201312211320.rBLDK1sF094390@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/184893: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 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, 21 Dec 2013 13:20:01 -0000 The following reply was made to PR ports/184893; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184893: commit references a PR Date: Sat, 21 Dec 2013 13:16:32 +0000 (UTC) Author: mat Date: Sat Dec 21 13:16:19 2013 New Revision: 337144 URL: http://svnweb.freebsd.org/changeset/ports/337144 Log: MFH: r337139 - Fix build on -current - Support desktop-file-utils - Strip textroom binary PR: ports/184893 Submitted by: KATO Tsuguru Approved by: portmgr (implicit) Modified: branches/2014Q1/editors/textroom/Makefile branches/2014Q1/editors/textroom/files/patch-application_application.pro (contents, props changed) branches/2014Q1/editors/textroom/pkg-plist (contents, props changed) Directory Properties: branches/2014Q1/ (props changed) Modified: branches/2014Q1/editors/textroom/Makefile ============================================================================== --- branches/2014Q1/editors/textroom/Makefile Sat Dec 21 12:55:29 2013 (r337143) +++ branches/2014Q1/editors/textroom/Makefile Sat Dec 21 13:16:19 2013 (r337144) @@ -3,27 +3,32 @@ PORTNAME= textroom PORTVERSION= 0.8.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Full screen text editor -LIB_DEPENDS= libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ - libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 \ - libcurl.so:${PORTSDIR}/ftp/curl +LICENSE= GPLv3 -USES= qmake shared-mime-info +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libhunspell-1.3.so:${PORTSDIR}/textproc/hunspell \ + libxml++-2.6.so:${PORTSDIR}/textproc/libxml++26 + +USES= desktop-file-utils pkgconfig qmake +USE_GL= gl USE_SDL= mixer -USE_QT4= moc_build rcc_build uic_build corelib gui xml \ - svg opengl qt3support -QMAKE_ARGS= LOCALBASE=${LOCALBASE} +USE_QT4= moc_build rcc_build uic_build \ + corelib gui opengl qt3support svg xml post-patch: - @${REINPLACE_CMD} -e 's|/usr/share|${PREFIX}/share|' \ - ${WRKSRC}/application/src/textroom.cpp \ - ${WRKSRC}/application/src/getaword.cpp \ - ${WRKSRC}/application/src/optionsdialog.cpp +.for i in getaword.cpp optionsdialog.cpp textroom.cpp + @${REINPLACE_CMD} -e \ + 's|/usr/share|${PREFIX}/share|' ${WRKSRC}/application/src/${i} +.endfor + +post-install: + @${STRIP_CMD} ${STAGEDIR}/${PREFIX}/bin/textroom .include Modified: branches/2014Q1/editors/textroom/files/patch-application_application.pro ============================================================================== --- branches/2014Q1/editors/textroom/files/patch-application_application.pro Sat Dec 21 12:55:29 2013 (r337143) +++ branches/2014Q1/editors/textroom/files/patch-application_application.pro Sat Dec 21 13:16:19 2013 (r337144) @@ -1,14 +1,14 @@ --- application/application.pro.orig 2011-01-22 03:25:20.000000000 +0100 +++ application/application.pro 2011-02-10 21:37:18.000000000 +0100 -@@ -4,19 +4,20 @@ +@@ -4,20 +4,16 @@ src \ ui -linux-g++ { -+freebsd-g++ { ++unix { INCLUDEPATH += . \ src \ - src/include \ +- src/include \ - /usr/include \ - /usr/include/hunspell \ - /usr/include/libxml++-2.6 \ @@ -18,37 +18,41 @@ - /usr/lib/glib-2.0/include \ - /usr/lib/libxml++-2.6/include \ - /usr/include/SDL -+ $$LOCALBASE/include \ -+ $$LOCALBASE/include/hunspell \ -+ $$LOCALBASE/include/libxml++-2.6 \ -+ $$LOCALBASE/include//libxml++-2.6/include \ -+ $$LOCALBASE/include/glibmm-2.4 \ -+ $$LOCALBASE/lib/glibmm-2.4/include \ -+ $$LOCALBASE/include/glib-2.0 \ -+ $$LOCALBASE/lib/glib-2.0/include \ -+ $$LOCALBASE/lib/libxml++-2.6/include \ -+ $$LOCALBASE/include/SDL - +- ++ src/include ++ PKGCONFIG += \ ++ glib-2.0 \ ++ hunspell \ ++ libcurl \ ++ libxml++-2.6 \ ++ SDL_mixer } -@@ -85,7 +86,7 @@ + macx { +@@ -85,40 +81,33 @@ src/asciireporter.cpp RESOURCES += resource/textroom.qrc \ resource/images/icons-app.qrc -linux-g++ { -+freebsd-g++ { ++unix { CONFIG += release \ ++ link_pkgconfig \ build_all INSTALLS += data \ -@@ -98,27 +99,27 @@ + dict \ + target \ + desktop \ +- uninstaller \ + mime \ + words \ icon - LIBS = -lSDL_mixer \ - -lSDL \ +- LIBS = -lSDL_mixer \ +- -lSDL \ - -lhunspell \ -+ -lhunspell-1.3 \ - -lglibmm-2.4 \ - -lcurl \ - -lxml++-2.6 \ +- -lglibmm-2.4 \ +- -lcurl \ +- -lxml++-2.6 \ ++ LIBS = \ $$TOPDIR/lib/libflo.a - data.path = /usr/share/sounds + data.path = $$PREFIX/share/sounds @@ -68,8 +72,7 @@ + mime.path = $$PREFIX/share/textroom mime.files = resource/desktop/textroom-txr-mime.xml - uninstaller.path = /usr/bin -+ uninstaller.path = $$PREFIX/bin - uninstaller.files = resource/desktop/textroom-uninstall +- uninstaller.files = resource/desktop/textroom-uninstall - dict.path = /usr/share/hunspell + dict.path = $$PREFIX/share/hunspell dict.files = resource/dict/* Modified: branches/2014Q1/editors/textroom/pkg-plist ============================================================================== --- branches/2014Q1/editors/textroom/pkg-plist Sat Dec 21 12:55:29 2013 (r337143) +++ branches/2014Q1/editors/textroom/pkg-plist Sat Dec 21 13:16:19 2013 (r337144) @@ -1,13 +1,12 @@ bin/textroom -bin/textroom-uninstall share/applications/textroom.desktop -share/textroom/textroom-txr-mime.xml -share/textroom/words.txt share/hunspell/tr.aff share/hunspell/tr.dic share/pixmaps/textroom.png share/sounds/keyany.wav share/sounds/keyenter.wav +%%DATADIR%%/textroom-txr-mime.xml +%%DATADIR%%/words.txt +@dirrm %%DATADIR%% @dirrmtry share/sounds @dirrmtry share/hunspell -@dirrm share/textroom _______________________________________________ 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 Dec 21 13: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 E726F2F2 for ; Sat, 21 Dec 2013 13: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 C0BBB1608 for ; Sat, 21 Dec 2013 13: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 rBLDe0o3098122 for ; Sat, 21 Dec 2013 13: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 rBLDe0RZ098121; Sat, 21 Dec 2013 13:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 13:40:00 GMT Resent-Message-Id: <201312211340.rBLDe0RZ098121@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 043152E3 for ; Sat, 21 Dec 2013 13:37:41 +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 2F0B615FE for ; Sat, 21 Dec 2013 13:37:39 +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 rBLDbUgW066132 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 21 Dec 2013 19:37:30 +0600 (BDT) (envelope-from root@bofh.1asiacom.net) Received: (from root@localhost) by bofh.1asiacom.net (8.14.7/8.14.7/Submit) id rBLDbSEP066131; Sat, 21 Dec 2013 19:37:28 +0600 (BDT) (envelope-from root) Message-Id: <201312211337.rBLDbSEP066131@bofh.1asiacom.net> Date: Sat, 21 Dec 2013 19:37:28 +0600 (BDT) From: Muhammad Moinur Rahman <5u623l20@gmail.com> To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185066: [MAINTAINER] net/ntopng: Fix fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 13:40:01 -0000 >Number: 185066 >Category: ports >Synopsis: [MAINTAINER] net/ntopng: Fix fetch >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 Dec 21 13:40: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: [DESCRIBE CHANGES] - Fixinf additional data files fetch problems which is updated every now and then Generated with FreeBSD Port Tools 0.99_8 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- ntopng-1.1_1.patch begins here --- diff -ruN /usr/ports//net/ntopng/Makefile ./Makefile --- /usr/ports//net/ntopng/Makefile 2013-12-02 14:00:56.000000000 +0600 +++ ./Makefile 2013-12-21 19:36:16.000000000 +0600 @@ -3,6 +3,7 @@ PORTNAME= ntopng PORTVERSION= 1.1 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= SF/ntop/${PORTNAME}:source1 \ http://geolite.maxmind.com/download/geoip/database/:source2 \ @@ -26,6 +27,9 @@ libluajit-5.1.so:${PORTSDIR}/lang/luajit \ libzmq.so:${PORTSDIR}/devel/ntopng-zmq +IGNOREFILES= GeoLiteCity.dat.gz GeoLiteCityv6.dat.gz \ + GeoIPASNum.dat.gz GeoIPASNumv6.dat.gz + CPPFLAGS+= -I${LOCALBASE}/include/luajit-2.0 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes diff -ruN /usr/ports//net/ntopng/distinfo ./distinfo --- /usr/ports//net/ntopng/distinfo 2013-12-02 14:00:56.000000000 +0600 +++ ./distinfo 2013-12-21 05:56:25.000000000 +0600 @@ -1,10 +1,6 @@ SHA256 (ntopng-1.1_6932.tgz) = f9dbc621efa7354fa65d93d043dceabcfb55a7b56e83c87e3f6b8d2b75aeab31 SIZE (ntopng-1.1_6932.tgz) = 45064737 -SHA256 (GeoLiteCity.dat.gz) = b92dad48943b388e73e542b5f895850d4de4d78d8f3ecaaa85214bd46ded6930 -SIZE (GeoLiteCity.dat.gz) = 26285561 -SHA256 (GeoLiteCityv6.dat.gz) = 54745e189726fd79761b2fe22197221cdf5d501b81214343b990405a726a852d -SIZE (GeoLiteCityv6.dat.gz) = 10630112 -SHA256 (GeoIPASNum.dat.gz) = a4bb84c319bf3d9643e2a2c72c7bcded2aa7db5b76f07652c2fd653e751a59c8 -SIZE (GeoIPASNum.dat.gz) = 1913167 -SHA256 (GeoIPASNumv6.dat.gz) = b42f01f01bc8c21ba5f09b898981ce1358d0cbed2bab304708b293a4fa1226bf -SIZE (GeoIPASNumv6.dat.gz) = 2006882 +SHA256 (GeoLiteCity.dat.gz) = IGNORE +SHA256 (GeoLiteCityv6.dat.gz) = IGNORE +SHA256 (GeoIPASNum.dat.gz) = IGNORE +SHA256 (GeoIPASNumv6.dat.gz) = IGNORE --- ntopng-1.1_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 13:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6D070321; Sat, 21 Dec 2013 13: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 42C271609; Sat, 21 Dec 2013 13: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 rBLDe9Wa098254; Sat, 21 Dec 2013 13: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 rBLDe9Lw098253; Sat, 21 Dec 2013 13:40:09 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 13:40:09 GMT Message-Id: <201312211340.rBLDe9Lw098253@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185066: [MAINTAINER] net/ntopng: Fix fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 13:40:09 -0000 Synopsis: [MAINTAINER] net/ntopng: Fix fetch Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 13: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=185066 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 13:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9B73048A for ; Sat, 21 Dec 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 748C01683 for ; Sat, 21 Dec 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 rBLDo0Od000219 for ; Sat, 21 Dec 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 rBLDo0gB000218; Sat, 21 Dec 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 13:50:00 GMT Resent-Message-Id: <201312211350.rBLDo0gB000218@freefall.freebsd.org> 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 A25DA480 for ; Sat, 21 Dec 2013 13:48:06 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8BA00167D for ; Sat, 21 Dec 2013 13:48: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 rBLDm5Mn015055 for ; Sat, 21 Dec 2013 13:48:05 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLDm5aL015049; Sat, 21 Dec 2013 13:48:05 GMT (envelope-from nobody) Message-Id: <201312211348.rBLDm5aL015049@oldred.freebsd.org> Date: Sat, 21 Dec 2013 13:48:05 GMT From: Pavlo Greenberg To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185067: net-im/licq fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 13:50:00 -0000 >Number: 185067 >Category: ports >Synopsis: net-im/licq 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: Sat Dec 21 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pavlo Greenberg >Release: FreeBSD 10.0-PRERELEASE amd64 >Organization: >Environment: dog@dog:~> uname -a FreeBSD dog 10.0-PRERELEASE FreeBSD 10.0-PRERELEASE #0 r259079: Sat Dec 7 22:45:29 EET 2013 root@dog:/usr/obj/usr/src/sys/DOG amd64 >Description: I tried to execute "make -C /usr/ports/net-im/licq/ install" command and it fails with the following error: dog@dog:~> sudo make -C /usr/ports/net-im/licq/ install ===> License GPLv2 accepted by the user ===> Found saved configuration for licq-base-1.8.0_1 ===> licq-base-1.8.0_1 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by licq-base-1.8.0_1 for building ===> Extracting for licq-base-1.8.0_1 => SHA256 Checksum OK for licq-1.8.0.tar.bz2. ===> Patching for licq-base-1.8.0_1 ===> Applying FreeBSD patches for licq-base-1.8.0_1 ===> licq-base-1.8.0_1 depends on file: /usr/local/bin/cmake - found ===> licq-base-1.8.0_1 depends on shared library: libboost_regex.so - found ===> licq-base-1.8.0_1 depends on shared library: libintl.so - found ===> Configuring for licq-base-1.8.0_1 /usr/bin/sed -i.bak -e 's=!/bin/bash=!/usr/local/bin/bash=' /usr/ports/net-im/licq/work/licq-1.8.0/bin/sidclean.sh ===> Performing in-source build /bin/mkdir -p /usr/ports/net-im/licq/work/licq-1.8.0 -- The C compiler identification is Clang 3.3.0 -- The CXX compiler identification is Clang 3.3.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Looking for include file pthread.h -- Looking for include file pthread.h - found -- Found Threads: TRUE -- Boost version: 1.52.0 -- Found the following Boost libraries: -- regex -- Checking to see if CXX compiler accepts flag -Wall -- Checking to see if CXX compiler accepts flag -Wall - yes -- Checking to see if CXX compiler accepts flag -Wextra -- Checking to see if CXX compiler accepts flag -Wextra - yes -- Looking for getaddrinfo in socket -- Looking for getaddrinfo in socket - not found -- Looking for gethostbyname in nsl -- Looking for gethostbyname in nsl - not found -- Looking for readdir_r -- Looking for readdir_r - found -- Looking for backtrace -- Looking for backtrace - not found -- Looking for prctl -- Looking for prctl - not found -- Performing Test ICONV_HAVE_WERROR -- Performing Test ICONV_HAVE_WERROR - Success -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST -- Performing Test ICONV_SECOND_ARGUMENT_IS_CONST - Success -- Found Iconv: /usr/lib/libc.so -- Looking for dgettext -- Looking for dgettext - not found -- Looking for dgettext in /usr/local/lib/libintl.so -- Looking for dgettext in /usr/local/lib/libintl.so - found -- Looking for DH_free in crypto -- Looking for DH_free in crypto - found -- Found OpenSSL: /usr/lib/libssl.so;/usr/lib/libcrypto.so (found version "1.0.1e") -- No usable gpgme flavours found. -- Creating /usr/ports/net-im/licq/work/licq-1.8.0/include/licq/licqversion.h -- Found Doxygen: /usr/local/bin/doxygen (found version "1.8.3.1") -- Generating /usr/ports/net-im/licq/work/licq-1.8.0/Doxyfile -- Found Gettext: /usr/local/bin/msgmerge (found version "0.18.3") -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: CMAKE_C_FLAGS_DEBUG CMAKE_MODULE_LINKER_FLAGS CMAKE_SHARED_LINKER_FLAGS -- Build files have been written to: /usr/ports/net-im/licq/work/licq-1.8.0 ===> Building for licq-base-1.8.0_1 Scanning dependencies of target gtest [ 1%] Building CXX object 3rdparty/gtest/CMakeFiles/gtest.dir/src/gtest-all.cc.o c++: warning: -Wl,--export-dynamic: 'linker' input unused c++: warning: -Wl,--export-dynamic: 'linker' input unused In file included from /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/src/gtest-all.cc:39: In file included from /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest.h:61: In file included from /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-param-test.h:192: In file included from /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/internal/gtest-param-util.h:47: /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:497:34: error: no member named 'tr1' in namespace 'std' inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { ~~~~~~~^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:497:44: error: expected ')' inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:497:20: note: to match this '(' inline void PrintTo(const ::std::tr1::tuple<>& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:498:16: error: use of undeclared identifier 't' PrintTupleTo(t, os); ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:502:27: error: no member named 'tr1' in namespace 'std' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ~~~~~~~^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:502:37: error: expected ')' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:502:13: note: to match this '(' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:503:16: error: use of undeclared identifier 't' PrintTupleTo(t, os); ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:507:27: error: no member named 'tr1' in namespace 'std' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ~~~~~~~^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:507:37: error: expected ')' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:507:13: note: to match this '(' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:508:16: error: use of undeclared identifier 't' PrintTupleTo(t, os); ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:512:27: error: no member named 'tr1' in namespace 'std' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ~~~~~~~^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:512:37: error: expected ')' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:512:13: note: to match this '(' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:513:16: error: use of undeclared identifier 't' PrintTupleTo(t, os); ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:517:27: error: no member named 'tr1' in namespace 'std' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ~~~~~~~^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:517:37: error: expected ')' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:517:13: note: to match this '(' void PrintTo(const ::std::tr1::tuple& t, ::std::ostream* os) { ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:518:16: error: use of undeclared identifier 't' PrintTupleTo(t, os); ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:522:27: error: no member named 'tr1' in namespace 'std' void PrintTo(const ::std::tr1::tuple& t, ~~~~~~~^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:522:37: error: expected ')' void PrintTo(const ::std::tr1::tuple& t, ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:522:13: note: to match this '(' void PrintTo(const ::std::tr1::tuple& t, ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:524:16: error: use of undeclared identifier 't' PrintTupleTo(t, os); ^ /usr/ports/net-im/licq/work/licq-1.8.0/3rdparty/gtest/include/gtest/gtest-printers.h:529:27: error: no member named 'tr1' in namespace 'std' void PrintTo(const ::std::tr1::tuple& t, ~~~~~~~^ fatal error: too many errors emitted, stopping now [-ferror-limit=] 20 errors generated. *** Error code 1 Stop. make[4]: stopped in /usr/ports/net-im/licq/work/licq-1.8.0 *** Error code 1 Stop. make[3]: stopped in /usr/ports/net-im/licq/work/licq-1.8.0 *** Error code 1 Stop. make[2]: stopped in /usr/ports/net-im/licq/work/licq-1.8.0 *** Error code 1 Stop. make[1]: stopped in /usr/ports/net-im/licq *** Error code 1 Stop. make: stopped in /usr/ports/net-im/licq >How-To-Repeat: Execute "make -C /usr/ports/net-im/licq/ install" command >Fix: I have no idea >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 13: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 984B64C1; Sat, 21 Dec 2013 13: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 6E27B1684; Sat, 21 Dec 2013 13: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 rBLDo9sG000354; Sat, 21 Dec 2013 13: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 rBLDo9k3000353; Sat, 21 Dec 2013 13:50:09 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 13:50:09 GMT Message-Id: <201312211350.rBLDo9k3000353@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185067: net-im/licq fails to build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 13:50:09 -0000 Synopsis: net-im/licq fails to build Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 13: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=185067 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 14: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 2574AA69 for ; Sat, 21 Dec 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 DB53217A4 for ; Sat, 21 Dec 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 rBLEA1ls004607 for ; Sat, 21 Dec 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 rBLEA1Tf004606; Sat, 21 Dec 2013 14:10:01 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 14:10:01 GMT Resent-Message-Id: <201312211410.rBLEA1Tf004606@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "O. Hartmann" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CE4FF920 for ; Sat, 21 Dec 2013 14:00:12 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id BB4561720 for ; Sat, 21 Dec 2013 14:00: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 rBLE0B2d062579 for ; Sat, 21 Dec 2013 14:00:11 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLE0BZD062559; Sat, 21 Dec 2013 14:00:11 GMT (envelope-from nobody) Message-Id: <201312211400.rBLE0BZD062559@oldred.freebsd.org> Date: Sat, 21 Dec 2013 14:00:11 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185068: databases/pgadmin3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 14:10:02 -0000 >Number: 185068 >Category: ports >Synopsis: databases/pgadmin3 >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 Dec 21 14:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 11.0-CURRENT/amd64 >Organization: FU Berlin >Environment: 11.0-CURRENT FreeBSD 11.0-CURRENT #0 r259676: Sat Dec 21 11:23:16 CET 2013 amd64 >Description: Port databases/pgadmion3 does not install /usr/local/bin/pgadmin3 anymore! The curious thing is that I used the client in conjunction with databases/postgresql-server-9.0.3 for a while now and it worked (to be precise - I used the client two days ago). But with th last update of ports/world today, /usr/local/bin/pgadmin3 vanished! I tried reinstalling database/pgadmin3 without success. The software remains lost. >How-To-Repeat: Install/reinstall databases/pgadmin3 on motsrecent FreeBSD 11.0-CURRENT and with most recent ports tree up-to-date. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 14: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 97A9DA96; Sat, 21 Dec 2013 14: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 6DDE4180C; Sat, 21 Dec 2013 14: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 rBLEA9GR004691; Sat, 21 Dec 2013 14: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 rBLEA9Wk004690; Sat, 21 Dec 2013 14:10:09 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 14:10:09 GMT Message-Id: <201312211410.rBLEA9Wk004690@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, fjoe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185068: databases/pgadmin3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 14:10:09 -0000 Synopsis: databases/pgadmin3 Responsible-Changed-From-To: freebsd-ports-bugs->fjoe Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 14:10:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185068 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 14:13:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 06857AE2; Sat, 21 Dec 2013 14:13:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id CF56B1821; Sat, 21 Dec 2013 14:13: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 rBLEDRxt007307; Sat, 21 Dec 2013 14:13:27 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLEDR75007306; Sat, 21 Dec 2013 14:13:27 GMT (envelope-from pawel) Date: Sat, 21 Dec 2013 14:13:27 GMT Message-Id: <201312211413.rBLEDR75007306@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184896: databases/dbf: Fix build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 14:13:28 -0000 Synopsis: databases/dbf: Fix build Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sat Dec 21 14:13:27 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184896 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 14:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id AF63AD42 for ; Sat, 21 Dec 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 8675418C4 for ; Sat, 21 Dec 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 rBLEU0uP009421 for ; Sat, 21 Dec 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 rBLEU0Fi009420; Sat, 21 Dec 2013 14:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 14:30:00 GMT Resent-Message-Id: <201312211430.rBLEU0Fi009420@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tijl Coosemans Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 33B3CC54 for ; Sat, 21 Dec 2013 14:27:47 +0000 (UTC) Received: from mailrelay002.isp.belgacom.be (mailrelay002.isp.belgacom.be [195.238.6.175]) by mx1.freebsd.org (Postfix) with ESMTP id C2CAC18B2 for ; Sat, 21 Dec 2013 14:27:46 +0000 (UTC) Received: from 66.130-241-81.adsl-dyn.isp.belgacom.be (HELO kalimero.tijl.coosemans.org) ([81.241.130.66]) by relay.skynet.be with ESMTP; 21 Dec 2013 15:27:37 +0100 Received: from kalimero.tijl.coosemans.org (kalimero.tijl.coosemans.org [127.0.0.1]) by kalimero.tijl.coosemans.org (8.14.7/8.14.7) with ESMTP id rBLERbaX018182 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 21 Dec 2013 15:27:38 +0100 (CET) (envelope-from tijl@kalimero.tijl.coosemans.org) Received: (from tijl@localhost) by kalimero.tijl.coosemans.org (8.14.7/8.14.7/Submit) id rBLERbkQ018181; Sat, 21 Dec 2013 15:27:37 +0100 (CET) (envelope-from tijl) Message-Id: <201312211427.rBLERbkQ018181@kalimero.tijl.coosemans.org> Date: Sat, 21 Dec 2013 15:27:37 +0100 (CET) From: Tijl Coosemans To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185069: [patch] math/superlu_mt: USES=fortran + misc changes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Tijl Coosemans List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 14:30:00 -0000 >Number: 185069 >Category: ports >Synopsis: [patch] math/superlu_mt: USES=fortran + misc changes >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 Dec 21 14:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tijl Coosemans >Release: FreeBSD 11.0-CURRENT i386 >Organization: >Environment: >Description: - Convert USE_FORTRAN and USE_GMAKE to USES=fortran gmake. - Let the port respect CPPFLAGS and LDFLAGS. USES=fortran only sets the Fortran compiler so the base system compiler is still used for C/C++. This means ports need to respect LDFLAGS to be able to find the gfortran runtime libraries. >How-To-Repeat: >Fix: --- superlu_mt.patch begins here --- Index: math/superlu_mt/Makefile =================================================================== --- math/superlu_mt/Makefile (revision 337128) +++ math/superlu_mt/Makefile (working copy) @@ -17,8 +17,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= bf@FreeBSD.org COMMENT= Routines for performing multithreaded sparse factorization -USE_FORTRAN= yes -USE_GMAKE= yes +USES= fortran gmake NO_STAGE= yes .include @@ -71,8 +70,10 @@ post-patch: ${CP} -r ${WRKSRC} ${WRKSRC_SHARED} @${REINPLACE_CMD} -e 's+%%BLAS%%+-L${LOCALBASE}/lib ${BLAS}+ ; \ s+%%CC%%+${CC}+; s+%%FC%%+${FC}+; \ + s+%%CPPFLAGS%%+${CPPFLAGS}+; \ s+%%CFLAGS%%+${CFLAGS}+; \ s+%%FFLAGS%%+${FFLAGS}+; \ + s+%%LDFLAGS%%+${LDFLAGS}+; \ s+%%FPIC%%++; \ s+%%PTHREAD_CFLAGS%%+${PTHREAD_CFLAGS}+ ; \ s+%%PTHREAD_LIBS%%+${PTHREAD_LIBS}+ ' \ @@ -80,8 +81,10 @@ post-patch: @${REINPLACE_CMD} -e 's+%%BLAS%%+-L${LOCALBASE}/lib ${BLAS}+ ; \ s+%%CC%%+${CC}+; s+%%FC%%+${FC}+; \ + s+%%CPPFLAGS%%+${CPPFLAGS}+; \ s+%%CFLAGS%%+${CFLAGS} ${FPIC}+; \ s+%%FFLAGS%%+${FFLAGS} ${FPIC}+; \ + s+%%LDFLAGS%%+${LDFLAGS}+; \ s+%%FPIC%%+${FPIC}+; \ s+%%PTHREAD_CFLAGS%%+${PTHREAD_CFLAGS}+ ; \ s+%%PTHREAD_LIBS%%+${PTHREAD_LIBS}+ ' \ Property changes on: math/superlu_mt/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 Index: math/superlu_mt/files/patch-make.inc =================================================================== --- math/superlu_mt/files/patch-make.inc (revision 337128) +++ math/superlu_mt/files/patch-make.inc (working copy) @@ -41,11 +41,11 @@ -LOADER = xlc_r -LOADOPTS = -bmaxdata:0x80000000 +CC = %%CC%% -+CFLAGS = $(PREDEFS) %%CFLAGS%% %%PTHREAD_CFLAGS%% -+FORTRAN = %%FC%% ++CFLAGS = $(PREDEFS) %%CPPFLAGS%% %%CFLAGS%% %%PTHREAD_CFLAGS%% ++FORTRAN = %%FC%% +FFLAGS = %%FFLAGS%% -+LOADER = %%FC%% -+LOADOPTS = -O ++LOADER = %%CC%% ++LOADOPTS = %%LDFLAGS%% +NOOPTS = %%FPIC%% # # C preprocessor defs for compilation for the Fortran interface Property changes on: math/superlu_mt/files/patch-make.inc ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property --- superlu_mt.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 14:30:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 75983D74; Sat, 21 Dec 2013 14: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 4B0C718C8; Sat, 21 Dec 2013 14:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLEU8KR009554; Sat, 21 Dec 2013 14:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLEU8MO009553; Sat, 21 Dec 2013 14:30:08 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 14:30:08 GMT Message-Id: <201312211430.rBLEU8MO009553@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bf@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185069: [patch] math/superlu_mt: USES=fortran + misc changes X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 14:30:08 -0000 Synopsis: [patch] math/superlu_mt: USES=fortran + misc changes Responsible-Changed-From-To: freebsd-ports-bugs->bf Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 14: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=185069 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 14:45:21 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28E4369; Sat, 21 Dec 2013 14:45:21 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F0F001A02; Sat, 21 Dec 2013 14:45: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 rBLEjKQj013323; Sat, 21 Dec 2013 14:45:20 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLEjKKr013322; Sat, 21 Dec 2013 14:45:20 GMT (envelope-from pawel) Date: Sat, 21 Dec 2013 14:45:20 GMT Message-Id: <201312211445.rBLEjKKr013322@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/184897: devel/pcre++: Fix build with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 14:45:21 -0000 Synopsis: devel/pcre++: Fix build with clang Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Sat Dec 21 14:45:20 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=184897 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 17: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 0465DAAA for ; Sat, 21 Dec 2013 17: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 D36ED136C for ; Sat, 21 Dec 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 rBLHU0Ud046210 for ; Sat, 21 Dec 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 rBLHU0t2046209; Sat, 21 Dec 2013 17:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 17:30:00 GMT Resent-Message-Id: <201312211730.rBLHU0t2046209@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01B7BA8E for ; Sat, 21 Dec 2013 17:26: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 C81CA135C for ; Sat, 21 Dec 2013 17:26:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLHQtnW046122 for ; Sat, 21 Dec 2013 17:26:55 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLHQtpZ046121; Sat, 21 Dec 2013 17:26:55 GMT (envelope-from ohauer) Message-Id: <201312211726.rBLHQtpZ046121@freefall.freebsd.org> Date: Sat, 21 Dec 2013 17:26:55 GMT From: To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185072: [patch] databases/p5-DBI report full $VERSION string (1.63 -> 1.630) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 17:30:01 -0000 >Number: 185072 >Category: ports >Synopsis: [patch] databases/p5-DBI report full $VERSION string (1.63 -> 1.630) >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: Sat Dec 21 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: ohauer >Release: >Organization: >Environment: >Description: Bugzilla checksetup fails since the module reports only version 1.63 because during `$VERSION = eval $VERSION` the trailing 0 is stripped With the fix version 1.630 is reported. There is already an open PR upstream but it seems the PR is ignored ... https://rt.cpan.org/Public/Bug/Display.html?id=90142 >How-To-Repeat: run checksetup with and without the patch without fix: Checking for DBI (v1.614) found v1.63 ... checksetup failed with fix: Checking for DBI (v1.614) ok: found v1.630 >Fix: --- patch_p5-DBI begins here --- Index: databases/p5-DBI/Makefile =================================================================== --- databases/p5-DBI/Makefile (revision 337155) +++ databases/p5-DBI/Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= DBI PORTVERSION= 1.630 +PORTREVISION= 1 CATEGORIES= databases perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- Index: databases/p5-DBI/files/patch-DBI.pm =================================================================== --- databases/p5-DBI/files/patch-DBI.pm (revision 0) +++ databases/p5-DBI/files/patch-DBI.pm (working copy) @@ -0,0 +1,11 @@ +--- ./DBI.pm.orig 2013-12-21 17:41:02.000000000 +0100 ++++ ./DBI.pm 2013-12-21 17:41:31.000000000 +0100 +@@ -12,7 +12,7 @@ + + BEGIN { + our $XS_VERSION = our $VERSION = "1.630"; # ==> ALSO update the version in the pod text below! +-$VERSION = eval $VERSION; ++$VERSION = eval '$VERSION'; + } + + =head1 NAME Property changes on: databases/p5-DBI/files/patch-DBI.pm ___________________________________________________________________ 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 --- patch_p5-DBI ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 17: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 2E57AADE; Sat, 21 Dec 2013 17: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 03CB913B3; Sat, 21 Dec 2013 17: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 rBLHU8xq047921; Sat, 21 Dec 2013 17: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 rBLHU8aK047920; Sat, 21 Dec 2013 17:30:08 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 17:30:08 GMT Message-Id: <201312211730.rBLHU8aK047920@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185072: [patch] databases/p5-DBI report full $VERSION string (1.63 -> 1.630) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 17:30:09 -0000 Synopsis: [patch] databases/p5-DBI report full $VERSION string (1.63 -> 1.630) Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 17: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=185072 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 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 64413792 for ; Sat, 21 Dec 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 4D5F117D2 for ; Sat, 21 Dec 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 rBLIK1Ew060084 for ; Sat, 21 Dec 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 rBLIK1Gg060083; Sat, 21 Dec 2013 18:20:01 GMT (envelope-from gnats) Date: Sat, 21 Dec 2013 18:20:01 GMT Message-Id: <201312211820.rBLIK1Gg060083@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "A.J. 'Fonz' van Werven" Subject: Re: ports/184546: New port: misc/fortune-mod-offensive The "offensive" fortunes that got removed from base in FreeBSD 10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: "A.J. 'Fonz' van Werven" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 18:20:01 -0000 The following reply was made to PR ports/184546; it has been noted by GNATS. From: "A.J. 'Fonz' van Werven" To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/184546: New port: misc/fortune-mod-offensive The "offensive" fortunes that got removed from base in FreeBSD 10 Date: Sat, 21 Dec 2013 19:16:06 +0100 --GRPZ8SYKNexpdSJ7 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable This PR can be put on hold, pending a current discussion about merging all fortune ports into one. --=20 I'm not completely useless, I can be used as a bad example. --GRPZ8SYKNexpdSJ7 Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (FreeBSD) iQIcBAEBAgAGBQJStdrmAAoJEAfP7gJTaCe862MP/AsBacbnNeEhAr4v7hWw2R9+ QLkSgPXxBSwGeuMdzIi24leFr8KPnuDSv7zgA3BfkU4hdoucigvLR4C11xh2dx5v kNoWvXEF1WbJINA5HAfoAXn4vdrgzpXE0f8DQe1ERPFNtSpcLTdgXmQeY/+syF26 uHYmZDSNxj+SmtjBcNpQjJjd1z4EGjFwkpLm6ekWHx9Nfcy916Kd8Zz153KB6Krh 3kuht3PBnI/F0PhFmhKQuVHvurhXpHuEGRi2iUPsvhxTzOYdW8ClujqcMFwtXlut p8yP4wGYKNHQE0p7h8xRbgPe7OZfFZV1X34LoLtiqK5bdUQOafiV1L9K7qGY+AR/ fsEzK7YUMSb0j0R2TEK/YLN/9PrKI2ZfG+k6mqzpEO+d41Fmtoy8ys/P5EW73iaM e8VL8XifBAmCrxenioJsoX9lNzqFM5AxeP3Q8+V5PUNieJxvBCkBPGF8Yxi25f5S ez7PImWC0hwdX7kaU8TMq97EZHwq8QiqnA5ElLO2IEJEkPa3Yr34/HUs1lZH11To 0bh8Q9mG9xTr9CpD414X/oMmkEFkLn0k3dN/vhltF+krNAFAqOSYyw2zV7jMVGCm 8QI7PjNbLI9QHIy7m8lVBCEriWG6liWlK27eonAKIKonX0Snx4hqg4J0ZanL/9VZ bL5ctYxjLAC3divKBQX3 =DaiZ -----END PGP SIGNATURE----- --GRPZ8SYKNexpdSJ7-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 18: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 612D5796 for ; Sat, 21 Dec 2013 18: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 3EB6717D6 for ; Sat, 21 Dec 2013 18:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLIK1EI060095 for ; Sat, 21 Dec 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 rBLIK1Hv060094; Sat, 21 Dec 2013 18:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 18:20:01 GMT Resent-Message-Id: <201312211820.rBLIK1Hv060094@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kurt Jaeger Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 72DB0762; Sat, 21 Dec 2013 18:18:54 +0000 (UTC) Received: from f10.opsec.eu (f10.opsec.eu [IPv6:2001:14f8:200:4::2]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2CDF917B8; Sat, 21 Dec 2013 18:18:53 +0000 (UTC) Received: from pi by f10.opsec.eu with local (Exim 4.82 (FreeBSD)) (envelope-from ) id 1VuR8R-0007zw-QZ; Sat, 21 Dec 2013 19:18:47 +0100 Message-Id: Date: Sat, 21 Dec 2013 19:18:47 +0100 From: Kurt Jaeger To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/185073: [new port] devel/p5-CBOR-XS Cc: schmorp@schmorp.de, wg@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list Reply-To: Kurt Jaeger List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 18:20:02 -0000 >Number: 185073 >Category: ports >Synopsis: [new port] devel/p5-CBOR-XS >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 Dec 21 18:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kurt Jaeger >Release: FreeBSD 10.0-RC2 amd64 >Organization: - >Environment: System: FreeBSD f10.opsec.eu 10.0-RC2 FreeBSD 10.0-RC2 #0 r259404: Sun Dec 15 08:18:20 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: This module converts Perl data structures to the Concise Binary Object Representation (CBOR, RFC7049) and vice versa. shar also available from http://opsec.eu/backup/cbor.shar >How-To-Repeat: - >Fix: #!/bin/sh # This is a shell archive echo x devel/p5-CBOR-XS mkdir -p devel/p5-CBOR-XS > /dev/null 2>&1 echo x devel/p5-CBOR-XS/distinfo sed 's/^X//' > devel/p5-CBOR-XS/distinfo << 'SHAR_END' XSHA256 (CBOR-XS-1.2.tar.gz) = ce7dd8245cb791c8c88e88551a8c2536b423829405c303c9b1efd014d00139eb XSIZE (CBOR-XS-1.2.tar.gz) = 61608 SHAR_END echo x devel/p5-CBOR-XS/pkg-descr sed 's/^X//' > devel/p5-CBOR-XS/pkg-descr << 'SHAR_END' XThis module converts Perl data structures to the Concise Binary XObject Representation (CBOR, RFC7049) and vice versa. X XWWW: http://search.cpan.org/dist/CBOR-XS/ SHAR_END echo x devel/p5-CBOR-XS/pkg-plist sed 's/^X//' > devel/p5-CBOR-XS/pkg-plist << 'SHAR_END' X%%SITE_PERL%%/%%PERL_ARCH%%/CBOR/XS.pm X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CBOR/XS/.packlist X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CBOR/XS/XS.bs X%%SITE_PERL%%/%%PERL_ARCH%%/auto/CBOR/XS/XS.so X%%PERL5_MAN3%%/CBOR::XS.3.gz X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/CBOR X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CBOR/XS X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CBOR X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto X@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%% X@dirrmtry %%PERL5_MAN3%% X@dirrmtry %%SITE_PERL%% SHAR_END echo x devel/p5-CBOR-XS/Makefile sed 's/^X//' > devel/p5-CBOR-XS/Makefile << 'SHAR_END' X# Created by: Kurt Jaeger X# $FreeBSD$ X XPORTNAME= CBOR-XS XPORTVERSION= 1.2 XCATEGORIES= devel perl5 XMASTER_SITES= CPAN XPKGNAMEPREFIX= p5- X XMAINTAINER= fbsd-ports@opsec.eu XCOMMENT= Perl does Concise Binary Object Representation (CBOR, RFC7049) X XUSES= perl5 XUSE_PERL5= configure X XLICENSE= GPLv3 X X.include SHAR_END exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 18:20:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 02BEC7F1; Sat, 21 Dec 2013 18:20: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 CBB5117E2; Sat, 21 Dec 2013 18:20:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLIKHxi060177; Sat, 21 Dec 2013 18:20:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLIKHwa060176; Sat, 21 Dec 2013 18:20:17 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 18:20:17 GMT Message-Id: <201312211820.rBLIKHwa060176@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wg@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185073: [new port] devel/p5-CBOR-XS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 18:20:18 -0000 Synopsis: [new port] devel/p5-CBOR-XS Responsible-Changed-From-To: freebsd-ports-bugs->wg Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 18:20:17 UTC 2013 Responsible-Changed-Why: wg@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185073 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 19: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 3043BAC1 for ; Sat, 21 Dec 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 0872F1E18 for ; Sat, 21 Dec 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 rBLJo0Ac078077 for ; Sat, 21 Dec 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 rBLJo0Wd078076; Sat, 21 Dec 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 19:50:00 GMT Resent-Message-Id: <201312211950.rBLJo0Wd078076@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E0FDC9C4 for ; Sat, 21 Dec 2013 19:46:12 +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 B7C2C1E01 for ; Sat, 21 Dec 2013 19:46:12 +0000 (UTC) Received: by mail-pb0-f43.google.com with SMTP id rq2so3925839pbb.2 for ; Sat, 21 Dec 2013 11:46:12 -0800 (PST) Received: from www.joehorn.idv.tw (ec2-54-215-150-136.us-west-1.compute.amazonaws.com. [54.215.150.136]) by mx.google.com with ESMTPSA id wp8sm23114199pbc.26.2013.12.21.11.46.10 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 21 Dec 2013 11:46:11 -0800 (PST) Received: by www.joehorn.idv.tw (Postfix, from userid 0) id 01597172E7; Sun, 22 Dec 2013 03:49:30 +0800 (CST) Message-Id: <20131221194931.01597172E7@www.joehorn.idv.tw> Date: Sun, 22 Dec 2013 03:49:30 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185075: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 19:50:01 -0000 >Number: 185075 >Category: ports >Synopsis: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Taiwanese user >Environment: System: FreeBSD www.joehorn.idv.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Thu Dec 13 20:04:15 UTC 2012 >Description: - Update to 3.8 Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- wordpress-zh_TW-3.8.patch begins here --- diff -ruN /usr/ports/chinese/wordpress-zh_TW/Makefile ./Makefile --- /usr/ports/chinese/wordpress-zh_TW/Makefile 2013-12-22 03:48:11.000000000 +0800 +++ ./Makefile 2013-12-22 03:48:42.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: chinese/wordpress-zh_TW/Makefile 332234 2013-10-31 12:44:20Z sunpoet $ PORTNAME= wordpress -PORTVERSION= 3.7.1 +PORTVERSION= 3.8 CATEGORIES= chinese www MASTER_SITES= http://tw.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ diff -ruN /usr/ports/chinese/wordpress-zh_TW/distinfo ./distinfo --- /usr/ports/chinese/wordpress-zh_TW/distinfo 2013-12-22 03:48:21.000000000 +0800 +++ ./distinfo 2013-12-22 03:48:49.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.7.1-zh_TW.tar.gz) = a9768b4ea5b36e32e8a614c74e906c19efb6d3ba3f978153b8830c806f3af56d -SIZE (wordpress-3.7.1-zh_TW.tar.gz) = 4983382 +SHA256 (wordpress-3.8-zh_TW.tar.gz) = e084d96d11f03cb4859a5a422a61b5a969b25893b12dc8e98285adafd9ec9601 +SIZE (wordpress-3.8-zh_TW.tar.gz) = 6260721 --- wordpress-zh_TW-3.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 19: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 DE723ABF for ; Sat, 21 Dec 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 B64C41E16 for ; Sat, 21 Dec 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 rBLJo0jX078066 for ; Sat, 21 Dec 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 rBLJo0YO078065; Sat, 21 Dec 2013 19:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 19:50:00 GMT Resent-Message-Id: <201312211950.rBLJo0YO078065@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Joe Horn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 927F79B0 for ; Sat, 21 Dec 2013 19:44:17 +0000 (UTC) Received: from mail-pa0-x230.google.com (mail-pa0-x230.google.com [IPv6:2607:f8b0:400e:c03::230]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 692E01DF3 for ; Sat, 21 Dec 2013 19:44:17 +0000 (UTC) Received: by mail-pa0-f48.google.com with SMTP id rd3so3938469pab.7 for ; Sat, 21 Dec 2013 11:44:17 -0800 (PST) Received: from www.joehorn.idv.tw (ec2-54-215-150-136.us-west-1.compute.amazonaws.com. [54.215.150.136]) by mx.google.com with ESMTPSA id qv8sm23098514pbc.31.2013.12.21.11.44.15 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 21 Dec 2013 11:44:15 -0800 (PST) Received: by www.joehorn.idv.tw (Postfix, from userid 0) id F0CF7172E7; Sun, 22 Dec 2013 03:47:34 +0800 (CST) Message-Id: <20131221194734.F0CF7172E7@www.joehorn.idv.tw> Date: Sun, 22 Dec 2013 03:47:34 +0800 (CST) From: Joe Horn To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/185074: [MAINTAINER] chinese/wordpress-zh_CN: update to 3.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 19:50:01 -0000 >Number: 185074 >Category: ports >Synopsis: [MAINTAINER] chinese/wordpress-zh_CN: update to 3.8 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 21 19:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Joe Horn >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Taiwanese user >Environment: System: FreeBSD www.joehorn.idv.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Thu Dec 13 20:04:15 UTC 2012 >Description: - Update to 3.8 Generated with FreeBSD Port Tools 0.99_11 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- wordpress-zh_CN-3.8.patch begins here --- diff -ruN /usr/ports/chinese/wordpress-zh_CN/Makefile ./Makefile --- /usr/ports/chinese/wordpress-zh_CN/Makefile 2013-10-31 20:44:53.000000000 +0800 +++ ./Makefile 2013-12-22 03:46:13.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: chinese/wordpress-zh_CN/Makefile 332235 2013-10-31 12:44:53Z sunpoet $ PORTNAME= wordpress -PORTVERSION= 3.7.1 +PORTVERSION= 3.8 CATEGORIES= chinese www MASTER_SITES= http://cn.wordpress.org/ \ http://mirror.joehorn.idv.tw/wordpress/ diff -ruN /usr/ports/chinese/wordpress-zh_CN/distinfo ./distinfo --- /usr/ports/chinese/wordpress-zh_CN/distinfo 2013-10-31 20:44:53.000000000 +0800 +++ ./distinfo 2013-12-22 03:46:23.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (wordpress-3.7.1-zh_CN.tar.gz) = 0f7a76146f3764828169906c263cf7e20263c2e0b9a9c8567ae55e872f7997bc -SIZE (wordpress-3.7.1-zh_CN.tar.gz) = 5015896 +SHA256 (wordpress-3.8-zh_CN.tar.gz) = 8d0f63d987453f563e12bef9903c4cf9369561ce5674e70cd9fda45467361692 +SIZE (wordpress-3.8-zh_CN.tar.gz) = 6284890 --- wordpress-zh_CN-3.8.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 19: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 E9975AEE; Sat, 21 Dec 2013 19: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 BFAE61E19; Sat, 21 Dec 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 rBLJo85N078209; Sat, 21 Dec 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 rBLJo8X8078208; Sat, 21 Dec 2013 19:50:08 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 19:50:08 GMT Message-Id: <201312211950.rBLJo8X8078208@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185075: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 19:50:09 -0000 Synopsis: [MAINTAINER] chinese/wordpress-zh_TW: update to 3.8 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 19: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=185075 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 19:50: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 0AC15B1D; Sat, 21 Dec 2013 19: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 D4A931E1B; Sat, 21 Dec 2013 19:50: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 rBLJoDTa078291; Sat, 21 Dec 2013 19:50:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLJoDwJ078290; Sat, 21 Dec 2013 19:50:13 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 19:50:13 GMT Message-Id: <201312211950.rBLJoDwJ078290@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, sunpoet@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185074: [MAINTAINER] chinese/wordpress-zh_CN: update to 3.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 19:50:14 -0000 Synopsis: [MAINTAINER] chinese/wordpress-zh_CN: update to 3.8 Responsible-Changed-From-To: freebsd-ports-bugs->sunpoet Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 19:50:13 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=185074 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 20: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 08FD0EB7 for ; Sat, 21 Dec 2013 20: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 D6FD61F44 for ; Sat, 21 Dec 2013 20:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLKA0Hj082074 for ; Sat, 21 Dec 2013 20:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLKA0e6082073; Sat, 21 Dec 2013 20:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 20:10:00 GMT Resent-Message-Id: <201312212010.rBLKA0e6082073@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Anton Sayetsky Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id CBC5DD59 for ; Sat, 21 Dec 2013 20:02:58 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B70471F05 for ; Sat, 21 Dec 2013 20:02: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 rBLK2wIt058256 for ; Sat, 21 Dec 2013 20:02:58 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLK2wQT058248; Sat, 21 Dec 2013 20:02:58 GMT (envelope-from nobody) Message-Id: <201312212002.rBLK2wQT058248@oldred.freebsd.org> Date: Sat, 21 Dec 2013 20:02:58 GMT From: Anton Sayetsky To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185076: multimedia/vlc: volume level doesn't saved & restored X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 20:10:01 -0000 >Number: 185076 >Category: ports >Synopsis: multimedia/vlc: volume level doesn't saved & restored >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 Dec 21 20:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Anton Sayetsky >Release: FreeBSD 9.2-RELEASE-p2 amd64 >Organization: >Environment: FreeBSD jnb.localdomain 9.2-RELEASE-p2 FreeBSD 9.2-RELEASE-p2 #0 r259302: Fri Dec 13 17:15:57 EET 2013 root@jnb.localdomain:/usr/obj/mnt/sysimage/usr/src/sys/JNB amd64 jason@jnb:~$ pkg_info -rR vlc\* Information for vlc-2.1.2,4: Depends on: Dependency: xproto-7.0.25 Dependency: xineramaproto-1.2.1 Dependency: xf86vidmodeproto-2.3.1 Dependency: xextproto-7.2.1 Dependency: renderproto-0.11.1 Dependency: randrproto-1.4.0 Dependency: pixman-0.32.4 Dependency: libXdmcp-1.1.1 Dependency: libXau-1.0.8 Dependency: libICE-1.0.8,1 Dependency: libSM-1.2.2,1 Dependency: kbproto-1.0.6 Dependency: inputproto-2.3 Dependency: glproto-1.4.17 Dependency: fixesproto-5.0 Dependency: dri2proto-2.8 Dependency: damageproto-1.2.1 Dependency: compositeproto-0.4.2 Dependency: libfontenc-1.1.2 Dependency: fontcacheproto-0.1.3 Dependency: font-util-1.3.0_1 Dependency: encodings-1.0.4_1,1 Dependency: libebml-1.3.0 Dependency: expat-2.1.0 Dependency: gnome_subr-1.0 Dependency: libproxy-0.4.6 Dependency: xvid-1.3.2,1 Dependency: x264-0.136.2358_1 Dependency: libvpx-1.2.0_1 Dependency: libmatroska-1.4.1_1 Dependency: libdvdcss-1.2.12 Dependency: libdvdread-4.2.0_2 Dependency: libdvdnav-4.2.0_1 Dependency: libdvbpsi-0.2.2 Dependency: libdca-0.0.5 Dependency: pciids-20131130 Dependency: hicolor-icon-theme-0.12 Dependency: gnomehier-3.0 Dependency: perl5-5.16.3_4 Dependency: png-1.5.17 Dependency: freetype2-2.5.0.1 Dependency: mkfontscale-1.1.1 Dependency: mkfontdir-1.0.7 Dependency: fontconfig-2.10.95,1 Dependency: font-misc-meltho-1.0.3_1 Dependency: font-misc-ethiopic-1.0.3_1 Dependency: font-bh-ttf-1.0.3_1 Dependency: dejavu-2.34 Dependency: xorg-fonts-truetype-7.7_1 Dependency: jpeg-8_4 Dependency: jbigkit-1.6 Dependency: pcre-8.33 Dependency: orc-0.4.18 Dependency: schroedinger-1.0.11_1 Dependency: libpthread-stubs-0.3_4 Dependency: libpciaccess-0.13.2 Dependency: libdrm-2.4.17_1 Dependency: libffi-3.0.13_1 Dependency: icu-50.1.2 Dependency: p5-Unicode-String-2.09 Dependency: p5-Unicode-Map8-0.13 Dependency: libiconv-1.14_1 Dependency: libxml2-2.8.0_3 Dependency: libxcb-1.9.3 Dependency: xcb-util-0.3.9_1,1 Dependency: xcb-util-renderutil-0.3.8 Dependency: xcb-util-keysyms-0.3.9 Dependency: libX11-1.6.2,1 Dependency: libXt-1.1.4,1 Dependency: libXrender-0.9.8 Dependency: libXft-2.3.1 Dependency: libXfixes-5.0.1 Dependency: libXext-1.3.2,1 Dependency: libXxf86vm-1.1.3 Dependency: libXrandr-1.4.2 Dependency: libXpm-3.5.11 Dependency: libXmu-1.1.2,1 Dependency: xprop-1.2.2 Dependency: libXinerama-1.1.3,1 Dependency: libXi-1.7.2,1 Dependency: libXfontcache-1.0.5 Dependency: xset-1.2.3_1 Dependency: xdg-utils-1.0.2.20130919_1 Dependency: libXdamage-1.1.4 Dependency: libXcursor-1.1.14 Dependency: libXcomposite-0.4.4,1 Dependency: libGL-7.6.1_4 Dependency: libGLU-9.0.0 Dependency: graphite2-1.2.4 Dependency: gettext-0.18.3.1 Dependency: recode-3.6_9 Dependency: python27-2.7.6_1 Dependency: python2-2_2 Dependency: python-2.7_1,2 Dependency: libgpg-error-1.12 Dependency: libgcrypt-1.5.3 Dependency: libaacs-0.6.0 Dependency: libbluray-0.3.0,1 Dependency: glib-2.36.3_1 Dependency: shared-mime-info-1.1 Dependency: qt4-corelib-4.8.5 Dependency: qt4-gui-4.8.5 Dependency: freeglut-2.8.1 Dependency: tiff-4.0.3 Dependency: jasper-1.900.1_12 Dependency: gdk-pixbuf2-2.28.2 Dependency: libnotify-0.7.5 Dependency: desktop-file-utils-0.22_1 Dependency: dbus-1.6.12 Dependency: cairo-1.10.2_7,2 Dependency: harfbuzz-0.9.19 Dependency: pango-1.34.1_1 Dependency: fribidi-0.19.2_1 Dependency: enca-1.13 Dependency: libass-0.10.2 Dependency: taglib-1.9.1_1 Dependency: libsamplerate-0.1.8_4 Dependency: libogg-1.3.1,4 Dependency: libvorbis-1.3.3_1,3 Dependency: libtheora-1.1.1_3 Dependency: libkate-0.4.1_2 Dependency: libmad-0.15.1b_2 Dependency: libid3tag-0.15.1b Dependency: liba52-0.7.4_2 Dependency: lame-3.99.5_1 Dependency: flac-1.3.0_1 Dependency: fdk-aac-0.1.3 Dependency: alsa-lib-1.0.27.2_1 Dependency: ffmpeg-2.1.1_1,1 Dependency: atk-2.8.0 Dependency: gtk-update-icon-cache-2.24.22 Dependency: gtk2-2.24.22_1 jason@jnb:~$ make -C /usr/ports/multimedia/vlc/ showconfig ===> The following configuration options are available for vlc-2.1.2,4: A52=on: AC-3 support via liba52 AALIB=off: AAlib graphics library support ASS=on: ASS/SSA subtitle rendering AVAHI=off: Zeroconf support via Avahi CACA=off: libcaca graphics library support DBUS=on: D-Bus IPC system support DEBUG=off: Install debug symbols DIRAC=off: Dirac codec support via libdirac DOCS=off: Build and/or install documentation DTS=on: DTS DVD audio decoder DVDNAV=on: DVD menu navigation DVDREAD=on: DVD Playback support FAAD=off: FAAD AAC decoder support FLAC=on: FLAC lossless audio codec support FLUID=off: Fluidsynth MIDI support FRIBIDI=off: Bidirectional text support via GNU FriBidi GME=off: Game_Music_Emu (libgme) support GNOMEVFS=off: Gnome VFS support GNUTLS=off: SSL/TLS support via GnuTLS GOOM=off: the Goom visual effect library HTTPD=off: httpd output streaming support JACK=off: JACK audio server support LIBBLURAY=on: Blu-ray discs support via libbluray LIBSSH2=off: SCP/SFTP support via libssh2 LIRC=off: Infrared remote control support LIVEMEDIA=off: Multimedia streaming support via liveMedia LUA=off: Lua scripting language support MAD=on: MAD MP3 audio decoder support MATROSKA=on: Matroska container format support MODPLUG=off: ModPlug decoder support MPEG2=off: MPEG-2 video support via libmpeg2 MTP=off: Media Tranfer Protocol support MUSEPACK=off: MPC audio format support NCURSES=off: ncurses (console) interface NLS=on: Native Language Support NOTIFY=on: Startup notification support NO_DVD=off: disable DVD specific features OGG=on: Ogg media format support OPTIMIZED_CFLAGS=off: Use extra compiler optimizations OPUS=off: Opus audio format PNG=on: PNG image format support PULSEAUDIO=off: PulseAudio sound server support QT4=on: Qt 4 toolkit support REALAUDIO=off: Real Audio(R) support RUNROOT=off: Enable running as root SAMBA=off: SAMBA Access module SAMPLERATE=on: Sample rate conversion support SCHROED=on: Schroedinger decoder SDL=off: Simple Direct Media Layer support SERVER_ONLY=off: Only build server parts SHOUTCAST=off: Ogg Icecast and SHOUTcast support SIDPLAY=off: C64 sid demux support SKINS=off: winamp skins interface SPEEX=off: Speex audio format support STREAM=off: stream output SVG=off: SVG vector image format support TAGLIB=on: ID3 tag and Ogg comment support THEORA=on: Ogg Theora video codec support TWOLAME=off: TwoLAME MP2 audio encoder support UPNP=off: UPnP protocol support V4L=off: Video4Linux video capture compatibility VAAPI=off: VAAPI (GPU video acceleration) support VCD=off: Video CD support VORBIS=on: Ogg Vorbis audio codec support X11=on: X11 (graphics) support X264=on: H.264 video codec support via x264 ZVBI=off: VBI decoding support ===> Use 'make config' to modify these settings jason@jnb:~$ >Description: VLC always sets volume to 0% on startup & to 45% on beginning of playback, regerdless of "Remember volume level" & "Set volume on startup" settings. >How-To-Repeat: 1. Start VLC. 2. Verify that remembering sound volume level is on. 3. Set volume to any non-zero value, e.g. 100%. 4. Close VLC. 5. Open it again - you'll see that volume level is 0%. 6. Start playback of any file/stream. 7. You'll see that volume level is 45%. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 20: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 81352EE6; Sat, 21 Dec 2013 20: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 557C41F89; Sat, 21 Dec 2013 20:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLKA9fT082206; Sat, 21 Dec 2013 20:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLKA99v082205; Sat, 21 Dec 2013 20:10:09 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 20:10:09 GMT Message-Id: <201312212010.rBLKA99v082205@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-multimedia@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185076: multimedia/vlc: volume level doesn't saved & restored X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 20:10:09 -0000 Synopsis: multimedia/vlc: volume level doesn't saved & restored Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-multimedia Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 20:10:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185076 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 21: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 CAC40131 for ; Sat, 21 Dec 2013 21: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 A564C1306 for ; Sat, 21 Dec 2013 21: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 rBLLK1ar096863 for ; Sat, 21 Dec 2013 21: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 rBLLK14D096862; Sat, 21 Dec 2013 21:20:01 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 21:20:01 GMT Resent-Message-Id: <201312212120.rBLLK14D096862@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christer Edwards Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5B5B8F76 for ; Sat, 21 Dec 2013 21:19:15 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 47AA612F3 for ; Sat, 21 Dec 2013 21:19:15 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBLLJFHM048644 for ; Sat, 21 Dec 2013 21:19:15 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLLJFXr048443; Sat, 21 Dec 2013 21:19:15 GMT (envelope-from nobody) Message-Id: <201312212119.rBLLJFXr048443@oldred.freebsd.org> Date: Sat, 21 Dec 2013 21:19:15 GMT From: Christer Edwards To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185078: maintainer update : sysutils/py-halite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 21:20:02 -0000 >Number: 185078 >Category: ports >Synopsis: maintainer update : sysutils/py-halite >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 Dec 21 21:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christer Edwards >Release: 9.2-RELEASE >Organization: Salt Stack >Environment: FreeBSD jupiter.zelut.org 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: maintainer update : sysutils/py-halite >How-To-Repeat: maintainer update : sysutils/py-halite >Fix: maintainer update : sysutils/py-halite Patch attached with submission follows: diff -ruN sysutils/py-halite/Makefile sysutils/py-halite-0.1.15/Makefile --- sysutils/py-halite/Makefile 2013-12-18 09:17:05.000000000 -0700 +++ sysutils/py-halite-0.1.15/Makefile 2013-12-21 14:11:36.000000000 -0700 @@ -2,7 +2,7 @@ # $FreeBSD: sysutils/py-halite/Makefile 336830 2013-12-18 13:31:50Z culot $ PORTNAME= halite -PORTVERSION= 0.1.13 +PORTVERSION= 0.1.15 CATEGORIES= sysutils python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff -ruN sysutils/py-halite/distinfo sysutils/py-halite-0.1.15/distinfo --- sysutils/py-halite/distinfo 2013-12-18 09:17:09.000000000 -0700 +++ sysutils/py-halite-0.1.15/distinfo 2013-12-21 14:11:43.000000000 -0700 @@ -1,2 +1,2 @@ -SHA256 (halite-0.1.13.tar.gz) = 38d0fe0bf8a3e5356ab72c0cfcc6e78a32ec280d72f4f15f0638acd3ceabd859 -SIZE (halite-0.1.13.tar.gz) = 421910 +SHA256 (halite-0.1.15.tar.gz) = 4543290a7cddd2751f796c01e118a151da424449fc419a4055dbbfa748dba3ae +SIZE (halite-0.1.15.tar.gz) = 422633 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 21:20: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 82C2C15F; Sat, 21 Dec 2013 21:20: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 4F0141309; Sat, 21 Dec 2013 21: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 rBLLKA3a096941; Sat, 21 Dec 2013 21: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 rBLLKAlV096940; Sat, 21 Dec 2013 21:20:10 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 21:20:10 GMT Message-Id: <201312212120.rBLLKAlV096940@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185078: maintainer update : sysutils/py-halite X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 21:20:10 -0000 Synopsis: maintainer update : sysutils/py-halite Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 21:20:09 UTC 2013 Responsible-Changed-Why: freebsd-python@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185078 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 21:38:03 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 271C467E for ; Sat, 21 Dec 2013 21:38:03 +0000 (UTC) Received: from smtp.infracaninophile.co.uk (smtp6.infracaninophile.co.uk [IPv6:2001:8b0:151:1:3cd3:cd67:fafa:3d78]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97E1E1462 for ; Sat, 21 Dec 2013 21:38:02 +0000 (UTC) Received: from seedling.black-earth.co.uk (seedling.black-earth.co.uk [81.2.117.99]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.7/8.14.7) with ESMTP id rBLLbuEv019935 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NO) for ; Sat, 21 Dec 2013 21:37:57 GMT (envelope-from m.seaman@infracaninophile.co.uk) DKIM-Filter: OpenDKIM Filter v2.8.3 smtp.infracaninophile.co.uk rBLLbuEv019935 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=infracaninophile.co.uk; s=201001-infracaninophile; t=1387661877; bh=5bZRB85FKJc5Kn4yuMv8IxlMY+3SaHUU/Zw+YVoTlfE=; h=Date:From:To:Subject:References:In-Reply-To; z=Date:=20Sat,=2021=20Dec=202013=2021:37:42=20+0000|From:=20Matthew =20Seaman=20|To:=20freebsd-ports- bugs@freebsd.org|Subject:=20Re:=20ports/185044:=20www/rt42:=20no=2 0install=20-=20missing=20staged=20files?|References:=20|In-Reply-To:=20; b=CO2DZdrz0xjWrRnLqkyCT/94R9v+yu0vssgVeoYSz5ereiJzz5yKXs9k0e++ClO+s zEWezRb//xcLuUHs1sed6lfCmPc+6uSJgUPEKEBE9FLGB8nEUQ3sg45+IStt2uUtle b39CcNBvw/h7ODk3+1dXankJFNb6HxGyeSuVFrP4= Message-ID: <52B60A26.3060803@infracaninophile.co.uk> Date: Sat, 21 Dec 2013 21:37:42 +0000 From: Matthew Seaman User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: freebsd-ports-bugs@freebsd.org Subject: Re: ports/185044: www/rt42: no install - missing staged files? References: In-Reply-To: X-Enigmail-Version: 1.6 OpenPGP: id=E7F39EBF Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="GI2RTdNvR8Jwd8rhPkD0ftAPIQdCjeEHE" X-Virus-Scanned: clamav-milter 0.98 at lucid-nonsense.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.4 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU autolearn=ham version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on lucid-nonsense.infracaninophile.co.uk X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 21:38:03 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --GI2RTdNvR8Jwd8rhPkD0ftAPIQdCjeEHE Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On 20/12/2013 19:10, Larry Rosenman wrote: > pkg-static: lstat(/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/si= te_perl/5.14/RT.pm): No such file or directory I believe I've fixed the problem. Please test and let me know what the outcome is. Matthew --=20 Dr Matthew J Seaman MA, D.Phil. PGP: http://www.infracaninophile.co.uk/pgpkey JID: matthew@infracaninophile.co.uk --GI2RTdNvR8Jwd8rhPkD0ftAPIQdCjeEHE Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.20 (Darwin) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/ iQJ8BAEBCgBmBQJStgo0XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ2NTNBNjhCOTEzQTRFNkNGM0UxRTEzMjZC QjIzQUY1MThFMUE0MDEzAAoJELsjr1GOGkAT+RwP/il+64Ld0F689svs+mg5x0vF ijO+ZqGKiK3wuiB0vTmHdwsbgiPbYZKHeqymA5FMb/6VQFLEnWgGU47m5ApDB0E4 iHxm0htZP+XWkICN9z6BOpVv2IiQAVVrpwlKBh/lToI2Q6TGgn/zEMbpitQW2SKd XZyITJr8B8CMQzIKPuWXbemt5BHoarbjYxi42x2obCd60PxNn4VVrjA9VNrRsScj 1p5uz4tX6xr2CT2Z0CrcGryjLqlF9LGuQmICekNRLBna7tHeEBW1JTic0OyRScbz JRxivmr/pfnJPHu3HRRBv25uXGvuPgIZpqhXiMK2iwaKC6bCrq58rMYN82lGbqT7 +QaFo0S7J0F3WSu+BR9/z8731zJYhkdr5NZ+gTPsODEEuIpQdO/Lh8g0CpeeGtQF C5GIH1ofq7mPfkQZRCVs8x0eBZJcHrgaUtEZb4yT4ZiFsw13YknYiuhL1iBU1Zx8 j7ysRigv4Sp8peXRv4YueCGYkK5eTxhAWpHUpUwuTlceybuo+l13saPDfMXr7+38 +Uwu5vz3Ia3r5+1aZ+J3ijSSizmBjkrpZ7PhP05cE1skE/1fgOrkkWVHH5H3079a w7RjW0txIuhTQ0c5aQ00LnYReEoZ8BhWLbCf5/qH7GMfqGB7iuji9KyHgYWWwSaJ UDWnPriYIK0bEU+iVgiP =J7xj -----END PGP SIGNATURE----- --GI2RTdNvR8Jwd8rhPkD0ftAPIQdCjeEHE-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 22:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 035B0FA0 for ; Sat, 21 Dec 2013 22: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 B8E001797 for ; Sat, 21 Dec 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 rBLMe0Dm013103 for ; Sat, 21 Dec 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 rBLMe0mM013102; Sat, 21 Dec 2013 22:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 21 Dec 2013 22:40:00 GMT Resent-Message-Id: <201312212240.rBLMe0mM013102@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Loke Dupont Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9A35FF50 for ; Sat, 21 Dec 2013 22:34:31 +0000 (UTC) Received: from oldred.freebsd.org (oldred.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 869AE1773 for ; Sat, 21 Dec 2013 22:34:31 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id rBLMYUYI080344 for ; Sat, 21 Dec 2013 22:34:30 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id rBLMYUxw080342; Sat, 21 Dec 2013 22:34:30 GMT (envelope-from nobody) Message-Id: <201312212234.rBLMYUxw080342@oldred.freebsd.org> Date: Sat, 21 Dec 2013 22:34:30 GMT From: Loke Dupont To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/185079: New javai tar.gz not uploaded X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 22:40:01 -0000 >Number: 185079 >Category: ports >Synopsis: New javai tar.gz not uploaded >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 Dec 21 22:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Loke Dupont >Release: 9 >Organization: >Environment: FreeBSD server.x10d.dk 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: java/java-zoneinfo has been updated to point to a 2013i version of the file, but the file does not exist on the locations that it tries to fetch it from. >How-To-Repeat: Try to install or update java/java-zoneinfo >Fix: Either change the port to refer to the 2013h version, or actually upload the new file. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Dec 21 23:11:28 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D96B9473; Sat, 21 Dec 2013 23:11:28 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AD3521982; Sat, 21 Dec 2013 23:11:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id rBLNBSV2020483; Sat, 21 Dec 2013 23:11:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rBLNBSee020482; Sat, 21 Dec 2013 23:11:28 GMT (envelope-from edwin) Date: Sat, 21 Dec 2013 23:11:28 GMT Message-Id: <201312212311.rBLNBSee020482@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, glewis@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/185079: java/java-zoneinfo: new javai tar.gz not uploaded X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 21 Dec 2013 23:11:28 -0000 Synopsis: java/java-zoneinfo: new javai tar.gz not uploaded Responsible-Changed-From-To: freebsd-ports-bugs->glewis Responsible-Changed-By: edwin Responsible-Changed-When: Sat Dec 21 23:11:28 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=185079