From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 00:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E3B7F5E1 for ; Sun, 24 Feb 2013 00:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CAB42BE5 for ; Sun, 24 Feb 2013 00:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O0K0s8037971 for ; Sun, 24 Feb 2013 00:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O0K0gI037966; Sun, 24 Feb 2013 00:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 00:20:00 GMT Resent-Message-Id: <201302240020.r1O0K0gI037966@freefall.freebsd.org> 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 Mehr Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7A8495A1 for ; Sun, 24 Feb 2013 00:17:56 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 53E61B81 for ; Sun, 24 Feb 2013 00:17:56 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1O0Htqt080818 for ; Sun, 24 Feb 2013 00:17:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1O0HtD0080817; Sun, 24 Feb 2013 00:17:55 GMT (envelope-from nobody) Message-Id: <201302240017.r1O0HtD0080817@red.freebsd.org> Date: Sun, 24 Feb 2013 00:17:55 GMT From: John Mehr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176381: A lightweight, dependency-free, BSD licensed program to pull source using the svn protocol. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 00:20:00 -0000 >Number: 176381 >Category: ports >Synopsis: A lightweight, dependency-free, BSD licensed program to pull source using the svn protocol. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 00:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Mehr >Release: 8.3 >Organization: >Environment: >Description: A new port that allows Subversion repositories to be downloaded/synchronized with a local copy without needing to have subversion and all of its dependencies installed. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # svnup # svnup/pkg-descr # svnup/distinfo # svnup/Makefile # echo c - svnup mkdir -p svnup > /dev/null 2>&1 echo x - svnup/pkg-descr sed 's/^X//' >svnup/pkg-descr << 'ebdcf3f66ee3cab40e7d39616e08fe54' XA lightweight, dependency-free program to pull source using the svn protocol. X XWWW: http://jcm.dsl.visi.com/freebsd/svnup/ X ebdcf3f66ee3cab40e7d39616e08fe54 echo x - svnup/distinfo sed 's/^X//' >svnup/distinfo << 'a71110a1412716d24a21b717a6a3b691' XSHA256 (svnup-0.5.tar.xz) = e3e208166258ceacfcb8231108810f30e6408e39d9110cb2bdcd1f0a53db6d6f XSIZE (svnup-0.5.tar.xz) = 8208 a71110a1412716d24a21b717a6a3b691 echo x - svnup/Makefile sed 's/^X//' >svnup/Makefile << 'a00391e2b39e8ae12da0c73a57a41552' X# $FreeBSD$ X XPORTNAME= svnup XPORTVERSION= 0.5 XCATEGORIES= net XMASTER_SITES= http://jcm.dsl.visi.com/freebsd/svnup/ X XMAINTAINER= jcm@visi.com XCOMMENT= Lightweight, dependency-free program to pull source using the svn protocol X XLDFLAGS+= -lmd XUSE_XZ= yes X XMAN1= ${PORTNAME}.1 XPLIST_FILES= bin/${PORTNAME} X Xdo-build: X cd ${WRKSRC}/ && ${CC} -o ${PORTNAME} ${CFLAGS} ${PORTNAME}.c ${LDFLAGS} X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ X ${INSTALL_MAN} ${WRKSRC}/${MAN1} ${PREFIX}/man/man1/ X X.include a00391e2b39e8ae12da0c73a57a41552 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 00: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]) by hub.freebsd.org (Postfix) with ESMTP id 09BEA5E2 for ; Sun, 24 Feb 2013 00:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D86B8BE6 for ; Sun, 24 Feb 2013 00:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O0K1j1038026 for ; Sun, 24 Feb 2013 00:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O0K1SV038025; Sun, 24 Feb 2013 00:20:01 GMT (envelope-from gnats) Date: Sun, 24 Feb 2013 00:20:01 GMT Message-Id: <201302240020.r1O0K1SV038025@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: nemysis Subject: Re: ports/174870: [PATCH] cad/qfsm: Changed comment, options, do-install, post-install, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: nemysis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 00:20:02 -0000 The following reply was made to PR ports/174870; it has been noted by GNATS. From: nemysis To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174870: [PATCH] cad/qfsm: Changed comment, options, do-install, post-install, take maintainership Date: Sun, 24 Feb 2013 01:13:10 +0100 Please close this PR, I don't have time and I don't use this Port. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 01: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]) by hub.freebsd.org (Postfix) with ESMTP id 2443A994 for ; Sun, 24 Feb 2013 01:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 04F62D3E for ; Sun, 24 Feb 2013 01:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O1A0MI050961 for ; Sun, 24 Feb 2013 01:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O1A0d9050955; Sun, 24 Feb 2013 01:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 01:10:00 GMT Resent-Message-Id: <201302240110.r1O1A0d9050955@freefall.freebsd.org> 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 Jeremy Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 220FA94F for ; Sun, 24 Feb 2013 01:05:48 +0000 (UTC) (envelope-from peter@rulingia.com) Received: from vps.rulingia.com (host-122-100-2-194.octopus.com.au [122.100.2.194]) by mx1.freebsd.org (Postfix) with ESMTP id 94309D18 for ; Sun, 24 Feb 2013 01:05:46 +0000 (UTC) Received: from server.rulingia.com (c220-239-237-213.belrs5.nsw.optusnet.com.au [220.239.237.213]) by vps.rulingia.com (8.14.5/8.14.5) with ESMTP id r1O15iMW082429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sun, 24 Feb 2013 12:05:44 +1100 (EST) (envelope-from peter@rulingia.com) Received: from server.rulingia.com (localhost.rulingia.com [127.0.0.1]) by server.rulingia.com (8.14.5/8.14.5) with ESMTP id r1O15dpZ011317 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 24 Feb 2013 12:05:39 +1100 (EST) (envelope-from peter@server.rulingia.com) Received: (from peter@localhost) by server.rulingia.com (8.14.5/8.14.5/Submit) id r1O15dbG011316; Sun, 24 Feb 2013 12:05:39 +1100 (EST) (envelope-from peter) Message-Id: <201302240105.r1O15dbG011316@server.rulingia.com> Date: Sun, 24 Feb 2013 12:05:39 +1100 (EST) From: Peter Jeremy To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176382: ports dependencies not being recorded X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Peter Jeremy List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 01:10:01 -0000 >Number: 176382 >Category: ports >Synopsis: ports dependencies not being recorded >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: Sun Feb 24 01:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Peter Jeremy >Release: FreeBSD 8.3-STABLE amd64 >Organization: FreeBSD >Environment: System: FreeBSD builder.rulingia.com 8.3-STABLE FreeBSD 8.3-STABLE #19: Sun Jan 13 17:55:03 EST 2013 root@builder.rulingia.com:/obj/usr/src/sys/aspire i386 FreeBSD vps.rulingia.com 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #1: Sun Jun 24 11:49:05 EST 2012 root@vps.rulingia.com:/usr/obj/usr/src/sys/VMware amd64 Ports tree r312809 or portsnap'd at 2013-Feb-24 0000UTC Using old pkg tools (pkg_install et al) >Description: If a port dependency is satisfied by a port other than that listed in the xxx_DEPENDS line then that dependency is not listed in /var/db/pkg for either port. >How-To-Repeat: The quickest reproduction from an empty ports tree is: # portsnap fetch extract # cd /usr/ports/graphics/libjpeg-turbo && make install # cd /usr/ports/graphics/jpgtn && make install # ldd /usr/local/bin/jpgtn [ shows dependency on /usr/local/lib/libjpeg.so.11 ] # ls -l /var/db/pkg/libjpeg-turbo* [note lack of +REQUIRED_BY file ie no dependencies ] # grep jpeg /var/db/pkg/jpgtn*/+CONTENTS [ note lack of libjpeg-turbo pkgdep and DEPORIGIN lines ] >Fix: Unclear. The ACTUAL-PACKAGE-DEPENDS value in bsd.ports.mk is not correct but I haven't worked out the fix. Note that portmaster _does_ manage to correctly determine the dependencies. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 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]) by hub.freebsd.org (Postfix) with ESMTP id 956BAA48 for ; Sun, 24 Feb 2013 01:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 786B3D5E for ; Sun, 24 Feb 2013 01:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O1K0Hl053439 for ; Sun, 24 Feb 2013 01:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O1K0SB053438; Sun, 24 Feb 2013 01:20:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 01:20:00 GMT Resent-Message-Id: <201302240120.r1O1K0SB053438@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DEA4AA42 for ; Sun, 24 Feb 2013 01:19:06 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B3272D5A for ; Sun, 24 Feb 2013 01:19:06 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1O1J6ST078036 for ; Sun, 24 Feb 2013 01:19:06 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1O1J6h5078035; Sun, 24 Feb 2013 01:19:06 GMT (envelope-from nobody) Message-Id: <201302240119.r1O1J6h5078035@red.freebsd.org> Date: Sun, 24 Feb 2013 01:19:06 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176383: ipmitool cannot connect over SOL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 01:20:00 -0000 >Number: 176383 >Category: ports >Synopsis: ipmitool cannot connect over SOL >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 01:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9.1-PRERELEASE >Organization: EMC Isilon >Environment: FreeBSD forza.west.isilon.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r+336aa21: Wed Dec 19 18:05:45 PST 2012 gcooper@forza.west.isilon.com:/usr/obj/usr/src/sys/FORZA amd64 >Description: Haven't been able to use SOL for a while now: $ ipmitool -U root -H 10.7.170.190 -P XXXXXXXX -I lanplus sol activate Info: cannot activate SOL payload with encryption Not sure why but it's not doing the right thing even though it should have been compiled with openssl support (it wasn't BTW): $ pkg info | grep ipmitool ipmitool-1.8.12_2 CLI to manage IPMI systems $ ldd `which ipmitool` /usr/local/bin/ipmitool: libfreeipmi.so.13 => /usr/local/lib/libfreeipmi.so.13 (0x8008a5000) libgcrypt.so.18 => /usr/local/lib/libgcrypt.so.18 (0x800ef4000) libgpg-error.so.0 => /usr/local/lib/libgpg-error.so.0 (0x80116f000) libintl.so.9 => /usr/local/lib/libintl.so.9 (0x801372000) libiconv.so.3 => /usr/local/lib/libiconv.so.3 (0x80157b000) libargp.so.0 => /usr/local/lib/libargp.so.0 (0x801877000) libm.so.5 => /lib/libm.so.5 (0x801a80000) libreadline.so.6 => /usr/local/lib/libreadline.so.6 (0x801ca1000) libncurses.so.8 => /lib/libncurses.so.8 (0x801ee5000) libcrypto.so.6 => /lib/libcrypto.so.6 (0x802134000) libc.so.7 => /lib/libc.so.7 (0x8024dc000) >How-To-Repeat: ipmitool -U $USER -H $IP -P XXXXXXXX -I lanplus sol activate >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 01: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]) by hub.freebsd.org (Postfix) with ESMTP id E781DABF; Sun, 24 Feb 2013 01:25:08 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BA67ED73; Sun, 24 Feb 2013 01:25:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O1P8K0056556; Sun, 24 Feb 2013 01:25:08 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O1P81r056552; Sun, 24 Feb 2013 01:25:08 GMT (envelope-from jgh) Date: Sun, 24 Feb 2013 01:25:08 GMT Message-Id: <201302240125.r1O1P81r056552@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Subject: Re: ports/176381: A lightweight, dependency-free, BSD licensed program to pull source using the svn protocol. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 01:25:09 -0000 Synopsis: A lightweight, dependency-free, BSD licensed program to pull source using the svn protocol. Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sun Feb 24 01:25:08 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176381 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 01:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 015A7B18 for ; Sun, 24 Feb 2013 01:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D8ED0D8C for ; Sun, 24 Feb 2013 01:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O1U0v4058005 for ; Sun, 24 Feb 2013 01:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O1U02k057999; Sun, 24 Feb 2013 01:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 01:30:00 GMT Resent-Message-Id: <201302240130.r1O1U02k057999@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rusty Nejdl Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 04A6DB03 for ; Sun, 24 Feb 2013 01:27:06 +0000 (UTC) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id C2965D7F for ; Sun, 24 Feb 2013 01:27:05 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.6/8.14.6) with ESMTP id r1O1Gwhr083322 for ; Sat, 23 Feb 2013 19:16:58 -0600 (CST) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from anyhost.local ([127.0.0.1] helo=anyhost.local) by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9); 23 Feb 2013 19:16:57 -0600 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.6/8.14.6/Submit) id r1O1GvDA083321; Sat, 23 Feb 2013 19:16:57 -0600 (CST) (envelope-from rnejdl) Message-Id: Date: Sat, 23 Feb 2013 19:16:57 -0600 (CST) From: Rusty Nejdl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176384: Update port www/mozplugger to latest 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 01:30:01 -0000 >Number: 176384 >Category: ports >Synopsis: Update port www/mozplugger to latest 2.1.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 01:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r245164: Tue Jan 8 10:10:22 CST 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64 >Description: After working through bugs with the developer, I am happy to report a working 2.x version of mozplugger. >How-To-Repeat: Use patch to upgrade. >Fix: --- mozplugger-2.1.3.diff begins here --- diff -ruN mozplugger/Makefile mozplugger.new/Makefile --- mozplugger/Makefile 2012-11-17 08:24:46.000000000 -0600 +++ mozplugger.new/Makefile 2013-02-18 21:57:54.000000000 -0600 @@ -2,7 +2,7 @@ # $FreeBSD: head/www/mozplugger/Makefile 305111 2012-10-01 12:03:48Z jhale $ PORTNAME= mozplugger -PORTVERSION= 1.14.6 +PORTVERSION= 2.1.3 CATEGORIES= www MASTER_SITES= http://mozplugger.mozdev.org/files/ @@ -11,6 +11,7 @@ GNU_CONFIGURE= yes USE_XORG= x11 xt +USE_GMAKE= yes MAN7= mozplugger.7 SUB_FILES= pkg-message diff -ruN mozplugger/distinfo mozplugger.new/distinfo --- mozplugger/distinfo 2012-11-17 08:24:46.000000000 -0600 +++ mozplugger.new/distinfo 2013-02-18 21:57:57.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (mozplugger-1.14.6.tar.gz) = 3fd73b51d1c0b1c310cecac90155a86ef59c748dff677df542e39282ea7ecba7 -SIZE (mozplugger-1.14.6.tar.gz) = 140735 +SHA256 (mozplugger-2.1.3.tar.gz) = d19b6063d0aba87430e5ce2e3a4230807288eb45acec1d412009c7f530d8b30a +SIZE (mozplugger-2.1.3.tar.gz) = 153715 diff -ruN mozplugger/files/patch-Makefile.in mozplugger.new/files/patch-Makefile.in --- mozplugger/files/patch-Makefile.in 2013-02-01 11:19:23.000000000 -0600 +++ mozplugger.new/files/patch-Makefile.in 2013-02-23 16:48:20.000000000 -0600 @@ -1,44 +1,36 @@ ---- Makefile.in.orig 2012-09-26 15:43:37.000000000 -0500 -+++ Makefile.in 2012-09-26 15:46:01.000000000 -0500 -@@ -22,7 +22,7 @@ +--- Makefile.in.orig 2013-02-23 16:46:10.000000000 -0600 ++++ Makefile.in 2013-02-23 16:48:17.000000000 -0600 +@@ -37,7 +37,7 @@ RPMDIR=/usr/src/RPM - # Choose compiler + # Choose tool set -CC=@CC@ +CC?=@CC@ - MKDIR=mkdir -p - - SOURCE_FILES=mozplugger.c \ -@@ -161,21 +161,20 @@ + LD=@CC@ + MKDEP=@CC@ -MM + BIN2O=@BIN2O@ +@@ -267,12 +267,12 @@ install: - -@install -d @bindir@ -- -@install -d $(prefix)$(libprefix)/mozilla/plugins -+ -@install -d $(root)${WEBPLUGINS_DIR} - -@install -d @mandir@/man7 - -@install -d @sysconfdir@ - install mozplugger-helper @bindir@ + -install -d @bindir@ ++ -install -d $(root)${WEBPLUGINS_DIR} + install mozplugger-helper @bindir@ install mozplugger-controller @bindir@ - install mozplugger-linker @bindir@ + install mozplugger-linker @bindir@ + install mozplugger-update @bindir@ +- -for a in ${PLUGINDIRS}; do install -d $$a ; done - for a in ${PLUGINDIRS}; do install mozplugger.so $$a ; done --# cp mozplugger.so $(prefix)$(libprefix)/mozilla/plugins/ + cp mozplugger.so $(root)${WEBPLUGINS_DIR} - install $(srcdir)/mozpluggerrc @sysconfdir@ - install $(srcdir)/mozplugger.7 @mandir@/man7/ - + -install -d @sysconfdir@ + install $(srcdir)/mozpluggerrc @sysconfdir@ + -install -d @mandir@/man7 +@@ -281,7 +281,8 @@ uninstall: - rm -f @mandir@/man7/mozplugger.7 - rm -f @sysconfdir@/mozpluggerrc -- for target in ${PLUGINDIRS}; do rm -f $${target}/mozplugger.so; done + -rm -f @sysconfdir@/mozpluggerrc + -rmdir @sysconfdir@ +- -for a in ${PLUGINDIRS}; do rm -f $$a/mozplugger.so ; done ++ rm -f $(root)${WEBPLUGINS_DIR}/mozplugger.so + rm -f $(root)${WEBPLUGINS_DIR}/mozplugger.so - rm -f @bindir@/mozplugger-linker - rm -f @bindir@/mozplugger-controller - rm -f @bindir@/mozplugger-helper -@@ -183,6 +182,7 @@ + -rm -f @mandir@/man7/mozplugger.7 -rmdir @mandir@/man7 -rmdir @mandir@ - -rmdir @bindir@ -+ -rmdir $(root)${WEBPLUGINS_DIR} - - MOZ_PACKAGE=mozplugger-@PACKAGE_VERSION@ - --- mozplugger-2.1.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 01: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]) by hub.freebsd.org (Postfix) with ESMTP id 9F7FBB47; Sun, 24 Feb 2013 01:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7B75BD8D; Sun, 24 Feb 2013 01:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O1U9Uk058148; Sun, 24 Feb 2013 01:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O1U9MV058144; Sun, 24 Feb 2013 01:30:09 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 01:30:09 GMT Message-Id: <201302240130.r1O1U9MV058144@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176384: Update port www/mozplugger to latest 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 01:30:09 -0000 Synopsis: Update port www/mozplugger to latest 2.1.3 Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sun Feb 24 01:30: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=176384 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 01:30: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]) by hub.freebsd.org (Postfix) with ESMTP id C3183B4C; Sun, 24 Feb 2013 01:30:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9F102D90; Sun, 24 Feb 2013 01:30:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O1UBOC058232; Sun, 24 Feb 2013 01:30:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O1UBAl058228; Sun, 24 Feb 2013 01:30:11 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 01:30:11 GMT Message-Id: <201302240130.r1O1UBAl058228@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176384: Update port www/mozplugger to latest 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 01:30:11 -0000 Synopsis: Update port www/mozplugger to latest 2.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 01:30:11 UTC 2013 Responsible-Changed-Why: bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176384 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 01: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]) by hub.freebsd.org (Postfix) with ESMTP id 8B40ECEC for ; Sun, 24 Feb 2013 01:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6B879DD5 for ; Sun, 24 Feb 2013 01:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O1e0Nu061901 for ; Sun, 24 Feb 2013 01:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O1e0Mo061900; Sun, 24 Feb 2013 01:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 01:40:00 GMT Resent-Message-Id: <201302240140.r1O1e0Mo061900@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rusty Nejdl Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3D0A1CE8 for ; Sun, 24 Feb 2013 01:38:39 +0000 (UTC) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from tethys.ringofsaturn.com (tethys.ringofsaturn.com [71.252.219.43]) by mx1.freebsd.org (Postfix) with ESMTP id 127D7DD2 for ; Sun, 24 Feb 2013 01:38:38 +0000 (UTC) Received: from ASSP.nospam (localhost [127.0.0.1]) by tethys.ringofsaturn.com (8.14.6/8.14.6) with ESMTP id r1O1cbvI094560 for ; Sat, 23 Feb 2013 19:38:37 -0600 (CST) (envelope-from rnejdl@tethys.ringofsaturn.com) Received: from anyhost.local ([127.0.0.1] helo=anyhost.local) by ASSP.nospam with ESMTPS(AES256-SHA) (ASSP 1.9); 23 Feb 2013 19:38:36 -0600 Received: (from rnejdl@localhost) by tethys.ringofsaturn.com (8.14.6/8.14.6/Submit) id r1O1caMY094559; Sat, 23 Feb 2013 19:38:36 -0600 (CST) (envelope-from rnejdl) Message-Id: Date: Sat, 23 Feb 2013 19:38:36 -0600 (CST) From: Rusty Nejdl To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176385: Fix bug in desktop entry for port graphics/showimage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Rusty Nejdl List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 01:40:00 -0000 >Number: 176385 >Category: ports >Synopsis: Fix bug in desktop entry for port graphics/showimage >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 01:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rusty Nejdl >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD tethys.ringofsaturn.com 9.1-STABLE FreeBSD 9.1-STABLE #0 r245164: Tue Jan 8 10:10:22 CST 2013 root@tethys.ringofsaturn.com:/usr/obj/usr/src/sys/SATURN amd64 >Description: This fixes a bug in the showimage.desktop file where the desktop file references showimage but the program installs as showimage-kde4. >How-To-Repeat: >Fix: --- showimage.diff begins here --- diff -ruN showimage/Makefile showimage.new/Makefile --- showimage/Makefile 2012-11-17 08:23:55.000000000 -0600 +++ showimage.new/Makefile 2013-02-23 19:31:03.000000000 -0600 @@ -7,7 +7,7 @@ PORTNAME= showimage PORTVERSION= 1.6.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics kde MASTER_SITES= http://www.kde-apps.org/CONTENT/content-files/ DISTNAME= 143977-${PORTNAME}-${PORTVERSION} diff -ruN showimage/files/patch-showimage.desktop showimage.new/files/patch-showimage.desktop --- showimage/files/patch-showimage.desktop 2012-11-17 08:23:55.000000000 -0600 +++ showimage.new/files/patch-showimage.desktop 2013-02-23 19:30:07.000000000 -0600 @@ -1,10 +1,12 @@ ---- ./showimage.desktop.orig 2011-09-12 19:22:18.000000000 +0000 -+++ ./showimage.desktop 2011-12-13 15:58:11.884599087 +0000 -@@ -2,7 +2,7 @@ +--- showimage.desktop.orig 2013-02-23 19:29:20.000000000 -0600 ++++ showimage.desktop 2013-02-23 19:29:34.000000000 -0600 +@@ -1,8 +1,8 @@ + [Desktop Entry] Type=Application Encoding=UTF-8 - Exec=showimage %F +-Exec=showimage %F -Icon=showimage ++Exec=showimage-kde4 %F +Icon=showimage-kde4 Categories=Graphics;RasterGraphics;Viewer; Terminal=false --- showimage.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 01: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]) by hub.freebsd.org (Postfix) with ESMTP id D2B6BD1B; Sun, 24 Feb 2013 01:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AEBA5DD7; Sun, 24 Feb 2013 01:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O1e87k062100; Sun, 24 Feb 2013 01:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O1e8gC062086; Sun, 24 Feb 2013 01:40:08 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 01:40:08 GMT Message-Id: <201302240140.r1O1e8gC062086@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176385: Fix bug in desktop entry for port graphics/showimage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 01:40:08 -0000 Synopsis: Fix bug in desktop entry for port graphics/showimage Class-Changed-From-To: sw-bug->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sun Feb 24 01:40:08 UTC 2013 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176385 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 01: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]) by hub.freebsd.org (Postfix) with ESMTP id 281F8D1D; Sun, 24 Feb 2013 01:40:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0408FDD8; Sun, 24 Feb 2013 01:40:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O1eAs7062657; Sun, 24 Feb 2013 01:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O1eAqB062642; Sun, 24 Feb 2013 01:40:10 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 01:40:10 GMT Message-Id: <201302240140.r1O1eAqB062642@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176385: Fix bug in desktop entry for port graphics/showimage X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 01:40:11 -0000 Synopsis: Fix bug in desktop entry for port graphics/showimage Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 01:40:10 UTC 2013 Responsible-Changed-Why: bdrewery@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176385 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 03: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]) by hub.freebsd.org (Postfix) with ESMTP id 5D132FAD for ; Sun, 24 Feb 2013 03:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3F73710D3 for ; Sun, 24 Feb 2013 03:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O3A0kt080260 for ; Sun, 24 Feb 2013 03:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O3A0Si080253; Sun, 24 Feb 2013 03:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 03:10:00 GMT Resent-Message-Id: <201302240310.r1O3A0Si080253@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lawrence Chen Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 736EBC87 for ; Sun, 24 Feb 2013 03:03:11 +0000 (UTC) (envelope-from lchen@zen.lhaven.homeip.net) Received: from mho-02-ewr.mailhop.org (mho-04-ewr.mailhop.org [204.13.248.74]) by mx1.freebsd.org (Postfix) with ESMTP id 43E121050 for ; Sun, 24 Feb 2013 03:03:10 +0000 (UTC) Received: from ip70-179-144-108.fv.ks.cox.net ([70.179.144.108] helo=zen.lhaven.homeip.net) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1U9Rrj-000HjB-O9 for FreeBSD-gnats-submit@freebsd.org; Sun, 24 Feb 2013 03:03:03 +0000 Received: from zen.lhaven.homeip.net (localhost [127.0.0.1]) by zen.lhaven.homeip.net (8.14.6/8.14.5) with ESMTP id r1O32xJ4026995; Sat, 23 Feb 2013 21:02:59 -0600 (CST) (envelope-from lchen@zen.lhaven.homeip.net) Received: (from lchen@localhost) by zen.lhaven.homeip.net (8.14.6/8.14.5/Submit) id r1O32xe7026992; Sat, 23 Feb 2013 21:02:59 -0600 (CST) (envelope-from lchen) Message-Id: <201302240302.r1O32xe7026992@zen.lhaven.homeip.net> Date: Sat, 23 Feb 2013 21:02:59 -0600 (CST) From: Lawrence Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176386: [patch] graphics/netpbm: manweb doesn't work Cc: beastie_t@lhaven.homeip.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Lawrence Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 03:10:01 -0000 >Number: 176386 >Category: ports >Synopsis: [patch] graphics/netpbm: manweb doesn't work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 03:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Lawrence Chen >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD zen.lhaven.homeip.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: manweb doesn't work, can't find /etc/manweb.conf >How-To-Repeat: >Fix: - Change manweb to look for config at ${PREFIX}/etc/manweb.conf - Provide manweb.conf as buildtools/installnetpbm.pl would create - Provide netpbm.url/doc.url as GNUmakefile install.manweb would create The patch provides just the basic from the missing install steps, though adding 'browser=/usr/local/bin/lynx' to manweb.conf is helpful. --- patch.txt begins here --- --- Makefile.orig 2013-02-15 09:21:49.000000000 -0600 +++ Makefile 2013-02-23 20:11:35.054975713 -0600 @@ -42,6 +42,8 @@ .endif pre-configure: + @${REINPLACE_CMD} -e 's|/etc/manweb.conf|${PREFIX}/etc/manweb.conf|g' \ + ${WRKSRC}/manweb @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/pm_config.in.h @@ -73,5 +75,10 @@ ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/USERDOC ${DOCSDIR}/ .endif + @${INSTALL_DATA} ${PATCHDIR}/manweb.conf ${PREFIX}/etc/ + @${MKDIR} ${MANPREFIX}/man/web + @${INSTALL_DATA} ${PATCHDIR}/netpbm.url ${MANPREFIX}/man/web + @${INSTALL_DATA} ${PATCHDIR}/doc.url ${PREFIX}/bin/ + .include --- files/manweb.conf.orig 1969-12-31 18:00:00.000000000 -0600 +++ files/manweb.conf 2013-02-23 17:04:28.233973666 -0600 @@ -0,0 +1,2 @@ +#Configuration file for Manweb +webdir=/usr/local/man/web --- files/netpbm.url.orig 1969-12-31 18:00:00.000000000 -0600 +++ files/netpbm.url 2013-02-23 19:38:57.140973953 -0600 @@ -0,0 +1 @@ +http://netpbm.sourceforge.net/doc/ --- files/doc.url.orig 1969-12-31 18:00:00.000000000 -0600 +++ files/doc.url 2013-02-23 19:39:08.223974361 -0600 @@ -0,0 +1 @@ +http://netpbm.sourceforge.net/doc/ --- pkg-plist.orig 2012-05-24 23:13:40.000000000 -0500 +++ pkg-plist 2013-02-23 19:53:31.482974130 -0600 @@ -9,6 +9,7 @@ bin/cameratopam bin/cmuwmtopbm bin/ddbugtopbm +bin/doc.url bin/escp2topbm bin/eyuvtoppm bin/fiascotopnm @@ -318,6 +319,7 @@ bin/yuvsplittoppm bin/yuvtoppm bin/zeisstopnm +etc/manweb.conf include/bitio.h include/colorname.h include/mallocvar.h @@ -340,6 +342,7 @@ lib/libnetpbm.a lib/libnetpbm.so lib/libnetpbm.so.1 +man/web/netpbm.url %%DATADIR%%/palmcolor8.map %%DATADIR%%/palmgray1.map %%DATADIR%%/palmgray2.map --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 03: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]) by hub.freebsd.org (Postfix) with ESMTP id A877AFDA; Sun, 24 Feb 2013 03:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7132610D4; Sun, 24 Feb 2013 03:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O3A9fE080392; Sun, 24 Feb 2013 03:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O3A9Yp080388; Sun, 24 Feb 2013 03:10:09 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 03:10:09 GMT Message-Id: <201302240310.r1O3A9Yp080388@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176386: [patch] graphics/netpbm: manweb doesn't work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 03:10:09 -0000 Synopsis: [patch] graphics/netpbm: manweb doesn't work Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 03: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=176386 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 03:15: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]) by hub.freebsd.org (Postfix) with ESMTP id 2F134183; Sun, 24 Feb 2013 03:15:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0ABE61106; Sun, 24 Feb 2013 03:15:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O3FHax083144; Sun, 24 Feb 2013 03:15:17 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O3FHAr083140; Sun, 24 Feb 2013 03:15:17 GMT (envelope-from linimon) Date: Sun, 24 Feb 2013 03:15:17 GMT Message-Id: <201302240315.r1O3FHAr083140@freefall.freebsd.org> To: crees@FreeBSD.org, linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/176370: Re: ports/176334: Fix port: sysutils/boxbackup rc script and OPTIONSng X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 03:15:18 -0000 Old Synopsis: Fwd: ports/176334: Fix port: sysutils/boxbackup rc script and OPTIONSng New Synopsis: Re: ports/176334: Fix port: sysutils/boxbackup rc script and OPTIONSng State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Feb 24 03:12:55 UTC 2013 State-Changed-Why: Misfiled followup to ports/176334; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 24 03:12:55 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=176370 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 03: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]) by hub.freebsd.org (Postfix) with ESMTP id C04AB3E3 for ; Sun, 24 Feb 2013 03:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A48271169 for ; Sun, 24 Feb 2013 03:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O3U01B084845 for ; Sun, 24 Feb 2013 03:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O3U0Xr084844; Sun, 24 Feb 2013 03:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 03:30:00 GMT Resent-Message-Id: <201302240330.r1O3U0Xr084844@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danilo Egêa Gondolfo Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 76C333B2 for ; Sun, 24 Feb 2013 03:26:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4F5C71150 for ; Sun, 24 Feb 2013 03:26:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1O3QxXl038787 for ; Sun, 24 Feb 2013 03:26:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1O3QxmZ038786; Sun, 24 Feb 2013 03:26:59 GMT (envelope-from nobody) Message-Id: <201302240326.r1O3QxmZ038786@red.freebsd.org> Date: Sun, 24 Feb 2013 03:26:59 GMT From: Danilo Egêa Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176387: cad/electric-ng update and maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 03:30:00 -0000 >Number: 176387 >Category: ports >Synopsis: cad/electric-ng update and maintainer change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 03:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.1-RELEASE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD projeto 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243752M: Sat Dec 1 13:35:03 BRST 2012 root@projeto:/usr/obj/usr/src/sys/PROJETO amd64 >Description: cad/electric-ng update. Changes: - Update from 8.11 to 9.03 - Add desktop entry - Maintainer change >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 312860) +++ Makefile (working copy) @@ -1,21 +1,23 @@ # Created by: Stanislav Sedov # $FreeBSD$ -# -PORTNAME= electric-ng -PORTVERSION= 8.11 -PORTREVISION= 0 +PORTNAME= electric +PORTVERSION= 9.03 CATEGORIES= cad java MASTER_SITES= ${MASTER_SITE_GNU} \ - http://www.staticfreesoft.com/:1 + http://www.staticfreesoft.com/:1 \ + http://www.staticfreesoft.com/jmanual/:2 MASTER_SITE_SUBDIR= ${PORTNAME:S/-ng//} -DISTNAME= electric-${PORTVERSION} -EXTRACT_SUFX= .jar +PKGNAMESUFFIX= -ng +EXTRACT_SUFX= +DISTFILES+= ${PORTNAME}Binary-${PORTVERSION}.jar EXTRACT_ONLY= -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= A sophisticated VLSI design system +EXTRACT_DEPENDS= unzip:${PORTSDIR}/archivers/unzip + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes @@ -25,18 +27,22 @@ JARFILE="${JARFILE}" SUB_FILES= electric-ng -OPTIONS_DEFINE= BSH 3D IRSIM ANIM AXIS RUSSIAN +OPTIONS_DEFINE= BSH 3D IRSIM MANUAL BSH_DESC= Enable embedded java interpreter via BSH 3D_DESC= Enable 3D visualization via Java3D -IRSIM_DESC= Install IRSIM plugin -ANIM_DESC= Install 3D animation plugin -AXIS_DESC= Install 3D Axis Controller plugin -RUSSIAN_DESC= Install Russian manual +IRSIM_DESC= Install IRSIM and 3D animation plugin +MANUAL_DESC= Install documentation -JARFILE= ${DISTNAME}${EXTRACT_SUFX} +OPTIONS_DEFAULT= IRSIM MANUAL 3D + +JARFILE= ${PORTNAME}Binary-${PORTVERSION}.jar J3DLIB= ${LOCALBASE}/share/java/java3d/jar/j3dcore.jar -PLUGINDIR= ${PREFIX}/libexec/electric/ +PLUGINDIR= ${PREFIX}/libexec/${PORTNAME}${PKGNAMESUFFIX} +DESKTOP_ENTRIES="Electric-NG" "${COMMENT}" "${PORTNAME}${PKGNAMESUFFIX}" \ + "${PORTNAME}${PKGNAMESUFFIX}" "Development;Electronics;Engineering;" ${FALSE} +PLIST_FILES+= share/pixmaps/${PORTNAME}${PKGNAMESUFFIX}.png + .include .if ${PORT_OPTIONS:MBSH} || exists(${JAVALIBDIR}/bsh.jar) @@ -44,44 +50,48 @@ LIBFILES+= ${JAVALIBDIR}/bsh.jar .endif -.if ${PORT_OPTIONS:MAXIS} -WITH_3D= yes -PLUGINS+= electricJava3D-8.11 -.endif - -.if ${PORT_OPTIONS:MANIM} -WITH_3D= yes -RUN_DEPENDS+= ${JAVALIBDIR}/jmf.jar:${PORTSDIR}/java/jmf -PLUGINS+= electricJMF-8.11 -.endif - .if ${PORT_OPTIONS:M3D} || exists(${J3DLIB}) RUN_DEPENDS+= ${J3DLIB}:${PORTSDIR}/java/java3d .endif .if ${PORT_OPTIONS:MIRSIM} -PLUGINS+= electricIRSIM-8.11 +RUN_DEPENDS+= ${JAVALIBDIR}/jmf.jar:${PORTSDIR}/java/jmf +PLUGINS+= electricSFS-9.03 +LIBFILES+= ${PREFIX}/libexec/${PORTNAME}${PKGNAMESUFFIX}/electricSFS-9.03.jar .endif -.if ${PORT_OPTIONS:MRUSSIAN} -PLUGINS+= electricRussianManual-8.11 +.if ${PORT_OPTIONS:MMANUAL} +DISTFILES+= ElectricManual-9.03.pdf:2 +PLIST_FILES+= share/doc/${PORTNAME}${PKGNAMESUFFIX}/ElectricManual-9.03.pdf +PLIST_DIRS+= share/doc/${PORTNAME}${PKGNAMESUFFIX} .endif .if defined(PLUGINS) -LIBFILES+= ${PLUGINS:S,$,.jar,:S,^,${PLUGINDIR}/,} -DISTFILES= ${PLUGINS:S,$,.jar,:S,$,:1,} ${DISTNAME}${EXTRACT_SUFX} -PLIST_FILES+= ${PLUGINS:S,$,.jar,:S,^,libexec/electric/,} +DISTFILES+= electricSFS-9.03.jar:1 +PLIST_FILES+= libexec/${PORTNAME}${PKGNAMESUFFIX}/electricSFS-9.03.jar +PLIST_DIRS+= libexec/${PORTNAME}${PKGNAMESUFFIX} .endif +post-extract: + @(cd ${DISTDIR}/${DIST_SUBDIR} && ${UNZIP_CMD} -d ${WRKDIR} ${PORTNAME}Binary-${PORTVERSION}.jar \ + com/sun/electric/tool/user/help/helphtml/iconplug.png) + do-install: @${MKDIR} ${JAVAJARDIR} +.if ${PORT_OPTIONS:MMANUAL} + @${MKDIR} ${DOCSDIR}${PKGNAMESUFFIX} + ${INSTALL_DATA} ${DISTDIR}/ElectricManual-9.03.pdf ${DOCSDIR}${PKGNAMESUFFIX} +.endif ${INSTALL_DATA} ${DISTDIR}/${JARFILE} ${JAVAJARDIR} ${INSTALL_SCRIPT} ${WRKDIR}/electric-ng ${PREFIX}/bin + ${INSTALL_DATA} ${WRKDIR}/com/sun/electric/tool/user/help/helphtml/iconplug.png \ + ${PREFIX}/share/pixmaps/${PORTNAME}${PKGNAMESUFFIX}.png + .if defined(PLUGINS) # Install plugins @${MKDIR} ${PLUGINDIR}/ - ${INSTALL_DATA} ${PLUGINS:S,^,${DISTDIR}/,:S,$,.jar,} ${PLUGINDIR}/ + ${INSTALL_DATA} ${DISTDIR}/electricSFS-9.03.jar ${PLUGINDIR}/ .endif .include Index: distinfo =================================================================== --- distinfo (revision 312860) +++ distinfo (working copy) @@ -1,10 +1,6 @@ -SHA256 (electricJava3D-8.11.jar) = e1b7a24036300313416ce554b4fb345bc69fed7b41df89302e86b5bcbfacf066 -SIZE (electricJava3D-8.11.jar) = 5358 -SHA256 (electricJMF-8.11.jar) = 17a88fcd346500d2daaa41015df2d13c78189c610b789c76f25da3165d2362f4 -SIZE (electricJMF-8.11.jar) = 13480 -SHA256 (electricIRSIM-8.11.jar) = a06a4e7d1701ef287137c7eefac29af764f314ef4a3d86b8699965be1d0dea44 -SIZE (electricIRSIM-8.11.jar) = 151501 -SHA256 (electricRussianManual-8.11.jar) = a9b76748b65ded72412c949514e5c240ffa0233f69451887853ba71e5f268550 -SIZE (electricRussianManual-8.11.jar) = 1931050 -SHA256 (electric-8.11.jar) = 6c78d5f149e29bd14bfeb0dbbaa941b9d4e60c9417a427f6ad2055d7cd42b1af -SIZE (electric-8.11.jar) = 17329083 +SHA256 (electricBinary-9.03.jar) = ccd4ea6b9b2d11870e181c951f5393e9c3eb5d881dde5588bb090610d99bcff6 +SIZE (electricBinary-9.03.jar) = 23591444 +SHA256 (ElectricManual-9.03.pdf) = 68f0de327f959e0b54b90af6c5544591341d8b2d44f7bc10226498a14575a14c +SIZE (ElectricManual-9.03.pdf) = 3428348 +SHA256 (electricSFS-9.03.jar) = 4056019a021a8898f957c54fb4d892826fe9401f608b3770b9b39cc41e4ba398 +SIZE (electricSFS-9.03.jar) = 193588 Index: files/electric-ng.in =================================================================== --- files/electric-ng.in (revision 312860) +++ files/electric-ng.in (working copy) @@ -1,7 +1,4 @@ #!/bin/csh -# -# $MBSDlabs$ -# $FreeBSD$ set JAVA = "%%LOCALBASE%%/bin/java" set LIBFILES = "%%LIBFILES%%" Index: pkg-descr =================================================================== --- pkg-descr (revision 312860) +++ pkg-descr (working copy) @@ -4,28 +4,7 @@ - Schematic drawing - Hardware description language specifications -Electric has these CAD operations: - - Design rule checking - - Electrical rule checking - - Simulation and simulation interface (many options) - - Generation (ROMs, PLAs, Pad Frames, etc.) - - Compaction - - Routing - - VHDL compilation - - Silicon compilation - - Network consistency checking (LVS) - - Logical Effort analysis - - Project Management - -Electric can display these types of design: - - MOS (many CMOS and nMOS variations) - - Bipolar and BiCMOS - - Schematics and printed circuits - - Digital filters, Temporal logic - - Artwork - For real functionality, one should consider installing support simulation software such as cad/spice. -Author: Static Free Software & Sun Microsystems, Inc. WWW: http://www.staticfreesoft.com/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 04:17: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]) by hub.freebsd.org (Postfix) with ESMTP id 289528DB; Sun, 24 Feb 2013 04:17:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0350A12AF; Sun, 24 Feb 2013 04:17:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O4HLga094099; Sun, 24 Feb 2013 04:17:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O4HL7M094095; Sun, 24 Feb 2013 04:17:21 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 04:17:21 GMT Message-Id: <201302240417.r1O4HL7M094095@freefall.freebsd.org> To: yaneurabeya@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176383: sysutils/ipmitool cannot connect over SOL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 04:17:22 -0000 Synopsis: sysutils/ipmitool cannot connect over SOL State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sun Feb 24 04:17:21 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176383 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 04:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 9C92193D for ; Sun, 24 Feb 2013 04:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 87BC712CF for ; Sun, 24 Feb 2013 04:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O4K1Bu094251 for ; Sun, 24 Feb 2013 04:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O4K10n094250; Sun, 24 Feb 2013 04:20:01 GMT (envelope-from gnats) Date: Sun, 24 Feb 2013 04:20:01 GMT Message-Id: <201302240420.r1O4K10n094250@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/176383: sysutils/ipmitool cannot connect over SOL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 04:20:01 -0000 The following reply was made to PR ports/176383; it has been noted by GNATS. From: Edwin Groothuis To: spolyack@collaborativefusion.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/176383: sysutils/ipmitool cannot connect over SOL Date: Sun, 24 Feb 2013 04:17:20 UT Maintainer of sysutils/ipmitool, Please note that PR ports/176383 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/176383 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 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]) by hub.freebsd.org (Postfix) with ESMTP id A1ACCAF5 for ; Sun, 24 Feb 2013 04:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8236F14A7 for ; Sun, 24 Feb 2013 04:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O4e0tS097351 for ; Sun, 24 Feb 2013 04:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O4e0a1097350; Sun, 24 Feb 2013 04:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 04:40:00 GMT Resent-Message-Id: <201302240440.r1O4e0a1097350@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danilo Egêa Gondolfo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1E3DFAEE for ; Sun, 24 Feb 2013 04:39:01 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6331814A3 for ; Sun, 24 Feb 2013 04:39:00 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1O4cxEY061118 for ; Sun, 24 Feb 2013 04:38:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1O4cxAi061117; Sun, 24 Feb 2013 04:38:59 GMT (envelope-from nobody) Message-Id: <201302240438.r1O4cxAi061117@red.freebsd.org> Date: Sun, 24 Feb 2013 04:38:59 GMT From: Danilo Egêa Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176388: devel/allegro update and maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 04:40:00 -0000 >Number: 176388 >Category: ports >Synopsis: devel/allegro update and maintainer change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 04:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.1-RELEASE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD projeto 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243752M: Sat Dec 1 13:35:03 BRST 2012 root@projeto:/usr/obj/usr/src/sys/PROJETO amd64 >Description: devel/allegro update. Changes: - Update from 4.2.2 to 5.0.9. - Implement new options. - Change maintainer. - Change WWW Issues. - The port audio/dumb is dependency of this port, but the audio/dump has an option to enable allegro. Mark this option will cause a circular dependency. audio/dump should remove this option in the future. - What is better: update the port or create a new port devel/allegro5? >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 312860) +++ Makefile (working copy) @@ -2,139 +2,170 @@ # $FreeBSD$ PORTNAME= allegro -DISTVERSION= 4.2.2 -PORTREVISION= 3 +DISTVERSION= 5.0.9 CATEGORIES= devel MASTER_SITES= SF/alleg/${PORTNAME}/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= A cross-platform library for games and multimedia programming -USE_AUTOTOOLS= autoconf -USE_GCC= any -USE_GMAKE= yes -USE_XORG= x11 xpm xext xcursor xxf86vm xxf86dga +USE_XORG= x11 xpm xext xcursor xxf86vm xpm xrandr xinerama +USE_GNOME= gtk20 +USE_GL= gl glu USE_LDCONFIG= yes WANT_GNOME= yes +USE_CMAKE= yes -OPTIONS_DEFINE= ARTS DEBUG DEVEL ESOUND JACK OPTIMIZED_CFLAGS PROFILE THREADS -OPTIONS_DEFAULT= DEVEL OPTIMIZED_CFLAGS THREADS -DEVEL_DESC= Install development utilities +CFLAGS+= -L${LOCALBASE}/lib -I${LOCALBASE}/include +CMAKE_C_FLAGS+= ${CFLAGS} +CMAKE_ARGS+= -DCMAKE_INSTALL_PREFIX=${PREFIX} +CMAKE_ARGS+= -DWANT_X11=ON +CMAKE_ARGS+= -DWANT_OPENGL=ON -MAKEFILE= makefile -ALL_TARGET= full-build -MAKE_JOBS_UNSAFE= yes +LIB_DEPENDS+= freetype:${PORTSDIR}/print/freetype2 +LIB_DEPENDS+= jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS+= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS+= ogg:${PORTSDIR}/audio/libogg +LIB_DEPENDS+= ICE:${PORTSDIR}/x11/libICE +BUILD_DEPENDS+= ${LOCALBASE}/lib/libdumb.a:${PORTSDIR}/audio/dumb +OPTIONS_DEFINE= ALSA DEBUG DEMO DOCS EXAMPLES FLAC OPENAL OPTIMIZED_CFLAGS OSS PHYSFS PULSE TREMOR VERBOSE VORBIS +OPTIONS_DEFAULT= ALSA DOCS EXAMPLES FLAC OPENAL OPTIMIZED_CFLAGS OSS PHYSFS PULSE TREMOR VORBIS + +DEMO_DESC= Build demonstration programs +PHYSFS_DESC= Physfs support +PULSE_DESC= Pulse Audio support +VERBOSE_DESC= Build verbose + +MAKE_JOBS_SAFE= yes + .include "Makefile.man" +MANCOMPRESSED= no -INFO= allegro - CONFLICTS= allegro-devel-[0-9]* -PLIST_SUB= SHLIB_VER="${SHLIB_VER}" -SHLIB_VER= 42 -DEMO= demo.c demo.dat demo.h music.txt ../readme.txt - # Restrict to stable (even) versions, indicated by the second component. PORTSCOUT= limitw:1,even .include -.if ${PORT_OPTIONS:MARTS} -LIB_DEPENDS+= artsc:${PORTSDIR}/audio/arts -CONFIGURE_ARGS+=--enable-artsdigi -PLIST_SUB+= ARTS="" +.if ${PORT_OPTIONS:MALSA} +CMAKE_ARGS+= -DWANT_ALSA=ON +LIB_DEPENDS+= asound:${PORTSDIR}/audio/alsa-lib .else -CONFIGURE_ARGS+=--disable-artsdigi -PLIST_SUB+= ARTS="@comment " +CMAKE_ARGS+= -DWANT_ALSA=OFF .endif .if ${PORT_OPTIONS:MDEBUG} -CONFIGURE_ARGS+=--enable-dbglib -PLIST_SUB+= DEBUG="" +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Debug +PLIST_SUB+= DEBUG="-debug" +PLIST_SUB+= PKGDEBUG="debug-" .else -CONFIGURE_ARGS+=--disable-dbglib -PLIST_SUB+= DEBUG="@comment " +CMAKE_ARGS+= -DCMAKE_BUILD_TYPE=Release +PLIST_SUB+= DEBUG="" +PLIST_SUB+= PKGDEBUG="" .endif -.if ${PORT_OPTIONS:MDEVEL} -INSTALL_TARGET= full-install install-man install-info -PLIST_SUB+= DEVEL="" +.if ${PORT_OPTIONS:MDEMO} +CMAKE_ARGS+= -DWANT_DEMO=ON +PLIST_SUB+= DEMOS="" .else -INSTALL_TARGET= mini-install install-man install-info -PLIST_SUB+= DEVEL="@comment " +CMAKE_ARGS+= -DWANT_DEMO=OFF +PLIST_SUB+= DEMOS="@comment " .endif -.if ${PORT_OPTIONS:MESOUNS} -USE_GNOME+= esound -CONFIGURE_ARGS+=--enable-esddigi -PLIST_SUB+= ESOUND="" +.if ${PORT_OPTIONS:MDOCS} +CMAKE_ARGS+= -DWANT_DOCS_HTML=ON +PLIST_SUB+= DOCS="" .else -CONFIGURE_ARGS+=--disable-esddigi -PLIST_SUB+= ESOUND="@comment " +CMAKE_ARGS+= -DWANT_DOCS_HTML=OFF +PLIST_SUB+= DOCS="@comment " .endif -.if ${PORT_OPTIONS:MJACK} -LIB_DEPENDS+= jack:${PORTSDIR}/audio/jack -CONFIGURE_ARGS+=--enable-jackdigi -PLIST_SUB+= JACK="" +.if ${PORT_OPTIONS:MEXAMPLES} +CMAKE_ARGS+= -DWANT_EXAMPLES=ON +PLIST_SUB+= EXAMPLES="" .else -CONFIGURE_ARGS+=--disable-jackdigi -PLIST_SUB+= JACK="@comment " +CMAKE_ARGS+= -DWANT_EXAMPLES=OFF +PLIST_SUB+= EXAMPLES="@comment " .endif -.if ${PORT_OPTIONS:MPROFILE} -CONFIGURE_ARGS+=--enable-proflib -PLIST_SUB+= PROFILE="" +.if ${PORT_OPTIONS:MFLAC} +CMAKE_ARGS+= -DWANT_FLAC=ON +LIB_DEPENDS+= FLAC:${PORTSDIR}/audio/flac .else -CONFIGURE_ARGS+=--disable-proflib -PLIST_SUB+= PROFILE="@comment " +CMAKE_ARGS+= -DWANT_FLAC=OFF .endif -.if ${PORT_OPTIONS:MTHREADS} -CONFIGURE_ARGS+=--enable-pthreads -CPPFLAGS+= -DHAVE_LIBPTHREAD +.if ${PORT_OPTIONS:MOPENAL} +CMAKE_ARGS+= -DWANT_OPENAL=ON +LIB_DEPENDS+= openal:${PORTSDIR}/audio/openal .else -CONFIGURE_ARGS+=--disable-pthreads +CMAKE_ARGS+= -DWANT_OPENAL=OFF .endif -post-patch: -# Change "x.y.z" into "xy" in the shared library version. - @${REINPLACE_CMD} -e 's|${PORTVERSION}|${SHLIB_VER}|g' \ - ${WRKSRC}/makefile.ver +.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} +CMAKE_C_FLAGS+= -O3 +.endif +.if ${PORT_OPTIONS:MOSS} +CMAKE_ARGS+= -DWANT_ALSA=ON +.else +CMAKE_ARGS+= -DWANT_ALSA=OFF +.endif -# Remove architecture specific optimizations. - @${REINPLACE_CMD} -e 's|$$TARGET_ARCH||g' \ - ${CONFIGURE_WRKSRC}/configure.in +.if ${PORT_OPTIONS:MPHYSFS} +CMAKE_ARGS+= -DWANT_PHYSFS=ON +LIB_DEPENDS+= physfs:${PORTSDIR}/devel/physfs +PLIST_SUB+= PHYSFS="" +.else +CMAKE_ARGS+= -DWANT_PHYSFS=OFF +PLIST_SUB+= PHYSFS="@comment " +.endif -# Remove "-ffast-math" flag on alpha, because it breaks. -.if ${ARCH} == "alpha" - @${REINPLACE_CMD} -e 's|-ffast-math||g' \ - ${CONFIGURE_WRKSRC}/configure.in +.if ${PORT_OPTIONS:MPULSE} +CMAKE_ARGS+= -DWANT_PULSEAUDIO=ON +LIB_DEPENDS+= pulse:${PORTSDIR}/audio/pulseaudio +.else +CMAKE_ARGS+= -DWANT_PULSEAUDIO=OFF .endif -# Enable/disable compilation optimizations. -.if ${PORT_OPTIONS:MOPTIMIZED_CFLAGS} - @${REINPLACE_CMD} -e 's|-O2||g ; \ - s|-ffast-math||g ; \ - s|-fomit-frame-pointer||g ; \ - s|-funroll-loops||g' \ - ${CONFIGURE_WRKSRC}/configure.in +.if ${PORT_OPTIONS:MTREMOR} +CMAKE_ARGS+= -DWANT_TREMOR=ON +LIB_DEPENDS+= vorbisidec:${PORTSDIR}/audio/libtremor +PLIST_SUB+= TREMOR="" +.else +CMAKE_ARGS+= -DWANT_TREMOR=OFF +PLIST_SUB+= TREMOR="@comment " .endif +.if ${PORT_OPTIONS:MVERBOSE} +CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE=ON +.else +CMAKE_ARGS+= -DCMAKE_VERBOSE_MAKEFILE=OFF +.endif + +.if ${PORT_OPTIONS:MVORBIS} +CMAKE_ARGS+= -DWANT_VORBIS=ON +LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis +.else +CMAKE_ARGS+= -DWANT_VORBIS=OFF +.endif + post-install: -# Documentation. + ${INSTALL_MAN} ${WRKSRC}/docs/man/* ${PREFIX}/man/man3 +.if ${PORT_OPTIONS:MEXAMPLES} + ${MKDIR} ${EXAMPLESDIR} + ${TAR} -C ${WRKSRC}/examples --exclude "CMakeFiles" \ + -cf - . | ${TAR} -C ${EXAMPLESDIR} -xf - +.endif +.if ${PORT_OPTIONS:MDEMO} + ${MKDIR} ${DATADIR} + ${TAR} -C ${WRKSRC} --exclude "CMakeFiles" \ + -cf - demos | ${TAR} -C ${DATADIR} -xf - +.endif .if ${PORT_OPTIONS:MDOCS} - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/html/*.html ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/docs/html/*.css ${DOCSDIR} - -# Examples. - @${MKDIR} ${EXAMPLESDIR} - ${INSTALL_PROGRAM} ${WRKSRC}/demo/demo ${EXAMPLESDIR} -. for f in ${DEMO} - ${INSTALL_DATA} ${WRKSRC}/demo/${f} ${EXAMPLESDIR} -. endfor + ${MKDIR} ${DOCSDIR} + ${CP} -r ${WRKSRC}/docs/html/refman/* ${DOCSDIR} .endif .include Index: Makefile.man =================================================================== --- Makefile.man (revision 312860) +++ Makefile.man (working copy) @@ -1,255 +1,189 @@ -MAN3= ALLEGRO_DATE.3 ALLEGRO_DATE_STR.3 ALLEGRO_SUB_VERSION.3 \ - ALLEGRO_VERSION.3 ALLEGRO_VERSION_STR.3 ALLEGRO_WIP_VERSION.3 \ - AL_ID.3 ASSERT.3 AUDIOSTREAM.3 BITMAP.3 COLOR_MAP.3 \ - COMPILED_SPRITE.3 DATAFILE.3 DAT_ID.3 DIALOG.3 DIALOG_PLAYER.3 \ - END_OF_FUNCTION.3 END_OF_MAIN.3 FONT.3 GFX_MODE.3 \ - GFX_MODE_LIST.3 JOYSTICK_AXIS_INFO.3 JOYSTICK_BUTTON_INFO.3 \ - JOYSTICK_INFO.3 JOYSTICK_STICK_INFO.3 LOCK_FUNCTION.3 \ - LOCK_VARIABLE.3 LZSS_PACK_DATA.3 LZSS_UNPACK_DATA.3 \ - MAKE_VERSION.3 MASK_COLOR_15.3 MASK_COLOR_16.3 MASK_COLOR_24.3 \ - MASK_COLOR_32.3 MASK_COLOR_8.3 MATRIX.3 MATRIX_f.3 MENU.3 \ - MENU_PLAYER.3 MIDI.3 PACKFILE.3 PACKFILE_VTABLE.3 PALETTE.3 \ - PAL_SIZE.3 POLYTYPE_ATEX.3 POLYTYPE_ATEX_LIT.3 \ - POLYTYPE_ATEX_MASK.3 POLYTYPE_ATEX_MASK_LIT.3 \ - POLYTYPE_ATEX_MASK_TRANS.3 POLYTYPE_ATEX_TRANS.3 POLYTYPE_FLAT.3 \ - POLYTYPE_GCOL.3 POLYTYPE_GRGB.3 POLYTYPE_PTEX.3 \ - POLYTYPE_PTEX_LIT.3 POLYTYPE_PTEX_MASK.3 \ - POLYTYPE_PTEX_MASK_LIT.3 POLYTYPE_PTEX_MASK_TRANS.3 \ - POLYTYPE_PTEX_TRANS.3 QUAT.3 RGB.3 RGB_MAP.3 RLE_SPRITE.3 \ - SAMPLE.3 SCREEN_H.3 SCREEN_W.3 TRACE.3 V3D.3 V3D_f.3 VIRTUAL_H.3 \ - VIRTUAL_W.3 ZBUFFER.3 _getpixel.3 _getpixel15.3 _getpixel16.3 \ - _getpixel24.3 _getpixel32.3 _putpixel.3 _putpixel15.3 \ - _putpixel16.3 _putpixel24.3 _putpixel32.3 _set_color.3 \ - _ustrdup.3 acquire_bitmap.3 acquire_screen.3 active_dialog.3 \ - active_menu.3 add_clip_rect.3 adjust_sample.3 al_assert.3 \ - al_ffblk.3 al_ffblk_get_size.3 al_findclose.3 al_findfirst.3 \ - al_findnext.3 al_trace.3 alert.3 alert3.3 allegro_404_char.3 \ - allegro_error.3 allegro_exit.3 allegro_icon.3 allegro_id.3 \ - allegro_init.3 allegro_message.3 allocate_voice.3 \ - append_filename.3 apply_matrix.3 apply_matrix_f.3 apply_quat.3 \ - arc.3 bestfit_color.3 bitmap_color_depth.3 bitmap_mask_color.3 \ - black_palette.3 blit.3 bmp_read_line.3 bmp_unwrite_line.3 \ - bmp_write_line.3 broadcast_dialog_message.3 calc_spline.3 \ - calibrate_joystick.3 calibrate_joystick_name.3 \ - canonicalize_filename.3 centre_dialog.3 check_cpu.3 circle.3 \ - circlefill.3 clear_bitmap.3 clear_keybuf.3 clear_scene.3 \ - clear_to_color.3 clear_zbuffer.3 clip3d.3 clip3d_f.3 close_fli.3 \ - color_map.3 config_is_hooked.3 cpu_capabilities.3 cpu_family.3 \ - cpu_model.3 cpu_vendor.3 create_bitmap.3 create_bitmap_ex.3 \ - create_blender_table.3 create_color_table.3 \ - create_datafile_index.3 create_light_table.3 \ - create_lzss_pack_data.3 create_lzss_unpack_data.3 \ - create_rgb_table.3 create_sample.3 create_scene.3 \ - create_sub_bitmap.3 create_sub_zbuffer.3 create_system_bitmap.3 \ - create_trans_table.3 create_video_bitmap.3 create_zbuffer.3 \ - cross_product.3 cross_product_f.3 d_bitmap_proc.3 d_box_proc.3 \ - d_button_proc.3 d_check_proc.3 d_clear_proc.3 d_ctext_proc.3 \ - d_edit_proc.3 d_icon_proc.3 d_keyboard_proc.3 d_list_proc.3 \ - d_menu_proc.3 d_radio_proc.3 d_rtext_proc.3 d_shadow_box_proc.3 \ - d_slider_proc.3 d_text_list_proc.3 d_text_proc.3 \ - d_textbox_proc.3 d_yield_proc.3 deallocate_voice.3 \ - default_palette.3 delete_file.3 desktop_color_depth.3 \ - desktop_palette.3 destroy_bitmap.3 destroy_compiled_sprite.3 \ - destroy_datafile_index.3 destroy_font.3 destroy_gfx_mode_list.3 \ - destroy_midi.3 destroy_rle_sprite.3 destroy_sample.3 \ - destroy_scene.3 destroy_zbuffer.3 detect_digi_driver.3 \ - detect_midi_driver.3 dialog_message.3 digi_recorder.3 \ - disable_hardware_cursor.3 do_arc.3 do_circle.3 do_dialog.3 \ - do_ellipse.3 do_line.3 do_menu.3 do_uconvert.3 dot_product.3 \ - dot_product_f.3 draw_character_ex.3 draw_compiled_sprite.3 \ - draw_gouraud_sprite.3 draw_lit_rle_sprite.3 draw_lit_sprite.3 \ - draw_rle_sprite.3 draw_sprite.3 draw_sprite_h_flip.3 \ - draw_sprite_v_flip.3 draw_sprite_vh_flip.3 \ - draw_trans_rle_sprite.3 draw_trans_sprite.3 drawing_mode.3 \ - ellipse.3 ellipsefill.3 empty_string.3 enable_hardware_cursor.3 \ - enable_triple_buffer.3 ex12bit.3 ex3buf.3 ex3d.3 exaccel.3 \ - exalpha.3 exbitmap.3 exblend.3 excamera.3 excolmap.3 exconfig.3 \ - excustom.3 exdata.3 exdbuf.3 exexedat.3 exfixed.3 exflame.3 \ - exflip.3 exfont.3 exgui.3 exhello.3 exists.3 exjoy.3 exkeys.3 \ - exlights.3 exmem.3 exmidi.3 exmouse.3 expackf.3 expal.3 expat.3 \ - exquat.3 exrgbhsv.3 exsample.3 exscale.3 exscn3d.3 exscroll.3 \ - exshade.3 exspline.3 exsprite.3 exstars.3 exstream.3 exswitch.3 \ - exsyscur.3 extimer.3 extract_font_range.3 extrans.3 extruec.3 \ - exunicod.3 exupdate.3 exxfade.3 exzbuf.3 fade_from.3 \ - fade_from_range.3 fade_in.3 fade_in_range.3 fade_interpolate.3 \ - fade_out.3 fade_out_range.3 fastline.3 file_exists.3 \ - file_select_ex.3 file_size_ex.3 file_time.3 \ - find_allegro_resource.3 find_datafile_object.3 \ - find_dialog_focus.3 fix_filename_case.3 fix_filename_slashes.3 \ - fixacos.3 fixadd.3 fixasin.3 fixatan.3 fixatan2.3 fixceil.3 \ - fixcos.3 fixdiv.3 fixed.3 fixfloor.3 fixhypot.3 fixmul.3 \ - fixsin.3 fixsqrt.3 fixsub.3 fixtan.3 fixtof.3 fixtoi.3 \ - fixtorad_r.3 fixup_datafile.3 fli_bitmap.3 fli_bmp_dirty_from.3 \ - fli_bmp_dirty_to.3 fli_frame.3 fli_pal_dirty_from.3 \ - fli_pal_dirty_to.3 fli_palette.3 fli_timer.3 floodfill.3 \ - flush_config_file.3 font.3 font_has_alpha.3 for_each_file_ex.3 \ - free_audio_stream_buffer.3 free_config_entries.3 \ - free_lzss_pack_data.3 free_lzss_unpack_data.3 \ - freeze_mouse_flag.3 ftofix.3 generate_332_palette.3 \ - generate_optimized_palette.3 get_align_matrix.3 \ - get_align_matrix_f.3 get_audio_stream_buffer.3 \ - get_camera_matrix.3 get_camera_matrix_f.3 get_clip_rect.3 \ - get_clip_state.3 get_color.3 get_color_conversion.3 \ - get_color_depth.3 get_compiled_sprite.3 get_config_argv.3 \ - get_config_float.3 get_config_hex.3 get_config_id.3 \ - get_config_int.3 get_config_string.3 get_config_text.3 \ - get_datafile_property.3 get_desktop_resolution.3 \ - get_display_switch_mode.3 get_executable_name.3 get_extension.3 \ - get_filename.3 get_font_range_begin.3 get_font_range_end.3 \ - get_font_ranges.3 get_gfx_mode_list.3 get_hardware_volume.3 \ - get_midi_length.3 get_mixer_bits.3 get_mixer_buffer_length.3 \ - get_mixer_channels.3 get_mixer_frequency.3 get_mixer_quality.3 \ - get_mixer_voices.3 get_mouse_mickeys.3 get_palette.3 \ - get_palette_range.3 get_refresh_rate.3 get_rle_sprite.3 \ - get_rotation_matrix.3 get_rotation_matrix_f.3 \ - get_rotation_quat.3 get_scaling_matrix.3 get_scaling_matrix_f.3 \ - get_sound_input_cap_bits.3 get_sound_input_cap_parm.3 \ - get_sound_input_cap_rate.3 get_sound_input_cap_stereo.3 \ - get_transformation_matrix.3 get_transformation_matrix_f.3 \ - get_translation_matrix.3 get_translation_matrix_f.3 \ - get_uformat.3 get_vector_rotation_matrix.3 \ - get_vector_rotation_matrix_f.3 get_vector_rotation_quat.3 \ - get_volume.3 get_x_rotate_matrix.3 get_x_rotate_matrix_f.3 \ - get_x_rotate_quat.3 get_y_rotate_matrix.3 \ - get_y_rotate_matrix_f.3 get_y_rotate_quat.3 \ - get_z_rotate_matrix.3 get_z_rotate_matrix_f.3 \ - get_z_rotate_quat.3 geta.3 geta32.3 geta_depth.3 getb.3 getb15.3 \ - getb16.3 getb24.3 getb32.3 getb8.3 getb_depth.3 getg.3 getg15.3 \ - getg16.3 getg24.3 getg32.3 getg8.3 getg_depth.3 getpixel.3 \ - getr.3 getr15.3 getr16.3 getr24.3 getr32.3 getr8.3 getr_depth.3 \ - gfx_capabilities.3 gfx_mode_select.3 gfx_mode_select_ex.3 \ - gfx_mode_select_filter.3 grab_font_from_bitmap.3 gui_bg_color.3 \ - gui_button_proc.3 gui_ctext_proc.3 gui_edit_proc.3 \ - gui_fg_color.3 gui_font_baseline.3 gui_get_screen.3 \ - gui_list_proc.3 gui_menu_draw_menu.3 gui_menu_draw_menu_item.3 \ - gui_mg_color.3 gui_mouse_b.3 gui_mouse_focus.3 gui_mouse_x.3 \ - gui_mouse_y.3 gui_mouse_z.3 gui_set_screen.3 \ - gui_shadow_box_proc.3 gui_strlen.3 gui_text_list_proc.3 \ - gui_textout_ex.3 hline.3 hook_config_section.3 hsv_to_rgb.3 \ - identity_matrix.3 identity_matrix_f.3 identity_quat.3 \ - init_dialog.3 init_menu.3 initialise_joystick.3 \ - install_allegro.3 install_int.3 install_int_ex.3 \ - install_joystick.3 install_keyboard.3 install_keyboard_hooks.3 \ - install_mouse.3 install_param_int.3 install_param_int_ex.3 \ - install_sound.3 install_sound_input.3 install_timer.3 \ - is_color_font.3 is_compatible_font.3 is_inside_bitmap.3 \ - is_linear_bitmap.3 is_memory_bitmap.3 is_mono_font.3 \ - is_planar_bitmap.3 is_relative_filename.3 is_same_bitmap.3 \ - is_screen_bitmap.3 is_sub_bitmap.3 is_system_bitmap.3 is_trans_font.3 \ - is_video_bitmap.3 is_windowed_mode.3 itofix.3 joy.3 key.3 \ - key_led_flag.3 key_shifts.3 keyboard_callback.3 \ - keyboard_lowlevel_callback.3 keyboard_needs_poll.3 \ - keyboard_ucallback.3 keypressed.3 line.3 list_config_entries.3 \ - list_config_sections.3 load_bios_font.3 load_bitmap.3 \ - load_bitmap_font.3 load_bmp.3 load_bmp_pf.3 load_dat_font.3 \ - load_datafile.3 load_datafile_callback.3 load_datafile_object.3 \ - load_datafile_object_indexed.3 load_font.3 load_grx_font.3 \ - load_grx_or_bios_font.3 load_ibk.3 load_joystick_data.3 \ - load_lbm.3 load_midi.3 load_midi_patches.3 load_pcx.3 \ - load_pcx_pf.3 load_sample.3 load_tga.3 load_tga_pf.3 \ - load_txt_font.3 load_voc.3 load_voc_pf.3 load_wav.3 \ - load_wav_pf.3 lock_bitmap.3 lock_midi.3 lock_sample.3 \ - lzss_read.3 lzss_write.3 make_absolute_filename.3 \ - make_relative_filename.3 make_trans_font.3 makeacol.3 \ - makeacol32.3 makeacol_depth.3 makecol.3 makecol15.3 \ - makecol15_dither.3 makecol16.3 makecol16_dither.3 makecol24.3 \ - makecol32.3 makecol8.3 makecol_depth.3 masked_blit.3 \ - masked_stretch_blit.3 matrix_mul.3 matrix_mul_f.3 \ - matrix_to_quat.3 merge_fonts.3 midi_loop_end.3 midi_loop_start.3 \ - midi_meta_callback.3 midi_msg_callback.3 midi_out.3 midi_pause.3 \ - midi_pos.3 midi_recorder.3 midi_resume.3 midi_seek.3 \ - midi_sysex_callback.3 midi_time.3 mouse_b.3 mouse_w.3 mouse_callback.3 \ - mouse_needs_poll.3 mouse_pos.3 mouse_sprite.3 mouse_x.3 \ - mouse_x_focus.3 mouse_y.3 mouse_y_focus.3 mouse_z.3 \ - need_uconvert.3 next_fli_frame.3 normalize_vector.3 \ - normalize_vector_f.3 num_joysticks.3 object_message.3 \ - offer_focus.3 open_fli.3 open_memory_fli.3 os_multitasking.3 \ - os_revision.3 os_type.3 os_version.3 override_config_data.3 \ - override_config_file.3 pack_fclose.3 pack_fclose_chunk.3 \ - pack_feof.3 pack_ferror.3 pack_fgets.3 pack_fopen.3 \ - pack_fopen_chunk.3 pack_fopen_vtable.3 pack_fputs.3 pack_fread.3 \ - pack_fseek.3 pack_fwrite.3 pack_getc.3 pack_igetl.3 pack_igetw.3 \ - pack_iputl.3 pack_iputw.3 pack_mgetl.3 pack_mgetw.3 pack_mputl.3 \ - pack_mputw.3 pack_putc.3 pack_ungetc.3 packfile_password.3 \ - palette_color.3 persp_project.3 persp_project_f.3 \ - pivot_scaled_sprite.3 pivot_scaled_sprite_v_flip.3 pivot_sprite.3 \ - pivot_sprite_v_flip.3 play_audio_stream.3 play_fli.3 \ - play_looped_midi.3 play_memory_fli.3 play_midi.3 play_sample.3 \ - poll_joystick.3 poll_keyboard.3 poll_mouse.3 poll_scroll.3 \ - polygon.3 polygon3d.3 polygon3d_f.3 polygon_z_normal.3 \ - polygon_z_normal_f.3 pop_config_state.3 popup_dialog.3 \ - position_dialog.3 position_mouse.3 position_mouse_w.3 \ - position_mouse_z.3 push_config_state.3 put_backslash.3 putpixel.3 \ - qnx_get_window.3 qscale_matrix.3 qscale_matrix_f.3 qtranslate_matrix.3 \ - qtranslate_matrix_f.3 quad3d.3 quad3d_f.3 quat_interpolate.3 \ - quat_mul.3 quat_slerp.3 quat_to_matrix.3 radtofix_r.3 \ - read_sound_input.3 readkey.3 reallocate_voice.3 rect.3 \ - rectfill.3 register_assert_handler.3 register_bitmap_file_type.3 \ - register_datafile_object.3 register_font_file_type.3 \ - register_sample_file_type.3 register_trace_handler.3 \ - register_uformat.3 release_bitmap.3 release_screen.3 \ - release_voice.3 reload_config_texts.3 \ - remove_display_switch_callback.3 remove_int.3 remove_joystick.3 \ - remove_keyboard.3 remove_mouse.3 remove_param_int.3 \ - remove_sound.3 remove_sound_input.3 remove_timer.3 \ - render_scene.3 replace_extension.3 replace_filename.3 \ - request_refresh_rate.3 request_scroll.3 request_video_bitmap.3 \ - reserve_voices.3 reset_fli_variables.3 rest.3 rest_callback.3 \ - retrace_count.3 rgb_map.3 rgb_to_hsv.3 rotate_scaled_sprite.3 \ - rotate_scaled_sprite_v_flip.3 rotate_sprite.3 \ - rotate_sprite_v_flip.3 save_bitmap.3 save_bmp.3 save_bmp_pf.3 \ - save_joystick_data.3 save_pcx.3 save_pcx_pf.3 save_sample.3 \ - save_tga.3 save_tga_pf.3 scancode_to_ascii.3 scancode_to_name.3 \ - scare_mouse.3 scare_mouse_area.3 scene_gap.3 scene_polygon3d.3 \ - scene_polygon3d_f.3 screen.3 scroll_screen.3 \ - select_mouse_cursor.3 select_palette.3 set_add_blender.3 \ - set_allegro_resource_path.3 set_alpha_blender.3 \ - set_blender_mode.3 set_blender_mode_ex.3 set_burn_blender.3 \ - set_clip_rect.3 set_clip_state.3 set_close_button_callback.3 \ - set_color.3 set_color_blender.3 set_color_conversion.3 \ - set_color_depth.3 set_config_data.3 set_config_file.3 \ - set_config_float.3 set_config_hex.3 set_config_id.3 \ - set_config_int.3 set_config_string.3 set_dialog_color.3 \ - set_difference_blender.3 set_display_switch_callback.3 \ - set_display_switch_mode.3 set_dissolve_blender.3 \ - set_dodge_blender.3 set_gfx_mode.3 set_hardware_volume.3 \ - set_hue_blender.3 set_invert_blender.3 set_keyboard_rate.3 \ - set_leds.3 set_luminance_blender.3 set_mixer_quality.3 \ - set_mouse_cursor_bitmap.3 set_mouse_range.3 set_mouse_speed.3 \ - set_mouse_sprite.3 set_mouse_sprite_focus.3 \ - set_multiply_blender.3 set_palette.3 set_palette_range.3 \ - set_projection_viewport.3 set_saturation_blender.3 \ - set_screen_blender.3 set_sound_input_source.3 \ - set_trans_blender.3 set_ucodepage.3 set_uformat.3 set_volume.3 \ - set_volume_per_voice.3 set_window_title.3 \ - set_write_alpha_blender.3 set_zbuffer.3 show_mouse.3 \ - show_os_cursor.3 show_video_bitmap.3 shutdown_dialog.3 \ - shutdown_menu.3 simulate_keypress.3 simulate_ukeypress.3 \ - solid_mode.3 spline.3 start_sound_input.3 stop_audio_stream.3 \ - stop_midi.3 stop_sample.3 stop_sound_input.3 stretch_blit.3 \ - stretch_sprite.3 text_height.3 text_length.3 textout_centre_ex.3 \ - textout_ex.3 textout_justify_ex.3 textout_right_ex.3 \ - textprintf_centre_ex.3 textprintf_ex.3 textprintf_justify_ex.3 \ - textprintf_right_ex.3 three_finger_flag.3 transpose_font.3 \ - triangle.3 triangle3d.3 triangle3d_f.3 uatof.3 uconvert.3 \ - uconvert_ascii.3 uconvert_size.3 uconvert_toascii.3 ucwidth.3 \ - ugetat.3 ugetc.3 ugetx.3 ugetxc.3 uinsert.3 uisdigit.3 uisok.3 \ - uisspace.3 unload_datafile.3 unload_datafile_object.3 \ - unscare_mouse.3 unselect_palette.3 uoffset.3 update_dialog.3 \ - update_menu.3 ureadkey.3 uremove.3 usetat.3 usetc.3 usprintf.3 \ - ustrcat.3 ustrchr.3 ustrcmp.3 ustrcpy.3 ustrdup.3 ustrerror.3 \ - ustricmp.3 ustrlen.3 ustrlwr.3 ustrncat.3 ustrncmp.3 ustrncpy.3 \ - ustrnicmp.3 ustrpbrk.3 ustrrchr.3 ustrsize.3 ustrsizez.3 \ - ustrstr.3 ustrtod.3 ustrtok.3 ustrtok_r.3 ustrtol.3 ustrupr.3 \ - ustrzcat.3 ustrzcpy.3 ustrzncat.3 ustrzncpy.3 uszprintf.3 \ - utolower.3 utoupper.3 uvsprintf.3 uvszprintf.3 uwidth.3 \ - uwidth_max.3 vector_length.3 vector_length_f.3 vline.3 \ - voice_check.3 voice_get_frequency.3 voice_get_pan.3 \ - voice_get_position.3 voice_get_volume.3 voice_ramp_volume.3 \ - voice_set_echo.3 voice_set_frequency.3 voice_set_pan.3 \ - voice_set_playmode.3 voice_set_position.3 voice_set_priority.3 \ - voice_set_tremolo.3 voice_set_vibrato.3 voice_set_volume.3 \ - voice_start.3 voice_stop.3 voice_stop_frequency_sweep.3 \ - voice_stop_pan_sweep.3 voice_stop_volumeramp.3 \ - voice_sweep_frequency.3 voice_sweep_pan.3 vsync.3 xor_mode.3 \ - xwin_set_window_name.3 +MAN3= ALLEGRO_AUDIO_DEPTH.3 ALLEGRO_AUDIO_PAN_NONE.3 ALLEGRO_AUDIO_STREAM.3 ALLEGRO_BITMAP.3 \ + ALLEGRO_BPM_TO_SECS.3 ALLEGRO_BPS_TO_SECS.3 ALLEGRO_CHANNEL_CONF.3 ALLEGRO_COLOR.3 \ + ALLEGRO_COND.3 ALLEGRO_CONFIG.3 ALLEGRO_DISPLAY.3 ALLEGRO_DISPLAY_MODE.3 \ + ALLEGRO_EVENT.3 ALLEGRO_EVENT_DISPLAY_CLOSE.3 ALLEGRO_EVENT_DISPLAY_EXPOSE.3 ALLEGRO_FILE.3 \ + ALLEGRO_EVENT_DISPLAY_FOUND.3 ALLEGRO_EVENT_DISPLAY_LOST.3 ALLEGRO_EVENT_DISPLAY_ORIENTATION.3 ALLEGRO_EVENT_DISPLAY_RESIZE.3 \ + ALLEGRO_EVENT_DISPLAY_SWITCH_IN.3 ALLEGRO_EVENT_DISPLAY_SWITCH_OUT.3 ALLEGRO_EVENT_JOYSTICK_AXIS.3 ALLEGRO_EVENT_JOYSTICK_BUTTON_DOWN.3 \ + ALLEGRO_EVENT_JOYSTICK_BUTTON_UP.3 ALLEGRO_EVENT_JOYSTICK_CONFIGURATION.3 ALLEGRO_EVENT_KEY_CHAR.3 ALLEGRO_EVENT_KEY_DOWN.3 \ + ALLEGRO_EVENT_KEY_UP.3 ALLEGRO_EVENT_MOUSE_AXES.3 ALLEGRO_EVENT_MOUSE_BUTTON_DOWN.3 ALLEGRO_EVENT_MOUSE_BUTTON_UP.3 \ + ALLEGRO_EVENT_MOUSE_ENTER_DISPLAY.3 ALLEGRO_EVENT_MOUSE_LEAVE_DISPLAY.3 ALLEGRO_EVENT_MOUSE_WARPED.3 ALLEGRO_EVENT_QUEUE.3 \ + ALLEGRO_EVENT_SOURCE.3 ALLEGRO_EVENT_TIMER.3 ALLEGRO_EVENT_TYPE.3 ALLEGRO_EVENT_TYPE_IS_USER.3 \ + ALLEGRO_FILECHOOSER.3 ALLEGRO_FILE_MODE.3 ALLEGRO_FILE_INTERFACE.3 ALLEGRO_FONT.3 \ + ALLEGRO_FS_ENTRY.3 ALLEGRO_FS_INTERFACE.3 ALLEGRO_GET_EVENT_TYPE.3 ALLEGRO_JOYFLAGS.3 \ + ALLEGRO_JOYSTICK.3 ALLEGRO_JOYSTICK_STATE.3 ALLEGRO_KEYBOARD_STATE.3 ALLEGRO_LOCKED_REGION.3 \ + ALLEGRO_MEMORY_INTERFACE.3 ALLEGRO_MIXER.3 ALLEGRO_MIXER_QUALITY.3 ALLEGRO_MONITOR_INFO.3 \ + ALLEGRO_MOUSE_STATE.3 ALLEGRO_MSECS_TO_SECS.3 ALLEGRO_MUTEX.3 ALLEGRO_PI.3 \ + ALLEGRO_PIXEL_FORMAT.3 ALLEGRO_PLAYMODE.3 ALLEGRO_PRIM_ATTR.3 ALLEGRO_PRIM_QUALITY.3 \ + ALLEGRO_PRIM_STORAGE.3 ALLEGRO_PRIM_TYPE.3 ALLEGRO_SAMPLE.3 ALLEGRO_SAMPLE_ID.3 \ + ALLEGRO_SAMPLE_INSTANCE.3 ALLEGRO_SEEK.3 ALLEGRO_STATE.3 ALLEGRO_STATE_FLAGS.3 \ + ALLEGRO_TEXTLOG.3 ALLEGRO_THREAD.3 ALLEGRO_TIMEOUT.3 ALLEGRO_TIMER.3 \ + ALLEGRO_TRANSFORM.3 ALLEGRO_USECS_TO_SECS.3 ALLEGRO_USER_EVENT.3 ALLEGRO_USTR.3 \ + ALLEGRO_USTR_INFO.3 ALLEGRO_VERTEX.3 ALLEGRO_VERTEX_CACHE_SIZE.3 ALLEGRO_VERTEX_DECL.3 \ + ALLEGRO_VERTEX_ELEMENT.3 ALLEGRO_VOICE.3 al_acknowledge_resize.3 al_add_config_comment.3 \ + al_add_config_section.3 al_add_new_bitmap_flag.3 al_add_timer_count.3 al_append_native_text_log.3 \ + al_append_path_component.3 al_attach_audio_stream_to_mixer.3 al_attach_audio_stream_to_voice.3 al_attach_mixer_to_mixer.3 \ + al_attach_mixer_to_voice.3 al_attach_sample_instance_to_mixer.3 al_attach_sample_instance_to_voice.3 al_broadcast_cond.3 \ + al_build_transform.3 al_calculate_arc.3 al_calculate_ribbon.3 al_calculate_spline.3 \ + al_calloc.3 al_calloc_with_context.3 al_change_directory.3 al_check_inverse.3 \ + al_clear_to_color.3 al_clone_bitmap.3 al_clone_path.3 al_close_directory.3 \ + al_close_native_text_log.3 al_color_cmyk.3 al_color_cmyk_to_rgb.3 al_color_hsl.3 \ + al_color_hsl_to_rgb.3 al_color_hsv.3 al_color_hsv_to_rgb.3 al_color_html.3 \ + al_color_html_to_rgb.3 al_color_name.3 al_color_name_to_rgb.3 al_color_yuv.3 \ + al_color_rgb_to_cmyk.3 al_color_rgb_to_hsl.3 al_color_rgb_to_hsv.3 al_color_rgb_to_html.3 \ + al_color_rgb_to_name.3 al_color_rgb_to_yuv.3 al_color_yuv_to_rgb.3 al_compose_transform.3 \ + al_convert_mask_to_alpha.3 al_copy_transform.3 al_create_audio_stream.3 al_create_bitmap.3 \ + al_create_builtin_font.3 al_create_cond.3 al_create_config.3 al_create_display.3 \ + al_create_event_queue.3 al_create_file_handle.3 al_create_fs_entry.3 al_create_mixer.3 \ + al_create_mouse_cursor.3 al_create_mutex.3 al_create_mutex_recursive.3 al_create_native_file_dialog.3 \ + al_create_path.3 al_create_path_for_directory.3 al_create_sample.3 al_create_sample_instance.3 \ + al_create_sub_bitmap.3 al_create_thread.3 al_create_timer.3 al_create_voice.3 \ + al_create_vertex_decl.3 al_cstr.3 al_cstr_dup.3 al_current_time.3 \ + al_destroy_audio_stream.3 al_destroy_bitmap.3 al_destroy_cond.3 al_destroy_config.3 \ + al_destroy_display.3 al_destroy_event_queue.3 al_destroy_font.3 al_destroy_fs_entry.3 \ + al_destroy_mixer.3 al_destroy_mouse_cursor.3 al_destroy_mutex.3 al_destroy_native_file_dialog.3 \ + al_destroy_path.3 al_destroy_sample.3 al_destroy_sample_instance.3 al_destroy_thread.3 \ + al_destroy_timer.3 al_destroy_user_event_source.3 al_destroy_vertex_decl.3 al_destroy_voice.3 \ + al_detach_audio_stream.3 al_detach_mixer.3 al_detach_sample_instance.3 al_detach_voice.3 \ + al_drain_audio_stream.3 al_draw_arc.3 al_draw_bitmap.3 al_draw_bitmap_region.3 \ + al_draw_circle.3 al_draw_ellipse.3 al_draw_elliptical_arc.3 al_draw_filled_circle.3 \ + al_draw_filled_ellipse.3 al_draw_filled_pieslice.3 al_draw_filled_rectangle.3 al_draw_filled_rounded_rectangle.3 \ + al_draw_filled_triangle.3 al_draw_indexed_prim.3 al_draw_justified_text.3 al_draw_justified_textf.3 \ + al_draw_justified_ustr.3 al_draw_line.3 al_draw_pieslice.3 al_draw_pixel.3 \ + al_draw_prim.3 al_draw_rectangle.3 al_draw_ribbon.3 al_draw_rotated_bitmap.3 \ + al_draw_rounded_rectangle.3 al_draw_scaled_bitmap.3 al_draw_scaled_rotated_bitmap.3 al_draw_soft_line.3 \ + al_draw_soft_triangle.3 al_draw_spline.3 al_draw_text.3 al_draw_textf.3 \ + al_draw_tinted_bitmap.3 al_draw_tinted_bitmap_region.3 al_draw_tinted_rotated_bitmap.3 al_draw_tinted_scaled_bitmap.3 \ + al_draw_tinted_scaled_rotated_bitmap.3 al_draw_tinted_scaled_rotated_bitmap_region.3 al_draw_triangle.3 al_draw_ustr.3 \ + al_drop_next_event.3 al_drop_path_tail.3 al_emit_user_event.3 al_fclearerr.3 \ + al_fclose.3 al_feof.3 al_ferror.3 al_fflush.3 \ + al_fget_ustr.3 al_fgetc.3 al_fgets.3 al_filename_exists.3 \ + al_fixacos.3 al_fixadd.3 al_fixcos.3 al_fixasin.3 \ + al_fixatan.3 al_fixatan2.3 al_fixceil.3 al_fixdiv.3 \ + al_fixed.3 al_fixfloor.3 al_fixhypot.3 al_fixmul.3 \ + al_fixsin.3 al_fixsqrt.3 al_fixsub.3 al_fixtan.3 \ + al_fixtof.3 al_fixtoi.3 al_fixtorad_r.3 al_flip_display.3 \ + al_flush_event_queue.3 al_fopen.3 al_fopen_fd.3 al_fopen_interface.3 \ + al_fputc.3 al_fopen_slice.3 al_fputs.3 al_fread.3 \ + al_fread16be.3 al_fread16le.3 al_fread32be.3 al_fread32le.3 \ + al_free.3 al_free_with_context.3 al_fs_entry_exists.3 al_fseek.3 \ + al_fsize.3 al_ftell.3 al_ftofix.3 al_fungetc.3 \ + al_fwrite.3 al_fwrite16be.3 al_fwrite16le.3 al_fwrite32be.3 \ + al_fwrite32le.3 al_get_allegro_acodec_version.3 al_get_allegro_audio_version.3 al_get_allegro_color_version.3 \ + al_get_allegro_font_version.3 al_get_allegro_image_version.3 al_get_allegro_memfile_version.3 al_get_allegro_native_dialog_version.3 \ + al_get_allegro_physfs_version.3 al_get_allegro_primitives_version.3 al_get_allegro_ttf_version.3 al_get_allegro_version.3 \ + al_get_app_name.3 al_get_audio_depth_size.3 al_get_audio_stream_depth.3 al_get_audio_stream_attached.3 \ + al_get_audio_stream_channels.3 al_get_audio_stream_event_source.3 al_get_audio_stream_fragment.3 al_get_audio_stream_fragments.3 \ + al_get_audio_stream_frequency.3 al_get_audio_stream_gain.3 al_get_audio_stream_length.3 al_get_audio_stream_length_secs.3 \ + al_get_audio_stream_pan.3 al_get_audio_stream_playing.3 al_get_audio_stream_playmode.3 al_get_backbuffer.3 \ + al_get_audio_stream_position_secs.3 al_get_audio_stream_speed.3 al_get_available_audio_stream_fragments.3 al_get_bitmap_flags.3 \ + al_get_bitmap_format.3 al_get_bitmap_height.3 al_get_bitmap_width.3 al_get_blender.3 \ + al_get_channel_count.3 al_get_clipping_rectangle.3 al_get_config_value.3 al_get_current_directory.3 \ + al_get_current_display.3 al_get_current_transform.3 al_get_d3d_device.3 al_get_d3d_system_texture.3 \ + al_get_d3d_texture_position.3 al_get_d3d_video_texture.3 al_get_default_mixer.3 al_get_display_event_source.3 \ + al_get_display_flags.3 al_get_display_format.3 al_get_display_height.3 al_get_display_mode.3 \ + al_get_display_option.3 al_get_display_refresh_rate.3 al_get_display_width.3 al_get_errno.3 \ + al_get_event_source_data.3 al_get_file_userdata.3 al_get_first_config_entry.3 al_get_first_config_section.3 \ + al_get_font_ascent.3 al_get_font_descent.3 al_get_font_line_height.3 al_get_fs_entry_atime.3 \ + al_get_fs_entry_ctime.3 al_get_fs_entry_mode.3 al_get_fs_entry_mtime.3 al_get_fs_entry_name.3 \ + al_get_fs_entry_size.3 al_get_fs_interface.3 al_get_joystick.3 al_get_joystick_active.3 \ + al_get_joystick_axis_name.3 al_get_joystick_button_name.3 al_get_joystick_event_source.3 al_get_joystick_name.3 \ + al_get_joystick_num_axes.3 al_get_joystick_num_buttons.3 al_get_joystick_num_sticks.3 al_get_joystick_state.3 \ + al_get_joystick_stick_flags.3 al_get_joystick_stick_name.3 al_get_keyboard_event_source.3 al_get_keyboard_state.3 \ + al_get_mixer_attached.3 al_get_mixer_channels.3 al_get_mixer_depth.3 al_get_mixer_frequency.3 \ + al_get_mixer_gain.3 al_get_mixer_playing.3 al_get_mixer_quality.3 al_get_monitor_info.3 \ + al_get_mouse_cursor_position.3 al_get_mouse_event_source.3 al_get_mouse_num_axes.3 al_get_mouse_num_buttons.3 \ + al_get_mouse_state.3 al_get_mouse_state_axis.3 al_get_native_file_dialog_count.3 al_get_native_file_dialog_path.3 \ + al_init.3 al_get_native_text_log_event_source.3 al_get_new_bitmap_flags.3 al_get_new_bitmap_format.3 \ + al_get_new_display_adapter.3 al_get_new_display_flags.3 al_get_new_display_option.3 al_get_new_display_refresh_rate.3 \ + al_get_new_file_interface.3 al_get_new_window_position.3 al_get_next_config_entry.3 al_get_next_config_section.3 \ + al_get_next_event.3 al_get_num_display_modes.3 al_itofix.3 al_get_num_joysticks.3 \ + al_get_num_video_adapters.3 al_get_opengl_extension_list.3 al_get_opengl_fbo.3 al_get_opengl_proc_address.3 \ + al_get_opengl_texture.3 al_get_opengl_texture_position.3 al_get_opengl_texture_size.3 al_get_opengl_variant.3 \ + al_get_opengl_version.3 al_get_org_name.3 al_get_parent_bitmap.3 al_get_path_basename.3 \ + al_get_path_component.3 al_get_path_drive.3 al_get_path_extension.3 al_get_path_filename.3 \ + al_get_path_num_components.3 al_get_path_tail.3 al_get_pixel.3 al_get_pixel_format_bits.3 \ + al_get_pixel_size.3 al_get_sample.3 al_get_sample_channels.3 al_get_sample_data.3 \ + al_get_sample_depth.3 al_get_sample_frequency.3 al_get_sample_instance_attached.3 al_get_sample_instance_channels.3 \ + al_get_sample_instance_depth.3 al_get_sample_instance_frequency.3 al_get_sample_instance_gain.3 al_get_sample_instance_length.3 \ + al_get_sample_instance_pan.3 al_get_sample_instance_playing.3 al_get_sample_instance_playmode.3 al_get_sample_instance_position.3 \ + al_get_sample_instance_speed.3 al_get_sample_instance_time.3 al_get_sample_length.3 al_get_separate_blender.3 \ + al_get_standard_path.3 al_get_system_config.3 al_get_target_bitmap.3 al_get_text_dimensions.3 \ + al_get_text_width.3 al_get_thread_should_stop.3 al_get_time.3 al_get_timer_count.3 \ + al_get_timer_event_source.3 al_get_timer_speed.3 al_get_timer_started.3 al_get_ustr_dimensions.3 \ + al_get_ustr_width.3 al_get_voice_channels.3 al_get_voice_depth.3 al_get_voice_frequency.3 \ + al_get_voice_playing.3 al_grab_mouse.3 al_get_voice_position.3 al_get_win_window_handle.3 \ + al_get_window_position.3 al_grab_font_from_bitmap.3 al_have_d3d_non_pow2_texture_support.3 al_have_d3d_non_square_texture_support.3 \ + al_have_opengl_extension.3 al_hide_mouse_cursor.3 al_hold_bitmap_drawing.3 al_identity_transform.3 \ + al_inhibit_screensaver.3 al_init_acodec_addon.3 al_init_font_addon.3 al_init_image_addon.3 \ + al_init_native_dialog_addon.3 al_init_primitives_addon.3 al_init_timeout.3 al_init_ttf_addon.3 \ + al_init_user_event_source.3 al_insert_path_component.3 al_install_audio.3 al_install_joystick.3 \ + al_install_keyboard.3 al_install_mouse.3 al_install_system.3 al_invert_transform.3 \ + al_iphone_override_screen_scale.3 al_iphone_program_has_halted.3 al_is_audio_installed.3 al_is_bitmap_drawing_held.3 \ + al_is_bitmap_locked.3 al_is_compatible_bitmap.3 al_is_d3d_device_lost.3 al_is_event_queue_empty.3 \ + al_is_joystick_installed.3 al_is_keyboard_installed.3 al_is_mouse_installed.3 al_is_sub_bitmap.3 \ + al_is_system_installed.3 al_join_paths.3 al_join_thread.3 al_key_down.3 \ + al_keycode_to_name.3 al_load_audio_stream.3 al_load_bitmap.3 al_load_audio_stream_f.3 \ + al_load_bitmap_f.3 al_load_bitmap_font.3 al_load_config_file.3 al_load_config_file_f.3 \ + al_load_font.3 al_load_sample.3 al_load_sample_f.3 al_load_ttf_font.3 \ + al_load_ttf_font_f.3 al_load_ttf_font_stretch.3 al_load_ttf_font_stretch_f.3 al_lock_bitmap.3 \ + al_lock_bitmap_region.3 al_lock_mutex.3 al_make_directory.3 al_malloc.3 \ + al_make_path_canonical.3 al_make_temp_file.3 al_malloc_with_context.3 al_map_rgb.3 \ + al_map_rgb_f.3 al_map_rgba.3 al_map_rgba_f.3 al_merge_config.3 \ + al_merge_config_into.3 al_mouse_button_down.3 al_open_directory.3 al_open_fs_entry.3 \ + al_open_memfile.3 al_open_native_text_log.3 al_osx_get_window.3 al_path_cstr.3 \ + al_peek_next_event.3 al_rest.3 al_play_sample.3 al_play_sample_instance.3 \ + al_put_blended_pixel.3 al_put_pixel.3 al_radtofix_r.3 al_read_directory.3 \ + al_realloc.3 al_realloc_with_context.3 al_rebase_path.3 al_reconfigure_joysticks.3 \ + al_ref_buffer.3 al_ref_cstr.3 al_ref_ustr.3 al_register_assert_handler.3 \ + al_register_audio_stream_loader.3 al_register_audio_stream_loader_f.3 al_register_bitmap_loader.3 al_register_bitmap_loader_f.3 \ + al_register_bitmap_saver.3 al_register_bitmap_saver_f.3 al_register_event_source.3 al_register_font_loader.3 \ + al_register_sample_loader.3 al_register_sample_loader_f.3 al_register_sample_saver.3 al_register_sample_saver_f.3 \ + al_release_joystick.3 al_remove_filename.3 al_remove_fs_entry.3 al_remove_opengl_fbo.3 \ + al_remove_path_component.3 al_replace_path_component.3 al_reserve_samples.3 al_reset_clipping_rectangle.3 \ + al_reset_new_display_options.3 al_resize_display.3 al_restore_default_mixer.3 al_restore_state.3 \ + al_rewind_audio_stream.3 al_rotate_transform.3 al_run_detached_thread.3 al_run_main.3 \ + al_save_bitmap.3 al_save_bitmap_f.3 al_save_config_file.3 al_save_config_file_f.3 \ + al_save_sample.3 al_save_sample_f.3 al_scale_transform.3 al_seek_audio_stream_secs.3 \ + al_set_app_name.3 al_set_audio_stream_fragment.3 al_set_audio_stream_gain.3 al_set_audio_stream_loop_secs.3 \ + al_set_audio_stream_pan.3 al_set_audio_stream_playing.3 al_set_audio_stream_playmode.3 al_set_audio_stream_speed.3 \ + al_set_blender.3 al_set_config_value.3 al_set_clipping_rectangle.3 al_set_current_opengl_context.3 \ + al_set_default_mixer.3 al_set_display_flag.3 al_set_display_icon.3 al_set_display_icons.3 \ + al_set_errno.3 al_set_event_source_data.3 al_set_exe_name.3 al_set_fs_interface.3 \ + al_set_keyboard_leds.3 al_set_memory_interface.3 al_set_mixer_frequency.3 al_set_mixer_gain.3 \ + al_set_mixer_playing.3 al_set_sample.3 al_set_mixer_postprocess_callback.3 al_set_mixer_quality.3 \ + al_set_mouse_axis.3 al_set_mouse_cursor.3 al_set_mouse_w.3 al_set_mouse_xy.3 \ + al_set_mouse_z.3 al_set_new_bitmap_flags.3 al_set_new_bitmap_format.3 al_set_new_display_adapter.3 \ + al_set_new_display_flags.3 al_set_new_display_option.3 al_set_new_display_refresh_rate.3 al_set_new_file_interface.3 \ + al_set_org_name.3 al_set_new_window_position.3 al_set_path_drive.3 al_set_path_extension.3 \ + al_set_path_filename.3 al_set_physfs_file_interface.3 al_set_sample_instance_gain.3 al_set_sample_instance_length.3 \ + al_set_sample_instance_pan.3 al_set_sample_instance_playing.3 al_set_sample_instance_playmode.3 al_set_sample_instance_position.3 \ + al_set_sample_instance_speed.3 al_set_separate_blender.3 al_set_standard_file_interface.3 al_set_standard_fs_interface.3 \ + al_set_system_mouse_cursor.3 al_set_target_backbuffer.3 al_set_target_bitmap.3 al_set_thread_should_stop.3 \ + al_set_timer_count.3 al_set_timer_speed.3 al_set_voice_playing.3 al_set_voice_position.3 \ + al_set_window_position.3 al_set_window_title.3 al_show_mouse_cursor.3 al_show_native_file_dialog.3 \ + al_show_native_message_box.3 al_shutdown_font_addon.3 al_shutdown_image_addon.3 al_shutdown_native_dialog_addon.3 \ + al_shutdown_primitives_addon.3 al_shutdown_ttf_addon.3 al_signal_cond.3 al_start_thread.3 \ + al_start_timer.3 al_stop_sample.3 al_stop_sample_instance.3 al_stop_samples.3 \ + al_stop_timer.3 al_store_state.3 al_toggle_display_flag.3 al_transform_coordinates.3 \ + al_translate_transform.3 al_ungrab_mouse.3 al_uninstall_audio.3 al_uninstall_joystick.3 \ + al_uninstall_keyboard.3 al_uninstall_mouse.3 al_uninstall_system.3 al_unlock_bitmap.3 \ + al_unlock_mutex.3 al_unmap_rgb.3 al_unmap_rgb_f.3 al_unmap_rgba.3 \ + al_unmap_rgba_f.3 al_unref_user_event.3 al_unregister_event_source.3 al_update_display_region.3 \ + al_update_fs_entry.3 al_use_transform.3 al_ustr_append.3 al_ustr_append_chr.3 \ + al_ustr_append_cstr.3 al_ustr_appendf.3 al_ustr_assign.3 al_ustr_assign_cstr.3 \ + al_ustr_assign_substr.3 al_ustr_compare.3 al_ustr_dup.3 al_ustr_dup_substr.3 \ + al_ustr_empty_string.3 al_ustr_encode_utf16.3 al_ustr_equal.3 al_ustr_find_chr.3 \ + al_ustr_find_cset.3 al_ustr_find_cset_cstr.3 al_ustr_find_cstr.3 al_ustr_find_replace.3 \ + al_ustr_find_replace_cstr.3 al_ustr_find_set.3 al_ustr_find_set_cstr.3 al_ustr_find_str.3 \ + al_ustr_free.3 al_ustr_get.3 al_ustr_get_next.3 al_ustr_has_prefix.3 \ + al_ustr_has_prefix_cstr.3 al_ustr_has_suffix.3 al_ustr_has_suffix_cstr.3 al_ustr_insert.3 \ + al_ustr_new.3 al_ustr_insert_chr.3 al_ustr_insert_cstr.3 al_ustr_length.3 \ + al_ustr_ltrim_ws.3 al_ustr_ncompare.3 al_ustr_new_from_buffer.3 al_ustr_new_from_utf16.3 \ + al_ustr_newf.3 al_ustr_next.3 al_ustr_offset.3 al_ustr_prev.3 \ + al_ustr_prev_get.3 al_ustr_remove_chr.3 al_ustr_remove_range.3 al_ustr_replace_range.3 \ + al_ustr_rfind_chr.3 al_ustr_rfind_cstr.3 al_ustr_rfind_str.3 al_ustr_rtrim_ws.3 \ + al_ustr_set_chr.3 al_ustr_size.3 al_ustr_size_utf16.3 al_ustr_to_buffer.3 \ + al_ustr_trim_ws.3 al_ustr_truncate.3 al_ustr_vappendf.3 al_utf16_encode.3 \ + al_utf16_width.3 al_utf8_encode.3 al_utf8_width.3 al_wait_cond.3 \ + al_wait_cond_until.3 al_wait_for_event.3 al_wait_for_event_timed.3 al_wait_for_vsync.3 \ + al_wait_for_event_until.3 Index: distinfo =================================================================== --- distinfo (revision 312860) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (allegro-4.2.2.tar.gz) = f9b8e3178a10ac93041e3ffbc98ea0efc0254884c317bf078eb66366ee042a7d -SIZE (allegro-4.2.2.tar.gz) = 3181258 +SHA256 (allegro-5.0.9.tar.gz) = ba28ac307023f1c756f1c421086f81d1e19ec5f09412d5848303c64177a20bd5 +SIZE (allegro-5.0.9.tar.gz) = 3152274 Index: files/extra-patch-include-allegro-inline-fmaths.in =================================================================== --- files/extra-patch-include-allegro-inline-fmaths.in (revision 312860) +++ files/extra-patch-include-allegro-inline-fmaths.in (working copy) @@ -1,43 +0,0 @@ ---- include/allegro/inline/fmaths.inl.orig Sun Jun 5 18:23:46 2005 -+++ include/allegro/inline/fmaths.inl Thu Aug 11 18:53:53 2005 -@@ -103,40 +103,11 @@ - - AL_INLINE(fixed, fixmul, (fixed x, fixed y), - { -- /* In benchmarks conducted circa May 2005 we found that, in the main: -- * - IA32 machines performed faster with one implementation; -- * - AMD64 and G4 machines performed faster with another implementation. -- * -- * Benchmarks were mainly done with differing versions of gcc. -- * Results varied with other compilers, optimisation levels, etc. -- * so this is not optimal, though a tenable compromise. -- */ -- #if (defined ALLEGRO_I386) || (!defined LONG_LONG) -- -- fixed sign = (x^y) & 0x80000000; -- int mask_x = x >> 31; -- int mask_y = y >> 31; -- int mask_result = sign >> 31; -- fixed result; -- -- x = (x^mask_x) - mask_x; -- y = (y^mask_y) - mask_y; -- -- result = ((y >> 8)*(x >> 8) + -- (((y >> 8)*(x&0xff)) >> 8) + -- (((x >> 8)*(y&0xff)) >> 8)); -- -- return (result^mask_result) - mask_result; -- -- #else -- - LONG_LONG lx = x; - LONG_LONG ly = y; - LONG_LONG lres = (lx*ly)>>16; - int res = lres; - return res; -- -- #endif - }) - - Index: files/patch-CMakeLists.txt =================================================================== --- files/patch-CMakeLists.txt (revision 0) +++ files/patch-CMakeLists.txt (working copy) @@ -0,0 +1,20 @@ +--- ../../allegro-5.0.9/CMakeLists.txt 2012-12-15 02:11:25.000000000 -0200 ++++ CMakeLists.txt 2013-02-17 20:34:47.000000000 -0300 +@@ -580,8 +580,6 @@ + if(CAN_XCURSOR) + set(ALLEGRO_XWINDOWS_WITH_XCURSOR 1) + list(APPEND X11_LIBRARIES "Xcursor") +- else(CAN_XCURSOR) +- message(FATAL_ERROR "X11 support requires Xcursor library.") + endif(CAN_XCURSOR) + + if(WANT_X11_XF86VIDMODE) +@@ -905,7 +903,7 @@ + @ONLY + ) + install(FILES ${LIBRARY_OUTPUT_PATH}/pkgconfig/${outname} +- DESTINATION "lib${LIB_SUFFIX}/pkgconfig" ++ DESTINATION "libdata/pkgconfig" + ) + endforeach(name) + endforeach(versuffix) Index: files/patch-aclocal.m4 =================================================================== --- files/patch-aclocal.m4 (revision 312860) +++ files/patch-aclocal.m4 (working copy) @@ -1,26 +0,0 @@ ---- aclocal.m4.orig 2007-06-16 01:52:28.000000000 +0000 -+++ aclocal.m4 2008-07-14 15:10:32.000000000 +0000 -@@ -195,3 +195,2 @@ - dnl --AC_MSG_CHECKING(for System V sys/procfs) - AC_DEFUN(ALLEGRO_ACTEST_SV_PROCFS, [ -@@ -211,3 +210,2 @@ - ]) --AC_MSG_RESULT($allegro_sv_procfs) - -@@ -219,3 +217,2 @@ - dnl --AC_MSG_CHECKING(if sys/procfs.h tells us argc/argv) - AC_DEFUN(ALLEGRO_ACTEST_PROCFS_ARGCV, [ -@@ -228,3 +225,2 @@ - ]) --AC_MSG_RESULT($allegro_procfs_argcv) - -@@ -236,3 +232,2 @@ - dnl --AC_MSG_CHECKING(for getexecname) - AC_DEFUN(ALLEGRO_ACTEST_SYS_GETEXECNAME, -@@ -242,3 +237,2 @@ - ) --AC_MSG_RESULT($allegro_sys_getexecname) - Index: files/patch-addons-audio-pulseaudio.c =================================================================== --- files/patch-addons-audio-pulseaudio.c (revision 0) +++ files/patch-addons-audio-pulseaudio.c (working copy) @@ -0,0 +1,20 @@ +--- ../../allegro-5.0.9/addons/audio/pulseaudio.c 2013-01-31 08:31:41.000000000 -0200 ++++ addons/audio/pulseaudio.c 2013-02-18 15:35:10.000000000 -0300 +@@ -22,7 +22,7 @@ + #include + #include + #include +-#include ++#include + + ALLEGRO_DEBUG_CHANNEL("PulseAudio") + +@@ -170,7 +170,7 @@ + + static int pulseaudio_allocate_voice(ALLEGRO_VOICE *voice) + { +- PULSEAUDIO_VOICE *pv = al_malloc(sizeof(PULSEAUDIO_VOICE)); ++ PULSEAUDIO_VOICE *pv = malloc(sizeof(PULSEAUDIO_VOICE)); + pa_sample_spec ss; + pa_buffer_attr ba; + Index: files/patch-configure.in =================================================================== --- files/patch-configure.in (revision 312860) +++ files/patch-configure.in (working copy) @@ -1,32 +0,0 @@ ---- configure.in.orig Sun Jun 12 04:53:19 2005 -+++ configure.in Fri Aug 5 15:09:10 2005 -@@ -297,8 +297,8 @@ - allegro_static_libraries=yes - _programs="statically linked $_programs" - else -- LIBALLEG="lib/unix/lib${LIB_TO_LINK}-\$(shared_version).so lib/unix/lib${LIB_TO_LINK}_unsharable.a" -- LINK_LIBALLEG="-Llib/unix -l${LIB_TO_LINK}-\$(shared_version) -l${LIB_TO_LINK}_unsharable -lm" -+ LIBALLEG="lib/unix/lib${LIB_TO_LINK}.so.\$(shared_version) lib/unix/lib${LIB_TO_LINK}_unsharable.a" -+ LINK_LIBALLEG="-Llib/unix -l${LIB_TO_LINK} -l${LIB_TO_LINK}_unsharable -lm" - LINK_WITH_STATIC_LIBS=no - allegro_shared_libraries=yes - _programs="dynamically linked $_programs" -@@ -337,15 +337,15 @@ - - _libraries="$_libraries shared" - if test "X$allegro_build_normal_library" = "Xyes"; then -- ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballeg-\$(shared_version).so lib/unix/liballeg_unsharable.a" -+ ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballeg.so.\$(shared_version) lib/unix/liballeg_unsharable.a" - _libraries="$_libraries release" - fi - if test "X$allegro_build_debugging_library" = "Xyes"; then -- ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballd-\$(shared_version).so lib/unix/liballd_unsharable.a" -+ ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballd.so.\$(shared_version) lib/unix/liballd_unsharable.a" - _libraries="$_libraries debug" - fi - if test "X$allegro_build_profiling_library" = "Xyes"; then -- ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballp-\$(shared_version).so lib/unix/liballp_unsharable.a" -+ ALLEGRO_LIB_TARGETS="$ALLEGRO_LIB_TARGETS lib/unix/liballp.so.\$(shared_version) lib/unix/liballp_unsharable.a" - _libraries="$_libraries profile" - fi - fi Index: files/patch-makefile.in =================================================================== --- files/patch-makefile.in (revision 312860) +++ files/patch-makefile.in (working copy) @@ -1,135 +0,0 @@ ---- makefile.in.orig 2007-07-22 00:55:54.000000000 -0500 -+++ makefile.in 2011-03-25 17:23:23.000000000 -0500 -@@ -31,4 +31,4 @@ - --ACLOCAL = aclocal --AUTOCONF = autoconf -+ACLOCAL = true -+AUTOCONF = true - -@@ -36,2 +36,3 @@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ -@@ -355,2 +356,7 @@ - lib: $(ALLEGRO_LIB_TARGETS) -+ @for l in alleg alld allp; do \ -+ if test -f $(LIBDIR)/lib$${l}.so.$(shared_version); then \ -+ ln -sf lib$${l}.so.$(shared_version) $(LIBDIR)/lib$${l}.so; \ -+ fi; \ -+ done - -@@ -399,43 +405,43 @@ - # -------- rules for deleting the generated files -------- -- --clean: -- -- define RM_OBJ_CLEAN_FILES -- $(foreach file, $(OBJ_CLEAN_FILES), rm -f $(file) -- ) -- endef -- -- define RM_OTHER_CLEAN_FILES -- $(foreach file, $(OTHER_CLEAN_FILES), rm -f $(file) -- ) -- endef -- -- $(RM_OBJ_CLEAN_FILES) -- $(RM_OTHER_CLEAN_FILES) -- --distclean: clean -- -- define RM_DISTCLEAN_FILES -- $(foreach file, $(DISTCLEAN_FILES) $(ALLEGRO_LIB_X_EXES), rm -f $(file) -- ) -- endef -- -- $(RM_DISTCLEAN_FILES) -- --veryclean: distclean -- -- define RM_VERYCLEAN_FILES -- $(foreach file, $(VERYCLEAN_FILES), rm -f $(file) -- ) -- endef -- -- $(RM_VERYCLEAN_FILES) -- rm -f makefile -- --maintainer-clean: veryclean -- rm -f configure include/allegro/platform/alunixac.hin -- rm -rf autom4te* -- -- -- -+# XXX: whacked out with gmake 3.82 -+# clean: -+# -+# define RM_OBJ_CLEAN_FILES -+# $(foreach file, $(OBJ_CLEAN_FILES), rm -f $(file) -+# ) -+# endef -+# -+# define RM_OTHER_CLEAN_FILES -+# $(foreach file, $(OTHER_CLEAN_FILES), rm -f $(file) -+# ) -+# endef -+# -+# $(RM_OBJ_CLEAN_FILES) -+# $(RM_OTHER_CLEAN_FILES) -+# -+# distclean: clean -+# -+# define RM_DISTCLEAN_FILES -+# $(foreach file, $(DISTCLEAN_FILES) $(ALLEGRO_LIB_X_EXES), rm -f $(file) -+# ) -+# endef -+# -+# $(RM_DISTCLEAN_FILES) -+# -+# veryclean: distclean -+# -+# define RM_VERYCLEAN_FILES -+# $(foreach file, $(VERYCLEAN_FILES), rm -f $(file) -+# ) -+# endef -+# -+# $(RM_VERYCLEAN_FILES) -+# rm -f makefile -+# -+# maintainer-clean: veryclean -+# rm -f configure include/allegro/platform/alunixac.hin -+# rm -rf autom4te* -+# -+# -+# - # -------- rules for installing the files -------- -@@ -466,5 +472,5 @@ - @for l in alleg alld allp; do \ -- if test -f $(LIBDIR)/lib$${l}-$(shared_version).so; then \ -- echo Installing $(LIBDIR)/lib$${l}-$(shared_version).so to $(DESTDIR)$(libdir); \ -- $(INSTALL_PROGRAM) $(LIBDIR)/lib$${l}-$(shared_version).so $(DESTDIR)$(libdir)/; \ -+ if test -f $(LIBDIR)/lib$${l}.so.$(shared_version); then \ -+ echo Installing $(LIBDIR)/lib$${l}.so.$(shared_version) to $(libdir); \ -+ $(INSTALL_PROGRAM) $(LIBDIR)/lib$${l}.so.$(shared_version) $(libdir)/; \ - $(INSTALL_DATA) $(LIBDIR)/lib$${l}_unsharable.a $(DESTDIR)$(libdir)/; \ -@@ -482,16 +488,6 @@ - @echo Installing allegro-config to $(DESTDIR)$(bindir) -- @$(INSTALL_PROGRAM) allegro-config $(DESTDIR)$(bindir) -- @if test -n "$(LIBDIR)/liball*-$(shared_version).so"; then \ -- (cat /etc/ld.so.conf | grep $(libdir) >/dev/null || \ -- test $(libdir) = /lib || test $(libdir) = /usr/lib) \ -- && ($(LDCONFIG) $(libdir) || true) || (\ -- echo "" ; \ -- echo "Warning: shared library destination $(libdir) is not in ldd search path." ; \ -- echo "Unless you add it to /etc/ld.so.conf, you must set LD_LIBRARY_PATH to include"; \ -- echo "$(libdir) each time you want to run an Allegro program." ; \ -- ) ; \ -- fi -+ @$(INSTALL_SCRIPT) allegro-config $(DESTDIR)$(bindir) - @for l in alleg alld allp; do \ -- if test -f $(DESTDIR)$(libdir)/lib$${l}-$(shared_version).so -a \! -h $(DESTDIR)$(libdir)/lib$${l}.so.${shared_major_minor}; then \ -- (cd $(DESTDIR)$(libdir); ln -s lib$${l}-$(shared_version).so lib$${l}.so.${shared_major_minor}); \ -+ if test -f $(DESTDIR)$(libdir)/lib$${l}.so.$(shared_version) -a \! -h $(DESTDIR)$(libdir)/lib$${l}.so; then \ -+ (cd $(DESTDIR)$(libdir); ln -s lib$${l}.so.$(shared_version) lib$${l}.so); \ - fi; \ Index: files/patch-misc::allegro-config.in =================================================================== --- files/patch-misc::allegro-config.in (revision 312860) +++ files/patch-misc::allegro-config.in (working copy) @@ -1,11 +0,0 @@ ---- misc/allegro-config.in.orig Wed Oct 23 08:10:01 2002 -+++ misc/allegro-config.in Mon Nov 11 18:41:09 2002 -@@ -167,7 +167,7 @@ - if test "$static_libs" = "yes"; then - echo $libdirs $allegro_ldflags -l${lib_type} $allegro_libs - else -- echo $libdirs $allegro_ldflags -l${lib_type}-${version} -l${lib_type}_unsharable -+ echo $libdirs $allegro_ldflags -l${lib_type} -l${lib_type}_unsharable - fi - fi - Index: files/patch-misc::deplib.sh =================================================================== --- files/patch-misc::deplib.sh (revision 312860) +++ files/patch-misc::deplib.sh (working copy) @@ -1,20 +0,0 @@ ---- misc/deplib.sh.orig Sun Nov 9 19:43:07 2003 -+++ misc/deplib.sh Thu Dec 11 22:32:16 2003 -@@ -10,7 +10,7 @@ - staticlib="lib${1}.a" - staticobj="\$(${2}_OBJECTS)" - -- sharelib="lib${1}-\$(shared_version).so" -+ sharelib="lib${1}.so.\$(shared_version)" - shareobj="\$(${2}_SHARED_OBJECTS)" - - unsharelib="lib${1}_unsharable.a" -@@ -24,7 +24,7 @@ - echo " rm -f \$@" - # gf: This bit is obviously gcc-specific - # eb: Yes, but the GNU C Compiler doesn't always spell 'gcc' -- echo " \$(CC) -shared -o \$@ ${shareobj} ${3} \$(LDFLAGS) -Wl,-h,lib${1}.so.\$(shared_major_minor) \$(LIBS)" -+ echo " \$(CC) -shared -o \$@ ${shareobj} \$(LDFLAGS) -Wl,-h,lib${1}.so.\$(shared_version) \$(LIBS)" - echo "" - echo "\$(LIBDIR)/${unsharelib}: ${unshareobj}" - echo " rm -f \$@" Index: files/patch-src-x-xcursor.c =================================================================== --- files/patch-src-x-xcursor.c (revision 0) +++ files/patch-src-x-xcursor.c (working copy) @@ -0,0 +1,17 @@ +--- ../../allegro-5.0.9/src/x/xcursor.c 2013-02-06 09:53:36.000000000 -0200 ++++ ./src/x/xcursor.c 2013-02-17 13:39:55.000000000 -0300 +@@ -8,14 +8,7 @@ + + #include + +-#ifdef ALLEGRO_XWINDOWS_WITH_XCURSOR + #include +-#else +-/* This requirement could be lifted for compatibility with older systems at the +- * expense of functionality, but it's probably not worthwhile. +- */ +-#error This file requires Xcursor. +-#endif + + ALLEGRO_MOUSE_CURSOR *_al_xwin_create_mouse_cursor(ALLEGRO_BITMAP *bmp, + int x_focus, int y_focus) Index: pkg-descr =================================================================== --- pkg-descr (revision 312860) +++ pkg-descr (working copy) @@ -4,4 +4,4 @@ A wide range of extension packages and add-on modules are also available, which can be found in the "Library Extensions" section of the Allegro website. -WWW: http://www.talula.demon.co.uk/allegro/ +WWW: http://alleg.sourceforge.net/ Index: pkg-plist =================================================================== --- pkg-plist (revision 312860) +++ pkg-plist (working copy) @@ -1,198 +1,663 @@ -bin/allegro-config -%%DEVEL%%bin/colormap -%%DEVEL%%bin/dat -%%DEVEL%%bin/dat2c -%%DEVEL%%bin/dat2s -%%DEVEL%%bin/exedat -%%DEVEL%%bin/grabber -%%DEVEL%%bin/pack -%%DEVEL%%bin/pat2dat -%%DEVEL%%bin/rgbmap -%%DEVEL%%bin/textconv -include/allegro.h -include/allegro/3d.h -include/allegro/3dmaths.h -include/allegro/alcompat.h -include/allegro/alinline.h -include/allegro/alunixac.h -include/allegro/base.h -include/allegro/color.h -include/allegro/compiled.h -include/allegro/config.h -include/allegro/datafile.h -include/allegro/debug.h -include/allegro/digi.h -include/allegro/draw.h -include/allegro/file.h -include/allegro/fix.h -include/allegro/fixed.h -include/allegro/fli.h -include/allegro/fmaths.h -include/allegro/font.h -include/allegro/gfx.h -include/allegro/graphics.h -include/allegro/gui.h -include/allegro/inline/3dmaths.inl -include/allegro/inline/asm.inl -include/allegro/inline/color.inl -include/allegro/inline/draw.inl -include/allegro/inline/file.inl -include/allegro/inline/fix.inl -include/allegro/inline/fmaths.inl -include/allegro/inline/gfx.inl -include/allegro/inline/matrix.inl -include/allegro/inline/rle.inl -include/allegro/inline/system.inl -include/allegro/internal/aintern.h -include/allegro/internal/aintvga.h -include/allegro/internal/alconfig.h -include/allegro/joystick.h -include/allegro/keyboard.h -include/allegro/lzss.h -include/allegro/matrix.h -include/allegro/midi.h -include/allegro/mouse.h -include/allegro/palette.h -include/allegro/platform/aintbeos.h -include/allegro/platform/aintdos.h -include/allegro/platform/aintlnx.h -include/allegro/platform/aintmac.h -include/allegro/platform/aintosx.h -include/allegro/platform/aintqnx.h -include/allegro/platform/aintunix.h -include/allegro/platform/aintwin.h -include/allegro/platform/al386gcc.h -include/allegro/platform/al386vc.h -include/allegro/platform/al386wat.h -include/allegro/platform/albcc32.h -include/allegro/platform/albecfg.h -include/allegro/platform/albeos.h -include/allegro/platform/aldjgpp.h -include/allegro/platform/aldmc.h -include/allegro/platform/aldos.h -include/allegro/platform/almac.h -include/allegro/platform/almaccfg.h -include/allegro/platform/almngw32.h -include/allegro/platform/almsvc.h -include/allegro/platform/alosx.h -include/allegro/platform/alosxcfg.h -include/allegro/platform/alplatf.h -include/allegro/platform/alqnx.h -include/allegro/platform/alqnxcfg.h -include/allegro/platform/alucfg.h -include/allegro/platform/alunix.h -include/allegro/platform/alunixac.h -include/allegro/platform/alwatcom.h -include/allegro/platform/alwin.h -include/allegro/platform/astdint.h -include/allegro/platform/macdef.h -include/allegro/quat.h -include/allegro/rle.h -include/allegro/sound.h -include/allegro/stream.h -include/allegro/system.h -include/allegro/text.h -include/allegro/timer.h -include/allegro/unicode.h -include/linalleg.h -include/xalleg.h -%%ARTS%%lib/allegro/%%SHLIB_VER%%/alleg-artsdigi.so -lib/allegro/%%SHLIB_VER%%/alleg-dga2.so -%%ESOUND%%lib/allegro/%%SHLIB_VER%%/alleg-esddigi.so -%%JACK%%lib/allegro/%%SHLIB_VER%%/alleg-jackdigi.so -lib/allegro/%%SHLIB_VER%%/modules.lst -%%DEBUG%%lib/liballd.so -%%DEBUG%%lib/liballd.so.%%SHLIB_VER%% -%%DEBUG%%lib/liballd_unsharable.a -lib/liballeg.so -lib/liballeg.so.%%SHLIB_VER%% -lib/liballeg_unsharable.a -%%PROFILE%%lib/liballp.so -%%PROFILE%%lib/liballp.so.%%SHLIB_VER%% -%%PROFILE%%lib/liballp_unsharable.a -share/aclocal/allegro.m4 -%%PORTDOCS%%%%DOCSDIR%%/abi.html -%%PORTDOCS%%%%DOCSDIR%%/ahack.html -%%PORTDOCS%%%%DOCSDIR%%/alleg000.html -%%PORTDOCS%%%%DOCSDIR%%/alleg001.html -%%PORTDOCS%%%%DOCSDIR%%/alleg002.html -%%PORTDOCS%%%%DOCSDIR%%/alleg003.html -%%PORTDOCS%%%%DOCSDIR%%/alleg004.html -%%PORTDOCS%%%%DOCSDIR%%/alleg005.html -%%PORTDOCS%%%%DOCSDIR%%/alleg006.html -%%PORTDOCS%%%%DOCSDIR%%/alleg007.html -%%PORTDOCS%%%%DOCSDIR%%/alleg008.html -%%PORTDOCS%%%%DOCSDIR%%/alleg009.html -%%PORTDOCS%%%%DOCSDIR%%/alleg010.html -%%PORTDOCS%%%%DOCSDIR%%/alleg011.html -%%PORTDOCS%%%%DOCSDIR%%/alleg012.html -%%PORTDOCS%%%%DOCSDIR%%/alleg013.html -%%PORTDOCS%%%%DOCSDIR%%/alleg014.html -%%PORTDOCS%%%%DOCSDIR%%/alleg015.html -%%PORTDOCS%%%%DOCSDIR%%/alleg016.html -%%PORTDOCS%%%%DOCSDIR%%/alleg017.html -%%PORTDOCS%%%%DOCSDIR%%/alleg018.html -%%PORTDOCS%%%%DOCSDIR%%/alleg019.html -%%PORTDOCS%%%%DOCSDIR%%/alleg020.html -%%PORTDOCS%%%%DOCSDIR%%/alleg021.html -%%PORTDOCS%%%%DOCSDIR%%/alleg022.html -%%PORTDOCS%%%%DOCSDIR%%/alleg023.html -%%PORTDOCS%%%%DOCSDIR%%/alleg024.html -%%PORTDOCS%%%%DOCSDIR%%/alleg025.html -%%PORTDOCS%%%%DOCSDIR%%/alleg026.html -%%PORTDOCS%%%%DOCSDIR%%/alleg027.html -%%PORTDOCS%%%%DOCSDIR%%/alleg028.html -%%PORTDOCS%%%%DOCSDIR%%/alleg029.html -%%PORTDOCS%%%%DOCSDIR%%/alleg030.html -%%PORTDOCS%%%%DOCSDIR%%/alleg031.html -%%PORTDOCS%%%%DOCSDIR%%/alleg032.html -%%PORTDOCS%%%%DOCSDIR%%/alleg033.html -%%PORTDOCS%%%%DOCSDIR%%/alleg034.html -%%PORTDOCS%%%%DOCSDIR%%/alleg035.html -%%PORTDOCS%%%%DOCSDIR%%/alleg036.html -%%PORTDOCS%%%%DOCSDIR%%/alleg037.html -%%PORTDOCS%%%%DOCSDIR%%/alleg038.html -%%PORTDOCS%%%%DOCSDIR%%/alleg039.html -%%PORTDOCS%%%%DOCSDIR%%/alleg040.html -%%PORTDOCS%%%%DOCSDIR%%/alleg041.html -%%PORTDOCS%%%%DOCSDIR%%/alleg042.html -%%PORTDOCS%%%%DOCSDIR%%/alleg043.html -%%PORTDOCS%%%%DOCSDIR%%/alleg044.html -%%PORTDOCS%%%%DOCSDIR%%/alleg045.html -%%PORTDOCS%%%%DOCSDIR%%/alleg046.html -%%PORTDOCS%%%%DOCSDIR%%/alleg047.html -%%PORTDOCS%%%%DOCSDIR%%/alleg048.html -%%PORTDOCS%%%%DOCSDIR%%/alleg049.html -%%PORTDOCS%%%%DOCSDIR%%/allegro.css -%%PORTDOCS%%%%DOCSDIR%%/allegro.html -%%PORTDOCS%%%%DOCSDIR%%/api.html -%%PORTDOCS%%%%DOCSDIR%%/changes.html -%%PORTDOCS%%%%DOCSDIR%%/const.html -%%PORTDOCS%%%%DOCSDIR%%/dat.html -%%PORTDOCS%%%%DOCSDIR%%/dat2c.html -%%PORTDOCS%%%%DOCSDIR%%/dat2s.html -%%PORTDOCS%%%%DOCSDIR%%/datafile.html -%%PORTDOCS%%%%DOCSDIR%%/faq.html -%%PORTDOCS%%%%DOCSDIR%%/grabber.html -%%PORTDOCS%%%%DOCSDIR%%/help.html -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/license.html -%%PORTDOCS%%%%DOCSDIR%%/makedoc.html -%%PORTDOCS%%%%DOCSDIR%%/mistakes.html -%%PORTDOCS%%%%DOCSDIR%%/packfile.html -%%PORTDOCS%%%%DOCSDIR%%/readme.html -%%PORTDOCS%%%%DOCSDIR%%/thanks.html -%%PORTDOCS%%%%EXAMPLESDIR%%/demo -%%PORTDOCS%%%%EXAMPLESDIR%%/demo.c -%%PORTDOCS%%%%EXAMPLESDIR%%/demo.dat -%%PORTDOCS%%%%EXAMPLESDIR%%/demo.h -%%PORTDOCS%%%%EXAMPLESDIR%%/music.txt -%%PORTDOCS%%%%EXAMPLESDIR%%/readme.txt -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrm lib/allegro/%%SHLIB_VER%% -@dirrm lib/allegro -@dirrm include/allegro/platform -@dirrm include/allegro/internal -@dirrm include/allegro/inline -@dirrm include/allegro +include/allegro5/allegro5.h +include/allegro5/allegro.h +include/allegro5/alcompat.h +include/allegro5/alinline.h +include/allegro5/altime.h +include/allegro5/base.h +include/allegro5/bitmap.h +include/allegro5/bitmap_draw.h +include/allegro5/bitmap_io.h +include/allegro5/bitmap_lock.h +include/allegro5/blender.h +include/allegro5/color.h +include/allegro5/config.h +include/allegro5/debug.h +include/allegro5/display.h +include/allegro5/drawing.h +include/allegro5/error.h +include/allegro5/events.h +include/allegro5/file.h +include/allegro5/fixed.h +include/allegro5/fmaths.h +include/allegro5/fshook.h +include/allegro5/fullscreen_mode.h +include/allegro5/joystick.h +include/allegro5/mouse.h +include/allegro5/keyboard.h +include/allegro5/keycodes.h +include/allegro5/memory.h +include/allegro5/monitor.h +include/allegro5/mouse_cursor.h +include/allegro5/path.h +include/allegro5/allegro_opengl.h +include/allegro5/allegro_direct3d.h +include/allegro5/system.h +include/allegro5/threads.h +include/allegro5/tls.h +include/allegro5/timer.h +include/allegro5/transformations.h +include/allegro5/utf8.h +include/allegro5/inline/fmaths.inl +include/allegro5/internal/aintern.h +include/allegro5/internal/aintern_atomicops.h +include/allegro5/internal/aintern_bitmap.h +include/allegro5/internal/aintern_blend.h +include/allegro5/internal/aintern_convert.h +include/allegro5/internal/aintern_display.h +include/allegro5/internal/aintern_dtor.h +include/allegro5/internal/aintern_events.h +include/allegro5/internal/aintern_float.h +include/allegro5/internal/aintern_fshook.h +include/allegro5/internal/aintern_joystick.h +include/allegro5/internal/aintern_keyboard.h +include/allegro5/internal/aintern_list.h +include/allegro5/internal/aintern_mouse.h +include/allegro5/internal/aintern_opengl.h +include/allegro5/internal/aintern_pixels.h +include/allegro5/internal/aintern_system.h +include/allegro5/internal/aintern_thread.h +include/allegro5/internal/aintern_timer.h +include/allegro5/internal/aintern_tls.h +include/allegro5/internal/aintern_vector.h +include/allegro5/internal/alconfig.h +include/allegro5/platform/aintlnx.h +include/allegro5/platform/aintosx.h +include/allegro5/platform/aintunix.h +include/allegro5/platform/aintuthr.h +include/allegro5/platform/aintwin.h +include/allegro5/platform/aintwthr.h +include/allegro5/platform/al386gcc.h +include/allegro5/platform/al386vc.h +include/allegro5/platform/al386wat.h +include/allegro5/platform/albcc32.h +include/allegro5/platform/almngw32.h +include/allegro5/platform/almsvc.h +include/allegro5/platform/alosx.h +include/allegro5/platform/alosxcfg.h +include/allegro5/platform/aliphone.h +include/allegro5/platform/aliphonecfg.h +include/allegro5/platform/alucfg.h +include/allegro5/platform/alunix.h +include/allegro5/platform/alwatcom.h +include/allegro5/platform/alwin.h +include/allegro5/platform/astdbool.h +include/allegro5/platform/astdint.h +include/allegro5/platform/alplatf.h +include/allegro5/allegro_primitives.h +include/allegro5/allegro_image.h +include/allegro5/allegro_font.h +include/allegro5/allegro_audio.h +include/allegro5/allegro_acodec.h +include/allegro5/allegro_ttf.h +include/allegro5/allegro_color.h +include/allegro5/allegro_memfile.h +include/allegro5/allegro_native_dialog.h +lib/liballegro%%DEBUG%%.so +lib/liballegro%%DEBUG%%.so.5.0 +lib/liballegro%%DEBUG%%.so.5.0.9 +lib/liballegro_primitives%%DEBUG%%.so +lib/liballegro_primitives%%DEBUG%%.so.5.0 +lib/liballegro_primitives%%DEBUG%%.so.5.0.9 +lib/liballegro_image%%DEBUG%%.so +lib/liballegro_image%%DEBUG%%.so.5.0 +lib/liballegro_image%%DEBUG%%.so.5.0.9 +lib/liballegro_font%%DEBUG%%.so +lib/liballegro_font%%DEBUG%%.so.5.0 +lib/liballegro_font%%DEBUG%%.so.5.0.9 +lib/liballegro_audio%%DEBUG%%.so +lib/liballegro_audio%%DEBUG%%.so.5.0 +lib/liballegro_audio%%DEBUG%%.so.5.0.9 +lib/liballegro_acodec%%DEBUG%%.so +lib/liballegro_acodec%%DEBUG%%.so.5.0 +lib/liballegro_acodec%%DEBUG%%.so.5.0.9 +lib/liballegro_ttf%%DEBUG%%.so +lib/liballegro_ttf%%DEBUG%%.so.5.0 +lib/liballegro_ttf%%DEBUG%%.so.5.0.9 +lib/liballegro_color%%DEBUG%%.so +lib/liballegro_color%%DEBUG%%.so.5.0 +lib/liballegro_color%%DEBUG%%.so.5.0.9 +lib/liballegro_memfile%%DEBUG%%.so +lib/liballegro_memfile%%DEBUG%%.so.5.0 +lib/liballegro_memfile%%DEBUG%%.so.5.0.9 +lib/liballegro_dialog%%DEBUG%%.so +lib/liballegro_dialog%%DEBUG%%.so.5.0 +lib/liballegro_dialog%%DEBUG%%.so.5.0.9 +lib/liballegro_main%%DEBUG%%.so +lib/liballegro_main%%DEBUG%%.so.5.0 +lib/liballegro_main%%DEBUG%%.so.5.0.9 +libdata/pkgconfig/allegro-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_primitives-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_image-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_font-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_audio-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_acodec-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_ttf-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_color-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_memfile-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_dialog-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro_main-%%PKGDEBUG%%5.pc +libdata/pkgconfig/allegro-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_primitives-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_image-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_font-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_audio-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_acodec-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_ttf-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_color-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_memfile-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_dialog-%%PKGDEBUG%%5.0.pc +libdata/pkgconfig/allegro_main-%%PKGDEBUG%%5.0.pc +%%PHYSFS%%include/allegro5/allegro_physfs.h +%%PHYSFS%%lib/liballegro_physfs%%DEBUG%%.so +%%PHYSFS%%lib/liballegro_physfs%%DEBUG%%.so.5.0 +%%PHYSFS%%lib/liballegro_physfs%%DEBUG%%.so.5.0.9 +%%PHYSFS%%libdata/pkgconfig/allegro_physfs-%%PKGDEBUG%%5.pc +%%PHYSFS%%libdata/pkgconfig/allegro_physfs-%%PKGDEBUG%%5.0.pc +include/allegro5/opengl/gl_ext.h +include/allegro5/opengl/GLext/gl_ext_alias.h +include/allegro5/opengl/GLext/gl_ext_defs.h +include/allegro5/opengl/GLext/glx_ext_alias.h +include/allegro5/opengl/GLext/glx_ext_defs.h +include/allegro5/opengl/GLext/wgl_ext_alias.h +include/allegro5/opengl/GLext/wgl_ext_defs.h +include/allegro5/opengl/GLext/gl_ext_api.h +include/allegro5/opengl/GLext/gl_ext_list.h +include/allegro5/opengl/GLext/glx_ext_api.h +include/allegro5/opengl/GLext/glx_ext_list.h +include/allegro5/opengl/GLext/wgl_ext_api.h +include/allegro5/opengl/GLext/wgl_ext_list.h +@dirrm include/allegro5/opengl/GLext +@dirrm include/allegro5/opengl +@dirrm include/allegro5/platform +@dirrm include/allegro5/internal +@dirrm include/allegro5/inline +@dirrm include/allegro5 +%%DOCS%%%%DOCSDIR%%/platform.html +%%DOCS%%%%DOCSDIR%%/audio.html +%%DOCS%%%%DOCSDIR%%/primitives.html +%%DOCS%%%%DOCSDIR%%/timer.html +%%DOCS%%%%DOCSDIR%%/memfile.html +%%DOCS%%%%DOCSDIR%%/opengl.html +%%DOCS%%%%DOCSDIR%%/utf8.html +%%DOCS%%%%DOCSDIR%%/fullscreen_mode.html +%%DOCS%%%%DOCSDIR%%/threads.html +%%DOCS%%%%DOCSDIR%%/transformations.html +%%DOCS%%%%DOCSDIR%%/pandoc.css +%%DOCS%%%%DOCSDIR%%/file.html +%%DOCS%%%%DOCSDIR%%/config.html +%%DOCS%%%%DOCSDIR%%/graphics.html +%%DOCS%%%%DOCSDIR%%/physfs.html +%%DOCS%%%%DOCSDIR%%/font.html +%%DOCS%%%%DOCSDIR%%/mouse.html +%%DOCS%%%%DOCSDIR%%/memory.html +%%DOCS%%%%DOCSDIR%%/monitor.html +%%DOCS%%%%DOCSDIR%%/fixed.html +%%DOCS%%%%DOCSDIR%%/main.html +%%DOCS%%%%DOCSDIR%%/events.html +%%DOCS%%%%DOCSDIR%%/direct3d.html +%%DOCS%%%%DOCSDIR%%/time.html +%%DOCS%%%%DOCSDIR%%/color.html +%%DOCS%%%%DOCSDIR%%/path.html +%%DOCS%%%%DOCSDIR%%/display.html +%%DOCS%%%%DOCSDIR%%/image.html +%%DOCS%%%%DOCSDIR%%/system.html +%%DOCS%%%%DOCSDIR%%/acodec.html +%%DOCS%%%%DOCSDIR%%/index.html +%%DOCS%%%%DOCSDIR%%/fshook.html +%%DOCS%%%%DOCSDIR%%/native_dialog.html +%%DOCS%%%%DOCSDIR%%/keyboard.html +%%DOCS%%%%DOCSDIR%%/misc.html +%%DOCS%%%%DOCSDIR%%/joystick.html +%%DOCS%%%%DOCSDIR%%/search_index.js +%%DOCS%%%%DOCSDIR%%/index_all.html +%%DOCS%%%%DOCSDIR%%/state.html +%%DOCS%%%%DOCSDIR%%/getting_started.html +%%DOCS%%%%DOCSDIR%%/autosuggest.js +%%DOCS%%%%DOCSDIR%%/images/primitives1.png +%%DOCS%%%%DOCSDIR%%/images/primitives2.png +%%DOCS%%@dirrm %%DOCSDIR%%/images +%%DOCS%%@dirrm %%DOCSDIR%% +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/small_explosion_1.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/small_explosion_2.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/background.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/small_explosion_0.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/small_explosion_4.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/small_font.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/large_explosion_3.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/large_bullet.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/trail.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/large_font.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/large_explosion_2.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/ship_icon.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/medium_asteroid.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/large_explosion_4.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/ufo0.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/ship_trans.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/ship.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/small_bullet.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/life_powerup.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/large_asteroid.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/small_explosion_3.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/ufo2.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/Icon.icns +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/small_asteroid.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/weapon_powerup.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/large_explosion_0.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/logo.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/ufo1.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/gfx/large_explosion_1.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/sfx/title_music.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/sfx/fire_large.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/sfx/powerup.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/sfx/game_music.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/sfx/small_explosion.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/sfx/big_explosion.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/sfx/collision.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/data/sfx/fire_small.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/gui.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/ResourceManager.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/LargeBullet.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/UFO.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/LargeSlowBullet.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Weapon.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Explosion.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/cosmic_protector.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Wave.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/ButtonWidget.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/SmallAsteroid.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Player.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Resource.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/FontResource.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/MediumAsteroid.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Debug.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Bullet.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Entity.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/LargeAsteroid.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/SmallBullet.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/render.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Widget.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/StreamResource.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Game.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/sound.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/BitmapResource.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/SampleResource.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/collision.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/logic.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/PowerUp.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Asteroid.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/DisplayResource.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/include/Input.hpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/GUI.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/BitmapResource.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/wave.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/Asteroid.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/ResourceManager.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/LargeBullet.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/SampleResource.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/Debug.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/Explosion.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/Player.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/LargeSlowBullet.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/render.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/LargeAsteroid.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/Input.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/collision.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/Game.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/Bullet.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/SmallBullet.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/MediumAsteroid.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/SmallAsteroid.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/UFO.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/sound.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/logic.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/Entity.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/StreamResource.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/cosmic_protector.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/DisplayResource.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/ButtonWidget.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/Resource.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/FontResource.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/src/PowerUp.cpp +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/weapon_powerup.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/large_asteroid.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/large_bullet.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/large_explosion_0.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/large_explosion_1.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/large_explosion_2.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/large_explosion_3.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/large_explosion_4.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/large_font.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/life_powerup.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/logo.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/medium_asteroid.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/ship.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/ship_icon.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/ship_trans.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/small_asteroid.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/small_bullet.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/trail.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/small_font.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/small_explosion_0.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/small_explosion_1.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/small_explosion_2.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/small_explosion_3.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/small_explosion_4.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/ufo0.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/ufo1.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/ufo2.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/gfx/background.tga +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/sfx/title_music.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/sfx/collision.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/sfx/fire_large.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/sfx/fire_small.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/sfx/game_music.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/sfx/powerup.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/sfx/small_explosion.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/data/sfx/big_explosion.ogg +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Resources/Icon.icns +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/CMakeLists.txt +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/Makefile +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/cosmic_protector +%%DEMOS%%%%DATADIR%%/demos/cosmic_protector/cmake_install.cmake +%%DEMOS%%%%DATADIR%%/demos/speed/Resources/a4_font.tga +%%DEMOS%%%%DATADIR%%/demos/speed/makefile +%%DEMOS%%%%DATADIR%%/demos/speed/main.c +%%DEMOS%%%%DATADIR%%/demos/speed/update.pl +%%DEMOS%%%%DATADIR%%/demos/speed/explode.c +%%DEMOS%%%%DATADIR%%/demos/speed/CMakeLists.txt +%%DEMOS%%%%DATADIR%%/demos/speed/view.c +%%DEMOS%%%%DATADIR%%/demos/speed/bullets.c +%%DEMOS%%%%DATADIR%%/demos/speed/message.c +%%DEMOS%%%%DATADIR%%/demos/speed/player.c +%%DEMOS%%%%DATADIR%%/demos/speed/speed.h +%%DEMOS%%%%DATADIR%%/demos/speed/hiscore.c +%%DEMOS%%%%DATADIR%%/demos/speed/speed.txt +%%DEMOS%%%%DATADIR%%/demos/speed/a4_aux.h +%%DEMOS%%%%DATADIR%%/demos/speed/title.c +%%DEMOS%%%%DATADIR%%/demos/speed/a4_aux.c +%%DEMOS%%%%DATADIR%%/demos/speed/port.txt +%%DEMOS%%%%DATADIR%%/demos/speed/29.txt +%%DEMOS%%%%DATADIR%%/demos/speed/badguys.c +%%DEMOS%%%%DATADIR%%/demos/speed/Makefile +%%DEMOS%%%%DATADIR%%/demos/speed/a4_font.tga +%%DEMOS%%%%DATADIR%%/demos/speed/cmake_install.cmake +%%DEMOS%%%%DATADIR%%/demos/speed/sound.c +%%DEMOS%%%%DATADIR%%/demos/speed/speed +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector/data/gfx +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector/data/sfx +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector/data +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector/include +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector/src +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector/Resources/data/gfx +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector/Resources/data/sfx +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector/Resources/data +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector/Resources +%%DEMOS%%@dirrm %%DATADIR%%/demos/cosmic_protector +%%DEMOS%%@dirrm %%DATADIR%%/demos/speed/Resources +%%DEMOS%%@dirrm %%DATADIR%%/demos/speed +%%DEMOS%%@dirrm %%DATADIR%%/demos +%%DEMOS%%@dirrm %%DATADIR%% +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_3.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/healthy_glow.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_3.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_2.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_5.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth4.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/wind3.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_1.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_3.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_1.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_7.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_6.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_7.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/black_bead_opaque_A.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_1.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_2.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_4.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_0.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_0.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_7.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/select.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/overlay_pretty.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_7.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_4.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_5.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_5.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_6.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_3.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_6.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/main_flame2.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_0.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/earth_4.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_2.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_5.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_2.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_effect.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_4.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_1.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/fire_6.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/flame2.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/dropshadow.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/water_droplets.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/haiku/air_0.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/ex_physfs.zip +%%EXAMPLES%%%%EXAMPLESDIR%%/data/allegro.pcx +%%EXAMPLES%%%%EXAMPLESDIR%%/data/green.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/sample.cfg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/mysha256x256.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/font.tga +%%EXAMPLES%%%%EXAMPLESDIR%%/data/bmpfont.tga +%%EXAMPLES%%%%EXAMPLESDIR%%/data/icon.tga +%%EXAMPLES%%%%EXAMPLESDIR%%/data/mask.pcx +%%EXAMPLES%%%%EXAMPLESDIR%%/data/exconfig.ini +%%EXAMPLES%%%%EXAMPLESDIR%%/data/obp.jpg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/planet.pcx +%%EXAMPLES%%%%EXAMPLESDIR%%/data/fakeamp.bmp +%%EXAMPLES%%%%EXAMPLESDIR%%/data/mysha.tga +%%EXAMPLES%%%%EXAMPLESDIR%%/data/a4_font.tga +%%EXAMPLES%%%%EXAMPLESDIR%%/data/texture.tga +%%EXAMPLES%%%%EXAMPLESDIR%%/data/mysha.pcx +%%EXAMPLES%%%%EXAMPLESDIR%%/data/ex_ttf.ini +%%EXAMPLES%%%%EXAMPLESDIR%%/data/bkg.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/icon.png +%%EXAMPLES%%%%EXAMPLESDIR%%/data/testing.ogg +%%EXAMPLES%%%%EXAMPLESDIR%%/data/cursor.tga +%%EXAMPLES%%%%EXAMPLESDIR%%/data/DejaVuSans.ttf +%%EXAMPLES%%%%EXAMPLESDIR%%/data/fixed_font.tga +%%EXAMPLES%%%%EXAMPLESDIR%%/data/DejaVuSans.LICENSE +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_get_path.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_audio_chain.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_monitorinfo.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_prim.c +%%EXAMPLES%%%%EXAMPLESDIR%%/nihgui.hpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_warp_mouse.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_joystick_events.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_timer.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_clip.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_multisample.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_joystick_hotplugging.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_keyboard_focus.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_draw_bitmap.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap_flip.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_filter.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_pixelformat.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/nihgui.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_utf8.c +%%EXAMPLES%%%%EXAMPLESDIR%%/CMakeLists.txt +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_logo.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_resize.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_scale.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_native_filechooser.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_font.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_user_events.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_ogre3d.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_events.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_noframe.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_expose.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_physfs.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_display_events.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_opengl_pixel_shader.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_threads2.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_vsync.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_rotate.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_file_slice.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_threads.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_path.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap_target.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_focus.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_gldepth.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_lockbitmap.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_memfile.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_dir.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_nodisplay.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_ttf.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_multiwin.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_d3d.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_resize2.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_lines.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_transform.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_fs_resize.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_timedwait.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blend.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_convert.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mixer_pp.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_subbitmap.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_drawpixels.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_fs_window.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_icon2.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_synth.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_winfull.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_display_options.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_resample_test.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_stream_file.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_acodec.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_audio_simple.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_config.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_icon.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_draw.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_cursor.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blend2.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_path_test.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blend_test.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_membmp.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_audio_props.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_keyboard_events.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_font_justify.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_haiku.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_glext.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_opengl.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_saw.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_windows.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_acodec_multi.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_iphone.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_premulalpha.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blend_bench.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_color.cpp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_gp2xwiz.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_kcm_direct.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mouse.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mixer_chain.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_curl.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_dualies.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blit.c +%%EXAMPLES%%%%EXAMPLESDIR%%/common.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_stream_seek.c +%%EXAMPLES%%%%EXAMPLESDIR%%/Makefile +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap +%%EXAMPLES%%%%EXAMPLESDIR%%/cmake_install.cmake +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap_flip +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blend +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_bitmap_target +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blend2 +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blend_bench +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blend_test +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_blit +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_clip +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_config +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_convert +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_dir +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_disable_screensaver +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_display_events +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_display_options +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_draw +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_draw_bitmap +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_drawpixels +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_dualies +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_expose +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_file_slice +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_filter +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_font +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_fs_resize +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_fs_window +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_get_path +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_gldepth +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_icon +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_glext +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_icon2 +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_joystick_events +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_joystick_hotplugging +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_keyboard_events +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_keyboard_focus +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_lines +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_lockbitmap +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_membmp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_memfile +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_monitorinfo +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mouse +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_cursor +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_events +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mouse_focus +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_multisample +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_multiwin +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_native_filechooser +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_nodisplay +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_noframe +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_opengl +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_path +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_opengl_pixel_shader +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_path_test +%%PHYSFS%%%%EXAMPLES%%%%EXAMPLESDIR%%/ex_physfs +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_pixelformat +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_premulalpha +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_prim +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_resample_test +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_resize +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_resize2 +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_rotate +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_saw +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_scale +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_subbitmap +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_threads +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_threads2 +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_timedwait +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_timer +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_transform +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_user_events +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_utf8 +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_vsync +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_windows +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_warp_mouse +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_winfull +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_color +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_font_justify +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_logo +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_synth +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_ttf +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_acodec +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_acodec_multi +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_audio_chain +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_audio_props +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_audio_simple +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_haiku +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_kcm_direct +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mixer_chain +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_mixer_pp +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_stream_file +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_disable_screensaver.c +%%EXAMPLES%%%%EXAMPLESDIR%%/ex_stream_seek +%%EXAMPLES%%@dirrm %%EXAMPLESDIR%%/data/haiku +%%EXAMPLES%%@dirrm %%EXAMPLESDIR%%/data +%%EXAMPLES%%@dirrm %%EXAMPLESDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 04:49: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]) by hub.freebsd.org (Postfix) with ESMTP id 33294C70; Sun, 24 Feb 2013 04:49:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0BAD814F1; Sun, 24 Feb 2013 04:49:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O4nIEd099095; Sun, 24 Feb 2013 04:49:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O4nIWi099091; Sun, 24 Feb 2013 04:49:18 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 04:49:18 GMT Message-Id: <201302240449.r1O4nIWi099091@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, olgeni@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176353: lang/erlang builds on arm - port makefile needs to be fixed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 04:49:19 -0000 Synopsis: lang/erlang builds on arm - port makefile needs to be fixed Responsible-Changed-From-To: freebsd-ports-bugs->olgeni Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 04:49:18 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176353 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 04:53: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]) by hub.freebsd.org (Postfix) with ESMTP id 9DBB8CC0; Sun, 24 Feb 2013 04:53:00 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 76FEC1502; Sun, 24 Feb 2013 04:53:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O4r0Eu000916; Sun, 24 Feb 2013 04:53:00 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O4r0iw000912; Sun, 24 Feb 2013 04:53:00 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 04:53:00 GMT Message-Id: <201302240453.r1O4r0iw000912@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, vbox@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176288: emulators/virtualbox-ose-kmod does not install in /boot/modules X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 04:53:00 -0000 Synopsis: emulators/virtualbox-ose-kmod does not install in /boot/modules Responsible-Changed-From-To: freebsd-ports-bugs->vbox Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 04:52:59 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176288 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 05:40: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]) by hub.freebsd.org (Postfix) with ESMTP id AA530E7C; Sun, 24 Feb 2013 05:40:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8384E15C7; Sun, 24 Feb 2013 05:40:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O5eOON032011; Sun, 24 Feb 2013 05:40:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O5eOl3032007; Sun, 24 Feb 2013 05:40:24 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 05:40:24 GMT Message-Id: <201302240540.r1O5eOl3032007@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gecko@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176315: security/nss broken on FreeBSD 8 due to wrong compiler flags X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 05:40:24 -0000 Synopsis: security/nss broken on FreeBSD 8 due to wrong compiler flags Responsible-Changed-From-To: freebsd-ports-bugs->gecko Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 05: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=176315 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 06:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BA10C94B for ; Sun, 24 Feb 2013 06:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8582916F5 for ; Sun, 24 Feb 2013 06:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O6e0st063818 for ; Sun, 24 Feb 2013 06:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O6e0aa063817; Sun, 24 Feb 2013 06:40:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 06:40:00 GMT Resent-Message-Id: <201302240640.r1O6e0aa063817@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rustem Alimov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E034B947; Sun, 24 Feb 2013 06:39:34 +0000 (UTC) (envelope-from rustem.alimov@gmail.com) Received: from mail-la0-x233.google.com (mail-la0-x233.google.com [IPv6:2a00:1450:4010:c03::233]) by mx1.freebsd.org (Postfix) with ESMTP id 1852316F3; Sun, 24 Feb 2013 06:39:33 +0000 (UTC) Received: by mail-la0-f51.google.com with SMTP id fo13so1731915lab.24 for ; Sat, 23 Feb 2013 22:39:32 -0800 (PST) Received: from gmail.com ([95.72.102.253]) by mx.google.com with ESMTPS id k15sm2651827lbd.6.2013.02.23.22.39.29 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 23 Feb 2013 22:39:31 -0800 (PST) Received: by gmail.com (sSMTP sendmail emulation); Sun, 24 Feb 2013 10:39:09 +0400 Message-Id: <5129b5a3.0f11700a.081d.726c@mx.google.com> Date: Sun, 24 Feb 2013 10:39:09 +0400 From: Rustem Alimov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176389: [UPDATE] lang/php5: Update to 5.4.12 release Cc: ale@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 06:40:00 -0000 >Number: 176389 >Category: ports >Synopsis: [UPDATE] lang/php5: Update to 5.4.12 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: Sun Feb 24 06:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rustem Alimov >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: System: FreeBSD rust.freebsd.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826 >Description: - Update to 5.4.12 release. >How-To-Repeat: >Fix: --- php5.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 312861) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php5 -PORTVERSION= 5.4.11 +PORTVERSION= 5.4.12 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} Index: distinfo =================================================================== --- distinfo (revision 312861) +++ distinfo (working copy) @@ -1,4 +1,4 @@ -SHA256 (php-5.4.11.tar.bz2) = d4d095a965f015896d25321842da586076aca5fed4c52939866548ebad5b0fdb -SIZE (php-5.4.11.tar.bz2) = 11147685 +SHA256 (php-5.4.12.tar.bz2) = 413e5036b2784918922c14e094cbbc6f28289a3e8e559479c688ab07027ef719 +SIZE (php-5.4.12.tar.bz2) = 11501953 SHA256 (php-5.4.x-mail-header.patch) = 005ae1cd8ed17c72d7b09dee9c4466e8b16d4ecba7fe11276731ed6ff9fbb344 SIZE (php-5.4.x-mail-header.patch) = 3379 --- php5.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 06:40:08 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 716C697B; Sun, 24 Feb 2013 06:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4D36316F8; Sun, 24 Feb 2013 06:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1O6e8pF063996; Sun, 24 Feb 2013 06:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1O6e8h3063992; Sun, 24 Feb 2013 06:40:08 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 06:40:08 GMT Message-Id: <201302240640.r1O6e8h3063992@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, ale@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176389: [UPDATE] lang/php5: Update to 5.4.12 release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 06:40:08 -0000 Synopsis: [UPDATE] lang/php5: Update to 5.4.12 release Responsible-Changed-From-To: freebsd-ports-bugs->ale Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 06: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=176389 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 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]) by hub.freebsd.org (Postfix) with ESMTP id 29496D70 for ; Sun, 24 Feb 2013 10:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EB8221B1E for ; Sun, 24 Feb 2013 10:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OAA0Nm064534 for ; Sun, 24 Feb 2013 10:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OAA0WS064528; Sun, 24 Feb 2013 10:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 10:10:00 GMT Resent-Message-Id: <201302241010.r1OAA0WS064528@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Reko Turja Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 88F5CC09 for ; Sun, 24 Feb 2013 10:03:59 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 7AABE1AE1 for ; Sun, 24 Feb 2013 10:03:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OA3wGC094272 for ; Sun, 24 Feb 2013 10:03:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1OA3v8O094271; Sun, 24 Feb 2013 10:03:57 GMT (envelope-from nobody) Message-Id: <201302241003.r1OA3v8O094271@red.freebsd.org> Date: Sun, 24 Feb 2013 10:03:57 GMT From: Reko Turja To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176391: graphics/liblqr-1 possible misuse of glib20 in Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 10:10:01 -0000 >Number: 176391 >Category: ports >Synopsis: graphics/liblqr-1 possible misuse of glib20 in Makefile >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 10:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Reko Turja >Release: 8.x >Organization: N/A >Environment: >Description: Liquid rescale library installs gamin and libgiofam as dependencies at install time, even though it seems that neither is actually needed by the library. >How-To-Repeat: cd /usr/ports/graphics/liblqr-1 make install >Fix: Change the USE_GNOME= glib20 pkgconfig into USE_GNOME= _glib20 pkgconfig in the port Makefile. Patch attached with submission follows: --- Makefile.old 2013-02-24 11:45:03.000000000 +0200 +++ Makefile 2013-02-24 11:36:41.000000000 +0200 @@ -18,7 +18,7 @@ GNU_CONFIGURE= yes USE_BZIP2= yes USE_GMAKE= yes -USE_GNOME= glib20 pkgconfig +USE_GNOME= _glib20 pkgconfig USE_GETTEXT= yes MAKE_JOBS_SAFE= yes USE_LDCONFIG= yes >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 10: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]) by hub.freebsd.org (Postfix) with ESMTP id 4F92CD9D; Sun, 24 Feb 2013 10:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B4851B1F; Sun, 24 Feb 2013 10:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OAA91a064633; Sun, 24 Feb 2013 10:10:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OAA9NS064629; Sun, 24 Feb 2013 10:10:09 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 10:10:09 GMT Message-Id: <201302241010.r1OAA9NS064629@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176391: graphics/liblqr-1 possible misuse of glib20 in Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 10:10:09 -0000 Synopsis: graphics/liblqr-1 possible misuse of glib20 in Makefile Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 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=176391 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 11: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]) by hub.freebsd.org (Postfix) with ESMTP id 44230C5F for ; Sun, 24 Feb 2013 11:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1B5DB1D3F for ; Sun, 24 Feb 2013 11:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OBe1vV080937 for ; Sun, 24 Feb 2013 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OBe1a5080936; Sun, 24 Feb 2013 11:40:01 GMT (envelope-from gnats) Date: Sun, 24 Feb 2013 11:40:01 GMT Message-Id: <201302241140.r1OBe1a5080936@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Gary J. Hayers" Subject: Re: ports/176195: [PATCH] games/cre: Set NO_WRKSUBDIR and BUILD_WRKSRC instead of abusing WRKSRC. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Gary J. Hayers" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 11:40:02 -0000 The following reply was made to PR ports/176195; it has been noted by GNATS. From: "Gary J. Hayers" To: bug-followup@FreeBSD.org, christoph.mallon@gmx.de Cc: Subject: Re: ports/176195: [PATCH] games/cre: Set NO_WRKSUBDIR and BUILD_WRKSRC instead of abusing WRKSRC. Date: Sun, 24 Feb 2013 11:35:30 +0000 This patch works for me. -- Regards, Gary J. Hayers gary@hayers.org PGP Signature http://www.hayers.org/pgp From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 11: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]) by hub.freebsd.org (Postfix) with ESMTP id 955CBD54 for ; Sun, 24 Feb 2013 11:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6D0BB1D84 for ; Sun, 24 Feb 2013 11:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OBo1qR082492 for ; Sun, 24 Feb 2013 11:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OBo1Vb082490; Sun, 24 Feb 2013 11:50:01 GMT (envelope-from gnats) Date: Sun, 24 Feb 2013 11:50:01 GMT Message-Id: <201302241150.r1OBo1Vb082490@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Gary J. Hayers" Subject: Re: ports/176180: mail/mailman broken without NLS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Gary J. Hayers" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 11:50:01 -0000 The following reply was made to PR ports/176180; it has been noted by GNATS. From: "Gary J. Hayers" To: bug-followup@FreeBSD.org, lowell@be-well.ilk.org Cc: Subject: Re: ports/176180: mail/mailman broken without NLS Date: Sun, 24 Feb 2013 11:43:51 +0000 I would agree with this, infact there seems to be no mention of NLS in the documented guides for install and setup. -- Regards, Gary J. Hayers gary@hayers.org PGP Signature http://www.hayers.org/pgp From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 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]) by hub.freebsd.org (Postfix) with ESMTP id 8B313675 for ; Sun, 24 Feb 2013 13:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 694C11FC8 for ; Sun, 24 Feb 2013 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OD00Fc094785 for ; Sun, 24 Feb 2013 13:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OD00JH094780; Sun, 24 Feb 2013 13:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 13:00:00 GMT Resent-Message-Id: <201302241300.r1OD00JH094780@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 11B5362D for ; Sun, 24 Feb 2013 12:52:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DC2381FA2 for ; Sun, 24 Feb 2013 12:52:41 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OCqepX069359 for ; Sun, 24 Feb 2013 12:52:40 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1OCqeft069358; Sun, 24 Feb 2013 12:52:40 GMT (envelope-from nobody) Message-Id: <201302241252.r1OCqeft069358@red.freebsd.org> Date: Sun, 24 Feb 2013 12:52:40 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176392: graphics/podofo: /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfInfo.h:235: error: no matching function for call to 'PoDoFo::PdfDate::PdfDate(const X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 13:00:01 -0000 >Number: 176392 >Category: ports >Synopsis: graphics/podofo: /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfInfo.h:235: error: no matching function for call to 'PoDoFo::PdfDate::PdfDate(const >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 and FreeBSD 9.1-STABLE/amd64 >Organization: FU Berlin >Environment: >Description: Updating graphics/podofo fails with the below shown error message: [...] [ 31%] Building CXX object src/CMakeFiles/podofo_shared.dir/doc/PdfAcroForm.cpp.o In file included from /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfDocument.h:32, from /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfAcroForm.cpp:27: /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfInfo.h: In member function 'PoDoFo::PdfDate PoDoFo::PdfInfo::GetCreationDate() const': /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfInfo.h:235: error: no matching function for call to 'PoDoFo::PdfDate::PdfDate(const PoDoFo::PdfString&)' /usr/local/include/podofo/base/PdfDate.h:64: note: candidates are: PoDoFo::PdfDate::PdfDate(const time_t&) /usr/local/include/podofo/base/PdfDate.h:54: note: PoDoFo::PdfDate::PdfDate() /usr/local/include/podofo/base/PdfDate.h:50: note: PoDoFo::PdfDate::PdfDate(const PoDoFo::PdfDate&) /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfInfo.h: In member function 'PoDoFo::PdfDate PoDoFo::PdfInfo::GetModDate() const': /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfInfo.h:243: error: no matching function for call to 'PoDoFo::PdfDate::PdfDate(const PoDoFo::PdfString&)' /usr/local/include/podofo/base/PdfDate.h:64: note: candidates are: PoDoFo::PdfDate::PdfDate(const time_t&) /usr/local/include/podofo/base/PdfDate.h:54: note: PoDoFo::PdfDate::PdfDate() /usr/local/include/podofo/base/PdfDate.h:50: note: PoDoFo::PdfDate::PdfDate(const PoDoFo::PdfDate&) *** [src/CMakeFiles/podofo_shared.dir/doc/PdfAcroForm.cpp.o] Error code 1 Stop in /usr/ports/graphics/podofo/work/podofo-0.9.2. *** [src/CMakeFiles/podofo_shared.dir/all] Error code 1 Stop in /usr/ports/graphics/podofo/work/podofo-0.9.2. *** [all] Error code 1 Stop in /usr/ports/graphics/podofo/work/podofo-0.9.2. *** [do-build] Error code 1 Stop in /usr/ports/graphics/podofo. *** [build] Error code 1 Stop in /usr/ports/graphics/podofo. ===>>> make failed for graphics/podofo ===>>> Aborting update ===>>> Update for graphics/podofo failed ===>>> Aborting update Terminated >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 13:00:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 693A86A3; Sun, 24 Feb 2013 13:00:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 43EF41FCA; Sun, 24 Feb 2013 13:00:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OD0AVp094879; Sun, 24 Feb 2013 13:00:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OD0ApV094875; Sun, 24 Feb 2013 13:00:10 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 13:00:10 GMT Message-Id: <201302241300.r1OD0ApV094875@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176392: graphics/podofo: /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfInfo.h:235: error: no matching function for call to 'PoDoFo::PdfDate::PdfDate(const X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 13:00:10 -0000 Synopsis: graphics/podofo: /usr/ports/graphics/podofo/work/podofo-0.9.2/src/doc/PdfInfo.h:235: error: no matching function for call to 'PoDoFo::PdfDate::PdfDate(const Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 13:00:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176392 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 14: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]) by hub.freebsd.org (Postfix) with ESMTP id C888D7DB for ; Sun, 24 Feb 2013 14:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 963D5376 for ; Sun, 24 Feb 2013 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OEo0OU014645 for ; Sun, 24 Feb 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OEo0pc014644; Sun, 24 Feb 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 14:50:00 GMT Resent-Message-Id: <201302241450.r1OEo0pc014644@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rustem Alimov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1C83A30F for ; Sun, 24 Feb 2013 14:40:56 +0000 (UTC) (envelope-from rustem.alimov@gmail.com) Received: from mail-la0-x243.google.com (mail-la0-x243.google.com [IPv6:2a00:1450:4010:c03::243]) by mx1.freebsd.org (Postfix) with ESMTP id 908B131B for ; Sun, 24 Feb 2013 14:40:55 +0000 (UTC) Received: by mail-la0-f67.google.com with SMTP id fr10so663302lab.6 for ; Sun, 24 Feb 2013 06:40:54 -0800 (PST) Received: from gmail.com ([95.73.54.223]) by mx.google.com with ESMTPS id pk1sm4987413lab.0.2013.02.24.06.40.52 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 24 Feb 2013 06:40:53 -0800 (PST) Received: by gmail.com (sSMTP sendmail emulation); Sun, 24 Feb 2013 18:40:31 +0400 Message-Id: <512a2675.8186980a.7446.ffffe2c2@mx.google.com> Date: Sun, 24 Feb 2013 18:40:31 +0400 From: Rustem Alimov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176393: [PATCH] www/trac: update to 0.12.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 14:50:00 -0000 >Number: 176393 >Category: ports >Synopsis: [PATCH] www/trac: update to 0.12.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: Sun Feb 24 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rustem Alimov >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: System: FreeBSD rust.freebsd.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826 >Description: - Update to 0.12.5 >How-To-Repeat: >Fix: 1. Remove files/patch-trac__util__daemon.py 2. Patch: --- trac.diff begins here --- Index: Makefile =================================================================== --- Makefile (revision 312866) +++ Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: trac -# Date created: 17 April 2004 -# Whom: Kuei-Feng Li -# +# Created by: Kuei-Feng Li # $FreeBSD$ -# PORTNAME= trac -PORTVERSION= 0.12.3 +PORTVERSION= 0.12.5 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ Index: distinfo =================================================================== --- distinfo (revision 312866) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (Trac-0.12.3.tar.gz) = 0eefacc5ebb91158ed7351b8f9b2eec7f45ce03b692bdc72a3c8061951174506 -SIZE (Trac-0.12.3.tar.gz) = 2239934 +SHA256 (Trac-0.12.5.tar.gz) = 5adc3e5898023fb83ffa293e76319c60b9b17a449353b20006bd4ec98874005f +SIZE (Trac-0.12.5.tar.gz) = 2473177 --- trac.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 14: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]) by hub.freebsd.org (Postfix) with ESMTP id B2BD8808; Sun, 24 Feb 2013 14:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8EAD8377; Sun, 24 Feb 2013 14:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OEo8bt014781; Sun, 24 Feb 2013 14:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OEo86I014777; Sun, 24 Feb 2013 14:50:08 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 14:50:08 GMT Message-Id: <201302241450.r1OEo86I014777@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, clsung@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176393: [PATCH] www/trac: update to 0.12.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 14:50:08 -0000 Synopsis: [PATCH] www/trac: update to 0.12.5 Responsible-Changed-From-To: freebsd-ports-bugs->clsung Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 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=176393 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 15: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]) by hub.freebsd.org (Postfix) with ESMTP id C1AB38FB for ; Sun, 24 Feb 2013 15:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A975D3DD for ; Sun, 24 Feb 2013 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OF00Zv016365 for ; Sun, 24 Feb 2013 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OF00uR016364; Sun, 24 Feb 2013 15:00:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 15:00:00 GMT Resent-Message-Id: <201302241500.r1OF00uR016364@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kevin Zheng Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C24238B1 for ; Sun, 24 Feb 2013 14:57:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B28AA3C5 for ; Sun, 24 Feb 2013 14:57:34 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OEvXh8003630 for ; Sun, 24 Feb 2013 14:57:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1OEvXAg003629; Sun, 24 Feb 2013 14:57:33 GMT (envelope-from nobody) Message-Id: <201302241457.r1OEvXAg003629@red.freebsd.org> Date: Sun, 24 Feb 2013 14:57:33 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176394: [patch] Update pkg-descr and LICENSE for editors/manedit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 15:00:00 -0000 >Number: 176394 >Category: ports >Synopsis: [patch] Update pkg-descr and LICENSE for editors/manedit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD sigma.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update pkg-descr for editors/manedit. Take this opportunity to add the WWW site, specify the LICENSE, and sort a section of the Makefile. >How-To-Repeat: >Fix: Apply the attached patch. This patch was generated using `svn diff`. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 312869) +++ Makefile (working copy) @@ -9,12 +9,15 @@ MAINTAINER= johans@FreeBSD.org COMMENT= A UNIX manual page editor and viewer +LICENSE= GPLv2 +LICENSE_FILE= ${WRKDIR}/${DISTNAME}/LICENSE + WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} +MAKEFILE= Makefile.FreeBSD +MAKE_JOBS_SAFE= yes USE_BZIP2= yes -MAKE_JOBS_SAFE= yes USE_GNOME= gtk12 -MAKEFILE= Makefile.FreeBSD MAN1= manedit.1 Index: pkg-descr =================================================================== --- pkg-descr (revision 312869) +++ pkg-descr (working copy) @@ -1,4 +1,7 @@ -ManEdit is a UNIX manual page editor and viewer. It can be used as a direct -editor for UNIX manual pages (with no manual conversion steps involved) or -a viewer/browser. ManEdit uses the GTK+ widget set and requires the X Window -Systems. +The ManEdit UNIX Manual Page Editor is an editor specifically tailored for UNIX +manual pages. It has a preview viewer, uses the manual page XML format for easy +editing, and comes with a tutorial and reference guide. It uses the GTK+ widget +set and features syntax highlighting, a complete drag and drop system for easy +viewing and editing, a crash recovery system, and sample manual page templates. + +WWW: http://freecode.com/projects/manedit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 15:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6F2CB322 for ; Sun, 24 Feb 2013 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3E62274A for ; Sun, 24 Feb 2013 15:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OFe2Pf024033 for ; Sun, 24 Feb 2013 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OFe2Xe024032; Sun, 24 Feb 2013 15:40:02 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 15:40:02 GMT Resent-Message-Id: <201302241540.r1OFe2Xe024032@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Richard Dicaire Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1AB4C163 for ; Sun, 24 Feb 2013 15:34:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id EB0B670D for ; Sun, 24 Feb 2013 15:33:59 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OFXx0Y068912 for ; Sun, 24 Feb 2013 15:33:59 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1OFXxYr068911; Sun, 24 Feb 2013 15:33:59 GMT (envelope-from nobody) Message-Id: <201302241533.r1OFXxYr068911@red.freebsd.org> Date: Sun, 24 Feb 2013 15:33:59 GMT From: Richard Dicaire To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176395: dailystrips port update appears to be a downgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 15:40:02 -0000 >Number: 176395 >Category: ports >Synopsis: dailystrips port update appears to be a downgrade >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 15:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Richard Dicaire >Release: 8.3-RELEASE >Organization: >Environment: FreeBSD ws.int.kritek.net 8.3-RELEASE-p6 FreeBSD 8.3-RELEASE-p6 #6 r247063: Wed Feb 20 22:19:26 EST 2013 root@ws.int.kritek.net:/usr/obj/usr/src/sys/WS amd64 >Description: deskutils/dailystrips port was recently updated to port version 1.1.0 from 1.0.28. In port and dailystrips version 1.0.28, the main program was dailystrips.pl. In port and dailystrips version 1.1.0, that program does not exist. If the port versions are supposed to reflect the dailystrips versions, then the port upgrade is actually a downgrade to a version two years older than the current version available, 1.0.28. As shown on http://dailystrips.sourceforge.net/download.html, 1.1.0 is a devel release from April 2001, 1.0.28 is the current release, from August 2003. Also, the documentation put into /usr/local/share/doc/dailystrips makes reference to dailystrips.pl, which doesn't exist in port and dailystrips version 1.1.0. >How-To-Repeat: >Fix: Revert back to dailystrips version 1.0.28. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 15:48: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]) by hub.freebsd.org (Postfix) with ESMTP id 4080D580; Sun, 24 Feb 2013 15:48:09 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 01C18792; Sun, 24 Feb 2013 15:48:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OFm8fJ025767; Sun, 24 Feb 2013 15:48:08 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OFm8VL025762; Sun, 24 Feb 2013 15:48:08 GMT (envelope-from jgh) Date: Sun, 24 Feb 2013 15:48:08 GMT Message-Id: <201302241548.r1OFm8VL025762@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Subject: Re: ports/176395: dailystrips port update appears to be a downgrade X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 15:48:09 -0000 Synopsis: dailystrips port update appears to be a downgrade Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Sun Feb 24 15:48:08 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176395 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 15:53: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]) by hub.freebsd.org (Postfix) with ESMTP id E821D624; Sun, 24 Feb 2013 15:53:43 +0000 (UTC) (envelope-from johans@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C03DB7B1; Sun, 24 Feb 2013 15:53:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OFrhhr027316; Sun, 24 Feb 2013 15:53:43 GMT (envelope-from johans@freefall.freebsd.org) Received: (from johans@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OFrhWv027312; Sun, 24 Feb 2013 15:53:43 GMT (envelope-from johans) Date: Sun, 24 Feb 2013 15:53:43 GMT Message-Id: <201302241553.r1OFrhWv027312@freefall.freebsd.org> To: kevinz5000@gmail.com, johans@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: johans@FreeBSD.org Subject: Re: ports/176394: [patch] Update pkg-descr and LICENSE for editors/manedit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 15:53:44 -0000 Synopsis: [patch] Update pkg-descr and LICENSE for editors/manedit State-Changed-From-To: open->closed State-Changed-By: johans State-Changed-When: Sun Feb 24 15:40:25 UTC 2013 State-Changed-Why: Committed, thanks. The licence was not added. The GPL version is not referenced in code and it's not clear if the "or any later version" clause of GPL applies - which would make it licensed under GPLv3 as well. Some files like MwmUtil.h seem to be under different copyright. http://www.freebsd.org/cgi/query-pr.cgi?pr=176394 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 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]) by hub.freebsd.org (Postfix) with ESMTP id 8DC1C853 for ; Sun, 24 Feb 2013 16:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 685717DF for ; Sun, 24 Feb 2013 16:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OG01QY027489 for ; Sun, 24 Feb 2013 16:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OG01Bi027488; Sun, 24 Feb 2013 16:00:01 GMT (envelope-from gnats) Date: Sun, 24 Feb 2013 16:00:01 GMT Message-Id: <201302241600.r1OG01Bi027488@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176394: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 16:00:01 -0000 The following reply was made to PR ports/176394; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176394: commit references a PR Date: Sun, 24 Feb 2013 15:40:42 +0000 (UTC) Author: johans Date: Sun Feb 24 15:40:06 2013 New Revision: 312872 URL: http://svnweb.freebsd.org/changeset/ports/312872 Log: Update pkg-descr for editors/manedit. Take this opportunity to add the WWW site and sort a section of the Makefile. PR: ports/176394 Submitted by: Kevin Zheng Modified: head/editors/manedit/Makefile head/editors/manedit/pkg-descr Modified: head/editors/manedit/Makefile ============================================================================== --- head/editors/manedit/Makefile Sun Feb 24 15:37:23 2013 (r312871) +++ head/editors/manedit/Makefile Sun Feb 24 15:40:06 2013 (r312872) @@ -11,10 +11,10 @@ COMMENT= A UNIX manual page editor and v WRKSRC= ${WRKDIR}/${DISTNAME}/${PORTNAME} -USE_BZIP2= yes +MAKEFILE= Makefile.FreeBSD MAKE_JOBS_SAFE= yes +USE_BZIP2= yes USE_GNOME= gtk12 -MAKEFILE= Makefile.FreeBSD MAN1= manedit.1 Modified: head/editors/manedit/pkg-descr ============================================================================== --- head/editors/manedit/pkg-descr Sun Feb 24 15:37:23 2013 (r312871) +++ head/editors/manedit/pkg-descr Sun Feb 24 15:40:06 2013 (r312872) @@ -1,4 +1,8 @@ -ManEdit is a UNIX manual page editor and viewer. It can be used as a direct -editor for UNIX manual pages (with no manual conversion steps involved) or -a viewer/browser. ManEdit uses the GTK+ widget set and requires the X Window -Systems. +The ManEdit UNIX Manual Page Editor is an editor specifically tailored +for UNIX manual pages. It has a preview viewer, uses the manual page XML +format for easy editing, and comes with a tutorial and reference guide. +It uses the GTK+ widget set and features syntax highlighting, a complete +drag and drop system for easy viewing and editing, a crash recovery +system, and sample manual page templates. + +WWW: http://freecode.com/projects/manedit _______________________________________________ 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 Sun Feb 24 16:00:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B4D6B889; Sun, 24 Feb 2013 16:00:46 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7CE3C7E8; Sun, 24 Feb 2013 16:00:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OG0kpx027581; Sun, 24 Feb 2013 16:00:46 GMT (envelope-from swills@freefall.freebsd.org) Received: (from swills@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OG0kK2027577; Sun, 24 Feb 2013 16:00:46 GMT (envelope-from swills) Date: Sun, 24 Feb 2013 16:00:46 GMT Message-Id: <201302241600.r1OG0kK2027577@freefall.freebsd.org> To: swills@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: swills@FreeBSD.org Subject: Re: ports/175552: [NEW PORT] devel/chruby: Changes the current Ruby X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 16:00:46 -0000 Synopsis: [NEW PORT] devel/chruby: Changes the current Ruby Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: swills Responsible-Changed-When: Sun Feb 24 16:00:45 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=175552 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 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]) by hub.freebsd.org (Postfix) with ESMTP id 0BC97EC3 for ; Sun, 24 Feb 2013 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E76F58A9 for ; Sun, 24 Feb 2013 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OGU0I9033515 for ; Sun, 24 Feb 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OGU0OX033514; Sun, 24 Feb 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 16:30:00 GMT Resent-Message-Id: <201302241630.r1OGU0OX033514@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrej Zverev Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9812BEAB for ; Sun, 24 Feb 2013 16:28:36 +0000 (UTC) (envelope-from az@sunner.semmy.ru) Received: from sunner.semmy.ru (sunner.semmy.ru [IPv6:2a00:14d0:0:20::3]) by mx1.freebsd.org (Postfix) with ESMTP id 1FAE389D for ; Sun, 24 Feb 2013 16:28:35 +0000 (UTC) Received: from az by sunner.semmy.ru with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1U9eRF-0003ek-5K for FreeBSD-gnats-submit@freebsd.org; Sun, 24 Feb 2013 20:28:33 +0400 Message-Id: Date: Sun, 24 Feb 2013 20:28:33 +0400 From: Andrej Zverev Sender: Andrej Zverev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176396: [update] lang/perl5.14 to version 5.14.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Andrej Zverev List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 16:30:01 -0000 >Number: 176396 >Category: ports >Synopsis: [update] lang/perl5.14 to version 5.14.3 >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: Sun Feb 24 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrej Zverev >Release: >Organization: >Environment: >Description: - Update to version 5.14.3 - Fix CONFLICTS ( 5.(6|8|10) not longer in tree, add 5.16 ) - Remove two patches. Already fixed by upstream. - Set default PERL_VERSION to 5.14.3 inside Mk/bsd.perl.mk >How-To-Repeat: >Fix: --- perl5.14.3.diff begins here --- Index: Mk/bsd.perl.mk =================================================================== --- Mk/bsd.perl.mk (revision 312329) +++ Mk/bsd.perl.mk (working copy) @@ -44,7 +44,7 @@ Perl_Pre_Include= bsd.perl.mk PERL_Include_MAINTAINER= perl@FreeBSD.org -PERL_VERSION?= 5.14.2 +PERL_VERSION?= 5.14.3 .if !defined(PERL_LEVEL) && defined(PERL_VERSION) perl_major= ${PERL_VERSION:C|^([1-9]+).*|\1|} Index: lang/perl5.14/Makefile =================================================================== --- lang/perl5.14/Makefile (revision 312329) +++ lang/perl5.14/Makefile (working copy) @@ -7,7 +7,6 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 2 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ @@ -24,9 +23,8 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual -CONFLICTS= perl-5.6.* perl-5.8.* perl-threaded-5.8.* \ - perl-5.10.* perl-threaded-5.10.* \ - perl-5.12.* perl-threaded-5.12.* +CONFLICTS= perl-5.12.* perl-threaded-5.12.* \ + perl-5.16.* perl-threaded-5.16.* OPTIONS= DEBUGGING "Build with debugging support" off \ GDBM "Build GDBM_File extension" off \ @@ -40,7 +38,7 @@ PORTSCOUT= limitw:1,even -PERL_VERSION= 5.14.2 +PERL_VERSION= 5.14.3 PERL_ARCH= mach SITE_PERL_REL?= lib/perl5/site_perl/${PERL_VERSION} SITE_PERL?= ${LOCALBASE}/${SITE_PERL_REL} Index: lang/perl5.14/Makefile.man =================================================================== --- lang/perl5.14/Makefile.man (revision 312329) +++ lang/perl5.14/Makefile.man (working copy) @@ -46,6 +46,7 @@ MAN1+= perl5140delta.1 MAN1+= perl5141delta.1 MAN1+= perl5142delta.1 +MAN1+= perl5143delta.1 MAN1+= perl561delta.1 MAN1+= perl56delta.1 MAN1+= perl570delta.1 Index: lang/perl5.14/distinfo =================================================================== --- lang/perl5.14/distinfo (revision 312329) +++ lang/perl5.14/distinfo (working copy) @@ -1,4 +1,4 @@ -SHA256 (perl/perl-5.14.2.tar.bz2) = c2a2362e8d1fdd2bfbfde801fcd78241f154c164f00fba76065ab8cc5c7b06cd -SIZE (perl/perl-5.14.2.tar.bz2) = 13226972 +SHA256 (perl/perl-5.14.3.tar.bz2) = a82c4d7c1886a24499487422bc2c754754a6eb90311866bf6b8a4fee85def84b +SIZE (perl/perl-5.14.3.tar.bz2) = 13276904 SHA256 (perl/BSDPAN-20111107.tar.bz2) = 2f03218a592dc65ebfdc3c6b9394d91dcf4c53aa5290a08458b837baad5a21f9 SIZE (perl/BSDPAN-20111107.tar.bz2) = 8448 Index: lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MakeMaker.pm =================================================================== --- lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MakeMaker.pm (revision 312329) +++ lang/perl5.14/files/patch-cpan__ExtUtils-MakeMaker__lib__ExtUtils__MakeMaker.pm (working copy) @@ -1,11 +0,0 @@ ---- ./cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm.orig 2012-03-07 04:45:16.252747795 +0000 -+++ ./cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm 2012-03-07 04:46:18.391746557 +0000 -@@ -401,6 +401,8 @@ - my($class,$self) = @_; - my($key); - -+ _convert_compat_attrs($self) if defined $self && $self; -+ - # Store the original args passed to WriteMakefile() - foreach my $k (keys %$self) { - $self->{ARGS}{$k} = $self->{$k}; Index: lang/perl5.14/files/patch-freebsd.sh-freebsd10 =================================================================== --- lang/perl5.14/files/patch-freebsd.sh-freebsd10 (revision 312329) +++ lang/perl5.14/files/patch-freebsd.sh-freebsd10 (working copy) @@ -1,30 +0,0 @@ ---- hints/freebsd.sh.orig2 2011-10-09 13:30:37.000000000 +0000 -+++ hints/freebsd.sh 2011-10-09 14:12:48.000000000 +0000 -@@ -116,7 +116,8 @@ - case "$osvers" in - 0.*|1.0*) ;; - --1*|2*) cccdlflags='-DPIC -fpic' -+1.*|2.*) -+ cccdlflags='-DPIC -fpic' - lddlflags="-Bshareable $lddlflags" - ;; - -@@ -139,7 +140,7 @@ - esac - - case "$osvers" in --0*|1*|2*|3*) ;; -+0.*|1.*|2.*|3.*) ;; - - *) - ccflags="${ccflags} -DHAS_FPSETMASK -DHAS_FLOATINGPOINT_H" -@@ -196,7 +197,7 @@ - $define|true|[yY]*) - lc_r=`/sbin/ldconfig -r|grep ':-lc_r'|awk '{print $NF}'|sed -n '$p'` - case "$osvers" in -- 0*|1*|2.0*|2.1*) cat <&4 -+ 0.*|1.*|2.0*|2.1*) cat <&4 - I did not know that FreeBSD $osvers supports POSIX threads. - - Feel free to tell perlbug@perl.org otherwise. Index: lang/perl5.14/pkg-plist =================================================================== --- lang/perl5.14/pkg-plist (revision 312329) +++ lang/perl5.14/pkg-plist (working copy) @@ -1121,6 +1121,7 @@ lib/perl5/%%PERL_VER%%/pod/perl5140delta.pod lib/perl5/%%PERL_VER%%/pod/perl5141delta.pod lib/perl5/%%PERL_VER%%/pod/perl5142delta.pod +lib/perl5/%%PERL_VER%%/pod/perl5143delta.pod lib/perl5/%%PERL_VER%%/pod/perl561delta.pod lib/perl5/%%PERL_VER%%/pod/perl56delta.pod lib/perl5/%%PERL_VER%%/pod/perl570delta.pod --- perl5.14.3.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 16:30:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1865EEF2; Sun, 24 Feb 2013 16:30:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E8CA98AB; Sun, 24 Feb 2013 16:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OGU9Vj033652; Sun, 24 Feb 2013 16:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OGU9g2033648; Sun, 24 Feb 2013 16:30:09 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 16:30:09 GMT Message-Id: <201302241630.r1OGU9g2033648@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skv@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176396: [update] lang/perl5.14 to version 5.14.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 16:30:10 -0000 Synopsis: [update] lang/perl5.14 to version 5.14.3 Responsible-Changed-From-To: freebsd-ports-bugs->skv Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 16:30:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176396 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 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]) by hub.freebsd.org (Postfix) with ESMTP id 41B11421 for ; Sun, 24 Feb 2013 16:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 21C98969 for ; Sun, 24 Feb 2013 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OGo03p037336 for ; Sun, 24 Feb 2013 16:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OGo0Ds037335; Sun, 24 Feb 2013 16:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 16:50:00 GMT Resent-Message-Id: <201302241650.r1OGo0Ds037335@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 088A33D5 for ; Sun, 24 Feb 2013 16:45:06 +0000 (UTC) (envelope-from cmt@burggraben.net) Received: from smtp.burggraben.net (base.exwg.net [IPv6:2a01:4f8:140:50a2::2]) by mx1.freebsd.org (Postfix) with ESMTP id 7DC02945 for ; Sun, 24 Feb 2013 16:45:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.burggraben.net (Postfix) with ESMTP id 548176003CD for ; Sun, 24 Feb 2013 17:45:04 +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 2aEEyCHMiTcH for ; Sun, 24 Feb 2013 17:45:01 +0100 (CET) Received: from elch.exwg.net (dslb-088-066-015-247.pools.arcor-ip.net [88.66.15.247]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "elch.exwg.net", Issuer "Christoph Moench-Tegeder" (verified OK)) by smtp.burggraben.net (Postfix) with ESMTPS for ; Sun, 24 Feb 2013 17:45:01 +0100 (CET) Received: by elch.exwg.net (Postfix, from userid 1000) id 5AEFF30514; Sun, 24 Feb 2013 17:45:01 +0100 (CET) Message-Id: <20130224164501.5AEFF30514@elch.exwg.net> Date: Sun, 24 Feb 2013 17:45:01 +0100 (CET) From: Christoph Moench-Tegeder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176397: games/xboard: errors in texi file break build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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: Sun, 24 Feb 2013 16:50:01 -0000 >Number: 176397 >Category: ports >Synopsis: games/xboard: errors in texi file break build >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 16:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Moench-Tegeder >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD elch.exwg.net 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Sun Jan 13 22:47:33 CET 2013 cmt@elch.exwg.net:/usr/obj/usr/src/sys/ELCH amd64 games/xboard 4.7.0 print/texinfo texinfo-5.0.20130223 >Description: with the current texinfo, the build of xboard fails with errors like ./xboard.texi:1026: @itemx must follow @item >How-To-Repeat: just type make... >Fix: The attached patch does some slight reformatting of the "Options" menu documentation, I have submitted it upstream as http://savannah.gnu.org/bugs/?38401 --- xboard.texi.orig 2013-02-24 17:18:53.000000000 +0100 +++ xboard.texi 2013-02-24 17:18:53.000000000 +0100 @@ -1018,16 +1018,16 @@ @section Options Menu @cindex Menu, Options @cindex Options Menu -@table @asis -@item General Options +@subsection General Options @cindex General Options, Menu Item The following items to set option values appear in the dialog summoned by the general Options menu item. -@itemx Absolute Analysis Scores +@table @asis +@item Absolute Analysis Scores @cindex Absolute Analysis Scores, Menu Item Controls if scores on the Engine Output window during analysis will be printed from the white or the side-to-move point-of-view. -@itemx Almost Always Queen +@item Almost Always Queen @cindex Almost Always Queen, Menu Item If this option is on, 7th-rank pawns automatically change into Queens when you pick them up, @@ -1044,14 +1044,14 @@ Otherwise XBoard would bring up a dialog box whenever you move a pawn to the last rank, asking what piece you want to promote to. -@itemx Animate Dragging +@item Animate Dragging @cindex Animate Dragging, Menu Item If Animate Dragging is on, while you are dragging a piece with the mouse, an image of the piece follows the mouse cursor. If Animate Dragging is off, there is no visual feedback while you are dragging a piece, but if Animate Moving is on, the move will be animated when it is complete. -@itemx Animate Moving +@item Animate Moving @cindex Animate Moving, Menu Item If Animate Moving is on, all piece moves are animated. An image of the piece is shown moving from the old square to the new square when the @@ -1059,7 +1059,7 @@ If Animate Moving is off, a moved piece instantly disappears from its old square and reappears on its new square when the move is complete. The shifted @kbd{Ctrl-A} key is a keyboard equivalent. -@itemx Auto Flag +@item Auto Flag @cindex Auto Flag, Menu Item If this option is on and one player runs out of time before the other, @@ -1071,7 +1071,7 @@ insufficient mating material. In local chess engine mode, XBoard may call either player's flag and will not take material into account (?). -@itemx Auto Flip View +@item Auto Flip View @cindex Auto Flip View, Menu Item If the Auto Flip View option is on when you start a game, the board will be automatically oriented so that your pawns move from the bottom @@ -1084,27 +1084,27 @@ if it is false (the default), White's pawns move from bottom to top at the start of each game; if it is true, Black's pawns move from bottom to top. @xref{User interface options}. -@itemx Blindfold +@item Blindfold @cindex Blindfold, Menu Item If this option is on, XBoard displays the board as usual but does not display pieces or move highlights. You can still move in the usual way (with the mouse or by typing moves in ICS mode), even though the pieces are invisible. -@itemx Drop Menu +@item Drop Menu @cindex Drop Menu, Menu Item Controls if right-clicking the board in crazyhouse / bughouse will pop up a menu to drop a piece on the clicked square (old, deprecated behavior) or allow you to step through an engine PV (new, recommended behavior). -@itemx Enable Variation Trees +@item Enable Variation Trees @cindex Enable Variation Trees, Menu Item If this option is on, playing a move in Edit Game or Analyze mode while keeping the Shift key pressed will start a new variation. You can then recall the previous line through the @samp{Revert} menu item. When off, playing a move will truncate the game and append the move irreversibly. -@itemx Hide Thinking +@item Hide Thinking @cindex Hide Thinking, Menu Item If this option is off, the chess engine's notion of the score and best line of play from the current position is displayed as it is @@ -1114,18 +1114,18 @@ whether it is showing White's thinking or Black's, and only the thinking of the engine that is on move is shown. The shifted @kbd{Ctrl-H} key is a keyboard equivalent. -@itemx Highlight Last Move +@item Highlight Last Move @cindex Highlight Last Move, Menu Item If Highlight Last Move is on, after a move is made, the starting and ending squares remain highlighted. In addition, after you use Backward or Back to Start, the starting and ending squares of the last move to be unmade are highlighted. -@itemx Highlight with Arrow +@item Highlight with Arrow @cindex Highlight with Arrow, Menu Item Causes the highlighting described in Highlight Last Move to be done by drawing an arrow between the highlighted squares, so that it is visible even when the width of the grid lines is set to zero. -@itemx Move Sound +@item Move Sound @cindex Move Sound, Menu Item Enables the sounding of an audible signal when the computer performs a move. For the selection of the sound, see @samp{Sound Options}. @@ -1135,7 +1135,7 @@ command to the ICS, since otherwise the ICS will ring the terminal bell after every move (not just yours). (The @file{.icsrc} file is a good place for this; see @ref{ICS options}.) -@itemx One-Click Moving +@item One-Click Moving @cindex One-Click Moving, Menu Item If this option is on, XBoard does not wait for you to click both the from- and the to-square, or drag the piece, but performs a move as soon @@ -1148,14 +1148,14 @@ Promoting a Pawn by clicking its to-square will suppress the promotion popup or other methods for selecting an under-promotion, and make it promote to Queen. -@itemx Periodic Updates +@item Periodic Updates @cindex Periodic Updates, Menu Item If this option is off (or if you are using a chess engine that does not support periodic updates), the analysis window will only be updated when the analysis changes. If this option is on, the Analysis Window will be updated every two seconds. -@itemx Play Move(s) of Clicked PV +@item Play Move(s) of Clicked PV @cindex Play Move(s) of Clicked PV, Menu Item If this option is on, right-clicking a PV in the Engine Output window during Analyze mode will cause the first move of that PV to be played. @@ -1163,19 +1163,19 @@ to engage in the PV walk such a right-click will start, to seek out another position along the PV where you want to continue the analysis, before releasing the mouse button. -@itemx Ponder Next Move +@item Ponder Next Move @cindex Ponder Next Move, Menu Item If this option is off, the chess engine will think only when it is on move. If the option is on, the engine will also think while waiting for you to make your move. The shifted @kbd{Ctrl-P} key is a keyboard equivalent. -@itemx Popup Exit Message +@item Popup Exit Message @cindex Popup Exit Message, Menu Item If this option is on, when XBoard wants to display a message just before exiting, it brings up a modal dialog box and waits for you to click OK before exiting. If the option is off, XBoard prints the message to standard error (the terminal) and exits immediately. -@itemx Popup Move Errors +@item Popup Move Errors @cindex Popup Move Errors, Menu Item If this option is off, when you make an error in moving (such as attempting an illegal move or moving the wrong color piece), the @@ -1183,21 +1183,21 @@ on, move errors are displayed in small pop-up windows like other errors. You can dismiss an error pop-up either by clicking its OK button or by clicking anywhere on the board, including down-clicking to start a move. -@itemx Scores in Move List +@item Scores in Move List @cindex Scores in Move List, Menu Item If this option is on, XBoard will display the depth and score of engine moves in the Move List, in the format of a PGN comment. -@itemx Show Coords +@item Show Coords @cindex Show Coords, Menu Item If this option is on, XBoard displays algebraic coordinates along the board's left and bottom edges. -@itemx Show Target Squares +@item Show Target Squares @cindex Show Target Squares, Menu Item If this option is on, all squares a piece that is 'picked up' with the mouse can legally move to are highighted with a fat colored dot in the highlightColor (non-captures) or premoveHighlightColor (captures). Legality testing must be on for XBoard to know how the piece moves. -@itemx Test Legality +@item Test Legality @cindex Test Legality, Menu Item If this option is on, XBoard tests whether the moves you try to make with the mouse are legal and refuses to let you make an illegal move. @@ -1209,23 +1209,24 @@ rules that XBoard does not understand. (Bughouse, suicide, and wild variants where the king may castle after starting on the d file are generally supported with Test Legality on.) -@itemx Flash Moves +@item Flash Moves @itemx Flash Rate @cindex Flash Moves, Menu Item @cindex Flash Rate, Menu Item If this option is non-zero, whenever a move is completed, the moved piece flashes the specified number of times. The flash-rate setting determines how rapidly this flashing occurs. -@itemx Animation Speed +@item Animation Speed @cindex Animation Speed, Menu Item Determines the duration (in msec) of an animation step, when @samp{Animate Moving} is swiched on. -@itemx Zoom factor in Evaluation Graph +@item Zoom factor in Evaluation Graph @cindex Zoom factor in Evaluation Graph, Menu Item Sets the valueof the @code{evalZoom} option, indicating the factor by which the score interval (-1,1) should be blown up on the vertical axis of the Evaluation Graph. -@item Time Control +@end table +@subsection Time Control @cindex Time Control, Menu Item Pops up a sub-menu where you can set the time-control parameters interactively. Allows you to select classical or incremental time controls, @@ -1235,7 +1236,8 @@ be it at the beginning of a session or through the time increment or fixed time per move, will be divided by N. The shifted @kbd{Alt+T} key is a keyboard equivalent. -@item Common Engine + +@subsection Common Engine @cindex Common Engine, Menu Item Pops up a sub-menu where you can set some engine parameters common to most engines, such as hash-table size, tablebase cache size, maximum number of processors @@ -1259,7 +1261,8 @@ When set to 100, all listed moves will be played with equal pobability. Other settings interpolate between that. The shifted @kbd{Alt+U} key is a keyboard equivalent. -@item Adjudications + +@subsection Adjudications @cindex Adjudications, Menu Item Pops up a sub-menu where you can enable or disable various adjudications that XBoard can perform in engine-engine games. @@ -1282,11 +1285,12 @@ the engine's scores. To facilitate the latter, you can inform xboard here if the engines report scores from the viewpoint of white, or from that of their own color. -@item ICS Options +@subsection ICS Options @cindex ICS Options, Menu Item The following options occur in a dialog summoned by the ICS Options menu item. -@itemx Auto Kibitz +@table @asis +@item Auto Kibitz @cindex Auto Kibitz, Menu Item Setting this option when playing with or aginst a chess program on an ICS will cause the last line of thinking output of the engine before its move @@ -1295,7 +1299,7 @@ an opponent chess program will be diverted to the engine-output window, (and suppressed in the console), where you can play through its PV by right-clicking it. -@itemx Auto Comment +@item Auto Comment @cindex Auto Comment, Menu Item If this option is on, any remarks made on ICS while you are observing or playing a game are recorded as a comment on the current move. This includes @@ -1303,7 +1307,7 @@ and @kbd{kibitz}. Limitation: remarks that you type yourself are not recognized; XBoard scans only the output from ICS, not the input you type to it. -@itemx Auto Observe +@item Auto Observe @cindex Auto Observe, Menu Item If this option is on and you add a player to your @code{gnotify} list on ICS, XBoard will automatically observe all of that @@ -1318,11 +1322,11 @@ variable is set to 0, or if the ICS you are using does not properly support observing from Black's point of view, you will see the game from White's point of view. -@itemx Auto Raise Board +@item Auto Raise Board @cindex Auto Raise Board, Menu Item If this option is on, whenever a new game begins, the chessboard window is deiconized (if necessary) and raised to the top of the stack of windows. -@itemx Auto Save +@item Auto Save @cindex Auto Save, Menu Item If this option is true, at the end of every game XBoard prompts you for a file name and appends a record of the game to the file @@ -1330,7 +1334,7 @@ Disabled if the @code{saveGameFile} command-line option is set, as in that case all games are saved to the specified file. @xref{Load and Save options}. -@itemx Background Observe +@item Background Observe @cindex Background Observe, Menu Item Setting this option will make XBoard suppress display of any boards from observed games while you are playing. @@ -1338,12 +1342,12 @@ and shown to you when you right-click the board. This allows you to peek at your bughouse partner's game when you want, without disturbing your own game too much. -@itemx Dual Board +@item Dual Board @cindex Dual Board, Menu Item Setting this option in combination with @samp{Background Observe} will display boards of observed games while you are playing on a second board next to that of your own game. -@itemx Get Move List +@item Get Move List @cindex Get Move List, Menu Item If this option is on, whenever XBoard receives the first board of a new ICS game (or a different game from @@ -1357,7 +1361,7 @@ and over. When you turn this option on from the menu, XBoard immediately fetches the move list of the current game (if any). -@itemx Quiet Play +@item Quiet Play @cindex Quiet Play, Menu Item If this option is on, XBoard will automatically issue an ICS @kbd{set shout 0} @@ -1365,18 +1369,18 @@ @kbd{set shout 1} command whenever you finish one. Thus, you will not be distracted by shouts from other ICS users while playing. -@itemx Seek Graph +@item Seek Graph @cindex Seek Graph, Menu Item Setting this option will cause XBoard to display an graph of currently active seek ads when you left-click the board while idle and logged on to an ICS. -@itemx Auto-Refresh Seek Graph +@item Auto-Refresh Seek Graph @cindex Auto-Refresh Seek Graph, Menu Item In combination with the @samp{Seek Graph} option this will cause automatic update of the seek graph while it is up. This only works on FICS and ICC, and requires a lot of bandwidth on a busy server. -@itemx Premove +@item Premove @itemx Premove White @itemx Premove Black @itemx First White Move @@ -1398,7 +1402,7 @@ You can also enter premoves for the first white and black moves of the game. -@itemx ICS Alarm +@item ICS Alarm @itemx ICS Alarm Time @cindex ICS Alarm, Menu Item @cindex ICS Alarm Time, Menu Item @@ -1411,19 +1415,21 @@ By default, the alarm sound is the terminal bell, but on some systems you can change it to a sound file using the soundIcsAlarm option; see below. -@itemx Colorize Messages +@item Colorize Messages @cindex Colorize Messages, Menu Item Ticking this options causes various types of ICS messages do be displayed with different foreground or background colors in the console. The colors can be individually selected for each type, through the accompanying text edits. +@end table -@item Match Options +@subsection Match Options @cindex Match Options, Menu Item Summons a dialog where you can set options important for playing automatic matches between two chess programs (e.g. by using the @samp{Machine Match} menu item in the @samp{Mode} menu). -@itemx Tournament file +@table @asis +@item Tournament file @cindex Tournament file, Menu item To run a tournament, XBoard needs a file to record its progress, so it can resume the tourney when it is interrupted. @@ -1443,7 +1449,7 @@ without participants no tournament file will be made, but other entered values (e.g. for the file with opening positions) will take effect. Default: configured by the @code{defaultTourneyName} option. -@itemx Sync after round +@item Sync after round @itemx Sync after cycle @cindex Sync after round, Menu Item @cindex Sync after cycle, Menu Item @@ -1452,7 +1458,7 @@ This guarantees correct ordering in the games file, even when multiple XBoard instances are concurrently playing games for the same tourney. Default: sync after cycle, but not after round. -@itemx Select Engine +@item Select Engine @itemx Tourney participants @cindex Select Engine, Menu Item @cindex Tourney participants, Menu Item @@ -1463,7 +1469,7 @@ to delete engines you selected by accident, or change their order. Do not type names yourself there, because names that do not exactly match one of the names from the drop-down list will lead to undefined behavior. -@itemx Tourney type +@item Tourney type @cindex Tourney type, Menu Item Here you can specify the type of tournament you want. XBoard’s intrinsic tournament manager support round-robins (type = 0), @@ -1476,7 +1482,7 @@ pairing engine must be specified through the @code{pairingEngine} option. Each Swiss round will be considered a tourney cycle in that case. Default:0 -@itemx Number of tourney cycles +@item Number of tourney cycles @itemx Default number of Games @cindex Number of tourney cycles, Menu Item @cindex Default number of Games, Menu Item @@ -1489,11 +1495,11 @@ Default is 1 cycle; the number of games per pairing is the same as the default number of match games, stored in your settings file through the @code{defaultMatchGames} option. -@itemx Save Tourney Games +@item Save Tourney Games @cindex Save Tourney Games, Menu Item File where the tournament games are saved (duplicate of the item in the @samp{Save Game Options}). -@itemx Game File with Opening Lines +@item Game File with Opening Lines @itemx File with Start Positions @itemx Game Number @itemx Position Number @@ -1516,14 +1522,14 @@ but the second (even) games will select the same moves from the book as the previous game. (Note this leads to the same opening only if both engines use the GUI book!) Default: No game or position file will be used. The default index if such a file is used is 1. -@itemx Disable own engine bools be default +@item Disable own engine bools be default @cindex Disable own engine bools be default, Menu Item Setting this option reverses the default situation for use of the GUI opening book in tournaments from what it normally is, namely not using it. So unless the engine is installed with an option to explicitly specify it should not use the GUI book (i.e. @code{-firstHasOwnBookUCI true}), it will be made to use the GUI book. -@itemx Replace Engine +@item Replace Engine @itemx Upgrade Engine @cindex Replace Engine, Menu Item @cindex Upgrade Engine, Menu Item @@ -1540,7 +1546,7 @@ In this latter case the engine must not be playing when you do this, but otherwise there is no need to pause the tournament play for making a substitution. -@itemx Clone Tourney +@item Clone Tourney @cindex CloneTourney, Menu Item Pressing this button after you have specified an existing tournament file will copy the contents of the latter to the dialog, @@ -1548,8 +1554,9 @@ You can then run a tourney with the same parameters (possibly after changing the proposed name of the tourney file for the new tourney) by pressing 'OK'. +@end table -@item Load Game Options +@subsection Load Game Options @cindex Load Game Options, Menu Item Summons a dialog where you can set the @code{autoDisplayComment} and @code{autoDisplayTags} options, (which control popups when viewing loaded games), @@ -1558,7 +1565,8 @@ You can also set search criteria for determining which games will be displayed in the Game List for a multi-game file, and thus be eligible for loading: -@itemx Elo of strongest player +@table @asis +@item Elo of strongest player @itemx Elo of weakest player @itemx year @cindex Elo of strongest player, Menu Item @@ -1567,7 +1575,7 @@ These numeric fields set thresholds (lower limits) on the Elo rating of the mentioned player, or the date the game was played. Defaults: 0 -@itemx Search mode +@item Search mode @cindex Search mode, Menu Item @cindex find position, Menu Item @cindex narrow, Menu Item @@ -1589,13 +1597,13 @@ but only searches in the already selected games, rather than the complete game file, and can thus be used to refine a search based on multiple criteria. -@itemx number of consecutive positions +@item number of consecutive positions @cindex number of consecutive positions, Menu Item When you are searching by material, rather than for an exact match, this parameter indicates forhowmany consecutive game positions the same amount of material must be on the board before it is considered a match. -@itemx Also match reversed colors +@item Also match reversed colors @itemx Also match left-right flipped position @cindex Also match reversed colors, Menu Item @cindex Also match left-right flipped position, Menu Item @@ -1605,8 +1613,9 @@ will be also considered a match. The left-right flipping is only useful after all castling rights have expired (or in Xiangqi). +@end table -@item Save Game Options +@subsection Save Game Options @cindex Save Game Options, Menu Item Summons a dialog where you can specify the files on which XBoard should automatically save any played or entered games, @@ -1624,12 +1633,12 @@ should be included. For Chess, always set the format to PGN, rather than "old save stye"! -@item Game List +@subsection Game List @cindex Game List Tags, Menu Item Pops up a dialog where you can select the PGN tags that should appear on the lines in the game list, and their order. -@item Sound Options +@subsection Sound Options @cindex Sound Options, Menu Item Summons a dialog where you can specify the sounds that should accompany various events that can occur XBoard. @@ -1652,7 +1661,7 @@ The sound is not played after moves you make or moves read from a saved game file. -@item Save Settings Now +@subsection Save Settings Now @cindex Save Settings Now, Menu Item Selecting this menu item causes the current XBoard settings to be written to the settings file, so they will also apply in future sessions. @@ -1688,13 +1697,13 @@ in ~/.xboardrc, you will essentially turn them into volatile options with the specified value as default, because that value will overrule the value loaded from the settings file (being read later). -@item Save Settings on Exit + +@subsection Save Settings on Exit @cindex Save Settings on Exit, Menu Item Setting this option has no immediate effect, but causes the settings to be saved when you quit XBoard. What happens then is otherwise identical to what happens when you use select "Save Settings Now", see there. -@end table @node Help Menu @section Help Menu Regards, Christoph >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 16:50:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EDF5644E; Sun, 24 Feb 2013 16:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CA04996A; Sun, 24 Feb 2013 16:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OGoAC6037973; Sun, 24 Feb 2013 16:50:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OGoAgB037960; Sun, 24 Feb 2013 16:50:10 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 16:50:10 GMT Message-Id: <201302241650.r1OGoAgB037960@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, johans@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176397: games/xboard: errors in texi file break build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 16:50:11 -0000 Synopsis: games/xboard: errors in texi file break build Responsible-Changed-From-To: freebsd-ports-bugs->johans Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 16:50:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176397 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 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]) by hub.freebsd.org (Postfix) with ESMTP id C92CC102 for ; Sun, 24 Feb 2013 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A2425AD7 for ; Sun, 24 Feb 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OHe1P5046863 for ; Sun, 24 Feb 2013 17:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OHe1aJ046862; Sun, 24 Feb 2013 17:40:01 GMT (envelope-from gnats) Date: Sun, 24 Feb 2013 17:40:01 GMT Message-Id: <201302241740.r1OHe1aJ046862@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Damjan Jovanovic Subject: Re: ports/151190: prelink is desired (for emulators/wine among others) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Damjan Jovanovic List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 17:40:01 -0000 The following reply was made to PR ports/151190; it has been noted by GNATS. From: Damjan Jovanovic To: bug-followup@freebsd.org, austinenglish@gmail.com Cc: Subject: Re: ports/151190: prelink is desired (for emulators/wine among others) Date: Sun, 24 Feb 2013 19:36:45 +0200 Prelink is now in ports (http://www.freshports.org/sysutils/prelink/), but discussion is ongoing in the freebsd-emulation mailing list about whether it should be used to compile Wine (as apposed to the -Ttext-segment option in new version of ld). There are also a few rtld patches floating around on that list thread that are necessary. From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 17:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6006B36E for ; Sun, 24 Feb 2013 17:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2E8B6B27 for ; Sun, 24 Feb 2013 17:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OHo1o3048488 for ; Sun, 24 Feb 2013 17:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OHo1jo048487; Sun, 24 Feb 2013 17:50:01 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 17:50:01 GMT Resent-Message-Id: <201302241750.r1OHo1jo048487@freefall.freebsd.org> 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 Kazarov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 73262361 for ; Sun, 24 Feb 2013 17:48:57 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 60838B22 for ; Sun, 24 Feb 2013 17:48:57 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OHmtbe080894 for ; Sun, 24 Feb 2013 17:48:55 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1OHmtPC080893; Sun, 24 Feb 2013 17:48:55 GMT (envelope-from nobody) Message-Id: <201302241748.r1OHmtPC080893@red.freebsd.org> Date: Sun, 24 Feb 2013 17:48:55 GMT From: Dmitry Kazarov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176398: [maintainer update] print/qpdf update to 4.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 17:50:01 -0000 >Number: 176398 >Category: ports >Synopsis: [maintainer update] print/qpdf update to 4.0.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 17:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Kazarov >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 312883) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= qpdf -PORTVERSION= 4.0.0 +PORTVERSION= 4.0.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}/${PORTVERSION} Index: distinfo =================================================================== --- distinfo (revision 312883) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (qpdf-4.0.0.tar.gz) = 446af92ef79d8c3014dca2621dedec1edff736f259ab7bebd9a6510d2fabafe3 -SIZE (qpdf-4.0.0.tar.gz) = 5029024 +SHA256 (qpdf-4.0.1.tar.gz) = a4080ad53c778d60aa56df724751fb55bd096130d244fb1483c9257b9739c04d +SIZE (qpdf-4.0.1.tar.gz) = 5031080 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 19:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D7C4793E for ; Sun, 24 Feb 2013 19:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B79B2ED7 for ; Sun, 24 Feb 2013 19:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OJA0kw062617 for ; Sun, 24 Feb 2013 19:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OJA0ha062613; Sun, 24 Feb 2013 19:10:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 19:10:00 GMT Resent-Message-Id: <201302241910.r1OJA0ha062613@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hiroki Sato Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A733B930 for ; Sun, 24 Feb 2013 19:08:23 +0000 (UTC) (envelope-from hrs@allbsd.org) Received: from mail.allbsd.org (gatekeeper.allbsd.org [IPv6:2001:2f0:104:e001::32]) by mx1.freebsd.org (Postfix) with ESMTP id 3BE2DECE for ; Sun, 24 Feb 2013 19:08:23 +0000 (UTC) Received: from alph.d.allbsd.org (p2175-ipbf701funabasi.chiba.ocn.ne.jp [122.25.209.175]) (authenticated bits=128) by mail.allbsd.org (8.14.5/8.14.5) with ESMTP id r1OJ87Fl042353 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 25 Feb 2013 04:08:17 +0900 (JST) (envelope-from hrs@allbsd.org) Received: from alph.d.allbsd.org (localhost [IPv6:::1]) by alph.d.allbsd.org (8.14.5/8.14.5) with ESMTP id r1OJ87tI049886 for ; Mon, 25 Feb 2013 04:08:07 +0900 (JST) (envelope-from hrs@alph.d.allbsd.org) Received: (from hrs@localhost) by alph.d.allbsd.org (8.14.5/8.14.5/Submit) id r1OJ87VO049885; Mon, 25 Feb 2013 04:08:07 +0900 (JST) (envelope-from hrs) Message-Id: <201302241908.r1OJ87VO049885@alph.d.allbsd.org> Date: Mon, 25 Feb 2013 04:08:07 +0900 (JST) From: Hiroki Sato To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176399: [PATCH] bsd.tex.mk to hold common part of TeX-related ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Hiroki Sato List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 19:10:00 -0000 >Number: 176399 >Category: ports >Synopsis: [PATCH] bsd.tex.mk to hold common part of TeX-related ports >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 19:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hiroki Sato >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Tokyo Institute of Technology >Environment: System: FreeBSD alph.allbsd.org 9.1-RELEASE FreeBSD 9.1-RELEASE #3 r245350: Sun Jan 20 19:29:27 JST 2013 hrs@alph.allbsd.org:/usr/obj/usr/src/sys/ALPH amd64 >Description: I would like to commit Mk/bsd.tex.mk to hold the common part of newly-created TeX ports which are based on TeXLive. This simplifies complex dependency specification as well as migration from print/teTeX. >How-To-Repeat: N/A >Fix: The patch of bsd.tex.mk is below. This can also be found at: http://people.allbsd.org/~hrs/FreeBSD/bsd.tex.mk-20130225-1.diff and ports which use this are the following: http://people.allbsd.org/~hrs/FreeBSD/devel_kpathsea-20130225-1.diff http://people.allbsd.org/~hrs/FreeBSD/devel_web2c-20130225-1.diff http://people.allbsd.org/~hrs/FreeBSD/print_ptexenc-20130225-1.diff http://people.allbsd.org/~hrs/FreeBSD/print_texlive-texmf-20130225-1.diff Index: Mk/bsd.tex.mk =================================================================== --- Mk/bsd.tex.mk (revision 0) +++ Mk/bsd.tex.mk (working copy) @@ -0,0 +1,82 @@ +# $FreeBSD$ +# +# Common part for TeX related ports +# +TEX_MAINTAINER= hrs@FreeBSD.org + +TEXMFDIR?= share/texmf +TEXMFDISTDIR?= share/texmf-dist +TEXMFLOCALDIR?= share/texmf-local +TEXHASHDIRS?= ${TEXMFDIR} ${TEXMFDISTDIR} ${TEXMFLOCALDIR} + +PLIST_SUB+= TEXMFDIR=${TEXMFDIR} TEXMFDISTDIR=${TEXMFDISTDIR} +CONFLICTS_INSTALL+= teTeX-[0-9]* *-teTeX-[0-9]* \ + teTeX-*-[0-9]* *-teTeX-*-[0-9]* \ + latex2e-[0-9]* + +.if !empty(USE_TEX:Mweb2c) || !empty(USE_TEX:Mtexlive) +_USE_TEX_WEB2C= weave:${PORTSDIR}/devel/web2c +.endif +.if !empty(USE_TEX:Mkpathsea) || !empty(USE_TEX:Mtexlive) +_USE_TEX_KPATHSEA= kpathsea:${PORTSDIR}/devel/kpathsea +.endif +.if !empty(USE_TEX:Mptexenc) || !empty(USE_TEX:Mtexlive) +_USE_TEX_PTEXENC= ptexenc:${PORTSDIR}/print/tex-ptexenc +.endif +.if !empty(USE_TEX:Mdvipsk) || !empty(USE_TEX:Mtexlive) +_USE_TEX_DVIPSK= dvips:${PORTSDIR}/print/dvipsk +.endif +.if !empty(USE_TEX:Mxdvik) || !empty(USE_TEX:Mtexlive) +_USE_TEX_XDVIK= xdvi:${PORTSDIR}/print/xdvik +.endif +.if !empty(USE_TEX:Mtexlive-base) || !empty(USE_TEX:Mtexlive) +_USE_TEXLIVE_BASE= tex:${PORTSDIR}/print/texlive-base +.endif +.if !empty(USE_TEX:Mtexlive-texmf) || !empty(USE_TEX:Mtexlive) +_USE_TEXLIVE_TEXMF= ${LOCALBASE}/${TEXMFDIR}/web2c/fmtutil.cnf:${PORTSDIR}/print/texlive-texmf +.endif + +.for D in TEX_WEB2C TEXLIVE_BASE TEXLIVE_TEXMF TEX_XDVIK TEX_DVIPSK +RUN_DEPENDS+= ${_USE_${D}} +.endfor +.for D in TEX_WEB2C TEXLIVE_BASE TEXLIVE_TEXMF +BUILD_DEPENDS+= ${_USE_${D}} +.endfor +.for D in TEX_KPATHSEA TEX_PTEXENC +LIB_DEPENDS+= ${_USE_${D}} +.endfor + +.ORDER: do-texhash do-fmtutil do-updmap + +.if !empty(USE_TEX:Mtexhash) || !empty(USE_TEX:Mfmtutil) || !empty(USE_TEX:Mupdmap) +.PHONY: do-texhash +do-texhash: + ${LOCALBASE}/bin/mktexlsr ${TEXHASHDIRS:S,^,${PREFIX}/,} +post-install: do-texhash +PLIST_SUB+= EXEC_TEXHASH="@exec ${LOCALBASE}/bin/mktexlsr ${TEXHASHDIRS:S,^,${PREFIX}/,}" \ + UNEXEC_TEXHASH="@unexec ${LOCALBASE}/bin/mktexlsr ${TEXHASHDIRS:S,^,${PREFIX}/,}" +.else +PLIST_SUB+= EXEC_TEXHASH="@comment" UNEXEC_TEXHASH="@comment" +.endif + +.if !empty(USE_TEX:Mfmtutil) +.PHONY: do-fmtutil +do-fmtutil: + ${SETENV} PATH=${PATH}:${LOCALBASE}/bin TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} ${LOCALBASE}/bin/fmtutil-sys --all +post-install: do-fmtutil +PLIST_SUB+= EXEC_FMTUTIL="@exec ${SETENV} PATH=${PATH}:${LOCALBASE}/bin TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} ${LOCALBASE}/bin/fmtutil-sys --all" \ + UNEXEC_FMTUTIL="@exec ${SETENV} PATH=${PATH}:${LOCALBASE}/bin TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} ${LOCALBASE}/bin/fmtutil-sys --all" +.else +PLIST_SUB+= EXEC_FMTUTIL="@comment" UNEXEC_FMTUTIL="@comment" +.endif + +.if !empty(USE_TEX:Mupdmap) +.PHONY: do-updmap +do-updmap: + ${SETENV} PATH=${PATH}:${LOCALBASE}/bin TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} ${LOCALBASE}/bin/updmap-sys +post-install: do-updmap +PLIST_SUB+= EXEC_UPDMAP="@exec ${SETENV} PATH=${PATH}:${LOCALBASE}/bin TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} ${LOCALBASE}/bin/updmap-sys" \ + UNEXEC_UPDMAP="@exec ${SETENV} PATH=${PATH}:${LOCALBASE}/bin TEXMFMAIN=${LOCALBASE}/${TEXMFDIR} ${LOCALBASE}/bin/updmap-sys" +.else +PLIST_SUB+= EXEC_UPDMAP="@comment" UNEXEC_UPDMAP="@comment" +.endif Index: Mk/bsd.port.mk =================================================================== --- Mk/bsd.port.mk (revision 310651) +++ Mk/bsd.port.mk (working copy) @@ -439,6 +439,8 @@ # USE_RUBY - If set, this port relies on the Ruby language. # Implies inclusion of bsd.ruby.mk. (Also see # that file for more information on USE_RUBY_*). +# USE_TEX - Set to a list of TeX dependencies. +# Implies inclusion of bsd.tex.mk. # USE_GNUSTEP - If set, this port relies on the GNUstep system. # Implies the inclusion of bsd.gnustep.mk. # (Also see that file for more information on @@ -1447,6 +1449,10 @@ .include "${PORTSDIR}/Mk/bsd.tcl.mk" .endif +.if defined(USE_TEX) +.include "${PORTSDIR}/Mk/bsd.tex.mk" +.endif + .if defined(USE_APACHE) || defined(USE_APACHE_BUILD) || defined(USE_APACHE_RUN) .include "${PORTSDIR}/Mk/bsd.apache.mk" .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 19: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]) by hub.freebsd.org (Postfix) with ESMTP id 87F1B93F for ; Sun, 24 Feb 2013 19:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7AA20ED8 for ; Sun, 24 Feb 2013 19:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OJA1Ip062674 for ; Sun, 24 Feb 2013 19:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OJA1hW062673; Sun, 24 Feb 2013 19:10:01 GMT (envelope-from gnats) Date: Sun, 24 Feb 2013 19:10:01 GMT Message-Id: <201302241910.r1OJA1hW062673@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Christoph Mallon Subject: Re: ports/176378: [PATCH] Fix several typos in the ports tree X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Christoph Mallon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 19:10:02 -0000 The following reply was made to PR ports/176378; it has been noted by GNATS. From: Christoph Mallon To: bug-followup@FreeBSD.org, Olivier.Girard@univ-angers.fr, =?UTF-8?B?Sm9zw6kgQWxvbnNvIEPDoXJkZW5hcyBNw6FycXVleg==?= , mgrooms@shrew.net, mij@bitchx.it, Martin Wilke , perl@FreeBSD.org, Steve Wills , Tom Judge , vbox@FreeBSD.org Cc: Steve Wills Subject: Re: ports/176378: [PATCH] Fix several typos in the ports tree Date: Sun, 24 Feb 2013 20:05:04 +0100 Hi, I made a PR, which affects a port that you maintain. Please have a look at http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176378 I tried to have you notified via X-GNATS-Notify, but GNATS seems to drop all but the first X-GNATS-Notify. Christoph From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 19:18: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]) by hub.freebsd.org (Postfix) with ESMTP id AB532D74; Sun, 24 Feb 2013 19:18:16 +0000 (UTC) (envelope-from hrs@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 804A8F41; Sun, 24 Feb 2013 19:18:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OJIG3W065123; Sun, 24 Feb 2013 19:18:16 GMT (envelope-from hrs@freefall.freebsd.org) Received: (from hrs@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OJIGXe065119; Sun, 24 Feb 2013 19:18:16 GMT (envelope-from hrs) Date: Sun, 24 Feb 2013 19:18:16 GMT Message-Id: <201302241918.r1OJIGXe065119@freefall.freebsd.org> To: hrs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, portmgr@FreeBSD.org From: hrs@FreeBSD.org Subject: Re: ports/176399: [PATCH] bsd.tex.mk to hold common part of TeX-related ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 19:18:16 -0000 Synopsis: [PATCH] bsd.tex.mk to hold common part of TeX-related ports Responsible-Changed-From-To: freebsd-ports-bugs->portmgr Responsible-Changed-By: hrs Responsible-Changed-When: Sun Feb 24 19:15:16 UTC 2013 Responsible-Changed-Why: Needs portmgr's review. http://www.freebsd.org/cgi/query-pr.cgi?pr=176399 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 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]) by hub.freebsd.org (Postfix) with ESMTP id E0EB06E for ; Sun, 24 Feb 2013 19:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AF9FEF85 for ; Sun, 24 Feb 2013 19:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OJU0Fc066777 for ; Sun, 24 Feb 2013 19:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OJU06w066776; Sun, 24 Feb 2013 19:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 19:30:00 GMT Resent-Message-Id: <201302241930.r1OJU06w066776@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Justin Welenofsky Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 81A4BEC8 for ; Sun, 24 Feb 2013 19:24:04 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5D079F5E for ; Sun, 24 Feb 2013 19:24:04 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OJO3Ua043168 for ; Sun, 24 Feb 2013 19:24:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1OJO35g043167; Sun, 24 Feb 2013 19:24:03 GMT (envelope-from nobody) Message-Id: <201302241924.r1OJO35g043167@red.freebsd.org> Date: Sun, 24 Feb 2013 19:24:03 GMT From: Justin Welenofsky To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176400: fox-1.6.47.tar.gz unavailible but depended on by xfm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 19:30:00 -0000 >Number: 176400 >Category: ports >Synopsis: fox-1.6.47.tar.gz unavailible but depended on by xfm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 19:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Justin Welenofsky >Release: 9.1 amd64 >Organization: None >Environment: FreeBSD beastie 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: When attempting to install xfm from x11/fxm, a dependency, fox-1.6.47.tar.gz was needed. The file seems unavailble on the master sites reported on FreshPorts. "ftp://ftp.fox-toolkit.org/pub/ ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/" ftp.fox-toolkit.org/pub/ was unreachable and ftp.freebsd.org/pub/.../distfiles/ did not have a copy of fox-1.6.47 only fox-1.6.46 >How-To-Repeat: portmaster x11/xfm >Fix: Download fox-1.6.47.tar.gz manually and place in /usr/ports/distfiles/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 20:41: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]) by hub.freebsd.org (Postfix) with ESMTP id C28C6483; Sun, 24 Feb 2013 20:41:14 +0000 (UTC) (envelope-from ume@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 82ADB2EF; Sun, 24 Feb 2013 20:41:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OKfEAi080552; Sun, 24 Feb 2013 20:41:14 GMT (envelope-from ume@freefall.freebsd.org) Received: (from ume@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OKfEbl080548; Sun, 24 Feb 2013 20:41:14 GMT (envelope-from ume) Date: Sun, 24 Feb 2013 20:41:14 GMT Message-Id: <201302242041.r1OKfEbl080548@freefall.freebsd.org> To: ume@FreeBSD.org, ume@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: ume@FreeBSD.org Subject: Re: ports/174308: [bsd.database.mk] cyrus-sasl-2.1.25_2 will not compile with PostgreSQL 9.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 20:41:14 -0000 Synopsis: [bsd.database.mk] cyrus-sasl-2.1.25_2 will not compile with PostgreSQL 9.1.3 Responsible-Changed-From-To: ume->freebsd-ports-bugs Responsible-Changed-By: ume Responsible-Changed-When: Sun Feb 24 20:39:56 UTC 2013 Responsible-Changed-Why: It seems to me that this issue is not for individual ports such as cyrus-sasl2, but for VALID_PGSQL_VER in bsd.databases.mk. http://www.freebsd.org/cgi/query-pr.cgi?pr=174308 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 22:10:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8423E93; Sun, 24 Feb 2013 22:10:55 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5AE33863; Sun, 24 Feb 2013 22:10:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OMAtqr096969; Sun, 24 Feb 2013 22:10:55 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OMAtB5096965; Sun, 24 Feb 2013 22:10:55 GMT (envelope-from linimon) Date: Sun, 24 Feb 2013 22:10:55 GMT Message-Id: <201302242210.r1OMAtB5096965@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/176295: Re: ports/176269: editors/libreoffice 3.6.5_2 does not start on i386 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 22:10:55 -0000 Old Synopsis: New Synopsis: Re: ports/176269: editors/libreoffice 3.6.5_2 does not start on i386 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Feb 24 22:09:21 UTC 2013 State-Changed-Why: recover from email header mangling. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 24 22:09:21 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=176295 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 22:12:40 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AA60E17C; Sun, 24 Feb 2013 22:12:40 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 77AF987D; Sun, 24 Feb 2013 22:12:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OMCeMQ097052; Sun, 24 Feb 2013 22:12:40 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OMCend097048; Sun, 24 Feb 2013 22:12:40 GMT (envelope-from linimon) Date: Sun, 24 Feb 2013 22:12:40 GMT Message-Id: <201302242212.r1OMCend097048@freefall.freebsd.org> To: linimon@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/176328: Re: ports/176327: [PATCH] net/minidlna: update to 1.0.25 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 22:12:40 -0000 Old Synopsis: New Synopsis: Re: ports/176327: [PATCH] net/minidlna: update to 1.0.25 State-Changed-From-To: open->closed State-Changed-By: linimon State-Changed-When: Sun Feb 24 22:09:21 UTC 2013 State-Changed-Why: Misfiled followup to ports/176327 due to email header mangling; content migrated. Responsible-Changed-From-To: gnats-admin->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 24 22:09:21 UTC 2013 Responsible-Changed-Why: http://www.freebsd.org/cgi/query-pr.cgi?pr=176328 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 22:22: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]) by hub.freebsd.org (Postfix) with ESMTP id CB5255BD; Sun, 24 Feb 2013 22:22:03 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A2D18904; Sun, 24 Feb 2013 22:22:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OMM3RS000187; Sun, 24 Feb 2013 22:22:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OMM3GB000183; Sun, 24 Feb 2013 22:22:03 GMT (envelope-from edwin) Date: Sun, 24 Feb 2013 22:22:03 GMT Message-Id: <201302242222.r1OMM3GB000183@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gahr@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176400: x11-toolkits/fox16: fox-1.6.47.tar.gz unavailible but depended on by xfm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 22:22:03 -0000 Synopsis: x11-toolkits/fox16: fox-1.6.47.tar.gz unavailible but depended on by xfm Responsible-Changed-From-To: freebsd-ports-bugs->gahr Responsible-Changed-By: edwin Responsible-Changed-When: Sun Feb 24 22:22:03 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176400 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 22:34: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]) by hub.freebsd.org (Postfix) with ESMTP id 6878C6A9; Sun, 24 Feb 2013 22:34:24 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 27B5D95F; Sun, 24 Feb 2013 22:34:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OMYOfQ002044; Sun, 24 Feb 2013 22:34:24 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OMYOhR002040; Sun, 24 Feb 2013 22:34:24 GMT (envelope-from linimon) Date: Sun, 24 Feb 2013 22:34:24 GMT Message-Id: <201302242234.r1OMYOhR002040@freefall.freebsd.org> To: linimon@FreeBSD.org, bde@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: i386/138737: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 22:34:24 -0000 Old Synopsis: [endian] [patch] Patch for bswap64(9) operation on IA New Synopsis: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] Responsible-Changed-From-To: bde->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Sun Feb 24 22:32:41 UTC 2013 Responsible-Changed-Why: bde has not commented on this one in quite some time, so it's time to turn it back over to the pool. While here, note that it is a vendor patch. http://www.freebsd.org/cgi/query-pr.cgi?pr=138737 From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 24 22: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]) by hub.freebsd.org (Postfix) with ESMTP id A7751BF8 for ; Sun, 24 Feb 2013 22:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8EB8AA98 for ; Sun, 24 Feb 2013 22:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1OMo0ct003999 for ; Sun, 24 Feb 2013 22:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1OMo0PE003997; Sun, 24 Feb 2013 22:50:00 GMT (envelope-from gnats) Resent-Date: Sun, 24 Feb 2013 22:50:00 GMT Resent-Message-Id: <201302242250.r1OMo0PE003997@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Aldis Berjoza Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C3ECADD for ; Sun, 24 Feb 2013 22:49:00 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 4BD61A7D for ; Sun, 24 Feb 2013 22:49:00 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1OMn0Nu072077 for ; Sun, 24 Feb 2013 22:49:00 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1OMn0PB072076; Sun, 24 Feb 2013 22:49:00 GMT (envelope-from nobody) Message-Id: <201302242249.r1OMn0PB072076@red.freebsd.org> Date: Sun, 24 Feb 2013 22:49:00 GMT From: Aldis Berjoza To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176402: databases/gtksql invalid WWW X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Feb 2013 22:50:00 -0000 >Number: 176402 >Category: ports >Synopsis: databases/gtksql invalid WWW >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Feb 24 22:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Aldis Berjoza >Release: >Organization: >Environment: >Description: WWW of databases/gtksql is invalid. It should either be removed or updated to http://sourceforge.net/projects/gtksql/ btw, port is so terribly outdated (v0.3 was tagged on 2000-01-23), that it should be removed from ports. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 00:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF73192A for ; Mon, 25 Feb 2013 00:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 81494FFE for ; Mon, 25 Feb 2013 00:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P0U017030660 for ; Mon, 25 Feb 2013 00:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P0U0hQ030659; Mon, 25 Feb 2013 00:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 00:30:00 GMT Resent-Message-Id: <201302250030.r1P0U0hQ030659@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jin-Sih Lin Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D23D87CD for ; Mon, 25 Feb 2013 00:21:38 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id 963B7FB0 for ; Mon, 25 Feb 2013 00:21:37 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 7720C5C85; Mon, 25 Feb 2013 08:21:30 +0800 (CST) Message-Id: <20130225002130.7720C5C85@deep.tw> Date: Mon, 25 Feb 2013 08:21:30 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176403: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 00:30:00 -0000 >Number: 176403 >Category: ports >Synopsis: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 00:30: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 #0: Sat Aug 18 08:09:36 CST 2012 >Description: - Update to 9.20 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- p5-Image-ExifTool-devel-9.20.patch begins here --- diff -ruN --exclude=CVS ../p5-Image-ExifTool-devel.orig/Makefile ./Makefile --- ../p5-Image-ExifTool-devel.orig/Makefile 2013-02-25 07:07:27.000000000 +0800 +++ ./Makefile 2013-02-25 07:08:25.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: ports/graphics/p5-Image-ExifTool-devel/Makefile,v 1.50 2013/02/24 21:46:17 svnexp Exp $ PORTNAME= Image-ExifTool -PORTVERSION= 9.19 +PORTVERSION= 9.20 CATEGORIES= graphics perl5 MASTER_SITES= http://www.sno.phy.queensu.ca/~phil/exiftool/ PKGNAMEPREFIX= p5- diff -ruN --exclude=CVS ../p5-Image-ExifTool-devel.orig/distinfo ./distinfo --- ../p5-Image-ExifTool-devel.orig/distinfo 2013-02-25 07:07:27.000000000 +0800 +++ ./distinfo 2013-02-25 07:08:36.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (Image-ExifTool-9.19.tar.gz) = e405857ab330bf66bb9ea1cb7b0d6ed82426d43dc158c9784dc9fc0ae174493d -SIZE (Image-ExifTool-9.19.tar.gz) = 3559825 +SHA256 (Image-ExifTool-9.20.tar.gz) = 5253d9d660f4e1453c88092ce99cef04bec04b06cbe45aeab5a57ae6fbb50986 +SIZE (Image-ExifTool-9.20.tar.gz) = 3561522 --- p5-Image-ExifTool-devel-9.20.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 00: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]) by hub.freebsd.org (Postfix) with ESMTP id 86A62957; Mon, 25 Feb 2013 00:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 288A0FFF; Mon, 25 Feb 2013 00:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P0U8YV030798; Mon, 25 Feb 2013 00:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P0U8ui030794; Mon, 25 Feb 2013 00:30:08 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 00:30:08 GMT Message-Id: <201302250030.r1P0U8ui030794@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176403: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 00:30:09 -0000 Synopsis: [MAINTAINER] graphics/p5-Image-ExifTool-devel: update to 9.20 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 00:30: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=176403 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 00: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]) by hub.freebsd.org (Postfix) with ESMTP id 62FDABB2 for ; Mon, 25 Feb 2013 00:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 31E8712D for ; Mon, 25 Feb 2013 00:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P0o0I0034495 for ; Mon, 25 Feb 2013 00:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P0o09l034490; Mon, 25 Feb 2013 00:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 00:50:00 GMT Resent-Message-Id: <201302250050.r1P0o09l034490@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Pedro Giffuni Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 00F15BA5 for ; Mon, 25 Feb 2013 00:48:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E6C53122 for ; Mon, 25 Feb 2013 00:48:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1P0mDs1066594 for ; Mon, 25 Feb 2013 00:48:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1P0mDZc066593; Mon, 25 Feb 2013 00:48:13 GMT (envelope-from nobody) Message-Id: <201302250048.r1P0mDZc066593@red.freebsd.org> Date: Mon, 25 Feb 2013 00:48:13 GMT From: Pedro Giffuni To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176404: Update www/serf to version 1.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 00:50:01 -0000 >Number: 176404 >Category: ports >Synopsis: Update www/serf to version 1.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Pedro Giffuni >Release: 9.1-PRERELEASE >Organization: >Environment: FreeBSD pcbsd-8555 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #7: Sun Oct 7 00:05:03 COT 2012 Pedro@pcbsd-8555:/usr/src/sys/amd64/compile/GENERIC amd64 >Description: This release contains many robustness fixes, especially around flaky and problematic connections. The CHANGES file is located at: >How-To-Repeat: >Fix: Patch attached with submission follows: Index: serf/Makefile =================================================================== --- serf/Makefile (revision 312894) +++ serf/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= serf -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.0 CATEGORIES= www MASTER_SITES= GOOGLE_CODE MASTER_SITE_SUBDIR= db @@ -10,6 +10,8 @@ MAINTAINER= apache@FreeBSD.org COMMENT= Serf HTTP client library +LICENSE= AL2 + LIB_DEPENDS+= apr-1:${PORTSDIR}/devel/apr1 MAKE_JOBS_SAFE= yes Index: serf/distinfo =================================================================== --- serf/distinfo (revision 312894) +++ serf/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (serf-1.1.1.tar.bz2) = 5068e219c6bf00c1c11d968cf39a36d75982f480fecb7704c02290feeffbb979 -SIZE (serf-1.1.1.tar.bz2) = 169853 +SHA256 (serf-1.2.0.tar.bz2) = 201a0a25bcc4c0ac26cca40e77ea75b98678335e825bee599a230fb2365935f3 +SIZE (serf-1.2.0.tar.bz2) = 178128 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 00: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]) by hub.freebsd.org (Postfix) with ESMTP id E69CBBE1; Mon, 25 Feb 2013 00:50:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C2B82130; Mon, 25 Feb 2013 00:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P0o87k035297; Mon, 25 Feb 2013 00:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P0o8Z8035289; Mon, 25 Feb 2013 00:50:08 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 00:50:08 GMT Message-Id: <201302250050.r1P0o8Z8035289@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176404: Update www/serf to version 1.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 00:50:09 -0000 Synopsis: Update www/serf to version 1.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 00: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=176404 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 02:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 704E7632 for ; Mon, 25 Feb 2013 02:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 546E93D3 for ; Mon, 25 Feb 2013 02:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P201WI063598 for ; Mon, 25 Feb 2013 02:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P201MU063597; Mon, 25 Feb 2013 02:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 02:00:01 GMT Resent-Message-Id: <201302250200.r1P201MU063597@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 883D65B2 for ; Mon, 25 Feb 2013 01:51:48 +0000 (UTC) (envelope-from never@naia.nevermind.kiev.ua) Received: from naia.nevermind.kiev.ua (naia.nevermind.kiev.ua [109.106.1.82]) by mx1.freebsd.org (Postfix) with ESMTP id D313F373 for ; Mon, 25 Feb 2013 01:51:47 +0000 (UTC) Received: from naia.nevermind.kiev.ua (localhost [127.0.0.1]) by naia.nevermind.kiev.ua (8.14.6/8.14.6) with ESMTP id r1P1pYus034186 for ; Mon, 25 Feb 2013 03:51:34 +0200 (EET) (envelope-from never@naia.nevermind.kiev.ua) Received: (from never@localhost) by naia.nevermind.kiev.ua (8.14.6/8.14.6/Submit) id r1P1pYBw034185; Mon, 25 Feb 2013 03:51:34 +0200 (EET) (envelope-from never) Message-Id: <201302250151.r1P1pYBw034185@naia.nevermind.kiev.ua> Date: Mon, 25 Feb 2013 03:51:34 +0200 (EET) From: Alexandr Kovalenko To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176405: [MAINTAINER] databases/mariadb55-*: Add OpenSSL and storage engine options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 25 Feb 2013 02:00:01 -0000 >Number: 176405 >Category: ports >Synopsis: [MAINTAINER] databases/mariadb55-*: Add OpenSSL and storage engine options >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 02:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexandr Kovalenko >Release: FreeBSD 9.1-STABLE amd64 >Organization: Nevermind Ltd. >Environment: System: FreeBSD 9.1-STABLE r247194 amd64 >Description: * Add support for [Open]SSL choice - bundled, system, ports * Add support for OQGRAPH, PBXT storage engines (on by default) * Add MAXKEY options (you should not turn it off unless you are absolutely sure what are you doing) * Minor fix of patch-sql_CMakeLists.txt >How-To-Repeat: N/A >Fix: Apply patch attached. Please note that files/patch-include_my_compare.h renamed to files/extra-patch-include_my_compare.h diff --git a/databases/mariadb55-server/Makefile b/databases/mariadb55-server/Makefile index 4f54292..aec00b0 100644 --- a/databases/mariadb55-server/Makefile +++ b/databases/mariadb55-server/Makefile @@ -2,7 +2,7 @@ PORTNAME?= mariadb PORTVERSION= 5.5.29 -PORTREVISION?= 0 +PORTREVISION?= 1 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/ \ @@ -23,10 +23,12 @@ USE_CMAKE= yes MAKE_JOBS_SAFE= yes NO_OPTIONS_SORT=yes -OPTIONS_DEFINE= SSL FASTMTX -OPTIONS_DEFAULT=SSL +OPTIONS_DEFINE+= SSL OPENSSL PORTSSL FASTMTX +OPTIONS_DEFAULT+= SSL FASTMTX_DESC= Replace mutexes with spinlocks +OPENSSL_DESC= Use OpenSSL instead of bundled yassl +PORTSSL_DESC= Use OpenSSL from port (requires OPENSSL to be set) CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ -DINSTALL_DOCREADMEDIR="share/doc/mysql" \ @@ -53,11 +55,34 @@ CMAKE_ARGS+= -DINSTALL_DOCDIR="share/doc/mysql" \ DATADIR= ${PREFIX}/share/mysql USE_LDCONFIG= ${PREFIX}/lib/mysql +# MySQL-Server options +.if !defined(CLIENT_ONLY) +OPTIONS_DEFINE+= OQGRAPH PBXT MAXKEY + +OQGRAPH_DESC= Open Query Graph Computation engine +PBXT_DESC= MVCC-based transactional engine +MAXKEY_DESC= Change max key length from 1000 to 4000 + +OPTIONS_DEFAULT+= OQGRAPH PBXT MAXKEY +.endif + .include .if ${PORT_OPTIONS:MSSL} +.if ${PORT_OPTIONS:MOPENSSL} +USE_OPENSSL= yes +.if empty(PORT_OPTIONS:MPORTSSL) +WITH_OPENSSL_BASE= yes +.else +WITH_OPENSSL_PORT= yes +.endif +CMAKE_ARGS+= -DWITH_SSL=yes +.else CMAKE_ARGS+= -DWITH_SSL=bundled .endif +.else +CMAKE_FLAGS+= -DWITH_SSL=no +.endif .if ${PORT_OPTIONS:MFASTMTX} CMAKE_ARGS+= -DWITH_FAST_MUTEXES=1 .endif @@ -86,12 +111,30 @@ MAN1= my_print_defaults.1 myisam_ftdump.1 myisamchk.1 myisamlog.1 myisampack.1 MAN8= mysqld.8 -CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" +CMAKE_ARGS+= -DWITH_EMBEDDED_SERVER="ON" \ + -DWITHOUT_EXAMPLE_STORAGE_ENGINE=1 post-install: .if !defined(PACKAGE_BUILDING) @${CAT} ${PKGMESSAGE} .endif + +.if empty(PORT_OPTIONS:MOQGRAPH) +CMAKE_ARGS+= -DWITHOUT_OQGRAPH_STORAGE_ENGINE=1 +PLIST_SUB+= OQGRAPH="@comment " +.else +CMAKE_ARGS+= -DWITH_OQGRAPH_STORAGE_ENGINE=1 +PLIST_SUB+= OQGRAPH="" +LIB_DEPENDS+= boost_system:${PORTSDIR}/devel/boost-libs +.endif +.if empty(PORT_OPTIONS:MPBXT) +CMAKE_ARGS+= -DWITHOUT_PBXT_STORAGE_ENGINE=1 +.else +CMAKE_ARGS+= -DWITH_PBXT_STORAGE_ENGINE=1 +.endif +.if ${PORT_OPTIONS:MMAXKEY} +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_my_compare.h +.endif .endif post-patch: diff --git a/databases/mariadb55-server/files/extra-patch-include_my_compare.h b/databases/mariadb55-server/files/extra-patch-include_my_compare.h new file mode 100644 index 0000000..5fc447b --- /dev/null +++ b/databases/mariadb55-server/files/extra-patch-include_my_compare.h @@ -0,0 +1,11 @@ +--- include/my_compare.h.orig 2012-11-28 17:49:43.000000000 +0200 ++++ include/my_compare.h 2012-12-23 02:45:51.000000000 +0200 +@@ -40,7 +40,7 @@ + But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. + */ + +-#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */ ++#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */ + #define HA_MAX_KEY_SEG 32 /* Max segments for key */ + + #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) diff --git a/databases/mariadb55-server/files/patch-configure.cmake b/databases/mariadb55-server/files/patch-configure.cmake new file mode 100644 index 0000000..9878397 --- /dev/null +++ b/databases/mariadb55-server/files/patch-configure.cmake @@ -0,0 +1,11 @@ +--- configure.cmake.orig 2013-02-24 20:23:54.000000000 +0200 ++++ configure.cmake 2013-02-24 20:24:23.000000000 +0200 +@@ -67,7 +67,7 @@ + # MySQL "canonical" GCC flags. At least -fno-rtti flag affects + # ABI and cannot be simply removed. + SET(CMAKE_CXX_FLAGS +- "${CMAKE_CXX_FLAGS} -fno-implicit-templates -fno-exceptions -fno-rtti") ++ "${CMAKE_CXX_FLAGS} -fno-implicit-templates -fno-exceptions") + IF(CMAKE_CXX_FLAGS) + STRING(REGEX MATCH "fno-implicit-templates" NO_IMPLICIT_TEMPLATES + ${CMAKE_CXX_FLAGS}) diff --git a/databases/mariadb55-server/files/patch-include_my_compare.h b/databases/mariadb55-server/files/patch-include_my_compare.h deleted file mode 100644 index 5fc447b..0000000 --- a/databases/mariadb55-server/files/patch-include_my_compare.h +++ /dev/null @@ -1,11 +0,0 @@ ---- include/my_compare.h.orig 2012-11-28 17:49:43.000000000 +0200 -+++ include/my_compare.h 2012-12-23 02:45:51.000000000 +0200 -@@ -40,7 +40,7 @@ - But beware the dependency of MI_MAX_POSSIBLE_KEY_BUFF and HA_MAX_KEY_LENGTH. - */ - --#define HA_MAX_KEY_LENGTH 1000 /* Max length in bytes */ -+#define HA_MAX_KEY_LENGTH 4000 /* Max length in bytes */ - #define HA_MAX_KEY_SEG 32 /* Max segments for key */ - - #define HA_MAX_POSSIBLE_KEY_BUFF (HA_MAX_KEY_LENGTH + 24+ 6+6) diff --git a/databases/mariadb55-server/files/patch-sql_CMakeLists.txt b/databases/mariadb55-server/files/patch-sql_CMakeLists.txt index 7ad3019..af5a856 100644 --- a/databases/mariadb55-server/files/patch-sql_CMakeLists.txt +++ b/databases/mariadb55-server/files/patch-sql_CMakeLists.txt @@ -2,9 +2,9 @@ +++ sql/CMakeLists.txt 2012-12-23 05:56:58.000000000 +0200 @@ -268,6 +268,7 @@ ++IF(FALSE) IF(INSTALL_LAYOUT STREQUAL "STANDALONE") -+IF(FALSE) # We need to create empty directories (data/test) the installation. # This does not work with current CPack due to http://www.cmake.org/Bug/view.php?id=8767 # Avoid completely empty directories and install dummy file instead. diff --git a/databases/mariadb55-server/files/patch-storage_oqgraph_CMakeLists.txt b/databases/mariadb55-server/files/patch-storage_oqgraph_CMakeLists.txt new file mode 100644 index 0000000..32912a6 --- /dev/null +++ b/databases/mariadb55-server/files/patch-storage_oqgraph_CMakeLists.txt @@ -0,0 +1,10 @@ +--- storage/oqgraph/CMakeLists.txt.orig 2013-01-29 16:12:49.000000000 +0200 ++++ storage/oqgraph/CMakeLists.txt 2013-02-24 20:21:58.000000000 +0200 +@@ -3,6 +3,7 @@ + RETURN() + ENDIF() + INCLUDE_DIRECTORIES(BEFORE ${Boost_INCLUDE_DIRS}) ++SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${Boost_INCLUDE_DIRS}) + + IF(MSVC) + # lp:756966 OQGRAPH on Win64 does not compile diff --git a/databases/mariadb55-server/pkg-plist b/databases/mariadb55-server/pkg-plist index 15cc586..754b5f4 100644 --- a/databases/mariadb55-server/pkg-plist +++ b/databases/mariadb55-server/pkg-plist @@ -41,10 +41,10 @@ lib/mysql/plugin/dialog_examples.so lib/mysql/plugin/feedback.so lib/mysql/plugin/ha_archive.so lib/mysql/plugin/ha_blackhole.so -lib/mysql/plugin/ha_example.so lib/mysql/plugin/ha_federated.so lib/mysql/plugin/ha_federatedx.so lib/mysql/plugin/ha_innodb.so +%%OQGRAPH%%lib/mysql/plugin/ha_oqgraph.so lib/mysql/plugin/ha_sphinx.so lib/mysql/plugin/handlersocket.so lib/mysql/plugin/libdaemon_example.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 02:50:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 77FF9DCF for ; Mon, 25 Feb 2013 02:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 46845748 for ; Mon, 25 Feb 2013 02:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P2o1Pp072781 for ; Mon, 25 Feb 2013 02:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P2o1bj072776; Mon, 25 Feb 2013 02:50:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 02:50:01 GMT Resent-Message-Id: <201302250250.r1P2o1bj072776@freefall.freebsd.org> 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 [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 689BFDAA for ; Mon, 25 Feb 2013 02:46:22 +0000 (UTC) (envelope-from leres@ee.lbl.gov) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [IPv6:2620:83:8000:102::ca]) by mx1.freebsd.org (Postfix) with ESMTP id 425C5736 for ; Mon, 25 Feb 2013 02:46:22 +0000 (UTC) Received: from fun.ee.lbl.gov (localhost [127.0.0.1]) by fun.ee.lbl.gov (8.14.6/8.14.6) with ESMTP id r1P2kKOw083107 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 24 Feb 2013 18:46:20 -0800 (PST) Received: (from leres@localhost) by fun.ee.lbl.gov (8.14.6/8.14.5/Submit) id r1P2kKJk083106; Sun, 24 Feb 2013 18:46:20 -0800 (PST) Message-Id: <201302250246.r1P2kKJk083106@fun.ee.lbl.gov> Date: Sun, 24 Feb 2013 18:46:20 -0800 (PST) From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176406: [PATCH] devel/binutils: installs a file that conflict with devel/gnulibiberty Cc: leres@ee.lbl.gov X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 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: Mon, 25 Feb 2013 02:50:01 -0000 >Number: 176406 >Category: ports >Synopsis: [PATCH] devel/binutils: installs a file that conflict with devel/gnulibiberty >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 02:50: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 #4 r13: Fri Feb 1 19:03:16 PST 2013 leres@fun.ee.lbl.gov:/sys/amd64/compile/LBL amd64 >Description: The devel/binutils port includes a version of libiberty and installs /usr/local/lib/libiberty.a which conflicts with the devel/gnulibiberty port. >How-To-Repeat: # Build/install both ports: cd /usr/ports/devel/gnulibiberty && make install cd /usr/ports/devel/binutils && make install # Then ask pkg_info who owns /usr/local/lib/libiberty.a: pkg_info -W /usr/local/lib/libiberty.a pkg_info: both binutils-2.23.1 and gnulibiberty-2.19.1_2 claim to have installed /usr/local/lib/libiberty.a /usr/local/lib/libiberty.a was installed by package binutils-2.23.1 >Fix: I believe the simplest fix is for devel/binutils to not install the libiberty files it builds with; patch attached. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 02: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]) by hub.freebsd.org (Postfix) with ESMTP id 08847E00; Mon, 25 Feb 2013 02:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D8CF674B; Mon, 25 Feb 2013 02:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P2o9Sa072905; Mon, 25 Feb 2013 02:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P2o9QW072901; Mon, 25 Feb 2013 02:50:09 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 02:50:09 GMT Message-Id: <201302250250.r1P2o9QW072901@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, zeising@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176406: [PATCH] devel/binutils: installs a file that conflict with devel/gnulibiberty X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 02:50:10 -0000 Synopsis: [PATCH] devel/binutils: installs a file that conflict with devel/gnulibiberty Responsible-Changed-From-To: freebsd-ports-bugs->zeising Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 02: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=176406 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 04: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]) by hub.freebsd.org (Postfix) with ESMTP id 02F5CD35 for ; Mon, 25 Feb 2013 04:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DB524BD8 for ; Mon, 25 Feb 2013 04:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P4K1oM089929 for ; Mon, 25 Feb 2013 04:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P4K1MP089928; Mon, 25 Feb 2013 04:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 04:20:01 GMT Resent-Message-Id: <201302250420.r1P4K1MP089928@freefall.freebsd.org> 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 Kojevnikov Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6AF0BD18 for ; Mon, 25 Feb 2013 04:18:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 39E21B71 for ; Mon, 25 Feb 2013 04:18:30 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1P4ISVe045631 for ; Mon, 25 Feb 2013 04:18:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1P4IS4N045630; Mon, 25 Feb 2013 04:18:28 GMT (envelope-from nobody) Message-Id: <201302250418.r1P4IS4N045630@red.freebsd.org> Date: Mon, 25 Feb 2013 04:18:28 GMT From: Alexander Kojevnikov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176408: [maintainer update] audio/spek 0.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 04:20:02 -0000 >Number: 176408 >Category: ports >Synopsis: [maintainer update] audio/spek 0.8.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 04:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Alexander Kojevnikov >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD alex-desktop 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Attached patch updates audio/spek to 0.8.2 >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/Makefile b/Makefile index 0ff843c..59d2331 100644 --- a/Makefile +++ b/Makefile @@ -2,20 +2,21 @@ # $FreeBSD: ports/audio/spek/Makefile,v 1.8 2012/11/17 05:54:44 svnexp Exp $ PORTNAME= spek -PORTVERSION= 0.8.1 +PORTVERSION= 0.8.2 CATEGORIES= audio -MASTER_SITES= http://cloud.github.com/downloads/alexkay/${PORTNAME}/ +MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} MAINTAINER= alexander@kojevnikov.com COMMENT= Acoustic spectrum analyser LICENSE= GPLv3 -LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg +LIB_DEPENDS= avcodec1:${PORTSDIR}/multimedia/ffmpeg1 MAN1= spek.1 USE_XZ= yes +USE_GCC= 4.7+ USE_GMAKE= yes USE_GETTEXT= yes USE_GNOME= desktopfileutils intltool @@ -23,6 +24,8 @@ USE_WX= 2.8+ WX_UNICODE= yes WX_CONF_ARGS= absolute GNU_CONFIGURE= yes +CONFIGURE_ENV= FFMPEG_CFLAGS="-I${LOCALBASE}/include/ffmpeg1" \ + FFMPEG_LIBS="-lavcodec1 -lavformat1 -lavutil -L${LOCALBASE}/lib/ffmpeg1" INSTALLS_ICONS= yes MAKE_JOBS_SAFE= yes diff --git a/distinfo b/distinfo index 8b0e9c1..dbbfeb6 100644 --- a/distinfo +++ b/distinfo @@ -1,2 +1,2 @@ -SHA256 (spek-0.8.1.tar.xz) = 95a5eac345d055db2435cd0185553f2217fbecebaef97ad61bd98929ea0b678c -SIZE (spek-0.8.1.tar.xz) = 170764 +SHA256 (spek-0.8.2.tar.xz) = 59f69b41155ee1a4552eb9f66b602fc059de8f31e3f05889f24d362b3e6c78ae +SIZE (spek-0.8.2.tar.xz) = 171628 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 06: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]) by hub.freebsd.org (Postfix) with ESMTP id 81D78B87 for ; Mon, 25 Feb 2013 06:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 69EC5F2C for ; Mon, 25 Feb 2013 06:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P6A1BY009069 for ; Mon, 25 Feb 2013 06:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P6A1JA009068; Mon, 25 Feb 2013 06:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 06:10:01 GMT Resent-Message-Id: <201302250610.r1P6A1JA009068@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, root@ai1.alaska.net Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0A076967 for ; Mon, 25 Feb 2013 06:03:42 +0000 (UTC) (envelope-from root@ai1.alaska.net) Received: from ai1.alaska.net (ai1.alaska.net [209.112.188.15]) by mx1.freebsd.org (Postfix) with ESMTP id 0BA91EFC for ; Mon, 25 Feb 2013 06:03:40 +0000 (UTC) Received: from ai1.alaska.net (localhost [127.0.0.1]) by ai1.alaska.net (8.14.5/8.14.5) with ESMTP id r1P08UQQ059934 for ; Sun, 24 Feb 2013 15:08:30 -0900 (AKST) (envelope-from root@ai1.alaska.net) Received: (from root@localhost) by ai1.alaska.net (8.14.5/8.14.5/Submit) id r1P08UHG059933; Sun, 24 Feb 2013 15:08:30 -0900 (AKST) (envelope-from root) Message-Id: <201302250008.r1P08UHG059933@ai1.alaska.net> Date: Sun, 24 Feb 2013 15:08:30 -0900 (AKST) From: root@ai1.alaska.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176411: scan_ffs fails in port search. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: root@ai1.alaska.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 06:10:01 -0000 >Number: 176411 >Category: ports >Synopsis: scan_ffs fails in port search. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 06:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Charlie >Release: FreeBSD 9.1-RELEASE i386 >Organization: No Organization >Environment: Raw 9.1 install environment. System: FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 VIA Nehemiah 686 666MHz >Description: make search fails for scan_ffs. >How-To-Repeat: cd /usr/ports; make search name=scan_ffs >Fix: Do not know and do not have time to investigate currently. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 06:10:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4A5BCB8D for ; Mon, 25 Feb 2013 06:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 17A8DF30 for ; Mon, 25 Feb 2013 06:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P6A1kF009091 for ; Mon, 25 Feb 2013 06:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P6A11U009090; Mon, 25 Feb 2013 06:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 06:10:01 GMT Resent-Message-Id: <201302250610.r1P6A11U009090@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, root@ai1.alaska.net Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6F0A0968 for ; Mon, 25 Feb 2013 06:03:43 +0000 (UTC) (envelope-from root@ai1.alaska.net) Received: from ai1.alaska.net (ai1.alaska.net [209.112.188.15]) by mx1.freebsd.org (Postfix) with ESMTP id 92065EFE for ; Mon, 25 Feb 2013 06:03:42 +0000 (UTC) Received: from ai1.alaska.net (localhost [127.0.0.1]) by ai1.alaska.net (8.14.5/8.14.5) with ESMTP id r1P03RD1059851 for ; Sun, 24 Feb 2013 15:03:27 -0900 (AKST) (envelope-from root@ai1.alaska.net) Received: (from root@localhost) by ai1.alaska.net (8.14.5/8.14.5/Submit) id r1P03R29059850; Sun, 24 Feb 2013 15:03:27 -0900 (AKST) (envelope-from root) Message-Id: <201302250003.r1P03R29059850@ai1.alaska.net> Date: Sun, 24 Feb 2013 15:03:27 -0900 (AKST) From: root@ai1.alaska.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176413: xf86-video-via port broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: root@ai1.alaska.net List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 06:10:02 -0000 >Number: 176413 >Category: ports >Synopsis: xf86-video-via port broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 06:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Charlie >Release: FreeBSD 9.1-RELEASE i386 >Organization: No Organization >Environment: Raw 9.1 install environment. System: FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 VIA Nehemiah 686 666MHz >Description: stop error: requires pciVideoPtr typedef >How-To-Repeat: cd /usr/ports/x11-drivers/xf86-video-via; make install >Fix: Do not know. Tried to uncomment the IGNORE line in the Makefile, and then it started to fetch and compile, but failed after a lot of compile errors. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 06:58:40 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E716AFBB; Mon, 25 Feb 2013 06:58:40 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A75B1118; Mon, 25 Feb 2013 06:58:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P6wes2018013; Mon, 25 Feb 2013 06:58:40 GMT (envelope-from flo@freefall.freebsd.org) Received: (from flo@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P6wefr018009; Mon, 25 Feb 2013 06:58:40 GMT (envelope-from flo) Date: Mon, 25 Feb 2013 06:58:40 GMT Message-Id: <201302250658.r1P6wefr018009@freefall.freebsd.org> To: flo@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, flo@FreeBSD.org From: flo@FreeBSD.org Subject: Re: ports/176405: [MAINTAINER] databases/mariadb55-*: Add OpenSSL and storage engine options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 06:58:41 -0000 Synopsis: [MAINTAINER] databases/mariadb55-*: Add OpenSSL and storage engine options Responsible-Changed-From-To: freebsd-ports-bugs->flo Responsible-Changed-By: flo Responsible-Changed-When: Mon Feb 25 06:58:28 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176405 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 07:15: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]) by hub.freebsd.org (Postfix) with ESMTP id 9699D285; Mon, 25 Feb 2013 07:15:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7205817A; Mon, 25 Feb 2013 07:15:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P7FW1m022548; Mon, 25 Feb 2013 07:15:32 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P7FWan022544; Mon, 25 Feb 2013 07:15:32 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 07:15:32 GMT Message-Id: <201302250715.r1P7FWan022544@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-x11@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176413: x11-drivers/xf86-video-via port broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 07:15:32 -0000 Synopsis: x11-drivers/xf86-video-via port broken Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-x11 Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 07:15:31 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176413 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 07:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A71E966F for ; Mon, 25 Feb 2013 07:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8D0F821D for ; Mon, 25 Feb 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P7U0PW024327 for ; Mon, 25 Feb 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P7U00w024326; Mon, 25 Feb 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 07:30:00 GMT Resent-Message-Id: <201302250730.r1P7U00w024326@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sayetsky Anton Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8451D573 for ; Mon, 25 Feb 2013 07:28:45 +0000 (UTC) (envelope-from jason@jw.lds.net.ua) Received: from jw.lds.net.ua (jw.lds.net.ua [193.192.37.74]) by mx1.freebsd.org (Postfix) with ESMTP id EBE35206 for ; Mon, 25 Feb 2013 07:28:44 +0000 (UTC) Received: from jw.lds.net.ua (localhost [127.0.0.1]) by jw.lds.net.ua (8.14.5/8.14.5) with ESMTP id r1P7Sanl082625 for ; Mon, 25 Feb 2013 09:28:36 +0200 (EET) (envelope-from jason@jw.lds.net.ua) Received: (from jason@localhost) by jw.lds.net.ua (8.14.5/8.14.5/Submit) id r1P7SVNu082624; Mon, 25 Feb 2013 09:28:31 +0200 (EET) (envelope-from jason) Message-Id: <201302250728.r1P7SVNu082624@jw.lds.net.ua> Date: Mon, 25 Feb 2013 09:28:31 +0200 (EET) From: Sayetsky Anton To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176415: sysutils/linuxfdisk does not fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sayetsky Anton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 07:30:00 -0000 >Number: 176415 >Category: ports >Synopsis: sysutils/linuxfdisk does not fetch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sayetsky Anton >Release: FreeBSD 9.1-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD jw.local 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r247145: Fri Feb 22 11:53:22 EET 2013 root@jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64 >Description: root@jw:/usr/ports/sysutils/linuxfdisk# make => util-linux-2.11z.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://kernel.org/pub/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2 fetch: http://kernel.org/pub/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2: Not Found => Attempting to fetch http://ftp.ntu.edu.tw/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2 fetch: http://ftp.ntu.edu.tw/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2: size unknown fetch: http://ftp.ntu.edu.tw/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2: size of remote file is not known util-linux-2.11z.tar.bz2 61 B 578 kBps ===> Extracting for linuxfdisk-2.11z => SHA256 Checksum mismatch for util-linux-2.11z.tar.bz2. ===> Refetch for 1 more times files: util-linux-2.11z.tar.bz2 => util-linux-2.11z.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://kernel.org/pub/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2 fetch: http://kernel.org/pub/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2: Not Found => Attempting to fetch http://ftp.ntu.edu.tw/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2 fetch: http://ftp.ntu.edu.tw/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2: size unknown fetch: http://ftp.ntu.edu.tw/linux/utils/util-linux/old/util-linux-2.11z.tar.bz2: size of remote file is not known util-linux-2.11z.tar.bz2 61 B 602 kBps => SHA256 Checksum mismatch for util-linux-2.11z.tar.bz2. ===> Giving up on fetching files: util-linux-2.11z.tar.bz2 Make sure the Makefile and distinfo file (/media/dvlfiles/build/ports/sysutils/linuxfdisk/distinfo) are up to date. If you are absolutely sure you want to override this check, type "make NO_CHECKSUM=yes [other args]". *** [checksum] Error code 1 Stop in /media/dvlfiles/build/ports/sysutils/linuxfdisk. *** [checksum] Error code 1 Stop in /media/dvlfiles/build/ports/sysutils/linuxfdisk. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 07: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]) by hub.freebsd.org (Postfix) with ESMTP id 2C8E66A1; Mon, 25 Feb 2013 07:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 08FDC21F; Mon, 25 Feb 2013 07:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P7U8EJ024788; Mon, 25 Feb 2013 07:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P7U8OH024774; Mon, 25 Feb 2013 07:30:08 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 07:30:08 GMT Message-Id: <201302250730.r1P7U8OH024774@freefall.freebsd.org> To: vsjcfm@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176415: sysutils/linuxfdisk does not fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 07:30:09 -0000 Synopsis: sysutils/linuxfdisk does not fetch State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Mon Feb 25 07:30:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176415 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 07:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CCB8F85A for ; Mon, 25 Feb 2013 07:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BC5B8267 for ; Mon, 25 Feb 2013 07:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P7e1Yp026167 for ; Mon, 25 Feb 2013 07:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P7e1LD026166; Mon, 25 Feb 2013 07:40:01 GMT (envelope-from gnats) Date: Mon, 25 Feb 2013 07:40:01 GMT Message-Id: <201302250740.r1P7e1LD026166@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/176415: sysutils/linuxfdisk does not fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 07:40:01 -0000 The following reply was made to PR ports/176415; it has been noted by GNATS. From: Edwin Groothuis To: netch@netch.kiev.ua Cc: bug-followup@FreeBSD.org Subject: Re: ports/176415: sysutils/linuxfdisk does not fetch Date: Mon, 25 Feb 2013 07:30:07 UT Maintainer of sysutils/linuxfdisk, Please note that PR ports/176415 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/176415 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 07:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4967985C for ; Mon, 25 Feb 2013 07:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2BD5E269 for ; Mon, 25 Feb 2013 07:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P7e2Dw026178 for ; Mon, 25 Feb 2013 07:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P7e2p7026177; Mon, 25 Feb 2013 07:40:02 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 07:40:02 GMT Resent-Message-Id: <201302250740.r1P7e2p7026177@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sayetsky Anton Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 185C26FA for ; Mon, 25 Feb 2013 07:32:10 +0000 (UTC) (envelope-from jason@jw.lds.net.ua) Received: from jw.lds.net.ua (jw.lds.net.ua [193.192.37.74]) by mx1.freebsd.org (Postfix) with ESMTP id A2B7C22F for ; Mon, 25 Feb 2013 07:32:09 +0000 (UTC) Received: from jw.lds.net.ua (localhost [127.0.0.1]) by jw.lds.net.ua (8.14.5/8.14.5) with ESMTP id r1P7W83b082810 for ; Mon, 25 Feb 2013 09:32:08 +0200 (EET) (envelope-from jason@jw.lds.net.ua) Received: (from jason@localhost) by jw.lds.net.ua (8.14.5/8.14.5/Submit) id r1P7W2sl082809; Mon, 25 Feb 2013 09:32:02 +0200 (EET) (envelope-from jason) Message-Id: <201302250732.r1P7W2sl082809@jw.lds.net.ua> Date: Mon, 25 Feb 2013 09:32:02 +0200 (EET) From: Sayetsky Anton To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176416: print/a2ps-a4 is broken with i18n due to unfetchable fonts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sayetsky Anton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 07:40:02 -0000 >Number: 176416 >Category: ports >Synopsis: print/a2ps-a4 is broken with i18n due to unfetchable fonts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 07:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sayetsky Anton >Release: FreeBSD 9.1-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD jw.local 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r247145: Fri Feb 22 11:53:22 EET 2013 root@jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64 >Description: root@jw:/usr/ports/print/a2ps-a4# make ===> License GPLv2 accepted by the user ===> Found saved configuration for a2ps-a4-4.13b_4 => i18n-fonts-0.1.tar.gz doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz fetch: ftp://ftp.enst.fr/pub/unix/a2ps/i18n-fonts-0.1.tar.gz: No address record => Attempting to fetch ftp://ftp3.ru.freebsd.org/pub/unix/postscript/a2ps/i18n-fonts-0.1.tar.gz fetch: transfer timed out => Attempting to fetch http://ftp.gnu.org/gnu/a2ps/i18n-fonts-0.1.tar.gz fetch: http://ftp.gnu.org/gnu/a2ps/i18n-fonts-0.1.tar.gz: Not Found => Attempting to fetch ftp://ftp.gnu.org/gnu/a2ps/i18n-fonts-0.1.tar.gz fetch: ftp://ftp.gnu.org/gnu/a2ps/i18n-fonts-0.1.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch http://www.gtlib.gatech.edu/pub/gnu/gnu/a2ps/i18n-fonts-0.1.tar.gz fetch: http://www.gtlib.gatech.edu/pub/gnu/gnu/a2ps/i18n-fonts-0.1.tar.gz: Not Found => Attempting to fetch http://mirrors.kernel.org/gnu/a2ps/i18n-fonts-0.1.tar.gz fetch: http://mirrors.kernel.org/gnu/a2ps/i18n-fonts-0.1.tar.gz: Not Found => Attempting to fetch ftp://ftp.kddlabs.co.jp/GNU/a2ps/i18n-fonts-0.1.tar.gz fetch: ftp://ftp.kddlabs.co.jp/GNU/a2ps/i18n-fonts-0.1.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.dti.ad.jp/pub/GNU/a2ps/i18n-fonts-0.1.tar.gz fetch: ftp://ftp.dti.ad.jp/pub/GNU/a2ps/i18n-fonts-0.1.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch http://ring.nict.go.jp/archives/GNU/a2ps/i18n-fonts-0.1.tar.gz fetch: http://ring.nict.go.jp/archives/GNU/a2ps/i18n-fonts-0.1.tar.gz: Not Found => Attempting to fetch ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/a2ps/i18n-fonts-0.1.tar.gz fetch: ftp://ftp.mirrorservice.org/sites/ftp.gnu.org/gnu/a2ps/i18n-fonts-0.1.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/a2ps/i18n-fonts-0.1.tar.gz fetch: ftp://ftp.informatik.hu-berlin.de/pub/gnu/gnu/a2ps/i18n-fonts-0.1.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/a2ps/i18n-fonts-0.1.tar.gz fetch: ftp://ftp.informatik.rwth-aachen.de/pub/mirror/ftp.gnu.org/pub/gnu/a2ps/i18n-fonts-0.1.tar.gz: File unavailable (e.g., file not found, no access) => Attempting to fetch http://ftp.funet.fi/pub/gnu/prep/a2ps/i18n-fonts-0.1.tar.gz fetch: http://ftp.funet.fi/pub/gnu/prep/a2ps/i18n-fonts-0.1.tar.gz: Not Found => Attempting to fetch ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/i18n-fonts-0.1.tar.gz fetch: ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/i18n-fonts-0.1.tar.gz: File unavailable (e.g., file not found, no access) => Couldn't fetch it - please try to retrieve this => port manually into /usr/ports/distfiles/ and try again. *** [do-fetch] Error code 1 Stop in /media/dvlfiles/build/ports/print/a2ps-a4. *** [build] Error code 1 Stop in /media/dvlfiles/build/ports/print/a2ps-a4. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 07:40: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]) by hub.freebsd.org (Postfix) with ESMTP id C399F8BB; Mon, 25 Feb 2013 07:40:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9F2E426E; Mon, 25 Feb 2013 07:40:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1P7eGse026280; Mon, 25 Feb 2013 07:40:16 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1P7eGNo026276; Mon, 25 Feb 2013 07:40:16 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 07:40:16 GMT Message-Id: <201302250740.r1P7eGNo026276@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176416: print/a2ps-a4 is broken with i18n due to unfetchable fonts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 07:40:16 -0000 Synopsis: print/a2ps-a4 is broken with i18n due to unfetchable fonts Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 07:40:16 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176416 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 08:21:56 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3CBA434C; Mon, 25 Feb 2013 08:21:56 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from fallbackmx08.syd.optusnet.com.au (fallbackmx08.syd.optusnet.com.au [211.29.132.10]) by mx1.freebsd.org (Postfix) with ESMTP id 8A56D3EA; Mon, 25 Feb 2013 08:21:54 +0000 (UTC) Received: from mail05.syd.optusnet.com.au (mail05.syd.optusnet.com.au [211.29.132.186]) by fallbackmx08.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id r1P89qG0031316; Mon, 25 Feb 2013 19:09:52 +1100 Received: from c211-30-173-106.carlnfd1.nsw.optusnet.com.au (c211-30-173-106.carlnfd1.nsw.optusnet.com.au [211.30.173.106]) by mail05.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id r1P89hXw009171 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 25 Feb 2013 19:09:45 +1100 Date: Mon, 25 Feb 2013 19:09:43 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: linimon@FreeBSD.org Subject: Re: i386/138737: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] In-Reply-To: <201302242234.r1OMYOhR002040@freefall.freebsd.org> Message-ID: <20130225190632.O1115@besplex.bde.org> References: <201302242234.r1OMYOhR002040@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.0 cv=Auu2R5BP c=1 sm=1 a=uK-HQPeTOGwA:10 a=kj9zAlcOel0A:10 a=PO7r1zJSAAAA:8 a=JzwRw_2MAAAA:8 a=eRlhq4AAtsYA:10 a=6I5d2MoRAAAA:8 a=lpJ85cmphiPP0ZWZ6U0A:9 a=CjuIK1q_8ugA:10 a=SV7veod9ZcQA:10 a=TEtd8y5WR3g2ypngnwZWYw==:117 Cc: freebsd-ports-bugs@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 08:21:56 -0000 On Sun, 24 Feb 2013 linimon@FreeBSD.org wrote: > Old Synopsis: [endian] [patch] Patch for bswap64(9) operation on IA > New Synopsis: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] > > Responsible-Changed-From-To: bde->freebsd-ports-bugs > Responsible-Changed-By: linimon > Responsible-Changed-When: Sun Feb 24 22:32:41 UTC 2013 > Responsible-Changed-Why: > bde has not commented on this one in quite some time, so it's time to > turn it back over to the pool. While here, note that it is a vendor patch. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138737 tijl committed a more refined version. This seems to be misclassified in ports, so I never noticed it before but I seem to remember replying to mail about the original patch. Maybe that wasn't in a PR. Bruce From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 11:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A027F7C for ; Mon, 25 Feb 2013 11:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 84FFD18D for ; Mon, 25 Feb 2013 11:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PBK27H072146 for ; Mon, 25 Feb 2013 11:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PBK244072145; Mon, 25 Feb 2013 11:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 11:20:02 GMT Resent-Message-Id: <201302251120.r1PBK244072145@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Zane C.B-H." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2E43EFB4 for ; Mon, 25 Feb 2013 11:16:04 +0000 (UTC) (envelope-from vvelox@vvelox.net) Received: from vulpes.vvelox.net (vulpes.vvelox.net [99.69.115.42]) by mx1.freebsd.org (Postfix) with ESMTP id 97B8D15A for ; Mon, 25 Feb 2013 11:16:03 +0000 (UTC) Received: from vixen42.vulpes.vvelox.net (unknown [192.168.14.1]) (Authenticated sender: kitsune) by vulpes.vvelox.net (Postfix) with ESMTPA id 126053F750 for ; Mon, 25 Feb 2013 05:06:31 -0600 (CST) Message-Id: <1361790595.326218.32722@vixen42.vulpes.vvelox.net> Date: Mon, 25 Feb 2013 05:09:55 -0600 From: "Zane C.B-H." To: "FreeBSD gnats submit" X-Send-Pr-Version: gtk-send-pr 0.4.9 Subject: ports/176418: Update x11/xpra: Bump from 0.7.4 to 0.8.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 11:20:02 -0000 >Number: 176418 >Category: ports >Synopsis: Update x11/xpra: Bump from 0.7.4 to 0.8.6 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 11:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Zane C.B-H. >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD 9.1-PRERELEASE #0: Tue Sep 18 17:07:45 CDT 2012 root@vixen42.vulpes.vvelox.net:/usr/obj/usr/src/sys/GENERIC >Description: Lots of misc updates... v0.8.6 (2013-02-22) ====================== -- fix launcher on MS Windows, better SSH support -- fix python2.4 compatibility in icon grabbing code -- fix libav compatibility on MS Windows with VisualStudio -- fix exit message location -- prevent invalid Python bindings version from being included in the MS Windows installer v0.8.5 (2013-02-17) ====================== -- fix server crash with transient windows v0.8.4 (2013-02-13) ====================== -- fix hello packet encoding bug -- fix colours in launcher and session-info windows v0.8.3 (2013-02-12) ====================== -- Python 2.4 compatiblity fixes (CentOS 5.x) -- fix static builds of vpx and x264 v0.8.2 (2013-02-10) ====================== -- fix libav uninitialized structure crash -- fix warning on installations without sound libraries -- fix warning when pulseaudio utils are not installed -- fix delta compression race -- fix the return of some ghost windows -- stop pulseaudio on exit, warn if it fails to start -- re-enable system tray forwarding, fix location conflicts -- osx fixes: encodings wrongly grayed out -- osx features: add sound and speed menus -- remove spurious "too many receivers" warnings v0.8.1 (2013-02-04) ====================== -- fix server daemonize on some platforms -- fix server SSH support on platforms with old versions of glib -- fix "xpra upgrade" closing applications -- fix detection of almost-lossless frames with x264 -- fix starting of a duplicate pulseaudio server on upgrade -- fix debian packaging: lint warnings, add missing sound dependencies -- fix compatibility with older versions of pulseaudio (pactl) -- fix session-info window when a tray is being forwarded -- remove warning on builds with limited encoding support -- disable tray forwarding by default as it causes problems with some apps -- rename "Quality" to "Min Quality" in tray menu -- update to Cython 0.18 for binary builds -- fix rpm packaging: remove unusable modules v0.8.0 (2013-01-31) ====================== -- fix modal windows support -- fix default mouse cursor: now uses the client's default cursor -- fix "double-apple" in menu on OSX -- fix short lived windows: avoid doing unnecessary work, avoid re-registering handlers -- fix limit the number of raw packets per client to prevent DoS via memory exhaustion -- fix authentication: ensure salt is per connection -- fix for ubuntu global application menus -- fix proxy handling of deadly signals -- fix pixel queue size calculations used for performance tuning decisions -- fix ^C exit on MS Windows: ensure we do cleanup the system tray on exit -- edge resistance for colourspace conversion level changes to prevent yoyo effect -- more aggressive picture quality tuning -- better CPU utilization -- new command line options and tray menu to trade latency for bandwidth -- x264 disable unecessary I-frames and avoid IDR frames -- performance and latency optimizations in critical sections -- avoid server loops: prevent the client from connecting to itself -- group windows according to the remote application they belong to -- sound forwarding (initial code, high latency) -- faster and more reliable client and server exit (from signal or otherwise) -- SSH support on MS Windows -- "xpra shadow" mode to clone an existing X11 display (compositors not supported yet) -- support for delta pixels mode (most useful for shadow mode) -- avoid warnings and X11 errors with the screenshot command -- better mouse cursor support: send cursors by name so their size matches the client's settings -- mitigate bandwidth eating cursor change storms: introduce simple cursor update batching -- support system tray icon forwarding (limited) -- preserve window workspace -- AES packet encryption for TCP mode (without key secure exchange for now) -- launcher entry box for username in SSH mode -- launcher improvements: highlight the password field if needed, prevent warnings, etc -- better window manager specification compatibility (for broken applications or toolkits) -- use lossless encoders more aggressively when possible -- new x264 tuning options: profiles to use and thresholds -- better detection of dead server sockets: retry and remove them if needed -- improved session information dialog and graphs -- more detailed hierarchical per-window details via "xpra info" -- send window icons in dedicated compressed packet (smaller new-window packets, faster) -- detect overly large main packets -- partial/initial Java/AWT keyboard support -- py2exe, ebuild and distutils improvements: faster and cleaner builds, discarding unwanted modules -- OSX and MS Windows build updates: newer py2app, gtk-mac-bundler, pywin32 and support libraries -- OSX command line path fix -- updated libx264 and libav on OSX -- updated Cython to 0.17.4 for all binary builds v0.7.8 (2013-01-15) ====================== -- fix xsettings integer parsing -- fix 'quality' command line option availibility check -- workaround Ubuntu's global menus -- better compatibility with old servers: don't send new xsettings format -- avoid logging for normal "clipboard is disabled" case v0.7.7 (2013-01-03) ====================== -- fix quality menu -- fix for clients not using rencoder (ie: Java, Android..) -- fix pixel queue size accounting v0.7.6 (2013-01-01) ====================== -- fix tray options meant to be unusable until connected -- fix auto refresh delay -- fix missing first bell in error case -- fix potential DoS in client disconnection accounting -- fix network calls coming from wrong thread in error case -- fix unlikely locking issue and reduce lock hold time -- fix disconnect all connected clients cleanly -- fix clipboard flag handling -- fix Mac OSX path with spaces handling -- fix server minimum window dimensions with video encoders -- don't bother trying to auto-refresh in lossless modes v0.7.5 (2012-12-06) ====================== -- fix crash on empty keysym -- fix potential division by zero -- fix network queue access from invalid thread -- fix cleanup code on upgrade corner cases -- fix keyboard layout change detection -- try harder to apply keymaps when the number of free keycodes are limited >How-To-Repeat: >Fix: --- xpra_Makefile.diff begins here --- --- Makefile.orig 2013-02-25 04:27:52.934969506 -0600 +++ Makefile 2013-02-25 04:28:19.131970066 -0600 @@ -6,8 +6,7 @@ # PORTNAME= xpra -PORTVERSION= 0.7.4 -PORTREVISION= 1 +PORTVERSION= 0.8.6 CATEGORIES= x11 MASTER_SITES= http://xpra.org/src/ --- xpra_Makefile.diff ends here --- --- xpra_files_patch-setup.py.diff begins here --- --- files/patch-setup.py.orig 2013-02-25 04:31:55.146970785 -0600 +++ files/patch-setup.py 2013-02-25 04:33:35.674972546 -0600 @@ -1,11 +1,11 @@ ---- setup.py.orig 2012-11-08 10:32:55.726940413 -0500 -+++ setup.py 2012-11-08 10:33:07.064940881 -0500 -@@ -436,7 +436,7 @@ - #******************************************************************************* - else: +--- setup.py.orig 2013-02-25 04:32:14.000000000 -0600 ++++ setup.py 2013-02-25 04:32:36.000000000 -0600 +@@ -568,7 +568,7 @@ + scripts = ["scripts/xpra", "scripts/xpra_launcher"] + man_pages = ["man/xpra.1", "man/xpra_launcher.1"] data_files += [ -- ("share/man/man1", ["man/xpra.1", "man/xpra_launcher.1", "man/parti.1"]), -+ ("man/man1", ["man/xpra.1", "man/xpra_launcher.1", "man/parti.1"]), - ("share/parti", ["README", "parti.README"]), +- ("share/man/man1", man_pages), ++ ("man/man1", man_pages), ("share/xpra", ["xpra.README", "COPYING"]), ("share/wimpiggy", ["wimpiggy.README"]), + ("share/xpra/icons", glob.glob("icons/*")), --- xpra_files_patch-setup.py.diff ends here --- --- xpra_distinfo.diff begins here --- --- distinfo.orig 2013-02-25 04:27:59.472968946 -0600 +++ distinfo 2013-02-25 04:28:27.943969546 -0600 @@ -1,2 +1,2 @@ -SHA256 (xpra-0.7.4.tar.bz2) = 93d12df6e764195c57a769b4740b9018073369a46ce9626ce430c657e475942c -SIZE (xpra-0.7.4.tar.bz2) = 470237 +SHA256 (xpra-0.8.6.tar.bz2) = 29e0a35eeab17dab6964c7b9c4037cde363bf7d679e29bdf28072fab6449d14f +SIZE (xpra-0.8.6.tar.bz2) = 580532 --- xpra_distinfo.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 11:20: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]) by hub.freebsd.org (Postfix) with ESMTP id 41B76F8; Mon, 25 Feb 2013 11:20:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1F2DB18F; Mon, 25 Feb 2013 11:20:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PBKFAA072232; Mon, 25 Feb 2013 11:20:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PBKFj7072228; Mon, 25 Feb 2013 11:20:15 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 11:20:15 GMT Message-Id: <201302251120.r1PBKFj7072228@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176418: Update x11/xpra: Bump from 0.7.4 to 0.8.6 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 11:20:16 -0000 Synopsis: Update x11/xpra: Bump from 0.7.4 to 0.8.6 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 11:20:15 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176418 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 12:15: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]) by hub.freebsd.org (Postfix) with ESMTP id 96173CE5; Mon, 25 Feb 2013 12:15:23 +0000 (UTC) (envelope-from pclin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7435A6D6; Mon, 25 Feb 2013 12:15:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PCFNC0083037; Mon, 25 Feb 2013 12:15:23 GMT (envelope-from pclin@freefall.freebsd.org) Received: (from pclin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PCFMTA083033; Mon, 25 Feb 2013 12:15:22 GMT (envelope-from pclin) Date: Mon, 25 Feb 2013 12:15:22 GMT Message-Id: <201302251215.r1PCFMTA083033@freefall.freebsd.org> To: netch@netch.kiev.ua, pclin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pclin@FreeBSD.org From: pclin@FreeBSD.org Subject: Re: ports/176415: sysutils/linuxfdisk does not fetch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 12:15:23 -0000 Synopsis: sysutils/linuxfdisk does not fetch Responsible-Changed-From-To: freebsd-ports-bugs->pclin Responsible-Changed-By: pclin Responsible-Changed-When: Mon Feb 25 12:15:21 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176415 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 12:23:58 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AADF725D; Mon, 25 Feb 2013 12:23:58 +0000 (UTC) (envelope-from pclin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7AF1173F; Mon, 25 Feb 2013 12:23:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PCNwN3084740; Mon, 25 Feb 2013 12:23:58 GMT (envelope-from pclin@freefall.freebsd.org) Received: (from pclin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PCNwxK084736; Mon, 25 Feb 2013 12:23:58 GMT (envelope-from pclin) Date: Mon, 25 Feb 2013 12:23:58 GMT Message-Id: <201302251223.r1PCNwxK084736@freefall.freebsd.org> To: pclin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pclin@FreeBSD.org From: pclin@FreeBSD.org Subject: Re: ports/176411: scan_ffs fails in port search. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 12:23:58 -0000 Synopsis: scan_ffs fails in port search. Responsible-Changed-From-To: freebsd-ports-bugs->pclin Responsible-Changed-By: pclin Responsible-Changed-When: Mon Feb 25 12:23:57 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176411 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 12:30: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]) by hub.freebsd.org (Postfix) with ESMTP id DFB31327; Mon, 25 Feb 2013 12:30:26 +0000 (UTC) (envelope-from pclin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BCE42788; Mon, 25 Feb 2013 12:30:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PCUQMj086407; Mon, 25 Feb 2013 12:30:26 GMT (envelope-from pclin@freefall.freebsd.org) Received: (from pclin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PCUQXX086403; Mon, 25 Feb 2013 12:30:26 GMT (envelope-from pclin) Date: Mon, 25 Feb 2013 12:30:26 GMT Message-Id: <201302251230.r1PCUQXX086403@freefall.freebsd.org> To: pclin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pclin@FreeBSD.org From: pclin@FreeBSD.org Subject: Re: ports/176398: [maintainer update] print/qpdf update to 4.0.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 12:30:26 -0000 Synopsis: [maintainer update] print/qpdf update to 4.0.1 Responsible-Changed-From-To: freebsd-ports-bugs->pclin Responsible-Changed-By: pclin Responsible-Changed-When: Mon Feb 25 12:30:26 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176398 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 12:54: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]) by hub.freebsd.org (Postfix) with ESMTP id 9E37A8E3; Mon, 25 Feb 2013 12:54:14 +0000 (UTC) (envelope-from pclin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 768D5896; Mon, 25 Feb 2013 12:54:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PCsE0F089736; Mon, 25 Feb 2013 12:54:14 GMT (envelope-from pclin@freefall.freebsd.org) Received: (from pclin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PCsDWp089732; Mon, 25 Feb 2013 12:54:13 GMT (envelope-from pclin) Date: Mon, 25 Feb 2013 12:54:13 GMT Message-Id: <201302251254.r1PCsDWp089732@freefall.freebsd.org> To: bsdstats@nanoman.ca, pclin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pclin@FreeBSD.org From: pclin@FreeBSD.org Subject: Re: ports/175879: fail non-interactive installation sysutils/bsdstats X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 12:54:14 -0000 Synopsis: fail non-interactive installation sysutils/bsdstats Responsible-Changed-From-To: freebsd-ports-bugs->pclin Responsible-Changed-By: pclin Responsible-Changed-When: Mon Feb 25 12:54:13 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=175879 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 13:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9E2DF7D for ; Mon, 25 Feb 2013 13:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8147BB4B for ; Mon, 25 Feb 2013 13:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PDA1iU091758 for ; Mon, 25 Feb 2013 13:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PDA19u091757; Mon, 25 Feb 2013 13:10:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 13:10:01 GMT Resent-Message-Id: <201302251310.r1PDA19u091757@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lars Eggert Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7C8B6FC3 for ; Mon, 25 Feb 2013 13:07:39 +0000 (UTC) (envelope-from elars@netapp.com) Received: from mx12.netapp.com (mx12.netapp.com [216.240.18.77]) by mx1.freebsd.org (Postfix) with ESMTP id 66150B26 for ; Mon, 25 Feb 2013 13:07:39 +0000 (UTC) Received: from smtp2.corp.netapp.com ([10.57.159.114]) by mx12-out.netapp.com with ESMTP; 25 Feb 2013 05:07:31 -0800 Received: from stanley.muccbc.hq.netapp.com ([10.65.56.245]) by smtp2.corp.netapp.com (8.13.1/8.13.1/NTAP-1.6) with ESMTP id r1PD7UO7010260 for ; Mon, 25 Feb 2013 05:07:31 -0800 (PST) Received: from stanley.muccbc.hq.netapp.com (localhost [127.0.0.1]) by stanley.muccbc.hq.netapp.com (8.14.6/8.14.6) with ESMTP id r1PD7Ux9049474 for ; Mon, 25 Feb 2013 14:07:30 +0100 (CET) (envelope-from elars@stanley.muccbc.hq.netapp.com) Received: (from root@localhost) by stanley.muccbc.hq.netapp.com (8.14.6/8.14.6/Submit) id r1PD7UOc049473; Mon, 25 Feb 2013 14:07:30 +0100 (CET) (envelope-from elars) Message-Id: <201302251307.r1PD7UOc049473@stanley.muccbc.hq.netapp.com> Date: Mon, 25 Feb 2013 14:07:30 +0100 (CET) From: Lars Eggert To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176421: [NEW PORT] benchmarks/thrulay-hd: Extended version of thrulay X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 13:10:01 -0000 >Number: 176421 >Category: ports >Synopsis: [NEW PORT] benchmarks/thrulay-hd: Extended version of thrulay >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 13:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Lars Eggert >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD stanley.muccbc.hq.netapp.com 9.1-STABLE FreeBSD 9.1-STABLE #2: Mon Feb 18 12:11:07 CET 2013 >Description: Extended version of thrulay. WWW: http://thrulay-hd.sourceforge.net/ Generated with FreeBSD Port Tools 0.99_6 (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: # # thrulay-hd # thrulay-hd/Makefile # thrulay-hd/pkg-plist # thrulay-hd/pkg-descr # thrulay-hd/distinfo # echo c - thrulay-hd mkdir -p thrulay-hd > /dev/null 2>&1 echo x - thrulay-hd/Makefile sed 's/^X//' >thrulay-hd/Makefile << '011d4ced5b04136be131aa327a56dc6e' X# Created by: Lars Eggert X# $FreeBSD$ X XPORTNAME= thrulay-hd XPORTVERSION= 0.6.4 XCATEGORIES= benchmarks XMASTER_SITES= ${MASTER_SITE_SOURCEFORGE} XMASTER_SITE_SUBDIR=${PORTNAME}/${PORTNAME}/${PORTVERSION} X XMAINTAINER= lars@eggert.org XCOMMENT= Extended version of thrulay X XGNU_CONFIGURE= yes X X.include X.include 011d4ced5b04136be131aa327a56dc6e echo x - thrulay-hd/pkg-plist sed 's/^X//' >thrulay-hd/pkg-plist << '21467940e75a84ea901228123a87131c' X@comment $FreeBSD$ 21467940e75a84ea901228123a87131c echo x - thrulay-hd/pkg-descr sed 's/^X//' >thrulay-hd/pkg-descr << '3f9157e86944f3d3e3bd570161ca2a20' XExtended version of thrulay. X XWWW: http://thrulay-hd.sourceforge.net/ 3f9157e86944f3d3e3bd570161ca2a20 echo x - thrulay-hd/distinfo sed 's/^X//' >thrulay-hd/distinfo << '7d681d6bcd8f6ec92ef2df0115b1d88f' XSHA256 (thrulay-hd-0.6.4.tar.gz) = 161df53cc3c9a68b91d70846f68c7617c018e4df59e5620ccf0a711d53b8c759 XSIZE (thrulay-hd-0.6.4.tar.gz) = 349171 7d681d6bcd8f6ec92ef2df0115b1d88f exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 13:20: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]) by hub.freebsd.org (Postfix) with ESMTP id 0B6DE1B6; Mon, 25 Feb 2013 13:20:44 +0000 (UTC) (envelope-from pclin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D9CA4C13; Mon, 25 Feb 2013 13:20:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PDKhvg095229; Mon, 25 Feb 2013 13:20:43 GMT (envelope-from pclin@freefall.freebsd.org) Received: (from pclin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PDKhnp095151; Mon, 25 Feb 2013 13:20:43 GMT (envelope-from pclin) Date: Mon, 25 Feb 2013 13:20:43 GMT Message-Id: <201302251320.r1PDKhnp095151@freefall.freebsd.org> To: roy@marples.name, pclin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pclin@FreeBSD.org From: pclin@FreeBSD.org Subject: Re: ports/175621: update net/dhcpcd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 13:20:44 -0000 Synopsis: update net/dhcpcd Responsible-Changed-From-To: freebsd-ports-bugs->pclin Responsible-Changed-By: pclin Responsible-Changed-When: Mon Feb 25 13:20:43 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=175621 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 14:33: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]) by hub.freebsd.org (Postfix) with ESMTP id 4AC566A0; Mon, 25 Feb 2013 14:33:33 +0000 (UTC) (envelope-from pclin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1E398FFF; Mon, 25 Feb 2013 14:33:33 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PEXXot008620; Mon, 25 Feb 2013 14:33:33 GMT (envelope-from pclin@freefall.freebsd.org) Received: (from pclin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PEXWpH008616; Mon, 25 Feb 2013 14:33:32 GMT (envelope-from pclin) Date: Mon, 25 Feb 2013 14:33:32 GMT Message-Id: <201302251433.r1PEXWpH008616@freefall.freebsd.org> To: pclin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pclin@FreeBSD.org From: pclin@FreeBSD.org Subject: Re: ports/175744: [MAINTAINER] sysutils/gigolo: [SUMMARIZE CHANGES] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 14:33:33 -0000 Synopsis: [MAINTAINER] sysutils/gigolo: [SUMMARIZE CHANGES] Responsible-Changed-From-To: freebsd-ports-bugs->pclin Responsible-Changed-By: pclin Responsible-Changed-When: Mon Feb 25 14:33:32 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=175744 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 15:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 74F252DD for ; Mon, 25 Feb 2013 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 582E12B9 for ; Mon, 25 Feb 2013 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PFK1SN016363 for ; Mon, 25 Feb 2013 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PFK1Cd016362; Mon, 25 Feb 2013 15:20:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 15:20:01 GMT Resent-Message-Id: <201302251520.r1PFK1Cd016362@freefall.freebsd.org> 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 [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CDB5913E for ; Mon, 25 Feb 2013 15:13:11 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AD8C4266 for ; Mon, 25 Feb 2013 15:13:11 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1PFDAKV055221 for ; Mon, 25 Feb 2013 15:13:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1PFDArr055220; Mon, 25 Feb 2013 15:13:10 GMT (envelope-from nobody) Message-Id: <201302251513.r1PFDArr055220@red.freebsd.org> Date: Mon, 25 Feb 2013 15:13:10 GMT From: "O. Hartmann" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176422: net/samba4: [3433/3695] Linking default/source4/rpc_server/libservice-dcerpc.so /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 25./usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1653: undefined reference to `__unsafe_ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 15:20:01 -0000 >Number: 176422 >Category: ports >Synopsis: net/samba4: [3433/3695] Linking default/source4/rpc_server/libservice-dcerpc.so /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 25./usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1653: undefined reference to `__unsaf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 15:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: O. Hartmann >Release: FreeBSD 10.0-CURRENT/amd64 >Organization: FU Berlin >Environment: 10.0-CURRENT #0 r247188: Sat Feb 23 15:01:17 CET 2013 amd64 Copyright (c) 1992-2013 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD is a registered trademark of The FreeBSD Foundation. FreeBSD 10.0-CURRENT #1 r247201: Sat Feb 23 22:46:17 CET 2013 root@gate.walstatt.dyndns.org:/usr/obj/usr/src/sys/GATE amd64 FreeBSD clang version 3.2 (tags/RELEASE_32/final 170710) 20121221 CPU: Intel(R) Core(TM) i3-3220 CPU @ 3.30GHz (3300.09-MHz K8-class CPU) Origin = "GenuineIntel" Id = 0x306a9 Family = 0x6 Model = 0x3a Stepping = 9 Features=0xbfebfbff Features2=0x3d9ae3bf AMD Features=0x28100800 AMD Features2=0x1 Standard Extended Features=0x281 TSC: P-state invariant, performance statistics real memory = 17179869184 (16384 MB) avail memory = 16452059136 (15689 MB) Event timer "LAPIC" quality 600 ACPI APIC Table: FreeBSD/SMP: Multiprocessor System Detected: 4 CPUs FreeBSD/SMP: 1 package(s) x 2 core(s) x 2 SMT threads cpu0 (BSP): APIC ID: 0 cpu1 (AP): APIC ID: 1 cpu2 (AP): APIC ID: 2 cpu3 (AP): APIC ID: 3 >Description: Installing/compiling port net/samba4 fails on FreeBSD 10.0-CURRENT/amd64 (CLANG) box with the follwoing error/linker error: [3427/3695] Linking default/source3/libgpo.so [3428/3695] Linking default/source3/libnetapi.so [3429/3695] Linking default/source3/auth/libauth-script.so [3430/3695] Linking default/source4/rpc_server/libdcerpc-server.so [3431/3695] Linking default/source4/dns_server/libservice-dns.so [3432/3695] Linking default/source3/libsmbd_base.so [3433/3695] Linking default/source4/rpc_server/libservice-dcerpc.so /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 25. /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 25. [...] /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 25. default/source3/smbd/trans2_92.o: In function `smbd_marshall_dir_entry': /usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1653: undefined reference to `__unsafe_string_function_usage_here_size_t__' /usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1691: undefined reference to `__unsafe_string_function_usage_here_size_t__' /usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1756: undefined reference to `__unsafe_string_function_usage_here_size_t__' /usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1820: undefined reference to `__unsafe_string_function_usage_here_size_t__' /usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1856: undefined reference to `__unsafe_string_function_usage_here_size_t__' default/source3/smbd/trans2_92.o:/usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1899: more undefined references to `__unsafe_string_function_usage_here_size_t__' follow cc: error: linker command failed with exit code 1 (use -v to see invocation) Waf: Leaving directory `/usr/ports/net/samba4/work/samba-4.0.3/bin' Build failed: -> task failed (err #1): {task: cc_link asys_1.o,srv_eventlog_nt_23.o,srv_eventlog_reg_23.o,srv_eventlog_23.o,authdata_81.o,srv_ntsvcs_nt_18.o,srv_ntsvcs_18.o,srv_dfs_nt_20.o,srv_dfs_20.o,afs_settoken_84.o,afs_83.o,service_44.o,svc_spoolss_113.o,svc_rcinit_113.o,svc_winreg_glue_113.o,svc_netlogon_113.o,svc_winreg_113.o,svc_wins_113.o,ndr_perfcount_7.o,rpc_server_4.o,srv_echo_nt_24.o,srv_echo_24.o,printing_98.o,nt_printing_98.o,nt_printing_tdb_98.o,nt_printing_migrate_internal_98.o,nt_printing_ads_98.o,queue_process_98.o,srv_wkssvc_nt_16.o,srv_wkssvc_16.o,rpc_ep_register_7.o,dcerpc_ep_7.o,srv_netlog_nt_19.o,srv_netlogon_19.o,pcap_102.o,print_svid_102.o,print_aix_102.o,print_cups_102.o,print_generic_102.o,lpq_parse_102.o,load_102.o,print_standard_102.o,print_iprint_102.o,printer_list_102.o,regfio_45.o,reg_parse_prs_45.o,server_reload_92.o,files_92.o,connection_92.o,utmp_92.o,session_92.o,dfree_92.o,dir_92.o,password_92.o,conn_msg_92.o,conn_idle_92.o,share_access_92.o,fileio_92.o,ipc_92.o,lanman_92.o,ne gprot_92.o,message_92.o,nttrans_92.o,pipes_92.o,reply_92.o,sesssetup_92.o,trans2_92.o,uid_92.o,dosmode_92.o,filename_92.o,open_92.o,close_92.o,blocking_92.o,sec_ctx_92.o,srvstr_92.o,vfs_92.o,perfcount_92.o,statcache_92.o,seal_92.o,posix_acls_92.o,sysacls_92.o,process_92.o,service_92.o,error_92.o,printspoolss_92.o,spoolssd_92.o,sysquotas_92.o,sysquotas_linux_92.o,sysquotas_xfs_92.o,sysquotas_4A_92.o,sysquotas_4B_92.o,sysquotas_nfs_92.o,background_92.o,sessionid_tdb_92.o,conn_tdb_92.o,fake_file_92.o,quotas_92.o,ntquotas_92.o,msdfs_92.o,aio_92.o,statvfs_92.o,dmapi_92.o,signing_92.o,file_access_92.o,dnsregister_92.o,globals_92.o,smb2_server_92.o,smb2_glue_92.o,smb2_negprot_92.o,smb2_sesssetup_92.o,smb2_tcon_92.o,smb2_create_92.o,smb2_close_92.o,smb2_flush_92.o,smb2_read_92.o,smb2_write_92.o,smb2_lock_92.o,smb2_ioctl_92.o,smb2_keepalive_92.o,smb2_find_92.o,smb2_notify_92.o,smb2_getinfo_92.o,smb2_setinfo_92.o,smb2_break_92.o,smbXsrv_version_92.o,smbXsrv_session_92.o,smbXsrv_tcon_92.o,smbX srv_open_92.o,server_exit_92.o,durable_92.o,! mangle_92.o,mangle_hash_92.o,mangle_hash2_92.o,oplock_92.o,oplock_irix_92.o,oplock_linux_92.o,notify_92.o,notify_inotify_92.o,notify_internal_92.o,build_options_92.o,eventlog_111.o,srv_samr_nt_11.o,srv_samr_util_11.o,srv_samr_chgpasswd_11.o,srv_samr_11.o,profile_96.o,vfs_dfs_samba4_73.o,ldap_printer_82.o,reg_api_regf_46.o,srv_initshutdown_nt_14.o,srv_initshutdown_14.o,locking_95.o,brlock_95.o,posix_95.o,share_mode_lock_95.o,srv_srvsvc_nt_21.o,srv_srvsvc_21.o,rpc_ncacn_np_3.o,rpc_handles_3.o,rpc_contexts_3.o,srv_pipe_hnd_26.o,srv_pipe_26.o,rpc_sock_helper_26.o,rpc_service_setup_26.o,srv_spoolss_nt_22.o,srv_spoolss_22.o,srv_spoolss_util_22.o,avahi_25.o,avahi_register_25.o,ndr_printcap_21.o,cli_winreg_int_144.o,srv_svcctl_nt_17.o,srv_svcctl_reg_17.o,srv_svcctl_17.o,srv_epmapper_25.o,srv_epmapper_25.o,srv_pipe_register_6.o,vfs_default_3.o,srv_access_check_10.o,dcesrv_auth_generic_5.o,ndr_smb_acl_50.o,reg_backend_printing_51.o,reg_backend_shares_51.o,reg_backend_netlogon_params_51.o,reg_ backend_prod_options_51.o,reg_backend_tcpip_params_51.o,reg_backend_hkpt_params_51.o,reg_backend_current_version_51.o,reg_backend_perflib_51.o,reg_init_full_51.o,reg_perfcount_51.o,notify_97.o,printing_db_97.o,filename_util_104.o,srv_winreg_nt_13.o,srv_winreg_13.o,srv_lsa_nt_12.o,srv_lsa_12.o,rpc_config_2.o,vfs_posixacl_32.o,srv_dssetup_nt_15.o,srv_dssetup_15.o -> libsmbd_base.so} *** [do-build] Error code 1 Stop in /usr/ports/net/samba4. *** [build] Error code 1 Stop in /usr/ports/net/samba4. ===>>> make failed for net/samba4 ===>>> Aborting update Terminated >How-To-Repeat: Try to compile on a most recent (r247188) FreeBSD 10.0-CURRENT/amd64 system with CLANG as standard compiler >Fix: >Release-Note: >Audit-Trail: >Unformatted: e_string_function_usage_here_size_t__' From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 15:20:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6132E30A; Mon, 25 Feb 2013 15:20:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3A8152BA; Mon, 25 Feb 2013 15:20:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PFKAJ1017047; Mon, 25 Feb 2013 15:20:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PFKAHu017034; Mon, 25 Feb 2013 15:20:10 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 15:20:10 GMT Message-Id: <201302251520.r1PFKAHu017034@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, timur@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176422: net/samba4: [3433/3695] Linking default/source4/rpc_server/libservice-dcerpc.so /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 25./usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1653: undefined reference to `_ X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 15:20:10 -0000 Synopsis: net/samba4: [3433/3695] Linking default/source4/rpc_server/libservice-dcerpc.so /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 25./usr/ports/net/samba4/work/samba-4.0.3/../source3/smbd/trans2.c:1653: undefined reference to `_ Responsible-Changed-From-To: freebsd-ports-bugs->timur Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 15: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=176422 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 15:34: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]) by hub.freebsd.org (Postfix) with ESMTP id D4A49639; Mon, 25 Feb 2013 15:34:05 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AB9AC385; Mon, 25 Feb 2013 15:34:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PFY5Im031019; Mon, 25 Feb 2013 15:34:05 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PFY5GM031015; Mon, 25 Feb 2013 15:34:05 GMT (envelope-from pawel) Date: Mon, 25 Feb 2013 15:34:05 GMT Message-Id: <201302251534.r1PFY5GM031015@freefall.freebsd.org> To: pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pawel@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/176408: [maintainer update] audio/spek 0.8.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 15:34:05 -0000 Synopsis: [maintainer update] audio/spek 0.8.2 Responsible-Changed-From-To: freebsd-ports-bugs->pawel Responsible-Changed-By: pawel Responsible-Changed-When: Mon Feb 25 15:34:05 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176408 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 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]) by hub.freebsd.org (Postfix) with ESMTP id CC149624 for ; Mon, 25 Feb 2013 17:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 970B49E3 for ; Mon, 25 Feb 2013 17:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PHK2fF057589 for ; Mon, 25 Feb 2013 17:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PHK2ed057588; Mon, 25 Feb 2013 17:20:02 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 17:20:02 GMT Resent-Message-Id: <201302251720.r1PHK2ed057588@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Heino Tiedemann Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 171E0593 for ; Mon, 25 Feb 2013 17:16:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E61DE9C8 for ; Mon, 25 Feb 2013 17:16:48 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1PHGlSq055329 for ; Mon, 25 Feb 2013 17:16:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1PHGl7V055328; Mon, 25 Feb 2013 17:16:47 GMT (envelope-from nobody) Message-Id: <201302251716.r1PHGl7V055328@red.freebsd.org> Date: Mon, 25 Feb 2013 17:16:47 GMT From: Heino Tiedemann To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176423: Clementine-player: always needs zwo starts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 17:20:02 -0000 >Number: 176423 >Category: ports >Synopsis: Clementine-player: always needs zwo starts >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 17:20:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Heino Tiedemann >Release: 9.1-STABLE >Organization: >Environment: FreeBSD ahab.tihnet 9.1-STABLE FreeBSD 9.1-STABLE #0: Sun Feb 24 08:33:04 CET 2013 root@ahab.tihnet:/usr/obj/usr/src/sys/BEASTIE i386 >Description: I need always two starts to run clementine player. On the first start on comment line I get this % clementine-player 18:10:17.028 WARN unknown QxtGlobalShortcut failed to register: "Media Next" 18:10:17.029 WARN unknown QxtGlobalShortcut failed to register: "Media Play" 18:10:17.030 WARN unknown QxtGlobalShortcut failed to register: "Media Previous" 18:10:17.030 WARN unknown QxtGlobalShortcut failed to register: "Media Stop" Then I can run clementine-player realy. If I do not use the commandline I need two starts on the X-System (by link, by startmenu,...) >How-To-Repeat: start clementine-player >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 18:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AF611656 for ; Mon, 25 Feb 2013 18:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A2420DD0 for ; Mon, 25 Feb 2013 18:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PIU1W8070187 for ; Mon, 25 Feb 2013 18:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PIU1px070186; Mon, 25 Feb 2013 18:30:01 GMT (envelope-from gnats) Date: Mon, 25 Feb 2013 18:30:01 GMT Message-Id: <201302251830.r1PIU1px070186@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Mij Subject: Re: ports/176378: [PATCH] Fix several typos in the ports tree X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mij List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 18:30:02 -0000 The following reply was made to PR ports/176378; it has been noted by GNATS. From: Mij To: Christoph Mallon Cc: bug-followup@FreeBSD.org, Olivier.Girard@univ-angers.fr, =?iso-8859-1?Q?Jos=E9_Alonso_C=E1rdenas_M=E1rquez?= , mgrooms@shrew.net, Martin Wilke , perl@FreeBSD.org, Steve Wills , Tom Judge , vbox@FreeBSD.org Subject: Re: ports/176378: [PATCH] Fix several typos in the ports tree Date: Mon, 25 Feb 2013 19:14:16 +0100 definitely approved for my part ( mail/vmailmgr ) thanks for submitting! mic On Feb 24, 2013, at 20:05 , Christoph Mallon = wrote: > Hi, >=20 > I made a PR, which affects a port that you maintain. > Please have a look at > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/176378 >=20 > I tried to have you notified via X-GNATS-Notify, but GNATS seems to = drop all but the first X-GNATS-Notify. >=20 > Christoph From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 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]) by hub.freebsd.org (Postfix) with ESMTP id 31D2755C for ; Mon, 25 Feb 2013 20:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0040772D for ; Mon, 25 Feb 2013 20:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PKo053026593 for ; Mon, 25 Feb 2013 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PKo02w026592; Mon, 25 Feb 2013 20:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 20:50:00 GMT Resent-Message-Id: <201302252050.r1PKo02w026592@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Christoph Theis Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DCF6E50F for ; Mon, 25 Feb 2013 20:46:16 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B7BFA706 for ; Mon, 25 Feb 2013 20:46:16 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1PKkGWV001332 for ; Mon, 25 Feb 2013 20:46:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1PKkGMc001331; Mon, 25 Feb 2013 20:46:16 GMT (envelope-from nobody) Message-Id: <201302252046.r1PKkGMc001331@red.freebsd.org> Date: Mon, 25 Feb 2013 20:46:16 GMT From: Christoph Theis To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176426: [maintainer-update] security/py-fail2ban: Remove now obsolete patch file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 20:50:01 -0000 >Number: 176426 >Category: ports >Synopsis: [maintainer-update] security/py-fail2ban: Remove now obsolete patch file >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christoph Theis >Release: >Organization: >Environment: >Description: Delete files/patch-actions.py The file files/patch-actions.py was to fix a bug in fail2ban 0.8.7. That bug is now fixed in current version 0.8.8. In my last patch #176368 to update security/py-fail2ban to that version I forgot to remove that file. This is done now. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 312850) +++ Makefile (working copy) @@ -3,6 +3,7 @@ PORTNAME= fail2ban PORTVERSION= 0.8.8 +PORTREVISION= 1 CATEGORIES= security python MASTER_SITES= https://github.com/${PORTNAME}/${PORTNAME}/tarball/${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: files/patch-actions.py =================================================================== --- files/patch-actions.py (revision 312850) +++ files/patch-actions.py (working copy) @@ -1,5 +0,0 @@ ---- server/actions.py.orig 2012-11-27 18:16:18.000000000 +0100 -+++ server/actions.py 2012-11-27 18:17:04.000000000 +0100 -@@ -206 +206 @@ -- logSys.warn("[%s] Unban %s" % (self.jail.getName(), aInfo["ip"])) -+ logSys.warn("[%s] Unban %s" % (self.jail.getName(), str(aInfo["ip"]))) >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 20: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]) by hub.freebsd.org (Postfix) with ESMTP id EC37458E; Mon, 25 Feb 2013 20:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C7DFA732; Mon, 25 Feb 2013 20:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PKo9OJ026736; Mon, 25 Feb 2013 20:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PKo9v1026732; Mon, 25 Feb 2013 20:50:09 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 20:50:09 GMT Message-Id: <201302252050.r1PKo9v1026732@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176426: [maintainer-update] security/py-fail2ban: Remove now obsolete patch file X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 20:50:10 -0000 Synopsis: [maintainer-update] security/py-fail2ban: Remove now obsolete patch file Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 20:50: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=176426 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 21:31: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]) by hub.freebsd.org (Postfix) with ESMTP id 54CBF38C; Mon, 25 Feb 2013 21:31:27 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2CF3292B; Mon, 25 Feb 2013 21:31:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PLVRxt035745; Mon, 25 Feb 2013 21:31:27 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PLVQ9F035741; Mon, 25 Feb 2013 21:31:26 GMT (envelope-from beech) Date: Mon, 25 Feb 2013 21:31:26 GMT Message-Id: <201302252131.r1PLVQ9F035741@freefall.freebsd.org> To: jaap@NLnetLabs.nl, beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Subject: Re: ports/176156: Add multi-instance support to dns/nsd rc script X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 21:31:27 -0000 Synopsis: Add multi-instance support to dns/nsd rc script Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Mon Feb 25 21:30:35 UTC 2013 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=176156 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 21: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]) by hub.freebsd.org (Postfix) with ESMTP id 33AD547E for ; Mon, 25 Feb 2013 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1744D972 for ; Mon, 25 Feb 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PLe0Nt035902 for ; Mon, 25 Feb 2013 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PLe0sv035896; Mon, 25 Feb 2013 21:40:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 21:40:00 GMT Resent-Message-Id: <201302252140.r1PLe0sv035896@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id E33F2372 for ; Mon, 25 Feb 2013 21:30:21 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id BE22391D for ; Mon, 25 Feb 2013 21:30:20 +0000 (UTC) Received: from feld by feld.me with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UA5cn-00012d-H2 for FreeBSD-gnats-submit@freebsd.org; Mon, 25 Feb 2013 15:30:17 -0600 Message-Id: Date: Mon, 25 Feb 2013 15:30:17 -0600 From: Mark Felder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176427: [NEW PORT] net-mgmt/devmon: Device monitoring addition to Xymon/Hobbit/BigBrother X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 21:40:01 -0000 >Number: 176427 >Category: ports >Synopsis: [NEW PORT] net-mgmt/devmon: Device monitoring addition to Xymon/Hobbit/BigBrother >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 21:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: feld >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec 3 07:51:34 >Description: Devmon is a Perl daemon designed to supplement and enhance the monitoring capabilities of a server running either the BigBrother or Hobbit monitoring software. WWW: http://devmon.sourceforge.net/ Generated with FreeBSD Port Tools 0.99_6 (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: # # devmon # devmon/pkg-descr # devmon/Makefile # devmon/distinfo # devmon/pkg-plist # echo c - devmon mkdir -p devmon > /dev/null 2>&1 echo x - devmon/pkg-descr sed 's/^X//' >devmon/pkg-descr << '8f3d4d2217a8733bbdcb6b8d6ccd2b8c' XDevmon is a Perl daemon designed to supplement and enhance the monitoring Xcapabilities of a server running either the BigBrother or Hobbit monitoring software. X XWWW: http://devmon.sourceforge.net/ 8f3d4d2217a8733bbdcb6b8d6ccd2b8c echo x - devmon/Makefile sed 's/^X//' >devmon/Makefile << 'f6b7b0e385d61683cbb3640deb4563b2' X# Created by: Mark Felder X# $FreeBSD$ X XPORTNAME= devmon XDISTVERSION= 0.3.1-beta1 XCATEGORIES= net-mgmt XMASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTVERSION} X XMAINTAINER= feld@feld.me XCOMMENT= Device monitoring addition to Xymon/Hobbit/BigBrother X XLICENSE= GPLv2 X XRUN_DEPENDS= p5-SNMP_Session>0:${PORTSDIR}/net-mgmt/p5-SNMP_Session X XUSE_PERL5= yes XNO_BUILD= yes XPORTDOCS= CHANGELOG COPYING README docs/* extras/* X XOPTIONS_DEFINE= MYSQL X X.include X X.if ${PORT_OPTIONS:MMYSQL} XUSE_MYSQL= yes X.endif X Xpre-install: X (cd ${WRKSRC} && ${MV} devmon.cfg devmon.cfg.dist) X Xdo-install: X ${INSTALL} -d ${PREFIX}/devmon X ${INSTALL} -d ${PREFIX}/devmon/modules X ${INSTALL_SCRIPT} ${WRKSRC}/devmon ${PREFIX}/devmon/ X ${INSTALL_DATA} ${WRKSRC}/devmon.cfg.dist ${PREFIX}/devmon/ X (cd ${WRKSRC}/modules && ${COPYTREE_SHARE} \* ${PREFIX}/devmon/modules/) X Xpost-install: X.if ${PORT_OPTIONS:MDOCS} X ${MKDIR} ${DOCSDIR} X ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${DOCSDIR}/ X ${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}/ X ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/ X ${INSTALL} -d ${DOCSDIR}/docs X ${INSTALL} -d ${DOCSDIR}/extras X (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} \* ${DOCSDIR}/docs/) X (cd ${WRKSRC}/extras && ${COPYTREE_SHARE} \* ${DOCSDIR}/extras/) X.endif X X.include f6b7b0e385d61683cbb3640deb4563b2 echo x - devmon/distinfo sed 's/^X//' >devmon/distinfo << 'fb707fea6f3e537132ea4884166c357a' XSHA256 (devmon-0.3.1-beta1.tar.gz) = 37eda1c168809f5e3908b11e1ddd2b8c293b592fec12627cae31714e2e42fea2 XSIZE (devmon-0.3.1-beta1.tar.gz) = 105893 fb707fea6f3e537132ea4884166c357a echo x - devmon/pkg-plist sed 's/^X//' >devmon/pkg-plist << '9ffe3d40e3d8904d4766d310f7c3bda7' Xdevmon/modules/dm_tests.pm Xdevmon/modules/dm_templates.pm Xdevmon/modules/dm_snmp.pm Xdevmon/modules/dm_msg.pm Xdevmon/modules/dm_config.pm Xdevmon/devmon.cfg.dist Xdevmon/devmon X@dirrmtry devmon/modules X@dirrmtry devmon X%%PORTDOCS%%@dirrm %%DOCSDIR%%/extras X%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs X%%PORTDOCS%%@dirrm %%DOCSDIR%% 9ffe3d40e3d8904d4766d310f7c3bda7 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 21:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6A1EA480 for ; Mon, 25 Feb 2013 21:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 533D4974 for ; Mon, 25 Feb 2013 21:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PLe1SS035914 for ; Mon, 25 Feb 2013 21:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PLe19G035913; Mon, 25 Feb 2013 21:40:01 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 21:40:01 GMT Resent-Message-Id: <201302252140.r1PLe19G035913@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EE3AB38B for ; Mon, 25 Feb 2013 21:31:26 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id A227A92A for ; Mon, 25 Feb 2013 21:31:26 +0000 (UTC) Received: from feld by feld.me with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UA5du-0001Gh-EH for FreeBSD-gnats-submit@freebsd.org; Mon, 25 Feb 2013 15:31:26 -0600 Message-Id: Date: Mon, 25 Feb 2013 15:31:26 -0600 From: Mark Felder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176428: [NEW PORT] net-mgmt/devmon-templates: Device templates for use with devmon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 21:40:01 -0000 >Number: 176428 >Category: ports >Synopsis: [NEW PORT] net-mgmt/devmon-templates: Device templates for use with devmon >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 21:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: feld >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec 3 07:51:34 >Description: Device templates for use with devmon. WWW: http://devmon.sourceforge.net/ Generated with FreeBSD Port Tools 0.99_6 (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: # # devmon-templates # devmon-templates/pkg-descr # devmon-templates/Makefile # devmon-templates/distinfo # devmon-templates/pkg-plist # echo c - devmon-templates mkdir -p devmon-templates > /dev/null 2>&1 echo x - devmon-templates/pkg-descr sed 's/^X//' >devmon-templates/pkg-descr << 'c555b531bf71690d3abee795d1490e80' XDevice templates for use with devmon. X XWWW: http://devmon.sourceforge.net/ c555b531bf71690d3abee795d1490e80 echo x - devmon-templates/Makefile sed 's/^X//' >devmon-templates/Makefile << 'd31c715cb74447726c9e6889f346a5d3' X# Created by: Mark Felder X# $FreeBSD$ X XPORTNAME= devmon-templates XDISTVERSION= 20080206 XCATEGORIES= net-mgmt XMASTER_SITES= SF/devmon/${PORTNAME}/templates/ X XMAINTAINER= feld@feld.me XCOMMENT= Device templates for use with devmon X XRUN_DEPENDS= devmon>0:${PORTSDIR}/net-mgmt/devmon X XNO_BUILD= yes X Xdo-install: X ${INSTALL} -d ${PREFIX}/devmon/templates/ X (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${PREFIX}/devmon/templates/) X X.include d31c715cb74447726c9e6889f346a5d3 echo x - devmon-templates/distinfo sed 's/^X//' >devmon-templates/distinfo << 'ac7bb8d06e8046b3e26b34004ef5f10f' XSHA256 (devmon-templates-20080206.tar.gz) = 5bfdc15d6e628438aa75a4a65314fc71a83d9043bbb8789321a56556024b5e76 XSIZE (devmon-templates-20080206.tar.gz) = 105617 ac7bb8d06e8046b3e26b34004ef5f10f echo x - devmon-templates/pkg-plist sed 's/^X//' >devmon-templates/pkg-plist << '89e2db2fec029d7c5607b6ae7558a8c9' Xdevmon/templates/pware-xups/specs Xdevmon/templates/pware-xups/power/transforms Xdevmon/templates/pware-xups/power/thresholds Xdevmon/templates/pware-xups/power/oids Xdevmon/templates/pware-xups/power/message Xdevmon/templates/pware-xups/power/exceptions Xdevmon/templates/pware-xups/README Xdevmon/templates/pware-best/specs Xdevmon/templates/pware-best/power/transforms Xdevmon/templates/pware-best/power/thresholds Xdevmon/templates/pware-best/power/oids Xdevmon/templates/pware-best/power/message Xdevmon/templates/pware-best/power/exceptions Xdevmon/templates/pware-best/README Xdevmon/templates/powerware-9170/specs Xdevmon/templates/powerware-9170/power/transforms Xdevmon/templates/powerware-9170/power/thresholds Xdevmon/templates/powerware-9170/power/oids Xdevmon/templates/powerware-9170/power/message Xdevmon/templates/powerware-9170/power/exceptions Xdevmon/templates/powerware-9170/README Xdevmon/templates/netapp-misc/volume/transforms Xdevmon/templates/netapp-misc/volume/thresholds Xdevmon/templates/netapp-misc/volume/oids Xdevmon/templates/netapp-misc/volume/message Xdevmon/templates/netapp-misc/volume/exceptions Xdevmon/templates/netapp-misc/status/transforms Xdevmon/templates/netapp-misc/status/thresholds Xdevmon/templates/netapp-misc/status/oids Xdevmon/templates/netapp-misc/status/message Xdevmon/templates/netapp-misc/status/exceptions Xdevmon/templates/netapp-misc/specs Xdevmon/templates/netapp-misc/quota/transforms Xdevmon/templates/netapp-misc/quota/thresholds Xdevmon/templates/netapp-misc/quota/oids Xdevmon/templates/netapp-misc/quota/message Xdevmon/templates/netapp-misc/quota/exceptions Xdevmon/templates/netapp-misc/netapptemp/transforms Xdevmon/templates/netapp-misc/netapptemp/thresholds Xdevmon/templates/netapp-misc/netapptemp/oids Xdevmon/templates/netapp-misc/netapptemp/message Xdevmon/templates/netapp-misc/netapptemp/exceptions Xdevmon/templates/netapp-misc/if_load/transforms Xdevmon/templates/netapp-misc/if_load/thresholds Xdevmon/templates/netapp-misc/if_load/oids Xdevmon/templates/netapp-misc/if_load/message Xdevmon/templates/netapp-misc/if_load/exceptions Xdevmon/templates/netapp-misc/cluster/transforms Xdevmon/templates/netapp-misc/cluster/thresholds Xdevmon/templates/netapp-misc/cluster/oids Xdevmon/templates/netapp-misc/cluster/message Xdevmon/templates/netapp-misc/cluster/exceptions Xdevmon/templates/netapp-misc/README Xdevmon/templates/linux-openwrt/specs Xdevmon/templates/linux-openwrt/memory/transforms Xdevmon/templates/linux-openwrt/memory/thresholds Xdevmon/templates/linux-openwrt/memory/oids Xdevmon/templates/linux-openwrt/memory/message Xdevmon/templates/linux-openwrt/memory/exceptions Xdevmon/templates/linux-openwrt/if_load/transforms Xdevmon/templates/linux-openwrt/if_load/thresholds Xdevmon/templates/linux-openwrt/if_load/oids Xdevmon/templates/linux-openwrt/if_load/message Xdevmon/templates/linux-openwrt/if_load/exceptions Xdevmon/templates/linux-openwrt/disk/transforms Xdevmon/templates/linux-openwrt/disk/thresholds Xdevmon/templates/linux-openwrt/disk/oids Xdevmon/templates/linux-openwrt/disk/message Xdevmon/templates/linux-openwrt/disk/exceptions Xdevmon/templates/ibm-rsa2/temp/transforms Xdevmon/templates/ibm-rsa2/temp/thresholds Xdevmon/templates/ibm-rsa2/temp/oids Xdevmon/templates/ibm-rsa2/temp/message Xdevmon/templates/ibm-rsa2/temp/exceptions Xdevmon/templates/ibm-rsa2/status/transforms Xdevmon/templates/ibm-rsa2/status/thresholds Xdevmon/templates/ibm-rsa2/status/oids Xdevmon/templates/ibm-rsa2/status/message Xdevmon/templates/ibm-rsa2/status/exceptions Xdevmon/templates/ibm-rsa2/specs Xdevmon/templates/ibm-rsa2/fans/transforms Xdevmon/templates/ibm-rsa2/fans/thresholds Xdevmon/templates/ibm-rsa2/fans/oids Xdevmon/templates/ibm-rsa2/fans/message Xdevmon/templates/ibm-rsa2/fans/exceptions Xdevmon/templates/ibm-rsa2/README Xdevmon/templates/f5-bigip/vip/transforms Xdevmon/templates/f5-bigip/vip/thresholds Xdevmon/templates/f5-bigip/vip/oids Xdevmon/templates/f5-bigip/vip/message Xdevmon/templates/f5-bigip/vip/exceptions Xdevmon/templates/f5-bigip/specs Xdevmon/templates/f5-bigip/pool/transforms Xdevmon/templates/f5-bigip/pool/thresholds Xdevmon/templates/f5-bigip/pool/oids Xdevmon/templates/f5-bigip/pool/message Xdevmon/templates/f5-bigip/pool/exceptions Xdevmon/templates/f5-bigip/memory/transforms Xdevmon/templates/f5-bigip/memory/thresholds Xdevmon/templates/f5-bigip/memory/oids Xdevmon/templates/f5-bigip/memory/message Xdevmon/templates/f5-bigip/memory/exceptions Xdevmon/templates/f5-bigip/if_load/transforms Xdevmon/templates/f5-bigip/if_load/thresholds Xdevmon/templates/f5-bigip/if_load/oids Xdevmon/templates/f5-bigip/if_load/message Xdevmon/templates/f5-bigip/if_load/exceptions Xdevmon/templates/f5-bigip/fan/transforms Xdevmon/templates/f5-bigip/fan/thresholds Xdevmon/templates/f5-bigip/fan/oids Xdevmon/templates/f5-bigip/fan/message Xdevmon/templates/f5-bigip/fan/exceptions Xdevmon/templates/f5-bigip/cpu/transforms Xdevmon/templates/f5-bigip/cpu/thresholds Xdevmon/templates/f5-bigip/cpu/oids Xdevmon/templates/f5-bigip/cpu/message Xdevmon/templates/f5-bigip/cpu/exceptions Xdevmon/templates/f5-bigip/connects/transforms Xdevmon/templates/f5-bigip/connects/thresholds Xdevmon/templates/f5-bigip/connects/oids Xdevmon/templates/f5-bigip/connects/message Xdevmon/templates/f5-bigip/connects/exceptions Xdevmon/templates/f5-bigip/cluster/transforms Xdevmon/templates/f5-bigip/cluster/thresholds Xdevmon/templates/f5-bigip/cluster/oids Xdevmon/templates/f5-bigip/cluster/message Xdevmon/templates/f5-bigip/cluster/exceptions Xdevmon/templates/f5-bigip/README Xdevmon/templates/f5-bigip-lite/specs Xdevmon/templates/f5-bigip-lite/if_load/transforms Xdevmon/templates/f5-bigip-lite/if_load/thresholds Xdevmon/templates/f5-bigip-lite/if_load/oids Xdevmon/templates/f5-bigip-lite/if_load/message.bkp Xdevmon/templates/f5-bigip-lite/if_load/message Xdevmon/templates/f5-bigip-lite/if_load/exceptions Xdevmon/templates/f5-bigip-lite/fan/transforms Xdevmon/templates/f5-bigip-lite/fan/thresholds Xdevmon/templates/f5-bigip-lite/fan/oids Xdevmon/templates/f5-bigip-lite/fan/message Xdevmon/templates/f5-bigip-lite/fan/exceptions Xdevmon/templates/f5-bigip-lite/connects/transforms Xdevmon/templates/f5-bigip-lite/connects/thresholds Xdevmon/templates/f5-bigip-lite/connects/oids Xdevmon/templates/f5-bigip-lite/connects/message Xdevmon/templates/f5-bigip-lite/connects/exceptions Xdevmon/templates/f5-bigip-lite/cluster/transforms Xdevmon/templates/f5-bigip-lite/cluster/thresholds Xdevmon/templates/f5-bigip-lite/cluster/oids Xdevmon/templates/f5-bigip-lite/cluster/message Xdevmon/templates/f5-bigip-lite/cluster/exceptions Xdevmon/templates/f5-bigip-lite/README Xdevmon/templates/dell-poweredge/temp/transforms Xdevmon/templates/dell-poweredge/temp/thresholds Xdevmon/templates/dell-poweredge/temp/oids Xdevmon/templates/dell-poweredge/temp/message Xdevmon/templates/dell-poweredge/temp/exceptions Xdevmon/templates/dell-poweredge/specs Xdevmon/templates/dell-poweredge/readme Xdevmon/templates/dell-poweredge/raid/transforms Xdevmon/templates/dell-poweredge/raid/thresholds Xdevmon/templates/dell-poweredge/raid/oids Xdevmon/templates/dell-poweredge/raid/message Xdevmon/templates/dell-poweredge/raid/exceptions Xdevmon/templates/dell-poweredge/power/transforms Xdevmon/templates/dell-poweredge/power/thresholds Xdevmon/templates/dell-poweredge/power/oids Xdevmon/templates/dell-poweredge/power/message Xdevmon/templates/dell-poweredge/power/exceptions Xdevmon/templates/dell-poweredge/fans/transforms Xdevmon/templates/dell-poweredge/fans/thresholds Xdevmon/templates/dell-poweredge/fans/oids Xdevmon/templates/dell-poweredge/fans/message Xdevmon/templates/dell-poweredge/fans/exceptions Xdevmon/templates/dell-poweredge/README Xdevmon/templates/dell-perc/specs Xdevmon/templates/dell-perc/raid/transforms Xdevmon/templates/dell-perc/raid/thresholds Xdevmon/templates/dell-perc/raid/oids Xdevmon/templates/dell-perc/raid/message Xdevmon/templates/dell-perc/raid/exceptions Xdevmon/templates/compaq-server/temp/transforms Xdevmon/templates/compaq-server/temp/thresholds Xdevmon/templates/compaq-server/temp/oids Xdevmon/templates/compaq-server/temp/message Xdevmon/templates/compaq-server/temp/exceptions Xdevmon/templates/compaq-server/specs Xdevmon/templates/compaq-server/readme Xdevmon/templates/compaq-server/raid/transforms Xdevmon/templates/compaq-server/raid/thresholds Xdevmon/templates/compaq-server/raid/oids Xdevmon/templates/compaq-server/raid/message Xdevmon/templates/compaq-server/raid/exceptions Xdevmon/templates/compaq-server/power/transforms Xdevmon/templates/compaq-server/power/thresholds Xdevmon/templates/compaq-server/power/oids Xdevmon/templates/compaq-server/power/message Xdevmon/templates/compaq-server/power/exceptions Xdevmon/templates/compaq-server/log/transforms Xdevmon/templates/compaq-server/log/thresholds Xdevmon/templates/compaq-server/log/oids Xdevmon/templates/compaq-server/log/message Xdevmon/templates/compaq-server/log/exceptions Xdevmon/templates/compaq-server/fans/transforms Xdevmon/templates/compaq-server/fans/thresholds Xdevmon/templates/compaq-server/fans/oids Xdevmon/templates/compaq-server/fans/message Xdevmon/templates/compaq-server/fans/exceptions Xdevmon/templates/compaq-server/README Xdevmon/templates/cisco-pix/specs Xdevmon/templates/cisco-pix/memory/transforms Xdevmon/templates/cisco-pix/memory/thresholds Xdevmon/templates/cisco-pix/memory/oids Xdevmon/templates/cisco-pix/memory/message Xdevmon/templates/cisco-pix/memory/exceptions Xdevmon/templates/cisco-pix/cpu/transforms Xdevmon/templates/cisco-pix/cpu/thresholds Xdevmon/templates/cisco-pix/cpu/oids Xdevmon/templates/cisco-pix/cpu/message Xdevmon/templates/cisco-pix/cpu/exceptions Xdevmon/templates/cisco-pix/connects/transforms Xdevmon/templates/cisco-pix/connects/thresholds Xdevmon/templates/cisco-pix/connects/oids Xdevmon/templates/cisco-pix/connects/message Xdevmon/templates/cisco-pix/connects/exceptions Xdevmon/templates/cisco-pix/README Xdevmon/templates/cisco-msfc2/specs Xdevmon/templates/cisco-msfc2/memory/transforms Xdevmon/templates/cisco-msfc2/memory/thresholds Xdevmon/templates/cisco-msfc2/memory/oids Xdevmon/templates/cisco-msfc2/memory/message Xdevmon/templates/cisco-msfc2/memory/exceptions Xdevmon/templates/cisco-msfc2/if_stat/transforms Xdevmon/templates/cisco-msfc2/if_stat/thresholds Xdevmon/templates/cisco-msfc2/if_stat/oids Xdevmon/templates/cisco-msfc2/if_stat/message Xdevmon/templates/cisco-msfc2/if_stat/exceptions Xdevmon/templates/cisco-msfc2/if_load/transforms Xdevmon/templates/cisco-msfc2/if_load/thresholds Xdevmon/templates/cisco-msfc2/if_load/oids Xdevmon/templates/cisco-msfc2/if_load/message Xdevmon/templates/cisco-msfc2/if_load/exceptions Xdevmon/templates/cisco-msfc2/if_err/transforms Xdevmon/templates/cisco-msfc2/if_err/thresholds Xdevmon/templates/cisco-msfc2/if_err/oids Xdevmon/templates/cisco-msfc2/if_err/message Xdevmon/templates/cisco-msfc2/if_err/exceptions Xdevmon/templates/cisco-msfc2/if_dsc/transforms Xdevmon/templates/cisco-msfc2/if_dsc/thresholds Xdevmon/templates/cisco-msfc2/if_dsc/oids Xdevmon/templates/cisco-msfc2/if_dsc/message Xdevmon/templates/cisco-msfc2/if_dsc/exceptions Xdevmon/templates/cisco-msfc2/if_col/transforms Xdevmon/templates/cisco-msfc2/if_col/thresholds Xdevmon/templates/cisco-msfc2/if_col/oids Xdevmon/templates/cisco-msfc2/if_col/message Xdevmon/templates/cisco-msfc2/if_col/exceptions Xdevmon/templates/cisco-msfc2/cpu/transforms Xdevmon/templates/cisco-msfc2/cpu/thresholds Xdevmon/templates/cisco-msfc2/cpu/oids Xdevmon/templates/cisco-msfc2/cpu/message.r34 Xdevmon/templates/cisco-msfc2/cpu/message.r23 Xdevmon/templates/cisco-msfc2/cpu/message.mine Xdevmon/templates/cisco-msfc2/cpu/message Xdevmon/templates/cisco-msfc2/cpu/exceptions Xdevmon/templates/cisco-msfc2/README Xdevmon/templates/cisco-asa/specs Xdevmon/templates/cisco-asa/serial/transforms Xdevmon/templates/cisco-asa/serial/thresholds Xdevmon/templates/cisco-asa/serial/oids Xdevmon/templates/cisco-asa/serial/message Xdevmon/templates/cisco-asa/serial/exceptions Xdevmon/templates/cisco-asa/memory/transforms Xdevmon/templates/cisco-asa/memory/thresholds Xdevmon/templates/cisco-asa/memory/oids Xdevmon/templates/cisco-asa/memory/message Xdevmon/templates/cisco-asa/memory/exceptions Xdevmon/templates/cisco-asa/if_stat/transforms Xdevmon/templates/cisco-asa/if_stat/thresholds Xdevmon/templates/cisco-asa/if_stat/oids Xdevmon/templates/cisco-asa/if_stat/message Xdevmon/templates/cisco-asa/if_stat/exceptions Xdevmon/templates/cisco-asa/if_load/transforms Xdevmon/templates/cisco-asa/if_load/thresholds Xdevmon/templates/cisco-asa/if_load/oids Xdevmon/templates/cisco-asa/if_load/message Xdevmon/templates/cisco-asa/if_load/exceptions Xdevmon/templates/cisco-asa/if_err/transforms Xdevmon/templates/cisco-asa/if_err/thresholds Xdevmon/templates/cisco-asa/if_err/oids Xdevmon/templates/cisco-asa/if_err/message Xdevmon/templates/cisco-asa/if_err/exceptions Xdevmon/templates/cisco-asa/if_dsc/transforms Xdevmon/templates/cisco-asa/if_dsc/thresholds Xdevmon/templates/cisco-asa/if_dsc/oids Xdevmon/templates/cisco-asa/if_dsc/message Xdevmon/templates/cisco-asa/if_dsc/exceptions Xdevmon/templates/cisco-asa/cpu/transforms Xdevmon/templates/cisco-asa/cpu/thresholds Xdevmon/templates/cisco-asa/cpu/oids Xdevmon/templates/cisco-asa/cpu/message Xdevmon/templates/cisco-asa/cpu/exceptions Xdevmon/templates/cisco-asa/connects/transforms Xdevmon/templates/cisco-asa/connects/thresholds Xdevmon/templates/cisco-asa/connects/oids Xdevmon/templates/cisco-asa/connects/message Xdevmon/templates/cisco-asa/connects/exceptions Xdevmon/templates/cisco-asa/cluster/transforms Xdevmon/templates/cisco-asa/cluster/thresholds Xdevmon/templates/cisco-asa/cluster/oids Xdevmon/templates/cisco-asa/cluster/message Xdevmon/templates/cisco-asa/cluster/exceptions Xdevmon/templates/cisco-asa/README Xdevmon/templates/cisco-7206/specs Xdevmon/templates/cisco-7206/serial/transforms Xdevmon/templates/cisco-7206/serial/thresholds Xdevmon/templates/cisco-7206/serial/oids Xdevmon/templates/cisco-7206/serial/message Xdevmon/templates/cisco-7206/serial/exceptions Xdevmon/templates/cisco-7206/power/transforms Xdevmon/templates/cisco-7206/power/thresholds Xdevmon/templates/cisco-7206/power/oids Xdevmon/templates/cisco-7206/power/message Xdevmon/templates/cisco-7206/power/exceptions Xdevmon/templates/cisco-7206/memory/transforms Xdevmon/templates/cisco-7206/memory/thresholds Xdevmon/templates/cisco-7206/memory/oids Xdevmon/templates/cisco-7206/memory/message Xdevmon/templates/cisco-7206/memory/exceptions Xdevmon/templates/cisco-7206/if_stat/transforms Xdevmon/templates/cisco-7206/if_stat/thresholds Xdevmon/templates/cisco-7206/if_stat/oids Xdevmon/templates/cisco-7206/if_stat/message Xdevmon/templates/cisco-7206/if_stat/exceptions Xdevmon/templates/cisco-7206/if_load/transforms Xdevmon/templates/cisco-7206/if_load/thresholds Xdevmon/templates/cisco-7206/if_load/oids Xdevmon/templates/cisco-7206/if_load/message Xdevmon/templates/cisco-7206/if_load/exceptions Xdevmon/templates/cisco-7206/if_err/transforms Xdevmon/templates/cisco-7206/if_err/thresholds Xdevmon/templates/cisco-7206/if_err/oids Xdevmon/templates/cisco-7206/if_err/message Xdevmon/templates/cisco-7206/if_err/exceptions Xdevmon/templates/cisco-7206/if_dsc/transforms Xdevmon/templates/cisco-7206/if_dsc/thresholds Xdevmon/templates/cisco-7206/if_dsc/oids Xdevmon/templates/cisco-7206/if_dsc/message Xdevmon/templates/cisco-7206/if_dsc/exceptions Xdevmon/templates/cisco-7206/if_col/transforms Xdevmon/templates/cisco-7206/if_col/thresholds Xdevmon/templates/cisco-7206/if_col/oids Xdevmon/templates/cisco-7206/if_col/message Xdevmon/templates/cisco-7206/if_col/exceptions Xdevmon/templates/cisco-7206/cpu/transforms Xdevmon/templates/cisco-7206/cpu/thresholds Xdevmon/templates/cisco-7206/cpu/oids Xdevmon/templates/cisco-7206/cpu/message Xdevmon/templates/cisco-7206/cpu/exceptions Xdevmon/templates/cisco-7206/README Xdevmon/templates/cisco-6509/temp/transforms Xdevmon/templates/cisco-6509/temp/thresholds Xdevmon/templates/cisco-6509/temp/oids Xdevmon/templates/cisco-6509/temp/message Xdevmon/templates/cisco-6509/temp/exceptions Xdevmon/templates/cisco-6509/specs Xdevmon/templates/cisco-6509/serial/transforms Xdevmon/templates/cisco-6509/serial/thresholds Xdevmon/templates/cisco-6509/serial/oids Xdevmon/templates/cisco-6509/serial/message Xdevmon/templates/cisco-6509/serial/exceptions Xdevmon/templates/cisco-6509/power/transforms Xdevmon/templates/cisco-6509/power/thresholds Xdevmon/templates/cisco-6509/power/oids Xdevmon/templates/cisco-6509/power/message Xdevmon/templates/cisco-6509/power/exceptions Xdevmon/templates/cisco-6509/memory/transforms Xdevmon/templates/cisco-6509/memory/thresholds Xdevmon/templates/cisco-6509/memory/oids Xdevmon/templates/cisco-6509/memory/message Xdevmon/templates/cisco-6509/memory/exceptions Xdevmon/templates/cisco-6509/if_stat/transforms Xdevmon/templates/cisco-6509/if_stat/thresholds Xdevmon/templates/cisco-6509/if_stat/oids Xdevmon/templates/cisco-6509/if_stat/message Xdevmon/templates/cisco-6509/if_stat/exceptions Xdevmon/templates/cisco-6509/if_load/transforms Xdevmon/templates/cisco-6509/if_load/thresholds Xdevmon/templates/cisco-6509/if_load/oids Xdevmon/templates/cisco-6509/if_load/message Xdevmon/templates/cisco-6509/if_load/exceptions Xdevmon/templates/cisco-6509/if_err/transforms Xdevmon/templates/cisco-6509/if_err/thresholds Xdevmon/templates/cisco-6509/if_err/oids Xdevmon/templates/cisco-6509/if_err/message Xdevmon/templates/cisco-6509/if_err/exceptions Xdevmon/templates/cisco-6509/if_dsc/transforms Xdevmon/templates/cisco-6509/if_dsc/thresholds Xdevmon/templates/cisco-6509/if_dsc/oids Xdevmon/templates/cisco-6509/if_dsc/message Xdevmon/templates/cisco-6509/if_dsc/exceptions Xdevmon/templates/cisco-6509/if_col/transforms Xdevmon/templates/cisco-6509/if_col/thresholds Xdevmon/templates/cisco-6509/if_col/oids Xdevmon/templates/cisco-6509/if_col/message Xdevmon/templates/cisco-6509/if_col/exceptions Xdevmon/templates/cisco-6509/fans/transforms Xdevmon/templates/cisco-6509/fans/thresholds Xdevmon/templates/cisco-6509/fans/oids Xdevmon/templates/cisco-6509/fans/message Xdevmon/templates/cisco-6509/fans/exceptions Xdevmon/templates/cisco-6509/cpu/transforms Xdevmon/templates/cisco-6509/cpu/thresholds Xdevmon/templates/cisco-6509/cpu/oids Xdevmon/templates/cisco-6509/cpu/message Xdevmon/templates/cisco-6509/cpu/exceptions Xdevmon/templates/cisco-6509/README Xdevmon/templates/cisco-6506/specs Xdevmon/templates/cisco-6506/serial/transforms Xdevmon/templates/cisco-6506/serial/thresholds Xdevmon/templates/cisco-6506/serial/oids Xdevmon/templates/cisco-6506/serial/message Xdevmon/templates/cisco-6506/serial/exceptions Xdevmon/templates/cisco-6506/power/transforms Xdevmon/templates/cisco-6506/power/thresholds Xdevmon/templates/cisco-6506/power/oids Xdevmon/templates/cisco-6506/power/message Xdevmon/templates/cisco-6506/power/exceptions Xdevmon/templates/cisco-6506/memory/transforms Xdevmon/templates/cisco-6506/memory/thresholds Xdevmon/templates/cisco-6506/memory/oids Xdevmon/templates/cisco-6506/memory/message Xdevmon/templates/cisco-6506/memory/exceptions Xdevmon/templates/cisco-6506/if_stat/transforms Xdevmon/templates/cisco-6506/if_stat/thresholds Xdevmon/templates/cisco-6506/if_stat/oids Xdevmon/templates/cisco-6506/if_stat/message Xdevmon/templates/cisco-6506/if_stat/exceptions Xdevmon/templates/cisco-6506/if_load/transforms Xdevmon/templates/cisco-6506/if_load/thresholds Xdevmon/templates/cisco-6506/if_load/oids Xdevmon/templates/cisco-6506/if_load/message Xdevmon/templates/cisco-6506/if_load/exceptions Xdevmon/templates/cisco-6506/if_err/transforms Xdevmon/templates/cisco-6506/if_err/thresholds Xdevmon/templates/cisco-6506/if_err/oids Xdevmon/templates/cisco-6506/if_err/message Xdevmon/templates/cisco-6506/if_err/exceptions Xdevmon/templates/cisco-6506/if_dsc/transforms Xdevmon/templates/cisco-6506/if_dsc/thresholds Xdevmon/templates/cisco-6506/if_dsc/oids Xdevmon/templates/cisco-6506/if_dsc/message Xdevmon/templates/cisco-6506/if_dsc/exceptions Xdevmon/templates/cisco-6506/fans/transforms Xdevmon/templates/cisco-6506/fans/thresholds Xdevmon/templates/cisco-6506/fans/oids Xdevmon/templates/cisco-6506/fans/message Xdevmon/templates/cisco-6506/fans/exceptions Xdevmon/templates/cisco-6506/cpu/transforms Xdevmon/templates/cisco-6506/cpu/thresholds Xdevmon/templates/cisco-6506/cpu/oids Xdevmon/templates/cisco-6506/cpu/message Xdevmon/templates/cisco-6506/cpu/exceptions Xdevmon/templates/cisco-6506/README Xdevmon/templates/cisco-5500/specs Xdevmon/templates/cisco-5500/serial/transforms Xdevmon/templates/cisco-5500/serial/thresholds Xdevmon/templates/cisco-5500/serial/oids Xdevmon/templates/cisco-5500/serial/message Xdevmon/templates/cisco-5500/serial/exceptions Xdevmon/templates/cisco-5500/power/transforms Xdevmon/templates/cisco-5500/power/thresholds Xdevmon/templates/cisco-5500/power/oids Xdevmon/templates/cisco-5500/power/message Xdevmon/templates/cisco-5500/power/exceptions Xdevmon/templates/cisco-5500/memory/transforms Xdevmon/templates/cisco-5500/memory/thresholds Xdevmon/templates/cisco-5500/memory/oids Xdevmon/templates/cisco-5500/memory/message Xdevmon/templates/cisco-5500/memory/exceptions Xdevmon/templates/cisco-5500/if_stat/transforms Xdevmon/templates/cisco-5500/if_stat/thresholds Xdevmon/templates/cisco-5500/if_stat/oids Xdevmon/templates/cisco-5500/if_stat/message Xdevmon/templates/cisco-5500/if_stat/exceptions Xdevmon/templates/cisco-5500/if_load/transforms Xdevmon/templates/cisco-5500/if_load/thresholds Xdevmon/templates/cisco-5500/if_load/oids Xdevmon/templates/cisco-5500/if_load/message Xdevmon/templates/cisco-5500/if_load/exceptions Xdevmon/templates/cisco-5500/if_err/transforms Xdevmon/templates/cisco-5500/if_err/thresholds Xdevmon/templates/cisco-5500/if_err/oids Xdevmon/templates/cisco-5500/if_err/message Xdevmon/templates/cisco-5500/if_err/exceptions Xdevmon/templates/cisco-5500/if_dsc/transforms Xdevmon/templates/cisco-5500/if_dsc/thresholds Xdevmon/templates/cisco-5500/if_dsc/oids Xdevmon/templates/cisco-5500/if_dsc/message Xdevmon/templates/cisco-5500/if_dsc/exceptions Xdevmon/templates/cisco-5500/fans/transforms Xdevmon/templates/cisco-5500/fans/thresholds Xdevmon/templates/cisco-5500/fans/oids Xdevmon/templates/cisco-5500/fans/message Xdevmon/templates/cisco-5500/fans/exceptions Xdevmon/templates/cisco-5500/cpu/transforms Xdevmon/templates/cisco-5500/cpu/thresholds Xdevmon/templates/cisco-5500/cpu/oids Xdevmon/templates/cisco-5500/cpu/message Xdevmon/templates/cisco-5500/cpu/exceptions Xdevmon/templates/cisco-5500/README Xdevmon/templates/cisco-4500/specs Xdevmon/templates/cisco-4500/serial/transforms Xdevmon/templates/cisco-4500/serial/thresholds Xdevmon/templates/cisco-4500/serial/oids Xdevmon/templates/cisco-4500/serial/message Xdevmon/templates/cisco-4500/serial/exceptions Xdevmon/templates/cisco-4500/power/transforms Xdevmon/templates/cisco-4500/power/thresholds Xdevmon/templates/cisco-4500/power/oids Xdevmon/templates/cisco-4500/power/message Xdevmon/templates/cisco-4500/power/exceptions Xdevmon/templates/cisco-4500/memory/transforms Xdevmon/templates/cisco-4500/memory/thresholds Xdevmon/templates/cisco-4500/memory/oids Xdevmon/templates/cisco-4500/memory/message Xdevmon/templates/cisco-4500/memory/exceptions Xdevmon/templates/cisco-4500/if_stat/transforms Xdevmon/templates/cisco-4500/if_stat/thresholds Xdevmon/templates/cisco-4500/if_stat/oids Xdevmon/templates/cisco-4500/if_stat/message Xdevmon/templates/cisco-4500/if_stat/exceptions Xdevmon/templates/cisco-4500/if_load/transforms Xdevmon/templates/cisco-4500/if_load/thresholds Xdevmon/templates/cisco-4500/if_load/oids Xdevmon/templates/cisco-4500/if_load/message Xdevmon/templates/cisco-4500/if_load/exceptions Xdevmon/templates/cisco-4500/if_err/transforms Xdevmon/templates/cisco-4500/if_err/thresholds Xdevmon/templates/cisco-4500/if_err/oids Xdevmon/templates/cisco-4500/if_err/message Xdevmon/templates/cisco-4500/if_err/exceptions Xdevmon/templates/cisco-4500/if_dsc/transforms Xdevmon/templates/cisco-4500/if_dsc/thresholds Xdevmon/templates/cisco-4500/if_dsc/oids Xdevmon/templates/cisco-4500/if_dsc/message Xdevmon/templates/cisco-4500/if_dsc/exceptions Xdevmon/templates/cisco-4500/if_col/transforms Xdevmon/templates/cisco-4500/if_col/thresholds Xdevmon/templates/cisco-4500/if_col/oids Xdevmon/templates/cisco-4500/if_col/message Xdevmon/templates/cisco-4500/if_col/exceptions Xdevmon/templates/cisco-4500/fans/transforms Xdevmon/templates/cisco-4500/fans/thresholds Xdevmon/templates/cisco-4500/fans/oids Xdevmon/templates/cisco-4500/fans/message Xdevmon/templates/cisco-4500/fans/exceptions Xdevmon/templates/cisco-4500/cpu/transforms Xdevmon/templates/cisco-4500/cpu/thresholds Xdevmon/templates/cisco-4500/cpu/oids Xdevmon/templates/cisco-4500/cpu/message Xdevmon/templates/cisco-4500/cpu/exceptions Xdevmon/templates/cisco-4500/README Xdevmon/templates/cisco-3750/specs Xdevmon/templates/cisco-3750/serial/transforms Xdevmon/templates/cisco-3750/serial/thresholds Xdevmon/templates/cisco-3750/serial/oids Xdevmon/templates/cisco-3750/serial/message Xdevmon/templates/cisco-3750/serial/exceptions Xdevmon/templates/cisco-3750/power/transforms Xdevmon/templates/cisco-3750/power/thresholds Xdevmon/templates/cisco-3750/power/oids Xdevmon/templates/cisco-3750/power/message Xdevmon/templates/cisco-3750/power/exceptions Xdevmon/templates/cisco-3750/memory/transforms Xdevmon/templates/cisco-3750/memory/thresholds Xdevmon/templates/cisco-3750/memory/oids Xdevmon/templates/cisco-3750/memory/message Xdevmon/templates/cisco-3750/memory/exceptions Xdevmon/templates/cisco-3750/if_stat/transforms Xdevmon/templates/cisco-3750/if_stat/thresholds Xdevmon/templates/cisco-3750/if_stat/oids Xdevmon/templates/cisco-3750/if_stat/message Xdevmon/templates/cisco-3750/if_stat/exceptions Xdevmon/templates/cisco-3750/if_load/transforms Xdevmon/templates/cisco-3750/if_load/thresholds Xdevmon/templates/cisco-3750/if_load/oids Xdevmon/templates/cisco-3750/if_load/message Xdevmon/templates/cisco-3750/if_load/exceptions Xdevmon/templates/cisco-3750/if_err/transforms Xdevmon/templates/cisco-3750/if_err/thresholds Xdevmon/templates/cisco-3750/if_err/oids Xdevmon/templates/cisco-3750/if_err/message Xdevmon/templates/cisco-3750/if_err/exceptions Xdevmon/templates/cisco-3750/if_dsc/transforms Xdevmon/templates/cisco-3750/if_dsc/thresholds Xdevmon/templates/cisco-3750/if_dsc/oids Xdevmon/templates/cisco-3750/if_dsc/message Xdevmon/templates/cisco-3750/if_dsc/exceptions Xdevmon/templates/cisco-3750/if_col/transforms Xdevmon/templates/cisco-3750/if_col/thresholds Xdevmon/templates/cisco-3750/if_col/oids Xdevmon/templates/cisco-3750/if_col/message Xdevmon/templates/cisco-3750/if_col/exceptions Xdevmon/templates/cisco-3750/fans/transforms Xdevmon/templates/cisco-3750/fans/thresholds Xdevmon/templates/cisco-3750/fans/oids Xdevmon/templates/cisco-3750/fans/message Xdevmon/templates/cisco-3750/fans/exceptions Xdevmon/templates/cisco-3750/cpu/transforms Xdevmon/templates/cisco-3750/cpu/thresholds Xdevmon/templates/cisco-3750/cpu/oids Xdevmon/templates/cisco-3750/cpu/message Xdevmon/templates/cisco-3750/cpu/exceptions Xdevmon/templates/cisco-3750/README Xdevmon/templates/cisco-3725/specs Xdevmon/templates/cisco-3725/power/transforms Xdevmon/templates/cisco-3725/power/thresholds Xdevmon/templates/cisco-3725/power/oids Xdevmon/templates/cisco-3725/power/message Xdevmon/templates/cisco-3725/power/exceptions Xdevmon/templates/cisco-3725/if_stat/transforms Xdevmon/templates/cisco-3725/if_stat/thresholds Xdevmon/templates/cisco-3725/if_stat/oids Xdevmon/templates/cisco-3725/if_stat/message Xdevmon/templates/cisco-3725/if_stat/exceptions Xdevmon/templates/cisco-3725/if_load/transforms Xdevmon/templates/cisco-3725/if_load/thresholds Xdevmon/templates/cisco-3725/if_load/oids Xdevmon/templates/cisco-3725/if_load/message Xdevmon/templates/cisco-3725/if_load/exceptions Xdevmon/templates/cisco-3725/if_err/transforms Xdevmon/templates/cisco-3725/if_err/thresholds Xdevmon/templates/cisco-3725/if_err/oids Xdevmon/templates/cisco-3725/if_err/message Xdevmon/templates/cisco-3725/if_err/exceptions Xdevmon/templates/cisco-3725/if_dsc/transforms Xdevmon/templates/cisco-3725/if_dsc/thresholds Xdevmon/templates/cisco-3725/if_dsc/oids Xdevmon/templates/cisco-3725/if_dsc/message Xdevmon/templates/cisco-3725/if_dsc/exceptions Xdevmon/templates/cisco-3725/if_col/transforms Xdevmon/templates/cisco-3725/if_col/thresholds Xdevmon/templates/cisco-3725/if_col/oids Xdevmon/templates/cisco-3725/if_col/message Xdevmon/templates/cisco-3725/if_col/exceptions Xdevmon/templates/cisco-3725/fans/transforms Xdevmon/templates/cisco-3725/fans/thresholds Xdevmon/templates/cisco-3725/fans/oids Xdevmon/templates/cisco-3725/fans/message Xdevmon/templates/cisco-3725/fans/exceptions Xdevmon/templates/cisco-3725/cpu/transforms Xdevmon/templates/cisco-3725/cpu/thresholds Xdevmon/templates/cisco-3725/cpu/oids Xdevmon/templates/cisco-3725/cpu/message Xdevmon/templates/cisco-3725/cpu/exceptions Xdevmon/templates/cisco-3725/README Xdevmon/templates/cisco-3640/specs Xdevmon/templates/cisco-3640/memory/transforms Xdevmon/templates/cisco-3640/memory/thresholds Xdevmon/templates/cisco-3640/memory/oids Xdevmon/templates/cisco-3640/memory/message Xdevmon/templates/cisco-3640/memory/exceptions Xdevmon/templates/cisco-3640/if_stat/transforms Xdevmon/templates/cisco-3640/if_stat/thresholds Xdevmon/templates/cisco-3640/if_stat/oids Xdevmon/templates/cisco-3640/if_stat/message Xdevmon/templates/cisco-3640/if_stat/exceptions Xdevmon/templates/cisco-3640/if_load/transforms Xdevmon/templates/cisco-3640/if_load/thresholds Xdevmon/templates/cisco-3640/if_load/oids Xdevmon/templates/cisco-3640/if_load/message Xdevmon/templates/cisco-3640/if_load/exceptions Xdevmon/templates/cisco-3640/if_err/transforms Xdevmon/templates/cisco-3640/if_err/thresholds Xdevmon/templates/cisco-3640/if_err/oids Xdevmon/templates/cisco-3640/if_err/message Xdevmon/templates/cisco-3640/if_err/exceptions Xdevmon/templates/cisco-3640/if_dsc/transforms Xdevmon/templates/cisco-3640/if_dsc/thresholds Xdevmon/templates/cisco-3640/if_dsc/oids Xdevmon/templates/cisco-3640/if_dsc/message Xdevmon/templates/cisco-3640/if_dsc/exceptions Xdevmon/templates/cisco-3640/if_col/transforms Xdevmon/templates/cisco-3640/if_col/thresholds Xdevmon/templates/cisco-3640/if_col/oids Xdevmon/templates/cisco-3640/if_col/message Xdevmon/templates/cisco-3640/if_col/exceptions Xdevmon/templates/cisco-3640/cpu/transforms Xdevmon/templates/cisco-3640/cpu/thresholds Xdevmon/templates/cisco-3640/cpu/oids Xdevmon/templates/cisco-3640/cpu/message Xdevmon/templates/cisco-3640/cpu/exceptions Xdevmon/templates/cisco-3640/README Xdevmon/templates/cisco-3550/specs Xdevmon/templates/cisco-3550/serial/transforms Xdevmon/templates/cisco-3550/serial/thresholds Xdevmon/templates/cisco-3550/serial/oids Xdevmon/templates/cisco-3550/serial/message Xdevmon/templates/cisco-3550/serial/exceptions Xdevmon/templates/cisco-3550/power/transforms Xdevmon/templates/cisco-3550/power/thresholds Xdevmon/templates/cisco-3550/power/oids Xdevmon/templates/cisco-3550/power/message Xdevmon/templates/cisco-3550/power/exceptions Xdevmon/templates/cisco-3550/memory/transforms Xdevmon/templates/cisco-3550/memory/thresholds Xdevmon/templates/cisco-3550/memory/oids Xdevmon/templates/cisco-3550/memory/message Xdevmon/templates/cisco-3550/memory/exceptions Xdevmon/templates/cisco-3550/if_stat/transforms Xdevmon/templates/cisco-3550/if_stat/thresholds Xdevmon/templates/cisco-3550/if_stat/oids Xdevmon/templates/cisco-3550/if_stat/message Xdevmon/templates/cisco-3550/if_stat/exceptions Xdevmon/templates/cisco-3550/if_load/transforms Xdevmon/templates/cisco-3550/if_load/thresholds Xdevmon/templates/cisco-3550/if_load/oids Xdevmon/templates/cisco-3550/if_load/message Xdevmon/templates/cisco-3550/if_load/exceptions Xdevmon/templates/cisco-3550/if_err/transforms Xdevmon/templates/cisco-3550/if_err/thresholds Xdevmon/templates/cisco-3550/if_err/oids Xdevmon/templates/cisco-3550/if_err/message Xdevmon/templates/cisco-3550/if_err/exceptions Xdevmon/templates/cisco-3550/if_dsc/transforms Xdevmon/templates/cisco-3550/if_dsc/thresholds Xdevmon/templates/cisco-3550/if_dsc/oids Xdevmon/templates/cisco-3550/if_dsc/message Xdevmon/templates/cisco-3550/if_dsc/exceptions Xdevmon/templates/cisco-3550/if_col/transforms Xdevmon/templates/cisco-3550/if_col/thresholds Xdevmon/templates/cisco-3550/if_col/oids Xdevmon/templates/cisco-3550/if_col/message Xdevmon/templates/cisco-3550/if_col/exceptions Xdevmon/templates/cisco-3550/fans/transforms Xdevmon/templates/cisco-3550/fans/thresholds Xdevmon/templates/cisco-3550/fans/oids Xdevmon/templates/cisco-3550/fans/message Xdevmon/templates/cisco-3550/fans/exceptions Xdevmon/templates/cisco-3550/cpu/transforms Xdevmon/templates/cisco-3550/cpu/thresholds Xdevmon/templates/cisco-3550/cpu/oids Xdevmon/templates/cisco-3550/cpu/message Xdevmon/templates/cisco-3550/cpu/exceptions Xdevmon/templates/cisco-3550/README Xdevmon/templates/cisco-3500/specs Xdevmon/templates/cisco-3500/serial/transforms Xdevmon/templates/cisco-3500/serial/thresholds Xdevmon/templates/cisco-3500/serial/oids Xdevmon/templates/cisco-3500/serial/message Xdevmon/templates/cisco-3500/serial/exceptions Xdevmon/templates/cisco-3500/memory/transforms Xdevmon/templates/cisco-3500/memory/thresholds Xdevmon/templates/cisco-3500/memory/oids Xdevmon/templates/cisco-3500/memory/message Xdevmon/templates/cisco-3500/memory/exceptions Xdevmon/templates/cisco-3500/if_stat/transforms Xdevmon/templates/cisco-3500/if_stat/thresholds Xdevmon/templates/cisco-3500/if_stat/oids Xdevmon/templates/cisco-3500/if_stat/message Xdevmon/templates/cisco-3500/if_stat/exceptions Xdevmon/templates/cisco-3500/if_load/transforms Xdevmon/templates/cisco-3500/if_load/thresholds Xdevmon/templates/cisco-3500/if_load/oids Xdevmon/templates/cisco-3500/if_load/message Xdevmon/templates/cisco-3500/if_load/exceptions Xdevmon/templates/cisco-3500/if_err/transforms Xdevmon/templates/cisco-3500/if_err/thresholds Xdevmon/templates/cisco-3500/if_err/oids Xdevmon/templates/cisco-3500/if_err/message Xdevmon/templates/cisco-3500/if_err/exceptions Xdevmon/templates/cisco-3500/if_dsc/transforms Xdevmon/templates/cisco-3500/if_dsc/thresholds Xdevmon/templates/cisco-3500/if_dsc/oids Xdevmon/templates/cisco-3500/if_dsc/message Xdevmon/templates/cisco-3500/if_dsc/exceptions Xdevmon/templates/cisco-3500/if_col/transforms Xdevmon/templates/cisco-3500/if_col/thresholds Xdevmon/templates/cisco-3500/if_col/oids Xdevmon/templates/cisco-3500/if_col/message Xdevmon/templates/cisco-3500/if_col/exceptions Xdevmon/templates/cisco-3500/cpu/transforms Xdevmon/templates/cisco-3500/cpu/thresholds Xdevmon/templates/cisco-3500/cpu/oids Xdevmon/templates/cisco-3500/cpu/message Xdevmon/templates/cisco-3500/cpu/exceptions Xdevmon/templates/cisco-3500/README Xdevmon/templates/cisco-2970/specs Xdevmon/templates/cisco-2970/serial/transforms Xdevmon/templates/cisco-2970/serial/thresholds Xdevmon/templates/cisco-2970/serial/oids Xdevmon/templates/cisco-2970/serial/message Xdevmon/templates/cisco-2970/serial/exceptions Xdevmon/templates/cisco-2970/power/transforms Xdevmon/templates/cisco-2970/power/thresholds Xdevmon/templates/cisco-2970/power/oids Xdevmon/templates/cisco-2970/power/message Xdevmon/templates/cisco-2970/power/exceptions Xdevmon/templates/cisco-2970/memory/transforms Xdevmon/templates/cisco-2970/memory/thresholds Xdevmon/templates/cisco-2970/memory/oids Xdevmon/templates/cisco-2970/memory/message Xdevmon/templates/cisco-2970/memory/exceptions Xdevmon/templates/cisco-2970/if_stat/transforms Xdevmon/templates/cisco-2970/if_stat/thresholds Xdevmon/templates/cisco-2970/if_stat/oids Xdevmon/templates/cisco-2970/if_stat/message Xdevmon/templates/cisco-2970/if_stat/exceptions Xdevmon/templates/cisco-2970/if_load/transforms Xdevmon/templates/cisco-2970/if_load/thresholds Xdevmon/templates/cisco-2970/if_load/oids Xdevmon/templates/cisco-2970/if_load/message Xdevmon/templates/cisco-2970/if_load/exceptions Xdevmon/templates/cisco-2970/if_err/transforms Xdevmon/templates/cisco-2970/if_err/thresholds Xdevmon/templates/cisco-2970/if_err/oids Xdevmon/templates/cisco-2970/if_err/message Xdevmon/templates/cisco-2970/if_err/exceptions Xdevmon/templates/cisco-2970/if_dsc/transforms Xdevmon/templates/cisco-2970/if_dsc/thresholds Xdevmon/templates/cisco-2970/if_dsc/oids Xdevmon/templates/cisco-2970/if_dsc/message Xdevmon/templates/cisco-2970/if_dsc/exceptions Xdevmon/templates/cisco-2970/if_col/transforms Xdevmon/templates/cisco-2970/if_col/thresholds Xdevmon/templates/cisco-2970/if_col/oids Xdevmon/templates/cisco-2970/if_col/message Xdevmon/templates/cisco-2970/if_col/exceptions Xdevmon/templates/cisco-2970/fans/transforms Xdevmon/templates/cisco-2970/fans/thresholds Xdevmon/templates/cisco-2970/fans/oids Xdevmon/templates/cisco-2970/fans/message Xdevmon/templates/cisco-2970/fans/exceptions Xdevmon/templates/cisco-2970/cpu/transforms Xdevmon/templates/cisco-2970/cpu/thresholds Xdevmon/templates/cisco-2970/cpu/oids Xdevmon/templates/cisco-2970/cpu/message Xdevmon/templates/cisco-2970/cpu/exceptions Xdevmon/templates/cisco-2970/README Xdevmon/templates/cisco-2960/specs Xdevmon/templates/cisco-2960/serial/transforms Xdevmon/templates/cisco-2960/serial/thresholds Xdevmon/templates/cisco-2960/serial/oids Xdevmon/templates/cisco-2960/serial/message Xdevmon/templates/cisco-2960/serial/exceptions Xdevmon/templates/cisco-2960/power/transforms Xdevmon/templates/cisco-2960/power/thresholds Xdevmon/templates/cisco-2960/power/oids Xdevmon/templates/cisco-2960/power/message Xdevmon/templates/cisco-2960/power/exceptions Xdevmon/templates/cisco-2960/memory/transforms Xdevmon/templates/cisco-2960/memory/thresholds Xdevmon/templates/cisco-2960/memory/oids Xdevmon/templates/cisco-2960/memory/message Xdevmon/templates/cisco-2960/memory/exceptions Xdevmon/templates/cisco-2960/if_stat/transforms Xdevmon/templates/cisco-2960/if_stat/thresholds Xdevmon/templates/cisco-2960/if_stat/oids Xdevmon/templates/cisco-2960/if_stat/message Xdevmon/templates/cisco-2960/if_stat/exceptions Xdevmon/templates/cisco-2960/if_load/transforms Xdevmon/templates/cisco-2960/if_load/thresholds Xdevmon/templates/cisco-2960/if_load/oids Xdevmon/templates/cisco-2960/if_load/message Xdevmon/templates/cisco-2960/if_load/exceptions Xdevmon/templates/cisco-2960/if_err/transforms Xdevmon/templates/cisco-2960/if_err/thresholds Xdevmon/templates/cisco-2960/if_err/oids Xdevmon/templates/cisco-2960/if_err/message Xdevmon/templates/cisco-2960/if_err/exceptions Xdevmon/templates/cisco-2960/if_dsc/transforms Xdevmon/templates/cisco-2960/if_dsc/thresholds Xdevmon/templates/cisco-2960/if_dsc/oids Xdevmon/templates/cisco-2960/if_dsc/message Xdevmon/templates/cisco-2960/if_dsc/exceptions Xdevmon/templates/cisco-2960/if_col/transforms Xdevmon/templates/cisco-2960/if_col/thresholds Xdevmon/templates/cisco-2960/if_col/oids Xdevmon/templates/cisco-2960/if_col/message Xdevmon/templates/cisco-2960/if_col/exceptions Xdevmon/templates/cisco-2960/fans/transforms Xdevmon/templates/cisco-2960/fans/thresholds Xdevmon/templates/cisco-2960/fans/oids Xdevmon/templates/cisco-2960/fans/message Xdevmon/templates/cisco-2960/fans/exceptions Xdevmon/templates/cisco-2960/cpu/transforms Xdevmon/templates/cisco-2960/cpu/thresholds Xdevmon/templates/cisco-2960/cpu/oids Xdevmon/templates/cisco-2960/cpu/message Xdevmon/templates/cisco-2960/cpu/exceptions Xdevmon/templates/cisco-2960/README Xdevmon/templates/cisco-2950/specs Xdevmon/templates/cisco-2950/serial/transforms Xdevmon/templates/cisco-2950/serial/thresholds Xdevmon/templates/cisco-2950/serial/oids Xdevmon/templates/cisco-2950/serial/message Xdevmon/templates/cisco-2950/serial/exceptions Xdevmon/templates/cisco-2950/power/transforms Xdevmon/templates/cisco-2950/power/thresholds Xdevmon/templates/cisco-2950/power/oids Xdevmon/templates/cisco-2950/power/message Xdevmon/templates/cisco-2950/power/exceptions Xdevmon/templates/cisco-2950/memory/transforms Xdevmon/templates/cisco-2950/memory/thresholds Xdevmon/templates/cisco-2950/memory/oids Xdevmon/templates/cisco-2950/memory/message Xdevmon/templates/cisco-2950/memory/exceptions Xdevmon/templates/cisco-2950/if_stat/transforms Xdevmon/templates/cisco-2950/if_stat/thresholds Xdevmon/templates/cisco-2950/if_stat/oids Xdevmon/templates/cisco-2950/if_stat/message Xdevmon/templates/cisco-2950/if_stat/exceptions Xdevmon/templates/cisco-2950/if_load/transforms Xdevmon/templates/cisco-2950/if_load/thresholds Xdevmon/templates/cisco-2950/if_load/oids Xdevmon/templates/cisco-2950/if_load/message Xdevmon/templates/cisco-2950/if_load/exceptions Xdevmon/templates/cisco-2950/if_err/transforms Xdevmon/templates/cisco-2950/if_err/thresholds Xdevmon/templates/cisco-2950/if_err/oids Xdevmon/templates/cisco-2950/if_err/message Xdevmon/templates/cisco-2950/if_err/exceptions Xdevmon/templates/cisco-2950/if_dsc/transforms Xdevmon/templates/cisco-2950/if_dsc/thresholds Xdevmon/templates/cisco-2950/if_dsc/oids Xdevmon/templates/cisco-2950/if_dsc/message Xdevmon/templates/cisco-2950/if_dsc/exceptions Xdevmon/templates/cisco-2950/if_col/transforms Xdevmon/templates/cisco-2950/if_col/thresholds Xdevmon/templates/cisco-2950/if_col/oids Xdevmon/templates/cisco-2950/if_col/message Xdevmon/templates/cisco-2950/if_col/exceptions Xdevmon/templates/cisco-2950/fans/transforms Xdevmon/templates/cisco-2950/fans/thresholds Xdevmon/templates/cisco-2950/fans/oids Xdevmon/templates/cisco-2950/fans/message Xdevmon/templates/cisco-2950/fans/exceptions Xdevmon/templates/cisco-2950/cpu/transforms Xdevmon/templates/cisco-2950/cpu/thresholds Xdevmon/templates/cisco-2950/cpu/oids Xdevmon/templates/cisco-2950/cpu/message Xdevmon/templates/cisco-2950/cpu/exceptions Xdevmon/templates/cisco-2950/README Xdevmon/templates/cisco-2900/specs Xdevmon/templates/cisco-2900/serial/transforms Xdevmon/templates/cisco-2900/serial/thresholds Xdevmon/templates/cisco-2900/serial/oids Xdevmon/templates/cisco-2900/serial/message Xdevmon/templates/cisco-2900/serial/exceptions Xdevmon/templates/cisco-2900/memory/transforms Xdevmon/templates/cisco-2900/memory/thresholds Xdevmon/templates/cisco-2900/memory/oids Xdevmon/templates/cisco-2900/memory/message Xdevmon/templates/cisco-2900/memory/exceptions Xdevmon/templates/cisco-2900/if_stat/transforms Xdevmon/templates/cisco-2900/if_stat/thresholds Xdevmon/templates/cisco-2900/if_stat/oids Xdevmon/templates/cisco-2900/if_stat/message Xdevmon/templates/cisco-2900/if_stat/exceptions Xdevmon/templates/cisco-2900/if_load/transforms Xdevmon/templates/cisco-2900/if_load/thresholds Xdevmon/templates/cisco-2900/if_load/oids Xdevmon/templates/cisco-2900/if_load/message Xdevmon/templates/cisco-2900/if_load/exceptions Xdevmon/templates/cisco-2900/if_err/transforms Xdevmon/templates/cisco-2900/if_err/thresholds Xdevmon/templates/cisco-2900/if_err/oids Xdevmon/templates/cisco-2900/if_err/message Xdevmon/templates/cisco-2900/if_err/exceptions Xdevmon/templates/cisco-2900/if_dsc/transforms Xdevmon/templates/cisco-2900/if_dsc/thresholds Xdevmon/templates/cisco-2900/if_dsc/oids Xdevmon/templates/cisco-2900/if_dsc/message Xdevmon/templates/cisco-2900/if_dsc/exceptions Xdevmon/templates/cisco-2900/if_col/transforms Xdevmon/templates/cisco-2900/if_col/thresholds Xdevmon/templates/cisco-2900/if_col/oids Xdevmon/templates/cisco-2900/if_col/message Xdevmon/templates/cisco-2900/if_col/exceptions Xdevmon/templates/cisco-2900/cpu/transforms Xdevmon/templates/cisco-2900/cpu/thresholds Xdevmon/templates/cisco-2900/cpu/oids Xdevmon/templates/cisco-2900/cpu/message Xdevmon/templates/cisco-2900/cpu/exceptions Xdevmon/templates/cisco-2900/README Xdevmon/templates/cisco-2811/specs Xdevmon/templates/cisco-2811/if_stat/transforms Xdevmon/templates/cisco-2811/if_stat/thresholds Xdevmon/templates/cisco-2811/if_stat/oids Xdevmon/templates/cisco-2811/if_stat/message Xdevmon/templates/cisco-2811/if_stat/exceptions Xdevmon/templates/cisco-2811/if_load/transforms Xdevmon/templates/cisco-2811/if_load/thresholds Xdevmon/templates/cisco-2811/if_load/oids Xdevmon/templates/cisco-2811/if_load/message Xdevmon/templates/cisco-2811/if_load/exceptions Xdevmon/templates/cisco-2811/if_err/transforms Xdevmon/templates/cisco-2811/if_err/thresholds Xdevmon/templates/cisco-2811/if_err/oids Xdevmon/templates/cisco-2811/if_err/message Xdevmon/templates/cisco-2811/if_err/exceptions Xdevmon/templates/cisco-2811/if_dsc/transforms Xdevmon/templates/cisco-2811/if_dsc/thresholds Xdevmon/templates/cisco-2811/if_dsc/oids Xdevmon/templates/cisco-2811/if_dsc/message Xdevmon/templates/cisco-2811/if_dsc/exceptions Xdevmon/templates/cisco-2811/fans/transforms Xdevmon/templates/cisco-2811/fans/thresholds Xdevmon/templates/cisco-2811/fans/oids Xdevmon/templates/cisco-2811/fans/message Xdevmon/templates/cisco-2811/fans/exceptions Xdevmon/templates/cisco-2811/cpu/transforms Xdevmon/templates/cisco-2811/cpu/thresholds Xdevmon/templates/cisco-2811/cpu/oids Xdevmon/templates/cisco-2811/cpu/message Xdevmon/templates/cisco-2811/cpu/exceptions Xdevmon/templates/cisco-2811/README Xdevmon/templates/cisco-2801/specs Xdevmon/templates/cisco-2801/serial/transforms Xdevmon/templates/cisco-2801/serial/thresholds Xdevmon/templates/cisco-2801/serial/oids Xdevmon/templates/cisco-2801/serial/message Xdevmon/templates/cisco-2801/serial/exceptions Xdevmon/templates/cisco-2801/memory/transforms Xdevmon/templates/cisco-2801/memory/thresholds Xdevmon/templates/cisco-2801/memory/oids Xdevmon/templates/cisco-2801/memory/message Xdevmon/templates/cisco-2801/memory/exceptions Xdevmon/templates/cisco-2801/if_stat/transforms Xdevmon/templates/cisco-2801/if_stat/thresholds Xdevmon/templates/cisco-2801/if_stat/oids Xdevmon/templates/cisco-2801/if_stat/message Xdevmon/templates/cisco-2801/if_stat/exceptions Xdevmon/templates/cisco-2801/if_load/transforms Xdevmon/templates/cisco-2801/if_load/thresholds Xdevmon/templates/cisco-2801/if_load/oids Xdevmon/templates/cisco-2801/if_load/message Xdevmon/templates/cisco-2801/if_load/exceptions Xdevmon/templates/cisco-2801/if_err/transforms Xdevmon/templates/cisco-2801/if_err/thresholds Xdevmon/templates/cisco-2801/if_err/oids Xdevmon/templates/cisco-2801/if_err/message Xdevmon/templates/cisco-2801/if_err/exceptions Xdevmon/templates/cisco-2801/if_dsc/transforms Xdevmon/templates/cisco-2801/if_dsc/thresholds Xdevmon/templates/cisco-2801/if_dsc/oids Xdevmon/templates/cisco-2801/if_dsc/message Xdevmon/templates/cisco-2801/if_dsc/exceptions Xdevmon/templates/cisco-2801/if_col/transforms Xdevmon/templates/cisco-2801/if_col/thresholds Xdevmon/templates/cisco-2801/if_col/oids Xdevmon/templates/cisco-2801/if_col/message Xdevmon/templates/cisco-2801/if_col/exceptions Xdevmon/templates/cisco-2801/fans/transforms Xdevmon/templates/cisco-2801/fans/thresholds Xdevmon/templates/cisco-2801/fans/oids Xdevmon/templates/cisco-2801/fans/message Xdevmon/templates/cisco-2801/fans/exceptions Xdevmon/templates/cisco-2801/cpu/transforms Xdevmon/templates/cisco-2801/cpu/thresholds Xdevmon/templates/cisco-2801/cpu/oids Xdevmon/templates/cisco-2801/cpu/message Xdevmon/templates/cisco-2801/cpu/exceptions Xdevmon/templates/cisco-2801/README Xdevmon/templates/cisco-2600/specs Xdevmon/templates/cisco-2600/power/transforms Xdevmon/templates/cisco-2600/power/thresholds Xdevmon/templates/cisco-2600/power/oids Xdevmon/templates/cisco-2600/power/message Xdevmon/templates/cisco-2600/power/exceptions Xdevmon/templates/cisco-2600/if_stat/transforms Xdevmon/templates/cisco-2600/if_stat/thresholds Xdevmon/templates/cisco-2600/if_stat/oids Xdevmon/templates/cisco-2600/if_stat/message Xdevmon/templates/cisco-2600/if_stat/exceptions Xdevmon/templates/cisco-2600/if_load/transforms Xdevmon/templates/cisco-2600/if_load/thresholds Xdevmon/templates/cisco-2600/if_load/oids Xdevmon/templates/cisco-2600/if_load/message Xdevmon/templates/cisco-2600/if_load/exceptions Xdevmon/templates/cisco-2600/if_err/transforms Xdevmon/templates/cisco-2600/if_err/thresholds Xdevmon/templates/cisco-2600/if_err/oids Xdevmon/templates/cisco-2600/if_err/message Xdevmon/templates/cisco-2600/if_err/exceptions Xdevmon/templates/cisco-2600/if_dsc/transforms Xdevmon/templates/cisco-2600/if_dsc/thresholds Xdevmon/templates/cisco-2600/if_dsc/oids Xdevmon/templates/cisco-2600/if_dsc/message Xdevmon/templates/cisco-2600/if_dsc/exceptions Xdevmon/templates/cisco-2600/if_col/transforms Xdevmon/templates/cisco-2600/if_col/thresholds Xdevmon/templates/cisco-2600/if_col/oids Xdevmon/templates/cisco-2600/if_col/message Xdevmon/templates/cisco-2600/if_col/exceptions Xdevmon/templates/cisco-2600/cpu/transforms Xdevmon/templates/cisco-2600/cpu/thresholds Xdevmon/templates/cisco-2600/cpu/oids Xdevmon/templates/cisco-2600/cpu/message Xdevmon/templates/cisco-2600/cpu/exceptions Xdevmon/templates/cisco-2600/README Xdevmon/templates/cisco-1841/specs Xdevmon/templates/cisco-1841/serial/transforms Xdevmon/templates/cisco-1841/serial/thresholds Xdevmon/templates/cisco-1841/serial/oids Xdevmon/templates/cisco-1841/serial/message Xdevmon/templates/cisco-1841/serial/exceptions Xdevmon/templates/cisco-1841/if_stat/transforms Xdevmon/templates/cisco-1841/if_stat/thresholds Xdevmon/templates/cisco-1841/if_stat/oids Xdevmon/templates/cisco-1841/if_stat/message Xdevmon/templates/cisco-1841/if_stat/exceptions Xdevmon/templates/cisco-1841/if_load/transforms Xdevmon/templates/cisco-1841/if_load/thresholds Xdevmon/templates/cisco-1841/if_load/oids Xdevmon/templates/cisco-1841/if_load/message Xdevmon/templates/cisco-1841/if_load/exceptions Xdevmon/templates/cisco-1841/if_err/transforms Xdevmon/templates/cisco-1841/if_err/thresholds Xdevmon/templates/cisco-1841/if_err/oids Xdevmon/templates/cisco-1841/if_err/message Xdevmon/templates/cisco-1841/if_err/exceptions Xdevmon/templates/cisco-1841/if_dsc/transforms Xdevmon/templates/cisco-1841/if_dsc/thresholds Xdevmon/templates/cisco-1841/if_dsc/oids Xdevmon/templates/cisco-1841/if_dsc/message Xdevmon/templates/cisco-1841/if_dsc/exceptions Xdevmon/templates/cisco-1841/if_col/transforms Xdevmon/templates/cisco-1841/if_col/thresholds Xdevmon/templates/cisco-1841/if_col/oids Xdevmon/templates/cisco-1841/if_col/message Xdevmon/templates/cisco-1841/if_col/exceptions Xdevmon/templates/cisco-1841/fans/transforms Xdevmon/templates/cisco-1841/fans/thresholds Xdevmon/templates/cisco-1841/fans/oids Xdevmon/templates/cisco-1841/fans/message Xdevmon/templates/cisco-1841/fans/exceptions Xdevmon/templates/cisco-1841/cpu/transforms Xdevmon/templates/cisco-1841/cpu/thresholds Xdevmon/templates/cisco-1841/cpu/oids Xdevmon/templates/cisco-1841/cpu/message Xdevmon/templates/cisco-1841/cpu/exceptions Xdevmon/templates/cisco-1841/README Xdevmon/templates/cisco-1700/specs Xdevmon/templates/cisco-1700/memory/transforms Xdevmon/templates/cisco-1700/memory/thresholds Xdevmon/templates/cisco-1700/memory/oids Xdevmon/templates/cisco-1700/memory/message Xdevmon/templates/cisco-1700/memory/exceptions Xdevmon/templates/cisco-1700/if_stat/transforms Xdevmon/templates/cisco-1700/if_stat/thresholds Xdevmon/templates/cisco-1700/if_stat/oids Xdevmon/templates/cisco-1700/if_stat/message Xdevmon/templates/cisco-1700/if_stat/exceptions Xdevmon/templates/cisco-1700/if_load/transforms Xdevmon/templates/cisco-1700/if_load/thresholds Xdevmon/templates/cisco-1700/if_load/oids Xdevmon/templates/cisco-1700/if_load/message Xdevmon/templates/cisco-1700/if_load/exceptions Xdevmon/templates/cisco-1700/if_err/transforms Xdevmon/templates/cisco-1700/if_err/thresholds Xdevmon/templates/cisco-1700/if_err/oids Xdevmon/templates/cisco-1700/if_err/message Xdevmon/templates/cisco-1700/if_err/exceptions Xdevmon/templates/cisco-1700/if_dsc/transforms Xdevmon/templates/cisco-1700/if_dsc/thresholds Xdevmon/templates/cisco-1700/if_dsc/oids Xdevmon/templates/cisco-1700/if_dsc/message Xdevmon/templates/cisco-1700/if_dsc/exceptions Xdevmon/templates/cisco-1700/if_col/transforms Xdevmon/templates/cisco-1700/if_col/thresholds Xdevmon/templates/cisco-1700/if_col/oids Xdevmon/templates/cisco-1700/if_col/message Xdevmon/templates/cisco-1700/if_col/exceptions Xdevmon/templates/cisco-1700/README Xdevmon/templates/aruba-5000/specs Xdevmon/templates/aruba-5000/devices/transforms Xdevmon/templates/aruba-5000/devices/thresholds Xdevmon/templates/aruba-5000/devices/oids Xdevmon/templates/aruba-5000/devices/message Xdevmon/templates/aruba-5000/devices/exceptions Xdevmon/templates/aruba-5000/cpu/transforms Xdevmon/templates/aruba-5000/cpu/thresholds Xdevmon/templates/aruba-5000/cpu/oids Xdevmon/templates/aruba-5000/cpu/message Xdevmon/templates/aruba-5000/cpu/exceptions Xdevmon/templates/aruba-5000/aps/transforms Xdevmon/templates/aruba-5000/aps/thresholds Xdevmon/templates/aruba-5000/aps/oids Xdevmon/templates/aruba-5000/aps/message Xdevmon/templates/aruba-5000/aps/exceptions Xdevmon/templates/aruba-5000/README Xdevmon/templates/apc-9619/specs Xdevmon/templates/apc-9619/power/transforms Xdevmon/templates/apc-9619/power/thresholds Xdevmon/templates/apc-9619/power/oids Xdevmon/templates/apc-9619/power/message Xdevmon/templates/apc-9619/power/exceptions Xdevmon/templates/apc-9619/env/transforms Xdevmon/templates/apc-9619/env/thresholds Xdevmon/templates/apc-9619/env/oids Xdevmon/templates/apc-9619/env/message Xdevmon/templates/apc-9619/env/exceptions Xdevmon/templates/apc-9619/README Xdevmon/templates/apc-9617/specs Xdevmon/templates/apc-9617/power/transforms Xdevmon/templates/apc-9617/power/thresholds Xdevmon/templates/apc-9617/power/oids Xdevmon/templates/apc-9617/power/message Xdevmon/templates/apc-9617/power/exceptions Xdevmon/templates/apc-9617/README Xdevmon/templates/apc-9606/specs Xdevmon/templates/apc-9606/power/transforms Xdevmon/templates/apc-9606/power/thresholds Xdevmon/templates/apc-9606/power/oids Xdevmon/templates/apc-9606/power/message Xdevmon/templates/apc-9606/power/exceptions Xdevmon/templates/apc-9606/README Xdevmon/templates/apc-9205/specs Xdevmon/templates/apc-9205/power/transforms Xdevmon/templates/apc-9205/power/thresholds Xdevmon/templates/apc-9205/power/oids Xdevmon/templates/apc-9205/power/message Xdevmon/templates/apc-9205/power/exceptions Xdevmon/templates/apc-9205/README Xdevmon/templates/REQUIREMENTS Xdevmon/templates/README X@dirrmtry devmon/templates/pware-xups/power X@dirrmtry devmon/templates/pware-xups X@dirrmtry devmon/templates/pware-best/power X@dirrmtry devmon/templates/pware-best X@dirrmtry devmon/templates/powerware-9170/power X@dirrmtry devmon/templates/powerware-9170 X@dirrmtry devmon/templates/netapp-misc/volume X@dirrmtry devmon/templates/netapp-misc/status X@dirrmtry devmon/templates/netapp-misc/quota X@dirrmtry devmon/templates/netapp-misc/netapptemp X@dirrmtry devmon/templates/netapp-misc/if_load X@dirrmtry devmon/templates/netapp-misc/cluster X@dirrmtry devmon/templates/netapp-misc X@dirrmtry devmon/templates/linux-openwrt/memory X@dirrmtry devmon/templates/linux-openwrt/if_load X@dirrmtry devmon/templates/linux-openwrt/disk X@dirrmtry devmon/templates/linux-openwrt X@dirrmtry devmon/templates/ibm-rsa2/temp X@dirrmtry devmon/templates/ibm-rsa2/status X@dirrmtry devmon/templates/ibm-rsa2/fans X@dirrmtry devmon/templates/ibm-rsa2 X@dirrmtry devmon/templates/f5-bigip/vip X@dirrmtry devmon/templates/f5-bigip/pool X@dirrmtry devmon/templates/f5-bigip/memory X@dirrmtry devmon/templates/f5-bigip/if_load X@dirrmtry devmon/templates/f5-bigip/fan X@dirrmtry devmon/templates/f5-bigip/cpu X@dirrmtry devmon/templates/f5-bigip/connects X@dirrmtry devmon/templates/f5-bigip/cluster X@dirrmtry devmon/templates/f5-bigip-lite/if_load X@dirrmtry devmon/templates/f5-bigip-lite/fan X@dirrmtry devmon/templates/f5-bigip-lite/connects X@dirrmtry devmon/templates/f5-bigip-lite/cluster X@dirrmtry devmon/templates/f5-bigip-lite/.test X@dirrmtry devmon/templates/f5-bigip-lite X@dirrmtry devmon/templates/f5-bigip X@dirrmtry devmon/templates/dell-poweredge/temp X@dirrmtry devmon/templates/dell-poweredge/raid X@dirrmtry devmon/templates/dell-poweredge/power X@dirrmtry devmon/templates/dell-poweredge/fans X@dirrmtry devmon/templates/dell-poweredge X@dirrmtry devmon/templates/dell-perc/raid X@dirrmtry devmon/templates/dell-perc X@dirrmtry devmon/templates/compaq-server/temp X@dirrmtry devmon/templates/compaq-server/raid X@dirrmtry devmon/templates/compaq-server/power X@dirrmtry devmon/templates/compaq-server/log X@dirrmtry devmon/templates/compaq-server/fans X@dirrmtry devmon/templates/compaq-server X@dirrmtry devmon/templates/cisco-pix/memory X@dirrmtry devmon/templates/cisco-pix/cpu X@dirrmtry devmon/templates/cisco-pix/connects X@dirrmtry devmon/templates/cisco-pix X@dirrmtry devmon/templates/cisco-msfc2/memory X@dirrmtry devmon/templates/cisco-msfc2/if_stat X@dirrmtry devmon/templates/cisco-msfc2/if_load X@dirrmtry devmon/templates/cisco-msfc2/if_err X@dirrmtry devmon/templates/cisco-msfc2/if_dsc X@dirrmtry devmon/templates/cisco-msfc2/if_col X@dirrmtry devmon/templates/cisco-msfc2/cpu X@dirrmtry devmon/templates/cisco-msfc2 X@dirrmtry devmon/templates/cisco-asa/serial X@dirrmtry devmon/templates/cisco-asa/memory X@dirrmtry devmon/templates/cisco-asa/if_stat X@dirrmtry devmon/templates/cisco-asa/if_load X@dirrmtry devmon/templates/cisco-asa/if_err X@dirrmtry devmon/templates/cisco-asa/if_dsc X@dirrmtry devmon/templates/cisco-asa/cpu X@dirrmtry devmon/templates/cisco-asa/connects X@dirrmtry devmon/templates/cisco-asa/cluster X@dirrmtry devmon/templates/cisco-asa X@dirrmtry devmon/templates/cisco-7206/serial X@dirrmtry devmon/templates/cisco-7206/power X@dirrmtry devmon/templates/cisco-7206/memory X@dirrmtry devmon/templates/cisco-7206/if_stat X@dirrmtry devmon/templates/cisco-7206/if_load X@dirrmtry devmon/templates/cisco-7206/if_err X@dirrmtry devmon/templates/cisco-7206/if_dsc X@dirrmtry devmon/templates/cisco-7206/if_col X@dirrmtry devmon/templates/cisco-7206/cpu X@dirrmtry devmon/templates/cisco-7206 X@dirrmtry devmon/templates/cisco-6509/temp X@dirrmtry devmon/templates/cisco-6509/serial X@dirrmtry devmon/templates/cisco-6509/power X@dirrmtry devmon/templates/cisco-6509/memory X@dirrmtry devmon/templates/cisco-6509/if_stat X@dirrmtry devmon/templates/cisco-6509/if_load X@dirrmtry devmon/templates/cisco-6509/if_err X@dirrmtry devmon/templates/cisco-6509/if_dsc X@dirrmtry devmon/templates/cisco-6509/if_col X@dirrmtry devmon/templates/cisco-6509/fans X@dirrmtry devmon/templates/cisco-6509/cpu X@dirrmtry devmon/templates/cisco-6509 X@dirrmtry devmon/templates/cisco-6506/serial X@dirrmtry devmon/templates/cisco-6506/power X@dirrmtry devmon/templates/cisco-6506/memory X@dirrmtry devmon/templates/cisco-6506/if_stat X@dirrmtry devmon/templates/cisco-6506/if_load X@dirrmtry devmon/templates/cisco-6506/if_err X@dirrmtry devmon/templates/cisco-6506/if_dsc X@dirrmtry devmon/templates/cisco-6506/fans X@dirrmtry devmon/templates/cisco-6506/cpu X@dirrmtry devmon/templates/cisco-6506 X@dirrmtry devmon/templates/cisco-5500/serial X@dirrmtry devmon/templates/cisco-5500/power X@dirrmtry devmon/templates/cisco-5500/memory X@dirrmtry devmon/templates/cisco-5500/if_stat X@dirrmtry devmon/templates/cisco-5500/if_load X@dirrmtry devmon/templates/cisco-5500/if_err X@dirrmtry devmon/templates/cisco-5500/if_dsc X@dirrmtry devmon/templates/cisco-5500/fans X@dirrmtry devmon/templates/cisco-5500/cpu X@dirrmtry devmon/templates/cisco-5500 X@dirrmtry devmon/templates/cisco-4500/serial X@dirrmtry devmon/templates/cisco-4500/power X@dirrmtry devmon/templates/cisco-4500/memory X@dirrmtry devmon/templates/cisco-4500/if_stat X@dirrmtry devmon/templates/cisco-4500/if_load X@dirrmtry devmon/templates/cisco-4500/if_err X@dirrmtry devmon/templates/cisco-4500/if_dsc X@dirrmtry devmon/templates/cisco-4500/if_col X@dirrmtry devmon/templates/cisco-4500/fans X@dirrmtry devmon/templates/cisco-4500/cpu X@dirrmtry devmon/templates/cisco-4500 X@dirrmtry devmon/templates/cisco-3750/serial X@dirrmtry devmon/templates/cisco-3750/power X@dirrmtry devmon/templates/cisco-3750/memory X@dirrmtry devmon/templates/cisco-3750/if_stat X@dirrmtry devmon/templates/cisco-3750/if_load X@dirrmtry devmon/templates/cisco-3750/if_err X@dirrmtry devmon/templates/cisco-3750/if_dsc X@dirrmtry devmon/templates/cisco-3750/if_col X@dirrmtry devmon/templates/cisco-3750/fans X@dirrmtry devmon/templates/cisco-3750/cpu X@dirrmtry devmon/templates/cisco-3750 X@dirrmtry devmon/templates/cisco-3725/power X@dirrmtry devmon/templates/cisco-3725/if_stat X@dirrmtry devmon/templates/cisco-3725/if_load X@dirrmtry devmon/templates/cisco-3725/if_err X@dirrmtry devmon/templates/cisco-3725/if_dsc X@dirrmtry devmon/templates/cisco-3725/if_col X@dirrmtry devmon/templates/cisco-3725/fans X@dirrmtry devmon/templates/cisco-3725/cpu X@dirrmtry devmon/templates/cisco-3725 X@dirrmtry devmon/templates/cisco-3640/memory X@dirrmtry devmon/templates/cisco-3640/if_stat X@dirrmtry devmon/templates/cisco-3640/if_load X@dirrmtry devmon/templates/cisco-3640/if_err X@dirrmtry devmon/templates/cisco-3640/if_dsc X@dirrmtry devmon/templates/cisco-3640/if_col X@dirrmtry devmon/templates/cisco-3640/cpu X@dirrmtry devmon/templates/cisco-3640 X@dirrmtry devmon/templates/cisco-3550/serial X@dirrmtry devmon/templates/cisco-3550/power X@dirrmtry devmon/templates/cisco-3550/memory X@dirrmtry devmon/templates/cisco-3550/if_stat X@dirrmtry devmon/templates/cisco-3550/if_load X@dirrmtry devmon/templates/cisco-3550/if_err X@dirrmtry devmon/templates/cisco-3550/if_dsc X@dirrmtry devmon/templates/cisco-3550/if_col X@dirrmtry devmon/templates/cisco-3550/fans X@dirrmtry devmon/templates/cisco-3550/cpu X@dirrmtry devmon/templates/cisco-3550 X@dirrmtry devmon/templates/cisco-3500/serial X@dirrmtry devmon/templates/cisco-3500/memory X@dirrmtry devmon/templates/cisco-3500/if_stat X@dirrmtry devmon/templates/cisco-3500/if_load X@dirrmtry devmon/templates/cisco-3500/if_err X@dirrmtry devmon/templates/cisco-3500/if_dsc X@dirrmtry devmon/templates/cisco-3500/if_col X@dirrmtry devmon/templates/cisco-3500/cpu X@dirrmtry devmon/templates/cisco-3500 X@dirrmtry devmon/templates/cisco-2970/serial X@dirrmtry devmon/templates/cisco-2970/power X@dirrmtry devmon/templates/cisco-2970/memory X@dirrmtry devmon/templates/cisco-2970/if_stat X@dirrmtry devmon/templates/cisco-2970/if_load X@dirrmtry devmon/templates/cisco-2970/if_err X@dirrmtry devmon/templates/cisco-2970/if_dsc X@dirrmtry devmon/templates/cisco-2970/if_col X@dirrmtry devmon/templates/cisco-2970/fans X@dirrmtry devmon/templates/cisco-2970/cpu X@dirrmtry devmon/templates/cisco-2970 X@dirrmtry devmon/templates/cisco-2960/serial X@dirrmtry devmon/templates/cisco-2960/power X@dirrmtry devmon/templates/cisco-2960/memory X@dirrmtry devmon/templates/cisco-2960/if_stat X@dirrmtry devmon/templates/cisco-2960/if_load X@dirrmtry devmon/templates/cisco-2960/if_err X@dirrmtry devmon/templates/cisco-2960/if_dsc X@dirrmtry devmon/templates/cisco-2960/if_col X@dirrmtry devmon/templates/cisco-2960/fans X@dirrmtry devmon/templates/cisco-2960/cpu X@dirrmtry devmon/templates/cisco-2960 X@dirrmtry devmon/templates/cisco-2950/serial X@dirrmtry devmon/templates/cisco-2950/power X@dirrmtry devmon/templates/cisco-2950/memory X@dirrmtry devmon/templates/cisco-2950/if_stat X@dirrmtry devmon/templates/cisco-2950/if_load X@dirrmtry devmon/templates/cisco-2950/if_err X@dirrmtry devmon/templates/cisco-2950/if_dsc X@dirrmtry devmon/templates/cisco-2950/if_col X@dirrmtry devmon/templates/cisco-2950/fans X@dirrmtry devmon/templates/cisco-2950/cpu X@dirrmtry devmon/templates/cisco-2950 X@dirrmtry devmon/templates/cisco-2900/serial X@dirrmtry devmon/templates/cisco-2900/memory X@dirrmtry devmon/templates/cisco-2900/if_stat X@dirrmtry devmon/templates/cisco-2900/if_load X@dirrmtry devmon/templates/cisco-2900/if_err X@dirrmtry devmon/templates/cisco-2900/if_dsc X@dirrmtry devmon/templates/cisco-2900/if_col X@dirrmtry devmon/templates/cisco-2900/cpu X@dirrmtry devmon/templates/cisco-2900 X@dirrmtry devmon/templates/cisco-2811/if_stat X@dirrmtry devmon/templates/cisco-2811/if_load X@dirrmtry devmon/templates/cisco-2811/if_err X@dirrmtry devmon/templates/cisco-2811/if_dsc X@dirrmtry devmon/templates/cisco-2811/fans X@dirrmtry devmon/templates/cisco-2811/cpu X@dirrmtry devmon/templates/cisco-2811 X@dirrmtry devmon/templates/cisco-2801/serial X@dirrmtry devmon/templates/cisco-2801/memory X@dirrmtry devmon/templates/cisco-2801/if_stat X@dirrmtry devmon/templates/cisco-2801/if_load X@dirrmtry devmon/templates/cisco-2801/if_err X@dirrmtry devmon/templates/cisco-2801/if_dsc X@dirrmtry devmon/templates/cisco-2801/if_col X@dirrmtry devmon/templates/cisco-2801/fans X@dirrmtry devmon/templates/cisco-2801/cpu X@dirrmtry devmon/templates/cisco-2801 X@dirrmtry devmon/templates/cisco-2600/power X@dirrmtry devmon/templates/cisco-2600/if_stat X@dirrmtry devmon/templates/cisco-2600/if_load X@dirrmtry devmon/templates/cisco-2600/if_err X@dirrmtry devmon/templates/cisco-2600/if_dsc X@dirrmtry devmon/templates/cisco-2600/if_col X@dirrmtry devmon/templates/cisco-2600/cpu X@dirrmtry devmon/templates/cisco-2600 X@dirrmtry devmon/templates/cisco-1841/serial X@dirrmtry devmon/templates/cisco-1841/if_stat X@dirrmtry devmon/templates/cisco-1841/if_load X@dirrmtry devmon/templates/cisco-1841/if_err X@dirrmtry devmon/templates/cisco-1841/if_dsc X@dirrmtry devmon/templates/cisco-1841/if_col X@dirrmtry devmon/templates/cisco-1841/fans X@dirrmtry devmon/templates/cisco-1841/cpu X@dirrmtry devmon/templates/cisco-1841 X@dirrmtry devmon/templates/cisco-1700/memory X@dirrmtry devmon/templates/cisco-1700/if_stat X@dirrmtry devmon/templates/cisco-1700/if_load X@dirrmtry devmon/templates/cisco-1700/if_err X@dirrmtry devmon/templates/cisco-1700/if_dsc X@dirrmtry devmon/templates/cisco-1700/if_col X@dirrmtry devmon/templates/cisco-1700 X@dirrmtry devmon/templates/aruba-5000/devices X@dirrmtry devmon/templates/aruba-5000/cpu X@dirrmtry devmon/templates/aruba-5000/aps X@dirrmtry devmon/templates/aruba-5000 X@dirrmtry devmon/templates/apc-9619/power X@dirrmtry devmon/templates/apc-9619/env X@dirrmtry devmon/templates/apc-9619 X@dirrmtry devmon/templates/apc-9617/power X@dirrmtry devmon/templates/apc-9617 X@dirrmtry devmon/templates/apc-9606/power X@dirrmtry devmon/templates/apc-9606 X@dirrmtry devmon/templates/apc-9205/power X@dirrmtry devmon/templates/apc-9205 X@dirrmtry devmon/templates X@dirrmtry devmon 89e2db2fec029d7c5607b6ae7558a8c9 exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 21:40:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3AAE54AD; Mon, 25 Feb 2013 21:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 16A32975; Mon, 25 Feb 2013 21:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PLe8gg035997; Mon, 25 Feb 2013 21:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PLe8Jh035993; Mon, 25 Feb 2013 21:40:08 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 21:40:08 GMT Message-Id: <201302252140.r1PLe8Jh035993@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176427: [NEW PORT] net-mgmt/devmon: Device monitoring addition to Xymon/Hobbit/BigBrother X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 21:40:09 -0000 Synopsis: [NEW PORT] net-mgmt/devmon: Device monitoring addition to Xymon/Hobbit/BigBrother Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 21: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=176427 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 21:40:17 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B91AE4DF; Mon, 25 Feb 2013 21:40:17 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 94E1B978; Mon, 25 Feb 2013 21:40:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PLeHIs037171; Mon, 25 Feb 2013 21:40:17 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PLeHNg037157; Mon, 25 Feb 2013 21:40:17 GMT (envelope-from edwin) Date: Mon, 25 Feb 2013 21:40:17 GMT Message-Id: <201302252140.r1PLeHNg037157@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176428: [NEW PORT] net-mgmt/devmon-templates: Device templates for use with devmon X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 21:40:17 -0000 Synopsis: [NEW PORT] net-mgmt/devmon-templates: Device templates for use with devmon Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Mon Feb 25 21:40:17 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=176428 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 21:43: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]) by hub.freebsd.org (Postfix) with ESMTP id 3DBD5574; Mon, 25 Feb 2013 21:43:04 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F33C0998; Mon, 25 Feb 2013 21:43:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PLh3bJ037643; Mon, 25 Feb 2013 21:43:03 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PLh3sN037639; Mon, 25 Feb 2013 21:43:03 GMT (envelope-from lippe) Date: Mon, 25 Feb 2013 21:43:03 GMT Message-Id: <201302252143.r1PLh3sN037639@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Subject: Re: ports/176387: cad/electric-ng update and maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 21:43:04 -0000 Synopsis: cad/electric-ng update and maintainer change Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Mon Feb 25 21:43:03 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176387 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 21:43: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]) by hub.freebsd.org (Postfix) with ESMTP id 10E59576; Mon, 25 Feb 2013 21:43:06 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D83D2999; Mon, 25 Feb 2013 21:43:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PLh5Xb037712; Mon, 25 Feb 2013 21:43:05 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PLh55a037708; Mon, 25 Feb 2013 21:43:05 GMT (envelope-from lippe) Date: Mon, 25 Feb 2013 21:43:05 GMT Message-Id: <201302252143.r1PLh55a037708@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Subject: Re: ports/176388: devel/allegro update and maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 21:43:06 -0000 Synopsis: devel/allegro update and maintainer change Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Mon Feb 25 21:43:05 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176388 From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Feb 25 23: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]) by hub.freebsd.org (Postfix) with ESMTP id 124FC1FD for ; Mon, 25 Feb 2013 23:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EA4F2E85 for ; Mon, 25 Feb 2013 23:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1PNU0mR056446 for ; Mon, 25 Feb 2013 23:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1PNU0b0056435; Mon, 25 Feb 2013 23:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Feb 2013 23:30:00 GMT Resent-Message-Id: <201302252330.r1PNU0b0056435@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ali Mashtizadeh Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 43B4FF45 for ; Mon, 25 Feb 2013 23:24:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2ABF9E43 for ; Mon, 25 Feb 2013 23:24:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1PNODLl064208 for ; Mon, 25 Feb 2013 23:24:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1PNODY4064207; Mon, 25 Feb 2013 23:24:13 GMT (envelope-from nobody) Message-Id: <201302252324.r1PNODY4064207@red.freebsd.org> Date: Mon, 25 Feb 2013 23:24:13 GMT From: Ali Mashtizadeh To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176429: New Port: sysutils/ori - Ori Distributed File System X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Feb 2013 23:30:01 -0000 >Number: 176429 >Category: ports >Synopsis: New Port: sysutils/ori - Ori Distributed File System >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Feb 25 23:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Ali Mashtizadeh >Release: FreeBSD 9.1 >Organization: Stanford University >Environment: New Port: sysutils/ori - Ori Distributed File System >Description: Ori is a distributed file system built for offline operation and empowers the user with control over synchronization operations and conflict resolution. We provide history through light weight snapshots and allow users to verify the history has not been tampered with. Through the use of replication instances can be resilient and recover damaged data from other nodes. WWW: http://ori.scs.stanford.edu/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # ori # ori/pkg-descr # ori/distinfo # ori/Makefile # ori/pkg-plist # echo c - ori mkdir -p ori > /dev/null 2>&1 echo x - ori/pkg-descr sed 's/^X//' >ori/pkg-descr << 'b998e339f8b4bc9a6640d8b3d3230f20' XOri is a distributed file system built for offline operation and empowers the Xuser with control over synchronization operations and conflict resolution. We Xprovide history through light weight snapshots and allow users to verify the Xhistory has not been tampered with. Through the use of replication instances Xcan be resilient and recover damaged data from other nodes. X XWWW: http://ori.scs.stanford.edu/ b998e339f8b4bc9a6640d8b3d3230f20 echo x - ori/distinfo sed 's/^X//' >ori/distinfo << '788546d26a62a767010477c867990538' XSHA256 (ori-0.7.0.tar.xz) = 9dbbe48f725f966020065b8f151a75095fdb827b8bbade898e057a7e701b054c XSIZE (ori-0.7.0.tar.xz) = 282544 788546d26a62a767010477c867990538 echo x - ori/Makefile sed 's/^X//' >ori/Makefile << '040dbc69311fb7f6212aa8f6bdee031a' X# Created by: Ali Mashtizadeh X# $FreeBSD$ X XPORTNAME= ori XPORTVERSION= 0.7.0 XCATEGORIES= sysutils net XMASTER_SITES= http://cdn.bitbucket.org/orifs/ori/downloads/ XEXTRACT_SUFX= .tar.xz X XMAINTAINER= mashti@cs.stanford.edu XCOMMENT= Ori Distributed File System X XWRKSRC= ${WRKDIR} X XMAN1= ori.1 orifs.1 X XUSE_SCONS= yes XUSE_PKGCONFIG= build XUSE_FUSE= yes XUSE_OPENSSL= yes X XRUN_DEPENDS+= openssl>=1.0.1:${PORTSDIR}/security/openssl XBUILD_DEPENDS+= openssl>=1.0.1:${PORTSDIR}/security/openssl X XLIB_DEPENDS+= event-2:${PORTSDIR}/devel/libevent2 XLIB_DEPENDS+= boost_date_time:${PORTSDIR}/devel/boost-libs XLIB_DEPENDS+= execinfo:${PORTSDIR}/devel/libexecinfo X Xdo-install: X @${ECHO_MSG} "===> Installing binaries..." X ${INSTALL_PROGRAM} ${WRKSRC}/build/ori/ori ${PREFIX}/bin/ X ${INSTALL_PROGRAM} ${WRKSRC}/build/orifs/orifs ${PREFIX}/bin/ X ${INSTALL_PROGRAM} ${WRKSRC}/build/ori_httpd/ori_httpd ${PREFIX}/bin/ X @${ECHO_MSG} "===> Installing man pages..." X ${INSTALL_MAN} ${WRKSRC}/docs/ori.1 ${MANPREFIX}/man/man1 X ${INSTALL_MAN} ${WRKSRC}/docs/orifs.1 ${MANPREFIX}/man/man1 X X.include 040dbc69311fb7f6212aa8f6bdee031a echo x - ori/pkg-plist sed 's/^X//' >ori/pkg-plist << '783d9f5ead77e04dd6db4f1951621a5c' Xbin/ori Xbin/orifs Xbin/ori_httpd 783d9f5ead77e04dd6db4f1951621a5c exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 00: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]) by hub.freebsd.org (Postfix) with ESMTP id BB918FB6 for ; Tue, 26 Feb 2013 00:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8A908178 for ; Tue, 26 Feb 2013 00:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q0e0X8075170 for ; Tue, 26 Feb 2013 00:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q0e0es075169; Tue, 26 Feb 2013 00:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 00:40:00 GMT Resent-Message-Id: <201302260040.r1Q0e0es075169@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Javad Kouhi Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E8977F89 for ; Tue, 26 Feb 2013 00:36:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C48E1165 for ; Tue, 26 Feb 2013 00:36:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1Q0aQ4G078823 for ; Tue, 26 Feb 2013 00:36:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1Q0aQhn078822; Tue, 26 Feb 2013 00:36:26 GMT (envelope-from nobody) Message-Id: <201302260036.r1Q0aQhn078822@red.freebsd.org> Date: Tue, 26 Feb 2013 00:36:26 GMT From: Javad Kouhi To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176430: [patch] misc/saaghar maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 00:40:00 -0000 >Number: 176430 >Category: ports >Synopsis: [patch] misc/saaghar maintainer change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 00:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Javad Kouhi >Release: 9.1-STABLE >Organization: >Environment: FreeBSD minootux 9.1-STABLE FreeBSD 9.1-STABLE #0 r247165: Sat Feb 23 04:20:42 IRST 2013 root@minootux:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- Makefile.orig 2013-02-23 17:33:03.000000000 +0330 +++ Makefile 2013-02-23 17:38:09.000000000 +0330 @@ -33,8 +33,9 @@ ${DISTDIR}/${DIST_SUBDIR}/ganjoor-s3db-910612.zip post-patch: - @${REINPLACE_CMD} -e 's|/usr/share/saaghar/|${PREFIX}/share/saaghar|g' \ - ${WRKSRC}/mainwindow.cpp + @${REINPLACE_CMD} -e 's|/usr/share/saaghar|${PREFIX}/share/saaghar|g' \ + ${WRKSRC}/mainwindow.cpp \ + ${WRKSRC}/main.cpp @${REINPLACE_CMD} -e '1 s|^.*/|/|g' \ ${WRKSRC}/QGanjoorDbBrowser.cpp \ ${WRKSRC}/QGanjoorDbStuff.h \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 00: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]) by hub.freebsd.org (Postfix) with ESMTP id D594BFE3; Tue, 26 Feb 2013 00:40:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B140E179; Tue, 26 Feb 2013 00:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q0e88E075304; Tue, 26 Feb 2013 00:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q0e8gK075300; Tue, 26 Feb 2013 00:40:08 GMT (envelope-from edwin) Date: Tue, 26 Feb 2013 00:40:08 GMT Message-Id: <201302260040.r1Q0e8gK075300@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176430: [patch] misc/saaghar maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 00:40:08 -0000 Synopsis: [patch] misc/saaghar maintainer change Class-Changed-From-To: change-request->maintainer-update Class-Changed-By: edwin Class-Changed-When: Tue Feb 26 00:40:08 UTC 2013 Class-Changed-Why: Fix category (submitter is maintainer) (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176430 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 01: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]) by hub.freebsd.org (Postfix) with ESMTP id 062CF18B for ; Tue, 26 Feb 2013 01:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C8B4D35A for ; Tue, 26 Feb 2013 01:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q1e04k088126 for ; Tue, 26 Feb 2013 01:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q1e0KM088120; Tue, 26 Feb 2013 01:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 01:40:00 GMT Resent-Message-Id: <201302260140.r1Q1e0KM088120@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chris Howey Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F287071 for ; Tue, 26 Feb 2013 01:38:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D8DA7346 for ; Tue, 26 Feb 2013 01:38:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1Q1cohY014751 for ; Tue, 26 Feb 2013 01:38:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1Q1coGN014750; Tue, 26 Feb 2013 01:38:50 GMT (envelope-from nobody) Message-Id: <201302260138.r1Q1coGN014750@red.freebsd.org> Date: Tue, 26 Feb 2013 01:38:50 GMT From: Chris Howey To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176431: [maintainer update] Updating port: sysutils/parallel - New Version (20130222) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 01:40:01 -0000 >Number: 176431 >Category: ports >Synopsis: [maintainer update] Updating port: sysutils/parallel - New Version (20130222) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 01:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chris Howey >Release: 9.1-RELEASE >Organization: N/A >Environment: FreeBSD tinny-desktop 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Modified files: sysutils/parallel Makefile distinfo Update to 20130222 Release notes: https://savannah.gnu.org/forum/forum.php?forum_id=7514 >How-To-Repeat: N/A >Fix: Patch included Patch attached with submission follows: diff -ruN parallel.bak/Makefile parallel/Makefile --- parallel.bak/Makefile 2013-01-22 00:44:59.000000000 -0600 +++ parallel/Makefile 2013-02-25 19:27:25.000000000 -0600 @@ -2,7 +2,7 @@ # $FreeBSD: ports/sysutils/parallel/Makefile,v 1.32 2013/01/22 06:44:59 svnexp Exp $ PORTNAME= parallel -PORTVERSION= 20130122 +PORTVERSION= 20130222 CATEGORIES= sysutils MASTER_SITES= GNU diff -ruN parallel.bak/distinfo parallel/distinfo --- parallel.bak/distinfo 2013-01-22 00:44:59.000000000 -0600 +++ parallel/distinfo 2013-02-25 19:27:29.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (parallel-20130122.tar.bz2) = 941376a761e77011add4d1bf5c3361c098f3bed8922d226baac2897f1a65112a -SIZE (parallel-20130122.tar.bz2) = 238646 +SHA256 (parallel-20130222.tar.bz2) = ebd3a66ff96bfcb00812c08a856bdf0f02e3de8864613283917775f5551e20ef +SIZE (parallel-20130222.tar.bz2) = 240077 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 02:05: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]) by hub.freebsd.org (Postfix) with ESMTP id BC3684F8; Tue, 26 Feb 2013 02:05:51 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 943956FA; Tue, 26 Feb 2013 02:05:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q25pD7093161; Tue, 26 Feb 2013 02:05:51 GMT (envelope-from bdrewery@freefall.freebsd.org) Received: (from bdrewery@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q25phq093157; Mon, 25 Feb 2013 20:05:51 -0600 (CST) (envelope-from bdrewery) Date: Mon, 25 Feb 2013 20:05:51 -0600 (CST) Message-Id: <201302260205.r1Q25phq093157@freefall.freebsd.org> To: bdrewery@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, bdrewery@FreeBSD.org From: bdrewery@FreeBSD.org Subject: Re: ports/176431: [maintainer update] Updating port: sysutils/parallel - New Version (20130222) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 02:05:51 -0000 Synopsis: [maintainer update] Updating port: sysutils/parallel - New Version (20130222) Responsible-Changed-From-To: freebsd-ports-bugs->bdrewery Responsible-Changed-By: bdrewery Responsible-Changed-When: Mon Feb 25 20:05:51 CST 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176431 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 02: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]) by hub.freebsd.org (Postfix) with ESMTP id F19BEAF9 for ; Tue, 26 Feb 2013 02:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BFB937BE for ; Tue, 26 Feb 2013 02:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q2U10N097374 for ; Tue, 26 Feb 2013 02:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q2U1tq097373; Tue, 26 Feb 2013 02:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 02:30:01 GMT Resent-Message-Id: <201302260230.r1Q2U1tq097373@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cristiano Rolim Pereira Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1B6B08EA for ; Tue, 26 Feb 2013 02:23:45 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id E87F3771 for ; Tue, 26 Feb 2013 02:23:44 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1Q2Nhvm095768 for ; Tue, 26 Feb 2013 02:23:43 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1Q2NhFU095767; Tue, 26 Feb 2013 02:23:43 GMT (envelope-from nobody) Message-Id: <201302260223.r1Q2NhFU095767@red.freebsd.org> Date: Tue, 26 Feb 2013 02:23:43 GMT From: Cristiano Rolim Pereira To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176432: [maintainer-update] - update sysutils/loganalyzer to version 3.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 02:30:02 -0000 >Number: 176432 >Category: ports >Synopsis: [maintainer-update] - update sysutils/loganalyzer to version 3.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: Tue Feb 26 02:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Cristiano Rolim Pereira >Release: 9.1 RELEASE >Organization: >Environment: FreeBSD bsd91.casa 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The attached diff updates sysutils/loganalyzer to version 3.6.3 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ../loganalyzer.orig/Makefile ./Makefile --- ../loganalyzer.orig/Makefile 2013-02-26 00:09:06.000000000 -0300 +++ ./Makefile 2013-02-26 00:09:44.000000000 -0300 @@ -2,7 +2,7 @@ # $FreeBSD: ports/sysutils/loganalyzer/Makefile,v 1.15 2013/02/26 01:17:00 svnexp Exp $ PORTNAME= loganalyzer -PORTVERSION= 3.6.2 +PORTVERSION= 3.6.3 CATEGORIES= sysutils www MASTER_SITES= http://download.adiscon.com/loganalyzer/ diff -ruN ../loganalyzer.orig/distinfo ./distinfo --- ../loganalyzer.orig/distinfo 2013-02-26 00:09:06.000000000 -0300 +++ ./distinfo 2013-02-26 00:10:16.000000000 -0300 @@ -1,2 +1,2 @@ -SHA256 (loganalyzer-3.6.2.tar.gz) = 4d29c9ab1928e7a5012acaff7116c6ef1ba1a6f85d76e60b27dce554209da9d0 -SIZE (loganalyzer-3.6.2.tar.gz) = 1043284 +SHA256 (loganalyzer-3.6.3.tar.gz) = cb761c284e3d2dadb65eb6693f31baec5532bb4ea20cbd6bae90ede2696a6e67 +SIZE (loganalyzer-3.6.3.tar.gz) = 1045273 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 03:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3184F5FB for ; Tue, 26 Feb 2013 03:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 18113958 for ; Tue, 26 Feb 2013 03:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q3A0Tb004599 for ; Tue, 26 Feb 2013 03:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q3A07j004591; Tue, 26 Feb 2013 03:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 03:10:00 GMT Resent-Message-Id: <201302260310.r1Q3A07j004591@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Han Hwei Woo Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 79F624C7 for ; Tue, 26 Feb 2013 03:03:31 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 48EE4924 for ; Tue, 26 Feb 2013 03:03:31 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1Q33Vw8061003 for ; Tue, 26 Feb 2013 03:03:31 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1Q33VFn061002; Tue, 26 Feb 2013 03:03:31 GMT (envelope-from nobody) Message-Id: <201302260303.r1Q33VFn061002@red.freebsd.org> Date: Tue, 26 Feb 2013 03:03:31 GMT From: Han Hwei Woo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176434: devel/commoncpp fails to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 03:10:01 -0000 >Number: 176434 >Category: ports >Synopsis: devel/commoncpp fails 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: Tue Feb 26 03:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Han Hwei Woo >Release: 9.1-RELEASE >Organization: Astute Hosting Incorporated >Environment: FreeBSD packages 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/commoncpp fails to compile due to missing IFNAMSIZ being undefined, with the following error: libtool: compile: c++ -DHAVE_CONFIG_H -I. -I.. -I../inc -I/usr/local/include -I../src -DCCXX_EXPORT_LIBRARY -D_THREAD_SAFE -D_GNU_SOURCE -I/usr/local/include -I../inc -O2 -pipe -fno-strict-aliasing -MT nat.lo -MD -MP -MF .deps/nat.Tpo -c nat.cpp -fPIC -DPIC -o .libs/nat.o In file included from /usr/include/netinet/ip_compat.h:929, from nat.cpp:88: /usr/include/net/if_var.h:125: error: 'IFNAMSIZ' was not declared in this scope /usr/include/net/if_var.h:151: error: field 'if_data' has incomplete type /usr/include/net/if_var.h:718: error: field 'if_data' has incomplete type gmake[2]: *** [nat.lo] Error 1 gmake[2]: Leaving directory `/var/ports/basejail/usr/ports/devel/commoncpp/work/commoncpp2-1.8.1/src' gmake[1]: *** [all-recursive] Error 1 gmake[1]: Leaving directory `/var/ports/basejail/usr/ports/devel/commoncpp/work/commoncpp2-1.8.1' gmake: *** [all] Error 2 *** Error code 1 Stop in /basejail/usr/ports/devel/commoncpp. >How-To-Repeat: Try to compile devel/commoncpp currently in ports. # New ports collection makefile for: CommonC++ # Date created: 25 July 2000 # Whom: David Sugar # # $FreeBSD: ports/devel/commoncpp/Makefile,v 1.43 2013/02/14 10:22:06 svnexp Exp $ # PORTNAME= commoncpp PORTVERSION= 1.8.1 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= GNU DISTNAME= ${PORTNAME:S/$/2/}-${PORTVERSION} >Fix: --- nat.cpp 2010-10-31 17:19:55.000000000 -0700 +++ nat.cpp.new 2013-02-25 18:49:26.603131885 -0800 @@ -42,6 +42,7 @@ **/ #include +#include #include "nat.h" #ifdef CCXX_NAT >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 03: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]) by hub.freebsd.org (Postfix) with ESMTP id DCEA5628; Tue, 26 Feb 2013 03:10:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B908B959; Tue, 26 Feb 2013 03:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q3ACUK004696; Tue, 26 Feb 2013 03:10:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q3AC29004692; Tue, 26 Feb 2013 03:10:12 GMT (envelope-from edwin) Date: Tue, 26 Feb 2013 03:10:12 GMT Message-Id: <201302260310.r1Q3AC29004692@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176434: devel/commoncpp fails to compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 03:10:13 -0000 Synopsis: devel/commoncpp fails to compile Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 26 03:10:12 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176434 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 03:28:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7ABFF8AC; Tue, 26 Feb 2013 03:28:38 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 494619D8; Tue, 26 Feb 2013 03:28:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q3Scal008747; Tue, 26 Feb 2013 03:28:38 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q3ScW4008743; Tue, 26 Feb 2013 03:28:38 GMT (envelope-from jgh) Date: Tue, 26 Feb 2013 03:28:38 GMT Message-Id: <201302260328.r1Q3ScW4008743@freefall.freebsd.org> To: jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Subject: Re: ports/176432: [maintainer-update] - update sysutils/loganalyzer to version 3.6.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 03:28:38 -0000 Synopsis: [maintainer-update] - update sysutils/loganalyzer to version 3.6.3 Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Tue Feb 26 03:28:37 UTC 2013 Responsible-Changed-Why: grrr :) I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176432 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 04:02: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]) by hub.freebsd.org (Postfix) with ESMTP id 4B06719F; Tue, 26 Feb 2013 04:02:03 +0000 (UTC) (envelope-from vanilla@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 199BCAAB; Tue, 26 Feb 2013 04:02:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q422F8015403; Tue, 26 Feb 2013 04:02:02 GMT (envelope-from vanilla@freefall.freebsd.org) Received: (from vanilla@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q422nI015399; Tue, 26 Feb 2013 04:02:02 GMT (envelope-from vanilla) Date: Tue, 26 Feb 2013 04:02:02 GMT Message-Id: <201302260402.r1Q422nI015399@freefall.freebsd.org> To: gaod@hychen.org, vanilla@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: vanilla@FreeBSD.org Subject: Re: ports/176237: [MAINTAINER UPDATE/REPOCOPY] textproc/apache-solr -> textproc/apache-solr3 & update both ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 04:02:03 -0000 Synopsis: [MAINTAINER UPDATE/REPOCOPY] textproc/apache-solr -> textproc/apache-solr3 & update both ports State-Changed-From-To: open->closed State-Changed-By: vanilla State-Changed-When: Tue Feb 26 04:02:02 UTC 2013 State-Changed-Why: Committed, thanks. http://www.freebsd.org/cgi/query-pr.cgi?pr=176237 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 04:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C48902AF for ; Tue, 26 Feb 2013 04:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A6B1CAE8 for ; Tue, 26 Feb 2013 04:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q4A1mC015814 for ; Tue, 26 Feb 2013 04:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q4A1ah015809; Tue, 26 Feb 2013 04:10:01 GMT (envelope-from gnats) Date: Tue, 26 Feb 2013 04:10:01 GMT Message-Id: <201302260410.r1Q4A1ah015809@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176237: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 04:10:01 -0000 The following reply was made to PR ports/176237; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176237: commit references a PR Date: Tue, 26 Feb 2013 04:01:40 +0000 (UTC) Author: vanilla Date: Tue Feb 26 04:01:30 2013 New Revision: 312958 URL: http://svnweb.freebsd.org/changeset/ports/312958 Log: 1: repo-copy apache-solr3 from apache-solr 2: upgrade apache-solr3 to 3.6.2. 3: upgrade apache-solr to 4.1.0. PR: ports/176237 Submitted by: maintainer Added: head/textproc/apache-solr3/ - copied from r312955, head/textproc/apache-solr/ Modified: head/textproc/Makefile head/textproc/apache-solr/Makefile head/textproc/apache-solr/distinfo head/textproc/apache-solr/pkg-plist head/textproc/apache-solr3/Makefile head/textproc/apache-solr3/distinfo head/textproc/apache-solr3/pkg-plist Modified: head/textproc/Makefile ============================================================================== --- head/textproc/Makefile Tue Feb 26 03:55:49 2013 (r312957) +++ head/textproc/Makefile Tue Feb 26 04:01:30 2013 (r312958) @@ -22,6 +22,7 @@ SUBDIR += ant-xinclude-task SUBDIR += antiword SUBDIR += apache-solr + SUBDIR += apache-solr3 SUBDIR += apertium SUBDIR += archmage SUBDIR += artha Modified: head/textproc/apache-solr/Makefile ============================================================================== --- head/textproc/apache-solr/Makefile Tue Feb 26 03:55:49 2013 (r312957) +++ head/textproc/apache-solr/Makefile Tue Feb 26 04:01:30 2013 (r312958) @@ -2,21 +2,26 @@ # $FreeBSD$ PORTNAME= apache-solr -PORTVERSION= 3.6.0 +PORTVERSION= 4.1.0 CATEGORIES= textproc java MASTER_SITES= APACHE -MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION}/ +MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION} +DISTNAME= solr-${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= gaod@hychen.org COMMENT= High performance search server built using Lucene Java LICENSE= AL2 + +CONFLICT= apache-solr-3.6.* + JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" USE_JAVA= yes PORTEXAMPLES= * +LATEST_LINK= apache-solr do-install: cd ${WRKSRC}/dist && ${COPYTREE_SHARE} \* ${JAVAJARDIR} Modified: head/textproc/apache-solr/distinfo ============================================================================== --- head/textproc/apache-solr/distinfo Tue Feb 26 03:55:49 2013 (r312957) +++ head/textproc/apache-solr/distinfo Tue Feb 26 04:01:30 2013 (r312958) @@ -1,2 +1,2 @@ -SHA256 (apache-solr-3.6.0.tgz) = 3acac4323ba3dbfa153d8ef01f156bab9b0eccf1b1f1f03e91b8b6739d3dc6c6 -SIZE (apache-solr-3.6.0.tgz) = 86744700 +SHA256 (solr-4.1.0.tgz) = 763b316a88fd5a61e4004c02eea813647c8ffc4201d0aa1db04deccc58b264bc +SIZE (solr-4.1.0.tgz) = 114013338 Modified: head/textproc/apache-solr/pkg-plist ============================================================================== --- head/textproc/apache-solr/pkg-plist Tue Feb 26 03:55:49 2013 (r312957) +++ head/textproc/apache-solr/pkg-plist Tue Feb 26 04:01:30 2013 (r312958) @@ -1,21 +1,32 @@ @comment $FreeBSD$ -%%JAVAJARDIR%%/apache-solr-%%PORTVERSION%%.war -%%JAVAJARDIR%%/apache-solr-analysis-extras-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-cell-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-clustering-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-core-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-dataimporthandler-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-dataimporthandler-extras-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-langid-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-solrj-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-test-framework-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-uima-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/apache-solr-velocity-%%PORTVERSION%%.jar -%%JAVAJARDIR%%/solrj-lib/commons-codec-1.6.jar -%%JAVAJARDIR%%/solrj-lib/commons-httpclient-3.1.jar +%%JAVAJARDIR%%/solr-%%PORTVERSION%%.war +%%JAVAJARDIR%%/solr-analysis-extras-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-cell-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-clustering-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-core-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-dataimporthandler-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-dataimporthandler-extras-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-langid-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-solrj-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-test-framework-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-uima-%%PORTVERSION%%.jar +%%JAVAJARDIR%%/solr-velocity-%%PORTVERSION%%.jar %%JAVAJARDIR%%/solrj-lib/commons-io-2.1.jar -%%JAVAJARDIR%%/solrj-lib/geronimo-stax-api_1.0_spec-1.0.1.jar -%%JAVAJARDIR%%/solrj-lib/jcl-over-slf4j-1.6.1.jar -%%JAVAJARDIR%%/solrj-lib/slf4j-api-1.6.1.jar +%%JAVAJARDIR%%/solrj-lib/httpclient-4.1.3.jar +%%JAVAJARDIR%%/solrj-lib/httpcore-4.1.4.jar +%%JAVAJARDIR%%/solrj-lib/httpmime-4.1.3.jar +%%JAVAJARDIR%%/solrj-lib/jcl-over-slf4j-1.6.4.jar +%%JAVAJARDIR%%/solrj-lib/slf4j-api-1.6.4.jar +%%JAVAJARDIR%%/solrj-lib/slf4j-jdk14-1.6.4.jar %%JAVAJARDIR%%/solrj-lib/wstx-asl-3.2.7.jar +%%JAVAJARDIR%%/solrj-lib/zookeeper-3.4.5.jar +%%JAVAJARDIR%%/test-framework/README.txt +%%JAVAJARDIR%%/test-framework/lib/ant-1.8.2.jar +%%JAVAJARDIR%%/test-framework/lib/junit-4.10.jar +%%JAVAJARDIR%%/test-framework/lib/junit4-ant-2.0.8.jar +%%JAVAJARDIR%%/test-framework/lib/randomizedtesting-runner-2.0.8.jar +%%JAVAJARDIR%%/test-framework/lucene-libs/lucene-test-framework-4.1.0.jar +@dirrmtry %%JAVAJARDIR%%/test-framework/lib +@dirrmtry %%JAVAJARDIR%%/test-framework/lucene-libs +@dirrmtry %%JAVAJARDIR%%/test-framework @dirrmtry %%JAVAJARDIR%%/solrj-lib Modified: head/textproc/apache-solr3/Makefile ============================================================================== --- head/textproc/apache-solr/Makefile Tue Feb 26 03:29:38 2013 (r312955) +++ head/textproc/apache-solr3/Makefile Tue Feb 26 04:01:30 2013 (r312958) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= apache-solr -PORTVERSION= 3.6.0 +PORTVERSION= 3.6.2 CATEGORIES= textproc java MASTER_SITES= APACHE MASTER_SITE_SUBDIR= lucene/solr/${PORTVERSION}/ @@ -12,6 +12,10 @@ MAINTAINER= gaod@hychen.org COMMENT= High performance search server built using Lucene Java LICENSE= AL2 + +CONFLICT= apache-solr-4.1.* + +NO_LATEST_LINK= yes JAVA_VERSION= 1.6+ NO_BUILD= yes PLIST_SUB+= PORTVERSION="${PORTVERSION}" Modified: head/textproc/apache-solr3/distinfo ============================================================================== --- head/textproc/apache-solr/distinfo Tue Feb 26 03:29:38 2013 (r312955) +++ head/textproc/apache-solr3/distinfo Tue Feb 26 04:01:30 2013 (r312958) @@ -1,2 +1,2 @@ -SHA256 (apache-solr-3.6.0.tgz) = 3acac4323ba3dbfa153d8ef01f156bab9b0eccf1b1f1f03e91b8b6739d3dc6c6 -SIZE (apache-solr-3.6.0.tgz) = 86744700 +SHA256 (apache-solr-3.6.2.tgz) = 537426dcbdd0dc82dd5bf16b48b6bcaf87cb4049c1245eea8dcb79eeaf3e7ac6 +SIZE (apache-solr-3.6.2.tgz) = 87268464 Modified: head/textproc/apache-solr3/pkg-plist ============================================================================== --- head/textproc/apache-solr/pkg-plist Tue Feb 26 03:29:38 2013 (r312955) +++ head/textproc/apache-solr3/pkg-plist Tue Feb 26 04:01:30 2013 (r312958) @@ -18,4 +18,8 @@ %%JAVAJARDIR%%/solrj-lib/jcl-over-slf4j-1.6.1.jar %%JAVAJARDIR%%/solrj-lib/slf4j-api-1.6.1.jar %%JAVAJARDIR%%/solrj-lib/wstx-asl-3.2.7.jar +%%JAVAJARDIR%%/solrj-lib/optional/httpclient-4.1.3.jar +%%JAVAJARDIR%%/solrj-lib/optional/httpcore-4.1.4.jar +%%JAVAJARDIR%%/solrj-lib/optional/httpmime-4.1.3.jar +@dirrmtry %%JAVAJARDIR%%/solrj-lib/optional @dirrmtry %%JAVAJARDIR%%/solrj-lib _______________________________________________ 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 Tue Feb 26 09: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]) by hub.freebsd.org (Postfix) with ESMTP id 7174FB75 for ; Tue, 26 Feb 2013 09:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 56121908 for ; Tue, 26 Feb 2013 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q9o18H078542 for ; Tue, 26 Feb 2013 09:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q9o1eR078536; Tue, 26 Feb 2013 09:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 09:50:01 GMT Resent-Message-Id: <201302260950.r1Q9o1eR078536@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Jarrod Sayers Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EC3F49D1 for ; Tue, 26 Feb 2013 09:41:47 +0000 (UTC) (envelope-from jarrod@downtools.com.au) Received: from mail.downtools.com.au (mail.downtools.com.au [123.136.33.243]) by mx1.freebsd.org (Postfix) with ESMTP id 6B9368BF for ; Tue, 26 Feb 2013 09:41:46 +0000 (UTC) Received: from mail.downtools.com.au (mail.downtools.com.au [123.136.33.243]) by mail.downtools.com.au (8.14.4/8.14.4) with ESMTP id r1Q9Tvwa020489 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 26 Feb 2013 19:59:57 +1030 (CST) (envelope-from jarrod@downtools.com.au) Received: (from jarrod@localhost) by mail.downtools.com.au (8.14.4/8.14.4/Submit) id r1Q9Tvmo020488; Tue, 26 Feb 2013 19:59:57 +1030 (CST) (envelope-from jarrod) Message-Id: <201302260929.r1Q9Tvmo020488@mail.downtools.com.au> Date: Tue, 26 Feb 2013 19:59:57 +1030 (CST) From: Jarrod Sayers To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176437: [patch] graphics/p5-Imager: Restore presence of GIF modules X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jarrod Sayers List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 09:50:01 -0000 >Number: 176437 >Category: ports >Synopsis: [patch] graphics/p5-Imager: Restore presence of GIF modules >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: Tue Feb 26 09:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jarrod Sayers >Release: FreeBSD 9.0-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD mail.downtools.com.au 9.0-RELEASE-p5 FreeBSD 9.0-RELEASE-p5 #23: Sat Dec 15 08:56:43 CST 2012 root@burbank.downtools.com.au:/usr/obj/usr/src/sys/BURBANK i386 >Description: As a part of r310176, the presence of the GIF man pages, module and binaries was removed from the ports packing list despite graphics/giflib remaining as a dependant library. As seen in the listed Tinderbox log [1], these packing lists entries are still required. Extract from Tinderbox log: ===> p5-Imager-0.94 depends on shared library: gif - found .. Installing /usr/local/lib/perl5/site_perl/5.14.2/mach/auto/Imager/File/GIF/GIF.so Installing /usr/local/lib/perl5/site_perl/5.14.2/mach/auto/Imager/File/GIF/GIF.bs .. Installing /usr/local/lib/perl5/site_perl/5.14.2/mach/Imager/File/GIF.pm .. Installing /usr/local/lib/perl5/5.14.2/man/man3/Imager::File::GIF.3 [1] http://www.downtools.com.au/~jarrod/FreeBSD/p5-Imager-0.94.log >How-To-Repeat: >Fix: Patch attached, however can be downloaded from: http://www.downtools.com.au/~jarrod/FreeBSD/graphics-p5-Imager-GIF.pm.diff --- graphics-p5-Imager-GIF.pm.diff begins here --- diff -ruN ports/graphics/p5-Imager.orig/Makefile ports/graphics/p5-Imager/Makefile --- ports/graphics/p5-Imager.orig/Makefile 2013-02-04 18:56:38.000000000 +1030 +++ ports/graphics/p5-Imager/Makefile 2013-02-26 19:34:21.000000000 +1030 @@ -3,6 +3,7 @@ PORTNAME= Imager PORTVERSION= 0.94 +PORTREVISION= 1 CATEGORIES= graphics perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -41,6 +42,7 @@ Imager::Expr.3 \ Imager::Expr::Assem.3 \ Imager::ExtUtils.3 \ + Imager::File::GIF.3 \ Imager::File::ICO.3 \ Imager::File::JPEG.3 \ Imager::File::PNG.3 \ diff -ruN ports/graphics/p5-Imager.orig/pkg-plist ports/graphics/p5-Imager/pkg-plist --- ports/graphics/p5-Imager.orig/pkg-plist 2013-02-04 18:56:38.000000000 +1030 +++ ports/graphics/p5-Imager/pkg-plist 2013-02-26 19:36:22.000000000 +1030 @@ -12,6 +12,7 @@ %%SITE_PERL%%/%%PERL_ARCH%%/Imager/Expr/Assem.pm %%SITE_PERL%%/%%PERL_ARCH%%/Imager/ExtUtils.pm %%SITE_PERL%%/%%PERL_ARCH%%/Imager/File/CUR.pm +%%SITE_PERL%%/%%PERL_ARCH%%/Imager/File/GIF.pm %%SITE_PERL%%/%%PERL_ARCH%%/Imager/File/ICO.pm %%SITE_PERL%%/%%PERL_ARCH%%/Imager/File/JPEG.pm %%SITE_PERL%%/%%PERL_ARCH%%/Imager/File/PNG.pm @@ -81,6 +82,8 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/CountColor/CountColor.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/CountColor/CountColor.so +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/File/GIF/GIF.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/File/GIF/GIF.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/File/ICO/ICO.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/File/ICO/ICO.so %%SITE_PERL%%/%%PERL_ARCH%%/auto/Imager/File/JPEG/JPEG.bs --- graphics-p5-Imager-GIF.pm.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 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]) by hub.freebsd.org (Postfix) with ESMTP id 05EB6BA4; Tue, 26 Feb 2013 09:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D5E7990A; Tue, 26 Feb 2013 09:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1Q9o83Q078663; Tue, 26 Feb 2013 09:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1Q9o8cD078659; Tue, 26 Feb 2013 09:50:08 GMT (envelope-from edwin) Date: Tue, 26 Feb 2013 09:50:08 GMT Message-Id: <201302260950.r1Q9o8cD078659@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176437: [patch] graphics/p5-Imager: Restore presence of GIF modules X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 09:50:09 -0000 Synopsis: [patch] graphics/p5-Imager: Restore presence of GIF modules Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 26 09: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=176437 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 11: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]) by hub.freebsd.org (Postfix) with ESMTP id 7114EFC5 for ; Tue, 26 Feb 2013 11:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3FA98D6A for ; Tue, 26 Feb 2013 11:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QBU1QD031424 for ; Tue, 26 Feb 2013 11:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QBU135031423; Tue, 26 Feb 2013 11:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 11:30:01 GMT Resent-Message-Id: <201302261130.r1QBU135031423@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kajetan Staszkiewicz Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 67985F97 for ; Tue, 26 Feb 2013 11:25:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5680DD53 for ; Tue, 26 Feb 2013 11:25:19 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QBPHZY082436 for ; Tue, 26 Feb 2013 11:25:17 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1QBPHTF082435; Tue, 26 Feb 2013 11:25:17 GMT (envelope-from nobody) Message-Id: <201302261125.r1QBPHTF082435@red.freebsd.org> Date: Tue, 26 Feb 2013 11:25:17 GMT From: Kajetan Staszkiewicz To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176438: nrpe2 consuming cpu when handling new connections X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 11:30:01 -0000 >Number: 176438 >Category: ports >Synopsis: nrpe2 consuming cpu when handling new connections >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 11:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kajetan Staszkiewicz >Release: 9.1-RELEASE >Organization: InnoGames GmbH >Environment: FreeBSD xxxxxxx 9.1-RELEASE FreeBSD 9.1-RELEASE #10 r247265M: Mon Feb 25 14:58:39 CET 2013 root@xxxxx:/usr/obj/usr/src/sys/IGLB3 amd64 >Description: When nrpe2 built with SSL support accepts a new connection, it enters a loop waiting for SSL handshake. If no handshake occurs but the tcp connection is established, the loop consumes all available cpu time. 1004 /* keep attempting the request if needed */ 1005 while(((rc=SSL_accept(ssl))!=1) && (SSL_get_error(ssl,rc)==SSL_ERROR_WANT_READ)); I've observed this behavior on FreeBSD 9.0 and 9.1, I was told it happens also on 6.x. This does not happen on nrpe2 running on Debian. Running strace/gdb on the process shows that in Linux it is waiting on read(), while on FreeBSD it iterates the loop over and over very fast. >How-To-Repeat: `telnet localhost 5666` is enough to observe 100% cpu usage in top. >Fix: A dirty hack is to add usleep(100000) in the aforementioned loop. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 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]) by hub.freebsd.org (Postfix) with ESMTP id 5B19FF77 for ; Tue, 26 Feb 2013 14:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3ED368A9 for ; Tue, 26 Feb 2013 14:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QEo15d097988 for ; Tue, 26 Feb 2013 14:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QEo14a097983; Tue, 26 Feb 2013 14:50:01 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 14:50:01 GMT Resent-Message-Id: <201302261450.r1QEo14a097983@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Krzysztof Stryjek Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D6353EF0 for ; Tue, 26 Feb 2013 14:41:47 +0000 (UTC) (envelope-from wtp@bsdserwis.com) Received: from mx1.bsdserwis.com (ns37332.ovh.net [91.121.4.86]) by mx1.freebsd.org (Postfix) with ESMTP id 5104286F for ; Tue, 26 Feb 2013 14:41:47 +0000 (UTC) Received: by mx1.bsdserwis.com (Postfix, from userid 1000) id 4FDD514DC707; Tue, 26 Feb 2013 15:41:46 +0100 (CET) Message-Id: <20130226144146.4FDD514DC707@mx1.bsdserwis.com> Date: Tue, 26 Feb 2013 15:41:46 +0100 (CET) From: Krzysztof Stryjek To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176440: net-mgmt/collectd: small modification for zfs statisticts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Krzysztof Stryjek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 14:50:01 -0000 >Number: 176440 >Category: ports >Synopsis: net-mgmt/collectd: small modification for zfs statisticts >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: Tue Feb 26 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Krzysztof Stryjek >Release: FreeBSD 7.3-STABLE amd64 >Organization: private >Environment: System: FreeBSD test.local 7.3-STABLE FreeBSD 7.3-STABLE #1: Fri May 7 15:18:19 CEST 2010 toor@cmd.bsdserwis.com:/usr/src/sys/TEST7 amd64 >Description: After last update of collectd, collectd deamon cuses core dumps because of zfs_arc plugin (floating point). There is correct patch which does not make collectd to crash. >How-To-Repeat: Just build current net-mgmt/collectd port. >Fix: I'm attaching patch file which should be attached by previous update ------------------------------- patch ------------------------------- diff -ruN collectd/Makefile collectd.new/Makefile --- collectd/Makefile 2013-02-24 05:20:27.000000000 +0100 +++ collectd.new/Makefile 2013-02-26 15:33:50.000000000 +0100 @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ diff -ruN collectd/files/patch-src__zfs_arc.c collectd.new/files/patch-src__zfs_arc.c --- collectd/files/patch-src__zfs_arc.c 2013-02-23 17:34:16.000000000 +0100 +++ collectd.new/files/patch-src__zfs_arc.c 2013-02-26 15:29:28.000000000 +0100 @@ -1,5 +1,5 @@ --- src/zfs_arc.c.orig 2012-11-11 11:43:05.000000000 +0100 -+++ src/zfs_arc.c 2012-12-31 00:59:33.000000000 +0100 ++++ src/zfs_arc.c 2013-02-26 15:29:15.297851681 +0100 @@ -23,11 +23,58 @@ #include "common.h" #include "plugin.h" @@ -60,7 +60,85 @@ static void za_submit (const char* type, const char* type_instance, value_t* values, int values_len) { -@@ -90,42 +137,40 @@ +@@ -46,112 +93,136 @@ + + static void za_submit_gauge (const char* type, const char* type_instance, gauge_t value) + { +- value_t values[1]; ++ value_t vv; + +- values[0].gauge = value; ++ vv.gauge = value; + +- za_submit (type, type_instance, values, STATIC_ARRAY_SIZE(values)); ++ za_submit (type, type_instance, &vv, 1); + } + +-static void za_submit_size (gauge_t size, gauge_t size_target, gauge_t limit_min, gauge_t limit_max) ++static int za_read_derive (struct za_context *ctx, const char *kstat_value, ++ const char *type, const char *type_instance) + { +- value_t values[4]; ++ long long tmp; ++ value_t v; + +- values[0].gauge = size; +- values[1].gauge = size_target; +- values[2].gauge = limit_min; +- values[3].gauge = limit_max; ++ tmp = za_get_value (ctx, (char *)kstat_value); ++ if (tmp == -1LL) ++ { ++ ERROR ("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value); ++ return (-1); ++ } + +- za_submit ("arc_size", "", values, STATIC_ARRAY_SIZE(values)); ++ v.derive = (derive_t) tmp; ++ za_submit (type, type_instance, /* values = */ &v, /* values_num = */ 1); ++ return (0); + } + +-static void za_submit_bytes (counter_t read, counter_t write) ++static int za_read_gauge (struct za_context *ctx, const char *kstat_value, ++ const char *type, const char *type_instance) + { +- value_t values[2]; ++ long long tmp; ++ value_t v; + +- values[0].counter = read; +- values[1].counter = write; ++ tmp = za_get_value (ctx, (char *)kstat_value); ++ if (tmp == -1LL) ++ { ++ ERROR ("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value); ++ return (-1); ++ } + +- za_submit ("arc_l2_bytes", "", values, STATIC_ARRAY_SIZE(values)); ++ v.gauge = (gauge_t) tmp; ++ za_submit (type, type_instance, /* values = */ &v, /* values_num = */ 1); ++ return (0); + } + +-static void za_submit_counts (char *type_instance, counter_t demand_data, counter_t demand_metadata, +- counter_t prefetch_data, counter_t prefetch_metadata) ++static void za_submit_ratio (const char* type_instance, long long hits, long long misses) + { +- value_t values[4]; ++ gauge_t ratio = NAN; + +- values[0].counter = demand_data; +- values[1].counter = demand_metadata; +- values[2].counter = prefetch_data; +- values[3].counter = prefetch_metadata; ++ if ((hits > 0) || (misses > 0)) ++ ratio = hits / (hits + misses); + +- za_submit ("arc_counts", type_instance, values, STATIC_ARRAY_SIZE(values)); ++ za_submit_gauge ("cache_ratio", type_instance, ratio); + } static int za_read (void) { @@ -69,10 +147,9 @@ - counter_t demand_data_misses, demand_metadata_misses, prefetch_data_misses, prefetch_metadata_misses; - counter_t l2_read_bytes, l2_write_bytes; - kstat_t *ksp = NULL; -+ long long arcsize, targetsize, minlimit, maxlimit, hits, misses, l2_size, l2_hits, l2_misses; -+ long long demand_data_hits, demand_metadata_hits, prefetch_data_hits, prefetch_metadata_hits; -+ long long demand_data_misses, demand_metadata_misses, prefetch_data_misses, prefetch_metadata_misses; + long long l2_read_bytes, l2_write_bytes; ++ long long arc_hits, arc_misses, l2_hits, l2_misses; ++ value_t l2_io[2]; + struct za_context ctx; - get_kstat (&ksp, "zfs", 0, "arcstats"); @@ -106,33 +183,65 @@ - l2_write_bytes = get_kstat_value(ksp, "l2_write_bytes"); - l2_hits = get_kstat_value(ksp, "l2_hits"); - l2_misses = get_kstat_value(ksp, "l2_misses"); -+ arcsize = za_get_value(&ctx, "size"); -+ targetsize = za_get_value(&ctx, "c"); -+ minlimit = za_get_value(&ctx, "c_min"); -+ maxlimit = za_get_value(&ctx, "c_max"); -+ -+ demand_data_hits = za_get_value(&ctx, "demand_data_hits"); -+ demand_metadata_hits = za_get_value(&ctx, "demand_metadata_hits"); -+ prefetch_data_hits = za_get_value(&ctx, "prefetch_data_hits"); -+ prefetch_metadata_hits = za_get_value(&ctx, "prefetch_metadata_hits"); -+ -+ demand_data_misses = za_get_value(&ctx, "demand_data_misses"); -+ demand_metadata_misses = za_get_value(&ctx, "demand_metadata_misses"); -+ prefetch_data_misses = za_get_value(&ctx, "prefetch_data_misses"); -+ prefetch_metadata_misses = za_get_value(&ctx, "prefetch_metadata_misses"); -+ -+ hits = za_get_value(&ctx, "hits"); -+ misses = za_get_value(&ctx, "misses"); -+ -+ l2_size = za_get_value(&ctx, "l2_size"); -+ l2_read_bytes = za_get_value(&ctx, "l2_read_bytes"); -+ l2_write_bytes = za_get_value(&ctx, "l2_write_bytes"); -+ l2_hits = za_get_value(&ctx, "l2_hits"); -+ l2_misses = za_get_value(&ctx, "l2_misses"); +- +- +- za_submit_size (arcsize, targetsize, minlimit, maxlimit); +- za_submit_gauge ("arc_l2_size", "", l2_size); +- +- za_submit_counts ("hits", demand_data_hits, demand_metadata_hits, +- prefetch_data_hits, prefetch_metadata_hits); +- za_submit_counts ("misses", demand_data_misses, demand_metadata_misses, +- prefetch_data_misses, prefetch_metadata_misses); ++ /* Sizes */ ++ za_read_gauge (&ctx, "size", "cache_size", "arc"); ++ za_read_gauge (&ctx, "l2_size", "cache_size", "L2"); ++ ++ /* Operations */ ++ za_read_derive (&ctx, "allocated","cache_operation", "allocated"); ++ za_read_derive (&ctx, "deleted", "cache_operation", "deleted"); ++ za_read_derive (&ctx, "stolen", "cache_operation", "stolen"); ++ ++ /* Issue indicators */ ++ za_read_derive (&ctx, "mutex_miss", "mutex_operation", "miss"); ++ za_read_derive (&ctx, "hash_collisions", "hash_collisions", ""); ++ ++ /* Evictions */ ++ za_read_derive (&ctx, "evict_l2_cached", "cache_eviction", "cached"); ++ za_read_derive (&ctx, "evict_l2_eligible", "cache_eviction", "eligible"); ++ za_read_derive (&ctx, "evict_l2_ineligible", "cache_eviction", "ineligible"); ++ ++ /* Hits / misses */ ++ za_read_derive (&ctx, "demand_data_hits", "cache_result", "demand_data-hit"); ++ za_read_derive (&ctx, "demand_metadata_hits", "cache_result", "demand_metadata-hit"); ++ za_read_derive (&ctx, "prefetch_data_hits", "cache_result", "prefetch_data-hit"); ++ za_read_derive (&ctx, "prefetch_metadata_hits", "cache_result", "prefetch_metadata-hit"); ++ za_read_derive (&ctx, "demand_data_misses", "cache_result", "demand_data-miss"); ++ za_read_derive (&ctx, "demand_metadata_misses", "cache_result", "demand_metadata-miss"); ++ za_read_derive (&ctx, "prefetch_data_misses", "cache_result", "prefetch_data-miss"); ++ za_read_derive (&ctx, "prefetch_metadata_misses", "cache_result", "prefetch_metadata-miss"); ++ ++ /* Ratios */ ++ arc_hits = za_get_value (&ctx, "hits"); ++ arc_misses = za_get_value (&ctx, "misses"); ++ l2_hits = za_get_value (&ctx, "l2_hits"); ++ l2_misses = za_get_value (&ctx, "l2_misses"); ++ ++ za_submit_ratio ("arc", arc_hits, arc_misses); ++ za_submit_ratio ("L2", l2_hits, l2_misses); ++ ++ /* I/O */ ++ l2_io[0].derive = za_get_value (&ctx, "l2_read_bytes"); ++ l2_io[1].derive = za_get_value (&ctx, "l2_write_bytes"); +- za_submit_gauge ("arc_ratio", "L1", hits / (hits + misses)); +- za_submit_gauge ("arc_ratio", "L2", l2_hits / (l2_hits + l2_misses)); +- +- za_submit_bytes (l2_read_bytes, l2_write_bytes); ++ za_submit ("io_octets", "L2", l2_io, /* num values = */ 2); - za_submit_size (arcsize, targetsize, minlimit, maxlimit); -@@ -146,12 +191,23 @@ + return (0); +-} ++} /* int za_read */ static int za_init (void) /* {{{ */ { ------------------------------- patch ------------------------------- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 15:04: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]) by hub.freebsd.org (Postfix) with ESMTP id 56CB212B; Tue, 26 Feb 2013 15:04:08 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2FF8D938; Tue, 26 Feb 2013 15:04:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QF48Hi001506; Tue, 26 Feb 2013 15:04:08 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QF48Fg001502; Tue, 26 Feb 2013 15:04:08 GMT (envelope-from makc) Date: Tue, 26 Feb 2013 15:04:08 GMT Message-Id: <201302261504.r1QF48Fg001502@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Subject: Re: ports/176430: [patch] misc/saaghar maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 15:04:08 -0000 Synopsis: [patch] misc/saaghar maintainer change Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Tue Feb 26 15:04:07 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176430 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 16:14:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7B250951; Tue, 26 Feb 2013 16:14:02 +0000 (UTC) (envelope-from gasol.wu@gmail.com) Received: from mail-lb0-f178.google.com (mail-lb0-f178.google.com [209.85.217.178]) by mx1.freebsd.org (Postfix) with ESMTP id D59AFD87; Tue, 26 Feb 2013 16:14:01 +0000 (UTC) Received: by mail-lb0-f178.google.com with SMTP id n1so3167939lba.23 for ; Tue, 26 Feb 2013 08:13:55 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=FkOMdgxG5SZ4GV2fXjNoNvTd7WDQeizCh9Dzx5qsDgs=; b=jI3gBCeGg2CxP0ZMYq6Uyq2TGSLWzwhsJtzpY5O9AZJDl6k8/TwV84T51HB191EVEj yZnT3JlBC2yNb3axpD3Xr61mzn5SanUmJ2gv192ddXzCU2i0kO2W/6Ebh6hL0m0LGmOo JqWY7PQATSmwRN2mexKCTuFgig0KpBcu/y8bn2wQ2J4iVYXOomrdS/j5VQvdCbJ7O7zI hTBgUjO9SefLoPh8ea8oAy1FeKJh4Fi1wwc53PNaPkTm7eS/yj1MCg6ctYvOBXJ9wn6i gIahejdqUU6NVpjwy3AtzYSbBuMePT+QfsuHe5HpYJLEPX5TviCMaYBz49LnVqZQ/Z5/ igyA== MIME-Version: 1.0 X-Received: by 10.152.134.164 with SMTP id pl4mr14120461lab.54.1361895235222; Tue, 26 Feb 2013 08:13:55 -0800 (PST) Received: by 10.152.23.199 with HTTP; Tue, 26 Feb 2013 08:13:55 -0800 (PST) In-Reply-To: <5127D223.7070204@delphij.net> References: <201302221900.r1MJ0ige080355@freefall.freebsd.org> <5127D223.7070204@delphij.net> Date: Wed, 27 Feb 2013 00:13:55 +0800 Message-ID: Subject: Re: ports/176320: [NEW PORT] devel/php5-ZendOptimizerPlus: Faster PHP opcode caching and optimization From: Gasol Wu To: d@delphij.net Content-Type: text/plain; charset=UTF-8 Cc: freebsd-ports-bugs@freebsd.org, delphij@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 16:14:02 -0000 There are same problem in devel/php-xdebug, So I think must add variable in bsd.php.mk to indicate either extension or zend_extension in extensions.ini, It maybe call PHP_ZEND_EXTENSION like attachment you provided. Regards, Gasol. On Sat, Feb 23, 2013 at 4:16 AM, Xin Li wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA512 > > There are multiple issues with the original patch. I'm going to > commit this version if the Mk part was approved by the maintainer (ale@). > > Cheers, > - -- > Xin LI https://www.delphij.net/ > FreeBSD - The Power to Serve! Live free or die > -----BEGIN PGP SIGNATURE----- > > iQEcBAEBCgAGBQJRJ9IjAAoJEG80Jeu8UPuzWnsH/2id1v7jFrQ2Ez3QcowbZM8X > IG54TPzWToL3ncxmw5xdNAXCpoRUWEJy9sVG7+hAC5xwUd3uQgn2ceQUHED7Oiim > pyFxfe8zO+XMprlpsWn0w1B3G+HwvljH/akmsvxLPJiJY2dBuPXLL+nWebX1HJTG > 1RBAe61kCaLaF5UukH2u5houbSbd6ncAPuBYyrLTpoOktH7q80C6potvNf453jr8 > ZHhzS/D6Mhi0FBGCWyW/LbM7uSPB3DolpJFKjW41Zauoyagfcq8Rq9xpm8yU5278 > BF4xsqtrq2KwqLzKzZjE4eTQ9NuTNHr17zAl6jlQqxsrT5vNvOw6yQ0HYrlA6YM= > =R9NY > -----END PGP SIGNATURE----- From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 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]) by hub.freebsd.org (Postfix) with ESMTP id 5B1644A6 for ; Tue, 26 Feb 2013 16:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B286EA9 for ; Tue, 26 Feb 2013 16:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QGe1eV019480 for ; Tue, 26 Feb 2013 16:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QGe1UH019475; Tue, 26 Feb 2013 16:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 16:40:01 GMT Resent-Message-Id: <201302261640.r1QGe1UH019475@freefall.freebsd.org> 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 Public Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6F161351 for ; Tue, 26 Feb 2013 16:34:59 +0000 (UTC) (envelope-from root@ai1.alaska.net) Received: from ai1.alaska.net (ai1.alaska.net [209.112.188.15]) by mx1.freebsd.org (Postfix) with ESMTP id 68D8CE70 for ; Tue, 26 Feb 2013 16:34:34 +0000 (UTC) Received: (from root@localhost) by ai1.alaska.net (8.14.5/8.13.1) id r1QGWlxl033637; Tue, 26 Feb 2013 07:32:47 -0900 (AKST) (envelope-from root) Message-Id: <201302261632.r1QGWlxl033637@ai1.alaska.net> Date: Tue, 26 Feb 2013 07:32:47 -0900 (AKST) From: Joe Public To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176442: Port files with double-colons cannot exist on FAT partitions. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Joe Public List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 16:40:01 -0000 >Number: 176442 >Category: ports >Synopsis: Port files with double-colons cannot exist on FAT partitions. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 16:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Joe Public >Release: FreeBSD 9.1-RELEASE i386 >Organization: none >Environment: Install System: FreeBSD 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Ports contain "files" directories, some containing filenames with "::" (double-colons) in the name, and these files exist on FAT partitions. This is a problem for people that have limited diskspace, and would like to keep ports on other partitions, sometimes FAT partitions (such as SDHC cards, or others). >How-To-Repeat: Try to copy or create a filename with "::" in the filename to or on a FAT32 partition. It will result in an error. Filenames should be choses that are more portable. >Fix: Stop creating filenames with colons in them. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 17:00: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]) by hub.freebsd.org (Postfix) with ESMTP id 55DB9FAE; Tue, 26 Feb 2013 17:00:12 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3232E1009; Tue, 26 Feb 2013 17:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QH0CK5023388; Tue, 26 Feb 2013 17:00:12 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QH0CJk023384; Tue, 26 Feb 2013 17:00:12 GMT (envelope-from linimon) Date: Tue, 26 Feb 2013 17:00:12 GMT Message-Id: <201302261700.r1QH0CJk023384@freefall.freebsd.org> To: root@ai1.alaska.net, linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/176442: Port files with double-colons cannot exist on FAT partitions. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 17:00:12 -0000 Synopsis: Port files with double-colons cannot exist on FAT partitions. State-Changed-From-To: open->suspended State-Changed-By: linimon State-Changed-When: Tue Feb 26 16:54:52 UTC 2013 State-Changed-Why: This is very unlikely to be fixed. Although portmgr indeed has requested that people stop committing new patchfiles with the "::" separators, there remain hundreds of existing ones. IMHO it would be very disruptive to the ports tree -- and thus, most users -- to do a mass rename just to handle this particular FAT edge case. I'll mark this PR suspended as a caution to committers considering adding new patchfiles with that separator. http://www.freebsd.org/cgi/query-pr.cgi?pr=176442 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 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]) by hub.freebsd.org (Postfix) with ESMTP id 8FDE6D1B for ; Tue, 26 Feb 2013 17:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 71AA21207 for ; Tue, 26 Feb 2013 17:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QHe011030965 for ; Tue, 26 Feb 2013 17:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QHe0wW030959; Tue, 26 Feb 2013 17:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 17:40:00 GMT Resent-Message-Id: <201302261740.r1QHe0wW030959@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Lawrence Chen Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4A7BCAE6 for ; Tue, 26 Feb 2013 17:31:55 +0000 (UTC) (envelope-from lchen@zen.lhaven.homeip.net) Received: from mho-01-ewr.mailhop.org (mho-03-ewr.mailhop.org [204.13.248.66]) by mx1.freebsd.org (Postfix) with ESMTP id 0F85B11B2 for ; Tue, 26 Feb 2013 17:31:54 +0000 (UTC) Received: from ip70-179-144-108.fv.ks.cox.net ([70.179.144.108] helo=zen.lhaven.homeip.net) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1UAONX-000MOW-Qi for FreeBSD-gnats-submit@freebsd.org; Tue, 26 Feb 2013 17:31:48 +0000 Received: from zen.lhaven.homeip.net (localhost [127.0.0.1]) by zen.lhaven.homeip.net (8.14.6/8.14.5) with ESMTP id r1QHVixB081815; Tue, 26 Feb 2013 11:31:44 -0600 (CST) (envelope-from lchen@zen.lhaven.homeip.net) Received: (from lchen@localhost) by zen.lhaven.homeip.net (8.14.6/8.14.5/Submit) id r1QHViI3081814; Tue, 26 Feb 2013 11:31:44 -0600 (CST) (envelope-from lchen) Message-Id: <201302261731.r1QHViI3081814@zen.lhaven.homeip.net> Date: Tue, 26 Feb 2013 11:31:44 -0600 (CST) From: Lawrence Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176443: [patch] graphics/netpbm Cc: beastie_t@lhaven.homeip.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Lawrence Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 17:40:01 -0000 >Number: 176443 >Category: ports >Synopsis: [patch] graphics/netpbm >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 17:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Lawrence Chen >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD zen.lhaven.homeip.net 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Now there is no documentation available for netpbm commands >How-To-Repeat: Call manweb on any netpbm command manweb is now missing >Fix: So install the manpages then. Added port option to do so, also make it so X11 option is visible. --- patch.txt begins here --- --- Makefile.orig 2013-02-25 13:07:10.000000000 -0600 +++ Makefile 2013-02-26 11:23:35.046032732 -0600 @@ -32,6 +32,8 @@ MAN1= netpbm.1 +OPTIONS_DEFINE= X11 MANPAGES DOCS + .include .if ${PORT_OPTIONS:MX11} @@ -42,6 +44,333 @@ PLIST_SUB+= X11='@comment ' .endif +.if ${PORT_OPTIONS:MMANPAGES} +USE_PYTHON_BUILD=yes +BUILD_DEPENDS+= wget:${PORTSDIR}/ftp/wget +# lifted from ${BUILD_WRKSRC}/buildtools/Makefile.manpage +MAN1+= \ + 411toppm.1 \ + anytopnm.1 \ + asciitopgm.1 \ + atktopbm.1 \ + bioradtopgm.1 \ + bmptopnm.1 \ + bmptoppm.1 \ + brushtopbm.1 \ + cmuwmtopbm.1 \ + ddbugtopbm.1 \ + escp2topbm.1 \ + eyuvtoppm.1 \ + fiascotopnm.1 \ + fitstopnm.1 \ + fstopgm.1 \ + g3topbm.1 \ + gemtopbm.1 \ + gemtopnm.1 \ + giftopnm.1 \ + gouldtoppm.1 \ + hdifftopam.1 \ + hipstopgm.1 \ + hpcdtoppm.1 \ + icontopbm.1 \ + ilbmtoppm.1 \ + imgtoppm.1 \ + infotopam.1 \ + jbigtopnm.1 \ + jpeg2ktopam.1 \ + jpegtopnm.1 \ + leaftoppm.1 \ + lispmtopgm.1 \ + macptopbm.1 \ + mdatopbm.1 \ + mgrtopbm.1 \ + mrf.1 \ + mrftopbm.1 \ + mtvtoppm.1 \ + neotoppm.1 \ + palmtopnm.1 \ + pamarith.1 \ + pamchannel.1 \ + pamcomp.1 \ + pamcut.1 \ + pamdeinterlace.1 \ + pamdice.1 \ + pamditherbw.1 \ + pamedge.1 \ + pamendian.1 \ + pamfile.1 \ + pamflip.1 \ + pamfunc.1 \ + pamgauss.1 \ + pamlookup.1 \ + pamoil.1 \ + pamperspective.1 \ + pampop9.1 \ + pamscale.1 \ + pamseq.1 \ + pamsharpmap.1 \ + pamsharpness.1 \ + pamslice.1 \ + pamstack.1 \ + pamstereogram.1 \ + pamstretch-gen.1 \ + pamstretch.1 \ + pamsummcol.1 \ + pamsumm.1 \ + pamtodjvurle.1 \ + pamtohdiff.1 \ + pamtohtmltbl.1 \ + pamtojpeg2k.1 \ + pamtopfm.1 \ + pamtopnm.1 \ + pamtotga.1 \ + pamtouil.1 \ + pbmclean.1 \ + pbmlife.1 \ + pbmmake.1 \ + pbmmask.1 \ + pbmpage.1 \ + pbmpscale.1 \ + pbmreduce.1 \ + pbmtext.1 \ + pbmtextps.1 \ + pbmto10x.1 \ + pbmto4425.1 \ + pbmtoascii.1 \ + pbmtoatk.1 \ + pbmtobbnbg.1 \ + pbmtocmuwm.1 \ + pbmtodjvurle.1 \ + pbmtoepsi.1 \ + pbmtoepson.1 \ + pbmtoescp2.1 \ + pbmtog3.1 \ + pbmtogem.1 \ + pbmtogo.1 \ + pbmtoicon.1 \ + pbmtolj.1 \ + pbmtoln03.1 \ + pbmtolps.1 \ + pbmtomacp.1 \ + pbmtomda.1 \ + pbmtomgr.1 \ + pbmtomrf.1 \ + pbmtonokia.1 \ + pbmtopgm.1 \ + pbmtopi3.1 \ + pbmtopk.1 \ + pbmtoplot.1 \ + pbmtoppa.1 \ + pbmtopsg3.1 \ + pbmtoptx.1 \ + pbmtowbmp.1 \ + pbmtox10bm.1 \ + pbmtoxbm.1 \ + pbmtoybm.1 \ + pbmtozinc.1 \ + pbmupc.1 \ + pc1toppm.1 \ + pcdovtoppm.1 \ + pcxtoppm.1 \ + pfmtopam.1 \ + pgmabel.1 \ + pgmbentley.1 \ + pgmcrater.1 \ + pgmedge.1 \ + pgmenhance.1 \ + pgmhist.1 \ + pgmkernel.1 \ + pgmminkowski.1 \ + pgmmorphconv.1 \ + pgmnoise.1 \ + pgmnorm.1 \ + pgmoil.1 \ + pgmramp.1 \ + pgmslice.1 \ + pgmtexture.1 \ + pgmtofs.1 \ + pgmtolispm.1 \ + pgmtopbm.1 \ + pgmtopgm.1 \ + pgmtoppm.1 \ + pi1toppm.1 \ + pi3topbm.1 \ + picttoppm.1 \ + pjtoppm.1 \ + pktopbm.1 \ + pngtopnm.1 \ + pnmalias.1 \ + pnmarith.1 \ + pnmcat.1 \ + pnmcolormap.1 \ + pnmcomp.1 \ + pnmconvol.1 \ + pnmcrop.1 \ + pnmcut.1 \ + pnmdepth.1 \ + pamenlarge.1 \ + pnmfile.1 \ + pnmgamma.1 \ + pnmhisteq.1 \ + pnmhistmap.1 \ + pnmindex.1 \ + pnminterp.1 \ + pnminvert.1 \ + pnmmargin.1 \ + pnmmontage.1 \ + pnmnlfilt.1 \ + pnmnoraw.1 \ + pnmnorm.1 \ + pnmpad.1 \ + pnmpaste.1 \ + pnmpsnr.1 \ + pnmquant.1 \ + pnmremap.1 \ + pnmrotate.1 \ + pnmscalefixed.1 \ + pnmscale.1 \ + pnmshear.1 \ + pnmsmooth.1 \ + pnmsplit.1 \ + pnmstitch.1 \ + pnmtile.1 \ + pnmtoddif.1 \ + pnmtofiasco.1 \ + pnmtofits.1 \ + pnmtojbig.1 \ + pnmtojpeg.1 \ + pnmtopalm.1 \ + pnmtopclxl.1 \ + pnmtoplainpnm.1 \ + pnmtopng.1 \ + pnmtopnm.1 \ + pnmtops.1 \ + pnmtorast.1 \ + pnmtorle.1 \ + pnmtosgi.1 \ + pnmtosir.1 \ + pnmtotiffcmyk.1 \ + pnmtotiff.1 \ + pnmtoxwd.1 \ + ppm3d.1 \ + ppmbrighten.1 \ + ppmchange.1 \ + ppmcie.1 \ + ppmcolormask.1 \ + ppmdim.1 \ + ppmdist.1 \ + ppmdither.1 \ + ppmfade.1 \ + ppmflash.1 \ + ppmforge.1 \ + ppmglobe.1 \ + ppmhist.1 \ + ppmlabel.1 \ + ppmmake.1 \ + ppmmix.1 \ + ppmnorm.1 \ + ppmntsc.1 \ + ppmpat.1 \ + ppmquantall.1 \ + ppmquant.1 \ + ppmrainbow.1 \ + ppmrelief.1 \ + ppmrough.1 \ + ppmshadow.1 \ + ppmshift.1 \ + ppmspread.1 \ + ppmsvgalib.1 \ + ppmtoacad.1 \ + ppmtoarbtxt.1 \ + ppmtobmp.1 \ + ppmtoeyuv.1 \ + ppmtogif.1 \ + ppmtoicr.1 \ + ppmtoilbm.1 \ + ppmtojpeg.1 \ + ppmtoleaf.1 \ + ppmtolj.1 \ + ppmtomitsu.1 \ + ppmtompeg.1 \ + ppmtoneo.1 \ + ppmtopcx.1 \ + ppmtopgm.1 \ + ppmtopi1.1 \ + ppmtopict.1 \ + ppmtopj.1 \ + ppmtopjxl.1 \ + ppmtoppm.1 \ + ppmtopuzz.1 \ + ppmtorgb3.1 \ + ppmtosixel.1 \ + ppmtoterm.1 \ + ppmtotga.1 \ + ppmtouil.1 \ + ppmtowinicon.1 \ + ppmtoxpm.1 \ + ppmtoyuv.1 \ + ppmtoyuvsplit.1 \ + ppmtv.1 \ + ppmwheel.1 \ + psidtopgm.1 \ + pstopnm.1 \ + qrttoppm.1 \ + rasttopnm.1 \ + rawtopgm.1 \ + rawtoppm.1 \ + rgb3toppm.1 \ + rletopnm.1 \ + sbigtopgm.1 \ + sgitopnm.1 \ + sirtopnm.1 \ + sldtoppm.1 \ + spctoppm.1 \ + spottopgm.1 \ + sputoppm.1 \ + tgatoppm.1 \ + thinkjettopbm.1 \ + tifftopnm.1 \ + vidtoppm.1 \ + wbmptopbm.1 \ + winicontoppm.1 \ + xbmtopbm.1 \ + ximtoppm.1 \ + xpmtoppm.1 \ + xvminitoppm.1 \ + xwdtopnm.1 \ + ybmtopbm.1 \ + yuvsplittoppm.1 \ + yuvtoppm.1 \ + zeisstopnm.1 \ + +MAN3 = \ + libnetpbm.3 \ + libnetpbm_image.3 \ + libnetpbm_ug.3 \ + libpbm.3 \ + libpgm.3 \ + libpm.3 \ + libpnm.3 \ + libppm.3 \ + libsystem.3 \ + libtmpfile.3 \ + +MAN5 = \ + extendedopacity.5 \ + pam.5 \ + pbm.5 \ + pgm.5 \ + pnm.5 \ + ppm.5 \ + +.if ${PORT_OPTIONS:MX11} +MAN1+= pamx.1 +.endif + +MANPAGES = $(MAN1) $(MAN3) $(MAN5) +HTMLMANUALS = $(MAN1:.1=.html) $(MAN3:.3=.html) $(MAN5:.5=.html) +.endif + pre-configure: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ @@ -64,13 +393,35 @@ fi; \ ${FALSE}; \ fi) - +.if ${PORT_OPTIONS:MMANPAGES} + @${ECHO_MSG} "===> Downloading and Generating man pages..." + @${MKDIR} ${BUILD_WRKSRC}/netpbmdoc + -@(cd ${BUILD_WRKSRC}/netpbmdoc; \ + wget --recursive --relative http://netpbm.sourceforge.net/doc/; \ + cd netpbm.sourceforge.net/doc; \ + ${PYTHON_CMD} ${BUILD_WRKSRC}/buildtools/makeman index.html ${HTMLMANUALS}; \ + mv index.1 netpbm.1; \ + ) +.endif + post-install: @${INSTALL_DATA} ${WRKSRC}/lib/util/pm_c_util.h ${PREFIX}/include/ @${ECHO_MSG} "===> Installing man pages..." +.if ${PORT_OPTIONS:MMANPAGES} +.for i in ${MAN1} + ${INSTALL_MAN} ${WRKSRC}/netpbmdoc/netpbm.sourceforge.net/doc/${i} ${MANPREFIX}/man/man1 +.endfor +.for i in ${MAN3} + ${INSTALL_MAN} ${WRKSRC}/netpbmdoc/netpbm.sourceforge.net/doc/${i} ${MANPREFIX}/man/man3 +.endfor +.for i in ${MAN5} + ${INSTALL_MAN} ${WRKSRC}/netpbmdoc/netpbm.sourceforge.net/doc/${i} ${MANPREFIX}/man/man5 +.endfor +.else @${REINPLACE_CMD} -e 's|doc/USERDOC|${DOCSDIR}/USERDOC|g' \ ${WRKSRC}/doc/netpbm.1 ${INSTALL_MAN} ${WRKSRC}/doc/netpbm.1 ${MANPREFIX}/man/man1 +.endif .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/USERDOC ${DOCSDIR}/ --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 17:40:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 251CFD1C for ; Tue, 26 Feb 2013 17:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1814E1208 for ; Tue, 26 Feb 2013 17:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QHe2uk031018 for ; Tue, 26 Feb 2013 17:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QHe2kR031017; Tue, 26 Feb 2013 17:40:02 GMT (envelope-from gnats) Date: Tue, 26 Feb 2013 17:40:02 GMT Message-Id: <201302261740.r1QHe2kR031017@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Matthew Grooms Subject: Re: ports/176378: [PATCH] Fix several typos in the ports tree X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Matthew Grooms List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 17:40:03 -0000 The following reply was made to PR ports/176378; it has been noted by GNATS. From: Matthew Grooms To: Christoph Mallon Cc: bug-followup@FreeBSD.org, Olivier.Girard@univ-angers.fr, =?UTF-8?B?Sm9zw6kgQWxvbnNvIEPDoXJkZW5hcyBNw6FycXVleg==?= , mij@bitchx.it, Martin Wilke , perl@FreeBSD.org, Steve Wills , Tom Judge , vbox@FreeBSD.org Subject: Re: ports/176378: [PATCH] Fix several typos in the ports tree Date: Tue, 26 Feb 2013 11:22:23 -0600 Looks good to me. Thanks for finding and fixing this. -Matthew On 2/24/2013 1:05 PM, Christoph Mallon wrote: > Hi, > > I made a PR, which affects a port that you maintain. > Please have a look at > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176378 > > I tried to have you notified via X-GNATS-Notify, but GNATS seems to drop all but the first X-GNATS-Notify. > > Christoph > From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 17:40:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5ADBDD49; Tue, 26 Feb 2013 17:40:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 373041209; Tue, 26 Feb 2013 17:40:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QHeAbu031694; Tue, 26 Feb 2013 17:40:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QHeAZP031681; Tue, 26 Feb 2013 17:40:10 GMT (envelope-from edwin) Date: Tue, 26 Feb 2013 17:40:10 GMT Message-Id: <201302261740.r1QHeAZP031681@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, dinoex@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176443: [patch] graphics/netpbm X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 17:40:10 -0000 Synopsis: [patch] graphics/netpbm Responsible-Changed-From-To: freebsd-ports-bugs->dinoex Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 26 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=176443 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 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]) by hub.freebsd.org (Postfix) with ESMTP id 85A5A50A for ; Tue, 26 Feb 2013 18:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6B13E17B3 for ; Tue, 26 Feb 2013 18:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QIe18I045428 for ; Tue, 26 Feb 2013 18:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QIe1Hg045427; Tue, 26 Feb 2013 18:40:01 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 18:40:01 GMT Resent-Message-Id: <201302261840.r1QIe1Hg045427@freefall.freebsd.org> 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 Grosbein Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D4270650 for ; Tue, 26 Feb 2013 18:30:28 +0000 (UTC) (envelope-from eugen@eg.sd.rdtc.ru) Received: from eg.sd.rdtc.ru (eg.sd.rdtc.ru [IPv6:2a03:3100:c:13::5]) by mx1.freebsd.org (Postfix) with ESMTP id BF884165C for ; Tue, 26 Feb 2013 18:30:26 +0000 (UTC) Received: from eg.sd.rdtc.ru (localhost [127.0.0.1]) by eg.sd.rdtc.ru (8.14.6/8.14.6) with ESMTP id r1QIUN0a062842 for ; Wed, 27 Feb 2013 01:30:23 +0700 (NOVT) (envelope-from eugen@eg.sd.rdtc.ru) Received: (from eugen@localhost) by eg.sd.rdtc.ru (8.14.6/8.14.6/Submit) id r1QIUI8x062841; Wed, 27 Feb 2013 01:30:18 +0700 (NOVT) (envelope-from eugen) Message-Id: <201302261830.r1QIUI8x062841@eg.sd.rdtc.ru> Date: Wed, 27 Feb 2013 01:30:18 +0700 (NOVT) From: Eugene Grosbein To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176445: New port: audio/icecast-kh Streaming mp3/ogg-vorbis audio server, kh branch X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 18:40:01 -0000 >Number: 176445 >Category: ports >Synopsis: New port: audio/icecast-kh Streaming mp3/ogg-vorbis audio server, kh branch >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eugene Grosbein >Release: FreeBSD 8.3-STABLE amd64 >Organization: RDTC JSC >Environment: System: FreeBSD grosbein.pp.ru 8.3-STABLE FreeBSD 8.3-STABLE #24: Sat Jan 26 00:13:54 NOVT 2013 root@grosbein.pp.ru:/usr/local/obj/usr/local/src/sys/DADV amd64 >Description: This new port presents icecast 2.3.3-kh5, a fork of well-known icecast2 streaming audio server. The port is based on audio/icecast2 port, that was heavily modified. icecast 2.3.3-kh5 was has many new useful features not present in original icecast2 and deals with severe load just fine. >How-To-Repeat: N/A >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # icecast-kh # icecast-kh/files # icecast-kh/files/pkg-message.in # icecast-kh/files/patch-configure # icecast-kh/files/icecast.in # icecast-kh/files/patch-Makefile.in # icecast-kh/pkg-descr # icecast-kh/pkg-plist # icecast-kh/distinfo # icecast-kh/Makefile # echo c - icecast-kh mkdir -p icecast-kh > /dev/null 2>&1 echo c - icecast-kh/files mkdir -p icecast-kh/files > /dev/null 2>&1 echo x - icecast-kh/files/pkg-message.in sed 's/^X//' >icecast-kh/files/pkg-message.in << '7f93f8e7793e11f133dce9e309dbb77c' XTo start icecast at system boot, customize %%PREFIX%%/etc/icecast.xml Xto your environment as desired and add: X Xicecast_enable="YES" X Xto /etc/rc.conf. See the icecast -h command for optional additional Xflags. To specify an alternative config file for example add: X Xicecast_flags="-c /path/to/your/configuration.xml" X X********************************************************************** X** Make sure the section in your configuration file ** X** is NOT commented out. Icecast will refuse to run as root. ** X** ** X** Also make sure that the user you choose is able to write to your ** X** configured log directory, otherwise icecast will refuse to run. ** X********************************************************************** 7f93f8e7793e11f133dce9e309dbb77c echo x - icecast-kh/files/patch-configure sed 's/^X//' >icecast-kh/files/patch-configure << '81bd15c9b03ef6d24a22b9ab1d768560' X--- configure.orig 2012-09-12 09:17:21.000000000 +0700 X+++ configure 2013-02-24 02:48:14.000000000 +0700 X@@ -793,6 +793,7 @@ X with_speex X with_curl X with_curl_config X+with_kate X enable_yp X with_openssl X ' X@@ -17610,6 +17611,16 @@ X X fi X X+# Check whether --with-kate was given. X+if test "${with_kate+set}" = set; then : X+ withval=$with_kate; kate_prefix="$withval" X+fi X+ X+if test "x$kate_prefix" = "xno" X+then X+ { $as_echo "$as_me:${as_lineno-$LINENO}: result: libkate support disabled by request" >&5 X+$as_echo "libkate support disabled by request" >&6; } X+else X X { $as_echo "$as_me:${as_lineno-$LINENO}: checking for kate_decode_init in -lkate" >&5 X $as_echo_n "checking for kate_decode_init in -lkate... " >&6; } X@@ -17707,6 +17718,7 @@ X fi X #ICECAST_OPTIONAL="$ICECAST_OPTIONAL format_kate.o" X X+fi X X X 81bd15c9b03ef6d24a22b9ab1d768560 echo x - icecast-kh/files/icecast.in sed 's/^X//' >icecast-kh/files/icecast.in << '43509185eebb167158d89cf43baca7c9' X#!/bin/sh X# X# $FreeBSD$ X# X X# PROVIDE: icecast X# REQUIRE: LOGIN X# KEYWORD: shutdown X X# Add the following line to /etc/rc.conf to enable `icecast'. X# X#icecast_enable="YES" X# X# To specify a non-default configuration file, set icecast_config X# in /etc/rc.conf: X# X#icecast_config="%%PREFIX%%/etc/icecast.xml" X# X# Make sure the section in your configuration file is X# not commented out - icecast refuses to run as root. X# X X. /etc/rc.subr X Xname="icecast" Xrcvar=icecast_enable X Xcommand="%%PREFIX%%/bin/icecast" Xcommand_args="-b 1>/dev/null" Xextra_commands="reload" X X# read configuration and set defaults Xload_rc_config "$name" X: ${icecast_enable="NO"} X: ${icecast_config="%%PREFIX%%/etc/${name}.xml"} X: ${icecast_flags="-c ${icecast_config}"} X Xrequired_files="${icecast_config}" X Xrun_rc_command "$1" 43509185eebb167158d89cf43baca7c9 echo x - icecast-kh/files/patch-Makefile.in sed 's/^X//' >icecast-kh/files/patch-Makefile.in << '23b844be8c5528d4d7883b35169babe5' X--- conf/Makefile.in.orig 2008-05-30 08:58:57.000000000 +0900 X+++ conf/Makefile.in 2010-05-14 17:36:16.000000000 +0900 X@@ -407,8 +407,7 @@ X X install-data-hook: X $(mkinstalldirs) $(DESTDIR)$(sysconfdir) X- test -f $(DESTDIR)$(sysconfdir)/icecast.xml || \ X- $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml X+ $(INSTALL_DATA) icecast.xml.dist $(DESTDIR)$(sysconfdir)/icecast.xml.sample X X icecast.xml.dist: $(srcdir)/icecast.xml.in X $(edit) $(srcdir)/icecast.xml.in > icecast.xml.dist 23b844be8c5528d4d7883b35169babe5 echo x - icecast-kh/pkg-descr sed 's/^X//' >icecast-kh/pkg-descr << '0054822bbe4f357930604d44bf526fdf' XIcecast-kh is a fork of icecast, a streaming mp3/ogg-vorbis audio server. X XIcecast provides nearly all the functionality of the Shoutcast server. XIt will accept encoding streams from encoders like winamp, shout and ices. XIt can also add itself to a directory server such as our own Xicecast.linuxpower.org or Nullsoft's yp.shoutcast.com. X XWWW: https://github.com/karlheyes/icecast-kh/ 0054822bbe4f357930604d44bf526fdf echo x - icecast-kh/pkg-plist sed 's/^X//' >icecast-kh/pkg-plist << '6deadc78fe937b292592d30fc6dc10a9' Xbin/icecast X@unexec if cmp -s %D/etc/icecast.xml.sample %D/etc/icecast.xml; then rm -f %D/etc/icecast.xml; fi Xetc/icecast.xml.sample X@exec if [ ! -f %D/etc/icecast.xml ]; then cp -p %D/%F %B/icecast.xml; fi X%%PORTDOCS%%%%DOCSDIR%%/AUTHORS X%%PORTDOCS%%%%DOCSDIR%%/NEWS X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/TODO X%%PORTDOCS%%%%DOCSDIR%%/icecast2_admin.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_basicsetup.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_config_file.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_faq.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_glossary.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_introduction.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_listenerauth.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_relay.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_stats.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_win32.html X%%PORTDOCS%%%%DOCSDIR%%/icecast2_yp.html X%%PORTDOCS%%%%DOCSDIR%%/index.html X%%DATADIR%%/admin/listclients.xsl X%%DATADIR%%/admin/listmounts.xsl X%%DATADIR%%/admin/logs.xsl X%%DATADIR%%/admin/manageauth.xsl X%%DATADIR%%/admin/managerelays.xsl X%%DATADIR%%/admin/moveclients.xsl X%%DATADIR%%/admin/response.xsl X%%DATADIR%%/admin/showlog.xsl X%%DATADIR%%/admin/stats.xsl X%%DATADIR%%/admin/updatemetadata.xsl X%%DATADIR%%/admin/viewxml.xsl X%%DATADIR%%/admin/xspf.xsl X%%DATADIR%%/doc/icecast.xml.dist X%%DATADIR%%/doc/icecast_minimal.xml.dist X%%DATADIR%%/doc/icecast_shoutcast_compat.xml.dist X%%DATADIR%%/web/7.xsl X%%DATADIR%%/web/admin.html X%%DATADIR%%/web/adminbar.html X%%DATADIR%%/web/auth.xsl X%%DATADIR%%/web/favicon.ico X%%DATADIR%%/web/images/corner_bottomleft.jpg X%%DATADIR%%/web/images/corner_bottomright.jpg X%%DATADIR%%/web/images/corner_topleft.jpg X%%DATADIR%%/web/images/corner_topright.jpg X%%DATADIR%%/web/images/icecast.png X%%DATADIR%%/web/images/key.png X%%DATADIR%%/web/images/tunein.png X%%DATADIR%%/web/index.html X%%DATADIR%%/web/server_version.xsl X%%DATADIR%%/web/status.xsl X%%DATADIR%%/web/status2.xsl X%%DATADIR%%/web/statusbar.html X%%DATADIR%%/web/style.css X@dirrm %%DATADIR%%/web/images X@dirrm %%DATADIR%%/web X@dirrm %%DATADIR%%/doc X@dirrm %%DATADIR%%/admin X@dirrm %%DATADIR%% X%%PORTDOCS%%@dirrm %%DOCSDIR%% 6deadc78fe937b292592d30fc6dc10a9 echo x - icecast-kh/distinfo sed 's/^X//' >icecast-kh/distinfo << '3c1e6e40532ecc4735eef9af113d4d84' XSHA256 (icecast-2.3.3-kh5.tar.gz) = 80cb27b417c9649cadddfe0a04cf2382c801a518245be5679052dea4dbf76c9f XSIZE (icecast-2.3.3-kh5.tar.gz) = 938511 3c1e6e40532ecc4735eef9af113d4d84 echo x - icecast-kh/Makefile sed 's/^X//' >icecast-kh/Makefile << 'eb4a41aa0c672ef198641d9d46b146bb' X# $FreeBSD$ X XPORTNAME= icecast XPORTVERSION= ${ICECAST_VERSION}.k${KH} XCATEGORIES= audio net ipv6 XMASTER_SITES= http://github.com/downloads/karlheyes/${PORTNAME}-${PKGNAMESUFFIX}/ \ X http://www.grosbein.net/freebsd/${PORTNAME}-${PKGNAMESUFFIX}/ XPKGNAMESUFFIX= kh XDISTNAME= icecast-${ICECAST_VERSION}-kh${KH} X XMAINTAINER= ports@grosbein.net XCOMMENT= Streaming mp3/ogg-vorbis audio server, kh branch X XLICENSE= GPLv2 X XBUILD_DEPENDS= libogg>=1.2.2:${PORTSDIR}/audio/libogg \ X libtheora>=1.1.1:${PORTSDIR}/multimedia/libtheora \ X libvorbis>=1.3.3:${PORTSDIR}/audio/libvorbis \ X libxml2>=2.7.8:${PORTSDIR}/textproc/libxml2 \ X libxslt>=1.1.26:${PORTSDIR}/textproc/libxslt X XUSE_GMAKE= yes XGNU_CONFIGURE= yes XUSE_OPENSSL= yes XUSE_PKGCONFIG= yes XUSE_RC_SUBR= ${PORTNAME} XSUB_FILES+= pkg-message XCONFIGURE_ENV= OGG_PREFIX=${LOCALBASE} XCFLAGS+= -I${LOCALBASE}/include XLDFLAGS+= -L${LOCALBASE}/lib X XICECAST_VERSION=2.3.3 XKH= 5 XFETCH_ARGS= -Fpr X XOPTIONS_DEFINE= CURL DOCS KATE SPEEX SSL_PORT XOPTIONS_DEFAULT= CURL KATE SPEEX XCURL_DESC= Support Directory server interaction (YP) via curl XKATE_DESC= Support Kate/Skeleton codec within Ogg streams XSPEEX_DESC= Support Speex codec within Ogg streams XSSL_PORT_DESC= Use OpenSSL from ports instead of one in the base X XCONFLICTS_INSTALL= icecast-[0-9]* icecast2-[0-9]* X XMAKE_JOBS_SAFE=yes X X.include X X.if ${PORT_OPTIONS:MCURL} XBUILD_DEPENDS+= curl>=7.10:${PORTSDIR}/ftp/curl XCONFIGURE_ARGS+= --with-curl=${LOCALBASE} X.else XCONFIGURE_ARGS+= --without-curl X.endif X X.if ${PORT_OPTIONS:MKATE} XBUILD_DEPENDS+= libkate>=0.4.1:${PORTSDIR}/multimedia/libkate X.else XCONFIGURE_ARGS+= --without-kate X.endif X X.if ${PORT_OPTIONS:MSPEEX} XBUILD_DEPENDS+= speex>=1:${PORTSDIR}/audio/speex XCONFIGURE_ARGS+= --with-speex=${LOCALBASE} X.else XCONFIGURE_ARGS+= --without-speex X.endif X X.if ${PORT_OPTIONS:MSSL_PORT} XWITH_OPENSSL_PORT= yes X.else XWITH_OPENSSL_BASE= yes X.endif X X.include X X.if ! ${PORT_OPTIONS:MDOCS} Xpost-patch: X ${REINPLACE_CMD} -e 's|^\(SUBDIRS =.*\) doc \(.*\)|\1 \2 # doc|' \ X -e 's| install-exec-am install-data-am| install-exec-am|' \ X ${WRKSRC}/Makefile.in X.endif X XRUN_DEPENDS:= ${BUILD_DEPENDS} X XCONFIGURE_ARGS+= --with-openssl=${OPENSSLBASE} X Xpost-install: X @if [ ! -f ${PREFIX}/etc/${PORTNAME}.xml ]; then\ X ${CP} -p ${PREFIX}/etc/${PORTNAME}.xml.sample ${PREFIX}/etc/${PORTNAME}.xml; \ X fi X.if ${PORT_OPTIONS:MDOCS} X @${RM} -f ${DOCSDIR}/COPYING X.endif X @${CAT} ${PKGMESSAGE} X X.include eb4a41aa0c672ef198641d9d46b146bb exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 18:46:30 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 77CC1642; Tue, 26 Feb 2013 18:46:30 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4B4BB1893; Tue, 26 Feb 2013 18:46:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QIkU4j046994; Tue, 26 Feb 2013 18:46:30 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QIkTmV046990; Tue, 26 Feb 2013 18:46:29 GMT (envelope-from rm) Date: Tue, 26 Feb 2013 18:46:29 GMT Message-Id: <201302261846.r1QIkTmV046990@freefall.freebsd.org> To: pjenvey@groovie.org, rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, rm@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/171388: news/hellanzb doesn't work anymore since Fbsd 9.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 18:46:30 -0000 Synopsis: news/hellanzb doesn't work anymore since Fbsd 9.0 Responsible-Changed-From-To: freebsd-ports-bugs->rm Responsible-Changed-By: rm Responsible-Changed-When: Tue Feb 26 18:46:29 UTC 2013 Responsible-Changed-Why: I will take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=171388 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 18:59: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]) by hub.freebsd.org (Postfix) with ESMTP id E21AEB4B; Tue, 26 Feb 2013 18:59:24 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A53F41936; Tue, 26 Feb 2013 18:59:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QIxODo048731; Tue, 26 Feb 2013 18:59:24 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QIxNMu048727; Tue, 26 Feb 2013 18:59:23 GMT (envelope-from rm) Date: Tue, 26 Feb 2013 18:59:23 GMT Message-Id: <201302261859.r1QIxNMu048727@freefall.freebsd.org> To: rotkap@gmx.de, rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/171079: graphics/rawtherapee hangs x11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 18:59:25 -0000 Synopsis: graphics/rawtherapee hangs x11 State-Changed-From-To: open->feedback State-Changed-By: rm State-Changed-When: Tue Feb 26 18:59:23 UTC 2013 State-Changed-Why: Hello Heino, is this still the case? http://www.freebsd.org/cgi/query-pr.cgi?pr=171079 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 19:10:58 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F0B83F2E for ; Tue, 26 Feb 2013 19:10:58 +0000 (UTC) (envelope-from rotkap@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by mx1.freebsd.org (Postfix) with ESMTP id 7C5FD19B7 for ; Tue, 26 Feb 2013 19:10:58 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.19]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0LbfGf-1UZ3Zz3pnP-00lC8y for ; Tue, 26 Feb 2013 20:10:57 +0100 Received: (qmail invoked by alias); 26 Feb 2013 19:10:56 -0000 Received: from g224062227.adsl.alicedsl.de (EHLO ahab.tihnet) [92.224.62.227] by mail.gmx.net (mp019) with SMTP; 26 Feb 2013 20:10:56 +0100 X-Authenticated: #1274221 X-Provags-ID: V01U2FsdGVkX18IYHBVn1cIZJHSIAiohfXCiJqPYk+ww9nsWv4FYL W0JkzDn24hSPZR Received: from localhost ([127.0.0.1] helo=ahab.tihnet) by ahab.tihnet with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UAPvQ-0001Ok-9Z; Tue, 26 Feb 2013 20:10:52 +0100 From: Heino Tiedemann To: rm@FreeBSD.org Subject: Re: ports/171079: graphics/rawtherapee hangs x11 Organization: yes References: <201302261859.r1QIxNMu048727@freefall.freebsd.org> Date: Tue, 26 Feb 2013 20:10:52 +0100 In-Reply-To: <201302261859.r1QIxNMu048727@freefall.freebsd.org> (rm@freebsd.org's message of "Tue, 26 Feb 2013 18:59:23 GMT") Message-ID: <8638wievr7.fsf@ahab.tihnet> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (berkeley-unix) X-Face: v6Lci{Mw=kwHf$`7C?L-U#BHn7O\wqF-1qg#Vk%}nUQv\i^mM/.p=wU+cr)yXf#Ob+foOOxW; ir"QI!|25wG3`ywF)yh~@V.kKtr.qp+v.R; w?c@ZzM#!'/7r_+)$NjMN:]qo-]`&z~KlP}|cERO'%s9":6\ZnN/O List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 19:10:59 -0000 rm@FreeBSD.org wrote: > Synopsis: graphics/rawtherapee hangs x11 > > State-Changed-From-To: open->feedback > State-Changed-By: rm > State-Changed-When: Tue Feb 26 18:59:23 UTC 2013 > State-Changed-Why: > Hello Heino, is this still the case? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=171079 Yes, but... I think it is of my 32bit architecture. The projekt web-page of Rawtherapee is warnig aobut 32 bit system. It says rawtherapee is using _a lot_ of memory. So maybe that is the reason http://rawtherapee.com/blog/maximizing-memory-efficiency In most cases I can close it und re-run it. Cost plenty of time, but works. Heino From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 19: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]) by hub.freebsd.org (Postfix) with ESMTP id C898F478 for ; Tue, 26 Feb 2013 19:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BB2191A2D for ; Tue, 26 Feb 2013 19:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QJK2tg053205 for ; Tue, 26 Feb 2013 19:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QJK1ov053204; Tue, 26 Feb 2013 19:20:02 GMT (envelope-from gnats) Date: Tue, 26 Feb 2013 19:20:02 GMT Message-Id: <201302261920.r1QJK1ov053204@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Ruslan Makhmatkhanov Subject: Re: ports/171079: graphics/rawtherapee hangs x11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ruslan Makhmatkhanov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 19:20:02 -0000 The following reply was made to PR ports/171079; it has been noted by GNATS. From: Ruslan Makhmatkhanov To: Heino Tiedemann Cc: bug-followup@FreeBSD.org Subject: Re: ports/171079: graphics/rawtherapee hangs x11 Date: Tue, 26 Feb 2013 23:14:46 +0400 Heino Tiedemann wrote on 26.02.2013 23:10: > rm@FreeBSD.org wrote: > >> Synopsis: graphics/rawtherapee hangs x11 >> >> State-Changed-From-To: open->feedback >> State-Changed-By: rm >> State-Changed-When: Tue Feb 26 18:59:23 UTC 2013 >> State-Changed-Why: >> Hello Heino, is this still the case? >> >> http://www.freebsd.org/cgi/query-pr.cgi?pr=171079 > > > Yes, but... > > > I think it is of my 32bit architecture. > > The projekt web-page of Rawtherapee is warnig aobut 32 bit system. It > says rawtherapee is using _a lot_ of memory. So maybe that is the > reason > > http://rawtherapee.com/blog/maximizing-memory-efficiency > > > In most cases I can close it und re-run it. Cost plenty of time, but > works. > > Heino Thanks for reply. So you aren't able to check on amd64 to make sure it's platform-specific? I can test it on amd64 with 4GB RAM if you instruct me what exactly I should do. If it's ok, we can close that pr, because it's not FreeBSD-specific. -- Regards, Ruslan Tinderboxing kills... the drives. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 19: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]) by hub.freebsd.org (Postfix) with ESMTP id 296CA80A for ; Tue, 26 Feb 2013 19:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EC5791AC0 for ; Tue, 26 Feb 2013 19:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QJU0W4054753 for ; Tue, 26 Feb 2013 19:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QJU0KI054748; Tue, 26 Feb 2013 19:30:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 19:30:00 GMT Resent-Message-Id: <201302261930.r1QJU0KI054748@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 8ADAF50D; Tue, 26 Feb 2013 19:20:58 +0000 (UTC) (envelope-from amdmi3@amdmi3.ru) Received: from smtp.timeweb.ru (smtp.timeweb.ru [92.53.116.15]) by mx1.freebsd.org (Postfix) with ESMTP id 4C9941A43; Tue, 26 Feb 2013 19:20:58 +0000 (UTC) Received: from [213.148.20.85] (helo=hive.panopticon) by smtp.timeweb.ru with esmtpsa (TLS1.0:DHE_RSA_CAMELLIA_256_CBC_SHA1:256) (Exim 4.80) (envelope-from ) id 1UAQ55-0004wD-7u; Tue, 26 Feb 2013 23:20:51 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.32]) by hive.panopticon (Postfix) with ESMTP id A485CB84D; Tue, 26 Feb 2013 23:20:50 +0400 (MSK) Received: by hades.panopticon (Postfix, from userid 1000) id 95B069E0; Tue, 26 Feb 2013 23:20:50 +0400 (MSK) Message-Id: <20130226192050.95B069E0@hades.panopticon> Date: Tue, 26 Feb 2013 23:20:50 +0400 (MSK) From: Dmitry Marakasov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176447: [PATCH] graphics/gegl: fix plist Cc: gnome@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 19:30:01 -0000 >Number: 176447 >Category: ports >Synopsis: [PATCH] graphics/gegl: fix plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 19:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD hades.panopticon 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Wed Jun 13 17:39:20 MSK 2012 >Description: Fix plist: share/gtk-doc/html/gegl/api.html is not installed Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- gegl-0.1.8_6.patch begins here --- diff -ruN --exclude=CVS /usr/ports/graphics/gegl/pkg-plist ./pkg-plist --- /usr/ports/graphics/gegl/pkg-plist 2012-05-20 20:44:31.000000000 +0400 +++ ./pkg-plist 2013-02-26 20:30:45.928932805 +0400 @@ -271,7 +271,6 @@ lib/libgegl-0.1.so.%%GEGL_MINOR%% libdata/pkgconfig/gegl.pc share/gir-1.0/Gegl-0.1.gir -%%PORTDOCS%%share/gtk-doc/html/gegl/api.html %%PORTDOCS%%share/gtk-doc/html/gegl/brightness-contrast.c.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-area-filter.h.html %%PORTDOCS%%share/gtk-doc/html/gegl/gegl-operation-composer.h.html --- gegl-0.1.8_6.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 19:30:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 01F5280B for ; Tue, 26 Feb 2013 19:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D09511AC1 for ; Tue, 26 Feb 2013 19:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QJU14q054802 for ; Tue, 26 Feb 2013 19:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QJU1JT054801; Tue, 26 Feb 2013 19:30:01 GMT (envelope-from gnats) Date: Tue, 26 Feb 2013 19:30:01 GMT Message-Id: <201302261930.r1QJU1JT054801@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Peter Klett Subject: Re: ports/175310: [maintainer update] net-p2p/retroshare to 0.5.4d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Peter Klett List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 19:30:03 -0000 The following reply was made to PR ports/175310; it has been noted by GNATS. From: Peter Klett To: Cc: Subject: Re: ports/175310: [maintainer update] net-p2p/retroshare to 0.5.4d Date: Tue, 26 Feb 2013 20:20:28 +0100 Hi, does build now, please see also the logs on redports: 9.1-RELEASE/amd64 https://redports.org/buildarchive/20130224215249-15923 7.4-/8.3-RELEASE https://redports.org/buildarchive/20130225125459-85102 please use this patch: http://www.netkey.at/peter/retroshare.update.to.0.5.4d.diff thank you From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 19: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]) by hub.freebsd.org (Postfix) with ESMTP id 55F7383C; Tue, 26 Feb 2013 19:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 32C221AC5; Tue, 26 Feb 2013 19:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QJU9Ci054889; Tue, 26 Feb 2013 19:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QJU9nG054885; Tue, 26 Feb 2013 19:30:09 GMT (envelope-from edwin) Date: Tue, 26 Feb 2013 19:30:09 GMT Message-Id: <201302261930.r1QJU9nG054885@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176447: [PATCH] graphics/gegl: fix plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 19:30:09 -0000 Synopsis: [PATCH] graphics/gegl: fix plist Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 26 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=176447 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 19:40:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1652C97E for ; Tue, 26 Feb 2013 19:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F235C1B2B for ; Tue, 26 Feb 2013 19:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QJe2Rs056508 for ; Tue, 26 Feb 2013 19:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QJe23x056507; Tue, 26 Feb 2013 19:40:02 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 19:40:02 GMT Resent-Message-Id: <201302261940.r1QJe23x056507@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gerrit Kühn Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B4060961 for ; Tue, 26 Feb 2013 19:38:35 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 83A891B1B for ; Tue, 26 Feb 2013 19:38:35 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QJcY4x033033 for ; Tue, 26 Feb 2013 19:38:34 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1QJcYl8033032; Tue, 26 Feb 2013 19:38:34 GMT (envelope-from nobody) Message-Id: <201302261938.r1QJcYl8033032@red.freebsd.org> Date: Tue, 26 Feb 2013 19:38:34 GMT From: Gerrit Kühn To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176448: update games/hedgewars X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 19:40:03 -0000 >Number: 176448 >Category: ports >Synopsis: update games/hedgewars >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 19:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gerrit Kühn >Release: >Organization: >Environment: >Description: Hedgewars 0.9.18 has been released some time ago. The ports version is 0.9.17, which does not mix with 0.9.18. So we are limited to play with other people also running an outdated version (and there are not many left). Please update the port. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 19:40:32 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2A3D89B6; Tue, 26 Feb 2013 19:40:32 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 06F581B31; Tue, 26 Feb 2013 19:40:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QJeVm5056600; Tue, 26 Feb 2013 19:40:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QJeVSB056596; Tue, 26 Feb 2013 19:40:31 GMT (envelope-from edwin) Date: Tue, 26 Feb 2013 19:40:31 GMT Message-Id: <201302261940.r1QJeVSB056596@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, amdmi3@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176448: update games/hedgewars X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 19:40:32 -0000 Synopsis: update games/hedgewars Responsible-Changed-From-To: freebsd-ports-bugs->amdmi3 Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 26 19:40:31 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176448 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 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]) by hub.freebsd.org (Postfix) with ESMTP id B84A163C for ; Tue, 26 Feb 2013 20:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A7F121C98 for ; Tue, 26 Feb 2013 20:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QKA1ve061633 for ; Tue, 26 Feb 2013 20:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QKA1K6061632; Tue, 26 Feb 2013 20:10:01 GMT (envelope-from gnats) Date: Tue, 26 Feb 2013 20:10:01 GMT Message-Id: <201302262010.r1QKA1K6061632@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176402: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 20:10:01 -0000 The following reply was made to PR ports/176402; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176402: commit references a PR Date: Tue, 26 Feb 2013 20:08:04 +0000 (UTC) Author: pawel Date: Tue Feb 26 20:07:49 2013 New Revision: 313003 URL: http://svnweb.freebsd.org/changeset/ports/313003 Log: - Update to version 4.5, now GTK+2 based - Convert to OptionsNG, respect NLS option - Add support for sqlite3 - Add license info - Respect CFLAGS during build - Update COMMENT, pkg-descr to describe actual state PR: ports/176402 Reported by: Aldis Berjoza Added: head/databases/gtksql/files/patch-Makefile.am (contents, props changed) head/databases/gtksql/files/patch-po__Makefile.in.in (contents, props changed) head/databases/gtksql/files/patch-src__Makefile.am (contents, props changed) Deleted: head/databases/gtksql/files/patch-aa head/databases/gtksql/files/patch-postgres.c Modified: head/databases/gtksql/Makefile head/databases/gtksql/distinfo head/databases/gtksql/pkg-descr head/databases/gtksql/pkg-plist Modified: head/databases/gtksql/Makefile ============================================================================== --- head/databases/gtksql/Makefile Tue Feb 26 18:47:53 2013 (r313002) +++ head/databases/gtksql/Makefile Tue Feb 26 20:07:49 2013 (r313003) @@ -2,59 +2,74 @@ # $FreeBSD$ PORTNAME= gtksql -PORTVERSION= 0.3 -PORTREVISION= 6 +PORTVERSION= 0.4.5 CATEGORIES= databases -MASTER_SITES= http://membres.lycos.fr/bbrox/GtkSQL/ +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-testing/${PORTNAME}-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org -COMMENT= Graphical query tool for PostgreSQL and/or MySQL +COMMENT= Graphical query tool for PostgreSQL/MySQL/SQLite -.if defined(PACKAGE_BUILDING) && !defined(WITH_MYSQL) && !defined(WITH_PGSQL) -BROKEN= Needs modification to work with newer MySQL -EXPIRATION_DATE= 2011-11-30 -WITH_MYSQL= yes -.endif +LICENSE= GPLv2 + +LIB_DEPENDS= avahi-client:${PORTSDIR}/net/avahi-app + +GNU_CONFIGURE= yes +USE_AUTOTOOLS= aclocal libtool +ACLOCAL_ARGS= -I${LOCALBASE}/share/aclocal +USE_PKGCONFIG= build +USE_GMAKE= yes +USE_GNOME= gtk20 + +MAN1= ${PORTNAME}.1 +PORTDOCS= AUTHORS ChangeLog NEWS README TODO -USE_GNOME= gtk12 +OPTIONS_MULTI= DB +OPTIONS_MULTI_DB= MYSQL PGSQL SQLITE3 +OPTIONS_DEFAULT= MYSQL PGSQL SQLITE3 -.include +.include -.if defined(WITH_MYSQL) || (exists(${LOCALBASE}/lib/mysql/libmysqlclient.a) \ - && !defined(WITHOUT_MYSQL)) +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes -.endif -.if defined(WITH_PGSQL) || (exists(${LOCALBASE}/lib/libpq.a) \ - && !defined(WITHOUT_PGSQL)) -HAVE_PGSQL= yes -USE_PGSQL= yes +.else +CONFIGURE_ARGS+=--without-mysql .endif -pre-patch: -.if !defined(USE_MYSQL) && !defined(HAVE_PGSQL) - @${ECHO} "You must specify which database to use, possible are:" - @${ECHO} - @${ECHO} "make WITH_MYSQL=yes (for MySQL support)" - @${ECHO} "make WITH_PGSQL=yes (for PostgreSQL support)" - @${ECHO} "make WITH_MYSQL=yes WITH_PGSQL=yes (for both MySQL and PostgreSQL support)" - @${FALSE} +.if ${PORT_OPTIONS:MNLS} +USE_GETTEXT= yes +PLIST_SUB+= NLS="" +.else +CONFIGURE_ARGS+=--disable-nls +PLIST_SUB+= NLS="@comment " .endif -do-configure: -.if defined(USE_MYSQL) - @${REINPLACE_CMD} -e "s/^#MYSQL/MYSQL/g" ${WRKSRC}/Makefile -.endif -.if defined(HAVE_PGSQL) - @${REINPLACE_CMD} -e "s/^#PGSQL/PGSQL/g" ${WRKSRC}/Makefile +.if ${PORT_OPTIONS:MPGSQL} +USE_PGSQL= yes +.else +CONFIGURE_ARGS+=--without-postgresql .endif -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gtksql ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @${MKDIR} ${PREFIX}/share/doc/gtksql -.for file in Changelog README - ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksql +.if ${PORT_OPTIONS:MSQLITE3} +LIB_DEPENDS+= sqlite3:${PORTSDIR}/databases/sqlite3 +.else +CONFIGURE_ARGS+=--without-sqlite +.endif + +post-patch: + @${REINPLACE_CMD} -e 's|/usr/include/mysql|${LOCALBASE}/include/mysql|g' \ + -e 's|/usr/include/postgresql|${LOCALBASE}/include/postgresql/server|g' \ + ${WRKSRC}/configure + @${REINPLACE_CMD} 's|make|$$(MAKE)|' \ + ${WRKSRC}/scintilla/Makefile.in + @${REINPLACE_CMD} 's|-Os|${CFLAGS}|g' \ + ${WRKSRC}/scintilla/gtk/makefile + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} .endfor .endif -.include +.include Modified: head/databases/gtksql/distinfo ============================================================================== --- head/databases/gtksql/distinfo Tue Feb 26 18:47:53 2013 (r313002) +++ head/databases/gtksql/distinfo Tue Feb 26 20:07:49 2013 (r313003) @@ -1,2 +1,2 @@ -SHA256 (gtksql-0.3.tar.gz) = 736e93497e7a4e546144294e53c472e2ab67baaeb5e0442ef4c05b4e73a2d5c9 -SIZE (gtksql-0.3.tar.gz) = 50557 +SHA256 (gtksql-0.4.5.tar.gz) = 114f8a857f5987922c6d571cb498db033cc20dc8efe25201b3eb7297f77dc6e0 +SIZE (gtksql-0.4.5.tar.gz) = 1393651 Added: head/databases/gtksql/files/patch-Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/gtksql/files/patch-Makefile.am Tue Feb 26 20:07:49 2013 (r313003) @@ -0,0 +1,21 @@ +--- ./Makefile.am.orig 2007-07-20 17:16:40.000000000 +0200 ++++ ./Makefile.am 2013-02-26 19:07:58.000000000 +0100 +@@ -2,18 +2,6 @@ + + SUBDIRS = Pics po scintilla intl src pixmaps man gnome + +-gtksqldocdir = ${prefix}/doc/gtksql +-gtksqldoc_DATA = \ +- README\ +- COPYING\ +- AUTHORS\ +- ChangeLog\ +- INSTALL\ +- NEWS\ +- TODO +- +-EXTRA_DIST = $(gtksqldoc_DATA) +- + # Copy all the spec files. Of course, only one is actually used. + dist-hook: + for specfile in *.spec; do \ Added: head/databases/gtksql/files/patch-po__Makefile.in.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/gtksql/files/patch-po__Makefile.in.in Tue Feb 26 20:07:49 2013 (r313003) @@ -0,0 +1,10 @@ +--- ./po/Makefile.in.in.orig 2013-02-26 19:25:06.000000000 +0100 ++++ ./po/Makefile.in.in 2013-02-26 19:25:37.000000000 +0100 +@@ -13,6 +13,7 @@ + PACKAGE = @PACKAGE@ + VERSION = @VERSION@ + PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ ++GETTEXT_PACKAGE= @PACKAGE@ + + SHELL = /bin/sh + @SET_MAKE@ Added: head/databases/gtksql/files/patch-src__Makefile.am ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/databases/gtksql/files/patch-src__Makefile.am Tue Feb 26 20:07:49 2013 (r313003) @@ -0,0 +1,13 @@ +--- ./src/Makefile.am.orig 2007-11-01 15:06:11.000000000 +0100 ++++ ./src/Makefile.am 2013-02-26 19:07:58.000000000 +0100 +@@ -4,9 +4,7 @@ + $(PACKAGE_CFLAGS) + + AM_CFLAGS =\ +- -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith\ +- -O1\ +- -g ++ -Wall -Wimplicit -Wreturn-type -Wunused -Wswitch -Wuninitialized -Wparentheses -Wshadow -Wpointer-arith + + bin_PROGRAMS = gtksql + Modified: head/databases/gtksql/pkg-descr ============================================================================== --- head/databases/gtksql/pkg-descr Tue Feb 26 18:47:53 2013 (r313002) +++ head/databases/gtksql/pkg-descr Tue Feb 26 20:07:49 2013 (r313003) @@ -1,5 +1,5 @@ -GtkSQL is a graphical query tool for PostgreSQL/MySQL. You can work on -multiple queries simultaneously: +GtkSQL is a graphical query tool for PostgreSQL/MySQL/SQLite. You can +work on multiple queries simultaneously: * send the current query to the database * add a new query @@ -11,4 +11,4 @@ multiple queries simultaneously: * SQL keyword, table name and field name autocompletion * rescan the table database. -WWW: http://membres.lycos.fr/bbrox/GtkSQL/ +WWW: http://sourceforge.net/projects/gtksql/ Modified: head/databases/gtksql/pkg-plist ============================================================================== --- head/databases/gtksql/pkg-plist Tue Feb 26 18:47:53 2013 (r313002) +++ head/databases/gtksql/pkg-plist Tue Feb 26 20:07:49 2013 (r313003) @@ -1,4 +1,36 @@ bin/gtksql -%%PORTDOCS%%share/doc/gtksql/Changelog -%%PORTDOCS%%share/doc/gtksql/README -%%PORTDOCS%%@dirrm share/doc/gtksql +share/applications/gtksql.desktop +%%NLS%%share/locale/de_DE/LC_MESSAGES/gtksql.mo +share/pixmaps/connect-grey.xpm +share/pixmaps/connect.png +share/pixmaps/connect.xpm +share/pixmaps/delete-grey.xpm +share/pixmaps/delete.xpm +share/pixmaps/disconnect-grey.xpm +share/pixmaps/disconnect.png +share/pixmaps/disconnect.xpm +share/pixmaps/export-grey.xpm +share/pixmaps/export.xpm +share/pixmaps/gtksql.png +share/pixmaps/gtksql.xpm +share/pixmaps/gtksql_db.png +share/pixmaps/gtksql_field.png +share/pixmaps/gtksql_gnome_icon.png +share/pixmaps/gtksql_table.png +share/pixmaps/new-grey.xpm +share/pixmaps/new.xpm +share/pixmaps/open-grey.xpm +share/pixmaps/open.xpm +share/pixmaps/question.xpm +share/pixmaps/refresh-grey.xpm +share/pixmaps/refresh.xpm +share/pixmaps/rename-grey.xpm +share/pixmaps/rename.xpm +share/pixmaps/save-grey.xpm +share/pixmaps/save.xpm +share/pixmaps/send-grey.xpm +share/pixmaps/send.xpm +share/pixmaps/warning.xpm +%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES +%%NLS%%@dirrmtry share/locale/de_DE +@dirrmtry share/applications _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 20:17: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]) by hub.freebsd.org (Postfix) with ESMTP id 37BF0A92; Tue, 26 Feb 2013 20:17:27 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 10A521CFA; Tue, 26 Feb 2013 20:17:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QKHQkw064140; Tue, 26 Feb 2013 20:17:26 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QKHQvH064136; Tue, 26 Feb 2013 20:17:26 GMT (envelope-from pawel) Date: Tue, 26 Feb 2013 20:17:26 GMT Message-Id: <201302262017.r1QKHQvH064136@freefall.freebsd.org> To: graudeejs@gmail.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/176402: databases/gtksql invalid WWW X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 20:17:27 -0000 Synopsis: databases/gtksql invalid WWW State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Tue Feb 26 20:17:26 UTC 2013 State-Changed-Why: Port updated to 0.4.5. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176402 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 20: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]) by hub.freebsd.org (Postfix) with ESMTP id CEA93ED0 for ; Tue, 26 Feb 2013 20:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B30621D15 for ; Tue, 26 Feb 2013 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QKK0EM064187 for ; Tue, 26 Feb 2013 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QKK0M0064186; Tue, 26 Feb 2013 20:20:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 20:20:00 GMT Resent-Message-Id: <201302262020.r1QKK0M0064186@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, kaltheat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 36FC8BF6 for ; Tue, 26 Feb 2013 20:19:26 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0E0FE1D0B for ; Tue, 26 Feb 2013 20:19:26 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QKJOoW098776 for ; Tue, 26 Feb 2013 20:19:24 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1QKJOKn098775; Tue, 26 Feb 2013 20:19:24 GMT (envelope-from nobody) Message-Id: <201302262019.r1QKJOKn098775@red.freebsd.org> Date: Tue, 26 Feb 2013 20:19:24 GMT From: kaltheat To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176450: mulitmedia/minitube 2.0 doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 20:20:00 -0000 >Number: 176450 >Category: ports >Synopsis: mulitmedia/minitube 2.0 doesn't 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: Tue Feb 26 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: kaltheat >Release: FreeBSD-9.1-RELEASE >Organization: >Environment: >Description: Compiling stops with following error: .. c++ -Wl,-O1 -pthread -Wl,-rpath,/usr/local/lib/qt4 -o build/target/minitube build/obj/qtsingleapplication.o build/obj/qtlocalpeer.o build/obj/main.o build/obj/searchlineedit.o build/obj/urllineedit.o build/obj/spacer.o build/obj/video.o build/obj/videomimedata.o build/obj/updatechecker.o build/obj/networkaccess.o build/obj/searchparams.o build/obj/minisplitter.o build/obj/loadingwidget.o build/obj/videoareawidget.o build/obj/autocomplete.o build/obj/videodefinition.o build/obj/constants.o build/obj/fontutils.o build/obj/globalshortcuts.o build/obj/globalshortcutbackend.o build/obj/downloadmanager.o build/obj/downloaditem.o build/obj/downloadview.o build/obj/downloadmodel.o build/obj/downloadlistview.o build/obj/downloadsettings.o build/obj/channelsuggest.o build/obj/temporary.o build/obj/segmentedcontrol.o build/obj/playlistview.o build/obj/refinesearchwidget.o build/obj/refinesearchbutton.o build/obj/sidebarwidget.o build/obj/homeview.o build/obj/ma inwindow.o build/obj/mediaview.o build/obj/aboutview.o build/obj/searchview.o build/obj/userview.o build/obj/playlistitemdelegate.o build/obj/playlistmodel.o build/obj/videosource.o build/obj/ytsearch.o build/obj/ytstandardfeed.o build/obj/standardfeedsview.o build/obj/ytregions.o build/obj/ytcategories.o build/obj/ytfeedreader.o build/obj/ytsuggester.o build/obj/videosourcewidget.o build/obj/regionsview.o build/obj/ytsinglevideosource.o build/obj/sidebarheader.o build/obj/utils.o build/obj/diskcache.o build/obj/gnomeglobalshortcutbackend.o build/obj/moc_qtsingleapplication.o build/obj/moc_qtlocalpeer.o build/obj/moc_video.o build/obj/moc_searchlineedit.o build/obj/moc_urllineedit.o build/obj/moc_playlistitemdelegate.o build/obj/moc_networkaccess.o build/obj/moc_updatechecker.o build/obj/moc_searchparams.o build/obj/moc_loadingwidget.o build/obj/moc_videoareawidget.o build/obj/moc_autocomplete.o build/obj/moc_globalshortcuts.o build/obj/moc_downloa dmanager.o build/obj/moc_downloaditem.o bu! ild/obj/moc_downloadview.o build/obj/moc_downloadmodel.o build/obj/moc_downloadlistview.o build/obj/moc_downloadsettings.o build/obj/moc_suggester.o build/obj/moc_channelsuggest.o build/obj/moc_segmentedcontrol.o build/obj/moc_playlistview.o build/obj/moc_refinesearchwidget.o build/obj/moc_refinesearchbutton.o build/obj/moc_sidebarwidget.o build/obj/moc_homeview.o build/obj/moc_aboutview.o build/obj/moc_mainwindow.o build/obj/moc_mediaview.o build/obj/moc_searchview.o build/obj/moc_userview.o build/obj/moc_playlistmodel.o build/obj/moc_videosource.o build/obj/moc_ytsearch.o build/obj/moc_ytstandardfeed.o build/obj/moc_standardfeedsview.o build/obj/moc_ytcategories.o build/obj/moc_ytsuggester.o build/obj/moc_videosourcewidget.o build/obj/moc_regionsview.o build/obj/moc_ytsinglevideosource.o build/obj/moc_sidebarheader.o build/obj/moc_diskcache.o build/obj/moc_gnomeglobalshortcutbackend.o build/obj/qrc_resources.o -L/usr/local/lib/qt4 -L/usr/local/lib -lphonon -lQtDBus -L/usr/local/lib/qt4 -L/usr/local/lib -lQtXml -lQtGui -lQtNetwork -lQtCore build/obj/main.o: In function `getThemeName()': main.cpp:(.text+0x56c): undefined reference to `QGtkStyle::getGConfString(QString const&, QString const&)' *** [build/target/minitube] Error code 1 1 error *** [do-build] Error code 1 Stop in /usr/ports/multimedia/minitube. *** [build] Error code 1 Stop in /usr/ports/multimedia/minitube. >How-To-Repeat: cd /usr/ports/multimedia/minitube && make >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 21: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]) by hub.freebsd.org (Postfix) with ESMTP id 573E9711 for ; Tue, 26 Feb 2013 21:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2E262DA for ; Tue, 26 Feb 2013 21:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QLA1L8072567 for ; Tue, 26 Feb 2013 21:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QLA1P1072566; Tue, 26 Feb 2013 21:10:01 GMT (envelope-from gnats) Date: Tue, 26 Feb 2013 21:10:01 GMT Message-Id: <201302262110.r1QLA1P1072566@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Oliver Heesakkers Subject: Re: ports/176237: [MAINTAINER UPDATE/REPOCOPY] textproc/apache-solr -> textproc/apache-solr3 & update both ports X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Oliver Heesakkers List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 21:10:02 -0000 The following reply was made to PR ports/176237; it has been noted by GNATS. From: Oliver Heesakkers To: bug-followup@freebsd.org, gaod@hychen.org Cc: vanilla@freebsd.org Subject: Re: ports/176237: [MAINTAINER UPDATE/REPOCOPY] textproc/apache-solr -> textproc/apache-solr3 & update both ports Date: Tue, 26 Feb 2013 22:02:29 +0100 Even though (serious) users of this software are probably aware of the differences between solr3 and solr4, this commit warrants a mention in UPDATING, and surely one in MOVED. From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 21:12: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]) by hub.freebsd.org (Postfix) with ESMTP id 59C1F84D; Tue, 26 Feb 2013 21:12:22 +0000 (UTC) (envelope-from rm@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 337D9FA; Tue, 26 Feb 2013 21:12:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QLCMQ0074117; Tue, 26 Feb 2013 21:12:22 GMT (envelope-from rm@freefall.freebsd.org) Received: (from rm@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QLCL7b074113; Tue, 26 Feb 2013 21:12:21 GMT (envelope-from rm) Date: Tue, 26 Feb 2013 21:12:21 GMT Message-Id: <201302262112.r1QLCL7b074113@freefall.freebsd.org> To: jura@netams.com, a.ulasov@gmail.com, rm@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: rm@FreeBSD.org Subject: Re: ports/171605: net-mgmt/netams 3.4.5 compilation error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 21:12:22 -0000 Synopsis: net-mgmt/netams 3.4.5 compilation error State-Changed-From-To: feedback->open State-Changed-By: rm State-Changed-When: Tue Feb 26 21:12:21 UTC 2013 State-Changed-Why: Hello Alexey, was you able to solve that? 7.x is no more supported in the ports tree, and it builds fine on 9.0 for example. So may be it's time to upgrade your system? http://www.freebsd.org/cgi/query-pr.cgi?pr=171605 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 22: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]) by hub.freebsd.org (Postfix) with ESMTP id A9915BBC for ; Tue, 26 Feb 2013 22:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 786422CE for ; Tue, 26 Feb 2013 22:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QM00OP081951 for ; Tue, 26 Feb 2013 22:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QM00he081950; Tue, 26 Feb 2013 22:00:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 22:00:00 GMT Resent-Message-Id: <201302262200.r1QM00he081950@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Scheidell Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BC345B15 for ; Tue, 26 Feb 2013 21:56:10 +0000 (UTC) (envelope-from scheidell@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AF0412A7 for ; Tue, 26 Feb 2013 21:56:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QLuAer081874 for ; Tue, 26 Feb 2013 21:56:10 GMT (envelope-from scheidell@freefall.freebsd.org) Received: (from scheidell@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QLuAUl081873; Tue, 26 Feb 2013 21:56:10 GMT (envelope-from scheidell) Message-Id: <201302262156.r1QLuAUl081873@freefall.freebsd.org> Date: Tue, 26 Feb 2013 21:56:10 GMT From: Michael Scheidell To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176452: japanese/p5-Mail-SpamAssassin Sync with MASTER X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 22:00:00 -0000 >Number: 176452 >Category: ports >Synopsis: japanese/p5-Mail-SpamAssassin Sync with MASTER >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 22:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Michael Scheidell >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Security Privateers >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 all >Description: mail/p5-Mail-SpamAssassin was updated to fix a bug introduced with Net::DNS > .69. rebuild port to keep in sync with master port >How-To-Repeat: na >Fix: this patch, and then rebuild --- patch.txt begins here --- Index: Makefile =================================================================== --- Makefile (revision 313009) +++ Makefile (working copy) @@ -1,11 +1,8 @@ -# New ports collection makefile for: ja-p5-Mail-SpamAssassin -# Date created: Jun 24 2007 -# Whom: TAOKA Fumiyoshi -# +# Created by: TAOKA Fumiyoshi # $FreeBSD$ # -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= japanese mail perl5 PKGNAMEPREFIX= ja-p5- --- patch.txt ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 22: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]) by hub.freebsd.org (Postfix) with ESMTP id 05D5CBED; Tue, 26 Feb 2013 22:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D6BCA2D3; Tue, 26 Feb 2013 22:00:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QM08O9082086; Tue, 26 Feb 2013 22:00:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QM085L082082; Tue, 26 Feb 2013 22:00:08 GMT (envelope-from edwin) Date: Tue, 26 Feb 2013 22:00:08 GMT Message-Id: <201302262200.r1QM085L082082@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176452: japanese/p5-Mail-SpamAssassin Sync with MASTER X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 22:00:09 -0000 Synopsis: japanese/p5-Mail-SpamAssassin Sync with MASTER Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Tue Feb 26 22:00: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=176452 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 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]) by hub.freebsd.org (Postfix) with ESMTP id 3C6C73E1 for ; Tue, 26 Feb 2013 22:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 20778372 for ; Tue, 26 Feb 2013 22:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QMA1QJ084036 for ; Tue, 26 Feb 2013 22:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QMA0Ru084027; Tue, 26 Feb 2013 22:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 22:10:00 GMT Resent-Message-Id: <201302262210.r1QMA0Ru084027@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Z Beeblebrox Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3BC0DCCB for ; Tue, 26 Feb 2013 22:07:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2973D32A for ; Tue, 26 Feb 2013 22:07:28 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QM7RJc083368 for ; Tue, 26 Feb 2013 22:07:27 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1QM7RwF083367; Tue, 26 Feb 2013 22:07:27 GMT (envelope-from nobody) Message-Id: <201302262207.r1QM7RwF083367@red.freebsd.org> Date: Tue, 26 Feb 2013 22:07:27 GMT From: Z Beeblebrox To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176453: distcc unable to distribute to clients X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 22:10:01 -0000 >Number: 176453 >Category: ports >Synopsis: distcc unable to distribute to clients >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 22:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Z Beeblebrox >Release: 10-Current >Organization: >Environment: FreeBSD 10.0-CURRENT #5 r247234 >Description: distcc distributed compile fails with various outcomes: * If the compiler being called is gcc46, build stops because of compiler error. Example: # make CC=distcc -C lang/gcc checking whether distcc supports -W... yes checking whether distcc supports -Wall... yes checking whether distcc supports -Wwrite-strings... yes checking whether distcc supports -Wmissing-format-attribute... yes checking whether distcc supports -Wstrict-prototypes... yes checking whether distcc supports -Wmissing-prototypes... yes checking whether distcc supports -Wold-style-definition... yes checking whether distcc supports -Wc++-compat... yes checking whether distcc supports -pedantic -Wno-long-long... yes checking dependency style of distcc... none configure: error: no usable dependency style found gmake[1]: *** [configure-libcpp] Error 1 * If the compiler being called is clang, build stops because of compiler error. Example: # make buildworld CC=distcc -------------------------------------------------------------- >How-To-Repeat: Described Above >Fix: NA >Release-Note: >Audit-Trail: >Unformatted: >>> Building an up-to-date make(1) -------------------------------------------------------------- "/usr/share/mk/bsd.compiler.mk", line 17: Unable to determine compiler type for distcc *** [make] Error code 1 # make CC=distcc -C ports-mgmt/pkg ===> License BSD accepted by the user ....code output... ===> Building for pkg-1.0.8 "/usr/share/mk/bsd.compiler.mk", line 17: Unable to determine compiler type for distcc *** [do-build] Error code 1 <--------------------------------> IF I ENABLE CCACHE IN MAKE.CONF AND ALSO SET: setenv CCACHE_PREFIX /usr/local/bin/distcc THEN, * If the compiler being called is gcc46, compile orders get correctly distributed to distcc hosts Example: "# make CC=distcc -C lang/gcc" but breaks otherwise: /usr/local/bin/ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt 1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-obje ct.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcp y.o ./strverscmp.o; \ /usr/local/bin/ranlib ./libiberty.a; \ cd ..; \ else true; fi gmake[2]: Leaving directory `/usr/obj/asp/ports/lang/gcc/work/build/libiberty' gmake[1]: Leaving directory `/usr/obj/asp/ports/lang/gcc/work/build' gmake: *** [all] Error 2 *** [do-build] Error code 1 * If the compiler is clang, compile orders get correctly distributed to distcc hosts for ports. Example: # make CC=distcc -C ports-mgmt/pkg compiles correctly. * If buildworld, 2 different outcomes: # make buildworld CC=distcc - results in same as above (Unable to determine compiler type error) # make buildworld - breaks with below (just an example, breaks in many places for same reason). Fallbacks disabled for debugging. distcc[40460] ERROR: compile /asp/src/lib/csu/amd64/crt1.c on 192.168.2.12/9,lzo failed with exit code 255 distcc[40460] (dcc_build_somewhere) Warning: failed to distribute and fallbacks are disabled From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 22: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]) by hub.freebsd.org (Postfix) with ESMTP id F30324E7 for ; Tue, 26 Feb 2013 22:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DA5EF402 for ; Tue, 26 Feb 2013 22:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QMK1X6086600 for ; Tue, 26 Feb 2013 22:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QMK1Nt086599; Tue, 26 Feb 2013 22:20:01 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 22:20:01 GMT Resent-Message-Id: <201302262220.r1QMK1Nt086599@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 85571454 for ; Tue, 26 Feb 2013 22:12:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5DD3C398 for ; Tue, 26 Feb 2013 22:12:02 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1QMC19x099475 for ; Tue, 26 Feb 2013 22:12:01 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1QMC1Xc099474; Tue, 26 Feb 2013 22:12:01 GMT (envelope-from nobody) Message-Id: <201302262212.r1QMC1Xc099474@red.freebsd.org> Date: Tue, 26 Feb 2013 22:12:01 GMT From: "Jens K. Loewe" To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176454: [maintainer update] graphics/nomacs update to version 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 22:20:02 -0000 >Number: 176454 >Category: ports >Synopsis: [maintainer update] graphics/nomacs update to version 1.0.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 22:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jens K. Loewe >Release: 9.1 >Organization: Hochschule Ostfalia >Environment: FreeBSD pcbsd-8369 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Mon Jan 28 21:55:10 EST 2013 root@avenger:/usr/obj/i386.i386/pcbsd-build32/fbsd-source/src-patched/sys/GENERIC i386 >Description: There is a new version of nomacs available. Existing port is 0.4.0, new one is 1.0.0, marking the first final build. >How-To-Repeat: - >Fix: Update attached. Patch attached with submission follows: diff -ruN alt/Makefile neu/Makefile --- alt/Makefile 2013-02-26 21:12:07.000000000 +0100 +++ neu/Makefile 2013-02-26 22:20:13.000000000 +0100 @@ -1,10 +1,10 @@ -# $FreeBSD: ports/graphics/nomacs/Makefile,v 1.2 2012/11/17 05:58:15 svnexp Exp $ +# $FreeBSD$ PORTNAME= nomacs -PORTVERSION= 0.4.0 +PORTVERSION= 1.0.0 CATEGORIES= graphics MASTER_SITES= SF/nomacs/nomacs-${PORTVERSION}/ -DISTNAME= ${PORTNAME}-${PORTVERSION}-source +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= bsd@tuxproject.de COMMENT= Small, fast and free image viewer @@ -14,13 +14,14 @@ LIB_DEPENDS= exiv2:${PORTSDIR}/graphics/exiv2 \ sysinfo:${PORTSDIR}/devel/libsysinfo -USE_ZIP= yes +USE_BZIP2= yes USE_CMAKE= yes USE_QT4= gui network linguist_build moc_build \ qmake_build rcc_build uic_build LDFLAGS+= -lsysinfo -lkvm -# no RAW support for now. -CMAKE_ARGS+= -DENABLE_RAW=0 -NO_WRKSUBDIR= yes +WRKTOP= ${WRKDIR} +WRKSUBDIR= ImageLounge +WRKSRC= ${WRKTOP}/${WRKSUBDIR} +CMAKE_ARGS+= -DENABLE_RAW=0 .include diff -ruN alt/distinfo neu/distinfo --- alt/distinfo 2013-02-26 21:12:07.000000000 +0100 +++ neu/distinfo 2013-02-26 21:29:30.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (nomacs-0.4.0-source.zip) = 3432d55d4de23c365912f0c796deb2e25184efdbd8a81304f15914e3fe4da2c7 -SIZE (nomacs-0.4.0-source.zip) = 1112306 +SHA256 (nomacs_1.0.0.orig.tar.bz2) = 7d24a6358d422b00d432e19a253f585a162439a5e4daec2b7b88f1d540c15977 +SIZE (nomacs_1.0.0.orig.tar.bz2) = 800401 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 22:29:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B9D876A3; Tue, 26 Feb 2013 22:29:55 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8ECD8681; Tue, 26 Feb 2013 22:29:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QMTtrH088253; Tue, 26 Feb 2013 22:29:55 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QMTt3n088249; Tue, 26 Feb 2013 22:29:55 GMT (envelope-from pawel) Date: Tue, 26 Feb 2013 22:29:55 GMT Message-Id: <201302262229.r1QMTt3n088249@freefall.freebsd.org> To: alexander.4mail@gmail.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/173034: update to security/kpcli v. 1.5, .kdbx support added X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 22:29:55 -0000 Synopsis: update to security/kpcli v. 1.5, .kdbx support added State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Tue Feb 26 22:29:54 UTC 2013 State-Changed-Why: Port already at version 1.6 http://www.freebsd.org/cgi/query-pr.cgi?pr=173034 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 23: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]) by hub.freebsd.org (Postfix) with ESMTP id 2F7C7F7A for ; Tue, 26 Feb 2013 23:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 16D23854 for ; Tue, 26 Feb 2013 23:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QNA0Ql094942 for ; Tue, 26 Feb 2013 23:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QNA0h9094935; Tue, 26 Feb 2013 23:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 23:10:00 GMT Resent-Message-Id: <201302262310.r1QNA0h9094935@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Paul Chvostek Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E52EBF58 for ; Tue, 26 Feb 2013 23:07:21 +0000 (UTC) (envelope-from paul@mail.it.ca) Received: from mail.it.ca (mail.it.ca [216.235.7.67]) by mx1.freebsd.org (Postfix) with ESMTP id 9856C843 for ; Tue, 26 Feb 2013 23:07:21 +0000 (UTC) Received: from mail.it.ca ([216.235.7.67]) by mail.it.ca (8.14.5/8.14.5) with ESMTP id r1QGilrf042673; Tue, 26 Feb 2013 11:44:47 -0500 (EST) (envelope-from paul@mail.it.ca) Received: (from paul@localhost) by mail.it.ca (8.14.5/8.14.5/Submit) id r1QGil0c042671; Tue, 26 Feb 2013 11:44:47 -0500 (EST) (envelope-from paul) Message-Id: <201302261644.r1QGil0c042671@mail.it.ca> Date: Tue, 26 Feb 2013 11:44:47 -0500 (EST) From: Paul Chvostek To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176456: NEW PORT: lang/jsawk - Command-line JSON parser Cc: Paul Chvostek X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Paul Chvostek List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 23:10:01 -0000 >Number: 176456 >Category: ports >Synopsis: NEW PORT: lang/jsawk - Command-line JSON parser >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: Tue Feb 26 23:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Paul Chvostek >Release: FreeBSD 9.1-RC3 amd64 >Organization: >Environment: System: FreeBSD mail 9.1-RC3 FreeBSD 9.1-RC3 #0 r242324: Tue Oct 30 00:58:57 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- jsawk.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: # # jsawk # jsawk/pkg-descr # jsawk/Makefile # jsawk/distinfo # echo c - jsawk mkdir -p jsawk > /dev/null 2>&1 echo x - jsawk/pkg-descr sed 's/^X//' >jsawk/pkg-descr << '6ca9567b1a15078b8f23da23270a0f86' XJsawk is intended to serve the purpose served by awk in the shell Xenvironment, but instead of working with lines of text and words, it Xworks with JavaScript objects and arrays. X XIt reads JSON from stdin and lets you write javascript to manipulate and Xprint results. You can use this as a filter to manipulate data from a XREST JSON web service, for example, in a shell script. Note: the Xlanguage used is javascript, not awk. X XIt is written in bash and uses underscore.js (run via spidermonkey). X XWWW: https://github.com/micha/jsawk 6ca9567b1a15078b8f23da23270a0f86 echo x - jsawk/Makefile sed 's/^X//' >jsawk/Makefile << 'ba8e4a99e4d18c9d3984b756aba22316' X# Created by: Paul Chvostek on 2013-02-12 X X# $FreeBSD$ X XPORTNAME= jsawk XPORTVERSION= 1.2 XCATEGORIES= lang textproc X XMAINTAINER= paul+ports@it.ca XCOMMENT= Command-line (or scriptable) JSON parser X XRUN_DEPENDS= js:${PORTSDIR}/lang/spidermonkey17 \ X bash:${PORTSDIR}/shells/bash X XUSE_GITHUB= yes XGH_ACCOUNT= micha XGH_COMMIT= d63736e X XNO_BUILD= yes X XPLIST_FILES= bin/jsawk X XPORTDOCS= README.markdown X Xdo-install: X.if !defined(NOPORTDOCS) X @${INSTALL} -d ${DOCSDIR} X @cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} X.endif X @${INSTALL_SCRIPT} ${WRKSRC}/jsawk ${PREFIX}/bin X X.include ba8e4a99e4d18c9d3984b756aba22316 echo x - jsawk/distinfo sed 's/^X//' >jsawk/distinfo << '09e17fc48e7de02668ca4846a1f272a2' XSHA256 (jsawk-1.2.tar.gz) = 24eb747946f6aff9944410ba2aeccfbbbff2f15d4056ecbaf966d0a3739d4e3d XSIZE (jsawk-1.2.tar.gz) = 21048 09e17fc48e7de02668ca4846a1f272a2 exit --- jsawk.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 23:13:32 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7B9862E5; Tue, 26 Feb 2013 23:13:32 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3EFB1877; Tue, 26 Feb 2013 23:13:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QNDWj4097367; Tue, 26 Feb 2013 23:13:32 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QNDVUV097363; Tue, 26 Feb 2013 23:13:31 GMT (envelope-from pawel) Date: Tue, 26 Feb 2013 23:13:31 GMT Message-Id: <201302262313.r1QNDVUV097363@freefall.freebsd.org> To: manuel.creach@icloud.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/172777: New port: net/libnfs a client library for accessing NFS shares X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 23:13:32 -0000 Synopsis: New port: net/libnfs a client library for accessing NFS shares State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Tue Feb 26 23:13:31 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=172777 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 23: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]) by hub.freebsd.org (Postfix) with ESMTP id A959C512 for ; Tue, 26 Feb 2013 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 991F98C2 for ; Tue, 26 Feb 2013 23:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QNK1PL097525 for ; Tue, 26 Feb 2013 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QNK1eA097524; Tue, 26 Feb 2013 23:20:01 GMT (envelope-from gnats) Date: Tue, 26 Feb 2013 23:20:01 GMT Message-Id: <201302262320.r1QNK1eA097524@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/172777: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 23:20:01 -0000 The following reply was made to PR ports/172777; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/172777: commit references a PR Date: Tue, 26 Feb 2013 23:12:38 +0000 (UTC) Author: pawel Date: Tue Feb 26 23:12:28 2013 New Revision: 313012 URL: http://svnweb.freebsd.org/changeset/ports/313012 Log: LIBNFS is a client library for accessing NFS shares over a network. LIBNFS offers three different APIs, for different use : 1, RAW : A fully async low level RPC library for NFS protocols 2, NFS ASYNC : A fully asynchronous library for high level vfs functions 3, NFS SYNC : A synchronous library for high level vfs functions WWW: https://github.com/sahlberg/libnfs PR: ports/172777 Submitted by: Manuel Creach Added: head/net/libnfs/ head/net/libnfs/Makefile (contents, props changed) head/net/libnfs/distinfo (contents, props changed) head/net/libnfs/pkg-descr (contents, props changed) head/net/libnfs/pkg-plist (contents, props changed) Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Tue Feb 26 23:12:03 2013 (r313011) +++ head/net/Makefile Tue Feb 26 23:12:28 2013 (r313012) @@ -325,6 +325,7 @@ SUBDIR += libnet SUBDIR += libnet10 SUBDIR += libnetdude + SUBDIR += libnfs SUBDIR += libnids SUBDIR += libnss-mysql SUBDIR += liboauth Added: head/net/libnfs/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libnfs/Makefile Tue Feb 26 23:12:28 2013 (r313012) @@ -0,0 +1,28 @@ +# Created by: Manuel Creach +# $FreeBSD$ + +PORTNAME= libnfs +PORTVERSION= 1.3.0 +CATEGORIES= net +MASTER_SITES= http://cloud.github.com/downloads/sahlberg/${PORTNAME}/ + +MAINTAINER= manuel.creach@icloud.com +COMMENT= Client library for accessing NFS shares over a network + +LICENSE= LGPL21 GPLv3 +LICENSE_COMB= multi +LICENSE_FILE= ${WRKSRC}/COPYING + +USE_GMAKE= yes +USE_AUTORECONF= yes +USE_AUTOTOOLS= aclocal autoheader automake autoconf libtoolize +ACLOCAL_ARGS= -I. +AUTOMAKE_ARGS= --add-missing +USE_PKGCONFIG= build +USE_LDCONFIG= yes + +post-patch: + ${REINPLACE_CMD} 's|$$(libdir)/\(pkgconfig\)|$$(prefix)/libdata/\1|' \ + ${WRKSRC}/Makefile.am + +.include Added: head/net/libnfs/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libnfs/distinfo Tue Feb 26 23:12:28 2013 (r313012) @@ -0,0 +1,2 @@ +SHA256 (libnfs-1.3.0.tar.gz) = 812c8ae47c8b0c37c21f313b669d4dc8e8025007ba7492102eb67508eb0a82cc +SIZE (libnfs-1.3.0.tar.gz) = 57928 Added: head/net/libnfs/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libnfs/pkg-descr Tue Feb 26 23:12:28 2013 (r313012) @@ -0,0 +1,8 @@ +LIBNFS is a client library for accessing NFS shares over a network. + +LIBNFS offers three different APIs, for different use : +1, RAW : A fully async low level RPC library for NFS protocols +2, NFS ASYNC : A fully asynchronous library for high level vfs functions +3, NFS SYNC : A synchronous library for high level vfs functions + +WWW: https://github.com/sahlberg/libnfs Added: head/net/libnfs/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net/libnfs/pkg-plist Tue Feb 26 23:12:28 2013 (r313012) @@ -0,0 +1,12 @@ +lib/libnfs.la +lib/libnfs.a +lib/libnfs.so +lib/libnfs.so.1 +include/nfsc/libnfs-raw-mount.h +include/nfsc/libnfs-raw-nfs.h +include/nfsc/libnfs-raw-portmap.h +include/nfsc/libnfs-raw-rquota.h +include/nfsc/libnfs-raw.h +include/nfsc/libnfs.h +libdata/pkgconfig/libnfs.pc +@dirrm include/nfsc _______________________________________________ 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 Tue Feb 26 23:23: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]) by hub.freebsd.org (Postfix) with ESMTP id AC69C69A; Tue, 26 Feb 2013 23:23:51 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8545B8ED; Tue, 26 Feb 2013 23:23:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QNNpno099023; Tue, 26 Feb 2013 23:23:51 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QNNpOp099019; Tue, 26 Feb 2013 23:23:51 GMT (envelope-from beech) Date: Tue, 26 Feb 2013 23:23:51 GMT Message-Id: <201302262323.r1QNNpOp099019@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Subject: Re: ports/176454: [maintainer update] graphics/nomacs update to version 1.0.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 23:23:51 -0000 Synopsis: [maintainer update] graphics/nomacs update to version 1.0.0 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Tue Feb 26 23:23:17 UTC 2013 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=176454 From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 23: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]) by hub.freebsd.org (Postfix) with ESMTP id 5CF72705 for ; Tue, 26 Feb 2013 23:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4073090C for ; Tue, 26 Feb 2013 23:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QNU1Uh099175 for ; Tue, 26 Feb 2013 23:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QNU12M099174; Tue, 26 Feb 2013 23:30:01 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 23:30:01 GMT Resent-Message-Id: <201302262330.r1QNU12M099174@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 894BF542 for ; Tue, 26 Feb 2013 23:20:21 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta02.emeryville.ca.mail.comcast.net (qmta02.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:43:76:96:30:24]) by mx1.freebsd.org (Postfix) with ESMTP id 6A8318C6 for ; Tue, 26 Feb 2013 23:20:21 +0000 (UTC) Received: from omta07.emeryville.ca.mail.comcast.net ([76.96.30.59]) by qmta02.emeryville.ca.mail.comcast.net with comcast id 550F1l0041GXsucA2BLMpr; Tue, 26 Feb 2013 23:20:21 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta07.emeryville.ca.mail.comcast.net with comcast id 5BLK1l00w2anbQt8UBLLsU; Tue, 26 Feb 2013 23:20:20 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id 70EEC2846A; Tue, 26 Feb 2013 18:20:19 -0500 (EST) Message-Id: <20130226232019.70EEC2846A@kirby.cyberbotx.com> Date: Tue, 26 Feb 2013 18:20:19 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176457: [MAINTAINER] x11-toolkits/scintilla: update to 3.2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 23:30:01 -0000 >Number: 176457 >Category: ports >Synopsis: [MAINTAINER] x11-toolkits/scintilla: update to 3.2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 23:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.3-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #4: Mon Oct 1 19:56:21 EDT >Description: - Update to 3.2.5 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- scintilla-3.2.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/Makefile ./Makefile --- /usr/ports/x11-toolkits/scintilla/Makefile 2013-01-18 21:32:38.000000000 -0500 +++ ./Makefile 2013-02-26 17:38:59.000000000 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: head/x11-toolkits/scintilla/Makefile 310600 2013-01-18 12:35:17Z madpilot $ PORTNAME= scintilla -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.5 CATEGORIES= x11-toolkits MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= scite${PORTVERSION:S/.//g} diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/distinfo ./distinfo --- /usr/ports/x11-toolkits/scintilla/distinfo 2013-01-18 21:32:38.000000000 -0500 +++ ./distinfo 2013-02-26 17:21:48.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (scite324.tgz) = bd20b97513aee8e4584253d6ca31ec658bd4f098ceefb354889eb8a498cb5c08 -SIZE (scite324.tgz) = 1956084 +SHA256 (scite325.tgz) = ac3ca9588bb23ef21da2e22f6ef21416bbd7bf6957130a8e4057b3e5f3c58bef +SIZE (scite325.tgz) = 1974782 diff -ruN --exclude=CVS /usr/ports/x11-toolkits/scintilla/files/patch-aa ./files/patch-aa --- /usr/ports/x11-toolkits/scintilla/files/patch-aa 2012-10-07 17:04:50.000000000 -0400 +++ ./files/patch-aa 2013-02-26 18:17:05.000000000 -0500 @@ -1,15 +1,12 @@ ---- makefile.orig 2012-06-01 04:26:24.000000000 -0400 -+++ makefile 2012-08-12 14:34:52.000000000 -0400 -@@ -7,17 +7,7 @@ +--- makefile.orig 2013-02-18 02:20:43.000000000 -0500 ++++ makefile 2013-02-26 18:16:54.000000000 -0500 +@@ -7,14 +7,7 @@ # Also works with ming32-make on Windows. .SUFFIXES: .cxx .c .o .h .a -ifdef CLANG --ifdef CLANG_ANALYZE --ANALYZE=--analyze --endif --CC = clang $(ANALYZE) --CCOMP = clang $(ANALYZE) +-CC = clang --std=c++0x +-CCOMP = clang -else -CC = g++ -CCOMP = gcc @@ -19,7 +16,7 @@ RANLIB = touch ifdef GTK3 -@@ -39,7 +29,8 @@ +@@ -36,7 +29,8 @@ COMPLIB=..\bin\scintilla.a else DEL = rm -f @@ -29,7 +26,7 @@ endif vpath %.h ../src ../include ../lexlib -@@ -66,6 +57,7 @@ +@@ -63,16 +57,17 @@ CFLAGS:=$(CXXTFLAGS) CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) @@ -37,7 +34,10 @@ MARSHALLER=scintilla-marshal.o .cxx.o: -@@ -75,7 +67,7 @@ + $(CC) $(CONFIGFLAGS) $(CXXTFLAGS) $(CXXFLAGS) -c $< + .c.o: +- $(CCOMP) $(CONFIGFLAGS) $(CFLAGS) -w -c $< ++ $(CCOMP) $(CONFIGFLAGS) $(CFLAGS) $(CXXFLAGS) -w -c $< LEXOBJS:=$(addsuffix .o,$(basename $(notdir $(wildcard ../lexers/Lex*.cxx)))) @@ -45,8 +45,8 @@ +all: $(COMPLIB) $(LEXRLIB) clean: - $(DEL) *.o $(COMPLIB) -@@ -88,9 +80,11 @@ + $(DEL) *.o $(COMPLIB) *.plist +@@ -88,9 +83,11 @@ ScintillaBase.o ContractionState.o Editor.o ExternalLexer.o PropSetSimple.o PlatGTK.o \ KeyMap.o LineMarker.o PositionCache.o ScintillaGTK.o CellBuffer.o ViewStyle.o \ RESearch.o RunStyles.o Selection.o Style.o Indicator.o AutoComplete.o UniConversion.o XPM.o \ --- scintilla-3.2.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Feb 26 23: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]) by hub.freebsd.org (Postfix) with ESMTP id 9776FC6B for ; Tue, 26 Feb 2013 23:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7BA9097C for ; Tue, 26 Feb 2013 23:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1QNe0JH000793 for ; Tue, 26 Feb 2013 23:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1QNe0SX000792; Tue, 26 Feb 2013 23:40:00 GMT (envelope-from gnats) Resent-Date: Tue, 26 Feb 2013 23:40:00 GMT Resent-Message-Id: <201302262340.r1QNe0SX000792@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7F19B91D for ; Tue, 26 Feb 2013 23:34:14 +0000 (UTC) (envelope-from root@cyberbotx.com) Received: from qmta11.emeryville.ca.mail.comcast.net (qmta11.emeryville.ca.mail.comcast.net [IPv6:2001:558:fe2d:44:76:96:27:211]) by mx1.freebsd.org (Postfix) with ESMTP id 65B1892E for ; Tue, 26 Feb 2013 23:34:14 +0000 (UTC) Received: from omta12.emeryville.ca.mail.comcast.net ([76.96.30.44]) by qmta11.emeryville.ca.mail.comcast.net with comcast id 53x51l0020x6nqcABBaE7x; Tue, 26 Feb 2013 23:34:14 +0000 Received: from kirby.cyberbotx.com ([69.244.146.119]) by omta12.emeryville.ca.mail.comcast.net with comcast id 5BaC1l00P2anbQt8YBaDks; Tue, 26 Feb 2013 23:34:13 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id A23E02846A; Tue, 26 Feb 2013 18:34:12 -0500 (EST) Message-Id: <20130226233412.A23E02846A@kirby.cyberbotx.com> Date: Tue, 26 Feb 2013 18:34:12 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176458: [MAINTAINER] editors/scite: update to 3.2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2013 23:40:00 -0000 >Number: 176458 >Category: ports >Synopsis: [MAINTAINER] editors/scite: update to 3.2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 26 23:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 8.3-RELEASE-p4 amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 8.3-RELEASE-p4 FreeBSD 8.3-RELEASE-p4 #4: Mon Oct 1 19:56:21 EDT >Description: - Update to 3.2.5 Note: This PR relies on PR ports/176457 to be committed with it. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- scite-3.2.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/editors/scite/Makefile ./Makefile --- /usr/ports/editors/scite/Makefile 2013-01-18 21:32:37.000000000 -0500 +++ ./Makefile 2013-02-26 18:25:25.000000000 -0500 @@ -2,7 +2,7 @@ # $FreeBSD: head/editors/scite/Makefile 310600 2013-01-18 12:35:17Z madpilot $ PORTNAME= scite -PORTVERSION= 3.2.4 +PORTVERSION= 3.2.5 CATEGORIES= editors gnome MASTER_SITES= SF/scintilla/SciTE/${PORTVERSION} DISTNAME= ${PORTNAME}${PORTVERSION:S/.//g} diff -ruN --exclude=CVS /usr/ports/editors/scite/distinfo ./distinfo --- /usr/ports/editors/scite/distinfo 2013-01-18 21:32:37.000000000 -0500 +++ ./distinfo 2013-02-26 18:25:29.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (scite324.tgz) = bd20b97513aee8e4584253d6ca31ec658bd4f098ceefb354889eb8a498cb5c08 -SIZE (scite324.tgz) = 1956084 +SHA256 (scite325.tgz) = ac3ca9588bb23ef21da2e22f6ef21416bbd7bf6957130a8e4057b3e5f3c58bef +SIZE (scite325.tgz) = 1974782 diff -ruN --exclude=CVS /usr/ports/editors/scite/files/patch-aa ./files/patch-aa --- /usr/ports/editors/scite/files/patch-aa 2012-10-07 17:03:46.000000000 -0400 +++ ./files/patch-aa 2013-02-26 18:31:41.000000000 -0500 @@ -1,15 +1,12 @@ ---- makefile.orig 2012-06-01 10:26:56.000000000 +0200 -+++ makefile 2012-08-13 15:57:01.532542909 +0200 -@@ -5,16 +5,6 @@ +--- makefile.orig 2013-02-18 02:21:10.000000000 -0500 ++++ makefile 2013-02-26 18:30:59.000000000 -0500 +@@ -5,13 +5,6 @@ # GNU make does not like \r\n line endings so should be saved to CVS in binary form. .SUFFIXES: .cxx .o .h .a .c -ifdef CLANG --ifdef CLANG_ANALYZE --ANALYZE=--analyze --endif --CC = clang $(ANALYZE) --CCOMP = clang $(ANALYZE) +-CC = clang --std=c++0x +-CCOMP = clang -Wno-empty-body -else -CC = g++ -CCOMP = gcc @@ -17,7 +14,7 @@ AR = ar ifdef GTK3 -@@ -27,7 +17,7 @@ +@@ -24,7 +17,7 @@ CONFIGFLAGS:=$(shell pkg-config --cflags $(GTKVERSION)) CONFIGLIB:=$(shell pkg-config --libs $(GTKVERSION) gthread-2.0 gmodule-no-export-2.0) CONFIGTHREADS:= @@ -26,12 +23,12 @@ ifndef prefix ifdef gnomeprefix prefix=$(gnomeprefix) -@@ -107,8 +97,9 @@ +@@ -109,8 +102,9 @@ $(PROG): SciTEGTK.o GUIGTK.o Widget.o \ FilePath.o SciTEBase.o FileWorker.o Cookie.o Credits.o SciTEBuffers.o SciTEIO.o StringList.o Exporters.o StringHelpers.o \ PropSetFile.o MultiplexExtension.o DirectorExtension.o SciTEProps.o StyleWriter.o Utf8_16.o \ - JobQueue.o GTKMutex.o IFaceTable.o $(COMPLIB) $(LUA_OBJS) -- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) $(LIBDL) -lstdc++ +- $(CC) `$(CONFIGTHREADS)` -rdynamic -Wl,--as-needed -Wl,--version-script lua.vers -DGTK $^ -o $@ $(CONFIGLIB) $(LIBDL) -lm -lstdc++ + JobQueue.o GTKMutex.o IFaceTable.o $(LUA_OBJS) + $(CC) -DGTK $(CXXFLAGS) -rdynamic -Wl,--version-script lua.vers $(LDFLAGS) \ + -o $@ $^ -lscintilla -lscintilla_lexers -Wl,--as-needed $(CONFIGLIB) --- scite-3.2.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00:02: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]) by hub.freebsd.org (Postfix) with ESMTP id 15201869; Wed, 27 Feb 2013 00:02:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E51ACA66; Wed, 27 Feb 2013 00:02:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R02ANc006290; Wed, 27 Feb 2013 00:02:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R02AuP006286; Wed, 27 Feb 2013 00:02:10 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 00:02:10 GMT Message-Id: <201302270002.r1R02AuP006286@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, skreuzer@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176453: devel/distcc unable to distribute to clients X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:02:11 -0000 Synopsis: devel/distcc unable to distribute to clients Responsible-Changed-From-To: freebsd-ports-bugs->skreuzer Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 00:02:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176453 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00:11: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]) by hub.freebsd.org (Postfix) with ESMTP id 544D2A7A; Wed, 27 Feb 2013 00:11:18 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B8FAAE0; Wed, 27 Feb 2013 00:11:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0BIdl014028; Wed, 27 Feb 2013 00:11:18 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0BInp014024; Wed, 27 Feb 2013 00:11:18 GMT (envelope-from linimon) Date: Wed, 27 Feb 2013 00:11:18 GMT Message-Id: <201302270011.r1R0BInp014024@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:11:18 -0000 Old Synopsis: Possible Fping incompatibility with FreeBSD New Synopsis: net/fping: Possible Fping incompatibility with FreeBSD Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Feb 27 00:10:51 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=176439 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00:11: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]) by hub.freebsd.org (Postfix) with ESMTP id 23879AAF; Wed, 27 Feb 2013 00:11:27 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D44CFAE6; Wed, 27 Feb 2013 00:11:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0BQ9p014128; Wed, 27 Feb 2013 00:11:26 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0BQ45014124; Wed, 27 Feb 2013 00:11:26 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 00:11:26 GMT Message-Id: <201302270011.r1R0BQ45014124@freefall.freebsd.org> To: alexandre.raynaud@sallanches.fr, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:11:27 -0000 Synopsis: net/fping: Possible Fping incompatibility with FreeBSD State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 27 00:11:26 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176439 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00:11:56 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 63639B3E; Wed, 27 Feb 2013 00:11:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3F36DAFA; Wed, 27 Feb 2013 00:11:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0BuVG014311; Wed, 27 Feb 2013 00:11:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0BuhL014307; Wed, 27 Feb 2013 00:11:56 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 00:11:56 GMT Message-Id: <201302270011.r1R0BuhL014307@freefall.freebsd.org> To: bdrewery@FreeBSD.org, kajetan.staszkiewicz@innogames.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176438: net-mgmt/nrpe2 consuming cpu when handling new connections X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:11:56 -0000 Synopsis: net-mgmt/nrpe2 consuming cpu when handling new connections State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 27 00:11:55 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176438 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00:14: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]) by hub.freebsd.org (Postfix) with ESMTP id 45D9EBB3; Wed, 27 Feb 2013 00:14:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 20207B15; Wed, 27 Feb 2013 00:14:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0E8Pn015431; Wed, 27 Feb 2013 00:14:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0E7fR015427; Wed, 27 Feb 2013 00:14:07 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 00:14:07 GMT Message-Id: <201302270014.r1R0E7fR015427@freefall.freebsd.org> To: rotkap@gmx.de, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176423: audio/clementine-player: always needs two starts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:14:08 -0000 Synopsis: audio/clementine-player: always needs two starts State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 27 00:14:07 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176423 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00: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]) by hub.freebsd.org (Postfix) with ESMTP id C1C741E0 for ; Wed, 27 Feb 2013 00:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9BE0EBD7 for ; Wed, 27 Feb 2013 00:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0K0Hw015802 for ; Wed, 27 Feb 2013 00:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0K08V015797; Wed, 27 Feb 2013 00:20:00 GMT (envelope-from gnats) Date: Wed, 27 Feb 2013 00:20:00 GMT Message-Id: <201302270020.r1R0K08V015797@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Mark Linimon Subject: Re: i386/138737: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:20:01 -0000 The following reply was made to PR i386/138737; it has been noted by GNATS. From: Mark Linimon To: Bruce Evans Cc: linimon@FreeBSD.org, bug-followup@FreeBSD.org Subject: Re: i386/138737: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] Date: Tue, 26 Feb 2013 18:15:52 -0600 On Mon, Feb 25, 2013 at 07:09:43PM +1100, Bruce Evans wrote: > This seems to be misclassified in ports Actually it wasn't, it was in i386: but my fingers insisted on the wrong reassignment. In any case it's OBE now. Thanks. mcl From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00: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]) by hub.freebsd.org (Postfix) with ESMTP id B8A181E2 for ; Wed, 27 Feb 2013 00:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AB5F5BD9 for ; Wed, 27 Feb 2013 00:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0K2Vw015808 for ; Wed, 27 Feb 2013 00:20:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0K25l015807; Wed, 27 Feb 2013 00:20:02 GMT (envelope-from gnats) Date: Wed, 27 Feb 2013 00:20:02 GMT Message-Id: <201302270020.r1R0K25l015807@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:20:02 -0000 The following reply was made to PR ports/176439; it has been noted by GNATS. From: Edwin Groothuis To: jharris@widomaker.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD Date: Wed, 27 Feb 2013 00:11:25 UT Maintainer of net/fping, Please note that PR ports/176439 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/176439 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00:20: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]) by hub.freebsd.org (Postfix) with ESMTP id C418C1EC for ; Wed, 27 Feb 2013 00:20:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B6A23BE1 for ; Wed, 27 Feb 2013 00:20:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0K4Tx015824 for ; Wed, 27 Feb 2013 00:20:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0K4LN015823; Wed, 27 Feb 2013 00:20:04 GMT (envelope-from gnats) Date: Wed, 27 Feb 2013 00:20:04 GMT Message-Id: <201302270020.r1R0K4LN015823@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/176438: net-mgmt/nrpe2 consuming cpu when handling new connections X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:20:04 -0000 The following reply was made to PR ports/176438; it has been noted by GNATS. From: Edwin Groothuis To: jarrod@downtools.com.au Cc: bug-followup@FreeBSD.org Subject: Re: ports/176438: net-mgmt/nrpe2 consuming cpu when handling new connections Date: Wed, 27 Feb 2013 00:11:54 UT Maintainer of net-mgmt/nrpe2, Please note that PR ports/176438 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/176438 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00:20: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]) by hub.freebsd.org (Postfix) with ESMTP id BA6D61F2 for ; Wed, 27 Feb 2013 00:20:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AD1F1BE4 for ; Wed, 27 Feb 2013 00:20:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0K5mX015831 for ; Wed, 27 Feb 2013 00:20:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0K507015830; Wed, 27 Feb 2013 00:20:05 GMT (envelope-from gnats) Date: Wed, 27 Feb 2013 00:20:05 GMT Message-Id: <201302270020.r1R0K507015830@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Mark Linimon Subject: Re: i386/138737: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Mark Linimon List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:20:05 -0000 The following reply was made to PR i386/138737; it has been noted by GNATS. From: Mark Linimon To: bug-followup@FreeBSD.org Cc: Subject: Re: i386/138737: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] Date: Tue, 26 Feb 2013 18:16:11 -0600 ----- Forwarded message from Bruce Evans ----- Date: Mon, 25 Feb 2013 19:09:43 +1100 (EST) From: Bruce Evans To: linimon@FreeBSD.org cc: freebsd-ports-bugs@FreeBSD.org Subject: Re: i386/138737: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] On Sun, 24 Feb 2013 linimon@FreeBSD.org wrote: > Old Synopsis: [endian] [patch] Patch for bswap64(9) operation on IA > New Synopsis: [endian] [patch] Patch for bswap64(9) operation on IA [vendor] > > Responsible-Changed-From-To: bde->freebsd-ports-bugs > Responsible-Changed-By: linimon > Responsible-Changed-When: Sun Feb 24 22:32:41 UTC 2013 > Responsible-Changed-Why: > bde has not commented on this one in quite some time, so it's time to > turn it back over to the pool. While here, note that it is a vendor patch. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=138737 tijl committed a more refined version. This seems to be misclassified in ports, so I never noticed it before but I seem to remember replying to mail about the original patch. Maybe that wasn't in a PR. Bruce ----- End forwarded message ----- From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00:20: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]) by hub.freebsd.org (Postfix) with ESMTP id ECA5D241 for ; Wed, 27 Feb 2013 00:20:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DFD1BBE8 for ; Wed, 27 Feb 2013 00:20:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0K66d015837 for ; Wed, 27 Feb 2013 00:20:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0K6kX015836; Wed, 27 Feb 2013 00:20:06 GMT (envelope-from gnats) Date: Wed, 27 Feb 2013 00:20:06 GMT Message-Id: <201302270020.r1R0K6kX015836@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/176423: audio/clementine-player: always needs two starts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:20:07 -0000 The following reply was made to PR ports/176423; it has been noted by GNATS. From: Edwin Groothuis To: g.veniamin@googlemail.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/176423: audio/clementine-player: always needs two starts Date: Wed, 27 Feb 2013 00:14:06 UT Maintainer of audio/clementine-player, Please note that PR ports/176423 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/176423 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00: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]) by hub.freebsd.org (Postfix) with ESMTP id 88E7AA88 for ; Wed, 27 Feb 2013 00:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6FE0CD05 for ; Wed, 27 Feb 2013 00:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0U0Bv017432 for ; Wed, 27 Feb 2013 00:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0U0Ss017431; Wed, 27 Feb 2013 00:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 00:30:00 GMT Resent-Message-Id: <201302270030.r1R0U0Ss017431@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kevin Zheng Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7DCFC863 for ; Wed, 27 Feb 2013 00:27:47 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6F2D4CE4 for ; Wed, 27 Feb 2013 00:27:47 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1R0RlSD013181 for ; Wed, 27 Feb 2013 00:27:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1R0Rl17013180; Wed, 27 Feb 2013 00:27:47 GMT (envelope-from nobody) Message-Id: <201302270027.r1R0Rl17013180@red.freebsd.org> Date: Wed, 27 Feb 2013 00:27:47 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176459: [patch] Update COMMENT and pkg-descr for devel/astyle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:30:00 -0000 >Number: 176459 >Category: ports >Synopsis: [patch] Update COMMENT and pkg-descr for devel/astyle >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 00:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD sigma.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Update COMMENT and pkg-descr for devel/astyle. While here, - Trim Makefile header. - Eradicate evil NOPORTDOCS in favor of OptionsNG. Also, I was wondering whether it was possible to make GCC just a BUILD_DEPENDS. Right now astyle pulls in a bunch of GCC-related dependencies even when I install it from a binary package. Does Clang fix the UTF-8 compile issue as well? >How-To-Repeat: >Fix: Apply the attached patch (generated by `svn diff`). Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 313014) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: astyle -# Date created: 31 Jan 1999 -# Whom: Don Croyle -# +# Created by: Don Croyle # $FreeBSD$ -# PORTNAME= astyle PORTVERSION= 2.02.1 @@ -12,7 +8,7 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}_linux MAINTAINER= lme@FreeBSD.org -COMMENT= A reindenter and reformatter of C, C++, C\#, and Java source code +COMMENT= Source code indenter and formatter for C, C++, C\#, and Java ALL_TARGET= astyle CFLAGS+= -W -Wall -fno-rtti -fno-exceptions @@ -26,14 +22,16 @@ pre-patch: @${REINPLACE_CMD} -e 's,^CFLAGS,#CFLAGS,; s,g++,${CXX},;' ${WRKSRC}/Makefile +.include + PLIST_FILES= bin/astyle -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} PORTDOCS= * .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bin/astyle ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKDIR}/astyle/doc/*.html ${DOCSDIR} .endif Index: pkg-descr =================================================================== --- pkg-descr (revision 313014) +++ pkg-descr (working copy) @@ -1,3 +1,5 @@ -Artistic Style is a variant on indent that can handle C, C++ and Java source. +Artistic Style is a source code indenter, formatter, and beautifier for the C, +C++, C# and Java programming languages. It automatically re-indents and +re-formats source files and can be used from a command line. WWW: http://astyle.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 00:30: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]) by hub.freebsd.org (Postfix) with ESMTP id 14150C6C; Wed, 27 Feb 2013 00:30:11 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E4171D09; Wed, 27 Feb 2013 00:30:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R0UA0d017575; Wed, 27 Feb 2013 00:30:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R0UAlZ017571; Wed, 27 Feb 2013 00:30:10 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 00:30:10 GMT Message-Id: <201302270030.r1R0UAlZ017571@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lme@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176459: [patch] Update COMMENT and pkg-descr for devel/astyle X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 00:30:11 -0000 Synopsis: [patch] Update COMMENT and pkg-descr for devel/astyle Responsible-Changed-From-To: freebsd-ports-bugs->lme Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 00:30:10 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176459 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 02:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6058A81D for ; Wed, 27 Feb 2013 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 43146189 for ; Wed, 27 Feb 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R2A1n0036943 for ; Wed, 27 Feb 2013 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R2A1U3036938; Wed, 27 Feb 2013 02:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 02:10:01 GMT Resent-Message-Id: <201302270210.r1R2A1U3036938@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 886B27DE for ; Wed, 27 Feb 2013 02:05:43 +0000 (UTC) (envelope-from umq.876@gmail.com) Received: from mail-pb0-f51.google.com (mail-pb0-f51.google.com [209.85.160.51]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD02167 for ; Wed, 27 Feb 2013 02:05:43 +0000 (UTC) Received: by mail-pb0-f51.google.com with SMTP id un15so38047pbc.38 for ; Tue, 26 Feb 2013 18:05:37 -0800 (PST) Received: from nafbsd2.m.nd.to (p057007.dynamic.ppp.asahi-net.or.jp. [221.113.57.7]) by mx.google.com with ESMTPS id e6sm3384602paw.16.2013.02.26.18.05.32 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Feb 2013 18:05:34 -0800 (PST) Message-Id: <86hakyse94.wl%umq@ueo.co.jp> Date: Wed, 27 Feb 2013 11:05:11 +0900 From: Hirohisa Yamaguchi Sender: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176460: [patch] security/libgpg-error update to 1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 02:10:01 -0000 >Number: 176460 >Category: ports >Synopsis: [patch] security/libgpg-error update to 1.11 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 02:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The new version of security/libgpg-error 1.11 is available Release-announcement: http://lists.gnupg.org/pipermail/gnupg-announce/2013q1/000321.html >How-To-Repeat: N/A >Fix: The patch follows: + pet portlint Index: security/libgpg-error/Makefile =================================================================== --- security/libgpg-error/Makefile (revision 313018) +++ security/libgpg-error/Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: libgpg-error -# Date created: 2003-10-12 -# Whom: Sergei Kolobov -# +# Created by: Sergei Kolobov # $FreeBSD$ -# PORTNAME= libgpg-error -PORTVERSION= 1.10 +PORTVERSION= 1.11 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,20 +17,22 @@ GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -.if defined(WITHOUT_NLS) -CONFIGURE_ARGS= --disable-nls -PLIST_SUB= NLS="@comment " -.else +.include + +.if ${PORT_OPTIONS:MNLS} USE_ICONV= yes USE_GETTEXT= yes CONFIGURE_ARGS= --with-libiconv-prefix=${LOCALBASE} \ --with-libintl-prefix=${LOCALBASE} PLIST_SUB= NLS="" +.else +CONFIGURE_ARGS= --disable-nls +PLIST_SUB= NLS="@comment " .endif DOCS= AUTHORS ChangeLog NEWS README -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} post-install: @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} Index: security/libgpg-error/distinfo =================================================================== --- security/libgpg-error/distinfo (revision 313018) +++ security/libgpg-error/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libgpg-error-1.10.tar.bz2) = 520629b4568b5c29b1991c8ffc267c8bdee5f223c7333c42a651b56f9b1c5431 -SIZE (libgpg-error-1.10.tar.bz2) = 439213 +SHA256 (libgpg-error-1.11.tar.bz2) = ae3376480a073b120c7add08f1e6cfcc08500648ccf22461cd42db6224a218c0 +SIZE (libgpg-error-1.11.tar.bz2) = 489057 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 02:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BD65C820 for ; Wed, 27 Feb 2013 02:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A071318E for ; Wed, 27 Feb 2013 02:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R2A1FO036970 for ; Wed, 27 Feb 2013 02:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R2A15I036969; Wed, 27 Feb 2013 02:10:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 02:10:01 GMT Resent-Message-Id: <201302270210.r1R2A15I036969@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1C9327E7 for ; Wed, 27 Feb 2013 02:06:50 +0000 (UTC) (envelope-from umq.876@gmail.com) Received: from mail-pb0-f46.google.com (mail-pb0-f46.google.com [209.85.160.46]) by mx1.freebsd.org (Postfix) with ESMTP id D9BC616D for ; Wed, 27 Feb 2013 02:06:49 +0000 (UTC) Received: by mail-pb0-f46.google.com with SMTP id uo15so40734pbc.5 for ; Tue, 26 Feb 2013 18:06:49 -0800 (PST) Received: from nafbsd2.m.nd.to (p057007.dynamic.ppp.asahi-net.or.jp. [221.113.57.7]) by mx.google.com with ESMTPS id hu2sm2756306pbc.38.2013.02.26.18.06.46 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Feb 2013 18:06:47 -0800 (PST) Message-Id: <864ngy4ijh.wl%umq@ueo.co.jp> Date: Wed, 27 Feb 2013 11:06:26 +0900 From: Hirohisa Yamaguchi Sender: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176461: [patch] security/libassuan update to 2.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 02:10:01 -0000 >Number: 176461 >Category: ports >Synopsis: [patch] security/libassuan update to 2.1.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 02:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The new version of security/libassuan 2.1.0 is available Release-announcement: http://lists.gnupg.org/pipermail/gnupg-announce/2013q1/000320.html >How-To-Repeat: N/A >Fix: The patch follows: Index: security/libassuan/Makefile =================================================================== --- security/libassuan/Makefile (revision 312975) +++ security/libassuan/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libassuan -PORTVERSION= 2.0.3 +PORTVERSION= 2.1.0 CATEGORIES= security devel MASTER_SITES= ${MASTER_SITE_GNUPG} MASTER_SITE_SUBDIR=${PORTNAME} Index: security/libassuan/distinfo =================================================================== --- security/libassuan/distinfo (revision 312975) +++ security/libassuan/distinfo (working copy) @@ -1,4 +1,4 @@ -SHA256 (libassuan-2.0.3.tar.bz2) = bad5682374c76bcc0abb1a7a34c9557af6874a477500748e64a7d3def79cac1b -SIZE (libassuan-2.0.3.tar.bz2) = 529149 -SHA256 (libassuan-2.0.3.tar.bz2.sig) = dc3948dd031a453ed03a7c1ce5cc27d144df5ed030f834d613b61ffb2011d460 -SIZE (libassuan-2.0.3.tar.bz2.sig) = 287 +SHA256 (libassuan-2.1.0.tar.bz2) = a4c5bd3a0c2726e8bcc2ea8a3b15f7aae3bd92d4f85968f315fd3a75d101c267 +SIZE (libassuan-2.1.0.tar.bz2) = 537489 +SHA256 (libassuan-2.1.0.tar.bz2.sig) = fe78567407342e0484227b9dbdc677beee27d9c675c31e6bdbbd17c8920e8b1e +SIZE (libassuan-2.1.0.tar.bz2.sig) = 287 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 02: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]) by hub.freebsd.org (Postfix) with ESMTP id 5B34D859; Wed, 27 Feb 2013 02:10:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 37154197; Wed, 27 Feb 2013 02:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R2AAW3037058; Wed, 27 Feb 2013 02:10:10 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R2AAd9037054; Wed, 27 Feb 2013 02:10:10 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 02:10:10 GMT Message-Id: <201302270210.r1R2AAd9037054@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, novel@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176460: [patch] security/libgpg-error update to 1.11 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 02:10:10 -0000 Synopsis: [patch] security/libgpg-error update to 1.11 Responsible-Changed-From-To: freebsd-ports-bugs->novel Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 02: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=176460 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 02: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]) by hub.freebsd.org (Postfix) with ESMTP id 3BF4F889; Wed, 27 Feb 2013 02:10:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1774D199; Wed, 27 Feb 2013 02:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R2AEX0037142; Wed, 27 Feb 2013 02:10:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R2AEox037138; Wed, 27 Feb 2013 02:10:14 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 02:10:14 GMT Message-Id: <201302270210.r1R2AEox037138@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jhale@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176461: [patch] security/libassuan update to 2.1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 02:10:15 -0000 Synopsis: [patch] security/libassuan update to 2.1.0 Responsible-Changed-From-To: freebsd-ports-bugs->jhale Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 02:10:14 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176461 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 02:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7BA4AED9 for ; Wed, 27 Feb 2013 02:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 60198213 for ; Wed, 27 Feb 2013 02:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R2K1PW039620 for ; Wed, 27 Feb 2013 02:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R2K1cW039619; Wed, 27 Feb 2013 02:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 02:20:01 GMT Resent-Message-Id: <201302270220.r1R2K1cW039619@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hirohisa Yamaguchi Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E0D6EC22 for ; Wed, 27 Feb 2013 02:14:53 +0000 (UTC) (envelope-from umq.876@gmail.com) Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com [209.85.160.48]) by mx1.freebsd.org (Postfix) with ESMTP id BE51E1F1 for ; Wed, 27 Feb 2013 02:14:53 +0000 (UTC) Received: by mail-pb0-f48.google.com with SMTP id wy12so45033pbc.7 for ; Tue, 26 Feb 2013 18:14:53 -0800 (PST) Received: from nafbsd2.m.nd.to (p057007.dynamic.ppp.asahi-net.or.jp. [221.113.57.7]) by mx.google.com with ESMTPS id tp2sm2799814pbc.12.2013.02.26.18.14.50 (version=TLSv1 cipher=RC4-SHA bits=128/128); Tue, 26 Feb 2013 18:14:51 -0800 (PST) Message-Id: <867glu8pvd.wl%umq@ueo.co.jp> Date: Wed, 27 Feb 2013 11:14:30 +0900 From: Hirohisa Yamaguchi Sender: Hirohisa Yamaguchi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176462: [maintainer] mail/opendkim update to 2.8.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 02:20:01 -0000 >Number: 176462 >Category: ports >Synopsis: [maintainer] mail/opendkim update to 2.8.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 02:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hirohisa Yamaguchi >Release: FreeBSD 8.3-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD **** 8.3-RELEASE-p3 FreeBSD 8.3-RELEASE-p3 #0: Tue Jun 12 00:39:29 UTC 2012 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The new version of mail/opendkim 2.8.0 is available. Release-announcement: http://lists.opendkim.org/archive/opendkim/announce/2013/02/0041.html >How-To-Repeat: N/A >Fix: The patch follows: Index: mail/opendkim/Makefile =================================================================== --- mail/opendkim/Makefile (revision 312948) +++ mail/opendkim/Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= opendkim -PORTVERSION= 2.7.4 -PORTREVISION= 1 +PORTVERSION= 2.8.0 CATEGORIES= mail security MASTER_SITES= SF MASTER_SITE_SUBDIR= ${PORTNAME} \ @@ -155,6 +154,17 @@ PLIST_SUB+= LUA="@comment " .endif +pre-configure: + ${REINPLACE_CMD} -e '/PKG_CONFIG/s/lua5/lua-5/' \ + ${WRKSRC}/configure + +post-patch: +.if ${PORT_OPTIONS:MLCOV} + ${CP} ${FILESDIR}/lcov-helper.sh ${WRKSRC}/libopendkim/tests/ + ${CP} ${FILESDIR}/lcov-helper.sh ${WRKSRC}/opendkim/tests/ + ${FIND} ${WRKSRC} -type f -name \*-helper.sh -exec ${CHMOD} 755 {} + +.endif + post-install: .if ! ${PORT_OPTIONS:MDEBUG} && ${PORT_OPTIONS:MFILTER} @${STRIP_CMD} ${PREFIX}/sbin/opendkim Index: mail/opendkim/distinfo =================================================================== --- mail/opendkim/distinfo (revision 312948) +++ mail/opendkim/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (opendkim-2.7.4.tar.gz) = fa66f7ca52dd3fa94cd869e8fe9e8f849ab83d6a32a8d4ed3cf18b06b4584e76 -SIZE (opendkim-2.7.4.tar.gz) = 1158496 +SHA256 (opendkim-2.8.0.tar.gz) = a7b369b2182031d53257cbbac7ed99d70b00ebc442dfb832dc7d78d5d7b0c31c +SIZE (opendkim-2.8.0.tar.gz) = 1175377 Index: mail/opendkim/files/patch-opendkim__tests__Makefile.in =================================================================== --- mail/opendkim/files/patch-opendkim__tests__Makefile.in (revision 0) +++ mail/opendkim/files/patch-opendkim__tests__Makefile.in (working copy) @@ -0,0 +1,36 @@ +--- ./opendkim/tests/Makefile.in.orig 2013-02-26 06:06:06.000000000 +0900 ++++ ./opendkim/tests/Makefile.in 2013-02-26 19:58:50.000000000 +0900 +@@ -98,8 +98,10 @@ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' + am__base_list = \ +- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ +- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' ++ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\ ++/ /g' | \ ++ sed '$$!N;$$!N;$$!N;$$!N;s/\ ++/ /g' + am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +@@ -778,14 +780,16 @@ + @LCOV_TRUE@description.txt: $(check_SCRIPTS) + @LCOV_TRUE@ rm -f $@ + @LCOV_TRUE@ for test in $? ; do \ +-@LCOV_TRUE@ testname=$${test/t-}; \ +-@LCOV_TRUE@ testname=$${testname//-/_}; \ ++@LCOV_TRUE@ testname=$${test#t-}; \ ++@LCOV_TRUE@ testname=$$(echo $${testname} | sed -e 's/-/_/g'); \ + @LCOV_TRUE@ grep ^# $$test | tail -n 1 | \ +-@LCOV_TRUE@ sed -e "s/^#\(.*\)/$${testname}\n\t\1\n/g" >> $@; \ ++@LCOV_TRUE@ sed -e "s/^#\(.*\)/$${testname}\ ++@LCOV_TRUE@ \1\ ++@LCOV_TRUE@/g" >> $@; \ + @LCOV_TRUE@ done + + @LCOV_TRUE@description.html: description.txt +-@LCOV_TRUE@ gendesc --output $@ $< ++@LCOV_TRUE@ gendesc --output $@ $? + + @LCOV_TRUE@maintainer-clean-local: + @LCOV_TRUE@ -rm -rf lcov/[^C]* Index: mail/opendkim/files/lcov-helper.sh =================================================================== --- mail/opendkim/files/lcov-helper.sh (revision 0) +++ mail/opendkim/files/lcov-helper.sh (working copy) @@ -0,0 +1,9 @@ +#! /bin/sh +$1 +x=$? +# keep consistant with Makefile.am +testname=${1#./t-} +testname=$(echo ${testname} | sed -e 's/-/_/g') +lcov --capture --directory .. --output-file $1.info --test-name ${testname} --quiet +lcov --remove $1.info '/usr/include/*' --output-file $1.info --quiet & +exit $x Index: mail/opendkim/files/patch-libopendkim__tests__Makefile.in =================================================================== --- mail/opendkim/files/patch-libopendkim__tests__Makefile.in (revision 0) +++ mail/opendkim/files/patch-libopendkim__tests__Makefile.in (working copy) @@ -0,0 +1,77 @@ +--- ./libopendkim/tests/Makefile.in.orig 2013-02-26 06:06:04.000000000 +0900 ++++ ./libopendkim/tests/Makefile.in 2013-02-26 19:58:50.000000000 +0900 +@@ -106,7 +106,7 @@ + t-test149$(EXEEXT) t-test150$(EXEEXT) t-test151$(EXEEXT) \ + t-test152$(EXEEXT) t-test153$(EXEEXT) t-signperf$(EXEEXT) \ + t-verifyperf$(EXEEXT) $(am__EXEEXT_1) t-cleanup$(EXEEXT) +-@ALL_SYMBOLS_TRUE@am__append_6 = t-test49 t-test113 t-test118 ++@ALL_SYMBOLS_TRUE@am__append_6 = t-test113 t-test118 + @GCOV_ONLY_TRUE@am__append_7 = *.gcov *.gcno *.gcda *.bb *.bbg *.da .gcov-files + @LCOV_TRUE@am__append_8 = *.info .prepare-lcov .info-files *.gcno *.gcda + @GPROF_TRUE@am__append_9 = *.prof gmon.out *.gmon +@@ -124,7 +124,7 @@ + CONFIG_HEADER = $(top_builddir)/build-config.h + CONFIG_CLEAN_FILES = + CONFIG_CLEAN_VPATH_FILES = +-@ALL_SYMBOLS_TRUE@am__EXEEXT_1 = t-test49$(EXEEXT) t-test113$(EXEEXT) \ ++@ALL_SYMBOLS_TRUE@am__EXEEXT_1 = t-test113$(EXEEXT) \ + @ALL_SYMBOLS_TRUE@ t-test118$(EXEEXT) + am_t_cleanup_OBJECTS = t-cleanup.$(OBJEXT) + t_cleanup_OBJECTS = $(am_t_cleanup_OBJECTS) +@@ -952,7 +952,7 @@ + $(t_test39_SOURCES) $(t_test40_SOURCES) $(t_test41_SOURCES) \ + $(t_test42_SOURCES) $(t_test43_SOURCES) $(t_test44_SOURCES) \ + $(t_test45_SOURCES) $(t_test46_SOURCES) $(t_test47_SOURCES) \ +- $(t_test48_SOURCES) $(t_test49_SOURCES) $(t_test50_SOURCES) \ ++ $(t_test48_SOURCES) $(t_test50_SOURCES) \ + $(t_test51_SOURCES) $(t_test52_SOURCES) $(t_test53_SOURCES) \ + $(t_test54_SOURCES) $(t_test55_SOURCES) $(t_test56_SOURCES) \ + $(t_test57_SOURCES) $(t_test58_SOURCES) $(t_test59_SOURCES) \ +@@ -1006,7 +1006,7 @@ + $(t_test39_SOURCES) $(t_test40_SOURCES) $(t_test41_SOURCES) \ + $(t_test42_SOURCES) $(t_test43_SOURCES) $(t_test44_SOURCES) \ + $(t_test45_SOURCES) $(t_test46_SOURCES) $(t_test47_SOURCES) \ +- $(t_test48_SOURCES) $(t_test49_SOURCES) $(t_test50_SOURCES) \ ++ $(t_test48_SOURCES) $(t_test50_SOURCES) \ + $(t_test51_SOURCES) $(t_test52_SOURCES) $(t_test53_SOURCES) \ + $(t_test54_SOURCES) $(t_test55_SOURCES) $(t_test56_SOURCES) \ + $(t_test57_SOURCES) $(t_test58_SOURCES) $(t_test59_SOURCES) \ +@@ -1049,8 +1049,10 @@ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' + am__base_list = \ +- sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ +- sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' ++ sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\ ++/ /g' | \ ++ sed '$$!N;$$!N;$$!N;$$!N;s/\ ++/ /g' + am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ +@@ -2782,16 +2784,19 @@ + @LCOV_TRUE@description.txt: $(check_PROGRAMS) $(check_SCRIPTS) + @LCOV_TRUE@ rm -f $@ + @LCOV_TRUE@ for i in $(check_PROGRAMS); do \ +-@LCOV_TRUE@ testname=$${i/t-}; \ +-@LCOV_TRUE@ testname=$${testname//-/_}; \ ++@LCOV_TRUE@ testname=$${i#t-}; \ ++@LCOV_TRUE@ testname=$$(echo $${testname} | sed -e 's/-/_/g'); \ + @LCOV_TRUE@ fgrep '***' $$i.c | tail -n 1 | \ +-@LCOV_TRUE@ (echo $${testname} ; sed -e 's/[^*]*\*\*\*\(.*\)\\n.*/\t\1\n/g' ) >> $@; \ ++@LCOV_TRUE@ (echo $${testname} ; sed -e 's/[^*]*\*\*\*\(.*\)\\ ++@LCOV_TRUE@.*/ \1\ ++@LCOV_TRUE@/g' ) >> $@; \ + @LCOV_TRUE@ done + @LCOV_TRUE@ for i in $(check_SCRIPTS); do \ +-@LCOV_TRUE@ testname=$${i/t-}; \ +-@LCOV_TRUE@ testname=$${testname//-/_}; \ ++@LCOV_TRUE@ testname=$${i#t-}; \ ++@LCOV_TRUE@ testname=$$(echo $${testname} | sed -e 's/-/_/g'); \ + @LCOV_TRUE@ grep '^#' $$i | tail -n 1 | \ +-@LCOV_TRUE@ (echo $${testname} ; sed -e 's/^# \(.*\)/\t\1\n/g' ) >> $@; \ ++@LCOV_TRUE@ (echo $${testname} ; sed -e 's/^# \(.*\)/ \1\ ++@LCOV_TRUE@/g' ) >> $@; \ + @LCOV_TRUE@ done + + @LCOV_TRUE@description.html: description.txt Index: mail/opendkim/Makefile.options =================================================================== --- mail/opendkim/Makefile.options (revision 312948) +++ mail/opendkim/Makefile.options (working copy) @@ -11,7 +11,7 @@ OPTIONS_GROUP+= FFR OPTIONS_GROUP_FFR= ADSP_LISTS ALLSYMBOLS ATPS CODECOVERAGE \ DB_HANDLE_POOLS DEFAULT_SENDER DIFFHEADERS \ - DKIM_REPUTATION ERLANG IDENTITY_HEADER \ + DKIM_REPUTATION ERLANG IDENTITY_HEADER LCOV \ LDAP_CACHING POSTGRES_RECONNECT_HACK \ RATE_LIMIT RBL REDIRECT REPLACE_RULES REPRRD \ REPUTATION RESIGN SENDER_MACRO SOCKETDB \ @@ -27,6 +27,7 @@ DKIM_REPUTATION_DESC= DKIM reputation check (experimental) ERLANG_DESC= Support for Erlang datasets IDENTITY_HEADER_DESC= Special header to set identity +LCOV_DESC= Profiling with LCOV LDAP_CACHING_DESC= LDAP query piggybacking and caching POSTGRES_RECONNECT_HACK_DESC= PostgreSQL connection error detection bug hack RATE_LIMIT_DESC= DKIM based rate limiting support Index: mail/opendkim/Makefile.features =================================================================== --- mail/opendkim/Makefile.features (revision 312948) +++ mail/opendkim/Makefile.features (working copy) @@ -60,6 +60,15 @@ CONFIGURE_ARGS+= --enable-identity_header .endif +.if ${PORT_OPTIONS:MLCOV} +BROKEN= Does not install +BUILD_DEPENDS+= lcov:${PORTSDIR}/devel/lcov \ + ${SITE_PERL}/${PERL_ARCH}/GD.pm:${PORTSDIR}/graphics/p5-GD +CONFIGURE_ARGS+= --with-lcov +.else +CONFIGURE_ARGS+= --without-lcov +.endif + .if ${PORT_OPTIONS:MLDAP_CACHING} WITH_OPENLDAP= yes CONFIGURE_ARGS+= --enable-ldap_caching @@ -94,7 +103,7 @@ CONFIGURE_ARGS+= --enable-reprrd MAN8+= opendkim-reprrdimport.8 PLIST_SUB+= REPRRD="" -BUILD_DEPENDS= rrdtool>=0:${PORTSDIR}/databases/rrdtool +BUILD_DEPENDS+= rrdtool>=0:${PORTSDIR}/databases/rrdtool .else CONFIGURE_ARGS+= --disable-reprrd PLIST_SUB+= REPRRD="@comment " Index: mail/opendkim/pkg-plist =================================================================== --- mail/opendkim/pkg-plist (revision 312948) +++ mail/opendkim/pkg-plist (working copy) @@ -18,7 +18,7 @@ lib/libopendkim.a lib/libopendkim.la lib/libopendkim.so -lib/libopendkim.so.8 +lib/libopendkim.so.9 %%RBL%%lib/librbl.a %%RBL%%lib/librbl.la %%RBL%%lib/librbl.so >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 03: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]) by hub.freebsd.org (Postfix) with ESMTP id 1F40218F for ; Wed, 27 Feb 2013 03:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DC0B4776 for ; Wed, 27 Feb 2013 03:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R3o0R4055414 for ; Wed, 27 Feb 2013 03:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R3o0XF055413; Wed, 27 Feb 2013 03:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 03:50:00 GMT Resent-Message-Id: <201302270350.r1R3o0XF055413@freefall.freebsd.org> 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 Chen Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C04A4184; Wed, 27 Feb 2013 03:48:55 +0000 (UTC) (envelope-from johnpupu@www.johnpupu.tw) Received: from www.johnpupu.tw (60-199-173-18.static.tfn.net.tw [60.199.173.18]) by mx1.freebsd.org (Postfix) with ESMTP id 85FF2770; Wed, 27 Feb 2013 03:48:54 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (Postfix) with ESMTP id 09F64536098; Wed, 27 Feb 2013 11:39:26 +0800 (CST) Received: (from root@localhost) by www.johnpupu.tw (8.14.5/8.14.5/Submit) id r1R3dPEV001238; Wed, 27 Feb 2013 11:39:25 +0800 (CST) (envelope-from johnpupu) Message-Id: <201302270339.r1R3dPEV001238@www.johnpupu.tw> Date: Wed, 27 Feb 2013 11:39:25 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176463: [PATCH] www/owncloud: update to 4.5.7 Cc: kevlo@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 03:50:01 -0000 >Number: 176463 >Category: ports >Synopsis: [PATCH] www/owncloud: update to 4.5.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 03:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Watcher >Environment: System: FreeBSD www.johnpupu.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: - Update to 4.5.7 Port maintainer (kevlo@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- owncloud-4.5.7.patch begins here --- diff -ruN --exclude=CVS ../owncloud.orig/Makefile ./Makefile --- ../owncloud.orig/Makefile 2013-02-16 15:46:02.000000000 +0800 +++ ./Makefile 2013-02-27 11:37:38.000000000 +0800 @@ -1,7 +1,7 @@ # $FreeBSD: ports/www/owncloud/Makefile,v 1.14 2013/02/16 07:46:02 svnexp Exp $ PORTNAME= owncloud -PORTVERSION= 4.5.6 +PORTVERSION= 4.5.7 CATEGORIES= www MASTER_SITES= http://owncloud.org/releases/ diff -ruN --exclude=CVS ../owncloud.orig/distinfo ./distinfo --- ../owncloud.orig/distinfo 2013-02-16 15:46:02.000000000 +0800 +++ ./distinfo 2013-02-27 11:38:12.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (owncloud-4.5.6.tar.bz2) = 3ee2c5583945f0df813f1267b0885ea7b4772024c2d7f116ccc1f985a1b7d462 -SIZE (owncloud-4.5.6.tar.bz2) = 9161189 +SHA256 (owncloud-4.5.7.tar.bz2) = 1ea32f6dd1b735eb32b25e69c5b083136968f7e65564d19d4e4bccee568b8701 +SIZE (owncloud-4.5.7.tar.bz2) = 9126728 --- owncloud-4.5.7.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 03: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]) by hub.freebsd.org (Postfix) with ESMTP id 55C92191 for ; Wed, 27 Feb 2013 03:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 39C8D779 for ; Wed, 27 Feb 2013 03:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R3o16C055436 for ; Wed, 27 Feb 2013 03:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R3o1Sc055430; Wed, 27 Feb 2013 03:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 03:50:01 GMT Resent-Message-Id: <201302270350.r1R3o1Sc055430@freefall.freebsd.org> 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 Helfman Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 432FD158 for ; Wed, 27 Feb 2013 03:44:57 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 35AF3753 for ; Wed, 27 Feb 2013 03:44:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R3ivCq055317 for ; Wed, 27 Feb 2013 03:44:57 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R3ivFd055316; Wed, 27 Feb 2013 03:44:57 GMT (envelope-from jgh) Message-Id: <201302270344.r1R3ivFd055316@freefall.freebsd.org> Date: Wed, 27 Feb 2013 03:44:57 GMT From: Jason Helfman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176464: [patch][security/tsshbatch]: update to 1.137, optionsNG for DOCS and update header X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 03:50:01 -0000 >Number: 176464 >Category: ports >Synopsis: [patch][security/tsshbatch]: update to 1.137, optionsNG for DOCS and update header >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 03:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: Update to 1.137 buildlogs -> http://redports.org/buildarchive/20130227032300-57200/ >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 313028) +++ Makefile (working copy) @@ -1,12 +1,8 @@ -# New ports collection makefile for: tsshbatch -# Date created: 06 January 2012 -# Whom: Tim Daneliuk -# +# Created by: Tim Daneliuk # $FreeBSD$ -# PORTNAME= tsshbatch -PORTVERSION= 1.134 +PORTVERSION= 1.137 CATEGORIES= security python MASTER_SITES= http://www.tundraware.com/Software/tsshbatch/ @@ -32,12 +28,14 @@ tsshbatch.ps \ tsshbatch.rst +.include + do-install: ${INSTALL_SCRIPT} ${WRKSRC}/tsshbatch.py ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tsshbatch.1.gz ${MAN1PREFIX}/man/man1 post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} .for i in ${PORTDOCS} cd ${WRKSRC} && ${INSTALL_DATA} $i ${DOCSDIR} Index: distinfo =================================================================== --- distinfo (revision 313028) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (tsshbatch-1.134.tar.gz) = 564e1fa4a4446d19d0c1169e6d961f74e8427b5eeb61ef89f3a7362635234e5d -SIZE (tsshbatch-1.134.tar.gz) = 211833 +SHA256 (tsshbatch-1.137.tar.gz) = 2b4d9142e9c1a157edb9f8dff5481c462468fad087fd069ae596825f6cbf96cc +SIZE (tsshbatch-1.137.tar.gz) = 146424 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 03: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]) by hub.freebsd.org (Postfix) with ESMTP id B18EB1C3; Wed, 27 Feb 2013 03:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8DCC377C; Wed, 27 Feb 2013 03:50:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R3o9Bl055562; Wed, 27 Feb 2013 03:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R3o9jD055558; Wed, 27 Feb 2013 03:50:09 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 03:50:09 GMT Message-Id: <201302270350.r1R3o9jD055558@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, kevlo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176463: [PATCH] www/owncloud: update to 4.5.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 03:50:09 -0000 Synopsis: [PATCH] www/owncloud: update to 4.5.7 Responsible-Changed-From-To: freebsd-ports-bugs->kevlo Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 03: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=176463 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 03:50: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]) by hub.freebsd.org (Postfix) with ESMTP id 041311F5; Wed, 27 Feb 2013 03:50:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D36CB77D; Wed, 27 Feb 2013 03:50:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R3oE9k055638; Wed, 27 Feb 2013 03:50:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R3oECm055634; Wed, 27 Feb 2013 03:50:14 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 03:50:14 GMT Message-Id: <201302270350.r1R3oECm055634@freefall.freebsd.org> To: jgh@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176464: [patch][security/tsshbatch]: update to 1.137, optionsNG for DOCS and update header X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 03:50:15 -0000 Synopsis: [patch][security/tsshbatch]: update to 1.137, optionsNG for DOCS and update header State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 27 03:50:14 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176464 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 03:57: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]) by hub.freebsd.org (Postfix) with ESMTP id 7D88D2A8; Wed, 27 Feb 2013 03:57:21 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4AC537B0; Wed, 27 Feb 2013 03:57:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R3vL4p057269; Wed, 27 Feb 2013 03:57:21 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R3vKI9057265; Wed, 27 Feb 2013 03:57:20 GMT (envelope-from jgh) Date: Wed, 27 Feb 2013 03:57:20 GMT Message-Id: <201302270357.r1R3vKI9057265@freefall.freebsd.org> To: tsshbatch@tundraware.com, jgh@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jgh@FreeBSD.org From: jgh@FreeBSD.org Subject: Re: ports/176464: [patch][security/tsshbatch]: update to 1.137, optionsNG for DOCS and update header X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 03:57:21 -0000 Synopsis: [patch][security/tsshbatch]: update to 1.137, optionsNG for DOCS and update header Responsible-Changed-From-To: freebsd-ports-bugs->jgh Responsible-Changed-By: jgh Responsible-Changed-When: Wed Feb 27 03:57:20 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176464 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 04:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 399C4518 for ; Wed, 27 Feb 2013 04:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1987B815 for ; Wed, 27 Feb 2013 04:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R4A0Rn059217 for ; Wed, 27 Feb 2013 04:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R4A0Lc059211; Wed, 27 Feb 2013 04:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 04:10:00 GMT Resent-Message-Id: <201302270410.r1R4A0Lc059211@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tsurutani Naoki Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E5D554F2 for ; Wed, 27 Feb 2013 04:06:12 +0000 (UTC) (envelope-from turutani@scphys.kyoto-u.ac.jp) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [133.3.248.237]) by mx1.freebsd.org (Postfix) with ESMTP id 780C57F9 for ; Wed, 27 Feb 2013 04:06:12 +0000 (UTC) Received: from smtp-auth.kuins.kyoto-u.ac.jp (smtp-auth.kuins.kyoto-u.ac.jp [127.0.0.1]) by postfix.imss70 (Postfix) with ESMTP id 468A2100AC; Wed, 27 Feb 2013 12:42:34 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (p1099-ipngn100408kyoto.kyoto.ocn.ne.jp [153.185.47.99]) by smtp-auth.kuins.kyoto-u.ac.jp (Postfix) with ESMTP id 1B20F100A9; Wed, 27 Feb 2013 12:42:34 +0900 (JST) Received: from h120.65.226.10.32118.vlan.kuins.net (localhost [127.0.0.1]) by h120.65.226.10.32118.vlan.kuins.net (8.14.4/8.14.4/20071004-1) with ESMTP id r1R3gTcb001912; Wed, 27 Feb 2013 12:42:29 +0900 (JST) (envelope-from turutani@h120.65.226.10.32118.vlan.kuins.net) Received: (from turutani@localhost) by h120.65.226.10.32118.vlan.kuins.net (8.14.4/8.14.4/Submit) id r1R3gSU5001911; Wed, 27 Feb 2013 12:42:28 +0900 (JST) (envelope-from turutani) Message-Id: <201302270342.r1R3gSU5001911@h120.65.226.10.32118.vlan.kuins.net> Date: Wed, 27 Feb 2013 12:42:28 +0900 (JST) From: Tsurutani Naoki To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176465: www/linux-f10-flashplugin is vulnerable Cc: turutani@scphys.kyoto-u.ac.jp X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Tsurutani Naoki List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 04:10:01 -0000 >Number: 176465 >Category: ports >Synopsis: www/linux-f10-flashplugin is vulnerable >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 04:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Tsurutani Naoki >Release: FreeBSD 8.2-PRERELEASE i386 >Organization: >Environment: System: FreeBSD h120.65.226.10.32118.vlan.kuins.net 8.2-PRERELEASE FreeBSD 8.2-PRERELEASE #25: Mon Jan 24 10:37:18 JST 2011 turutani@h120.65.226.10.32118.vlan.kuins.net:/usr/local/work/usr/obj/usr/src/sys/POLYMER i386 >Description: www/linux-f10-flashplufin11 is available. ref: http://www.adobe.com/support/security/bulletins/apsb13-08.html >How-To-Repeat: >Fix: new version is available. here is a patch: --- Makefile.orig 2013-02-21 07:43:03.000000000 +0900 +++ Makefile 2013-02-27 11:57:00.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: ports/www/linux-f10-flashplugin11/Makefile,v 1.47 2013/02/20 22:43:03 svnexp Exp $ PORTNAME= flashplugin -PORTVERSION= 11.2r202.270 +PORTVERSION= 11.2r202.273 CATEGORIES= www multimedia linux MASTER_SITES= http://fpdownload.macromedia.com/get/flashplayer/pdc/${PORTVERSION:C/r/\./}/:plugin \ LOCAL/nox:suplib --- distinfo.orig 2013-02-14 23:39:42.000000000 +0900 +++ distinfo 2013-02-27 11:58:57.000000000 +0900 @@ -1,4 +1,4 @@ -SHA256 (flashplugin/11.2r202.270/install_flash_player_11_linux.i386.tar.gz) = f4e55cc91a7d545308ef57fa9c1be0a6effbb42329216b2b45d9100ac400a747 -SIZE (flashplugin/11.2r202.270/install_flash_player_11_linux.i386.tar.gz) = 6922991 -SHA256 (flashplugin/11.2r202.270/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf -SIZE (flashplugin/11.2r202.270/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 +SHA256 (flashplugin/11.2r202.273/install_flash_player_11_linux.i386.tar.gz) = ad6e5e8ca4f76b834f86856252deacaf1bae7cb6b976181e3e05af77762761bd +SIZE (flashplugin/11.2r202.273/install_flash_player_11_linux.i386.tar.gz) = 6922290 +SHA256 (flashplugin/11.2r202.273/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 4a309b1a326bd2212cc72480628659e5a7fd61d9e0572cb7350c206f030955bf +SIZE (flashplugin/11.2r202.273/linux-f10-flashsupport-9.0.1.i386.tar.gz) = 3455 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 04:12: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]) by hub.freebsd.org (Postfix) with ESMTP id 0743754B; Wed, 27 Feb 2013 04:12:01 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D409481E; Wed, 27 Feb 2013 04:12:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R4C0La060759; Wed, 27 Feb 2013 04:12:00 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R4C02W060755; Wed, 27 Feb 2013 04:12:00 GMT (envelope-from beech) Date: Wed, 27 Feb 2013 04:12:00 GMT Message-Id: <201302270412.r1R4C02W060755@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Subject: Re: ports/176462: [maintainer] mail/opendkim update to 2.8.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 04:12:01 -0000 Synopsis: [maintainer] mail/opendkim update to 2.8.0 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Wed Feb 27 04:11:23 UTC 2013 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=176462 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 06:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5CEBBF39 for ; Wed, 27 Feb 2013 06:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2F1DBB06 for ; Wed, 27 Feb 2013 06:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R600JB079314 for ; Wed, 27 Feb 2013 06:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R600ue079309; Wed, 27 Feb 2013 06:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 06:00:00 GMT Resent-Message-Id: <201302270600.r1R600ue079309@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 0CB85DE1 for ; Wed, 27 Feb 2013 05:54:02 +0000 (UTC) (envelope-from root@deep.tw) Received: from deep.tw (220-134-39-129.HINET-IP.hinet.net [220.134.39.129]) by mx1.freebsd.org (Postfix) with ESMTP id C6644AB8 for ; Wed, 27 Feb 2013 05:54:01 +0000 (UTC) Received: by deep.tw (Postfix, from userid 0) id 60A085C85; Wed, 27 Feb 2013 13:53:54 +0800 (CST) Message-Id: <20130227055354.60A085C85@deep.tw> Date: Wed, 27 Feb 2013 13:53:54 +0800 (CST) From: Jin-Sih Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176466: [MAINTAINER] www/node: update to 0.8.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 06:00:01 -0000 >Number: 176466 >Category: ports >Synopsis: [MAINTAINER] www/node: update to 0.8.21 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 06:00: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 #0: Sat Aug 18 08:09:36 CST 2012 >Description: - Update to 0.8.21 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- node-0.8.21.patch begins here --- diff -ruN --exclude=CVS ../node.orig/Makefile ./Makefile --- ../node.orig/Makefile 2013-02-27 13:51:19.000000000 +0800 +++ ./Makefile 2013-02-27 13:51:46.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: ports/www/node/Makefile,v 1.68 2013/02/26 16:55:30 svnexp Exp $ PORTNAME= node -PORTVERSION= 0.8.20 +PORTVERSION= 0.8.21 CATEGORIES= www MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/ DISTNAME= ${PORTNAME}-v${PORTVERSION} diff -ruN --exclude=CVS ../node.orig/distinfo ./distinfo --- ../node.orig/distinfo 2013-02-27 13:51:28.000000000 +0800 +++ ./distinfo 2013-02-27 13:51:50.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (node-v0.8.20.tar.gz) = e4461bfded531f4880839829ab3bce5b824905d6e181876e3d0309a366bf57ee -SIZE (node-v0.8.20.tar.gz) = 12190186 +SHA256 (node-v0.8.21.tar.gz) = e526f56d22bb2ebee5a607bd1e7a16dcc8530b916e3a372192e6cd5fa97d08e6 +SIZE (node-v0.8.21.tar.gz) = 12191813 --- node-0.8.21.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 06:00:10 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B7E5FF74; Wed, 27 Feb 2013 06:00:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F16D5B09; Wed, 27 Feb 2013 06:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R609x4079437; Wed, 27 Feb 2013 06:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R609qZ079433; Wed, 27 Feb 2013 06:00:09 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 06:00:09 GMT Message-Id: <201302270600.r1R609qZ079433@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176466: [MAINTAINER] www/node: update to 0.8.21 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 06:00:10 -0000 Synopsis: [MAINTAINER] www/node: update to 0.8.21 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 06:00:09 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=176466 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 07: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]) by hub.freebsd.org (Postfix) with ESMTP id E33DEBB1 for ; Wed, 27 Feb 2013 07:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C7944D89 for ; Wed, 27 Feb 2013 07:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R700qE090130 for ; Wed, 27 Feb 2013 07:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R700Pe090129; Wed, 27 Feb 2013 07:00:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 07:00:00 GMT Resent-Message-Id: <201302270700.r1R700Pe090129@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hiroto Kagotani Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AC7BBB7B; Wed, 27 Feb 2013 06:55:46 +0000 (UTC) (envelope-from kagotani@serv52.infsys.cne.okayama-u.ac.jp) Received: from serv52.infsys.cne.okayama-u.ac.jp (serv52.infsys.cne.okayama-u.ac.jp [150.46.6.52]) by mx1.freebsd.org (Postfix) with ESMTP id 3FD3BD75; Wed, 27 Feb 2013 06:55:45 +0000 (UTC) Received: from serv52.infsys.cne.okayama-u.ac.jp (localhost [127.0.0.1]) by serv52.infsys.cne.okayama-u.ac.jp (8.14.5/8.14.5) with ESMTP id r1R6of31019596; Wed, 27 Feb 2013 15:50:41 +0900 (JST) (envelope-from kagotani@serv52.infsys.cne.okayama-u.ac.jp) Received: (from root@localhost) by serv52.infsys.cne.okayama-u.ac.jp (8.14.5/8.14.5/Submit) id r1R6ofV5019595; Wed, 27 Feb 2013 15:50:41 +0900 (JST) (envelope-from kagotani) Message-Id: <201302270650.r1R6ofV5019595@serv52.infsys.cne.okayama-u.ac.jp> Date: Wed, 27 Feb 2013 15:50:41 +0900 (JST) From: Hiroto Kagotani To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176467: [PATCH] devel/gobject-introspection: configure fails when gcc46 is installed Cc: gnome@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 07:00:01 -0000 >Number: 176467 >Category: ports >Synopsis: [PATCH] devel/gobject-introspection: configure fails when gcc46 is installed >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 07:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hiroto Kagotani >Release: FreeBSD 9.0-RELEASE-p3 amd64 >Organization: >Environment: System: FreeBSD myhost.mydomain 9.0-RELEASE-p3 FreeBSD 9.0-RELEASE-p3 #0: Tue Jun 12 02:52:29 UTC 2012 >Description: lang/gcc46 (and maybe other gcc's) installs its own libffi.so in /usr/local/lib/gcc46. Although this library is found by lib-depends (or ldconfig -r) in bsd.ports.mk, but the configure script for gobject-introspection searchs for it in /usr/local/lib and fails. [DESCRIBE CHANGES] Port maintainer (gnome@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: suffix) >How-To-Repeat: Install lang/gcc46. Make sure devel/libffi is NOT installed. Do "make configure" in devel/gobject-introspection. >Fix: This fix is just a workaround. When gcc46 (or 47) port installs newer libffi, the same problem will occur. --- gobject-introspection-0.10.8_3.patch begins here --- diff -ruN --exclude=CVS ../gobject-introspection.orig/Makefile ./Makefile --- ../gobject-introspection.orig/Makefile 2013-01-29 09:50:15.000000000 +0900 +++ ./Makefile 2013-02-27 15:33:35.000000000 +0900 @@ -16,7 +16,7 @@ MAINTAINER= gnome@FreeBSD.org COMMENT= Generate interface introspection data for GObject libraries -LIB_DEPENDS= ffi:${PORTSDIR}/devel/libffi +LIB_DEPENDS= ffi.6:${PORTSDIR}/devel/libffi USE_BZIP2= yes GNU_CONFIGURE= yes --- gobject-introspection-0.10.8_3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 07: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]) by hub.freebsd.org (Postfix) with ESMTP id E45E7BE4; Wed, 27 Feb 2013 07:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C0A50D8D; Wed, 27 Feb 2013 07:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R709Xc091678; Wed, 27 Feb 2013 07:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R709o1091674; Wed, 27 Feb 2013 07:00:09 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 07:00:09 GMT Message-Id: <201302270700.r1R709o1091674@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176467: [PATCH] devel/gobject-introspection: configure fails when gcc46 is installed X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 07:00:10 -0000 Synopsis: [PATCH] devel/gobject-introspection: configure fails when gcc46 is installed Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 07:00:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176467 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 08: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]) by hub.freebsd.org (Postfix) with ESMTP id 969878B2 for ; Wed, 27 Feb 2013 08:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 67431F45 for ; Wed, 27 Feb 2013 08:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R802Vt017733 for ; Wed, 27 Feb 2013 08:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R8024a017732; Wed, 27 Feb 2013 08:00:02 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 08:00:02 GMT Resent-Message-Id: <201302270800.r1R8024a017732@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Stefan Bethke Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 48FCC765 for ; Wed, 27 Feb 2013 07:52:06 +0000 (UTC) (envelope-from stb@diesel.lassitu.de) Received: from gilb.zs64.net (gilb.zs64.net [212.12.50.234]) by mx1.freebsd.org (Postfix) with ESMTP id 039C0F11 for ; Wed, 27 Feb 2013 07:52:05 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from zs64submitaccount@zs64.net) id 92C9AA003D for ; Wed, 27 Feb 2013 07:51:56 +0000 (UTC) Message-Id: <20130227085156-811372@diesel.lassitu.de> Date: Wed, 27 Feb 2013 08:51:56 From: Stefan Bethke To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176469: PATCH: fix security/pam_ssh_agent_auth for -stable and onwards X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Stefan Bethke List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 08:00:02 -0000 >Number: 176469 >Category: ports >Synopsis: PATCH: fix security/pam_ssh_agent_auth for -stable and onwards >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 08:00:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Stefan Bethke >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD diesel.lassitu.de 9.1-STABLE FreeBSD 9.1-STABLE #7 r245996: Sun Jan 27 22:36:05 CET 2013 root@diesel.lassitu.de:/usr/obj/usr/src/sys/DIESEL amd64 >Description: On -stable and -current, the upstream configure detects FreeBSD's version of strnvis, but fails to properly call it in the code. >How-To-Repeat: >Fix: Since FreeBSD's version of strnvis() is incompatible with the version the module expects, remove the detection for strnvis() from configure. This enables use of the built-in compatibility version of strnvis() on all FreeBSD versions. Index: Makefile =================================================================== --- Makefile (revision 313004) +++ Makefile (working copy) @@ -7,7 +7,7 @@ PORTNAME= pam_ssh_agent_auth PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/ Index: files/patch-configure =================================================================== --- files/patch-configure (revision 0) +++ files/patch-configure (working copy) @@ -0,0 +1,10 @@ +--- configure.orig 2011-06-07 08:32:46.000000000 +0200 ++++ configure 2013-02-27 08:42:45.502953227 +0100 +@@ -16546,7 +16546,6 @@ + strlcat \ + strlcpy \ + strmode \ +- strnvis \ + strtonum \ + strtoll \ + strtoul \ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 08: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]) by hub.freebsd.org (Postfix) with ESMTP id D9CA2912; Wed, 27 Feb 2013 08:00:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B6352F48; Wed, 27 Feb 2013 08:00:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R80EJO017817; Wed, 27 Feb 2013 08:00:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R80ERd017813; Wed, 27 Feb 2013 08:00:14 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 08:00:14 GMT Message-Id: <201302270800.r1R80ERd017813@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176469: PATCH: fix security/pam_ssh_agent_auth for -stable and onwards X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 08:00:14 -0000 Synopsis: PATCH: fix security/pam_ssh_agent_auth for -stable and onwards Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 08: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=176469 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 08:07: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]) by hub.freebsd.org (Postfix) with ESMTP id A5580AE6; Wed, 27 Feb 2013 08:07:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7E0AFF91; Wed, 27 Feb 2013 08:07:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R874ka025141; Wed, 27 Feb 2013 08:07:04 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R87452025137; Wed, 27 Feb 2013 08:07:04 GMT (envelope-from linimon) Date: Wed, 27 Feb 2013 08:07:04 GMT Message-Id: <201302270807.r1R87452025137@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-www@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/176468: www/sams can not use the mask /32, with authorization by IP address. X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 08:07:04 -0000 Old Synopsis: SAMS can not use the mask /32, with authorization by IP address. New Synopsis: www/sams can not use the mask /32, with authorization by IP address. Responsible-Changed-From-To: freebsd-www->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Wed Feb 27 08:06:28 UTC 2013 Responsible-Changed-Why: ports PR. The GNATS 'www' category is only for problems affecting the FreeBSD website. http://www.freebsd.org/cgi/query-pr.cgi?pr=176468 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 08:07:11 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id EBE44B07; Wed, 27 Feb 2013 08:07:11 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from gilb.zs64.net (gilb.zs64.net [IPv6:2a00:14b0:4200:32e0::1ea]) by mx1.freebsd.org (Postfix) with ESMTP id B3EE8F93; Wed, 27 Feb 2013 08:07:11 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from stb@lassitu.de) id 033CCA0278; Wed, 27 Feb 2013 08:07:10 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: ports/176469: PATCH: fix security/pam_ssh_agent_auth for -stable and onwards From: Stefan Bethke In-Reply-To: <201302270800.r1R801DE017727@freefall.freebsd.org> Date: Wed, 27 Feb 2013 09:07:10 +0100 Content-Transfer-Encoding: 7bit Message-Id: References: <201302270800.r1R801DE017727@freefall.freebsd.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org X-Mailer: Apple Mail (2.1499) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 08:07:12 -0000 As Dimitry Andric just pointed out: We have strnvis(), but it is not suitable. We got strnvis() from NetBSD, and its arguments are in a different order from OpenBSD's version. See the archive for earlier discussions (and crash reports :) about this. I recommend adding the line: CONFIGURE_ENV= ac_cv_func_strnvis=no to the port Makefile, just as with security/openssh-portable. -- Stefan Bethke Fon +49 151 14070811 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 08:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D4325E22 for ; Wed, 27 Feb 2013 08:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A02206E for ; Wed, 27 Feb 2013 08:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R8K0hI036718 for ; Wed, 27 Feb 2013 08:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R8K0T5036717; Wed, 27 Feb 2013 08:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 08:20:00 GMT Resent-Message-Id: <201302270820.r1R8K0T5036717@freefall.freebsd.org> 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 Helfman Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2AA7EE0F for ; Wed, 27 Feb 2013 08:18:53 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 18B8929 for ; Wed, 27 Feb 2013 08:18:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R8IqoV036662 for ; Wed, 27 Feb 2013 08:18:52 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R8Iqc1036661; Wed, 27 Feb 2013 08:18:52 GMT (envelope-from jgh) Message-Id: <201302270818.r1R8Iqc1036661@freefall.freebsd.org> Date: Wed, 27 Feb 2013 08:18:52 GMT From: Jason Helfman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176470: [patch] editors/leafpad: adopt optionsNG for DOCS, trim header, shorten MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 08:20:00 -0000 >Number: 176470 >Category: ports >Synopsis: [patch] editors/leafpad: adopt optionsNG for DOCS, trim header, shorten MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 08:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: adopt optionsNG for DOCS trim header shorten MASTER_SITES >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 310165) +++ Makefile (working copy) @@ -1,15 +1,11 @@ -# New ports collection makefile for: leafpad -# Date created: 2004-10-18 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD$ -# PORTNAME= leafpad PORTVERSION= 0.8.18.1 PORTREVISION= 1 CATEGORIES= editors -MASTER_SITES= ${MASTER_SITE_SAVANNAH} +MASTER_SITES= SAVANNAH MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= wen@FreeBSD.org @@ -29,8 +25,10 @@ post-extract: @${CHMOD} a+x ${WRKSRC}/install-sh +.include + post-install: -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/ .endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 08: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]) by hub.freebsd.org (Postfix) with ESMTP id A4D0AE50; Wed, 27 Feb 2013 08:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 811666F; Wed, 27 Feb 2013 08:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R8K82W036959; Wed, 27 Feb 2013 08:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R8K8BP036955; Wed, 27 Feb 2013 08:20:08 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 08:20:08 GMT Message-Id: <201302270820.r1R8K8BP036955@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wen@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176470: [patch] editors/leafpad: adopt optionsNG for DOCS, trim header, shorten MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 08:20:08 -0000 Synopsis: [patch] editors/leafpad: adopt optionsNG for DOCS, trim header, shorten MASTER_SITES Responsible-Changed-From-To: freebsd-ports-bugs->wen Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 08: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=176470 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 09: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]) by hub.freebsd.org (Postfix) with ESMTP id 056CA12B for ; Wed, 27 Feb 2013 09:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C889E28A for ; Wed, 27 Feb 2013 09:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R9A0Ef046085 for ; Wed, 27 Feb 2013 09:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R9A0QE046080; Wed, 27 Feb 2013 09:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 09:10:00 GMT Resent-Message-Id: <201302270910.r1R9A0QE046080@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Linus Lee Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2C4C4FD3 for ; Wed, 27 Feb 2013 09:00:22 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1DC0A22A for ; Wed, 27 Feb 2013 09:00:22 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1R90Lvl015286 for ; Wed, 27 Feb 2013 09:00:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1R90LG1015285; Wed, 27 Feb 2013 09:00:21 GMT (envelope-from nobody) Message-Id: <201302270900.r1R90LG1015285@red.freebsd.org> Date: Wed, 27 Feb 2013 09:00:21 GMT From: Linus Lee To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176472: update dnscrypt-proxy to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 09:10:01 -0000 >Number: 176472 >Category: ports >Synopsis: update dnscrypt-proxy 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: Wed Feb 27 09:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Linus Lee >Release: >Organization: >Environment: >Description: >How-To-Repeat: >Fix: Patch attached with submission follows: diff -r -N -u dnscrypt-proxy.orig/Makefile dnscrypt-proxy/Makefile --- dnscrypt-proxy.orig/Makefile 2013-02-27 15:36:51.000000000 +0800 +++ dnscrypt-proxy/Makefile 2013-02-27 16:40:58.000000000 +0800 @@ -2,10 +2,9 @@ # $FreeBSD: ports/dns/dnscrypt-proxy/Makefile,v 1.5 2013/01/02 21:42:00 svnexp Exp $ PORTNAME= dnscrypt-proxy -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= dns -MASTER_SITES= http://cloud.github.com/downloads/opendns/dnscrypt-proxy/ \ - http://www.dns-lab.com/downloads/dnscrypt-proxy/ +MASTER_SITES= http://download.dnscrypt.org/dnscrypt-proxy/ MAINTAINER= freebsd@dns-lab.com COMMENT= Boost privacy and security of DNS diff -r -N -u dnscrypt-proxy.orig/distinfo dnscrypt-proxy/distinfo --- dnscrypt-proxy.orig/distinfo 2013-02-27 15:36:51.000000000 +0800 +++ dnscrypt-proxy/distinfo 2013-02-27 16:40:58.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (dnscrypt-proxy-1.2.0.tar.gz) = 02ae6360887995d73d4c02ea7fa0cc8cad4a4de61f89c2fd68674a65f427b333 -SIZE (dnscrypt-proxy-1.2.0.tar.gz) = 1666090 +SHA256 (dnscrypt-proxy-1.2.1.tar.gz) = 41ae6a57dd4b84b877f7736ded992e064f8f32b1446c6a3dacaeaaa6f800eca3 +SIZE (dnscrypt-proxy-1.2.1.tar.gz) = 1672937 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 09:38: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]) by hub.freebsd.org (Postfix) with ESMTP id 39260675; Wed, 27 Feb 2013 09:38:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0E5F5370; Wed, 27 Feb 2013 09:38:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R9cXvq051864; Wed, 27 Feb 2013 09:38:33 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R9cXpK051860; Wed, 27 Feb 2013 09:38:33 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 09:38:33 GMT Message-Id: <201302270938.r1R9cXpK051860@freefall.freebsd.org> To: csosstudy@gmail.com, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176472: update dns/dnscrypt-proxy to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 09:38:34 -0000 Synopsis: update dns/dnscrypt-proxy to 1.2.1 State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Wed Feb 27 09:38:33 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176472 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 09:40:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 23A616D3 for ; Wed, 27 Feb 2013 09:40:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 16827382 for ; Wed, 27 Feb 2013 09:40:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R9e3kW052018 for ; Wed, 27 Feb 2013 09:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R9e3hO052017; Wed, 27 Feb 2013 09:40:03 GMT (envelope-from gnats) Date: Wed, 27 Feb 2013 09:40:03 GMT Message-Id: <201302270940.r1R9e3hO052017@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/176472: update dns/dnscrypt-proxy to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 09:40:04 -0000 The following reply was made to PR ports/176472; it has been noted by GNATS. From: Edwin Groothuis To: freebsd@dns-lab.com Cc: bug-followup@FreeBSD.org Subject: Re: ports/176472: update dns/dnscrypt-proxy to 1.2.1 Date: Wed, 27 Feb 2013 09:38:32 UT Maintainer of dns/dnscrypt-proxy, Please note that PR ports/176472 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/176472 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 09: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]) by hub.freebsd.org (Postfix) with ESMTP id 46137A5B for ; Wed, 27 Feb 2013 09:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1424F61F for ; Wed, 27 Feb 2013 09:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R9o02G053567 for ; Wed, 27 Feb 2013 09:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R9o0nt053563; Wed, 27 Feb 2013 09:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 09:50:00 GMT Resent-Message-Id: <201302270950.r1R9o0nt053563@freefall.freebsd.org> 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 Pennock Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F0902936 for ; Wed, 27 Feb 2013 09:42:58 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id DFF423D5 for ; Wed, 27 Feb 2013 09:42:58 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1R9gwRr097114 for ; Wed, 27 Feb 2013 09:42:58 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1R9gwHY097113; Wed, 27 Feb 2013 09:42:58 GMT (envelope-from nobody) Message-Id: <201302270942.r1R9gwHY097113@red.freebsd.org> Date: Wed, 27 Feb 2013 09:42:58 GMT From: Phil Pennock To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176473: stale environ info in lang/go files/pkg-message.in X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 09:50:01 -0000 >Number: 176473 >Category: ports >Synopsis: stale environ info in lang/go files/pkg-message.in >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 09:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Phil Pennock >Release: FreeBSD 9.1 >Organization: >Environment: FreeBSD iodine 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 (running in VMware) >Description: lang/go provides a misleading and problematic pkg-message text. Since Go1 was released, Go tools have been accessed via the "go" command, which provides "go env" (typically used automatically). Prior to Go1, the pkg-message text was good advice. None of the environment variables documented in the pkg-message are needed any more, and may in fact interfere with whatever's actually in the local install as users develop crufty aged shell configs. Overly precise override configuration in environ creates unnecessary fragility. The only variable that should be Go developers now is $GOPATH, which isn't one of those listed. >How-To-Repeat: Install lang/go and blink at the dated advice >Fix: Trim the advice down. I suggest something like: ----- For information on programming in Go, visit http://www.golang.org/ or run godoc -http=:6060 and visit localhost:6060 in your web-browser. If you are exporting any GO* environment variables other than GOPATH then you should probably remove them; as of Go 1, these are derived automatically. ----- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 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]) by hub.freebsd.org (Postfix) with ESMTP id 0A41AA8A; Wed, 27 Feb 2013 09:50:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DA630622; Wed, 27 Feb 2013 09:50:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1R9o8cB054207; Wed, 27 Feb 2013 09:50:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1R9o8gl054193; Wed, 27 Feb 2013 09:50:08 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 09:50:08 GMT Message-Id: <201302270950.r1R9o8gl054193@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, jlaffaye@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176473: stale environ info in lang/go files/pkg-message.in X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 09:50:09 -0000 Synopsis: stale environ info in lang/go files/pkg-message.in Responsible-Changed-From-To: freebsd-ports-bugs->jlaffaye Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 09: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=176473 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 10:21: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]) by hub.freebsd.org (Postfix) with ESMTP id 0547FE2A; Wed, 27 Feb 2013 10:21:15 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B9A29744; Wed, 27 Feb 2013 10:21:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RALE6t061147; Wed, 27 Feb 2013 10:21:14 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RALEQk061143; Wed, 27 Feb 2013 10:21:14 GMT (envelope-from makc) Date: Wed, 27 Feb 2013 10:21:14 GMT Message-Id: <201302271021.r1RALEQk061143@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Subject: Re: ports/176458: [MAINTAINER] editors/scite: update to 3.2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 10:21:15 -0000 Synopsis: [MAINTAINER] editors/scite: update to 3.2.5 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Wed Feb 27 10:21:14 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176458 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 10:21: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]) by hub.freebsd.org (Postfix) with ESMTP id B544FE2C; Wed, 27 Feb 2013 10:21:16 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8DC4D745; Wed, 27 Feb 2013 10:21:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RALGLq061213; Wed, 27 Feb 2013 10:21:16 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RALGk7061209; Wed, 27 Feb 2013 10:21:16 GMT (envelope-from makc) Date: Wed, 27 Feb 2013 10:21:16 GMT Message-Id: <201302271021.r1RALGk7061209@freefall.freebsd.org> To: makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, makc@FreeBSD.org From: makc@FreeBSD.org Subject: Re: ports/176457: [MAINTAINER] x11-toolkits/scintilla: update to 3.2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 10:21:16 -0000 Synopsis: [MAINTAINER] x11-toolkits/scintilla: update to 3.2.5 Responsible-Changed-From-To: freebsd-ports-bugs->makc Responsible-Changed-By: makc Responsible-Changed-When: Wed Feb 27 10:21:16 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176457 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 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]) by hub.freebsd.org (Postfix) with ESMTP id B2DA8245 for ; Wed, 27 Feb 2013 10:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9A2437AB for ; Wed, 27 Feb 2013 10:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RAU0jC061433 for ; Wed, 27 Feb 2013 10:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RAU0fx061432; Wed, 27 Feb 2013 10:30:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 10:30:00 GMT Resent-Message-Id: <201302271030.r1RAU0fx061432@freefall.freebsd.org> 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 [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4667513F for ; Wed, 27 Feb 2013 10:26:24 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 1E0C878D for ; Wed, 27 Feb 2013 10:26:24 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1RAQNmO063504 for ; Wed, 27 Feb 2013 10:26:23 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1RAQNgg063503; Wed, 27 Feb 2013 10:26:23 GMT (envelope-from nobody) Message-Id: <201302271026.r1RAQNgg063503@red.freebsd.org> Date: Wed, 27 Feb 2013 10:26:23 GMT From: Eimar Koort To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176475: rewritten sympa startup script to make it freebsd compatible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 10:30:00 -0000 >Number: 176475 >Category: ports >Synopsis: rewritten sympa startup script to make it freebsd compatible >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 10:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Eimar Koort >Release: >Organization: >Environment: >Description: With original sympa startup script services were not started after boot. So i took the liberty, removed non-freebsd stuff from there and made it more suitable for FreeBSD (rc.conf: sympa_enable="YES") Also made it start after mysql or postgresql. Otherwise it won't start properly. OTOH i'm not sure what happends when e.g. mysql is requirement in order to start but mysql server is not runnig on localhost. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN sympa.orig/Makefile sympa/Makefile --- sympa.orig/Makefile 2013-02-16 15:49:31.000000000 +0200 +++ sympa/Makefile 2013-02-27 11:55:31.000000000 +0200 @@ -3,6 +3,7 @@ PORTNAME= sympa PORTVERSION= 6.1.17 +PORTREVISION= 1 CATEGORIES= mail MASTER_SITES= http://www.sympa.org/distribution/ \ http://www.sympa.org/distribution/old/ @@ -63,6 +64,8 @@ MAKE_ENV?= PERL_EXTUTILS_AUTOINSTALL=--skip SUB_FILES= pkg-install +USE_RC_SUBR?= sympa + .if !defined(WITHOUT_NLS) USE_GETTEXT= yes PLIST_SUB+= NLS="" @@ -104,10 +107,12 @@ .if ${PORT_OPTIONS:MORACLE} RUN_DEPENDS+= p5-DBD-Oracle>=0:${PORTSDIR}/databases/p5-DBD-Oracle .elif ${PORT_OPTIONS:MPGSQL} +SUB_LIST+= REQ_MYSQL="" REQ_PGSQL=postgresql RUN_DEPENDS+= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg .elif ${PORT_OPTIONS:MSYBASE} RUN_DEPENDS+= p5-DBD-Sybase>=0:${PORTSDIR}/databases/p5-DBD-Sybase .elif ${PORT_OPTIONS:MMYSQL} +SUB_LIST+= REQ_MYSQL=mysql REQ_PGSQL="" RUN_DEPENDS+= p5-DBD-mysql>=0:${PORTSDIR}/databases/p5-DBD-mysql .endif diff -ruN sympa.orig/files/patch-src__etc__script__sympa.in sympa/files/patch-src__etc__script__sympa.in --- sympa.orig/files/patch-src__etc__script__sympa.in 2012-07-11 09:29:44.000000000 +0300 +++ sympa/files/patch-src__etc__script__sympa.in 1970-01-01 03:00:00.000000000 +0300 @@ -1,38 +0,0 @@ ---- src/etc/script/sympa.in.orig 2010-11-17 08:25:42.000000000 +0100 -+++ src/etc/script/sympa.in 2012-04-20 12:35:40.000000000 +0200 -@@ -2,6 +2,10 @@ - # - # sympa Mailing Lists Management System - # -+# PROVIDE: sympa -+# REQUIRE: LOGIN cleanvar -+# KEYWORD: shutdown -+# - # Written by Michel Bouissou 20/07/2000 - # - # Modified by Olivier Salaun 27/07/2000 -@@ -159,7 +163,7 @@ - if [ "$pids" != "" ]; then - for pid in $pids; do - killcount=0 -- running=`ps -A | grep "$pid ..* $1\\.pl"` -+ running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` - while [ "$running" != "" ]; do - if [ $killcount -gt 10 ]; then - if [ ${use_functions} ]; then -@@ -171,13 +175,13 @@ - fi - - kill -TERM $pid >/dev/null 2>&1 -- running=`ps -A | grep "$pid ..* $1\\.pl"` -+ running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` - if [ "$running" = "" ]; then - runcount=`expr $runcount + 1` - break - fi - sleep 2 -- running=`ps -A | grep "$pid ..* $1\\.pl"` -+ running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` - if [ "$running" = "" ]; then - runcount=`expr $runcount + 1` - break diff -ruN sympa.orig/files/sympa.in sympa/files/sympa.in --- sympa.orig/files/sympa.in 1970-01-01 03:00:00.000000000 +0300 +++ sympa/files/sympa.in 2013-02-27 11:36:01.000000000 +0200 @@ -0,0 +1,207 @@ +#!/bin/sh +# +# sympa Mailing Lists Management System +# +# PROVIDE: sympa +# REQUIRE: LOGIN cleanvar %%REQ_MYSQL%% %%REQ_PGSQL%% +# KEYWORD: shutdown +# +# Written by Michel Bouissou 20/07/2000 +# +# Modified by Olivier Salaun 27/07/2000 +# - translations +# - lang parameter deleted (defined in sympa.conf) +# - introduced --VARS-- parsed by Makefile +# - no more sympauser since sympa sets its UID +# Modified by Michel Bouissou 27/07/2000 +# Modified by Eimar Koort 27/02/2013 +# - optimized for FreeBSD +# +# sympa_enable (bool): Set to NO by default. +# Set it to YES to enable sympa. +# + +. /etc/rc.subr + +name="sympa" +start_cmd="${name}_start" +stop_cmd="${name}_stop" +status_cmd="${name}_status" +extra_commands="status" +rcvar=sympa_enable + +load_rc_config $name + +sympadir="%%PREFIX%%/libexec/sympa" + +# Sympa config files directory +sympaconf="%%PREFIX%%/etc/sympa.conf" +wwsympaconf="%%PREFIX%%/etc/wwsympa.conf" + +# Current state of the module +sub_status() { + # Test syntax. + if [ $# = 0 ] ; then + echo "Usage: sub_status {program}" + return 1 + fi + # First try "/u1/home/sympa/*.pid" files + if [ -f /var/run/sympa/$1.pid ] ; then + pid=`head -1 /var/run/sympa/$1.pid | tr -s ' ' '|'` + if [ "$pid" != "" ] ; then + running=`ps -A | egrep "$pid"` + if [ "$running" != "" ]; then + echo "$1 (pid(s) $pid) is active..." + return 0 + else + echo "$1 died, pid file remains." + return 1 + fi + fi + fi + echo "$1 is stopped." + return 3 +} +# Start a module +sub_module_start() { + if [ $# = 0 ] ; then + echo "Usage: sub_module_start {program}" + return 1 + fi + $sympadir/$1.pl $startparam && echo "success" || echo "failure" + echo +} + +# Test state of module before startup +sub_start() { + if [ $# = 0 ] ; then + echo "Usage: sub_start {program}" + return 1 + fi + sub_status $1 > /dev/null + case "$?" in + 3) + echo $echo_opt "Starting module $1.pl: " + sub_module_start $1 + ;; + 1) + echo $echo_opt "Starting $1, overwriting old pid file." + sub_module_start $1 + ;; + 0) + echo "$1 seems active. No action will be taken." + echo "Try \"sympa status\" or \"sympa restart"\". + ;; + esac +} + +# Stop a module +sub_stop() { + if [ $# = 0 ] ; then + echo "Usage: sub_stop {program}" + return 1 + fi + + if [ -f /var/run/sympa/$1.pid ]; then + echo $echo_opt "Stopping module $1.pl: " + pids=`head -1 /var/run/sympa/$1.pid` + runcount=0 + if [ "$pids" != "" ]; then + for pid in $pids; do + killcount=0 + running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` + while [ "$running" != "" ]; do + if [ $killcount -gt 10 ]; then + echo 'failure' + return 3 + fi + + kill -TERM $pid >/dev/null 2>&1 + running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` + if [ "$running" = "" ]; then + runcount=`expr $runcount + 1` + break + fi + sleep 2 + running=`ps -A | grep "^[[:space:]]*$pid[[:space:]].*$1\\.pl"` + if [ "$running" = "" ]; then + runcount=`expr $runcount + 1` + break + fi + killcount=`expr $killcount + 1` + done + done + fi + if [ $runcount -gt 0 ]; then + echo 'success' + else + echo 'died' + fi + echo + else + echo "Module $1.pl not running" + fi + return 0 +} + +# Check config files +[ -d $sympadir ] || exit 0 +[ -f $sympaconf ] || exit 0 +[ -f $wwsympaconf ] || exit 0 + +sympa_start() + { + if [ ! -f /var/spool/lock/sympa ]; then + echo "Starting Sympa subsystem: " + sub_start sympa + sub_start bulk + sub_start archived + sub_start bounced + sub_start task_manager + touch /var/spool/lock/sympa + echo + else + + echo "Sympa seems active. No action will be taken." + echo "Try \"sympa status\" or \"sympa restart"\". + + fi + } +sympa_stop() + { + echo "Stopping Sympa subsystem: " + sub_stop bounced + sub_stop archived + sub_stop bulk + sub_stop sympa + if [ -f /var/run/sympa/sympa-creation.pid ]; then + sub_stop sympa-creation + fi + sub_stop task_manager + if [ -f /var/spool/lock/sympa ]; then + rm -f /var/spool/lock/sympa + fi + } +sympa_status() + { + echo "Status of Sympa subsystem: " + if [ -f /var/spool/lock/sympa ]; then + echo "Status file for subsystem found." + else + echo "Status file for subsystem NOT found." + fi + sub_status sympa + sub_status bulk + sub_status archived + sub_status bounced + sub_status task_manager + } +sympa_restart() + { + echo "Restarting Sympa subsystem: " + $0 stop && $0 start + echo + } + +run_rc_command "$1" + diff -ruN sympa.orig/pkg-plist sympa/pkg-plist --- sympa.orig/pkg-plist 2013-02-16 15:49:31.000000000 +0200 +++ sympa/pkg-plist 2013-02-27 09:51:55.000000000 +0200 @@ -1,4 +1,3 @@ -etc/rc.d/sympa @comment copyover handled in pkg-install @unexec cmp -s %D/etc/sympa.conf.sample %D/etc/sympa.conf && rm -f %D/etc/sympa.conf etc/sympa.conf.sample >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 11:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 385FFD4C for ; Wed, 27 Feb 2013 11:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 071BCA4F for ; Wed, 27 Feb 2013 11:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RBe1nV073852 for ; Wed, 27 Feb 2013 11:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RBe1tx073851; Wed, 27 Feb 2013 11:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 11:40:01 GMT Resent-Message-Id: <201302271140.r1RBe1tx073851@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Philipp Wuensche Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6CF8ED30 for ; Wed, 27 Feb 2013 11:38:12 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5F299A3E for ; Wed, 27 Feb 2013 11:38:12 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1RBcA25079840 for ; Wed, 27 Feb 2013 11:38:10 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1RBcA8W079839; Wed, 27 Feb 2013 11:38:10 GMT (envelope-from nobody) Message-Id: <201302271138.r1RBcA8W079839@red.freebsd.org> Date: Wed, 27 Feb 2013 11:38:10 GMT From: Philipp Wuensche To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176476: update for ports-mgm/jailaudit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 11:40:02 -0000 >Number: 176476 >Category: ports >Synopsis: update for ports-mgm/jailaudit >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 11:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Philipp Wuensche >Release: 9.1 >Organization: >Environment: >Description: Update of jailaudit to version 1.3 - fix for ports/168160 - added support for pkgng >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 46) +++ Makefile (working copy) @@ -6,7 +6,7 @@ # PORTNAME= jailaudit -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= ports-mgmt MASTER_SITES= http://outpost.h3q.com/software/jailaudit/ Index: distinfo =================================================================== --- distinfo (revision 46) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (jailaudit-1.2.tar.bz2) = 5cf7f3a75f5b13cf617ed432eb90453cc2bc152685a0146329e828bea8840689 -SIZE (jailaudit-1.2.tar.bz2) = 2599 +SHA256 (jailaudit-1.3.tar.bz2) = 86e6a246b2371359c713017d50ad263e61eccf9e869653de76e33b8b0cb51c58 +SIZE (jailaudit-1.3.tar.bz2) = 2818 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 12: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]) by hub.freebsd.org (Postfix) with ESMTP id 101D6712 for ; Wed, 27 Feb 2013 12:20:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 00A40CCE for ; Wed, 27 Feb 2013 12:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RCK1pC081553 for ; Wed, 27 Feb 2013 12:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RCK1as081552; Wed, 27 Feb 2013 12:20:01 GMT (envelope-from gnats) Date: Wed, 27 Feb 2013 12:20:01 GMT Message-Id: <201302271220.r1RCK1as081552@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: torsten.eichstaedt@web.de Subject: Re: ports/170695: sysutils/fusefs-ntfs - instant reboot when mv from UFS X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: torsten.eichstaedt@web.de List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 12:20:02 -0000 The following reply was made to PR ports/170695; it has been noted by GNATS. From: torsten.eichstaedt@web.de To: bug-followup@freebsd.org Cc: Subject: Re: ports/170695: sysutils/fusefs-ntfs - instant reboot when mv from UFS Date: Wed, 27 Feb 2013 12:58:42 +0100 I had crashes (kernel panic) when accessing an external USB HD w/ NTFS, too. Now the NTFS fs seems corrupted, there are files now in the root with names beginning with a $, like $Volume etc. But as far I investigated until now, I did not loose data. But there is a guy on the PC-BSD forum who crashed his HD completely :/ with FUSE+NTFS. I have three kernel coredumps. Shall I send them to help you to find the bug? -- =|o) From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 12:27: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]) by hub.freebsd.org (Postfix) with ESMTP id 12B7D9CA; Wed, 27 Feb 2013 12:27:55 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D6E3CD2E; Wed, 27 Feb 2013 12:27:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RCRsUQ083110; Wed, 27 Feb 2013 12:27:54 GMT (envelope-from makc@freefall.freebsd.org) Received: (from makc@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RCRsuh083106; Wed, 27 Feb 2013 12:27:54 GMT (envelope-from makc) Date: Wed, 27 Feb 2013 12:27:54 GMT Message-Id: <201302271227.r1RCRsuh083106@freefall.freebsd.org> To: kaltheat@gmail.com, makc@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: makc@FreeBSD.org Subject: Re: ports/176450: mulitmedia/minitube 2.0 doesn't compile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 12:27:55 -0000 Synopsis: mulitmedia/minitube 2.0 doesn't compile State-Changed-From-To: open->closed State-Changed-By: makc State-Changed-When: Wed Feb 27 12:27:54 UTC 2013 State-Changed-Why: The problem was in qt4-corelib and it's been fixed. Please update your portstree and rebuild qt4-corelib. http://www.freebsd.org/cgi/query-pr.cgi?pr=176450 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 12:33:41 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1AE12A43; Wed, 27 Feb 2013 12:33:41 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D6B38D5E; Wed, 27 Feb 2013 12:33:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RCXej1084764; Wed, 27 Feb 2013 12:33:40 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RCXewI084760; Wed, 27 Feb 2013 12:33:40 GMT (envelope-from culot) Date: Wed, 27 Feb 2013 12:33:40 GMT Message-Id: <201302271233.r1RCXewI084760@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/176476: update for ports-mgm/jailaudit X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 12:33:41 -0000 Synopsis: update for ports-mgm/jailaudit Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Feb 27 12:33:40 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176476 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 12:34: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]) by hub.freebsd.org (Postfix) with ESMTP id 2B693A83; Wed, 27 Feb 2013 12:34:57 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 07CECD69; Wed, 27 Feb 2013 12:34:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RCYuRm084876; Wed, 27 Feb 2013 12:34:56 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RCYunZ084872; Wed, 27 Feb 2013 12:34:56 GMT (envelope-from culot) Date: Wed, 27 Feb 2013 12:34:56 GMT Message-Id: <201302271234.r1RCYunZ084872@freefall.freebsd.org> To: cryx-ports@h3q.com, culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/168160: ports-mgmt/jailaudit doesn't return a non-0 exit code when it finds problems X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 12:34:57 -0000 Synopsis: ports-mgmt/jailaudit doesn't return a non-0 exit code when it finds problems Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Wed Feb 27 12:34:56 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=168160 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 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]) by hub.freebsd.org (Postfix) with ESMTP id E471EEDE for ; Wed, 27 Feb 2013 13:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CC3F2113 for ; Wed, 27 Feb 2013 13:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RDe1r6095991 for ; Wed, 27 Feb 2013 13:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RDe108095990; Wed, 27 Feb 2013 13:40:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 13:40:01 GMT Resent-Message-Id: <201302271340.r1RDe108095990@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7254CDB2 for ; Wed, 27 Feb 2013 13:37:47 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id 14A86F4 for ; Wed, 27 Feb 2013 13:37:47 +0000 (UTC) Received: from feld by feld.me with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UAhCc-0006Bj-LC for FreeBSD-gnats-submit@freebsd.org; Wed, 27 Feb 2013 07:37:46 -0600 Message-Id: Date: Wed, 27 Feb 2013 07:37:46 -0600 From: Mark Felder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176478: [PATCH] deskutils/tine20: update to 0.0.2012.10.04 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 13:40:02 -0000 >Number: 176478 >Category: ports >Synopsis: [PATCH] deskutils/tine20: update to 0.0.2012.10.04 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 13:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: feld >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec 3 07:51:34 >Description: - Update to 0.0.2012.10.04 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- tine20-0.0.2012.10.04.patch begins here --- diff -ruN --exclude=CVS ../tine20.orig/Makefile ./Makefile --- ../tine20.orig/Makefile 2012-11-16 23:55:31.000000000 -0600 +++ ./Makefile 2013-02-27 07:37:09.411341093 -0600 @@ -1,13 +1,9 @@ -# New ports collection makefile for: tine20 -# Date created: 15 June 2012 -# Whom: Mark Felder -# +# Created by: Mark Felder # $FreeBSD: ports/deskutils/tine20/Makefile,v 1.2 2012/11/17 05:55:31 svnexp Exp $ -# PORTNAME= tine20 -PORTVERSION= 0.0.2012.03.03 -DISTVERSIONSUFFIX= 2012-03-3 +PORTVERSION= 0.0.2012.10.04 +DISTVERSIONSUFFIX= 2012.10.4 CATEGORIES= deskutils MASTER_SITES= http://www.tine20.org/downloads/${DISTVERSIONSUFFIX}/ DISTNAME= ${PORTNAME}-allinone_${DISTVERSIONSUFFIX} diff -ruN --exclude=CVS ../tine20.orig/distinfo ./distinfo --- ../tine20.orig/distinfo 2012-06-20 16:57:55.000000000 -0500 +++ ./distinfo 2013-02-27 07:28:20.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (tine20-allinone_2012-03-3.tar.bz2) = 493fe86427d29f8984b5d35428b7aa3e70a3a6903668f356fd1bbab6c3550dd2 -SIZE (tine20-allinone_2012-03-3.tar.bz2) = 13003875 +SHA256 (tine20-allinone_2012.10.4.tar.bz2) = f4dcebe14c19229ca69e73055cffdce36f9d9335444a75dff6c5d4c1ab817c6c +SIZE (tine20-allinone_2012.10.4.tar.bz2) = 14114957 diff -ruN --exclude=CVS ../tine20.orig/pkg-plist ./pkg-plist --- ../tine20.orig/pkg-plist 2012-06-20 16:57:55.000000000 -0500 +++ ./pkg-plist 2013-02-27 07:34:05.000000000 -0600 @@ -1,4 +1,5 @@ @unexec if cmp -s %%WWWDIR%%/config.inc.php.dist %%WWWDIR%%/config.inc.php; then rm -f %%WWWDIR%%/config.inc.php; fi +%%WWWDIR%%/worker.php %%WWWDIR%%/tine20.php %%WWWDIR%%/styles/tine20.css %%WWWDIR%%/styles/layout.css @@ -2634,275 +2635,373 @@ %%WWWDIR%%/library/Zend/Acl/Exception.php %%WWWDIR%%/library/Zend/Acl/Assert/Interface.php %%WWWDIR%%/library/Zend/Acl.php -%%WWWDIR%%/library/Syncope/tests/phpunit.xml -%%WWWDIR%%/library/Syncope/tests/bootstrap.php -%%WWWDIR%%/library/Syncope/tests/Syncope/ServerTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Data/ContactsTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Data/AllTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/SyncTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/SettingsTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/SearchTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/ProvisionTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/PingTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/MoveItemsTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/ItemOperationsTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/GetItemEstimateTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/FolderSyncTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/FolderDeleteTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/FolderCreateTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/AllTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Command/ATestCase.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Backend/SyncStateTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Backend/FolderTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Backend/DeviceTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Backend/ContentTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/Backend/AllTests.php -%%WWWDIR%%/library/Syncope/tests/Syncope/AllTests.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/StringLength.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Sitemap/Priority.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Sitemap/Loc.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Sitemap/Lastmod.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Sitemap/Changefreq.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Regex.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/NotEmpty.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/LessThan.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Ip.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Interface.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Int.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/InArray.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Identical.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Iban.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Hostname/Jp.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Hostname/Com.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Hostname/Cn.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Hostname/Biz.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Hostname.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Hex.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/GreaterThan.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Float.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/WordCount.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/Upload.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/Size.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/Sha1.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/NotExists.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/MimeType.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/Md5.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/IsImage.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/IsCompressed.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/ImageSize.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/Hash.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/FilesSize.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/Extension.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/Exists.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/ExcludeMimeType.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/ExcludeExtension.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/Crc32.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/File/Count.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/EmailAddress.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Digits.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Db/RecordExists.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Db/NoRecordExists.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Db/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Date.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Ccnum.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Between.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Barcode/UpcA.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Barcode/Ean13.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Barcode.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Alpha.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Alnum.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Zend/Validate.php -%%WWWDIR%%/library/Syncope/lib/Zend/Uri/Http.php -%%WWWDIR%%/library/Syncope/lib/Zend/Uri/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Uri.php -%%WWWDIR%%/library/Syncope/lib/Zend/Registry.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Writer/Syslog.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Writer/Stream.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Writer/Null.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Writer/Mock.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Writer/Mail.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Writer/Firebug.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Writer/Db.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Writer/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Formatter/Xml.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Formatter/Simple.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Formatter/Interface.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Formatter/Firebug.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Filter/Suppress.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Filter/Priority.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Filter/Message.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Filter/Interface.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Log.php -%%WWWDIR%%/library/Syncope/lib/Zend/Loader/PluginLoader/Interface.php -%%WWWDIR%%/library/Syncope/lib/Zend/Loader/PluginLoader/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Loader/PluginLoader.php -%%WWWDIR%%/library/Syncope/lib/Zend/Loader/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Loader/Autoloader/Resource.php -%%WWWDIR%%/library/Syncope/lib/Zend/Loader/Autoloader/Interface.php -%%WWWDIR%%/library/Syncope/lib/Zend/Loader/Autoloader.php -%%WWWDIR%%/library/Syncope/lib/Zend/Loader.php -%%WWWDIR%%/library/Syncope/lib/Zend/Json/Server.php -%%WWWDIR%%/library/Syncope/lib/Zend/Json/Expr.php -%%WWWDIR%%/library/Syncope/lib/Zend/Json/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Json/Encoder.php -%%WWWDIR%%/library/Syncope/lib/Zend/Json/Decoder.php -%%WWWDIR%%/library/Syncope/lib/Zend/Json.php -%%WWWDIR%%/library/Syncope/lib/Zend/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Select/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Select.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Rowset/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Rowset/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Rowset.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Row/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Row/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Row.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Definition.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Table.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Sqlsrv/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Sqlsrv.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Pdo/Oci.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Pdo/Ibm.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Pdo.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Oracle/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Oracle.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Mysqli/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Mysqli.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Interface.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Db2/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Db2.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Select/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Select.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Profiler/Query.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Profiler/Firebug.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Profiler/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Profiler.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Expr.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Sqlsrv/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Sqlsrv.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Sqlite.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Pgsql.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Oci.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Mysql.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Mssql.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Ibm/Ids.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Ibm/Db2.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Ibm.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Oracle/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Oracle.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Mysqli/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Mysqli.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Db2/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Db2.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Zend/Db.php -%%WWWDIR%%/library/Syncope/lib/Zend/Controller/Request/Http.php -%%WWWDIR%%/library/Syncope/lib/Zend/Controller/Request/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Controller/Request/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Zend/Controller/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Config/Xml.php -%%WWWDIR%%/library/Syncope/lib/Zend/Config/Writer/Xml.php -%%WWWDIR%%/library/Syncope/lib/Zend/Config/Writer/Ini.php -%%WWWDIR%%/library/Syncope/lib/Zend/Config/Writer/Array.php -%%WWWDIR%%/library/Syncope/lib/Zend/Config/Writer.php -%%WWWDIR%%/library/Syncope/lib/Zend/Config/Ini.php -%%WWWDIR%%/library/Syncope/lib/Zend/Config/Exception.php -%%WWWDIR%%/library/Syncope/lib/Zend/Config.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Exception/UnexpectedEndOfFile.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Encoder.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Syncml/Syncml12.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Syncml/Syncml11.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Syncml/DevInfo12.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Syncml/DevInfo11.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Syncml/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Syncml.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Factory.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Exception/CodePageNotFound.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage9.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage8.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage7.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage6.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage5.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage4.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage3.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage20.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage2.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage19.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage18.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage17.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage16.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage15.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage14.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage13.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage12.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage11.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage10.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage1.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/CodePage0.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Decoder.php -%%WWWDIR%%/library/Syncope/lib/Wbxml/Abstract.php -%%WWWDIR%%/library/Syncope/lib/Syncope/TransactionManagerInterface.php -%%WWWDIR%%/library/Syncope/lib/Syncope/TransactionManager.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Server.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Registry.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Model/SyncState.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Model/ISyncState.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Model/IFolder.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Model/IDevice.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Model/IContent.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Model/Folder.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Model/Device.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Model/Content.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Exception/UnexpectedValue.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Exception/NotFound.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Data/Tasks.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Data/IData.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Data/Factory.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Data/Email.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Data/Contacts.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Data/Calendar.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Data/AData.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/Wbxml.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/Sync.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/SmartReply.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/SmartForward.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/Settings.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/SendMail.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/Search.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/Provision.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/Ping.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/Options.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/MoveItems.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/ItemOperations.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/Interface.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/GetItemEstimate.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/GetAttachment.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/FolderUpdate.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/FolderSync.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/FolderDelete.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Command/FolderCreate.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Backend/SyncState.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Backend/ISyncState.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Backend/IFolder.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Backend/IDevice.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Backend/IContent.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Backend/Folder.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Backend/Device.php -%%WWWDIR%%/library/Syncope/lib/Syncope/Backend/Content.php -%%WWWDIR%%/library/Syncope/docs/syncope.sql -%%WWWDIR%%/library/Syncope/LICENSE +%%WWWDIR%%/library/TimeZoneConvert/tests/phpunit.xml +%%WWWDIR%%/library/TimeZoneConvert/tests/bootstrap.php +%%WWWDIR%%/library/TimeZoneConvert/tests/TimeZoneConvert/VTimeZoneTests.php +%%WWWDIR%%/library/TimeZoneConvert/tests/TimeZoneConvert/TransitionTests.php +%%WWWDIR%%/library/TimeZoneConvert/tests/TimeZoneConvert/TransitionRuleTests.php +%%WWWDIR%%/library/TimeZoneConvert/tests/TimeZoneConvert/TimeZoneConvertTests.php +%%WWWDIR%%/library/TimeZoneConvert/tests/TimeZoneConvert/AllTests.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/VTimeZone/Rrule.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/VTimeZone/ChamberOfHorrors.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/VTimeZone.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/TransitionRule.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/Transition.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/Set.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/Model.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/KnownNamesMap.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/Exception.php +%%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert.php +%%WWWDIR%%/library/TimeZoneConvert/README.md +%%WWWDIR%%/library/Syncroton/tests/phpunit.xml +%%WWWDIR%%/library/Syncroton/tests/files/test_image.jpeg +%%WWWDIR%%/library/Syncroton/tests/bootstrap.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Wbxml/files/simple.wbxml +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Wbxml/EncoderTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Wbxml/DecoderTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Wbxml/AllTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/ServerTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Model/TaskTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Model/SyncCollectionTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Model/PolicyTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Model/FileReferenceTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Model/EventTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Model/EmailTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Model/ContactTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Model/AllTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Model/ATestCase.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Data/ContactsTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Data/AllTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/SyncTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/SmartForwardTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/SettingsTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/SendMailTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/SearchTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/ProvisionTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/PingTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/MoveItemsTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/MeetingResponseTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/ItemOperationsTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/GetItemEstimateTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/GetAttachmentTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/FolderUpdateTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/FolderSyncTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/FolderDeleteTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/FolderCreateTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/AllTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Command/ATestCase.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Backend/SyncStateTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Backend/PolicyTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Backend/FolderTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Backend/DeviceTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Backend/ContentTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/Backend/AllTests.php +%%WWWDIR%%/library/Syncroton/tests/Syncroton/AllTests.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/StringLength.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Sitemap/Priority.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Sitemap/Loc.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Sitemap/Lastmod.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Sitemap/Changefreq.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Regex.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/NotEmpty.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/LessThan.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Ip.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Interface.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Int.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/InArray.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Identical.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Iban.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Hostname/Jp.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Hostname/Com.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Hostname/Cn.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Hostname/Biz.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Hostname.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Hex.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/GreaterThan.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Float.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/WordCount.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/Upload.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/Size.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/Sha1.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/NotExists.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/MimeType.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/Md5.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/IsImage.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/IsCompressed.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/ImageSize.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/Hash.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/FilesSize.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/Extension.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/Exists.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/ExcludeMimeType.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/ExcludeExtension.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/Crc32.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File/Count.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/EmailAddress.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Digits.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Db/RecordExists.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Db/NoRecordExists.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Db/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Date.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Ccnum.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Between.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Barcode/UpcA.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Barcode/Ean13.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Barcode.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Alpha.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Alnum.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Validate.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Uri/Http.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Uri/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Uri.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Registry.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Writer/Syslog.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Writer/Stream.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Writer/Null.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Writer/Mock.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Writer/Mail.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Writer/Firebug.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Writer/Db.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Writer/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Formatter/Xml.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Formatter/Simple.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Formatter/Interface.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Formatter/Firebug.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Filter/Suppress.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Filter/Priority.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Filter/Message.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Filter/Interface.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Log.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Loader/PluginLoader/Interface.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Loader/PluginLoader/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Loader/PluginLoader.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Loader/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Loader/Autoloader/Resource.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Loader/Autoloader/Interface.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Loader/Autoloader.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Loader.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Json/Server.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Json/Expr.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Json/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Json/Encoder.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Json/Decoder.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Json.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Select/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Select.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Rowset/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Rowset/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Rowset.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Row/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Row/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Row.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Definition.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Sqlsrv/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Sqlsrv.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Pdo/Oci.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Pdo/Ibm.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Pdo.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Oracle/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Oracle.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Mysqli/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Mysqli.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Interface.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Db2/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Db2.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Select/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Select.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Profiler/Query.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Profiler/Firebug.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Profiler/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Profiler.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Expr.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Sqlsrv/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Sqlsrv.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Sqlite.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Pgsql.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Oci.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Mysql.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Mssql.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Ibm/Ids.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Ibm/Db2.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Ibm.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Oracle/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Oracle.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Mysqli/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Mysqli.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Db2/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Db2.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Db.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Controller/Request/Http.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Controller/Request/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Controller/Request/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Controller/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Config/Xml.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Config/Writer/Xml.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Config/Writer/Ini.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Config/Writer/Array.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Config/Writer.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Config/Ini.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Config/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Zend/Config.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Exception/UnexpectedEndOfFile.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Encoder.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Syncml/Syncml12.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Syncml/Syncml11.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Syncml/DevInfo12.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Syncml/DevInfo11.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Syncml/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Syncml.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Factory.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Exception/CodePageNotFound.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage9.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage8.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage7.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage6.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage5.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage4.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage3.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage24.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage23.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage22.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage21.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage20.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage2.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage19.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage18.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage17.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage16.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage15.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage14.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage13.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage12.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage11.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage10.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage1.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/CodePage0.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Decoder.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Abstract.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/TransactionManagerInterface.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/TransactionManager.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Server.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Registry.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/TaskRecurrence.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/Task.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/SyncState.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/SyncCollection.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/StoreResponseResult.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/StoreResponse.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/StoreRequest.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/SmartReply.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/SmartForward.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/SendMail.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/Policy.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/MeetingResponse.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/IXMLEntry.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/ISyncState.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/IPolicy.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/IFolder.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/IEntry.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/IDevice.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/IContent.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/GALPicture.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/GAL.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/Folder.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/FileReference.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/EventRecurrence.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/EventException.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/EventAttendee.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/Event.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/EmailFlag.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/EmailBody.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/EmailAttachment.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/Email.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/DeviceInformation.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/Device.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/Content.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/Contact.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/AXMLEntry.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Model/AEntry.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/UnexpectedValue.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/Sync.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/MoveItems.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/MeetingResponse.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/ItemOperations.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/GetItemEstimate.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/FolderUpdate.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/FolderSync.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/FolderDelete.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/FolderCreate.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status/Autodiscover.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/ProvisioningNeeded.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/PolicyKeyMissing.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/NotFound.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/AccessDenied.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/Tasks.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/IDataSearch.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/IDataEmail.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/IDataCalendar.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/IData.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/Factory.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/Email.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/Contacts.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/Calendar.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Data/AData.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/Wbxml.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/Sync.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/SmartReply.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/SmartForward.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/Settings.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/SendMail.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/Search.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/Provision.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/Ping.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/Options.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/MoveItems.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/MeetingResponse.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/ItemOperations.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/ICommand.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/GetItemEstimate.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/GetAttachment.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/FolderUpdate.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/FolderSync.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/FolderDelete.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Command/FolderCreate.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/SyncState.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/Policy.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/ISyncState.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/IFolder.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/IDevice.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/IContent.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/IBackend.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/Folder.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/Device.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/Content.php +%%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend/ABackend.php +%%WWWDIR%%/library/Syncroton/index.php +%%WWWDIR%%/library/Syncroton/docs/syncroton.sql +%%WWWDIR%%/library/Syncroton/docs/htaccess +%%WWWDIR%%/library/Syncroton/LICENSE +%%WWWDIR%%/library/Syncroton/.gitignore %%WWWDIR%%/library/StreamFilter/StringReplace.php +%%WWWDIR%%/library/StreamFilter/ConvertMbstring.php %%WWWDIR%%/library/Sabre/VObject/includes.php %%WWWDIR%%/library/Sabre/VObject/Version.php %%WWWDIR%%/library/Sabre/VObject/Reader.php @@ -3067,6 +3166,8 @@ %%WWWDIR%%/library/Sabre/CalDAV/Calendar.php %%WWWDIR%%/library/Sabre/CalDAV/Backend/PDO.php %%WWWDIR%%/library/Sabre/CalDAV/Backend/Abstract.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/locale/tr/functions +%%WWWDIR%%/library/PHPExcel/PHPExcel/locale/tr/config %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/sv/functions %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/sv/config %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/ru/functions @@ -3098,7 +3199,10 @@ %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/da/config %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/cs/functions %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/cs/config -%%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/Serialized.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/PDF/tcPDF.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/PDF/mPDF.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/PDF/DomPDF.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/PDF/Core.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/PDF.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/IWriter.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/HTML.php @@ -3121,6 +3225,7 @@ %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/Excel2007/DocProps.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/Excel2007/ContentTypes.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/Excel2007/Comments.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/Excel2007/Chart.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/Excel2007.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/CSV.php %%WWWDIR%%/library/PHPExcel/PHPExcel/WorksheetIterator.php @@ -3139,6 +3244,9 @@ %%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet/ColumnDimension.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet/CellIterator.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet/BaseDrawing.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column/Rule.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet/AutoFilter.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Style/Protection.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Style/NumberFormat.php @@ -3158,9 +3266,13 @@ %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/trend/exponentialBestFitClass.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/trend/bestFitClass.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/ZipStreamWrapper.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/ZipArchive.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/XMLWriter.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/String.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/PasswordHasher.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/PCLZip/readme.txt +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/PCLZip/pclzip.lib.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/PCLZip/gnu-lgpl.txt %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/OLERead.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/OLE/PPS/Root.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/OLE/PPS/File.php @@ -3170,6 +3282,15 @@ %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/utils/Maths.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/utils/Error.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/tests/TestMatrix.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples/tile.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples/polyfit.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples/benchmark.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples/Stats.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples/MagicSquareExample.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples/LevenbergMarquardt.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples/LagrangeInterpolation2.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples/LagrangeInterpolation.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples/LMQuadTest.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/SingularValueDecomposition.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/QRDecomposition.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/Matrix.php @@ -3197,14 +3318,16 @@ %%WWWDIR%%/library/PHPExcel/PHPExcel/RichText/ITextElement.php %%WWWDIR%%/library/PHPExcel/PHPExcel/RichText.php %%WWWDIR%%/library/PHPExcel/PHPExcel/ReferenceHelper.php -%%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Serialized.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/SYLK.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/OOCalc.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/IReader.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/IReadFilter.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/HTML.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Gnumeric.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Excel5/Escher.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Excel5.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Excel2007/Theme.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Excel2007/Chart.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Excel2007.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Excel2003XML.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/DefaultReadFilter.php @@ -3213,9 +3336,20 @@ %%WWWDIR%%/library/PHPExcel/PHPExcel/IOFactory.php %%WWWDIR%%/library/PHPExcel/PHPExcel/IComparable.php %%WWWDIR%%/library/PHPExcel/PHPExcel/HashTable.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Exception.php %%WWWDIR%%/library/PHPExcel/PHPExcel/DocumentSecurity.php %%WWWDIR%%/library/PHPExcel/PHPExcel/DocumentProperties.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Comment.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/Title.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/Renderer/jpgraph.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/Renderer/PHP Charting Libraries.txt +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/PlotArea.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/Legend.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/Layout.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/Exception.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/DataSeriesValues.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/DataSeries.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Chart.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Cell/IValueBinder.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Cell/Hyperlink.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Cell/DefaultValueBinder.php @@ -3224,6 +3358,7 @@ %%WWWDIR%%/library/PHPExcel/PHPExcel/Cell/AdvancedValueBinder.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Cell.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/functionlist.txt +%%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/Token/Stack.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/TextData.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/Statistical.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/MathTrig.php @@ -3238,14 +3373,18 @@ %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/Exception.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/Engineering.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/DateTime.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/Database.php %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorageFactory.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/Wincache.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/SQLite3.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/SQLite.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/PHPTemp.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/MemorySerialized.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/MemoryGZip.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/Memory.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/Memcache.php +%%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/Igbinary.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/ICache.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/DiscISAM.php %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage/CacheBase.php @@ -3343,6 +3482,7 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/URIScheme/data.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/URIScheme.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/URIParser.php +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/URIFilter/SafeIframe.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/URIFilter/Munge.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/URIFilter/MakeAbsolute.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/URIFilter/HostBlacklist.php @@ -3382,7 +3522,6 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/Printer.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/PercentEncoder.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/Lexer/PH5P.php -%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/Lexer/PEARSax3.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/Lexer/DirectLex.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/Lexer/DOMLex.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/Lexer.php @@ -3412,6 +3551,7 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Tidy/Name.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Tidy.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Text.php +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/TargetBlank.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Target.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Tables.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/StyleAttribute.php @@ -3428,6 +3568,7 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/List.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Legacy.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Image.php +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Iframe.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Hypertext.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Forms.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/HTMLModule/Edit.php @@ -3462,6 +3603,7 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/Context.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ContentSets.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/info.ini +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/URI.SafeIframeRegexp.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/URI.OverrideAllowedSchemes.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/URI.MungeSecretKey.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/URI.MungeResources.txt @@ -3490,8 +3632,10 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyRemove.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyLevel.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.TidyAdd.txt +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.TargetBlank.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.Strict.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeObject.txt +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeIframe.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.SafeEmbed.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.Proprietary.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.Parent.txt @@ -3509,6 +3653,8 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.Attr.Name.UseCDATA.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedModules.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedElements.txt +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedCommentsRegexp.txt +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedComments.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.AllowedAttributes.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/HTML.Allowed.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/Filter.YouTube.txt @@ -3529,6 +3675,7 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidTags.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/Core.EscapeInvalidChildren.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/Core.Encoding.txt +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/Core.EnableIDNA.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/Core.DirectLexLineNumberSyncInterval.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/Core.ConvertDocumentToFragment.txt %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ConfigSchema/schema/Core.ColorKeywords.txt @@ -3587,6 +3734,7 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ChildDef/StrictBlockquote.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ChildDef/Required.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ChildDef/Optional.php +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ChildDef/List.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ChildDef/Empty.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ChildDef/Custom.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/ChildDef/Chameleon.php @@ -3596,6 +3744,7 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrValidator.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrTypes.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrTransform/Textarea.php +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrTransform/TargetBlank.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrTransform/ScriptRequired.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrTransform/SafeParam.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrTransform/SafeObject.php @@ -3636,6 +3785,7 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/HTML/Class.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/HTML/Bool.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/Enum.php +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/Clone.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/URI.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/TextDecoration.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/Percentage.php @@ -3644,6 +3794,7 @@ %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/ListStyle.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/Length.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/ImportantDecorator.php +%%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/Ident.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/FontFamily.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/Font.php %%WWWDIR%%/library/HTMLPurifier/HTMLPurifier/AttrDef/CSS/Filter.php @@ -4336,11 +4487,40 @@ %%WWWDIR%%/library/ExtJS/ext-all-debug.js %%WWWDIR%%/library/ExtJS/adapter/ext/ext-base.js %%WWWDIR%%/library/ExtJS/adapter/ext/ext-base-debug.js +%%WWWDIR%%/library/CryptoJS/x64-core.js +%%WWWDIR%%/library/CryptoJS/tripledes.js +%%WWWDIR%%/library/CryptoJS/sha512.js +%%WWWDIR%%/library/CryptoJS/sha384.js +%%WWWDIR%%/library/CryptoJS/sha256.js +%%WWWDIR%%/library/CryptoJS/sha224.js +%%WWWDIR%%/library/CryptoJS/sha1.js +%%WWWDIR%%/library/CryptoJS/rc4.js +%%WWWDIR%%/library/CryptoJS/rabbit.js +%%WWWDIR%%/library/CryptoJS/pbkdf2.js +%%WWWDIR%%/library/CryptoJS/pad-zeropadding.js +%%WWWDIR%%/library/CryptoJS/pad-nopadding.js +%%WWWDIR%%/library/CryptoJS/pad-iso97971.js +%%WWWDIR%%/library/CryptoJS/pad-iso10126.js +%%WWWDIR%%/library/CryptoJS/pad-ansix923.js +%%WWWDIR%%/library/CryptoJS/mode-ofb.js +%%WWWDIR%%/library/CryptoJS/mode-ecb.js +%%WWWDIR%%/library/CryptoJS/mode-ctr.js +%%WWWDIR%%/library/CryptoJS/mode-cfb.js +%%WWWDIR%%/library/CryptoJS/md5.js +%%WWWDIR%%/library/CryptoJS/hmac.js +%%WWWDIR%%/library/CryptoJS/evpkdf.js +%%WWWDIR%%/library/CryptoJS/enc-utf16.js +%%WWWDIR%%/library/CryptoJS/enc-base64.js +%%WWWDIR%%/library/CryptoJS/core.js +%%WWWDIR%%/library/CryptoJS/cipher-core.js +%%WWWDIR%%/library/CryptoJS/aes.js +%%WWWDIR%%/library/Console/Daemon.php %%WWWDIR%%/library/Ajam/Exception.php %%WWWDIR%%/library/Ajam/Connection.php %%WWWDIR%%/langHelper.php %%WWWDIR%%/index.php %%WWWDIR%%/images/x-gray.png +%%WWWDIR%%/images/wizzard_triggerfield.gif %%WWWDIR%%/images/white-gradiend.png %%WWWDIR%%/images/warning.gif %%WWWDIR%%/images/wait.gif @@ -7739,8 +7919,12 @@ %%WWWDIR%%/images/account-trigger.psd %%WWWDIR%%/images/account-trigger.gif %%WWWDIR%%/images/GridViewMenu.png +%%WWWDIR%%/docs/htaccess %%WWWDIR%%/config.inc.php.dist +%%WWWDIR%%/bootstrap.php %%WWWDIR%%/Zend/Validate/NotEmpty.php +%%WWWDIR%%/Zend/Translate/Adapter/GettextPo.php +%%WWWDIR%%/Zend/Translate/Adapter.php %%WWWDIR%%/Zend/Session/Validator/IpAddress.php %%WWWDIR%%/Zend/Service/Tine20.php %%WWWDIR%%/Zend/Service/Nominatim/ResultSet.php @@ -7755,6 +7939,7 @@ %%WWWDIR%%/Zend/Scheduler/Backend/Abstract.php %%WWWDIR%%/Zend/Scheduler.php %%WWWDIR%%/Zend/Queue/Adapter/Db.php +%%WWWDIR%%/Zend/Pdf/FileParserDataSource.php %%WWWDIR%%/Zend/OpenId/Provider.php %%WWWDIR%%/Zend/Mime/Part.php %%WWWDIR%%/Zend/Mail/Transport/Array.php @@ -7774,6 +7959,7 @@ %%WWWDIR%%/Zend/Http/Cookie.php %%WWWDIR%%/Zend/Filter/Input.php %%WWWDIR%%/Zend/Filter/Empty.php +%%WWWDIR%%/Zend/Db/Table/Abstract.php %%WWWDIR%%/Zend/Db/Adapter/Oracle.php %%WWWDIR%%/Zend/Cache/Backend/Redis.php %%WWWDIR%%/Zend/Cache/Backend/Memcached.php @@ -7799,23 +7985,43 @@ %%WWWDIR%%/Tinebase/translations/zh_TW.mo %%WWWDIR%%/Tinebase/translations/zh_CN.po %%WWWDIR%%/Tinebase/translations/zh_CN.mo +%%WWWDIR%%/Tinebase/translations/vi.po +%%WWWDIR%%/Tinebase/translations/vi.mo +%%WWWDIR%%/Tinebase/translations/tr_TR.po +%%WWWDIR%%/Tinebase/translations/tr_TR.mo %%WWWDIR%%/Tinebase/translations/template.pot %%WWWDIR%%/Tinebase/translations/sv_SE.po %%WWWDIR%%/Tinebase/translations/sv_SE.mo +%%WWWDIR%%/Tinebase/translations/sk.po +%%WWWDIR%%/Tinebase/translations/sk.mo %%WWWDIR%%/Tinebase/translations/ru.po %%WWWDIR%%/Tinebase/translations/ru.mo +%%WWWDIR%%/Tinebase/translations/pt_BR.po +%%WWWDIR%%/Tinebase/translations/pt_BR.mo %%WWWDIR%%/Tinebase/translations/pl.po %%WWWDIR%%/Tinebase/translations/pl.mo +%%WWWDIR%%/Tinebase/translations/nl_NL.po +%%WWWDIR%%/Tinebase/translations/nl_NL.mo %%WWWDIR%%/Tinebase/translations/nb.po %%WWWDIR%%/Tinebase/translations/nb.mo +%%WWWDIR%%/Tinebase/translations/lt.po +%%WWWDIR%%/Tinebase/translations/lt.mo %%WWWDIR%%/Tinebase/translations/ja.po %%WWWDIR%%/Tinebase/translations/ja.mo %%WWWDIR%%/Tinebase/translations/it.po %%WWWDIR%%/Tinebase/translations/it.mo %%WWWDIR%%/Tinebase/translations/hu.po %%WWWDIR%%/Tinebase/translations/hu.mo +%%WWWDIR%%/Tinebase/translations/hr_HR.po +%%WWWDIR%%/Tinebase/translations/hr_HR.mo %%WWWDIR%%/Tinebase/translations/fr.po %%WWWDIR%%/Tinebase/translations/fr.mo +%%WWWDIR%%/Tinebase/translations/fi.po +%%WWWDIR%%/Tinebase/translations/fi.mo +%%WWWDIR%%/Tinebase/translations/fa_IR.po +%%WWWDIR%%/Tinebase/translations/fa_IR.mo +%%WWWDIR%%/Tinebase/translations/et.po +%%WWWDIR%%/Tinebase/translations/et.mo %%WWWDIR%%/Tinebase/translations/es_MX.po %%WWWDIR%%/Tinebase/translations/es_MX.mo %%WWWDIR%%/Tinebase/translations/es.po @@ -7824,6 +8030,8 @@ %%WWWDIR%%/Tinebase/translations/en.mo %%WWWDIR%%/Tinebase/translations/de.po %%WWWDIR%%/Tinebase/translations/de.mo +%%WWWDIR%%/Tinebase/translations/da.po +%%WWWDIR%%/Tinebase/translations/da.mo %%WWWDIR%%/Tinebase/translations/cs.po %%WWWDIR%%/Tinebase/translations/cs.mo %%WWWDIR%%/Tinebase/translations/ca.po @@ -7835,22 +8043,42 @@ %%WWWDIR%%/Tinebase/js/Tinebase-lang-zh_TW-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-zh_CN.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-zh_CN-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-vi.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-vi-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-tr_TR.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-tr_TR-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-sv_SE.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-sv_SE-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-sk.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-sk-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-ru.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-ru-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-pt_BR.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-pt_BR-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-pl.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-pl-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-nl_NL.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-nl_NL-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-nb.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-nb-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-lt.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-lt-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-ja.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-ja-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-it.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-it-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-hu.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-hu-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-hr_HR.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-hr_HR-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-fr.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-fr-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-fi.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-fi-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-fa_IR.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-fa_IR-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-et.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-et-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-es_MX.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-es_MX-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-es.js @@ -7859,6 +8087,8 @@ %%WWWDIR%%/Tinebase/js/Tinebase-lang-en-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-de.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-de-debug.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-da.js +%%WWWDIR%%/Tinebase/js/Tinebase-lang-da-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-cs.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-cs-debug.js %%WWWDIR%%/Tinebase/js/Tinebase-lang-ca.js @@ -8293,6 +8523,7 @@ %%WWWDIR%%/Tinebase/State.php %%WWWDIR%%/Tinebase/Smtp.php %%WWWDIR%%/Tinebase/Setup/setup.xml +%%WWWDIR%%/Tinebase/Setup/Update/Release6.php %%WWWDIR%%/Tinebase/Setup/Update/Release5.php %%WWWDIR%%/Tinebase/Setup/Update/Release4.php %%WWWDIR%%/Tinebase/Setup/Update/Release3.php @@ -8300,8 +8531,10 @@ %%WWWDIR%%/Tinebase/Setup/Update/Release1.php %%WWWDIR%%/Tinebase/Setup/Update/Release0.php %%WWWDIR%%/Tinebase/Setup/Initialize.php +%%WWWDIR%%/Tinebase/Setup/Import/Egw14/config.ini %%WWWDIR%%/Tinebase/Setup/Import/Egw14/Abstract.php %%WWWDIR%%/Tinebase/Setup/Import/Egw14.php +%%WWWDIR%%/Tinebase/Setup/DemoData/Abstract.php %%WWWDIR%%/Tinebase/Server/WebDAV.php %%WWWDIR%%/Tinebase/Server/Json.php %%WWWDIR%%/Tinebase/Server/Interface.php @@ -8311,6 +8544,7 @@ %%WWWDIR%%/Tinebase/SambaSAM.php %%WWWDIR%%/Tinebase/Relations.php %%WWWDIR%%/Tinebase/Relation/Backend/Sql.php +%%WWWDIR%%/Tinebase/Redis/Queue.php %%WWWDIR%%/Tinebase/Record/RecordSet.php %%WWWDIR%%/Tinebase/Record/PersistentObserver.php %%WWWDIR%%/Tinebase/Record/Iterator.php @@ -8372,6 +8606,7 @@ %%WWWDIR%%/Tinebase/Model/Note.php %%WWWDIR%%/Tinebase/Model/ModificationLogFilter.php %%WWWDIR%%/Tinebase/Model/ModificationLog.php +%%WWWDIR%%/Tinebase/Model/InputFilter/CrlfConvert.php %%WWWDIR%%/Tinebase/Model/ImportExportDefinitionFilter.php %%WWWDIR%%/Tinebase/Model/ImportExportDefinition.php %%WWWDIR%%/Tinebase/Model/ImportException.php @@ -8391,6 +8626,7 @@ %%WWWDIR%%/Tinebase/Model/Filter/ForeignRecord.php %%WWWDIR%%/Tinebase/Model/Filter/ForeignId.php %%WWWDIR%%/Tinebase/Model/Filter/FilterGroup.php +%%WWWDIR%%/Tinebase/Model/Filter/ExplicitRelatedRecord.php %%WWWDIR%%/Tinebase/Model/Filter/DateTime.php %%WWWDIR%%/Tinebase/Model/Filter/Date.php %%WWWDIR%%/Tinebase/Model/Filter/CustomField.php @@ -8442,6 +8678,11 @@ %%WWWDIR%%/Tinebase/Group/ActiveDirectory.php %%WWWDIR%%/Tinebase/Group/Abstract.php %%WWWDIR%%/Tinebase/Group.php +%%WWWDIR%%/Tinebase/Frontend/WebDAV/Node.php +%%WWWDIR%%/Tinebase/Frontend/WebDAV/File.php +%%WWWDIR%%/Tinebase/Frontend/WebDAV/Directory.php +%%WWWDIR%%/Tinebase/Frontend/WebDAV/Container.php +%%WWWDIR%%/Tinebase/Frontend/WebDAV/Abstract.php %%WWWDIR%%/Tinebase/Frontend/Json/UserRegistration.php %%WWWDIR%%/Tinebase/Frontend/Json/PersistentFilter.php %%WWWDIR%%/Tinebase/Frontend/Json/Interface.php @@ -8464,11 +8705,13 @@ %%WWWDIR%%/Tinebase/Export/Abstract.php %%WWWDIR%%/Tinebase/Export.php %%WWWDIR%%/Tinebase/Exception/UnexpectedValue.php +%%WWWDIR%%/Tinebase/Exception/SystemGeneric.php %%WWWDIR%%/Tinebase/Exception/Record/Validation.php %%WWWDIR%%/Tinebase/Exception/Record/SystemContainer.php %%WWWDIR%%/Tinebase/Exception/Record/NotDefined.php %%WWWDIR%%/Tinebase/Exception/Record/NotAllowed.php %%WWWDIR%%/Tinebase/Exception/Record/DefinitionFailure.php +%%WWWDIR%%/Tinebase/Exception/PasswordPolicyViolation.php %%WWWDIR%%/Tinebase/Exception/NotImplemented.php %%WWWDIR%%/Tinebase/Exception/NotFound.php %%WWWDIR%%/Tinebase/Exception/InvalidArgument.php @@ -8487,6 +8730,7 @@ %%WWWDIR%%/Tinebase/Event/Async/Minutely.php %%WWWDIR%%/Tinebase/Event/Abstract.php %%WWWDIR%%/Tinebase/Event.php +%%WWWDIR%%/Tinebase/EmailUser/Sql.php %%WWWDIR%%/Tinebase/EmailUser/Smtp/Postfix.php %%WWWDIR%%/Tinebase/EmailUser/Smtp/LdapQmailSchema.php %%WWWDIR%%/Tinebase/EmailUser/Smtp/LdapMailSchema.php @@ -8550,6 +8794,10 @@ %%WWWDIR%%/Tinebase/AsyncJob.php %%WWWDIR%%/Tinebase/Application.php %%WWWDIR%%/Tinebase/Alarm.php +%%WWWDIR%%/Tinebase/ActionQueue/Worker.php +%%WWWDIR%%/Tinebase/ActionQueue/Backend/Redis.php +%%WWWDIR%%/Tinebase/ActionQueue/Backend/Interface.php +%%WWWDIR%%/Tinebase/ActionQueue/Backend/Direct.php %%WWWDIR%%/Tinebase/ActionQueue.php %%WWWDIR%%/Tinebase/Acl/Roles.php %%WWWDIR%%/Tinebase/Acl/Rights/Interface.php @@ -8560,23 +8808,43 @@ %%WWWDIR%%/Timetracker/translations/zh_TW.mo %%WWWDIR%%/Timetracker/translations/zh_CN.po %%WWWDIR%%/Timetracker/translations/zh_CN.mo +%%WWWDIR%%/Timetracker/translations/vi.po +%%WWWDIR%%/Timetracker/translations/vi.mo +%%WWWDIR%%/Timetracker/translations/tr_TR.po +%%WWWDIR%%/Timetracker/translations/tr_TR.mo %%WWWDIR%%/Timetracker/translations/template.pot %%WWWDIR%%/Timetracker/translations/sv_SE.po %%WWWDIR%%/Timetracker/translations/sv_SE.mo +%%WWWDIR%%/Timetracker/translations/sk.po +%%WWWDIR%%/Timetracker/translations/sk.mo %%WWWDIR%%/Timetracker/translations/ru.po %%WWWDIR%%/Timetracker/translations/ru.mo +%%WWWDIR%%/Timetracker/translations/pt_BR.po +%%WWWDIR%%/Timetracker/translations/pt_BR.mo %%WWWDIR%%/Timetracker/translations/pl.po %%WWWDIR%%/Timetracker/translations/pl.mo +%%WWWDIR%%/Timetracker/translations/nl_NL.po +%%WWWDIR%%/Timetracker/translations/nl_NL.mo %%WWWDIR%%/Timetracker/translations/nb.po %%WWWDIR%%/Timetracker/translations/nb.mo +%%WWWDIR%%/Timetracker/translations/lt.po +%%WWWDIR%%/Timetracker/translations/lt.mo %%WWWDIR%%/Timetracker/translations/ja.po %%WWWDIR%%/Timetracker/translations/ja.mo %%WWWDIR%%/Timetracker/translations/it.po %%WWWDIR%%/Timetracker/translations/it.mo %%WWWDIR%%/Timetracker/translations/hu.po %%WWWDIR%%/Timetracker/translations/hu.mo +%%WWWDIR%%/Timetracker/translations/hr_HR.po +%%WWWDIR%%/Timetracker/translations/hr_HR.mo %%WWWDIR%%/Timetracker/translations/fr.po %%WWWDIR%%/Timetracker/translations/fr.mo +%%WWWDIR%%/Timetracker/translations/fi.po +%%WWWDIR%%/Timetracker/translations/fi.mo +%%WWWDIR%%/Timetracker/translations/fa_IR.po +%%WWWDIR%%/Timetracker/translations/fa_IR.mo +%%WWWDIR%%/Timetracker/translations/et.po +%%WWWDIR%%/Timetracker/translations/et.mo %%WWWDIR%%/Timetracker/translations/es_MX.po %%WWWDIR%%/Timetracker/translations/es_MX.mo %%WWWDIR%%/Timetracker/translations/es.po @@ -8585,6 +8853,8 @@ %%WWWDIR%%/Timetracker/translations/en.mo %%WWWDIR%%/Timetracker/translations/de.po %%WWWDIR%%/Timetracker/translations/de.mo +%%WWWDIR%%/Timetracker/translations/da.po +%%WWWDIR%%/Timetracker/translations/da.mo %%WWWDIR%%/Timetracker/translations/cs.po %%WWWDIR%%/Timetracker/translations/cs.mo %%WWWDIR%%/Timetracker/translations/ca.po @@ -8595,22 +8865,42 @@ %%WWWDIR%%/Timetracker/js/Timetracker-lang-zh_TW-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-zh_CN.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-zh_CN-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-vi.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-vi-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-tr_TR.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-tr_TR-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-sv_SE.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-sv_SE-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-sk.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-sk-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-ru.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-ru-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-pt_BR.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-pt_BR-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-pl.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-pl-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-nl_NL.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-nl_NL-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-nb.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-nb-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-lt.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-lt-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-ja.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-ja-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-it.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-it-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-hu.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-hu-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-hr_HR.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-hr_HR-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-fr.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-fr-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-fi.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-fi-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-fa_IR.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-fa_IR-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-et.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-et-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-es_MX.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-es_MX-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-es.js @@ -8619,6 +8909,8 @@ %%WWWDIR%%/Timetracker/js/Timetracker-lang-en-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-de.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-de-debug.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-da.js +%%WWWDIR%%/Timetracker/js/Timetracker-lang-da-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-cs.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-cs-debug.js %%WWWDIR%%/Timetracker/js/Timetracker-lang-ca.js @@ -8646,7 +8938,6 @@ %%WWWDIR%%/Timetracker/Model/TimeaccountIdFilter.php %%WWWDIR%%/Timetracker/Model/TimeaccountGrants.php %%WWWDIR%%/Timetracker/Model/TimeaccountFilter.php -%%WWWDIR%%/Timetracker/Model/TimeaccountClosedFilter.php %%WWWDIR%%/Timetracker/Model/Timeaccount.php %%WWWDIR%%/Timetracker/Frontend/Json.php %%WWWDIR%%/Timetracker/Frontend/Http.php @@ -8671,23 +8962,43 @@ %%WWWDIR%%/Tasks/translations/zh_TW.mo %%WWWDIR%%/Tasks/translations/zh_CN.po %%WWWDIR%%/Tasks/translations/zh_CN.mo +%%WWWDIR%%/Tasks/translations/vi.po +%%WWWDIR%%/Tasks/translations/vi.mo +%%WWWDIR%%/Tasks/translations/tr_TR.po +%%WWWDIR%%/Tasks/translations/tr_TR.mo %%WWWDIR%%/Tasks/translations/template.pot %%WWWDIR%%/Tasks/translations/sv_SE.po %%WWWDIR%%/Tasks/translations/sv_SE.mo +%%WWWDIR%%/Tasks/translations/sk.po +%%WWWDIR%%/Tasks/translations/sk.mo %%WWWDIR%%/Tasks/translations/ru.po %%WWWDIR%%/Tasks/translations/ru.mo +%%WWWDIR%%/Tasks/translations/pt_BR.po +%%WWWDIR%%/Tasks/translations/pt_BR.mo %%WWWDIR%%/Tasks/translations/pl.po %%WWWDIR%%/Tasks/translations/pl.mo +%%WWWDIR%%/Tasks/translations/nl_NL.po +%%WWWDIR%%/Tasks/translations/nl_NL.mo %%WWWDIR%%/Tasks/translations/nb.po %%WWWDIR%%/Tasks/translations/nb.mo +%%WWWDIR%%/Tasks/translations/lt.po +%%WWWDIR%%/Tasks/translations/lt.mo %%WWWDIR%%/Tasks/translations/ja.po %%WWWDIR%%/Tasks/translations/ja.mo %%WWWDIR%%/Tasks/translations/it.po %%WWWDIR%%/Tasks/translations/it.mo %%WWWDIR%%/Tasks/translations/hu.po %%WWWDIR%%/Tasks/translations/hu.mo +%%WWWDIR%%/Tasks/translations/hr_HR.po +%%WWWDIR%%/Tasks/translations/hr_HR.mo %%WWWDIR%%/Tasks/translations/fr.po %%WWWDIR%%/Tasks/translations/fr.mo +%%WWWDIR%%/Tasks/translations/fi.po +%%WWWDIR%%/Tasks/translations/fi.mo +%%WWWDIR%%/Tasks/translations/fa_IR.po +%%WWWDIR%%/Tasks/translations/fa_IR.mo +%%WWWDIR%%/Tasks/translations/et.po +%%WWWDIR%%/Tasks/translations/et.mo %%WWWDIR%%/Tasks/translations/es_MX.po %%WWWDIR%%/Tasks/translations/es_MX.mo %%WWWDIR%%/Tasks/translations/es.po @@ -8696,6 +9007,8 @@ %%WWWDIR%%/Tasks/translations/en.mo %%WWWDIR%%/Tasks/translations/de.po %%WWWDIR%%/Tasks/translations/de.mo +%%WWWDIR%%/Tasks/translations/da.po +%%WWWDIR%%/Tasks/translations/da.mo %%WWWDIR%%/Tasks/translations/cs.po %%WWWDIR%%/Tasks/translations/cs.mo %%WWWDIR%%/Tasks/translations/ca.po @@ -8706,22 +9019,42 @@ %%WWWDIR%%/Tasks/js/Tasks-lang-zh_TW-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-zh_CN.js %%WWWDIR%%/Tasks/js/Tasks-lang-zh_CN-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-vi.js +%%WWWDIR%%/Tasks/js/Tasks-lang-vi-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-tr_TR.js +%%WWWDIR%%/Tasks/js/Tasks-lang-tr_TR-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-sv_SE.js %%WWWDIR%%/Tasks/js/Tasks-lang-sv_SE-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-sk.js +%%WWWDIR%%/Tasks/js/Tasks-lang-sk-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-ru.js %%WWWDIR%%/Tasks/js/Tasks-lang-ru-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-pt_BR.js +%%WWWDIR%%/Tasks/js/Tasks-lang-pt_BR-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-pl.js %%WWWDIR%%/Tasks/js/Tasks-lang-pl-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-nl_NL.js +%%WWWDIR%%/Tasks/js/Tasks-lang-nl_NL-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-nb.js %%WWWDIR%%/Tasks/js/Tasks-lang-nb-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-lt.js +%%WWWDIR%%/Tasks/js/Tasks-lang-lt-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-ja.js %%WWWDIR%%/Tasks/js/Tasks-lang-ja-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-it.js %%WWWDIR%%/Tasks/js/Tasks-lang-it-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-hu.js %%WWWDIR%%/Tasks/js/Tasks-lang-hu-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-hr_HR.js +%%WWWDIR%%/Tasks/js/Tasks-lang-hr_HR-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-fr.js %%WWWDIR%%/Tasks/js/Tasks-lang-fr-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-fi.js +%%WWWDIR%%/Tasks/js/Tasks-lang-fi-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-fa_IR.js +%%WWWDIR%%/Tasks/js/Tasks-lang-fa_IR-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-et.js +%%WWWDIR%%/Tasks/js/Tasks-lang-et-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-es_MX.js %%WWWDIR%%/Tasks/js/Tasks-lang-es_MX-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-es.js @@ -8730,6 +9063,8 @@ %%WWWDIR%%/Tasks/js/Tasks-lang-en-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-de.js %%WWWDIR%%/Tasks/js/Tasks-lang-de-debug.js +%%WWWDIR%%/Tasks/js/Tasks-lang-da.js +%%WWWDIR%%/Tasks/js/Tasks-lang-da-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-cs.js %%WWWDIR%%/Tasks/js/Tasks-lang-cs-debug.js %%WWWDIR%%/Tasks/js/Tasks-lang-ca.js @@ -8775,23 +9110,43 @@ %%WWWDIR%%/Setup/translations/zh_TW.mo %%WWWDIR%%/Setup/translations/zh_CN.po %%WWWDIR%%/Setup/translations/zh_CN.mo +%%WWWDIR%%/Setup/translations/vi.po +%%WWWDIR%%/Setup/translations/vi.mo +%%WWWDIR%%/Setup/translations/tr_TR.po +%%WWWDIR%%/Setup/translations/tr_TR.mo %%WWWDIR%%/Setup/translations/template.pot %%WWWDIR%%/Setup/translations/sv_SE.po %%WWWDIR%%/Setup/translations/sv_SE.mo +%%WWWDIR%%/Setup/translations/sk.po +%%WWWDIR%%/Setup/translations/sk.mo %%WWWDIR%%/Setup/translations/ru.po %%WWWDIR%%/Setup/translations/ru.mo +%%WWWDIR%%/Setup/translations/pt_BR.po +%%WWWDIR%%/Setup/translations/pt_BR.mo %%WWWDIR%%/Setup/translations/pl.po %%WWWDIR%%/Setup/translations/pl.mo +%%WWWDIR%%/Setup/translations/nl_NL.po +%%WWWDIR%%/Setup/translations/nl_NL.mo %%WWWDIR%%/Setup/translations/nb.po %%WWWDIR%%/Setup/translations/nb.mo +%%WWWDIR%%/Setup/translations/lt.po +%%WWWDIR%%/Setup/translations/lt.mo %%WWWDIR%%/Setup/translations/ja.po %%WWWDIR%%/Setup/translations/ja.mo %%WWWDIR%%/Setup/translations/it.po %%WWWDIR%%/Setup/translations/it.mo %%WWWDIR%%/Setup/translations/hu.po %%WWWDIR%%/Setup/translations/hu.mo +%%WWWDIR%%/Setup/translations/hr_HR.po +%%WWWDIR%%/Setup/translations/hr_HR.mo %%WWWDIR%%/Setup/translations/fr.po %%WWWDIR%%/Setup/translations/fr.mo +%%WWWDIR%%/Setup/translations/fi.po +%%WWWDIR%%/Setup/translations/fi.mo +%%WWWDIR%%/Setup/translations/fa_IR.po +%%WWWDIR%%/Setup/translations/fa_IR.mo +%%WWWDIR%%/Setup/translations/et.po +%%WWWDIR%%/Setup/translations/et.mo %%WWWDIR%%/Setup/translations/es_MX.po %%WWWDIR%%/Setup/translations/es_MX.mo %%WWWDIR%%/Setup/translations/es.po @@ -8800,6 +9155,8 @@ %%WWWDIR%%/Setup/translations/en.mo %%WWWDIR%%/Setup/translations/de.po %%WWWDIR%%/Setup/translations/de.mo +%%WWWDIR%%/Setup/translations/da.po +%%WWWDIR%%/Setup/translations/da.mo %%WWWDIR%%/Setup/translations/cs.po %%WWWDIR%%/Setup/translations/cs.mo %%WWWDIR%%/Setup/translations/ca.po @@ -8810,22 +9167,42 @@ %%WWWDIR%%/Setup/js/Setup-lang-zh_TW-debug.js %%WWWDIR%%/Setup/js/Setup-lang-zh_CN.js %%WWWDIR%%/Setup/js/Setup-lang-zh_CN-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-vi.js +%%WWWDIR%%/Setup/js/Setup-lang-vi-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-tr_TR.js +%%WWWDIR%%/Setup/js/Setup-lang-tr_TR-debug.js %%WWWDIR%%/Setup/js/Setup-lang-sv_SE.js %%WWWDIR%%/Setup/js/Setup-lang-sv_SE-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-sk.js +%%WWWDIR%%/Setup/js/Setup-lang-sk-debug.js %%WWWDIR%%/Setup/js/Setup-lang-ru.js %%WWWDIR%%/Setup/js/Setup-lang-ru-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-pt_BR.js +%%WWWDIR%%/Setup/js/Setup-lang-pt_BR-debug.js %%WWWDIR%%/Setup/js/Setup-lang-pl.js %%WWWDIR%%/Setup/js/Setup-lang-pl-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-nl_NL.js +%%WWWDIR%%/Setup/js/Setup-lang-nl_NL-debug.js %%WWWDIR%%/Setup/js/Setup-lang-nb.js %%WWWDIR%%/Setup/js/Setup-lang-nb-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-lt.js +%%WWWDIR%%/Setup/js/Setup-lang-lt-debug.js %%WWWDIR%%/Setup/js/Setup-lang-ja.js %%WWWDIR%%/Setup/js/Setup-lang-ja-debug.js %%WWWDIR%%/Setup/js/Setup-lang-it.js %%WWWDIR%%/Setup/js/Setup-lang-it-debug.js %%WWWDIR%%/Setup/js/Setup-lang-hu.js %%WWWDIR%%/Setup/js/Setup-lang-hu-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-hr_HR.js +%%WWWDIR%%/Setup/js/Setup-lang-hr_HR-debug.js %%WWWDIR%%/Setup/js/Setup-lang-fr.js %%WWWDIR%%/Setup/js/Setup-lang-fr-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-fi.js +%%WWWDIR%%/Setup/js/Setup-lang-fi-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-fa_IR.js +%%WWWDIR%%/Setup/js/Setup-lang-fa_IR-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-et.js +%%WWWDIR%%/Setup/js/Setup-lang-et-debug.js %%WWWDIR%%/Setup/js/Setup-lang-es_MX.js %%WWWDIR%%/Setup/js/Setup-lang-es_MX-debug.js %%WWWDIR%%/Setup/js/Setup-lang-es.js @@ -8834,6 +9211,8 @@ %%WWWDIR%%/Setup/js/Setup-lang-en-debug.js %%WWWDIR%%/Setup/js/Setup-lang-de.js %%WWWDIR%%/Setup/js/Setup-lang-de-debug.js +%%WWWDIR%%/Setup/js/Setup-lang-da.js +%%WWWDIR%%/Setup/js/Setup-lang-da-debug.js %%WWWDIR%%/Setup/js/Setup-lang-cs.js %%WWWDIR%%/Setup/js/Setup-lang-cs-debug.js %%WWWDIR%%/Setup/js/Setup-lang-ca.js @@ -8896,23 +9275,43 @@ %%WWWDIR%%/Sales/translations/zh_TW.mo %%WWWDIR%%/Sales/translations/zh_CN.po %%WWWDIR%%/Sales/translations/zh_CN.mo +%%WWWDIR%%/Sales/translations/vi.po +%%WWWDIR%%/Sales/translations/vi.mo +%%WWWDIR%%/Sales/translations/tr_TR.po +%%WWWDIR%%/Sales/translations/tr_TR.mo %%WWWDIR%%/Sales/translations/template.pot %%WWWDIR%%/Sales/translations/sv_SE.po %%WWWDIR%%/Sales/translations/sv_SE.mo +%%WWWDIR%%/Sales/translations/sk.po +%%WWWDIR%%/Sales/translations/sk.mo %%WWWDIR%%/Sales/translations/ru.po %%WWWDIR%%/Sales/translations/ru.mo +%%WWWDIR%%/Sales/translations/pt_BR.po +%%WWWDIR%%/Sales/translations/pt_BR.mo %%WWWDIR%%/Sales/translations/pl.po %%WWWDIR%%/Sales/translations/pl.mo +%%WWWDIR%%/Sales/translations/nl_NL.po +%%WWWDIR%%/Sales/translations/nl_NL.mo %%WWWDIR%%/Sales/translations/nb.po %%WWWDIR%%/Sales/translations/nb.mo +%%WWWDIR%%/Sales/translations/lt.po +%%WWWDIR%%/Sales/translations/lt.mo %%WWWDIR%%/Sales/translations/ja.po %%WWWDIR%%/Sales/translations/ja.mo %%WWWDIR%%/Sales/translations/it.po %%WWWDIR%%/Sales/translations/it.mo %%WWWDIR%%/Sales/translations/hu.po %%WWWDIR%%/Sales/translations/hu.mo +%%WWWDIR%%/Sales/translations/hr_HR.po +%%WWWDIR%%/Sales/translations/hr_HR.mo %%WWWDIR%%/Sales/translations/fr.po %%WWWDIR%%/Sales/translations/fr.mo +%%WWWDIR%%/Sales/translations/fi.po +%%WWWDIR%%/Sales/translations/fi.mo +%%WWWDIR%%/Sales/translations/fa_IR.po +%%WWWDIR%%/Sales/translations/fa_IR.mo +%%WWWDIR%%/Sales/translations/et.po +%%WWWDIR%%/Sales/translations/et.mo %%WWWDIR%%/Sales/translations/es_MX.po %%WWWDIR%%/Sales/translations/es_MX.mo %%WWWDIR%%/Sales/translations/es.po @@ -8921,6 +9320,8 @@ %%WWWDIR%%/Sales/translations/en.mo %%WWWDIR%%/Sales/translations/de.po %%WWWDIR%%/Sales/translations/de.mo +%%WWWDIR%%/Sales/translations/da.po +%%WWWDIR%%/Sales/translations/da.mo %%WWWDIR%%/Sales/translations/cs.po %%WWWDIR%%/Sales/translations/cs.mo %%WWWDIR%%/Sales/translations/ca.po @@ -8931,22 +9332,42 @@ %%WWWDIR%%/Sales/js/Sales-lang-zh_TW-debug.js %%WWWDIR%%/Sales/js/Sales-lang-zh_CN.js %%WWWDIR%%/Sales/js/Sales-lang-zh_CN-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-vi.js +%%WWWDIR%%/Sales/js/Sales-lang-vi-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-tr_TR.js +%%WWWDIR%%/Sales/js/Sales-lang-tr_TR-debug.js %%WWWDIR%%/Sales/js/Sales-lang-sv_SE.js %%WWWDIR%%/Sales/js/Sales-lang-sv_SE-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-sk.js +%%WWWDIR%%/Sales/js/Sales-lang-sk-debug.js %%WWWDIR%%/Sales/js/Sales-lang-ru.js %%WWWDIR%%/Sales/js/Sales-lang-ru-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-pt_BR.js +%%WWWDIR%%/Sales/js/Sales-lang-pt_BR-debug.js %%WWWDIR%%/Sales/js/Sales-lang-pl.js %%WWWDIR%%/Sales/js/Sales-lang-pl-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-nl_NL.js +%%WWWDIR%%/Sales/js/Sales-lang-nl_NL-debug.js %%WWWDIR%%/Sales/js/Sales-lang-nb.js %%WWWDIR%%/Sales/js/Sales-lang-nb-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-lt.js +%%WWWDIR%%/Sales/js/Sales-lang-lt-debug.js %%WWWDIR%%/Sales/js/Sales-lang-ja.js %%WWWDIR%%/Sales/js/Sales-lang-ja-debug.js %%WWWDIR%%/Sales/js/Sales-lang-it.js %%WWWDIR%%/Sales/js/Sales-lang-it-debug.js %%WWWDIR%%/Sales/js/Sales-lang-hu.js %%WWWDIR%%/Sales/js/Sales-lang-hu-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-hr_HR.js +%%WWWDIR%%/Sales/js/Sales-lang-hr_HR-debug.js %%WWWDIR%%/Sales/js/Sales-lang-fr.js %%WWWDIR%%/Sales/js/Sales-lang-fr-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-fi.js +%%WWWDIR%%/Sales/js/Sales-lang-fi-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-fa_IR.js +%%WWWDIR%%/Sales/js/Sales-lang-fa_IR-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-et.js +%%WWWDIR%%/Sales/js/Sales-lang-et-debug.js %%WWWDIR%%/Sales/js/Sales-lang-es_MX.js %%WWWDIR%%/Sales/js/Sales-lang-es_MX-debug.js %%WWWDIR%%/Sales/js/Sales-lang-es.js @@ -8955,6 +9376,8 @@ %%WWWDIR%%/Sales/js/Sales-lang-en-debug.js %%WWWDIR%%/Sales/js/Sales-lang-de.js %%WWWDIR%%/Sales/js/Sales-lang-de-debug.js +%%WWWDIR%%/Sales/js/Sales-lang-da.js +%%WWWDIR%%/Sales/js/Sales-lang-da-debug.js %%WWWDIR%%/Sales/js/Sales-lang-cs.js %%WWWDIR%%/Sales/js/Sales-lang-cs-debug.js %%WWWDIR%%/Sales/js/Sales-lang-ca.js @@ -8965,9 +9388,13 @@ %%WWWDIR%%/Sales/js/Sales-FAT.js %%WWWDIR%%/Sales/js/Sales-FAT-debug.js.inc %%WWWDIR%%/Sales/js/Sales-FAT-debug.js +%%WWWDIR%%/Sales/images/32x32/costcenter.png +%%WWWDIR%%/Sales/images/22x22/costcenter.png +%%WWWDIR%%/Sales/images/16x16/costcenter.png %%WWWDIR%%/Sales/css/Sales-FAT.css.inc %%WWWDIR%%/Sales/css/Sales-FAT.css %%WWWDIR%%/Sales/Setup/setup.xml +%%WWWDIR%%/Sales/Setup/Update/Release6.php %%WWWDIR%%/Sales/Setup/Update/Release5.php %%WWWDIR%%/Sales/Setup/Update/Release4.php %%WWWDIR%%/Sales/Setup/Update/Release3.php @@ -8975,19 +9402,31 @@ %%WWWDIR%%/Sales/Setup/Update/Release0.php %%WWWDIR%%/Sales/Setup/Initialize.php %%WWWDIR%%/Sales/Sales.jsb2 +%%WWWDIR%%/Sales/Model/Status.php %%WWWDIR%%/Sales/Model/ProductFilter.php %%WWWDIR%%/Sales/Model/Product.php %%WWWDIR%%/Sales/Model/Number.php +%%WWWDIR%%/Sales/Model/DivisionFilter.php +%%WWWDIR%%/Sales/Model/Division.php +%%WWWDIR%%/Sales/Model/CostCenterFilter.php +%%WWWDIR%%/Sales/Model/CostCenter.php %%WWWDIR%%/Sales/Model/ContractFilter.php %%WWWDIR%%/Sales/Model/Contract.php %%WWWDIR%%/Sales/Model/Config.php +%%WWWDIR%%/Sales/Model/Cleared.php %%WWWDIR%%/Sales/Frontend/Json.php %%WWWDIR%%/Sales/Frontend/Http.php %%WWWDIR%%/Sales/Exception/UnexpectedValue.php %%WWWDIR%%/Sales/Exception.php %%WWWDIR%%/Sales/Controller/Product.php +%%WWWDIR%%/Sales/Controller/Division.php +%%WWWDIR%%/Sales/Controller/CostCenter.php %%WWWDIR%%/Sales/Controller/Contract.php +%%WWWDIR%%/Sales/Controller.php +%%WWWDIR%%/Sales/Config.php %%WWWDIR%%/Sales/Backend/Number.php +%%WWWDIR%%/Sales/Backend/Division.php +%%WWWDIR%%/Sales/Backend/CostCenter.php %%WWWDIR%%/Sales/Backend/Contract.php %%WWWDIR%%/Sales/Acl/Rights.php %%WWWDIR%%/RELEASENOTES @@ -8996,23 +9435,43 @@ %%WWWDIR%%/Projects/translations/zh_TW.mo %%WWWDIR%%/Projects/translations/zh_CN.po %%WWWDIR%%/Projects/translations/zh_CN.mo +%%WWWDIR%%/Projects/translations/vi.po +%%WWWDIR%%/Projects/translations/vi.mo +%%WWWDIR%%/Projects/translations/tr_TR.po +%%WWWDIR%%/Projects/translations/tr_TR.mo %%WWWDIR%%/Projects/translations/template.pot %%WWWDIR%%/Projects/translations/sv_SE.po %%WWWDIR%%/Projects/translations/sv_SE.mo +%%WWWDIR%%/Projects/translations/sk.po +%%WWWDIR%%/Projects/translations/sk.mo %%WWWDIR%%/Projects/translations/ru.po %%WWWDIR%%/Projects/translations/ru.mo +%%WWWDIR%%/Projects/translations/pt_BR.po +%%WWWDIR%%/Projects/translations/pt_BR.mo %%WWWDIR%%/Projects/translations/pl.po %%WWWDIR%%/Projects/translations/pl.mo +%%WWWDIR%%/Projects/translations/nl_NL.po +%%WWWDIR%%/Projects/translations/nl_NL.mo %%WWWDIR%%/Projects/translations/nb.po %%WWWDIR%%/Projects/translations/nb.mo +%%WWWDIR%%/Projects/translations/lt.po +%%WWWDIR%%/Projects/translations/lt.mo %%WWWDIR%%/Projects/translations/ja.po %%WWWDIR%%/Projects/translations/ja.mo %%WWWDIR%%/Projects/translations/it.po %%WWWDIR%%/Projects/translations/it.mo %%WWWDIR%%/Projects/translations/hu.po %%WWWDIR%%/Projects/translations/hu.mo +%%WWWDIR%%/Projects/translations/hr_HR.po +%%WWWDIR%%/Projects/translations/hr_HR.mo %%WWWDIR%%/Projects/translations/fr.po %%WWWDIR%%/Projects/translations/fr.mo +%%WWWDIR%%/Projects/translations/fi.po +%%WWWDIR%%/Projects/translations/fi.mo +%%WWWDIR%%/Projects/translations/fa_IR.po +%%WWWDIR%%/Projects/translations/fa_IR.mo +%%WWWDIR%%/Projects/translations/et.po +%%WWWDIR%%/Projects/translations/et.mo %%WWWDIR%%/Projects/translations/es_MX.po %%WWWDIR%%/Projects/translations/es_MX.mo %%WWWDIR%%/Projects/translations/es.po @@ -9021,6 +9480,8 @@ %%WWWDIR%%/Projects/translations/en.mo %%WWWDIR%%/Projects/translations/de.po %%WWWDIR%%/Projects/translations/de.mo +%%WWWDIR%%/Projects/translations/da.po +%%WWWDIR%%/Projects/translations/da.mo %%WWWDIR%%/Projects/translations/cs.po %%WWWDIR%%/Projects/translations/cs.mo %%WWWDIR%%/Projects/translations/ca.po @@ -9035,22 +9496,42 @@ %%WWWDIR%%/Projects/js/Projects-lang-zh_TW-debug.js %%WWWDIR%%/Projects/js/Projects-lang-zh_CN.js %%WWWDIR%%/Projects/js/Projects-lang-zh_CN-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-vi.js +%%WWWDIR%%/Projects/js/Projects-lang-vi-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-tr_TR.js +%%WWWDIR%%/Projects/js/Projects-lang-tr_TR-debug.js %%WWWDIR%%/Projects/js/Projects-lang-sv_SE.js %%WWWDIR%%/Projects/js/Projects-lang-sv_SE-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-sk.js +%%WWWDIR%%/Projects/js/Projects-lang-sk-debug.js %%WWWDIR%%/Projects/js/Projects-lang-ru.js %%WWWDIR%%/Projects/js/Projects-lang-ru-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-pt_BR.js +%%WWWDIR%%/Projects/js/Projects-lang-pt_BR-debug.js %%WWWDIR%%/Projects/js/Projects-lang-pl.js %%WWWDIR%%/Projects/js/Projects-lang-pl-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-nl_NL.js +%%WWWDIR%%/Projects/js/Projects-lang-nl_NL-debug.js %%WWWDIR%%/Projects/js/Projects-lang-nb.js %%WWWDIR%%/Projects/js/Projects-lang-nb-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-lt.js +%%WWWDIR%%/Projects/js/Projects-lang-lt-debug.js %%WWWDIR%%/Projects/js/Projects-lang-ja.js %%WWWDIR%%/Projects/js/Projects-lang-ja-debug.js %%WWWDIR%%/Projects/js/Projects-lang-it.js %%WWWDIR%%/Projects/js/Projects-lang-it-debug.js %%WWWDIR%%/Projects/js/Projects-lang-hu.js %%WWWDIR%%/Projects/js/Projects-lang-hu-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-hr_HR.js +%%WWWDIR%%/Projects/js/Projects-lang-hr_HR-debug.js %%WWWDIR%%/Projects/js/Projects-lang-fr.js %%WWWDIR%%/Projects/js/Projects-lang-fr-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-fi.js +%%WWWDIR%%/Projects/js/Projects-lang-fi-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-fa_IR.js +%%WWWDIR%%/Projects/js/Projects-lang-fa_IR-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-et.js +%%WWWDIR%%/Projects/js/Projects-lang-et-debug.js %%WWWDIR%%/Projects/js/Projects-lang-es_MX.js %%WWWDIR%%/Projects/js/Projects-lang-es_MX-debug.js %%WWWDIR%%/Projects/js/Projects-lang-es.js @@ -9059,6 +9540,8 @@ %%WWWDIR%%/Projects/js/Projects-lang-en-debug.js %%WWWDIR%%/Projects/js/Projects-lang-de.js %%WWWDIR%%/Projects/js/Projects-lang-de-debug.js +%%WWWDIR%%/Projects/js/Projects-lang-da.js +%%WWWDIR%%/Projects/js/Projects-lang-da-debug.js %%WWWDIR%%/Projects/js/Projects-lang-cs.js %%WWWDIR%%/Projects/js/Projects-lang-cs-debug.js %%WWWDIR%%/Projects/js/Projects-lang-ca.js @@ -9072,6 +9555,8 @@ %%WWWDIR%%/Projects/css/Projects-FAT.css.inc %%WWWDIR%%/Projects/css/Projects-FAT.css %%WWWDIR%%/Projects/Setup/setup.xml +%%WWWDIR%%/Projects/Setup/Update/Release6.php +%%WWWDIR%%/Projects/Setup/Update/Release5.php %%WWWDIR%%/Projects/Setup/Update/Release1.php %%WWWDIR%%/Projects/Setup/Initialize.php %%WWWDIR%%/Projects/Projects.jsb2 @@ -9094,23 +9579,43 @@ %%WWWDIR%%/Filemanager/translations/zh_TW.mo %%WWWDIR%%/Filemanager/translations/zh_CN.po %%WWWDIR%%/Filemanager/translations/zh_CN.mo +%%WWWDIR%%/Filemanager/translations/vi.po +%%WWWDIR%%/Filemanager/translations/vi.mo +%%WWWDIR%%/Filemanager/translations/tr_TR.po +%%WWWDIR%%/Filemanager/translations/tr_TR.mo %%WWWDIR%%/Filemanager/translations/template.pot %%WWWDIR%%/Filemanager/translations/sv_SE.po %%WWWDIR%%/Filemanager/translations/sv_SE.mo +%%WWWDIR%%/Filemanager/translations/sk.po +%%WWWDIR%%/Filemanager/translations/sk.mo %%WWWDIR%%/Filemanager/translations/ru.po %%WWWDIR%%/Filemanager/translations/ru.mo +%%WWWDIR%%/Filemanager/translations/pt_BR.po +%%WWWDIR%%/Filemanager/translations/pt_BR.mo %%WWWDIR%%/Filemanager/translations/pl.po %%WWWDIR%%/Filemanager/translations/pl.mo +%%WWWDIR%%/Filemanager/translations/nl_NL.po +%%WWWDIR%%/Filemanager/translations/nl_NL.mo %%WWWDIR%%/Filemanager/translations/nb.po %%WWWDIR%%/Filemanager/translations/nb.mo +%%WWWDIR%%/Filemanager/translations/lt.po +%%WWWDIR%%/Filemanager/translations/lt.mo %%WWWDIR%%/Filemanager/translations/ja.po %%WWWDIR%%/Filemanager/translations/ja.mo %%WWWDIR%%/Filemanager/translations/it.po %%WWWDIR%%/Filemanager/translations/it.mo %%WWWDIR%%/Filemanager/translations/hu.po %%WWWDIR%%/Filemanager/translations/hu.mo +%%WWWDIR%%/Filemanager/translations/hr_HR.po +%%WWWDIR%%/Filemanager/translations/hr_HR.mo %%WWWDIR%%/Filemanager/translations/fr.po %%WWWDIR%%/Filemanager/translations/fr.mo +%%WWWDIR%%/Filemanager/translations/fi.po +%%WWWDIR%%/Filemanager/translations/fi.mo +%%WWWDIR%%/Filemanager/translations/fa_IR.po +%%WWWDIR%%/Filemanager/translations/fa_IR.mo +%%WWWDIR%%/Filemanager/translations/et.po +%%WWWDIR%%/Filemanager/translations/et.mo %%WWWDIR%%/Filemanager/translations/es_MX.po %%WWWDIR%%/Filemanager/translations/es_MX.mo %%WWWDIR%%/Filemanager/translations/es.po @@ -9119,6 +9624,8 @@ %%WWWDIR%%/Filemanager/translations/en.mo %%WWWDIR%%/Filemanager/translations/de.po %%WWWDIR%%/Filemanager/translations/de.mo +%%WWWDIR%%/Filemanager/translations/da.po +%%WWWDIR%%/Filemanager/translations/da.mo %%WWWDIR%%/Filemanager/translations/cs.po %%WWWDIR%%/Filemanager/translations/cs.mo %%WWWDIR%%/Filemanager/translations/ca.po @@ -9129,22 +9636,42 @@ %%WWWDIR%%/Filemanager/js/Filemanager-lang-zh_TW-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-zh_CN.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-zh_CN-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-vi.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-vi-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-tr_TR.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-tr_TR-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-sv_SE.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-sv_SE-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-sk.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-sk-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ru.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ru-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-pt_BR.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-pt_BR-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-pl.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-pl-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-nl_NL.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-nl_NL-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-nb.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-nb-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-lt.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-lt-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ja.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ja-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-it.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-it-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-hu.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-hu-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-hr_HR.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-hr_HR-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-fr.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-fr-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-fi.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-fi-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-fa_IR.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-fa_IR-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-et.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-et-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-es_MX.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-es_MX-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-es.js @@ -9153,6 +9680,8 @@ %%WWWDIR%%/Filemanager/js/Filemanager-lang-en-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-de.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-de-debug.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-da.js +%%WWWDIR%%/Filemanager/js/Filemanager-lang-da-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-cs.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-cs-debug.js %%WWWDIR%%/Filemanager/js/Filemanager-lang-ca.js @@ -9166,10 +9695,12 @@ %%WWWDIR%%/Filemanager/css/Filemanager-FAT.css.inc %%WWWDIR%%/Filemanager/css/Filemanager-FAT.css %%WWWDIR%%/Filemanager/Setup/setup.xml +%%WWWDIR%%/Filemanager/Setup/Update/Release6.php +%%WWWDIR%%/Filemanager/Setup/Update/Release5.php %%WWWDIR%%/Filemanager/Setup/Update/Release4.php %%WWWDIR%%/Filemanager/Setup/Update/Release3.php %%WWWDIR%%/Filemanager/Setup/Initialize.php -%%WWWDIR%%/Filemanager/Frontend/WebDAV/Node.php +%%WWWDIR%%/Filemanager/Model/Node.php %%WWWDIR%%/Filemanager/Frontend/WebDAV/File.php %%WWWDIR%%/Filemanager/Frontend/WebDAV/Directory.php %%WWWDIR%%/Filemanager/Frontend/WebDAV/Container.php @@ -9187,23 +9718,43 @@ %%WWWDIR%%/Felamimail/translations/zh_TW.mo %%WWWDIR%%/Felamimail/translations/zh_CN.po %%WWWDIR%%/Felamimail/translations/zh_CN.mo +%%WWWDIR%%/Felamimail/translations/vi.po +%%WWWDIR%%/Felamimail/translations/vi.mo +%%WWWDIR%%/Felamimail/translations/tr_TR.po +%%WWWDIR%%/Felamimail/translations/tr_TR.mo %%WWWDIR%%/Felamimail/translations/template.pot %%WWWDIR%%/Felamimail/translations/sv_SE.po %%WWWDIR%%/Felamimail/translations/sv_SE.mo +%%WWWDIR%%/Felamimail/translations/sk.po +%%WWWDIR%%/Felamimail/translations/sk.mo %%WWWDIR%%/Felamimail/translations/ru.po %%WWWDIR%%/Felamimail/translations/ru.mo +%%WWWDIR%%/Felamimail/translations/pt_BR.po +%%WWWDIR%%/Felamimail/translations/pt_BR.mo %%WWWDIR%%/Felamimail/translations/pl.po %%WWWDIR%%/Felamimail/translations/pl.mo +%%WWWDIR%%/Felamimail/translations/nl_NL.po +%%WWWDIR%%/Felamimail/translations/nl_NL.mo %%WWWDIR%%/Felamimail/translations/nb.po %%WWWDIR%%/Felamimail/translations/nb.mo +%%WWWDIR%%/Felamimail/translations/lt.po +%%WWWDIR%%/Felamimail/translations/lt.mo %%WWWDIR%%/Felamimail/translations/ja.po %%WWWDIR%%/Felamimail/translations/ja.mo %%WWWDIR%%/Felamimail/translations/it.po %%WWWDIR%%/Felamimail/translations/it.mo %%WWWDIR%%/Felamimail/translations/hu.po %%WWWDIR%%/Felamimail/translations/hu.mo +%%WWWDIR%%/Felamimail/translations/hr_HR.po +%%WWWDIR%%/Felamimail/translations/hr_HR.mo %%WWWDIR%%/Felamimail/translations/fr.po %%WWWDIR%%/Felamimail/translations/fr.mo +%%WWWDIR%%/Felamimail/translations/fi.po +%%WWWDIR%%/Felamimail/translations/fi.mo +%%WWWDIR%%/Felamimail/translations/fa_IR.po +%%WWWDIR%%/Felamimail/translations/fa_IR.mo +%%WWWDIR%%/Felamimail/translations/et.po +%%WWWDIR%%/Felamimail/translations/et.mo %%WWWDIR%%/Felamimail/translations/es_MX.po %%WWWDIR%%/Felamimail/translations/es_MX.mo %%WWWDIR%%/Felamimail/translations/es.po @@ -9212,6 +9763,8 @@ %%WWWDIR%%/Felamimail/translations/en.mo %%WWWDIR%%/Felamimail/translations/de.po %%WWWDIR%%/Felamimail/translations/de.mo +%%WWWDIR%%/Felamimail/translations/da.po +%%WWWDIR%%/Felamimail/translations/da.mo %%WWWDIR%%/Felamimail/translations/cs.po %%WWWDIR%%/Felamimail/translations/cs.mo %%WWWDIR%%/Felamimail/translations/ca.po @@ -9222,22 +9775,42 @@ %%WWWDIR%%/Felamimail/js/Felamimail-lang-zh_TW-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-zh_CN.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-zh_CN-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-vi.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-vi-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-tr_TR.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-tr_TR-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-sv_SE.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-sv_SE-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-sk.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-sk-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ru.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ru-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-pt_BR.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-pt_BR-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-pl.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-pl-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-nl_NL.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-nl_NL-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-nb.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-nb-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-lt.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-lt-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ja.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ja-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-it.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-it-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-hu.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-hu-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-hr_HR.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-hr_HR-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-fr.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-fr-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-fi.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-fi-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-fa_IR.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-fa_IR-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-et.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-et-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-es_MX.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-es_MX-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-es.js @@ -9246,6 +9819,8 @@ %%WWWDIR%%/Felamimail/js/Felamimail-lang-en-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-de.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-de-debug.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-da.js +%%WWWDIR%%/Felamimail/js/Felamimail-lang-da-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-cs.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-cs-debug.js %%WWWDIR%%/Felamimail/js/Felamimail-lang-ca.js @@ -9267,6 +9842,7 @@ %%WWWDIR%%/Felamimail/Sieve/Backend/Script.php %%WWWDIR%%/Felamimail/Sieve/Backend/Abstract.php %%WWWDIR%%/Felamimail/Setup/setup.xml +%%WWWDIR%%/Felamimail/Setup/Update/Release6.php %%WWWDIR%%/Felamimail/Setup/Update/Release5.php %%WWWDIR%%/Felamimail/Setup/Update/Release4.php %%WWWDIR%%/Felamimail/Setup/Update/Release3.php @@ -9286,6 +9862,10 @@ %%WWWDIR%%/Felamimail/Model/Account.php %%WWWDIR%%/Felamimail/Message.php %%WWWDIR%%/Felamimail/HTMLPurifier/AttrTransform/AValidator.php +%%WWWDIR%%/Felamimail/Frontend/WebDAV/File.php +%%WWWDIR%%/Felamimail/Frontend/WebDAV/Directory.php +%%WWWDIR%%/Felamimail/Frontend/WebDAV/Container.php +%%WWWDIR%%/Felamimail/Frontend/WebDAV.php %%WWWDIR%%/Felamimail/Frontend/Json.php %%WWWDIR%%/Felamimail/Frontend/Http.php %%WWWDIR%%/Felamimail/Felamimail.jsb2 @@ -9308,6 +9888,7 @@ %%WWWDIR%%/Felamimail/Controller/Cache/Folder.php %%WWWDIR%%/Felamimail/Controller/Account.php %%WWWDIR%%/Felamimail/Controller.php +%%WWWDIR%%/Felamimail/Config.php %%WWWDIR%%/Felamimail/Backend/SieveFactory.php %%WWWDIR%%/Felamimail/Backend/Sieve.php %%WWWDIR%%/Felamimail/Backend/ImapProxy.php @@ -9323,23 +9904,43 @@ %%WWWDIR%%/Crm/translations/zh_TW.mo %%WWWDIR%%/Crm/translations/zh_CN.po %%WWWDIR%%/Crm/translations/zh_CN.mo +%%WWWDIR%%/Crm/translations/vi.po +%%WWWDIR%%/Crm/translations/vi.mo +%%WWWDIR%%/Crm/translations/tr_TR.po +%%WWWDIR%%/Crm/translations/tr_TR.mo %%WWWDIR%%/Crm/translations/template.pot %%WWWDIR%%/Crm/translations/sv_SE.po %%WWWDIR%%/Crm/translations/sv_SE.mo +%%WWWDIR%%/Crm/translations/sk.po +%%WWWDIR%%/Crm/translations/sk.mo %%WWWDIR%%/Crm/translations/ru.po %%WWWDIR%%/Crm/translations/ru.mo +%%WWWDIR%%/Crm/translations/pt_BR.po +%%WWWDIR%%/Crm/translations/pt_BR.mo %%WWWDIR%%/Crm/translations/pl.po %%WWWDIR%%/Crm/translations/pl.mo +%%WWWDIR%%/Crm/translations/nl_NL.po +%%WWWDIR%%/Crm/translations/nl_NL.mo %%WWWDIR%%/Crm/translations/nb.po %%WWWDIR%%/Crm/translations/nb.mo +%%WWWDIR%%/Crm/translations/lt.po +%%WWWDIR%%/Crm/translations/lt.mo %%WWWDIR%%/Crm/translations/ja.po %%WWWDIR%%/Crm/translations/ja.mo %%WWWDIR%%/Crm/translations/it.po %%WWWDIR%%/Crm/translations/it.mo %%WWWDIR%%/Crm/translations/hu.po %%WWWDIR%%/Crm/translations/hu.mo +%%WWWDIR%%/Crm/translations/hr_HR.po +%%WWWDIR%%/Crm/translations/hr_HR.mo %%WWWDIR%%/Crm/translations/fr.po %%WWWDIR%%/Crm/translations/fr.mo +%%WWWDIR%%/Crm/translations/fi.po +%%WWWDIR%%/Crm/translations/fi.mo +%%WWWDIR%%/Crm/translations/fa_IR.po +%%WWWDIR%%/Crm/translations/fa_IR.mo +%%WWWDIR%%/Crm/translations/et.po +%%WWWDIR%%/Crm/translations/et.mo %%WWWDIR%%/Crm/translations/es_MX.po %%WWWDIR%%/Crm/translations/es_MX.mo %%WWWDIR%%/Crm/translations/es.po @@ -9348,6 +9949,8 @@ %%WWWDIR%%/Crm/translations/en.mo %%WWWDIR%%/Crm/translations/de.po %%WWWDIR%%/Crm/translations/de.mo +%%WWWDIR%%/Crm/translations/da.po +%%WWWDIR%%/Crm/translations/da.mo %%WWWDIR%%/Crm/translations/cs.po %%WWWDIR%%/Crm/translations/cs.mo %%WWWDIR%%/Crm/translations/ca.po @@ -9358,22 +9961,42 @@ %%WWWDIR%%/Crm/js/Crm-lang-zh_TW-debug.js %%WWWDIR%%/Crm/js/Crm-lang-zh_CN.js %%WWWDIR%%/Crm/js/Crm-lang-zh_CN-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-vi.js +%%WWWDIR%%/Crm/js/Crm-lang-vi-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-tr_TR.js +%%WWWDIR%%/Crm/js/Crm-lang-tr_TR-debug.js %%WWWDIR%%/Crm/js/Crm-lang-sv_SE.js %%WWWDIR%%/Crm/js/Crm-lang-sv_SE-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-sk.js +%%WWWDIR%%/Crm/js/Crm-lang-sk-debug.js %%WWWDIR%%/Crm/js/Crm-lang-ru.js %%WWWDIR%%/Crm/js/Crm-lang-ru-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-pt_BR.js +%%WWWDIR%%/Crm/js/Crm-lang-pt_BR-debug.js %%WWWDIR%%/Crm/js/Crm-lang-pl.js %%WWWDIR%%/Crm/js/Crm-lang-pl-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-nl_NL.js +%%WWWDIR%%/Crm/js/Crm-lang-nl_NL-debug.js %%WWWDIR%%/Crm/js/Crm-lang-nb.js %%WWWDIR%%/Crm/js/Crm-lang-nb-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-lt.js +%%WWWDIR%%/Crm/js/Crm-lang-lt-debug.js %%WWWDIR%%/Crm/js/Crm-lang-ja.js %%WWWDIR%%/Crm/js/Crm-lang-ja-debug.js %%WWWDIR%%/Crm/js/Crm-lang-it.js %%WWWDIR%%/Crm/js/Crm-lang-it-debug.js %%WWWDIR%%/Crm/js/Crm-lang-hu.js %%WWWDIR%%/Crm/js/Crm-lang-hu-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-hr_HR.js +%%WWWDIR%%/Crm/js/Crm-lang-hr_HR-debug.js %%WWWDIR%%/Crm/js/Crm-lang-fr.js %%WWWDIR%%/Crm/js/Crm-lang-fr-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-fi.js +%%WWWDIR%%/Crm/js/Crm-lang-fi-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-fa_IR.js +%%WWWDIR%%/Crm/js/Crm-lang-fa_IR-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-et.js +%%WWWDIR%%/Crm/js/Crm-lang-et-debug.js %%WWWDIR%%/Crm/js/Crm-lang-es_MX.js %%WWWDIR%%/Crm/js/Crm-lang-es_MX-debug.js %%WWWDIR%%/Crm/js/Crm-lang-es.js @@ -9382,6 +10005,8 @@ %%WWWDIR%%/Crm/js/Crm-lang-en-debug.js %%WWWDIR%%/Crm/js/Crm-lang-de.js %%WWWDIR%%/Crm/js/Crm-lang-de-debug.js +%%WWWDIR%%/Crm/js/Crm-lang-da.js +%%WWWDIR%%/Crm/js/Crm-lang-da-debug.js %%WWWDIR%%/Crm/js/Crm-lang-cs.js %%WWWDIR%%/Crm/js/Crm-lang-cs-debug.js %%WWWDIR%%/Crm/js/Crm-lang-ca.js @@ -9395,6 +10020,7 @@ %%WWWDIR%%/Crm/css/Crm-FAT.css.inc %%WWWDIR%%/Crm/css/Crm-FAT.css %%WWWDIR%%/Crm/Setup/setup.xml +%%WWWDIR%%/Crm/Setup/Update/Release6.php %%WWWDIR%%/Crm/Setup/Update/Release5.php %%WWWDIR%%/Crm/Setup/Update/Release4.php %%WWWDIR%%/Crm/Setup/Update/Release3.php @@ -9434,23 +10060,43 @@ %%WWWDIR%%/Calendar/translations/zh_TW.mo %%WWWDIR%%/Calendar/translations/zh_CN.po %%WWWDIR%%/Calendar/translations/zh_CN.mo +%%WWWDIR%%/Calendar/translations/vi.po +%%WWWDIR%%/Calendar/translations/vi.mo +%%WWWDIR%%/Calendar/translations/tr_TR.po +%%WWWDIR%%/Calendar/translations/tr_TR.mo %%WWWDIR%%/Calendar/translations/template.pot %%WWWDIR%%/Calendar/translations/sv_SE.po %%WWWDIR%%/Calendar/translations/sv_SE.mo +%%WWWDIR%%/Calendar/translations/sk.po +%%WWWDIR%%/Calendar/translations/sk.mo %%WWWDIR%%/Calendar/translations/ru.po %%WWWDIR%%/Calendar/translations/ru.mo +%%WWWDIR%%/Calendar/translations/pt_BR.po +%%WWWDIR%%/Calendar/translations/pt_BR.mo %%WWWDIR%%/Calendar/translations/pl.po %%WWWDIR%%/Calendar/translations/pl.mo +%%WWWDIR%%/Calendar/translations/nl_NL.po +%%WWWDIR%%/Calendar/translations/nl_NL.mo %%WWWDIR%%/Calendar/translations/nb.po %%WWWDIR%%/Calendar/translations/nb.mo +%%WWWDIR%%/Calendar/translations/lt.po +%%WWWDIR%%/Calendar/translations/lt.mo %%WWWDIR%%/Calendar/translations/ja.po %%WWWDIR%%/Calendar/translations/ja.mo %%WWWDIR%%/Calendar/translations/it.po %%WWWDIR%%/Calendar/translations/it.mo %%WWWDIR%%/Calendar/translations/hu.po %%WWWDIR%%/Calendar/translations/hu.mo +%%WWWDIR%%/Calendar/translations/hr_HR.po +%%WWWDIR%%/Calendar/translations/hr_HR.mo %%WWWDIR%%/Calendar/translations/fr.po %%WWWDIR%%/Calendar/translations/fr.mo +%%WWWDIR%%/Calendar/translations/fi.po +%%WWWDIR%%/Calendar/translations/fi.mo +%%WWWDIR%%/Calendar/translations/fa_IR.po +%%WWWDIR%%/Calendar/translations/fa_IR.mo +%%WWWDIR%%/Calendar/translations/et.po +%%WWWDIR%%/Calendar/translations/et.mo %%WWWDIR%%/Calendar/translations/es_MX.po %%WWWDIR%%/Calendar/translations/es_MX.mo %%WWWDIR%%/Calendar/translations/es.po @@ -9459,6 +10105,8 @@ %%WWWDIR%%/Calendar/translations/en.mo %%WWWDIR%%/Calendar/translations/de.po %%WWWDIR%%/Calendar/translations/de.mo +%%WWWDIR%%/Calendar/translations/da.po +%%WWWDIR%%/Calendar/translations/da.mo %%WWWDIR%%/Calendar/translations/cs.po %%WWWDIR%%/Calendar/translations/cs.mo %%WWWDIR%%/Calendar/translations/ca.po @@ -9469,22 +10117,42 @@ %%WWWDIR%%/Calendar/js/Calendar-lang-zh_TW-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-zh_CN.js %%WWWDIR%%/Calendar/js/Calendar-lang-zh_CN-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-vi.js +%%WWWDIR%%/Calendar/js/Calendar-lang-vi-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-tr_TR.js +%%WWWDIR%%/Calendar/js/Calendar-lang-tr_TR-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-sv_SE.js %%WWWDIR%%/Calendar/js/Calendar-lang-sv_SE-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-sk.js +%%WWWDIR%%/Calendar/js/Calendar-lang-sk-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-ru.js %%WWWDIR%%/Calendar/js/Calendar-lang-ru-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-pt_BR.js +%%WWWDIR%%/Calendar/js/Calendar-lang-pt_BR-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-pl.js %%WWWDIR%%/Calendar/js/Calendar-lang-pl-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-nl_NL.js +%%WWWDIR%%/Calendar/js/Calendar-lang-nl_NL-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-nb.js %%WWWDIR%%/Calendar/js/Calendar-lang-nb-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-lt.js +%%WWWDIR%%/Calendar/js/Calendar-lang-lt-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-ja.js %%WWWDIR%%/Calendar/js/Calendar-lang-ja-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-it.js %%WWWDIR%%/Calendar/js/Calendar-lang-it-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-hu.js %%WWWDIR%%/Calendar/js/Calendar-lang-hu-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-hr_HR.js +%%WWWDIR%%/Calendar/js/Calendar-lang-hr_HR-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-fr.js %%WWWDIR%%/Calendar/js/Calendar-lang-fr-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-fi.js +%%WWWDIR%%/Calendar/js/Calendar-lang-fi-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-fa_IR.js +%%WWWDIR%%/Calendar/js/Calendar-lang-fa_IR-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-et.js +%%WWWDIR%%/Calendar/js/Calendar-lang-et-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-es_MX.js %%WWWDIR%%/Calendar/js/Calendar-lang-es_MX-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-es.js @@ -9493,6 +10161,8 @@ %%WWWDIR%%/Calendar/js/Calendar-lang-en-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-de.js %%WWWDIR%%/Calendar/js/Calendar-lang-de-debug.js +%%WWWDIR%%/Calendar/js/Calendar-lang-da.js +%%WWWDIR%%/Calendar/js/Calendar-lang-da-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-cs.js %%WWWDIR%%/Calendar/js/Calendar-lang-cs-debug.js %%WWWDIR%%/Calendar/js/Calendar-lang-ca.js @@ -9507,6 +10177,7 @@ %%WWWDIR%%/Calendar/css/Calendar-FAT.css.inc %%WWWDIR%%/Calendar/css/Calendar-FAT.css %%WWWDIR%%/Calendar/Setup/setup.xml +%%WWWDIR%%/Calendar/Setup/Update/Release6.php %%WWWDIR%%/Calendar/Setup/Update/Release5.php %%WWWDIR%%/Calendar/Setup/Update/Release4.php %%WWWDIR%%/Calendar/Setup/Update/Release3.php @@ -9514,6 +10185,7 @@ %%WWWDIR%%/Calendar/Setup/Update/Release0.php %%WWWDIR%%/Calendar/Setup/Initialize.php %%WWWDIR%%/Calendar/Setup/Import/Egw14.php +%%WWWDIR%%/Calendar/Setup/DemoData.php %%WWWDIR%%/Calendar/Preference.php %%WWWDIR%%/Calendar/Model/iMIP.php %%WWWDIR%%/Calendar/Model/Rrule.php @@ -9562,6 +10234,7 @@ %%WWWDIR%%/Calendar/Controller/MSEventFacade.php %%WWWDIR%%/Calendar/Controller/EventNotifications.php %%WWWDIR%%/Calendar/Controller/Event.php +%%WWWDIR%%/Calendar/Controller/Alarm.php %%WWWDIR%%/Calendar/Controller.php %%WWWDIR%%/Calendar/Config.php %%WWWDIR%%/Calendar/Calendar.jsb2 @@ -9569,27 +10242,48 @@ %%WWWDIR%%/Calendar/Backend/Sql/Attendee.php %%WWWDIR%%/Calendar/Backend/Sql.php %%WWWDIR%%/Calendar/Acl/Rights.php +%%WWWDIR%%/CREDITS %%WWWDIR%%/Admin/translations/zh_TW.po %%WWWDIR%%/Admin/translations/zh_TW.mo %%WWWDIR%%/Admin/translations/zh_CN.po %%WWWDIR%%/Admin/translations/zh_CN.mo +%%WWWDIR%%/Admin/translations/vi.po +%%WWWDIR%%/Admin/translations/vi.mo +%%WWWDIR%%/Admin/translations/tr_TR.po +%%WWWDIR%%/Admin/translations/tr_TR.mo %%WWWDIR%%/Admin/translations/template.pot %%WWWDIR%%/Admin/translations/sv_SE.po %%WWWDIR%%/Admin/translations/sv_SE.mo +%%WWWDIR%%/Admin/translations/sk.po +%%WWWDIR%%/Admin/translations/sk.mo %%WWWDIR%%/Admin/translations/ru.po %%WWWDIR%%/Admin/translations/ru.mo +%%WWWDIR%%/Admin/translations/pt_BR.po +%%WWWDIR%%/Admin/translations/pt_BR.mo %%WWWDIR%%/Admin/translations/pl.po %%WWWDIR%%/Admin/translations/pl.mo +%%WWWDIR%%/Admin/translations/nl_NL.po +%%WWWDIR%%/Admin/translations/nl_NL.mo %%WWWDIR%%/Admin/translations/nb.po %%WWWDIR%%/Admin/translations/nb.mo +%%WWWDIR%%/Admin/translations/lt.po +%%WWWDIR%%/Admin/translations/lt.mo %%WWWDIR%%/Admin/translations/ja.po %%WWWDIR%%/Admin/translations/ja.mo %%WWWDIR%%/Admin/translations/it.po %%WWWDIR%%/Admin/translations/it.mo %%WWWDIR%%/Admin/translations/hu.po %%WWWDIR%%/Admin/translations/hu.mo +%%WWWDIR%%/Admin/translations/hr_HR.po +%%WWWDIR%%/Admin/translations/hr_HR.mo %%WWWDIR%%/Admin/translations/fr.po %%WWWDIR%%/Admin/translations/fr.mo +%%WWWDIR%%/Admin/translations/fi.po +%%WWWDIR%%/Admin/translations/fi.mo +%%WWWDIR%%/Admin/translations/fa_IR.po +%%WWWDIR%%/Admin/translations/fa_IR.mo +%%WWWDIR%%/Admin/translations/et.po +%%WWWDIR%%/Admin/translations/et.mo %%WWWDIR%%/Admin/translations/es_MX.po %%WWWDIR%%/Admin/translations/es_MX.mo %%WWWDIR%%/Admin/translations/es.po @@ -9598,6 +10292,8 @@ %%WWWDIR%%/Admin/translations/en.mo %%WWWDIR%%/Admin/translations/de.po %%WWWDIR%%/Admin/translations/de.mo +%%WWWDIR%%/Admin/translations/da.po +%%WWWDIR%%/Admin/translations/da.mo %%WWWDIR%%/Admin/translations/cs.po %%WWWDIR%%/Admin/translations/cs.mo %%WWWDIR%%/Admin/translations/ca.po @@ -9608,22 +10304,42 @@ %%WWWDIR%%/Admin/js/Admin-lang-zh_TW-debug.js %%WWWDIR%%/Admin/js/Admin-lang-zh_CN.js %%WWWDIR%%/Admin/js/Admin-lang-zh_CN-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-vi.js +%%WWWDIR%%/Admin/js/Admin-lang-vi-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-tr_TR.js +%%WWWDIR%%/Admin/js/Admin-lang-tr_TR-debug.js %%WWWDIR%%/Admin/js/Admin-lang-sv_SE.js %%WWWDIR%%/Admin/js/Admin-lang-sv_SE-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-sk.js +%%WWWDIR%%/Admin/js/Admin-lang-sk-debug.js %%WWWDIR%%/Admin/js/Admin-lang-ru.js %%WWWDIR%%/Admin/js/Admin-lang-ru-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-pt_BR.js +%%WWWDIR%%/Admin/js/Admin-lang-pt_BR-debug.js %%WWWDIR%%/Admin/js/Admin-lang-pl.js %%WWWDIR%%/Admin/js/Admin-lang-pl-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-nl_NL.js +%%WWWDIR%%/Admin/js/Admin-lang-nl_NL-debug.js %%WWWDIR%%/Admin/js/Admin-lang-nb.js %%WWWDIR%%/Admin/js/Admin-lang-nb-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-lt.js +%%WWWDIR%%/Admin/js/Admin-lang-lt-debug.js %%WWWDIR%%/Admin/js/Admin-lang-ja.js %%WWWDIR%%/Admin/js/Admin-lang-ja-debug.js %%WWWDIR%%/Admin/js/Admin-lang-it.js %%WWWDIR%%/Admin/js/Admin-lang-it-debug.js %%WWWDIR%%/Admin/js/Admin-lang-hu.js %%WWWDIR%%/Admin/js/Admin-lang-hu-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-hr_HR.js +%%WWWDIR%%/Admin/js/Admin-lang-hr_HR-debug.js %%WWWDIR%%/Admin/js/Admin-lang-fr.js %%WWWDIR%%/Admin/js/Admin-lang-fr-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-fi.js +%%WWWDIR%%/Admin/js/Admin-lang-fi-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-fa_IR.js +%%WWWDIR%%/Admin/js/Admin-lang-fa_IR-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-et.js +%%WWWDIR%%/Admin/js/Admin-lang-et-debug.js %%WWWDIR%%/Admin/js/Admin-lang-es_MX.js %%WWWDIR%%/Admin/js/Admin-lang-es_MX-debug.js %%WWWDIR%%/Admin/js/Admin-lang-es.js @@ -9632,6 +10348,8 @@ %%WWWDIR%%/Admin/js/Admin-lang-en-debug.js %%WWWDIR%%/Admin/js/Admin-lang-de.js %%WWWDIR%%/Admin/js/Admin-lang-de-debug.js +%%WWWDIR%%/Admin/js/Admin-lang-da.js +%%WWWDIR%%/Admin/js/Admin-lang-da-debug.js %%WWWDIR%%/Admin/js/Admin-lang-cs.js %%WWWDIR%%/Admin/js/Admin-lang-cs-debug.js %%WWWDIR%%/Admin/js/Admin-lang-ca.js @@ -9645,11 +10363,13 @@ %%WWWDIR%%/Admin/css/Admin-FAT.css.inc %%WWWDIR%%/Admin/css/Admin-FAT.css %%WWWDIR%%/Admin/Setup/setup.xml +%%WWWDIR%%/Admin/Setup/Update/Release5.php %%WWWDIR%%/Admin/Setup/Update/Release4.php %%WWWDIR%%/Admin/Setup/Update/Release3.php %%WWWDIR%%/Admin/Setup/Update/Release2.php %%WWWDIR%%/Admin/Setup/Update/Release0.php %%WWWDIR%%/Admin/Setup/Initialize.php +%%WWWDIR%%/Admin/Setup/DemoData.php %%WWWDIR%%/Admin/Model/SambaMachineFilter.php %%WWWDIR%%/Admin/Model/SambaMachine.php %%WWWDIR%%/Admin/Model/Config.php @@ -9686,23 +10406,43 @@ %%WWWDIR%%/Addressbook/translations/zh_TW.mo %%WWWDIR%%/Addressbook/translations/zh_CN.po %%WWWDIR%%/Addressbook/translations/zh_CN.mo +%%WWWDIR%%/Addressbook/translations/vi.po +%%WWWDIR%%/Addressbook/translations/vi.mo +%%WWWDIR%%/Addressbook/translations/tr_TR.po +%%WWWDIR%%/Addressbook/translations/tr_TR.mo %%WWWDIR%%/Addressbook/translations/template.pot %%WWWDIR%%/Addressbook/translations/sv_SE.po %%WWWDIR%%/Addressbook/translations/sv_SE.mo +%%WWWDIR%%/Addressbook/translations/sk.po +%%WWWDIR%%/Addressbook/translations/sk.mo %%WWWDIR%%/Addressbook/translations/ru.po %%WWWDIR%%/Addressbook/translations/ru.mo +%%WWWDIR%%/Addressbook/translations/pt_BR.po +%%WWWDIR%%/Addressbook/translations/pt_BR.mo %%WWWDIR%%/Addressbook/translations/pl.po %%WWWDIR%%/Addressbook/translations/pl.mo +%%WWWDIR%%/Addressbook/translations/nl_NL.po +%%WWWDIR%%/Addressbook/translations/nl_NL.mo %%WWWDIR%%/Addressbook/translations/nb.po %%WWWDIR%%/Addressbook/translations/nb.mo +%%WWWDIR%%/Addressbook/translations/lt.po +%%WWWDIR%%/Addressbook/translations/lt.mo %%WWWDIR%%/Addressbook/translations/ja.po %%WWWDIR%%/Addressbook/translations/ja.mo %%WWWDIR%%/Addressbook/translations/it.po %%WWWDIR%%/Addressbook/translations/it.mo %%WWWDIR%%/Addressbook/translations/hu.po %%WWWDIR%%/Addressbook/translations/hu.mo +%%WWWDIR%%/Addressbook/translations/hr_HR.po +%%WWWDIR%%/Addressbook/translations/hr_HR.mo %%WWWDIR%%/Addressbook/translations/fr.po %%WWWDIR%%/Addressbook/translations/fr.mo +%%WWWDIR%%/Addressbook/translations/fi.po +%%WWWDIR%%/Addressbook/translations/fi.mo +%%WWWDIR%%/Addressbook/translations/fa_IR.po +%%WWWDIR%%/Addressbook/translations/fa_IR.mo +%%WWWDIR%%/Addressbook/translations/et.po +%%WWWDIR%%/Addressbook/translations/et.mo %%WWWDIR%%/Addressbook/translations/es_MX.po %%WWWDIR%%/Addressbook/translations/es_MX.mo %%WWWDIR%%/Addressbook/translations/es.po @@ -9711,6 +10451,8 @@ %%WWWDIR%%/Addressbook/translations/en.mo %%WWWDIR%%/Addressbook/translations/de.po %%WWWDIR%%/Addressbook/translations/de.mo +%%WWWDIR%%/Addressbook/translations/da.po +%%WWWDIR%%/Addressbook/translations/da.mo %%WWWDIR%%/Addressbook/translations/cs.po %%WWWDIR%%/Addressbook/translations/cs.mo %%WWWDIR%%/Addressbook/translations/ca.po @@ -9721,22 +10463,42 @@ %%WWWDIR%%/Addressbook/js/Addressbook-lang-zh_TW-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-zh_CN.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-zh_CN-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-vi.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-vi-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-tr_TR.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-tr_TR-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-sv_SE.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-sv_SE-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-sk.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-sk-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ru.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ru-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-pt_BR.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-pt_BR-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-pl.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-pl-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-nl_NL.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-nl_NL-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-nb.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-nb-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-lt.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-lt-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ja.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ja-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-it.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-it-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-hu.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-hu-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-hr_HR.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-hr_HR-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-fr.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-fr-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-fi.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-fi-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-fa_IR.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-fa_IR-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-et.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-et-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-es_MX.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-es_MX-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-es.js @@ -9745,6 +10507,8 @@ %%WWWDIR%%/Addressbook/js/Addressbook-lang-en-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-de.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-de-debug.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-da.js +%%WWWDIR%%/Addressbook/js/Addressbook-lang-da-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-cs.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-cs-debug.js %%WWWDIR%%/Addressbook/js/Addressbook-lang-ca.js @@ -9758,6 +10522,7 @@ %%WWWDIR%%/Addressbook/css/Addressbook-FAT.css.inc %%WWWDIR%%/Addressbook/css/Addressbook-FAT.css %%WWWDIR%%/Addressbook/Setup/setup.xml +%%WWWDIR%%/Addressbook/Setup/Update/Release6.php %%WWWDIR%%/Addressbook/Setup/Update/Release5.php %%WWWDIR%%/Addressbook/Setup/Update/Release4.php %%WWWDIR%%/Addressbook/Setup/Update/Release3.php @@ -9768,6 +10533,7 @@ %%WWWDIR%%/Addressbook/Preference.php %%WWWDIR%%/Addressbook/Model/Salutation.php %%WWWDIR%%/Addressbook/Model/ListMemberFilter.php +%%WWWDIR%%/Addressbook/Model/ListHiddenFilter.php %%WWWDIR%%/Addressbook/Model/ListFilter.php %%WWWDIR%%/Addressbook/Model/List.php %%WWWDIR%%/Addressbook/Model/ContactIdFilter.php @@ -9794,7 +10560,6 @@ %%WWWDIR%%/Addressbook/Frontend/Http.php %%WWWDIR%%/Addressbook/Frontend/Cli.php %%WWWDIR%%/Addressbook/Frontend/CardDAV.php -%%WWWDIR%%/Addressbook/Export/definitions/adb_fritzbox.xml %%WWWDIR%%/Addressbook/Export/definitions/adb_default_xls.xml %%WWWDIR%%/Addressbook/Export/definitions/adb_default_ods.xml %%WWWDIR%%/Addressbook/Export/Xls.php @@ -9833,27 +10598,45 @@ %%WWWDIR%%/ActiveSync/translations/zh_TW.mo %%WWWDIR%%/ActiveSync/translations/zh_CN.po %%WWWDIR%%/ActiveSync/translations/zh_CN.mo +%%WWWDIR%%/ActiveSync/translations/vi.po +%%WWWDIR%%/ActiveSync/translations/vi.mo +%%WWWDIR%%/ActiveSync/translations/tr_TR.po +%%WWWDIR%%/ActiveSync/translations/tr_TR.mo %%WWWDIR%%/ActiveSync/translations/tr.po %%WWWDIR%%/ActiveSync/translations/tr.mo %%WWWDIR%%/ActiveSync/translations/template.pot %%WWWDIR%%/ActiveSync/translations/sv_SE.po %%WWWDIR%%/ActiveSync/translations/sv_SE.mo +%%WWWDIR%%/ActiveSync/translations/sk.po +%%WWWDIR%%/ActiveSync/translations/sk.mo %%WWWDIR%%/ActiveSync/translations/ru.po %%WWWDIR%%/ActiveSync/translations/ru.mo +%%WWWDIR%%/ActiveSync/translations/pt_BR.po +%%WWWDIR%%/ActiveSync/translations/pt_BR.mo %%WWWDIR%%/ActiveSync/translations/pl.po %%WWWDIR%%/ActiveSync/translations/pl.mo +%%WWWDIR%%/ActiveSync/translations/nl_NL.po +%%WWWDIR%%/ActiveSync/translations/nl_NL.mo %%WWWDIR%%/ActiveSync/translations/nb.po %%WWWDIR%%/ActiveSync/translations/nb.mo +%%WWWDIR%%/ActiveSync/translations/lt.po +%%WWWDIR%%/ActiveSync/translations/lt.mo %%WWWDIR%%/ActiveSync/translations/ja.po %%WWWDIR%%/ActiveSync/translations/ja.mo %%WWWDIR%%/ActiveSync/translations/it.po %%WWWDIR%%/ActiveSync/translations/it.mo %%WWWDIR%%/ActiveSync/translations/hu.po %%WWWDIR%%/ActiveSync/translations/hu.mo +%%WWWDIR%%/ActiveSync/translations/hr_HR.po +%%WWWDIR%%/ActiveSync/translations/hr_HR.mo %%WWWDIR%%/ActiveSync/translations/fr.po %%WWWDIR%%/ActiveSync/translations/fr.mo %%WWWDIR%%/ActiveSync/translations/fi.po %%WWWDIR%%/ActiveSync/translations/fi.mo +%%WWWDIR%%/ActiveSync/translations/fa_IR.po +%%WWWDIR%%/ActiveSync/translations/fa_IR.mo +%%WWWDIR%%/ActiveSync/translations/et.po +%%WWWDIR%%/ActiveSync/translations/et.mo %%WWWDIR%%/ActiveSync/translations/es_MX.po %%WWWDIR%%/ActiveSync/translations/es_MX.mo %%WWWDIR%%/ActiveSync/translations/es.po @@ -9862,6 +10645,8 @@ %%WWWDIR%%/ActiveSync/translations/en.mo %%WWWDIR%%/ActiveSync/translations/de.po %%WWWDIR%%/ActiveSync/translations/de.mo +%%WWWDIR%%/ActiveSync/translations/da.po +%%WWWDIR%%/ActiveSync/translations/da.mo %%WWWDIR%%/ActiveSync/translations/cs.po %%WWWDIR%%/ActiveSync/translations/cs.mo %%WWWDIR%%/ActiveSync/translations/ca.po @@ -9872,22 +10657,42 @@ %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-zh_TW-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-zh_CN.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-zh_CN-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-vi.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-vi-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-tr_TR.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-tr_TR-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-sv_SE.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-sv_SE-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-sk.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-sk-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ru.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ru-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-pt_BR.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-pt_BR-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-pl.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-pl-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-nl_NL.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-nl_NL-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-nb.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-nb-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-lt.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-lt-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ja.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ja-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-it.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-it-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-hu.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-hu-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-hr_HR.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-hr_HR-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-fr.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-fr-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-fi.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-fi-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-fa_IR.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-fa_IR-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-et.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-et-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-es_MX.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-es_MX-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-es.js @@ -9896,6 +10701,8 @@ %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-en-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-de.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-de-debug.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-da.js +%%WWWDIR%%/ActiveSync/js/ActiveSync-lang-da-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-cs.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-cs-debug.js %%WWWDIR%%/ActiveSync/js/ActiveSync-lang-ca.js @@ -9911,6 +10718,7 @@ %%WWWDIR%%/ActiveSync/TimezoneNotFoundException.php %%WWWDIR%%/ActiveSync/TimezoneConverter.php %%WWWDIR%%/ActiveSync/Setup/setup.xml +%%WWWDIR%%/ActiveSync/Setup/Update/Release6.php %%WWWDIR%%/ActiveSync/Setup/Update/Release5.php %%WWWDIR%%/ActiveSync/Setup/Update/Release4.php %%WWWDIR%%/ActiveSync/Setup/Update/Release3.php @@ -9919,28 +10727,20 @@ %%WWWDIR%%/ActiveSync/Setup/Initialize.php %%WWWDIR%%/ActiveSync/Server/Http.php %%WWWDIR%%/ActiveSync/Preference.php -%%WWWDIR%%/ActiveSync/Model/SyncState.php -%%WWWDIR%%/ActiveSync/Model/FolderFilter.php -%%WWWDIR%%/ActiveSync/Model/Folder.php +%%WWWDIR%%/ActiveSync/Model/Policy.php %%WWWDIR%%/ActiveSync/Model/DeviceFilter.php %%WWWDIR%%/ActiveSync/Model/Device.php -%%WWWDIR%%/ActiveSync/Model/ContentStateFilter.php -%%WWWDIR%%/ActiveSync/Model/ContentState.php -%%WWWDIR%%/ActiveSync/LICENSE %%WWWDIR%%/ActiveSync/Frontend/Json.php -%%WWWDIR%%/ActiveSync/Exception/SyncStateNotFound.php -%%WWWDIR%%/ActiveSync/Exception/ProvisioningNeeded.php -%%WWWDIR%%/ActiveSync/Exception/PolicyKeyMissing.php -%%WWWDIR%%/ActiveSync/Exception/FolderNotFound.php %%WWWDIR%%/ActiveSync/Exception.php %%WWWDIR%%/ActiveSync/Controller/Tasks.php -%%WWWDIR%%/ActiveSync/Controller/Interface.php %%WWWDIR%%/ActiveSync/Controller/Email.php %%WWWDIR%%/ActiveSync/Controller/Device.php %%WWWDIR%%/ActiveSync/Controller/Contacts.php %%WWWDIR%%/ActiveSync/Controller/Calendar.php %%WWWDIR%%/ActiveSync/Controller/Abstract.php %%WWWDIR%%/ActiveSync/Controller.php +%%WWWDIR%%/ActiveSync/Config.php +%%WWWDIR%%/ActiveSync/Backend/Policy.php %%WWWDIR%%/ActiveSync/Backend/Device.php %%WWWDIR%%/ActiveSync/ActiveSync.jsb2 @dirrm %%WWWDIR%%/styles/images/tine20/window @@ -10384,66 +11184,77 @@ @dirrm %%WWWDIR%%/library/Zend/Acl/Assert @dirrm %%WWWDIR%%/library/Zend/Acl @dirrm %%WWWDIR%%/library/Zend -@dirrm %%WWWDIR%%/library/Syncope/tests/Syncope/Data -@dirrm %%WWWDIR%%/library/Syncope/tests/Syncope/Command -@dirrm %%WWWDIR%%/library/Syncope/tests/Syncope/Backend -@dirrm %%WWWDIR%%/library/Syncope/tests/Syncope -@dirrm %%WWWDIR%%/library/Syncope/tests -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Validate/Sitemap -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Validate/Hostname -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Validate/File -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Validate/Db -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Validate/Barcode -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Validate -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Uri -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Log/Writer -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Log/Formatter -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Log/Filter -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Log -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Loader/PluginLoader -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Loader/Autoloader -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Loader -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Json -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Select -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Rowset -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Table/Row -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Table -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Sqlsrv -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Pdo -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Oracle -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Mysqli -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement/Db2 -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Statement -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Select -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Profiler -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Sqlsrv -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo/Ibm -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Pdo -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Oracle -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Mysqli -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter/Db2 -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db/Adapter -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Db -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Controller/Request -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Controller -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Config/Writer -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend/Config -@dirrm %%WWWDIR%%/library/Syncope/lib/Zend -@dirrm %%WWWDIR%%/library/Syncope/lib/Wbxml/Exception -@dirrm %%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Syncml -@dirrm %%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/Exception -@dirrm %%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd/ActiveSync -@dirrm %%WWWDIR%%/library/Syncope/lib/Wbxml/Dtd -@dirrm %%WWWDIR%%/library/Syncope/lib/Wbxml -@dirrm %%WWWDIR%%/library/Syncope/lib/Syncope/Model -@dirrm %%WWWDIR%%/library/Syncope/lib/Syncope/Exception -@dirrm %%WWWDIR%%/library/Syncope/lib/Syncope/Data -@dirrm %%WWWDIR%%/library/Syncope/lib/Syncope/Command -@dirrm %%WWWDIR%%/library/Syncope/lib/Syncope/Backend -@dirrm %%WWWDIR%%/library/Syncope/lib/Syncope -@dirrm %%WWWDIR%%/library/Syncope/lib -@dirrm %%WWWDIR%%/library/Syncope/docs -@dirrm %%WWWDIR%%/library/Syncope +@dirrm %%WWWDIR%%/library/TimeZoneConvert/tests/TimeZoneConvert +@dirrm %%WWWDIR%%/library/TimeZoneConvert/tests +@dirrm %%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert/VTimeZone +@dirrm %%WWWDIR%%/library/TimeZoneConvert/lib/TimeZoneConvert +@dirrm %%WWWDIR%%/library/TimeZoneConvert/lib +@dirrm %%WWWDIR%%/library/TimeZoneConvert +@dirrm %%WWWDIR%%/library/Syncroton/tests/files +@dirrm %%WWWDIR%%/library/Syncroton/tests/Syncroton/Wbxml/files +@dirrm %%WWWDIR%%/library/Syncroton/tests/Syncroton/Wbxml +@dirrm %%WWWDIR%%/library/Syncroton/tests/Syncroton/Model +@dirrm %%WWWDIR%%/library/Syncroton/tests/Syncroton/Data +@dirrm %%WWWDIR%%/library/Syncroton/tests/Syncroton/Command +@dirrm %%WWWDIR%%/library/Syncroton/tests/Syncroton/Backend +@dirrm %%WWWDIR%%/library/Syncroton/tests/Syncroton +@dirrm %%WWWDIR%%/library/Syncroton/tests +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Sitemap +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Hostname +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Validate/File +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Db +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Validate/Barcode +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Validate +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Uri +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Log/Writer +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Log/Formatter +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Log/Filter +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Log +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Loader/PluginLoader +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Loader/Autoloader +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Loader +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Json +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Select +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Rowset +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table/Row +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Table +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Sqlsrv +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Pdo +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Oracle +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Mysqli +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement/Db2 +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Statement +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Select +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Profiler +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Sqlsrv +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo/Ibm +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Pdo +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Oracle +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Mysqli +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter/Db2 +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db/Adapter +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Db +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Controller/Request +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Controller +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Config/Writer +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend/Config +@dirrm %%WWWDIR%%/library/Syncroton/lib/Zend +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Exception +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Syncml +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/Exception +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd/ActiveSync +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml/Dtd +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Wbxml +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Model +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception/Status +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Exception +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Data +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Command +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton/Backend +@dirrm %%WWWDIR%%/library/Syncroton/lib/Syncroton +@dirrm %%WWWDIR%%/library/Syncroton/lib +@dirrm %%WWWDIR%%/library/Syncroton/docs +@dirrm %%WWWDIR%%/library/Syncroton @dirrm %%WWWDIR%%/library/StreamFilter @dirrm %%WWWDIR%%/library/Sabre/VObject/Property @dirrm %%WWWDIR%%/library/Sabre/VObject/Element @@ -10476,6 +11287,7 @@ @dirrm %%WWWDIR%%/library/Sabre/CalDAV/Backend @dirrm %%WWWDIR%%/library/Sabre/CalDAV @dirrm %%WWWDIR%%/library/Sabre +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/tr @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/sv @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/ru @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/pt/br @@ -10494,17 +11306,22 @@ @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/da @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/locale/cs @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/locale +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/PDF @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/Excel5 @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer/Excel2007 @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Writer @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet/Drawing +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet/AutoFilter/Column +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet/AutoFilter @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Worksheet @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Style @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/trend +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/PCLZip @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/OLE/PPS @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/OLE @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/utils @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/tests +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA/examples @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/JAMA @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer/BSE @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared/Escher/DggContainer/BstoreContainer @@ -10515,8 +11332,12 @@ @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Shared @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/RichText @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Excel5 +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader/Excel2007 @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Reader +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Chart/Renderer +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Chart @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Cell +@dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation/Token @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/Calculation @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel/CachedObjectStorage @dirrm %%WWWDIR%%/library/PHPExcel/PHPExcel @@ -10641,6 +11462,8 @@ @dirrm %%WWWDIR%%/library/ExtJS/adapter/ext @dirrm %%WWWDIR%%/library/ExtJS/adapter @dirrm %%WWWDIR%%/library/ExtJS +@dirrm %%WWWDIR%%/library/CryptoJS +@dirrm %%WWWDIR%%/library/Console @dirrm %%WWWDIR%%/library/Ajam @dirrm %%WWWDIR%%/library @dirrm %%WWWDIR%%/images/scalable @@ -10676,7 +11499,10 @@ @dirrm %%WWWDIR%%/images/oxygen/16x16 @dirrm %%WWWDIR%%/images/oxygen @dirrm %%WWWDIR%%/images +@dirrm %%WWWDIR%%/docs @dirrm %%WWWDIR%%/Zend/Validate +@dirrm %%WWWDIR%%/Zend/Translate/Adapter +@dirrm %%WWWDIR%%/Zend/Translate @dirrm %%WWWDIR%%/Zend/Session/Validator @dirrm %%WWWDIR%%/Zend/Session @dirrm %%WWWDIR%%/Zend/Service/Nominatim @@ -10686,6 +11512,7 @@ @dirrm %%WWWDIR%%/Zend/Scheduler @dirrm %%WWWDIR%%/Zend/Queue/Adapter @dirrm %%WWWDIR%%/Zend/Queue +@dirrm %%WWWDIR%%/Zend/Pdf @dirrm %%WWWDIR%%/Zend/OpenId @dirrm %%WWWDIR%%/Zend/Mime @dirrm %%WWWDIR%%/Zend/Mail/Transport @@ -10695,6 +11522,7 @@ @dirrm %%WWWDIR%%/Zend/Json @dirrm %%WWWDIR%%/Zend/Http @dirrm %%WWWDIR%%/Zend/Filter +@dirrm %%WWWDIR%%/Zend/Db/Table @dirrm %%WWWDIR%%/Zend/Db/Adapter @dirrm %%WWWDIR%%/Zend/Db @dirrm %%WWWDIR%%/Zend/Cache/Backend @@ -10728,11 +11556,13 @@ @dirrm %%WWWDIR%%/Tinebase/Setup/Update @dirrm %%WWWDIR%%/Tinebase/Setup/Import/Egw14 @dirrm %%WWWDIR%%/Tinebase/Setup/Import +@dirrm %%WWWDIR%%/Tinebase/Setup/DemoData @dirrm %%WWWDIR%%/Tinebase/Setup @dirrm %%WWWDIR%%/Tinebase/Server @dirrm %%WWWDIR%%/Tinebase/Scheduler @dirrm %%WWWDIR%%/Tinebase/Relation/Backend @dirrm %%WWWDIR%%/Tinebase/Relation +@dirrm %%WWWDIR%%/Tinebase/Redis @dirrm %%WWWDIR%%/Tinebase/Record/Event @dirrm %%WWWDIR%%/Tinebase/Record @dirrm %%WWWDIR%%/Tinebase/Preference @@ -10747,6 +11577,7 @@ @dirrm %%WWWDIR%%/Tinebase/Model/Tree/Node @dirrm %%WWWDIR%%/Tinebase/Model/Tree @dirrm %%WWWDIR%%/Tinebase/Model/OpenId +@dirrm %%WWWDIR%%/Tinebase/Model/InputFilter @dirrm %%WWWDIR%%/Tinebase/Model/Filter @dirrm %%WWWDIR%%/Tinebase/Model/CustomField @dirrm %%WWWDIR%%/Tinebase/Model @@ -10759,6 +11590,7 @@ @dirrm %%WWWDIR%%/Tinebase/Group/Interface @dirrm %%WWWDIR%%/Tinebase/Group/Event @dirrm %%WWWDIR%%/Tinebase/Group +@dirrm %%WWWDIR%%/Tinebase/Frontend/WebDAV @dirrm %%WWWDIR%%/Tinebase/Frontend/Json @dirrm %%WWWDIR%%/Tinebase/Frontend/Http @dirrm %%WWWDIR%%/Tinebase/Frontend/Cli @@ -10796,6 +11628,8 @@ @dirrm %%WWWDIR%%/Tinebase/Auth/CredentialCache/Adapter @dirrm %%WWWDIR%%/Tinebase/Auth/CredentialCache @dirrm %%WWWDIR%%/Tinebase/Auth +@dirrm %%WWWDIR%%/Tinebase/ActionQueue/Backend +@dirrm %%WWWDIR%%/Tinebase/ActionQueue @dirrm %%WWWDIR%%/Tinebase/Acl/Rights @dirrm %%WWWDIR%%/Tinebase/Acl @dirrm %%WWWDIR%%/Tinebase @@ -10845,6 +11679,10 @@ @dirrm %%WWWDIR%%/Setup @dirrm %%WWWDIR%%/Sales/translations @dirrm %%WWWDIR%%/Sales/js +@dirrm %%WWWDIR%%/Sales/images/32x32 +@dirrm %%WWWDIR%%/Sales/images/22x22 +@dirrm %%WWWDIR%%/Sales/images/16x16 +@dirrm %%WWWDIR%%/Sales/images @dirrm %%WWWDIR%%/Sales/css @dirrm %%WWWDIR%%/Sales/Setup/Update @dirrm %%WWWDIR%%/Sales/Setup @@ -10871,6 +11709,7 @@ @dirrm %%WWWDIR%%/Filemanager/css @dirrm %%WWWDIR%%/Filemanager/Setup/Update @dirrm %%WWWDIR%%/Filemanager/Setup +@dirrm %%WWWDIR%%/Filemanager/Model @dirrm %%WWWDIR%%/Filemanager/Frontend/WebDAV @dirrm %%WWWDIR%%/Filemanager/Frontend @dirrm %%WWWDIR%%/Filemanager/Exception @@ -10890,6 +11729,7 @@ @dirrm %%WWWDIR%%/Felamimail/Model @dirrm %%WWWDIR%%/Felamimail/HTMLPurifier/AttrTransform @dirrm %%WWWDIR%%/Felamimail/HTMLPurifier +@dirrm %%WWWDIR%%/Felamimail/Frontend/WebDAV @dirrm %%WWWDIR%%/Felamimail/Frontend @dirrm %%WWWDIR%%/Felamimail/Exception @dirrm %%WWWDIR%%/Felamimail/Controller/Message @@ -10983,7 +11823,6 @@ @dirrm %%WWWDIR%%/ActiveSync/Server @dirrm %%WWWDIR%%/ActiveSync/Model @dirrm %%WWWDIR%%/ActiveSync/Frontend -@dirrm %%WWWDIR%%/ActiveSync/Exception @dirrm %%WWWDIR%%/ActiveSync/Controller @dirrm %%WWWDIR%%/ActiveSync/Backend @dirrm %%WWWDIR%%/ActiveSync --- tine20-0.0.2012.10.04.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 13:40: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]) by hub.freebsd.org (Postfix) with ESMTP id 85FB0FD2; Wed, 27 Feb 2013 13:40:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 628D511B; Wed, 27 Feb 2013 13:40:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RDeIsh096070; Wed, 27 Feb 2013 13:40:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RDeI6q096066; Wed, 27 Feb 2013 13:40:18 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 13:40:18 GMT Message-Id: <201302271340.r1RDeI6q096066@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176478: [PATCH] deskutils/tine20: update to 0.0.2012.10.04 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 13:40:18 -0000 Synopsis: [PATCH] deskutils/tine20: update to 0.0.2012.10.04 Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Wed Feb 27 13:40:17 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=176478 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 13:40: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]) by hub.freebsd.org (Postfix) with ESMTP id A18C0FDD; Wed, 27 Feb 2013 13:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7DDB411C; Wed, 27 Feb 2013 13:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RDeKgT096152; Wed, 27 Feb 2013 13:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RDeKeY096148; Wed, 27 Feb 2013 13:40:20 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 13:40:20 GMT Message-Id: <201302271340.r1RDeKeY096148@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, swills@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176478: [PATCH] deskutils/tine20: update to 0.0.2012.10.04 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 13:40:20 -0000 Synopsis: [PATCH] deskutils/tine20: update to 0.0.2012.10.04 Responsible-Changed-From-To: freebsd-ports-bugs->swills Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 13:40:19 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=176478 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 14:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E1876E1 for ; Wed, 27 Feb 2013 14:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B0D24378 for ; Wed, 27 Feb 2013 14:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1REK0t7003905 for ; Wed, 27 Feb 2013 14:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1REK0fT003904; Wed, 27 Feb 2013 14:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 14:20:00 GMT Resent-Message-Id: <201302271420.r1REK0fT003904@freefall.freebsd.org> 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 Chen Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5C90EEF6 for ; Wed, 27 Feb 2013 14:15:03 +0000 (UTC) (envelope-from johnpupu@www.johnpupu.tw) Received: from www.johnpupu.tw (60-199-173-18.static.tfn.net.tw [60.199.173.18]) by mx1.freebsd.org (Postfix) with ESMTP id 2B153336 for ; Wed, 27 Feb 2013 14:15:02 +0000 (UTC) Received: from www.johnpupu.tw (localhost [127.0.0.1]) by www.johnpupu.tw (Postfix) with ESMTP id 1E92C536098 for ; Wed, 27 Feb 2013 22:15:00 +0800 (CST) Received: (from root@localhost) by www.johnpupu.tw (8.14.5/8.14.5/Submit) id r1REF0Gk017718; Wed, 27 Feb 2013 22:15:00 +0800 (CST) (envelope-from johnpupu) Message-Id: <201302271415.r1REF0Gk017718@www.johnpupu.tw> Date: Wed, 27 Feb 2013 22:15:00 +0800 (CST) From: John Chen To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176479: [MAINTAINER] security/pecl-taint: update to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 14:20:00 -0000 >Number: 176479 >Category: ports >Synopsis: [MAINTAINER] security/pecl-taint: update to 1.2.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 14:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Chen >Release: FreeBSD 9.1-RELEASE amd64 >Organization: Watcher >Environment: System: FreeBSD www.johnpupu.tw 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: - Update to 1.2.1 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- pecl-taint-1.2.1.patch begins here --- diff -ruN --exclude=CVS ../pecl-taint.orig/Makefile ./Makefile --- ../pecl-taint.orig/Makefile 2012-11-17 14:01:15.000000000 +0800 +++ ./Makefile 2013-02-27 22:12:58.000000000 +0800 @@ -2,7 +2,7 @@ # $FreeBSD: ports/security/pecl-taint/Makefile,v 1.5 2012/11/17 06:01:15 svnexp Exp $ PORTNAME= taint -PORTVERSION= 1.2.0 +PORTVERSION= 1.2.1 CATEGORIES= security MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- diff -ruN --exclude=CVS ../pecl-taint.orig/distinfo ./distinfo --- ../pecl-taint.orig/distinfo 2012-11-08 18:50:29.000000000 +0800 +++ ./distinfo 2013-02-27 22:13:19.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (PECL/taint-1.2.0.tgz) = 32273356e68d37a1603b6ee5d07af1c8542112448a0b14ec4face99a1c0a1db4 -SIZE (PECL/taint-1.2.0.tgz) = 19631 +SHA256 (PECL/taint-1.2.1.tgz) = 82254aa1217e001067fe53c816f3236bbaaf7afe69048a5ad607e88a6c6d2e98 +SIZE (PECL/taint-1.2.1.tgz) = 19677 --- pecl-taint-1.2.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 14: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]) by hub.freebsd.org (Postfix) with ESMTP id 47029113; Wed, 27 Feb 2013 14:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2347D37C; Wed, 27 Feb 2013 14:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1REK8VH004051; Wed, 27 Feb 2013 14:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1REK87f004047; Wed, 27 Feb 2013 14:20:08 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 14:20:08 GMT Message-Id: <201302271420.r1REK87f004047@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176479: [MAINTAINER] security/pecl-taint: update to 1.2.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 14:20:08 -0000 Synopsis: [MAINTAINER] security/pecl-taint: update to 1.2.1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 14:20:07 UTC 2013 Responsible-Changed-Why: miwi@ wants this port PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176479 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 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]) by hub.freebsd.org (Postfix) with ESMTP id A4FC6C38 for ; Wed, 27 Feb 2013 14:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 88612795 for ; Wed, 27 Feb 2013 14:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1REo09i008863 for ; Wed, 27 Feb 2013 14:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1REo034008862; Wed, 27 Feb 2013 14:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 14:50:00 GMT Resent-Message-Id: <201302271450.r1REo034008862@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Chi-Hung Chang Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5CB49BB4 for ; Wed, 27 Feb 2013 14:46:35 +0000 (UTC) (envelope-from dachichang@kkbox.com) Received: from kkbox.com (ip-203-69-67-167.kkcube.com [203.69.67.167]) by mx1.freebsd.org (Postfix) with ESMTP id 0016274A for ; Wed, 27 Feb 2013 14:46:34 +0000 (UTC) Received: by goingmarry.kkbox.com (Postfix, from userid 1031) id 61CCE7501B2; Wed, 27 Feb 2013 22:46:27 +0800 (CST) Message-Id: <20130227144627.61CCE7501B2@goingmarry.kkbox.com> Date: Wed, 27 Feb 2013 22:46:27 +0800 (CST) From: Chi-Hung Chang To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176480: [NEW PORT] x11-wm/compton: Compton is a compositor for X X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Chi-Hung Chang List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 14:50:00 -0000 >Number: 176480 >Category: ports >Synopsis: [NEW PORT] x11-wm/compton: Compton is a compositor for 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: Wed Feb 27 14:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Chi-Hung Chang >Release: FreeBSD 9.1-RC1 amd64 >Organization: >Environment: System: FreeBSD goingmarry 9.1-RC1 FreeBSD 9.1-RC1 #0: Tue Aug 14 04:25:06 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Compton is a compositor for X, and a fork of xcompmgr-dana. WWW: https://github.com/chjj/compton/ >How-To-Repeat: >Fix: --- compton.diff begins here --- Index: x11-wm/Makefile =================================================================== --- x11-wm/Makefile (revision 308183) +++ x11-wm/Makefile (working copy) @@ -25,6 +25,7 @@ SUBDIR += compiz-plugins-unsupported SUBDIR += compizconfig-backend-gconf SUBDIR += compizconfig-python + SUBDIR += compton SUBDIR += ctwm SUBDIR += devilspie SUBDIR += dwm Index: x11-wm/compton/Makefile =================================================================== --- x11-wm/compton/Makefile (revision 0) +++ x11-wm/compton/Makefile (working copy) @@ -0,0 +1,63 @@ +# $FreeBSD$ +# + +PORTNAME= compton +PORTVERSION= 20130206 +CATEGORIES= x11-wm +MASTER_SITES= https://github.com/${GITHUB_USER}/${PORTNAME}/tarball/${GITVERSION}/ +DISTNAME= ${GITHUB_USER}-${PORTNAME}-${GITVERSION} + +MAINTAINER= femc7488@gmail.com +COMMENT= A compositor for X11 + +BUILD_DEPENDS= asciidoc:${PORTSDIR}/textproc/asciidoc \ + docbook-xml=4.5:${PORTSDIR}/textproc/docbook-xml-450 +LIB_DEPENDS= config:${PORTSDIR}/devel/libconfig \ + pcre:${PORTSDIR}/devel/pcre + +USE_XORG= x11 xcomposite xfixes xdamage xrender xext xrandr +USE_GMAKE= yes +USE_PKGCONFIG= yes + +MAKE_ARGS= COMPTON_VERSION=git-${GITVERSION}-fbsd +ALL_TARGET= compton + +FETCH_ARGS= -pRr +GITHUB_USER= chjj +GITVERSION= 2182505 + +.if !defined(NOPORTDOCS) +PORTDOCS= README.md compton.sample.conf cdbus-driver.sh +MAN1= compton.1 compton-trans.1 +MAKE_ARGS+= DOCDIR=${DOCSDIR} \ + MANDIR=${MANPREFIX}/man/man1 +.endif + +OPTIONS_DEFINE= DRM OPENGL DBUS +OPTIONS_DEFAULT=DRM OPENGL + +DRM_DESC= DRM Vsync Support +OPENGL_DESC= OpenGL Vsync Support +DBUS_DESC= D-Bus Support + +.include + +.if ${PORT_OPTIONS:MDRM} +LIB_DEPENDS+= drm:${PORTSDIR}/graphics/libdrm +.else +MAKE_ARGS+= NO_VSYNC_DRM=yes +.endif + +.if ${PORT_OPTIONS:MOPENGL} +USE_GL= gl +.else +MAKE_ARGS+= NO_VSYNC_OPENGL=yes +.endif + +.if ${PORT_OPTIONS:MDBUS} +LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus +.else +MAKE_ARGS+= NO_DBUS=yes +.endif + +.include Index: x11-wm/compton/distinfo =================================================================== --- x11-wm/compton/distinfo (revision 0) +++ x11-wm/compton/distinfo (working copy) @@ -0,0 +1,2 @@ +SHA256 (chjj-compton-2182505.tar.gz) = cf022e0825555fdf82046a0534b2f6f5463c3ab6285b03ea3c647dd55950d916 +SIZE (chjj-compton-2182505.tar.gz) = 107968 Index: x11-wm/compton/files/patch-c2.h =================================================================== --- x11-wm/compton/files/patch-c2.h (revision 0) +++ x11-wm/compton/files/patch-c2.h (working copy) @@ -0,0 +1,15 @@ +--- src/c2.h.orig 2013-02-06 01:40:34.000000000 +0800 ++++ src/c2.h 2013-02-06 01:40:53.000000000 +0800 +@@ -35,10 +35,8 @@ + /// Pointer to a condition tree. + typedef struct { + bool isbranch : 1; +- union { +- c2_b_t *b; +- c2_l_t *l; +- }; ++ c2_b_t *b; ++ c2_l_t *l; + } c2_ptr_t; + + /// Initializer for c2_ptr_t. Index: x11-wm/compton/pkg-descr =================================================================== --- x11-wm/compton/pkg-descr (revision 0) +++ x11-wm/compton/pkg-descr (working copy) @@ -0,0 +1,11 @@ +Compton is a compositor for X, and a fork of xcompmgr-dana. + +I was frustrated by the low amount of standalone lightweight compositors. +Compton was forked from Dana Jansens' fork of xcompmgr and refactored. +I fixed whatever bug I found, and added features I wanted. +Things seem stable, but don't quote me on it. +I will most likely be actively working on this until I get the features I want. +This is also a learning experience for me. +That is, I'm partially doing this out of a desire to learn Xlib. + +WWW: https://github.com/chjj/compton Index: x11-wm/compton/pkg-plist =================================================================== --- x11-wm/compton/pkg-plist (revision 0) +++ x11-wm/compton/pkg-plist (working copy) @@ -0,0 +1,3 @@ +@comment $FreeBSD$ +bin/compton +bin/compton-trans --- compton.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 14:53:39 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AE693DA5; Wed, 27 Feb 2013 14:53:39 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 86F6B7DA; Wed, 27 Feb 2013 14:53:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RErdUK010741; Wed, 27 Feb 2013 14:53:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RErd7p010735; Wed, 27 Feb 2013 14:53:39 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 14:53:39 GMT Message-Id: <201302271453.r1RErd7p010735@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, crees@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176475: rewritten mail/sympa startup script to make it freebsd compatible X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 14:53:39 -0000 Synopsis: rewritten mail/sympa startup script to make it freebsd compatible Responsible-Changed-From-To: freebsd-ports-bugs->crees Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 14:53:39 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176475 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 16:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 421B4620 for ; Wed, 27 Feb 2013 16:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B71D1B69 for ; Wed, 27 Feb 2013 16:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RGA08P023809 for ; Wed, 27 Feb 2013 16:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RGA0YE023808; Wed, 27 Feb 2013 16:10:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 16:10:00 GMT Resent-Message-Id: <201302271610.r1RGA0YE023808@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, David Naylor Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CEB792F8 for ; Wed, 27 Feb 2013 16:01:30 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id B6BA3AF2 for ; Wed, 27 Feb 2013 16:01:30 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1RG1UCE053592 for ; Wed, 27 Feb 2013 16:01:30 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1RG1Ukj053580; Wed, 27 Feb 2013 16:01:30 GMT (envelope-from nobody) Message-Id: <201302271601.r1RG1Ukj053580@red.freebsd.org> Date: Wed, 27 Feb 2013 16:01:30 GMT From: David Naylor To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176481: pam(3) does not search /usr/local/lib for modules X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 16:10:01 -0000 >Number: 176481 >Category: ports >Synopsis: pam(3) does not search /usr/local/lib for modules >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 16:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: David Naylor >Release: >Organization: >Environment: FreeBSD dragon.dg 9.1-RELEASE FreeBSD 9.1-RELEASE #0: Sat Jan 19 10:13:56 SAST 2013 root@dragon.dg:/tmp/home/freebsd/9.1/src/sys/MODULAR amd64 >Description: pam(3) only searches `/usr/lib` for modules however any ports install pam modules (for example pefs) which install pam modules in `/usr/local/lib`. >How-To-Repeat: Install sysutils/pefs-kmod and add """ auth sufficient pam_pefs.so try_first_pass """ to /etc/pam.d/system Normally this will not interfer in a setup however since pam_pefs.so cannot be found it does not permit any login >Fix: Instead of about pam line use: """ auth sufficient /usr/local/lib/pam_pefs.so try_first_pass """ to /etc/pam.d/system >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 16:24: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]) by hub.freebsd.org (Postfix) with ESMTP id 4C844C6E; Wed, 27 Feb 2013 16:24:25 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 20F70D04; Wed, 27 Feb 2013 16:24:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RGOP0E027902; Wed, 27 Feb 2013 16:24:25 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RGOOYM027898; Wed, 27 Feb 2013 16:24:24 GMT (envelope-from pawel) Date: Wed, 27 Feb 2013 16:24:24 GMT Message-Id: <201302271624.r1RGOOYM027898@freefall.freebsd.org> To: delgod@portaone.com, magyarimiki@gmail.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/172147: sysutils/isomd5sum build fails with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 16:24:25 -0000 Synopsis: sysutils/isomd5sum build fails with clang State-Changed-From-To: feedback->closed State-Changed-By: pawel State-Changed-When: Wed Feb 27 16:24:24 UTC 2013 State-Changed-Why: Fixed by ports/175322 http://www.freebsd.org/cgi/query-pr.cgi?pr=172147 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 18: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]) by hub.freebsd.org (Postfix) with ESMTP id B955430C for ; Wed, 27 Feb 2013 18:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9B6C07D5 for ; Wed, 27 Feb 2013 18:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RIo1rE052625 for ; Wed, 27 Feb 2013 18:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RIo1oR052620; Wed, 27 Feb 2013 18:50:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 18:50:01 GMT Resent-Message-Id: <201302271850.r1RIo1oR052620@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C93E7BA; Wed, 27 Feb 2013 18:43:13 +0000 (UTC) (envelope-from feld@feld.me) Received: from feld.me (unknown [IPv6:2607:f4e0:100:300::2]) by mx1.freebsd.org (Postfix) with ESMTP id A8B1C764; Wed, 27 Feb 2013 18:43:13 +0000 (UTC) Received: from feld by feld.me with local (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UAlyC-0002MW-Pu; Wed, 27 Feb 2013 12:43:12 -0600 Message-Id: Date: Wed, 27 Feb 2013 12:43:12 -0600 From: Mark Felder To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176483: [PATCH] security/pecl-ssh2: update to 0.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 18:50:01 -0000 >Number: 176483 >Category: ports >Synopsis: [PATCH] security/pecl-ssh2: update to 0.12 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 18:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: feld >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD mwi1.coffeenet.org 9.1-RELEASE FreeBSD 9.1-RELEASE #6 r243808: Mon Dec 3 07:51:34 >Description: - Update to 0.12 - Update Makefile header - Replace patch with REINPLACE Removed file(s): - files/patch-config.m4 Port maintainer (miwi@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: suffix) >How-To-Repeat: >Fix: --- pecl-ssh2-0.12.patch begins here --- diff -ruN --exclude=CVS ../pecl-ssh2.orig/Makefile ./Makefile --- ../pecl-ssh2.orig/Makefile 2012-11-17 00:01:15.000000000 -0600 +++ ./Makefile 2013-02-27 12:37:20.000000000 -0600 @@ -1,12 +1,8 @@ -# New ports collection makefile for: pecl-ssh2 -# Date created: 20050407 -# Whom: Alexander Leidinger -# +# Created by: Alexander Leidinger # $FreeBSD: ports/security/pecl-ssh2/Makefile,v 1.10 2012/11/17 06:01:15 svnexp Exp $ -# PORTNAME= ssh2 -PORTVERSION= 0.11.3 +PORTVERSION= 0.12 CATEGORIES= security pear MASTER_SITES= http://pecl.php.net/get/ PKGNAMEPREFIX= pecl- @@ -25,4 +21,9 @@ CONFIGURE_ARGS= --with-ssh2 -.include +.include + +post-patch: + @${REINPLACE_CMD} -e 's|\$$SSH2_DIR/lib|\$$SSH2_DIR/\$$PHP_LIBDIR|g' ${WRKSRC}/config.m4 + +.include diff -ruN --exclude=CVS ../pecl-ssh2.orig/distinfo ./distinfo --- ../pecl-ssh2.orig/distinfo 2011-10-23 07:47:46.000000000 -0500 +++ ./distinfo 2013-02-27 11:56:29.000000000 -0600 @@ -1,2 +1,2 @@ -SHA256 (ssh2-0.11.3.tgz) = b2518e101a53fd7940e49bb36a9b9559cbbfda946ebe5bb62e220d4ce132bf33 -SIZE (ssh2-0.11.3.tgz) = 23062 +SHA256 (ssh2-0.12.tgz) = 600c82d2393acf3642f19914f06a7afea57ee05cb8c10e8a5510b32188b97f99 +SIZE (ssh2-0.12.tgz) = 26223 diff -ruN --exclude=CVS ../pecl-ssh2.orig/files/patch-config.m4 ./files/patch-config.m4 --- ../pecl-ssh2.orig/files/patch-config.m4 2007-08-12 01:23:01.000000000 -0500 +++ ./files/patch-config.m4 1969-12-31 18:00:00.000000000 -0600 @@ -1,53 +0,0 @@ ---- config.m4 2006-03-15 03:10:23.000000000 +0100 -+++ config.m4.oden 2007-08-07 17:00:07.000000000 +0200 -@@ -31,12 +31,12 @@ - - PHP_CHECK_LIBRARY($LIBNAME,$LIBSYMBOL, - [ -- PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $SSH2_DIR/lib, SSH2_SHARED_LIBADD) -+ PHP_ADD_LIBRARY_WITH_PATH($LIBNAME, $SSH2_DIR/$PHP_LIBDIR, SSH2_SHARED_LIBADD) - AC_DEFINE(HAVE_SSH2LIB,1,[Have libssh2]) - ],[ - AC_MSG_ERROR([libssh2 version >= 0.4 not found]) - ],[ -- -L$SSH2_DIR/lib -lm -+ -L$SSH2_DIR/$PHP_LIBDIR -lm - ]) - - PHP_CHECK_LIBRARY($LIBNAME,libssh2_channel_forward_listen_ex, -@@ -45,7 +45,7 @@ - ],[ - AC_MSG_WARN([libssh2 <= 0.4, remote forwarding not enabled]) - ],[ -- -L$SSH2_DIR/lib -lm -+ -L$SSH2_DIR/$PHP_LIBDIR -lm - ]) - - PHP_CHECK_LIBRARY($LIBNAME,libssh2_userauth_hostbased_fromfile_ex, -@@ -54,7 +54,7 @@ - ],[ - AC_MSG_WARN([libssh2 <= 0.6, hostbased authentication not enabled]) - ],[ -- -L$SSH2_DIR/lib -lm -+ -L$SSH2_DIR/$PHP_LIBDIR -lm - ]) - - PHP_CHECK_LIBRARY($LIBNAME,libssh2_poll, -@@ -63,7 +63,7 @@ - ],[ - AC_MSG_WARN([libssh2 <= 0.7, poll support not enabled]) - ],[ -- -L$SSH2_DIR/lib -lm -+ -L$SSH2_DIR/$PHP_LIBDIR -lm - ]) - - PHP_CHECK_LIBRARY($LIBNAME,libssh2_publickey_init, -@@ -72,7 +72,7 @@ - ],[ - AC_MSG_WARN([libssh2 <= 0.11, publickey subsystem support not enabled]) - ],[ -- -L$SSH2_DIR/lib -lm -+ -L$SSH2_DIR/$PHP_LIBDIR -lm - ]) - - PHP_SUBST(SSH2_SHARED_LIBADD) --- pecl-ssh2-0.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 18: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]) by hub.freebsd.org (Postfix) with ESMTP id 33608343; Wed, 27 Feb 2013 18:50:10 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0EF4B7DA; Wed, 27 Feb 2013 18:50:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RIo9aA052708; Wed, 27 Feb 2013 18:50:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RIo9cx052704; Wed, 27 Feb 2013 18:50:09 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 18:50:09 GMT Message-Id: <201302271850.r1RIo9cx052704@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176483: [PATCH] security/pecl-ssh2: update to 0.12 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 18:50:10 -0000 Synopsis: [PATCH] security/pecl-ssh2: update to 0.12 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 18: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=176483 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 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]) by hub.freebsd.org (Postfix) with ESMTP id D137794D for ; Wed, 27 Feb 2013 19:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B3AAA916 for ; Wed, 27 Feb 2013 19:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RJK1f3058646 for ; Wed, 27 Feb 2013 19:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RJK1RR058645; Wed, 27 Feb 2013 19:20:01 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 19:20:01 GMT Resent-Message-Id: <201302271920.r1RJK1RR058645@freefall.freebsd.org> 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 Carlson Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 98860899 for ; Wed, 27 Feb 2013 19:11:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 87AF98B7 for ; Wed, 27 Feb 2013 19:11:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1RJBn2N077617 for ; Wed, 27 Feb 2013 19:11:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1RJBnhH077610; Wed, 27 Feb 2013 19:11:49 GMT (envelope-from nobody) Message-Id: <201302271911.r1RJBnhH077610@red.freebsd.org> Date: Wed, 27 Feb 2013 19:11:49 GMT From: Mike Carlson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176485: x11/xsel-conrad build error with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 19:20:01 -0000 >Number: 176485 >Category: ports >Synopsis: x11/xsel-conrad build error with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 19:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Mike Carlson >Release: 9.1-RELEASE >Organization: Bay Photo Lab >Environment: FreeBSD pkg-server 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: port x11/xsel-conrad fails to build with clang: # make ===> License xsel-conrad accepted by the user ===> xsel-conrad-1.2.0 depends on file: /usr/local/sbin/pkg - found ===> Extracting for xsel-conrad-1.2.0 => SHA256 Checksum OK for xsel-1.2.0.tar.gz. ===> Patching for xsel-conrad-1.2.0 ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/sm.pc - found ===> Configuring for xsel-conrad-1.2.0 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking for gcc... clang checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether clang accepts -g... yes checking for clang option to accept ISO C89... none needed checking dependency style of clang... gcc3 checking for library containing strerror... none required checking for gcc... (cached) clang checking whether we are using the GNU C compiler... (cached) yes checking whether clang accepts -g... (cached) yes checking for clang option to accept ISO C89... (cached) none needed checking dependency style of clang... (cached) gcc3 checking how to run the C preprocessor... clang-cpp checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether make sets $(MAKE)... (cached) yes checking for X... libraries /usr/local/lib, headers /usr/local/include checking whether -R must be followed by a space... neither works checking for gethostbyname... yes checking for connect... yes checking for remove... yes checking for shmat... yes checking for IceConnectionNumber in -lICE... yes checking for XOpenDisplay in -lX11... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... no checking for pid_t... yes checking for size_t... yes checking for struct stat.st_blksize... yes checking whether time.h and sys/time.h may both be included... yes checking for uid_t in sys/types.h... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... no checking for working fork... yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking return type of signal handlers... void checking for dup2... yes checking for select... yes checking for strdup... no checking for strerror... no checking for strtol... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing depfiles commands ===> Building for xsel-conrad-1.2.0 make all-am if clang -DHAVE_CONFIG_H -I. -I. -I. -O2 -pipe -I/usr/local/include -fno-strict-aliasing -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fno-strict-aliasing -Wall -Werror -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -MT xsel.o -MD -MP -MF ".deps/xsel.Tpo" -c -o xsel.o xsel.c; then mv -f ".deps/xsel.Tpo" ".deps/xsel.Po"; else rm -f ".deps/xsel.Tpo"; exit 1; fi clang -O2 -pipe -I/usr/local/include -fno-strict-aliasing -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fno-strict-aliasing -Wall -Werror -g -std=gnu99 -Wdeclaration-after-statement -Wno-unused -L/usr/local/lib -lXext -lX11 -o xsel xsel.o -L/usr/local/lib -lXext -lX11 -lX11 clang: error: argument unused during compilation: '-g' *** [xsel] Error code 1 Stop in /usr/ports/x11/xsel-conrad/work/xsel-1.2.0. *** [all] Error code 1 Stop in /usr/ports/x11/xsel-conrad/work/xsel-1.2.0. *** [do-build] Error code 1 Stop in /usr/ports/x11/xsel-conrad. >How-To-Repeat: on a FreeBSD 9.1 RELEASE system, update to ports: # portsnap fetch extract # cd /usr/ports/x11/xsel-conrad # make >Fix: I'm not sure how to remove the -g options, but if I manually run the same command with out it, it builds properly: # cd /usr/ports/x11/xsel-conrad/work/xsel-1.2.0 # clang -O2 -pipe -I/usr/local/include -fno-strict-aliasing -O2 -pipe -I/usr/local/include -fno-strict-aliasing -fno-strict-aliasing -Wall -Werror -std=gnu99 -Wdeclaration-after-statement -Wno-unused -L/usr/local/lib -lXext -lX11 -o xsel xsel.o -L/usr/local/lib -lXext -lX11 -lX11 # pwd /usr/ports/x11/xsel-conrad/work/xsel-1.2.0 # cd ../.. # ls Makefile distinfo pkg-descr work # make ===> Building for xsel-conrad-1.2.0 make all-am # make install ===> Installing for xsel-conrad-1.2.0 ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/x11.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/xext.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/xt.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/xproto.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/ice.pc - found ===> xsel-conrad-1.2.0 depends on file: /usr/local/libdata/pkgconfig/sm.pc - found ===> Generating temporary packing list ===> Checking if x11/xsel-conrad already installed ===> Compressing manual pages for xsel-conrad-1.2.0 ===> Registering installation for xsel-conrad-1.2.0 Installing xsel-conrad-1.2.0... done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 19: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]) by hub.freebsd.org (Postfix) with ESMTP id C47E797C; Wed, 27 Feb 2013 19:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A000C918; Wed, 27 Feb 2013 19:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RJK9LS058731; Wed, 27 Feb 2013 19:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RJK9nN058727; Wed, 27 Feb 2013 19:20:09 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 19:20:09 GMT Message-Id: <201302271920.r1RJK9nN058727@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176485: x11/xsel-conrad build error with clang X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 19:20:09 -0000 Synopsis: x11/xsel-conrad build error with clang Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 19:20:09 UTC 2013 Responsible-Changed-Why: miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176485 From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 22: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]) by hub.freebsd.org (Postfix) with ESMTP id 930474F6 for ; Wed, 27 Feb 2013 22:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 776286E7 for ; Wed, 27 Feb 2013 22:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RMK0u4092176 for ; Wed, 27 Feb 2013 22:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RMK0Sp092175; Wed, 27 Feb 2013 22:20:00 GMT (envelope-from gnats) Resent-Date: Wed, 27 Feb 2013 22:20:00 GMT Resent-Message-Id: <201302272220.r1RMK0Sp092175@freefall.freebsd.org> 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 Helfman Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 78CD1FDD for ; Wed, 27 Feb 2013 22:10:23 +0000 (UTC) (envelope-from jgh@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5CD045E4 for ; Wed, 27 Feb 2013 22:10:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RMANP6091028 for ; Wed, 27 Feb 2013 22:10:23 GMT (envelope-from jgh@freefall.freebsd.org) Received: (from jgh@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RMANhP091027; Wed, 27 Feb 2013 22:10:23 GMT (envelope-from jgh) Message-Id: <201302272210.r1RMANhP091027@freefall.freebsd.org> Date: Wed, 27 Feb 2013 22:10:23 GMT From: Jason Helfman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176486: [patch] x11/idesk: trim header, adopt optionsNG, cleanup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Helfman List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 22:20:00 -0000 >Number: 176486 >Category: ports >Synopsis: [patch] x11/idesk: trim header, adopt optionsNG, cleanup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Feb 27 22:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jason Helfman >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 10.0-CURRENT FreeBSD 10.0-CURRENT #2 r245102: Sun Jan 6 15:01:33 UTC 2013 root@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL amd64 >Description: trim historical header adoption of optionsNG drop default WRKSRC assignment add pkgconfig (build) requirement trim abi versions for lib_depends (portlint) drop pkg-plist in favor of plist_files and PORTDOCS shift pkgmessage display into do-install target buildlogs -> http://redports.org/buildarchive/20130227214801-47548/ >How-To-Repeat: >Fix: Index: Makefile =================================================================== --- Makefile (revision 313037) +++ Makefile (working copy) @@ -1,9 +1,5 @@ -# New ports collection makefile for: idesk -# Date created: 16 February 2003 -# Whom: Sascha Holzleiter -# +# Created by: Sascha Holzleiter # $FreeBSD$ -# PORTNAME= idesk PORTVERSION= 0.7.5 @@ -14,43 +10,47 @@ MAINTAINER= acm@FreeBSD.org COMMENT= Place launch icons and background directly on your desktop -LIB_DEPENDS= Xft.2:${PORTSDIR}/x11-fonts/libXft +LIB_DEPENDS= Xft:${PORTSDIR}/x11-fonts/libXft USE_BZIP2= yes USE_GMAKE= yes USE_EFL= imlib2 GNU_CONFIGURE= yes USE_AUTOTOOLS= autoconf -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_PKGCONFIG= build +OPTIONS_DEFINE= SHAPE SN +SHAPE_DESC= Enable support of the XShape extension +SN_DESC= Startup notification support +OPTIONS_DEFAULT= SHAPE + +.include + CXXFLAGS+= `imlib2-config --cflags` `freetype-config --cflags` MAKE_ARGS= cc="${CXX}" cflags="${CXXFLAGS}" SUB_FILES= pkg-message +PLIST_FILES= bin/${PORTNAME} +PORTDOCS= README -OPTIONS= SHAPE "Enable support of the XShape extension" on \ - SN "Startup notification support" off +.include -.include - -.if !defined(WITHOUT_SHAPE) +.if ${PORT_OPTIONS:MSHAPE} CONFIGURE_ARGS+= --enable-shape .else CONFIGURE_ARGS+= --disable-shape .endif -.if defined(WITH_SN) -LIB_DEPENDS+= startup-notification-1.0:${PORTSDIR}/x11/startup-notification +.if ${PORT_OPTIONS:MSN} +LIB_DEPENDS+= startup-notification:${PORTSDIR}/x11/startup-notification CONFIGURE_ARGS+= --enable-libsn .endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/idesk ${PREFIX}/bin -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} - ${INSTALL_MAN} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif - -post-install: @${CAT} ${PKGMESSAGE} .include Index: pkg-plist =================================================================== --- pkg-plist (revision 313037) +++ pkg-plist (working copy) @@ -1,3 +0,0 @@ -bin/idesk -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%@dirrm %%DOCSDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Feb 27 22:20: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]) by hub.freebsd.org (Postfix) with ESMTP id 0BB7D536; Wed, 27 Feb 2013 22:20:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DBB036EE; Wed, 27 Feb 2013 22:20:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1RMKLY1092314; Wed, 27 Feb 2013 22:20:21 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1RMKLkM092310; Wed, 27 Feb 2013 22:20:21 GMT (envelope-from edwin) Date: Wed, 27 Feb 2013 22:20:21 GMT Message-Id: <201302272220.r1RMKLkM092310@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, acm@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176486: [patch] x11/idesk: trim header, adopt optionsNG, cleanup X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Feb 2013 22:20:22 -0000 Synopsis: [patch] x11/idesk: trim header, adopt optionsNG, cleanup Responsible-Changed-From-To: freebsd-ports-bugs->acm Responsible-Changed-By: edwin Responsible-Changed-When: Wed Feb 27 22:20:21 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176486 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 00:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BD3695EC for ; Thu, 28 Feb 2013 00:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8C397E07 for ; Thu, 28 Feb 2013 00:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S0o0R7025409 for ; Thu, 28 Feb 2013 00:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S0o0LC025408; Thu, 28 Feb 2013 00:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 00:50:00 GMT Resent-Message-Id: <201302280050.r1S0o0LC025408@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Rob Messick Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4C74C48F for ; Thu, 28 Feb 2013 00:46:52 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 27215DDD for ; Thu, 28 Feb 2013 00:46:52 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1S0kprO023962 for ; Thu, 28 Feb 2013 00:46:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1S0kprP023961; Thu, 28 Feb 2013 00:46:51 GMT (envelope-from nobody) Message-Id: <201302280046.r1S0kprP023961@red.freebsd.org> Date: Thu, 28 Feb 2013 00:46:51 GMT From: Rob Messick To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176489: py-salt: salt_minion freebsdpkg module fails to locate pkg command X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 00:50:00 -0000 >Number: 176489 >Category: ports >Synopsis: py-salt: salt_minion freebsdpkg module fails to locate pkg command >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 00:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Rob Messick >Release: 9.1 >Organization: >Environment: FreeBSD salt-1 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The salt_minion rc script inherits $PATH from '/etc/rc'. The pkgng port installs 'pkg' into '/usr/local/sbin'. The salt minion is unable to locate the "pkg" command. >How-To-Repeat: >From a salt master, run the following command: "salt $client_hostname pkg.install vim" (where $client_hostname is running a FreeBSD salt_minion) Results: User receives this traceback Traceback (most recent call last): File "/usr/local/lib/python2.7/site-packages/salt/minion.py", line 411, in _thread_return ret['return'] = func(*args, **kwargs) File "/usr/local/lib/python2.7/site-packages/salt/modules/freebsdpkg.py", line 256, in install old = list_pkgs() File "/usr/local/lib/python2.7/site-packages/salt/modules/freebsdpkg.py", line 168, in list_pkgs pkg, ver = line.split(' ')[0].rsplit('-', 1) >Fix: Setting the $salt_minion_paths=$PATH:/usr/local/sbin. This should be the default. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 01:27: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]) by hub.freebsd.org (Postfix) with ESMTP id 4CFD67DB; Thu, 28 Feb 2013 01:27:52 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 141CEF8F; Thu, 28 Feb 2013 01:27:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S1Rppl034346; Thu, 28 Feb 2013 01:27:51 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S1RpxM034342; Thu, 28 Feb 2013 01:27:51 GMT (envelope-from linimon) Date: Thu, 28 Feb 2013 01:27:51 GMT Message-Id: <201302280127.r1S1RpxM034342@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: bin/176481: pam(3) does not search /usr/local/lib for modules X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 01:27:52 -0000 Synopsis: pam(3) does not search /usr/local/lib for modules Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Thu Feb 28 01:26:27 UTC 2013 Responsible-Changed-Why: This appears to be a problem in the pam binary, not ports. http://www.freebsd.org/cgi/query-pr.cgi?pr=176481 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 03: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]) by hub.freebsd.org (Postfix) with ESMTP id 41229A24 for ; Thu, 28 Feb 2013 03:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1B4F876C for ; Thu, 28 Feb 2013 03:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S3U1mG056664 for ; Thu, 28 Feb 2013 03:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S3U1V6056663; Thu, 28 Feb 2013 03:30:01 GMT (envelope-from gnats) Date: Thu, 28 Feb 2013 03:30:01 GMT Message-Id: <201302280330.r1S3U1V6056663@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Jason Harris Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Jason Harris List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 03:30:02 -0000 The following reply was made to PR ports/176439; it has been noted by GNATS. From: Jason Harris To: bug-followup@FreeBSD.org Cc: Jason Harris Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD Date: Wed, 27 Feb 2013 22:57:48 -0400 --45Z9DzgjV8m4Oswq Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Feb 27, 2013 at 12:11:25AM +0000, Edwin Groothuis wrote: > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=3Dports/176439 Sorry, but I can only reproduce that output with ping(8), not fping(8), which I just rebuilt from the latest port: %uname -a ; echo ; svn info . ; fping -v ; fping 192.168.1.99 ; fping 192= =2E168.1.99 ; fping 192.168.1.99 ; echo ; ping -r 192.168.1.99 | & head -5 FreeBSD laptop 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:= 23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERI= C amd64 Path: . Working Copy Root Path: /usr/ports URL: svn://svn.freebsd.org/ports/head/net/fping Repository Root: svn://svn.freebsd.org/ports Repository UUID: 35697150-7ecd-e111-bb59-0022644237b5 Revision: 313076 Node Kind: directory Schedule: normal Last Changed Author: zeising Last Changed Rev: 304773 Last Changed Date: 2012-09-24 05:15:59 -0400 (Mon, 24 Sep 2012) fping: Version 3.4 fping: comments to david@schweikert.ch 192.168.1.99 is unreachable 192.168.1.99 is unreachable 192.168.1.99 is unreachable ping: sendto: Network is unreachable ping: sendto: Network is unreachable ping: sendto: Network is unreachable ping: sendto: Network is unreachable ping: sendto: Network is unreachable Is there something I'm missing? Thanks. --=20 Jason Harris | PGP: This _is_ PGP-signed, isn't it? jharris@widomaker.com _|_ Got photons? (TM), (C) 2004 --45Z9DzgjV8m4Oswq Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.12 (FreeBSD) iJ0EARECAF0FAlEux6xWGGh0dHA6Ly9rZXlzZXJ2ZXIua2pzbC5jb206MTEzNzEv cGtzL2xvb2t1cD9vcD1nZXQmc2VhcmNoPTB4RDM5REEwRTMmd2VoYXZleW91bm93 PXRydWUACgkQSypIl9OdoONLDwCfa2B574SswUR+wQvWAAfeH48FEnsAoMBhn9+G ChW5vdwWtqnPypk+H9Hb =gyve -----END PGP SIGNATURE----- --45Z9DzgjV8m4Oswq-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 07:49:43 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E1BD0209; Thu, 28 Feb 2013 07:49:43 +0000 (UTC) (envelope-from stb@lassitu.de) Received: from gilb.zs64.net (gilb.zs64.net [IPv6:2a00:14b0:4200:32e0::1ea]) by mx1.freebsd.org (Postfix) with ESMTP id 8CAFE1049; Thu, 28 Feb 2013 07:49:43 +0000 (UTC) Received: by gilb.zs64.net (Postfix, from stb@lassitu.de) id B20E7D642B; Thu, 28 Feb 2013 07:49:41 +0000 (UTC) From: Stefan Bethke Content-Type: multipart/mixed; boundary="Apple-Mail=_4A76BF7C-31EC-4EC2-8440-39238668A276" Message-Id: <61FBB0D5-1E48-49C8-B0A0-7DFFE5FAE2ED@lassitu.de> Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: ports/176469: PATCH: fix security/pam_ssh_agent_auth for -stable and onwards Date: Thu, 28 Feb 2013 08:49:41 +0100 References: <201302270800.r1R801DE017727@freefall.freebsd.org> To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org In-Reply-To: X-Mailer: Apple Mail (2.1499) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 07:49:43 -0000 --Apple-Mail=_4A76BF7C-31EC-4EC2-8440-39238668A276 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Here's an updated patch. --Apple-Mail=_4A76BF7C-31EC-4EC2-8440-39238668A276 Content-Disposition: attachment; filename=pam_auth.patch Content-Type: application/octet-stream; name="pam_auth.patch" Content-Transfer-Encoding: 7bit Index: Makefile =================================================================== --- Makefile (revision 313080) +++ Makefile (working copy) @@ -7,7 +7,7 @@ PORTNAME= pam_ssh_agent_auth PORTVERSION= 0.9.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= SF/pamsshagentauth/${PORTNAME}/v${PORTVERSION}/ @@ -17,6 +17,7 @@ USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --libexecdir=${LOCALBASE}/lib +CONFIGURE_ENV= ac_cv_func_strnvis=no USE_PERL5= yes MAN8= pam_ssh_agent_auth.8 --Apple-Mail=_4A76BF7C-31EC-4EC2-8440-39238668A276 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii --Apple-Mail=_4A76BF7C-31EC-4EC2-8440-39238668A276-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DDEF2318 for ; Thu, 28 Feb 2013 08:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C20F510A6 for ; Thu, 28 Feb 2013 08:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S800in005215 for ; Thu, 28 Feb 2013 08:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S800Vj005210; Thu, 28 Feb 2013 08:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 08:00:00 GMT Resent-Message-Id: <201302280800.r1S800Vj005210@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "csosstudy E." Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C0ED92C1 for ; Thu, 28 Feb 2013 07:53:34 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AE004108B for ; Thu, 28 Feb 2013 07:53:34 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1S7rXtm079149 for ; Thu, 28 Feb 2013 07:53:33 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1S7rXOj079148; Thu, 28 Feb 2013 07:53:33 GMT (envelope-from nobody) Message-Id: <201302280753.r1S7rXOj079148@red.freebsd.org> Date: Thu, 28 Feb 2013 07:53:33 GMT From: "csosstudy E." To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176493: New port: security/libsodium a modified version of NaCl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:00:00 -0000 >Number: 176493 >Category: ports >Synopsis: New port: security/libsodium a modified version of NaCl >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 08:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: csosstudy E. >Release: >Organization: >Environment: >Description: NaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. Sodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl. >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # libsodium # libsodium/Makefile # libsodium/distinfo # libsodium/pkg-plist # libsodium/pkg-descr # echo c - libsodium mkdir -p libsodium > /dev/null 2>&1 echo x - libsodium/Makefile sed 's/^X//' >libsodium/Makefile << 'a0cc9952f727d88ef7f3368be9543891' X# $FreeBSD$ X XPORTNAME= libsodium XPORTVERSION= 0.3 XCATEGORIES= security XMASTER_SITES= http://download.dnscrypt.org/libsodium/releases/ X XMAINTAINER= csosstudy@gmail.com XCOMMENT= Library for build higher-level cryptographic tools X XLICENSE= ISCL X XGNU_CONFIGURE= yes X Xpost-build: X cd ${WRKSRC} && ${MAKE} check X X.include a0cc9952f727d88ef7f3368be9543891 echo x - libsodium/distinfo sed 's/^X//' >libsodium/distinfo << '783316f13f115adf8f6577e48fb216c3' XSHA256 (libsodium-0.3.tar.gz) = 908a26f84bedb432305c81ec6773aa95b8e724ba2ece6234840685a74e033750 XSIZE (libsodium-0.3.tar.gz) = 727213 783316f13f115adf8f6577e48fb216c3 echo x - libsodium/pkg-plist sed 's/^X//' >libsodium/pkg-plist << '98761406ba92acce7f4043e6034df731' Xlib/libsodium.so.2 Xlib/libsodium.so Xlib/libsodium.la Xlib/libsodium.a Xinclude/sodium/crypto_auth.h Xinclude/sodium/crypto_auth_hmacsha256.h Xinclude/sodium/crypto_auth_hmacsha512256.h Xinclude/sodium/crypto_box.h Xinclude/sodium/crypto_box_curve25519xsalsa20poly1305.h Xinclude/sodium/crypto_core_hsalsa20.h Xinclude/sodium/crypto_core_salsa20.h Xinclude/sodium/crypto_core_salsa2012.h Xinclude/sodium/crypto_core_salsa208.h Xinclude/sodium/crypto_hash.h Xinclude/sodium/crypto_hash_sha256.h Xinclude/sodium/crypto_hash_sha512.h Xinclude/sodium/crypto_hashblocks_sha256.h Xinclude/sodium/crypto_hashblocks_sha512.h Xinclude/sodium/crypto_onetimeauth.h Xinclude/sodium/crypto_onetimeauth_poly1305.h Xinclude/sodium/crypto_scalarmult_curve25519.h Xinclude/sodium/crypto_secretbox.h Xinclude/sodium/crypto_secretbox_xsalsa20poly1305.h Xinclude/sodium/crypto_shorthash.h Xinclude/sodium/crypto_shorthash_siphash24.h Xinclude/sodium/crypto_sign.h Xinclude/sodium/crypto_sign_ed25519.h Xinclude/sodium/crypto_sign_edwards25519sha512batch.h Xinclude/sodium/crypto_stream.h Xinclude/sodium/crypto_stream_aes128ctr.h Xinclude/sodium/crypto_stream_salsa20.h Xinclude/sodium/crypto_stream_salsa2012.h Xinclude/sodium/crypto_stream_salsa208.h Xinclude/sodium/crypto_stream_xsalsa20.h Xinclude/sodium/crypto_uint16.h Xinclude/sodium/crypto_uint32.h Xinclude/sodium/crypto_uint64.h Xinclude/sodium/crypto_uint8.h Xinclude/sodium/crypto_verify_16.h Xinclude/sodium/crypto_verify_32.h Xinclude/sodium/randombytes.h Xinclude/sodium/randombytes_salsa20_random.h Xinclude/sodium/randombytes_sysrandom.h Xinclude/sodium/version.h Xinclude/sodium.h X@dirrm include/sodium 98761406ba92acce7f4043e6034df731 echo x - libsodium/pkg-descr sed 's/^X//' >libsodium/pkg-descr << '6bddb70335b869c493d18726ab51cbb6' Xlibsodium is a library for network communication, encryption, Xdecryption, signatures, etc. X Xlibsodium is a portable, cross-compilable, installable, Xpackageable, API-compatible version of NaCl(security/nacl). XNaCl's goal is to provide all of the core operations needed Xto build higher-level cryptographic tools. X XWWW: https://github.com/jedisct1/libsodium 6bddb70335b869c493d18726ab51cbb6 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id EF7E3AC4 for ; Thu, 28 Feb 2013 08:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D63FB1165 for ; Thu, 28 Feb 2013 08:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8A0VD007045 for ; Thu, 28 Feb 2013 08:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8A0La007042; Thu, 28 Feb 2013 08:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 08:10:00 GMT Resent-Message-Id: <201302280810.r1S8A0La007042@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sayetsky Anton Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 074559CE for ; Thu, 28 Feb 2013 08:09:41 +0000 (UTC) (envelope-from jason@jw.lds.net.ua) Received: from jw.lds.net.ua (jw.lds.net.ua [193.192.37.74]) by mx1.freebsd.org (Postfix) with ESMTP id 891EB1156 for ; Thu, 28 Feb 2013 08:09:40 +0000 (UTC) Received: from jw.lds.net.ua (localhost [127.0.0.1]) by jw.lds.net.ua (8.14.5/8.14.5) with ESMTP id r1S89WUj092428 for ; Thu, 28 Feb 2013 10:09:32 +0200 (EET) (envelope-from jason@jw.lds.net.ua) Received: (from jason@localhost) by jw.lds.net.ua (8.14.5/8.14.5/Submit) id r1S89RZa092427; Thu, 28 Feb 2013 10:09:27 +0200 (EET) (envelope-from jason) Message-Id: <201302280809.r1S89RZa092427@jw.lds.net.ua> Date: Thu, 28 Feb 2013 10:09:27 +0200 (EET) From: Sayetsky Anton To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176494: devel/py-gobject ignores port options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sayetsky Anton List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:10:01 -0000 >Number: 176494 >Category: ports >Synopsis: devel/py-gobject ignores port 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: Thu Feb 28 08:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sayetsky Anton >Release: FreeBSD 9.1-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD jw.local 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r247145: Fri Feb 22 11:53:22 EET 2013 root@jw.local:/usr/obj/media/dvlfiles/build/src/sys/JASONW amd64 >Description: py-gobject ignores options and displays configuration windows again and again. >How-To-Repeat: cd ${PORTSDIR}/devel/py-gobject, run "make config", press ok and run make config-conditional. >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08: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]) by hub.freebsd.org (Postfix) with ESMTP id 3D1F2AF5; Thu, 28 Feb 2013 08:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 11A80116B; Thu, 28 Feb 2013 08:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8A8U1007583; Thu, 28 Feb 2013 08:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8A8kc007569; Thu, 28 Feb 2013 08:10:08 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 08:10:08 GMT Message-Id: <201302280810.r1S8A8kc007569@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gnome@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176494: devel/py-gobject ignores port options X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:10:09 -0000 Synopsis: devel/py-gobject ignores port options Responsible-Changed-From-To: freebsd-ports-bugs->gnome Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 08:10:07 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176494 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 15AD8570 for ; Thu, 28 Feb 2013 08:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D832312A8 for ; Thu, 28 Feb 2013 08:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8U0TX013070 for ; Thu, 28 Feb 2013 08:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8U0hV013065; Thu, 28 Feb 2013 08:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 08:30:00 GMT Resent-Message-Id: <201302280830.r1S8U0hV013065@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 30EB9152 for ; Thu, 28 Feb 2013 08:20:05 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 228F811DC for ; Thu, 28 Feb 2013 08:20:05 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1S8K4ZB013504 for ; Thu, 28 Feb 2013 08:20:04 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1S8K4FW013503; Thu, 28 Feb 2013 08:20:04 GMT (envelope-from nobody) Message-Id: <201302280820.r1S8K4FW013503@red.freebsd.org> Date: Thu, 28 Feb 2013 08:20:04 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176495: graphics/povray36 install files not in pkg-plist in /root X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:30:01 -0000 >Number: 176495 >Category: ports >Synopsis: graphics/povray36 install files not in pkg-plist in /root >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 08:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: During package building, in which the majority of the world is set to read-only, graphics/povray36 failed to install with the following errors: Copying user configuration and INI files... mkdir /root/.povray mkdir: /root/.povray: Read-only file system mkdir /root/.povray/3.6 mkdir: /root/.povray: No such file or directory install: /root/.povray/3.6/povray.conf: No such file or directory install: /root/.povray/3.6/povray.ini: No such file or directory gmake[2]: *** [install-data-local] Error 71 gmake[2]: Leaving directory `/wrkdirs/graphics/povray36/work/povray-3.6.1' gmake[1]: *** [install-am] Error 2 gmake[1]: Leaving directory `/wrkdirs/graphics/povray36/work/povray-3.6.1' gmake: *** [install-recursive] Error 1 *** Error code 2 First, a package should not be installing in specific user home directories secondly, these files are not on pkg-plist >How-To-Repeat: >Fix: I suggest patching the povray36 make to avoid installing these files. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08: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]) by hub.freebsd.org (Postfix) with ESMTP id B284559D; Thu, 28 Feb 2013 08:30:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8E83C12A9; Thu, 28 Feb 2013 08:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8U8IL013185; Thu, 28 Feb 2013 08:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8U8hq013181; Thu, 28 Feb 2013 08:30:08 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 08:30:08 GMT Message-Id: <201302280830.r1S8U8hq013181@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, maho@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176495: graphics/povray36 install files not in pkg-plist in /root X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:30:08 -0000 Synopsis: graphics/povray36 install files not in pkg-plist in /root Responsible-Changed-From-To: freebsd-ports-bugs->maho Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 08:30:08 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176495 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08: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]) by hub.freebsd.org (Postfix) with ESMTP id 43A4C7E7 for ; Thu, 28 Feb 2013 08:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 111B5144F for ; Thu, 28 Feb 2013 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8e0BB014754 for ; Thu, 28 Feb 2013 08:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8e0RE014749; Thu, 28 Feb 2013 08:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 08:40:00 GMT Resent-Message-Id: <201302280840.r1S8e0RE014749@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 2D5667A3 for ; Thu, 28 Feb 2013 08:36:44 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id DF3621431 for ; Thu, 28 Feb 2013 08:36:43 +0000 (UTC) Received: from eastasia.home.utahime.org (eastasia.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id C211E61F9D; Thu, 28 Feb 2013 17:36:35 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 974894E632; Thu, 28 Feb 2013 17:36:35 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id 6B14A4E630; Thu, 28 Feb 2013 17:36:35 +0900 (JST) Message-Id: <20130228083635.6B14A4E630@eastasia.home.utahime.org> Date: Thu, 28 Feb 2013 17:36:35 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176496: [PATCH] security/sudo: update to 1.8.6p7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:40:01 -0000 >Number: 176496 >Category: ports >Synopsis: [PATCH] security/sudo: update to 1.8.6p7 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 08:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r246991: Wed Feb 20 04:01:53 JST 2013 xxxx amd64 >Description: Update to 1.8.6p7, which fixes two potential security issues related to the time stamp files used by sudo. >How-To-Repeat: >Fix: --- patch-sudo begins here --- Index: Makefile =================================================================== --- Makefile (revision 313038) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= sudo -DISTVERSION= 1.8.6p5 +DISTVERSION= 1.8.6p7 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SUDO} Index: distinfo =================================================================== --- distinfo (revision 313038) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (sudo-1.8.6p5.tar.gz) = 2b3f7128bd5747444c52abb29b5c8681752b53b098129f604a4c549d6aacec69 -SIZE (sudo-1.8.6p5.tar.gz) = 1857194 +SHA256 (sudo-1.8.6p7.tar.gz) = 301089edb22356f59d097f6abbe1303f03927a38691b02959d618546c2125036 +SIZE (sudo-1.8.6p7.tar.gz) = 1858348 --- patch-sudo ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08: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]) by hub.freebsd.org (Postfix) with ESMTP id 90ED47E9 for ; Thu, 28 Feb 2013 08:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5FDB61451 for ; Thu, 28 Feb 2013 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8e12v014772 for ; Thu, 28 Feb 2013 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8e1ka014771; Thu, 28 Feb 2013 08:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 08:40:01 GMT Resent-Message-Id: <201302280840.r1S8e1ka014771@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 23A5A7C5 for ; Thu, 28 Feb 2013 08:38:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 149D41443 for ; Thu, 28 Feb 2013 08:38:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1S8cnHm046850 for ; Thu, 28 Feb 2013 08:38:49 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1S8cnqS046849; Thu, 28 Feb 2013 08:38:49 GMT (envelope-from nobody) Message-Id: <201302280838.r1S8cnqS046849@red.freebsd.org> Date: Thu, 28 Feb 2013 08:38:49 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176497: print/utopia tries to install file in /usr/share X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:40:01 -0000 >Number: 176497 >Category: ports >Synopsis: print/utopia tries to install file in /usr/share >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 08:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: In a package building environment, the majority of the world is mounted as read-only, which helps find ports that are misbehaving. When install print/utopia, the following error occurs: /bin/mkdir -p /usr/local/share/utopia/devps/ /usr/bin/install -o root -g wheel -m444 -c UB UBI UI UR putb.afm putb.pfa putbi.afm putbi.pfa putr.afm putr.pfa putri.afm putri.pfa DESC text.enc textmap LICENSE /usr/local/share/utopia/devps/ /usr/bin/install -o root -g wheel -m444 -c utopia_font.7.gz //usr/local/man/man7/ /bin/cp /usr/share/groff_font/devps//download /usr/local/share/utopia/devps//download.old /bin/cat /usr/share/groff_font/devps//download ./download > tmp /usr/bin/install -o root -g wheel -m444 -c ./tmp /usr/share/groff_font/devps//download install: /usr/share/groff_font/devps//download: Read-only file system *** Error code 71 Stop. make: stopped in /wrkdirs/print/utopia/work/utopia-1.0 The "download" file is not on the plist and a port should not be trying to modify /usr/share. The port needs patching. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08:40:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E11607EB for ; Thu, 28 Feb 2013 08:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AFB451453 for ; Thu, 28 Feb 2013 08:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8e1TB014783 for ; Thu, 28 Feb 2013 08:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8e16c014782; Thu, 28 Feb 2013 08:40:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 08:40:01 GMT Resent-Message-Id: <201302280840.r1S8e16c014782@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id F19B35D9 for ; Thu, 28 Feb 2013 08:31:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CC46112B2 for ; Thu, 28 Feb 2013 08:31:37 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1S8VblK041276 for ; Thu, 28 Feb 2013 08:31:37 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1S8VbUa041269; Thu, 28 Feb 2013 08:31:37 GMT (envelope-from nobody) Message-Id: <201302280831.r1S8VbUa041269@red.freebsd.org> Date: Thu, 28 Feb 2013 08:31:37 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176498: x11/rxvt-unicode tries to modify outside of /usr/local X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:40:01 -0000 >Number: 176498 >Category: ports >Synopsis: x11/rxvt-unicode tries to modify outside of /usr/local >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 08:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: In a package building environment, the world that packages aren't supposed to touch is mounted as readonly. When installing x11/rxvt-unicode, the following error occurs: /usr/bin/install -c -o root -g wheel -m 644 rxvtd.1.man /usr/local/man/man1/urxvtd.1 /usr/bin/install -c -o root -g wheel -m 644 rxvt.7.man /usr/local/man/man7/urxvt.7 /usr/bin/tic ./etc/rxvt-unicode.terminfo r/rxvt-unicode: Read-only file system "./etc/rxvt-unicode.terminfo", line 5, terminal 'rxvt-unicode': can't open /usr/share/terminfo/r/rxvt-unicode *** Signal 6 Stop. make: stopped in /wrkdirs/x11/rxvt-unicode/work/rxvt-unicode-9.16/doc *** Error code 1 It appears that tic is trying to install files in /usr/share/terminfo. A port should not be modifying /usr/share. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08: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]) by hub.freebsd.org (Postfix) with ESMTP id B764981A; Thu, 28 Feb 2013 08:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9379F1455; Thu, 28 Feb 2013 08:40:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8e93S014866; Thu, 28 Feb 2013 08:40:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8e9mH014862; Thu, 28 Feb 2013 08:40:09 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 08:40:09 GMT Message-Id: <201302280840.r1S8e9mH014862@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, wxs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176496: [PATCH] security/sudo: update to 1.8.6p7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:40:09 -0000 Synopsis: [PATCH] security/sudo: update to 1.8.6p7 Responsible-Changed-From-To: freebsd-ports-bugs->wxs Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 08: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=176496 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08:40:14 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E2F4C84D; Thu, 28 Feb 2013 08:40:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BF9F81457; Thu, 28 Feb 2013 08:40:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8eE5e014945; Thu, 28 Feb 2013 08:40:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8eE3t014941; Thu, 28 Feb 2013 08:40:14 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 08:40:14 GMT Message-Id: <201302280840.r1S8eE3t014941@freefall.freebsd.org> To: draco@marino.st, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176497: print/utopia tries to install file in /usr/share X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:40:15 -0000 Synopsis: print/utopia tries to install file in /usr/share State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Thu Feb 28 08:40:14 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176497 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08:40: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]) by hub.freebsd.org (Postfix) with ESMTP id 507F587C; Thu, 28 Feb 2013 08:40:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2CDA5145A; Thu, 28 Feb 2013 08:40:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8eKkb015081; Thu, 28 Feb 2013 08:40:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8eKMw015077; Thu, 28 Feb 2013 08:40:20 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 08:40:20 GMT Message-Id: <201302280840.r1S8eKMw015077@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, thierry@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176498: x11/rxvt-unicode tries to modify outside of /usr/local X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:40:20 -0000 Synopsis: x11/rxvt-unicode tries to modify outside of /usr/local Responsible-Changed-From-To: freebsd-ports-bugs->thierry Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 08:40:19 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176498 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 08: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]) by hub.freebsd.org (Postfix) with ESMTP id AFE0DC7F for ; Thu, 28 Feb 2013 08:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8B61511 for ; Thu, 28 Feb 2013 08:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S8o1L4016811 for ; Thu, 28 Feb 2013 08:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S8o1LS016802; Thu, 28 Feb 2013 08:50:01 GMT (envelope-from gnats) Date: Thu, 28 Feb 2013 08:50:01 GMT Message-Id: <201302280850.r1S8o1LS016802@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/176497: print/utopia tries to install file in /usr/share X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 08:50:01 -0000 The following reply was made to PR ports/176497; it has been noted by GNATS. From: Edwin Groothuis To: jimmy@mammothcheese.ca Cc: bug-followup@FreeBSD.org Subject: Re: ports/176497: print/utopia tries to install file in /usr/share Date: Thu, 28 Feb 2013 08:40:13 UT Maintainer of print/utopia, Please note that PR ports/176497 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/176497 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 09: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]) by hub.freebsd.org (Postfix) with ESMTP id 501E7677 for ; Thu, 28 Feb 2013 09:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 336FF16B8 for ; Thu, 28 Feb 2013 09:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S9K1sZ022755 for ; Thu, 28 Feb 2013 09:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S9K1pZ022749; Thu, 28 Feb 2013 09:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 09:20:01 GMT Resent-Message-Id: <201302280920.r1S9K1pZ022749@freefall.freebsd.org> 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 Pokataev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8D95C5FD for ; Thu, 28 Feb 2013 09:12:24 +0000 (UTC) (envelope-from dpokataev@team.vega.ru) Received: from mail.openstat.ru (mail.openstat.ru [193.169.234.252]) by mx1.freebsd.org (Postfix) with ESMTP id 4809C1675 for ; Thu, 28 Feb 2013 09:12:23 +0000 (UTC) Received: from cctld.dev.vega.ru ([10.25.1.186]) by mail.openstat.ru with esmtps (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UAzOR-000PtZ-Ke for FreeBSD-gnats-submit@freebsd.org; Thu, 28 Feb 2013 13:03:11 +0400 Received: from cctld.dev.vega.ru (cctld.dev.vega.ru [10.25.1.186]) by cctld.dev.vega.ru (8.14.5/8.14.4) with ESMTP id r1S93BoH056933 for ; Thu, 28 Feb 2013 09:03:11 GMT (envelope-from dpokataev@team.vega.ru) Received: (from dpokataev@localhost) by cctld.dev.vega.ru (8.14.5/8.14.4/Submit) id r1S93BKh056932; Thu, 28 Feb 2013 09:03:11 GMT (envelope-from dpokataev@team.vega.ru) Message-Id: <201302280903.r1S93BKh056932@cctld.dev.vega.ru> Date: Thu, 28 Feb 2013 09:03:11 GMT From: Denis Pokataev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176499: [PATCH] www/p5-URI-Escape-XS: update to 0.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 09:20:01 -0000 >Number: 176499 >Category: ports >Synopsis: [PATCH] www/p5-URI-Escape-XS: update to 0.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 Feb 28 09:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Denis Pokataev >Release: FreeBSD 8.3-STABLE-20120501 amd64 >Organization: >Environment: System: FreeBSD cctld.dev.vega.ru 8.3-STABLE-20120501 FreeBSD 8.3-STABLE-20120501 #0: Tue May 1 00:27:34 UTC >Description: - Update to 0.10 - While here, update Makefile header Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- p5-URI-Escape-XS-0.10.patch begins here --- diff -ruN --exclude=CVS /usr/ports/www/p5-URI-Escape-XS/Makefile ./Makefile --- /usr/ports/www/p5-URI-Escape-XS/Makefile 2012-12-28 09:49:09.000000000 +0000 +++ ./Makefile 2013-02-28 08:59:52.000000000 +0000 @@ -1,12 +1,8 @@ -# New ports collection makefile for: p5-URI-Escape-XS -# Date Created: 10 Oct 2008 -# Whom: Denis Pokataev -# +# Created by: Denis Pokataev # $FreeBSD: head/www/p5-URI-Escape-XS/Makefile 302961 2012-08-22 19:03:58Z swills $ -# PORTNAME= URI-Escape-XS -PORTVERSION= 0.09 +PORTVERSION= 0.10 CATEGORIES= www perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- @@ -15,7 +11,6 @@ COMMENT= Drop-In replacement for URI::Escape in XS BUILD_DEPENDS= p5-Test-Simple>=0:${PORTSDIR}/devel/p5-Test-Simple -RUN_DEPENDS:= ${BUILD_DEPENDS} PERL_CONFIGURE= yes diff -ruN --exclude=CVS /usr/ports/www/p5-URI-Escape-XS/distinfo ./distinfo --- /usr/ports/www/p5-URI-Escape-XS/distinfo 2012-12-28 09:49:09.000000000 +0000 +++ ./distinfo 2013-02-28 09:00:56.000000000 +0000 @@ -1,2 +1,2 @@ -SHA256 (URI-Escape-XS-0.09.tar.gz) = b2cd963dd9fa959d8c3c98ac450767b7d150403135765709734f977eb9bd6d7f -SIZE (URI-Escape-XS-0.09.tar.gz) = 9368 +SHA256 (URI-Escape-XS-0.10.tar.gz) = 28c0dc6f8a41b60815dbd4e01731372c7445b4906031465643e283bd50ff5f91 +SIZE (URI-Escape-XS-0.10.tar.gz) = 9475 --- p5-URI-Escape-XS-0.10.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 09: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]) by hub.freebsd.org (Postfix) with ESMTP id 47FF96A7; Thu, 28 Feb 2013 09:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 23E9016BA; Thu, 28 Feb 2013 09:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S9K9xQ022838; Thu, 28 Feb 2013 09:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S9K9LU022834; Thu, 28 Feb 2013 09:20:09 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 09:20:09 GMT Message-Id: <201302280920.r1S9K9LU022834@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176499: [PATCH] www/p5-URI-Escape-XS: update to 0.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 09:20:09 -0000 Synopsis: [PATCH] www/p5-URI-Escape-XS: update to 0.10 Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 09:20: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=176499 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 09:50:05 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BC5BDEDF for ; Thu, 28 Feb 2013 09:50:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A0196181F for ; Thu, 28 Feb 2013 09:50:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1S9o5ms028637 for ; Thu, 28 Feb 2013 09:50:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1S9o5bI028636; Thu, 28 Feb 2013 09:50:05 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 09:50:05 GMT Resent-Message-Id: <201302280950.r1S9o5bI028636@freefall.freebsd.org> 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 [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 53A24EC2 for ; Thu, 28 Feb 2013 09:48:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2F3C3180D for ; Thu, 28 Feb 2013 09:48:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1S9m2Q3062202 for ; Thu, 28 Feb 2013 09:48:02 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1S9m2P6062201; Thu, 28 Feb 2013 09:48:02 GMT (envelope-from nobody) Message-Id: <201302280948.r1S9m2P6062201@red.freebsd.org> Date: Thu, 28 Feb 2013 09:48:02 GMT From: Denis Generalov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176500: [PATCH] sysutils/pstree: update to 2.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 09:50:05 -0000 >Number: 176500 >Category: ports >Synopsis: [PATCH] sysutils/pstree: update to 2.35 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 09:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Denis Generalov >Release: FreeBSD 9.1-STABLE amd64 >Organization: Rambler >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: Update port sysutils/pstree: 2.33 -> 2.35 Update MASTER_SITES Trim Makefile header >How-To-Repeat: >Fix: Patch attached with submission follows: Diff mode was set to CVS, but there's no CVS subdirectory Trying /usr/ports ... found ===> Generating patch ===> Viewing diff with more diff -ruN --exclude=CVS /usr/ports/sysutils/pstree/Makefile ./Makefile --- /usr/ports/sysutils/pstree/Makefile 2013-02-21 01:50:50.000000000 +0400 +++ ./Makefile 2013-02-28 13:43:08.000000000 +0400 @@ -1,15 +1,12 @@ -# Ports collection makefile for: pstree -# Date created: 22 Aug 2001 -# Whom: Kris Kennaway -# +# Created by: Kris Kennaway # $FreeBSD: head/sysutils/pstree/Makefile 312628 2013-02-20 16:08:58Z fluffy $ -# PORTNAME= pstree -PORTVERSION= 2.33 +PORTVERSION= 2.35 CATEGORIES= sysutils -MASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ \ +MASTER_SITES= http://www.thp.uni-due.de/pstree/ \ LOCAL/avl +DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= List processes as a tree diff -ruN --exclude=CVS /usr/ports/sysutils/pstree/distinfo ./distinfo --- /usr/ports/sysutils/pstree/distinfo 2012-09-12 19:09:05.000000000 +0400 +++ ./distinfo 2013-02-28 13:42:08.000000000 +0400 @@ -1,2 +1,2 @@ -SHA256 (pstree-2.33.tar.gz) = 0f06116208cf15932cf99785d001c053e523e0aed474b936858f1b7f61a6c990 -SIZE (pstree-2.33.tar.gz) = 10204 +SHA256 (pstree.tar.gz) = 72ec2d14be78eac2ab0871e90f4359fea9a41f7708826a201dc6e6051a6df1c3 +SIZE (pstree.tar.gz) = 10916 ===> Done >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 10: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]) by hub.freebsd.org (Postfix) with ESMTP id 93207982 for ; Thu, 28 Feb 2013 10:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6D7C419F7 for ; Thu, 28 Feb 2013 10:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SAU1Zf036332 for ; Thu, 28 Feb 2013 10:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SAU1bT036331; Thu, 28 Feb 2013 10:30:01 GMT (envelope-from gnats) Date: Thu, 28 Feb 2013 10:30:01 GMT Message-Id: <201302281030.r1SAU1bT036331@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: chifeng Subject: Re: ports/175977: [PATCH] mail/libpst: update to 0.6.58 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: chifeng List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 10:30:01 -0000 The following reply was made to PR ports/175977; it has been noted by GNATS. From: chifeng To: bug-followup@freebsd.org Cc: Subject: Re: ports/175977: [PATCH] mail/libpst: update to 0.6.58 Date: Thu, 28 Feb 2013 18:26:42 +0800 --14dae9340b13b14f3a04d6c65312 Content-Type: text/plain; charset=ISO-8859-1 Looks good to me, please commit, thanks. On Sat, Feb 9, 2013 at 1:50 PM, Edwin Groothuis wrote: > Maintainer of mail/libpst, > > Please note that PR ports/175977 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/175977 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > -- *Regards.* **- Chifeng --14dae9340b13b14f3a04d6c65312 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Looks good to me, please commit, thanks.=A0

On Sat, Feb 9, 2013 at 1:50 PM, Edwin Groothuis <edwin@freebsd.org&= gt; wrote:
Maintainer of mail/libpst,

Please note that PR ports/175977 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/175= 977

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



-- Regards.
- Chifeng
--14dae9340b13b14f3a04d6c65312-- From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 10:34: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]) by hub.freebsd.org (Postfix) with ESMTP id 59E4EC40; Thu, 28 Feb 2013 10:34:48 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1D31D1A3C; Thu, 28 Feb 2013 10:34:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SAYlKV037883; Thu, 28 Feb 2013 10:34:47 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SAYl4s037879; Thu, 28 Feb 2013 10:34:47 GMT (envelope-from culot) Date: Thu, 28 Feb 2013 10:34:47 GMT Message-Id: <201302281034.r1SAYl4s037879@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/176500: [PATCH] sysutils/pstree: update to 2.35 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 10:34:48 -0000 Synopsis: [PATCH] sysutils/pstree: update to 2.35 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Feb 28 10:34:47 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176500 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id A135EBF9 for ; Thu, 28 Feb 2013 13:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 882CD69F for ; Thu, 28 Feb 2013 13:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SDo0Gl071602 for ; Thu, 28 Feb 2013 13:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SDo0kM071601; Thu, 28 Feb 2013 13:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 13:50:00 GMT Resent-Message-Id: <201302281350.r1SDo0kM071601@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vladimir Chukharev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B3EEAA1C for ; Thu, 28 Feb 2013 13:43:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A41F3655 for ; Thu, 28 Feb 2013 13:43:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SDhLCv000778 for ; Thu, 28 Feb 2013 13:43:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SDhLqB000777; Thu, 28 Feb 2013 13:43:21 GMT (envelope-from nobody) Message-Id: <201302281343.r1SDhLqB000777@red.freebsd.org> Date: Thu, 28 Feb 2013 13:43:21 GMT From: Vladimir Chukharev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176502: [Maintainer Update] devel/py-robotframework to version 2.7.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 13:50:00 -0000 >Number: 176502 >Category: ports >Synopsis: [Maintainer Update] devel/py-robotframework to version 2.7.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 13:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vladimir Chukharev >Release: 8.3-STABLE >Organization: >Environment: FreeBSD vovavaio 8.3-STABLE FreeBSD 8.3-STABLE #62 r247016: Wed Feb 20 11:35:37 EET 2013 root@vovavaio:/usr/obj/usr/src/sys/VOVA i386 >Description: 2013-02-26 Robot Framework 2.7.7 released with enhanced reports and other fixes/features. >How-To-Repeat: >Fix: Patch attached with submission follows: cd /usr/ports/devel/py-robotframework ; svn diff Index: Makefile =================================================================== --- Makefile (revision 312775) +++ Makefile (working copy) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= robotframework -PORTVERSION= 2.7.5 -PORTREVISION= 1 +PORTVERSION= 2.7.7 CATEGORIES= devel www python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} Index: distinfo =================================================================== --- distinfo (revision 312775) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (robotframework-2.7.5.tar.gz) = b2df649eea2075b0df67d02a0b75bc24369cd405262d80e9a4d73f8fc64acd4b -SIZE (robotframework-2.7.5.tar.gz) = 529541 +SHA256 (robotframework-2.7.7.tar.gz) = dd528dfbe26b260367ee91d2ab1a1e2e4d957599a472ef7d5ae1dbb84475e6c5 +SIZE (robotframework-2.7.7.tar.gz) = 543913 Index: pkg-plist =================================================================== --- pkg-plist (revision 312775) +++ pkg-plist (working copy) @@ -41,6 +41,7 @@ %%PYTHON_SITELIBDIR%%/robot/htmldata/__init__.pyo %%PYTHON_SITELIBDIR%%/robot/htmldata/common/doc_formatting.css %%PYTHON_SITELIBDIR%%/robot/htmldata/common/js_disabled.css +%%PYTHON_SITELIBDIR%%/robot/htmldata/common/storage.js %%PYTHON_SITELIBDIR%%/robot/htmldata/htmlfilewriter.py %%PYTHON_SITELIBDIR%%/robot/htmldata/htmlfilewriter.pyc %%PYTHON_SITELIBDIR%%/robot/htmldata/htmlfilewriter.pyo @@ -75,6 +76,7 @@ %%PYTHON_SITELIBDIR%%/robot/htmldata/template.py %%PYTHON_SITELIBDIR%%/robot/htmldata/template.pyc %%PYTHON_SITELIBDIR%%/robot/htmldata/template.pyo +%%PYTHON_SITELIBDIR%%/robot/htmldata/testdoc/testdoc.css %%PYTHON_SITELIBDIR%%/robot/htmldata/testdoc/testdoc.html %%PYTHON_SITELIBDIR%%/robot/jarrunner.py %%PYTHON_SITELIBDIR%%/robot/jarrunner.pyc >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 13:50: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]) by hub.freebsd.org (Postfix) with ESMTP id 2781DC26; Thu, 28 Feb 2013 13:50:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 84EA56A0; Thu, 28 Feb 2013 13:50:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SDoBf4071739; Thu, 28 Feb 2013 13:50:11 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SDoBaC071735; Thu, 28 Feb 2013 13:50:11 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 13:50:11 GMT Message-Id: <201302281350.r1SDoBaC071735@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176502: [Maintainer Update] devel/py-robotframework to version 2.7.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 13:50:12 -0000 Synopsis: [Maintainer Update] devel/py-robotframework to version 2.7.7 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 13:50:11 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=176502 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 14:13: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]) by hub.freebsd.org (Postfix) with ESMTP id D1A75327; Thu, 28 Feb 2013 14:13:51 +0000 (UTC) (envelope-from decke@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9F0237C6; Thu, 28 Feb 2013 14:13:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SEDpQv077850; Thu, 28 Feb 2013 14:13:51 GMT (envelope-from decke@freefall.freebsd.org) Received: (from decke@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SEDp85077846; Thu, 28 Feb 2013 14:13:51 GMT (envelope-from decke) Date: Thu, 28 Feb 2013 14:13:51 GMT Message-Id: <201302281413.r1SEDp85077846@freefall.freebsd.org> To: w-info@xs4all.nl, decke@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: decke@FreeBSD.org Subject: Re: ports/171390: sysutils/cdrtools: cdrecord doesn't work in 9.1 RC1 & B1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 14:13:51 -0000 Synopsis: sysutils/cdrtools: cdrecord doesn't work in 9.1 RC1 & B1 State-Changed-From-To: open->closed State-Changed-By: decke State-Changed-When: Thu Feb 28 14:13:50 UTC 2013 State-Changed-Why: All packages have been removed from the mirrors since the incident in November 2012 which indirectly also fixes that problem. http://www.freebsd.org/cgi/query-pr.cgi?pr=171390 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15: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]) by hub.freebsd.org (Postfix) with ESMTP id A1D66CBA for ; Thu, 28 Feb 2013 15:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 889159DE for ; Thu, 28 Feb 2013 15:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SF00SF084339 for ; Thu, 28 Feb 2013 15:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SF00Se084338; Thu, 28 Feb 2013 15:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:00:00 GMT Resent-Message-Id: <201302281500.r1SF00Se084338@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrei Lavreniyuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 33198CB2 for ; Thu, 28 Feb 2013 14:59:48 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 133509D7 for ; Thu, 28 Feb 2013 14:59:48 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SExlQg026499 for ; Thu, 28 Feb 2013 14:59:47 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SExkm6026498; Thu, 28 Feb 2013 14:59:46 GMT (envelope-from nobody) Message-Id: <201302281459.r1SExkm6026498@red.freebsd.org> Date: Thu, 28 Feb 2013 14:59:46 GMT From: Andrei Lavreniyuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176504: [NEW PORT] devel/crxmake: Make chromium extensions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:00:00 -0000 >Number: 176504 >Category: ports >Synopsis: [NEW PORT] devel/crxmake: Make chromium extensions >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Technica-03,Inc. >Environment: FreeBSD 59.informalians.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247144M(clang-r170710): Fri Feb 22 10:52:25 EET 2013 root@59.informalians.local:/usr/obj/usr/src/sys/Kernel amd64 >Description: Make chromium extensions WWW: https://github.com/Constellation/crxmake >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # crxmake # crxmake/files # crxmake/files/patch-crxmake.rb # crxmake/files/patch-crxmake # crxmake/pkg-descr # crxmake/pkg-message # crxmake/distinfo # crxmake/Makefile # echo c - crxmake mkdir -p crxmake > /dev/null 2>&1 echo c - crxmake/files mkdir -p crxmake/files > /dev/null 2>&1 echo x - crxmake/files/patch-crxmake.rb sed 's/^X//' >crxmake/files/patch-crxmake.rb << '78e701649e17f1edb765f403cca31257' X--- lib/crxmake.rb.orig 2013-01-18 06:02:32.000000000 +0200 X+++ lib/crxmake.rb 2013-02-28 14:32:33.630057254 +0200 X@@ -1,5 +1,3 @@ X-#!/usr/bin/ruby X-# vim: fileencoding=utf-8 X require 'rubygems' X require 'zip/zip' X require 'openssl' 78e701649e17f1edb765f403cca31257 echo x - crxmake/files/patch-crxmake sed 's/^X//' >crxmake/files/patch-crxmake << 'f7f7f26c448d6485e1486c5a52ffbd01' X--- bin/crxmake.orig 2013-01-18 06:02:32.000000000 +0200 X+++ bin/crxmake 2013-02-28 14:31:30.108056608 +0200 X@@ -1,13 +1,7 @@ X-#!/usr/bin/ruby X-# vim: fileencoding=utf-8 X+#!/usr/local/bin/ruby X require 'rubygems' X require 'optparse' X-begin X- require 'crxmake' X-rescue LoadError X- # require_relative is 1.9 only X- require File.expand_path("../../lib/crxmake", __FILE__) X-end X+require 'crxmake' X X data = {} X usage = <<-EOS f7f7f26c448d6485e1486c5a52ffbd01 echo x - crxmake/pkg-descr sed 's/^X//' >crxmake/pkg-descr << 'a9d3538ca34e93331d496adb74406a28' XMake chromium extensions X XWWW: https://github.com/Constellation/crxmake a9d3538ca34e93331d496adb74406a28 echo x - crxmake/pkg-message sed 's/^X//' >crxmake/pkg-message << 'b219f46714d85101a1c1a84882a9b65f' XDESCRIPTION: X Xmake chromium extensions X Xcommand line X $ crxmake --pack-extension= --extension-output= --pack-extension-key= X X required opt X --pack-extension= X extension source directory X optional opt X --extension-output= X crx output path (default: ./.crx) X --zip-output= X zip output path (default: ./.zip) X if it isn't defined, crxmake is working on crx mode. X --mode= X if it is defined, this value mode is priority. X --pack-extension-key= X pem key path X --key-output= X pem key output path if you generate key (default: ./.pem) X --ignore-file= X pattern to ignore files X pattern is compiled by Regexp.new() X --ignore-dir= X pattern to ignore directories X pattern is compiled by Regexp.new() X required opt X --pack-extension= X extension source directory b219f46714d85101a1c1a84882a9b65f echo x - crxmake/distinfo sed 's/^X//' >crxmake/distinfo << 'fa1577624a8d4746fe3919a0abdc739e' XSHA256 (master.zip) = 5c653b38f366be1c85a16d711b495fd8b2f77c5126ef484b729512cd23032b80 XSIZE (master.zip) = 7278 fa1577624a8d4746fe3919a0abdc739e echo x - crxmake/Makefile sed 's/^X//' >crxmake/Makefile << '5fd9a51419cb4405df1d075a8a88a6db' X# Created by: Andrei Lavreniyuk X# $FreeBSD$ X XPORTNAME= crxmake XPORTVERSION= 2.0.4 XCATEGORIES= devel XMASTER_SITES= https://github.com/Constellation/crxmake/archive/ \ X http://tor.reactor-xg.kiev.ua/files/ XDISTNAME= master X XMAINTAINER= andy.lavr@gmail.com XCOMMENT= Make chromium extensions (.crx or .zip) X XLICENSE= MIT X XEXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip XRUN_DEPENDS= ${RUBY_ARCHLIBDIR}/iconv.so:${PORTSDIR}/converters/ruby-iconv \ X zip.rb:${PORTSDIR}/archivers/ruby-zip X XNO_BUILD= yes XUSE_OPENSSL= yes XUSE_ZIP= yes XUSE_RUBY= yes X XWRKSRC= ${WRKDIR}/crxmake-master X XPLIST_FILES= ${LOCALBASE}/bin/crxmake \ X ${LOCALBASE}/lib/ruby/site_ruby/${RUBY_VER}/crxmake.rb X Xpost-patch: X @${FIND} ${WRKSRC} -name '*.orig' -delete X Xdo-install: X @${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ${WRKSRC}/bin/crxmake ${LOCALBASE}/bin X @${INSTALL_DATA} ${WRKSRC}/lib/crxmake.rb ${LOCALBASE}/lib/ruby/site_ruby/${RUBY_VER} X X.include 5fd9a51419cb4405df1d075a8a88a6db exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7A339E2 for ; Thu, 28 Feb 2013 15:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5E4A0A86 for ; Thu, 28 Feb 2013 15:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFA0xw086177 for ; Thu, 28 Feb 2013 15:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFA0B4086176; Thu, 28 Feb 2013 15:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:10:00 GMT Resent-Message-Id: <201302281510.r1SFA0B4086176@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrei Lavreniyuk Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 875F0EF8 for ; Thu, 28 Feb 2013 15:04:28 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 65952A42 for ; Thu, 28 Feb 2013 15:04:28 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SF4Sst042594 for ; Thu, 28 Feb 2013 15:04:28 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SF4SLh042593; Thu, 28 Feb 2013 15:04:28 GMT (envelope-from nobody) Message-Id: <201302281504.r1SF4SLh042593@red.freebsd.org> Date: Thu, 28 Feb 2013 15:04:28 GMT From: Andrei Lavreniyuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176505: [NEW PORT] www/crx-dnssec: DNSSEC Validator extension for Chromium X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:10:00 -0000 >Number: 176505 >Category: ports >Synopsis: [NEW PORT] www/crx-dnssec: DNSSEC Validator extension for Chromium >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Technica-03,Inc. >Environment: FreeBSD 59.informalians.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247144M(clang-r170710): Fri Feb 22 10:52:25 EET 2013 root@59.informalians.local:/usr/obj/usr/src/sys/Kernel amd64 >Description: DNSSEC Validator extension for Chromium adds a new functionality to your browser. This extension is able to check the DNSSEC status of the page you are visiting and it will present the status of DNSSEC security using color keys and information texts in the URL bar. WWW: https://labs.nic.cz/page/990/rozsireni-dnssec-validator-pro-google-chrome/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # crx-dnssec # crx-dnssec/distinfo # crx-dnssec/Makefile # crx-dnssec/pkg-descr # crx-dnssec/pkg-message # crx-dnssec/files # crx-dnssec/files/patch-chrome # echo c - crx-dnssec mkdir -p crx-dnssec > /dev/null 2>&1 echo x - crx-dnssec/distinfo sed 's/^X//' >crx-dnssec/distinfo << '32afef24a84ad1bc34a9713383b2e495' XSHA256 (dnssec-chromium-1.1.6.tar.gz) = 0cea1cada3f01f86f77318db9a138321aef4eacb2251e87422f284f42b73857f XSIZE (dnssec-chromium-1.1.6.tar.gz) = 353504 32afef24a84ad1bc34a9713383b2e495 echo x - crx-dnssec/Makefile sed 's/^X//' >crx-dnssec/Makefile << 'e781db691e9652364d5653129948be32' X# Created by: Andrei Lavreniyuk X# $FreeBSD$ X XPORTNAME= dnssec-chromium XPORTVERSION= 1.1.6 XCATEGORIES= www XMASTER_SITES= https://labs.nic.cz/page/990/rozsireni-dnssec-validator-pro-google-chrome/ \ X https://chrome.google.com/webstore/detail/hpmbmjbcmglolhjdcbicfdhmgmcoeknm/ X XMAINTAINER= andy.lavr@gmail.com XCOMMENT= DNSSEC Validator extension for Chromium X XLIB_DEPENDS= ldns:${PORTSDIR}/dns/ldns XFETCH_DEPENDS= dnssec-validator>=1.1.6:${PORTSDIR}/www/dnssec-validator XBUILD_DEPENDS= crxmake:${PORTSDIR}/devel/crxmake X XONLY_FOR_ARCHS= amd64 XUSE_RUBY= yes X XLICENSE_PERMS_GPL3= yes X XPLIST_FILES= ${DISTDIR}/crx/dnssec-validator-1.1.6.pem \ X ${DISTDIR}/crx/dnssec-validator-1.1.6.crx \ X ${DISTDIR}/crx/dnssec-validator-1.1.6.zip X X.include X X.if ${OSVERSION} < 900000 XIGNORE= the port has not been tested with this version FreeBSD! Upgrade to FreeBSD 9.1 or higher X.endif X XMAKE_CRX= ${RUBY} ${LOCALBASE}/bin/crxmake \ X --pack-extension=chrome --extension-output=dnssec-validator-1.1.6.crx \ X --key-output=dnssec-validator-1.1.6.pem --mode=crx XMAKE_ZIP= ${RUBY} ${LOCALBASE}/bin/crxmake \ X --pack-extension=chrome --zip-output=dnssec-validator-1.1.6.zip \ X --pack-extension-key=dnssec-validator-1.1.6.pem --mode=zip X Xpost-patch: X @${FIND} ${WRKSRC} -name '*.orig' -delete X Xdo-build: X @cd ${WRKSRC}/ && exec ${MAKE_CRX} X @cd ${WRKSRC}/ && exec ${MAKE_ZIP} X Xdo-install: X.if !exists(${DISTDIR}/crx) X @${MKDIR} ${DISTDIR}/crx X.endif X @${INSTALL_DATA} ${WRKSRC}/dnssec-validator-1.1.6.* ${DISTDIR}/crx X X.include e781db691e9652364d5653129948be32 echo x - crx-dnssec/pkg-descr sed 's/^X//' >crx-dnssec/pkg-descr << '8e14f9b1722f74bdf5666fdc2eec78f0' X DNSSEC Validator extension for Chromium adds a new functionality Xto your browser. X XThis extension is able to check the DNSSEC status of the page Xyou are visiting and it will present the status of DNSSEC security Xusing color keys and information texts in the URL bar. X XWWW: https://labs.nic.cz/page/990/rozsireni-dnssec-validator-pro-google-chrome/ 8e14f9b1722f74bdf5666fdc2eec78f0 echo x - crx-dnssec/pkg-message sed 's/^X//' >crx-dnssec/pkg-message << '9e70b73ba0be573bd18a44d84865b7fe' XDNSSEC Validator extension for Chromium XURL: X------------------------------------------------------------------------------- X XINSTALLATION X--------------- X X1. Open the Extensions page on the browser (chrome://extensions/) X2. Locate the "validator-1.6.1.crx" extension file on your computer X ( ports/distfiles/crx/validator-1.6.1.crx )- drag and drop the file X onto the Extensions page from step 2 and click Install. 9e70b73ba0be573bd18a44d84865b7fe echo c - crx-dnssec/files mkdir -p crx-dnssec/files > /dev/null 2>&1 echo x - crx-dnssec/files/patch-chrome sed 's/^X//' >crx-dnssec/files/patch-chrome << 'e4e3f580937e2e4cace20a1697021383' Xdiff -urN chrome/DNSSECValidatorPlugin.plugin/Contents/Info.plist dnssec-validator/DNSSECValidatorPlugin.plugin/Contents/Info.plist X--- chrome/DNSSECValidatorPlugin.plugin/Contents/Info.plist 1970-01-01 03:00:00.000000000 +0300 X+++ dnssec-validator/DNSSECValidatorPlugin.plugin/Contents/Info.plist 2013-02-19 14:38:18.000000000 +0200 X@@ -0,0 +1,58 @@ X+ X+ X+ X+ X+ CFBundleDevelopmentRegion X+ English X+ CFBundleExecutable X+ DNSSECValidatorPlugin X+ CFBundleGetInfoString X+ DNSSECValidatorPlugin 1.0.2, Copyright 2010, 2011 CZ.NIC Labs X+ CFBundleIdentifier X+ com.DNSSECValidatorPluginLib.DNSSEC Validator Plug-in X+ CFBundleInfoDictionaryVersion X+ 6.0 X+ CFBundlePackageType X+ BRPL X+ CFBundleShortVersionString X+ DNSSECValidatorPlugin 1.0.2 X+ CFBundleSignature X+ ???? X+ CFBundleVersion X+ 1.0.2 X+ CFPlugInDynamicRegisterFunction X+ X+ CFPlugInDynamicRegistration X+ NO X+ CFPlugInFactories X+ X+ 00000000-0000-0000-0000-000000000000 X+ MyFactoryFunction X+ X+ CFPlugInTypes X+ X+ 00000000-0000-0000-0000-000000000000 X+ X+ 00000000-0000-0000-0000-000000000000 X+ X+ X+ CFPlugInUnloadFunction X+ X+ WebPluginDescription X+ Plug-in used by DNSSEC Validator extension X+ WebPluginMIMETypes X+ X+ application/x-dnssecvalidator X+ X+ WebPluginExtensions X+ X+ X+ X+ WebPluginTypeDescription X+ Plug-in used by DNSSEC Validator extension X+ X+ X+ WebPluginName X+ DNSSEC Validator Plug-in X+ X+ Xdiff -urN chrome/DNSSECValidatorPlugin.plugin/Contents/Resources/English.lproj/InfoPlist.strings dnssec-validator/DNSSECValidatorPlugin.plugin/Contents/Resources/English.lproj/InfoPlist.strings X--- chrome/DNSSECValidatorPlugin.plugin/Contents/Resources/English.lproj/InfoPlist.strings 1970-01-01 03:00:00.000000000 +0300 X+++ dnssec-validator/DNSSECValidatorPlugin.plugin/Contents/Resources/English.lproj/InfoPlist.strings 2013-02-19 14:38:18.000000000 +0200 X@@ -0,0 +1,4 @@ X+/* Localized versions of Info.plist keys */ X+ X+CFBundleName = "DNSSECValidatorPlugin.plugin"; X+NSHumanReadableCopyright = "Copyright 2010, 2011 CZ.NIC Labs"; Xdiff -urN chrome/_locales/en/messages.json dnssec-validator/_locales/en/messages.json X--- chrome/_locales/en/messages.json 2013-02-26 13:33:17.000000000 +0200 X+++ dnssec-validator/_locales/en/messages.json 2013-02-19 14:38:18.000000000 +0200 X@@ -1,24 +1,68 @@ X { X- "domain": {"message": "Domain"}, X- "securedConnectionDomain": {"message": "Domain is secured by DNSSEC."}, X- "securedConnectionDomainInvIPaddr": {"message": "Domain and also connection are secured but browser's IP address is invalid!"}, X- "securedConnectionNoDomain": {"message": "Domain's non-existence proven by DNSSEC."}, X- "securedConnectionNoDomainInvIPaddr": {"message": "Non-existent domain proven by DNSSEC but browser's IP address is invalid!"}, X- "securedConnectionInvSigDomain": {"message": "Domain's DNSSEC signature is invalid."}, X- "securedConnectionInvSigDomainInvIPaddr": {"message": "Domain's DNSSEC signature is invalid and browser's IP adress is invalid as well!"}, X- "validDomainSignature": {"message": "Domain is signed, but chain of trust can not be established."}, X- "validAuthDomainSignature": {"message": "Your resolver is authoritative DNS server for this domain name, so it cannot be validated by DNSSEC."}, X- "validDomainSignatureInvIPaddr": {"message": "Domain is signed, but browser's IP is invalid!"}, X- "invalidDomainSignature": {"message": "Domain name has invalid signature, so it could indicate spoofed name!"}, X- "invalidDomainSignatureInvIPaddr": {"message": "Domain name has invalid signature in addition, and browser's and DNSSEC add-on's IP addresses of the server mismatch, so it could indicate spoofed domain name!"}, X- "unsecuredDomain": {"message": "Domain has no DNSSEC signature."}, X- "unsecuredNoDomain": {"message": "Domain appears not to exist, but proof by NSEC/NSEC3 is missing!"}, X- "validNoDomainSignature": {"message": "Non-existent domain is secured and has a valid signature, but chain of trust can not be established."}, X- "validAuthNoDomainSignature": {"message": "Your resolver is authoritative DNS server for this domain name, so its non-existence cannot be validated by DNSSEC."}, X- "validNoDomainSignatureInvIPaddr": {"message": "Domain's non-existence is signed by DNSSEC, but browser indicates domain exists!"}, X- "invalidNoDomainSignature": {"message": "Proof of domain's non-existence is not valid, so it probably indicates that domain may actually exist!"}, X- "invalidNoDomainSignatureInvIPaddr": {"message": "In addition proof of domain name non-existence is not valid, therefore browser's IP address is probably spoofed!"}, X- "actionDnssec": {"message": "Retrieving DNSSEC status..."}, X- "inactionDnssec": {"message": "Idle."}, X- "errorDnssec": {"message": "Error verifying DNSSEC status of domain."} X+ "actionDnssec": { X+ "message": "Retrieving DNSSEC status..." X+ }, X+ "domain": { X+ "message": "Domain" X+ }, X+ "errorDnssec": { X+ "message": "Error verifying DNSSEC status of domain." X+ }, X+ "inactionDnssec": { X+ "message": "Idle." X+ }, X+ "invalidDomainSignature": { X+ "message": "Domain name has invalid signature, so it could indicate spoofed name!" X+ }, X+ "invalidDomainSignatureInvIPaddr": { X+ "message": "Domain name has invalid signature in addition, and browser's and DNSSEC add-on's IP addresses of the server mismatch, so it could indicate spoofed domain name!" X+ }, X+ "invalidNoDomainSignature": { X+ "message": "Proof of domain's non-existence is not valid, so it probably indicates that domain may actually exist!" X+ }, X+ "invalidNoDomainSignatureInvIPaddr": { X+ "message": "In addition proof of domain name non-existence is not valid, therefore browser's IP address is probably spoofed!" X+ }, X+ "securedConnectionDomain": { X+ "message": "Domain is secured by DNSSEC." X+ }, X+ "securedConnectionDomainInvIPaddr": { X+ "message": "Domain and also connection are secured but browser's IP address is invalid!" X+ }, X+ "securedConnectionInvSigDomain": { X+ "message": "Domain's DNSSEC signature is invalid." X+ }, X+ "securedConnectionInvSigDomainInvIPaddr": { X+ "message": "Domain's DNSSEC signature is invalid and browser's IP adress is invalid as well!" X+ }, X+ "securedConnectionNoDomain": { X+ "message": "Domain's non-existence proven by DNSSEC." X+ }, X+ "securedConnectionNoDomainInvIPaddr": { X+ "message": "Non-existent domain proven by DNSSEC but browser's IP address is invalid!" X+ }, X+ "unsecuredDomain": { X+ "message": "Domain has no DNSSEC signature." X+ }, X+ "unsecuredNoDomain": { X+ "message": "Domain appears not to exist, but proof by NSEC/NSEC3 is missing!" X+ }, X+ "validAuthDomainSignature": { X+ "message": "Your resolver is authoritative DNS server for this domain name, so it cannot be validated by DNSSEC." X+ }, X+ "validAuthNoDomainSignature": { X+ "message": "Your resolver is authoritative DNS server for this domain name, so its non-existence cannot be validated by DNSSEC." X+ }, X+ "validDomainSignature": { X+ "message": "Domain is signed, but chain of trust can not be established." X+ }, X+ "validDomainSignatureInvIPaddr": { X+ "message": "Domain is signed, but browser's IP is invalid!" X+ }, X+ "validNoDomainSignature": { X+ "message": "Non-existent domain is secured and has a valid signature, but chain of trust can not be established." X+ }, X+ "validNoDomainSignatureInvIPaddr": { X+ "message": "Domain's non-existence is signed by DNSSEC, but browser indicates domain exists!" X+ } X } Xdiff -urN chrome/_locales/ru/messages.json dnssec-validator/_locales/ru/messages.json X--- chrome/_locales/ru/messages.json 1970-01-01 03:00:00.000000000 +0300 X+++ dnssec-validator/_locales/ru/messages.json 2012-10-04 15:00:48.000000000 +0300 X@@ -0,0 +1,68 @@ X+{ X+ "actionDnssec": { X+ "message": "Получение ÑтатуÑа DNSSEC ..." X+ }, X+ "domain": { X+ "message": "Домен" X+ }, X+ "errorDnssec": { X+ "message": "Ошибка проверки DNSSEC ÑтатуÑа домена." X+ }, X+ "inactionDnssec": { X+ "message": "Ожидание." X+ }, X+ "invalidDomainSignature": { X+ "message": "Доменное Ð¸Ð¼Ñ Ð¸Ð¼ÐµÐµÑ‚ неверную подпиÑÑŒ, так что Ñто может ÑвидетельÑтвовать о поддельном имени!" X+ }, X+ "invalidDomainSignatureInvIPaddr": { X+ "message": "Доменное Ð¸Ð¼Ñ Ð¸Ð¼ÐµÐµÑ‚ неверную подпиÑÑŒ, кроме того, и браузер, и DNSSEC IP-адреÑа Ñерверов неÑоответÑтвуют, так что Ñто может ÑвидетельÑтвовать о поддельном доменном имени!" X+ }, X+ "invalidNoDomainSignature": { X+ "message": "ПодпиÑÑŒ домена не ÑоответÑтвует, так что, вероÑтно домен может на Ñамом деле ÑущеÑтвует!" X+ }, X+ "invalidNoDomainSignatureInvIPaddr": { X+ "message": "ПодпиÑÑŒ доменного имени не ÑоответÑтвует, поÑтому IP-адреÑа браузера, вероÑтно, поддельные!" X+ }, X+ "securedConnectionDomain": { X+ "message": "Домен обеÑпечиваетÑÑ DNSSEC." X+ }, X+ "securedConnectionDomainInvIPaddr": { X+ "message": "Домен, и Ñоединение защищены, но IP Ð°Ð´Ñ€ÐµÑ Ð±Ñ€Ð°ÑƒÐ·ÐµÑ€Ð° ÑвлÑетÑÑ Ð½ÐµÐ´ÐµÐ¹Ñтвительным!" X+ }, X+ "securedConnectionInvSigDomain": { X+ "message": "ПодниÑÑŒ DNSSEC домена неправильнаÑ." X+ }, X+ "securedConnectionInvSigDomainInvIPaddr": { X+ "message": "ПодпиÑÑŒ DNSSEC домена неправильнаÑ. IP Ð°Ð´Ñ€ÐµÑ Ð½Ðµ ÑоответÑтвует!" X+ }, X+ "securedConnectionNoDomain": { X+ "message": "Домен не ÑущеÑтвует в DNSSEC." X+ }, X+ "securedConnectionNoDomainInvIPaddr": { X+ "message": "Домен не ÑущеÑтвует в DNSSEC. IP Ð°Ð´Ñ€ÐµÑ Ð½Ðµ ÑоответÑтвует!" X+ }, X+ "unsecuredDomain": { X+ "message": "Домен не имеет DNSSEC подпиÑи." X+ }, X+ "unsecuredNoDomain": { X+ "message": "Домен не ÑущеÑтвует, проверка NSEC/NSEC3 не пройдена!" X+ }, X+ "validAuthDomainSignature": { X+ "message": "Ваш резолвер ÑвлÑетÑÑ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ñ‚ÐµÑ‚Ð½Ñ‹Ð¼ Ñервером DNS Ð´Ð»Ñ Ñтого домена, поÑтому он не может быть валидатором DNSSEC." X+ }, X+ "validAuthNoDomainSignature": { X+ "message": "Ваш резолвер ÑвлÑетÑÑ Ð°Ð²Ñ‚Ð¾Ñ€Ð¸Ñ‚ÐµÑ‚Ð½Ñ‹Ð¼ Ñервером DNS Ð´Ð»Ñ Ñтого домена, подпиÑÑŒ не может быть проверена DNSSEC." X+ }, X+ "validDomainSignature": { X+ "message": "Домен подпиÑан, но цепочка Ð´Ð¾Ð²ÐµÑ€Ð¸Ñ Ð½Ðµ может быть проверена." X+ }, X+ "validDomainSignatureInvIPaddr": { X+ "message": "Домен подпиÑан, но IP Ð°Ð´Ñ€ÐµÑ Ð½ÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ñ‹Ð¹!" X+ }, X+ "validNoDomainSignature": { X+ "message": "ÐеÑущеÑтвующий домен защищен и имеет дейÑтвительную подпиÑÑŒ, но цепочка Ð´Ð¾Ð²ÐµÑ€Ð¸Ñ Ð½Ðµ может быть уÑтановлена." X+ }, X+ "validNoDomainSignatureInvIPaddr": { X+ "message": "Домен подпиÑан в DNSSEC, но браузер показывает неÑоттветÑтвие домена и IP адреÑа!" X+ } X+} Xdiff -urN chrome/background.html dnssec-validator/background.html X--- chrome/background.html 2013-02-26 13:33:17.000000000 +0200 X+++ dnssec-validator/background.html 2013-02-19 14:38:18.000000000 +0200 X@@ -202,9 +202,7 @@ X } X X var resolver = this.getResolver(); X- //Old regular expresion with port number X- //var domain = tab.url.match(/^[\w-]+:\/*\[?([\w\.:-]+)\]?(?::\d+)?/)[1]; /**/ X- var domain = tab.url.match(/^(?:[\w-]+:\/+)?\[?([\w\.-]+)\]?(?::)*(?::\d+)?/)[1]; /**/ X+ var domain = tab.url.match(/^[\w-]+:\/*\[?([\w\.:-]+)\]?(?::\d+)?/)[1]; /**/ X var plugin = document.getElementById("dnssec-plugin"); X var result = plugin.Validate(domain, X this.dnssecExtNPAPIConst.NPAPI_INPUT_FLAG_RESOLVIPV4 | XFiles chrome/icon.png and dnssec-validator/icon.png differ XFiles chrome/icon_unknown.png and dnssec-validator/icon_unknown.png differ Xdiff -urN chrome/manifest.json dnssec-validator/manifest.json X--- chrome/manifest.json 2013-02-26 13:33:17.000000000 +0200 X+++ dnssec-validator/manifest.json 2013-02-27 11:28:15.000000000 +0200 X@@ -7,7 +7,8 @@ X "32": "icon.png", X "48": "icon.png" X }, X- "name": "DNSSEC Validator", X+ "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDLg7uLMbBIZxLUJOIaXOVdNKqYXWtxiIa4bnF2o3gjIH5IKdmPg62K9uTKuiElPR0U/y7z+t8D3RY5JvgKyxImf4RADuLwxYw0gQyjR0t4ZQICQ4Ulw80GSmirHPMqrX+C9WqnFyFH90USpM9ApVnfSL7JIiouTnTpBkSAyaTudwIDAQAB", X+ "name": "DNSSEC Validator FreeBSD Edition", X "options_page": "options.html", X "page_action": { X "default_icon": "icon_unknown.png", X@@ -16,14 +17,9 @@ X }, X "permissions": [ "tabs" ], X "plugins": [ { X- "path": "npDNSSECValidatorPlugin_x86.so" X- }, { X "path": "npDNSSECValidatorPlugin_x86-64.so" X }, { X- "path": "npDNSSECValidatorPlugin_win32.dll" X- }, { X "path": "DNSSECValidatorPlugin.plugin" X } ], X- "update_url": "http://clients2.google.com/service/update2/crx", X- "version": "0.1.2" X+ "version": "1.1.6" X } XFiles chrome/npDNSSECValidatorPlugin_x86-64.so and dnssec-validator/npDNSSECValidatorPlugin_x86-64.so differ e4e3f580937e2e4cace20a1697021383 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 59C49E4 for ; Thu, 28 Feb 2013 15:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3FF5AA88 for ; Thu, 28 Feb 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFA1rs086241 for ; Thu, 28 Feb 2013 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFA1gD086240; Thu, 28 Feb 2013 15:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:10:01 GMT Resent-Message-Id: <201302281510.r1SFA1gD086240@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, clutton Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7EB59CEA for ; Thu, 28 Feb 2013 15:00:18 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5FCB89E3 for ; Thu, 28 Feb 2013 15:00:18 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SF0GIR026577 for ; Thu, 28 Feb 2013 15:00:16 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SF0GaO026576; Thu, 28 Feb 2013 15:00:16 GMT (envelope-from nobody) Message-Id: <201302281500.r1SF0GaO026576@red.freebsd.org> Date: Thu, 28 Feb 2013 15:00:16 GMT From: clutton To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176506: [maintainer update] www/xpi-ghostery version update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:10:01 -0000 >Number: 176506 >Category: ports >Synopsis: [maintainer update] www/xpi-ghostery version update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: clutton >Release: >Organization: isgroup.com.ua >Environment: >Description: 2.9.0 version bump >How-To-Repeat: >Fix: Patch attached with submission follows: diff --git a/www/xpi-ghostery/Makefile b/www/xpi-ghostery/Makefile index a75aa3d..fdfb9a5 100644 --- a/www/xpi-ghostery/Makefile +++ b/www/xpi-ghostery/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ghostery -PORTVERSION= 2.8.4 +PORTVERSION= 2.9.0 DISTVERSIONSUFFIX=-sm+fx CATEGORIES= www diff --git a/www/xpi-ghostery/distinfo b/www/xpi-ghostery/distinfo index 058f3c6..dd8aaa6 100644 --- a/www/xpi-ghostery/distinfo +++ b/www/xpi-ghostery/distinfo @@ -1,2 +1,2 @@ -SHA256 (xpi/ghostery-2.8.4-sm+fx.xpi) = b90f2a92096ae818e01113f7f2975d19a296eec79bdb1d45f88e4d437d770d63 -SIZE (xpi/ghostery-2.8.4-sm+fx.xpi) = 553402 +SHA256 (xpi/ghostery-2.9.0-sm+fx.xpi) = e2cac9dff167a6a9b7320add6ab29d3e4aab27c54c52bc3835d3c02b90e7be16 +SIZE (xpi/ghostery-2.9.0-sm+fx.xpi) = 804240 diff --git a/www/xpi-ghostery/pkg-plist b/www/xpi-ghostery/pkg-plist index 669dc49..1534599 100644 --- a/www/xpi-ghostery/pkg-plist +++ b/www/xpi-ghostery/pkg-plist @@ -13,6 +13,7 @@ %%XPI_XPIDIR%%/chrome/content/ghostery-clean.js %%XPI_XPIDIR%%/chrome/content/ghostery-click2play.json %%XPI_XPIDIR%%/chrome/content/ghostery-common.js +%%XPI_XPIDIR%%/chrome/content/ghostery-compatibility.json %%XPI_XPIDIR%%/chrome/content/ghostery-cookiemonster.js %%XPI_XPIDIR%%/chrome/content/ghostery-db.js %%XPI_XPIDIR%%/chrome/content/ghostery-html-block.js @@ -40,10 +41,62 @@ %%XPI_XPIDIR%%/chrome/content/images/arrow-hover.png %%XPI_XPIDIR%%/chrome/content/images/arrow.png %%XPI_XPIDIR%%/chrome/content/images/arrows.gif +%%XPI_XPIDIR%%/chrome/content/images/clippy_button_over.png +%%XPI_XPIDIR%%/chrome/content/images/clippy_button_up.png %%XPI_XPIDIR%%/chrome/content/images/down.gif %%XPI_XPIDIR%%/chrome/content/images/ghostery-about.png %%XPI_XPIDIR%%/chrome/content/images/gradBD.gif %%XPI_XPIDIR%%/chrome/content/images/panels.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Footer/bh_ghostery_footer_button_disabled.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Footer/bh_ghostery_footer_button_down.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Footer/bh_ghostery_footer_button_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Footer/bh_ghostery_footer_button_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Footer/bh_ghostery_footer_help_down.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Footer/bh_ghostery_footer_help_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Footer/bh_ghostery_footer_help_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Header/bh_ghostery_header_cog_down.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Header/bh_ghostery_header_cog_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Header/bh_ghostery_header_cog_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Settings/bh_ghostery_settings_button_down.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Settings/bh_ghostery_settings_button_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Settings/bh_ghostery_settings_button_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_alert.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_arrow_down_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_arrow_down_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_arrow_up_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_arrow_up_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_check_green_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_check_green_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_check_grey_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_check_grey_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_cross_blue_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_cross_blue_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_cross_green_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_cross_green_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_cross_red_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_cross_red_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_cross_yellow_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_indicator_cross_yellow_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_track_hover_left.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_track_hover_right.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tracker/bh_ghostery_tracker_track_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_arrow_left_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_arrow_left_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_arrow_right_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_arrow_right_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_close_hover.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_close_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_control_off.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_control_on.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_indicator_check_green.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_indicator_check_grey.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_indicator_cross_blue.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_indicator_cross_green.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_indicator_cross_grey.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_indicator_cross_red.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_indicator_cross_yellow.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/bh_ghostery_tutorial_track_lrg.png +%%XPI_XPIDIR%%/chrome/content/images/popup/Tutorial/turorial_panel.png %%XPI_XPIDIR%%/chrome/content/images/popup/base-short.png %%XPI_XPIDIR%%/chrome/content/images/popup/base.png %%XPI_XPIDIR%%/chrome/content/images/popup/bg-bottom.png @@ -51,6 +104,7 @@ %%XPI_XPIDIR%%/chrome/content/images/popup/chat.png %%XPI_XPIDIR%%/chrome/content/images/popup/email.png %%XPI_XPIDIR%%/chrome/content/images/popup/ghosty-top.png +%%XPI_XPIDIR%%/chrome/content/images/popup/ghosty_TM.png %%XPI_XPIDIR%%/chrome/content/images/popup/panelarrow-down.png %%XPI_XPIDIR%%/chrome/content/images/popup/panelarrow-up.png %%XPI_XPIDIR%%/chrome/content/images/popup/pause-long.png @@ -74,10 +128,13 @@ %%XPI_XPIDIR%%/chrome/content/includes/jquery.simplemodal.1.4.1.min.js %%XPI_XPIDIR%%/chrome/content/includes/tiptip/jquery.tipTip.minified.js %%XPI_XPIDIR%%/chrome/content/includes/tiptip/tipTip.css +%%XPI_XPIDIR%%/chrome/content/jquery_license.txt %%XPI_XPIDIR%%/chrome/content/options.html %%XPI_XPIDIR%%/chrome/content/options.xul +%%XPI_XPIDIR%%/chrome/content/popup.css %%XPI_XPIDIR%%/chrome/content/popup.html %%XPI_XPIDIR%%/chrome/content/share-16x16.png +%%XPI_XPIDIR%%/chrome/content/tiptip_license.txt %%XPI_XPIDIR%%/chrome/content/transparent-16x16.png %%XPI_XPIDIR%%/chrome/content/wizard.html %%XPI_XPIDIR%%/chrome/locale/de-DE/ghostery.dtd >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AD111E6 for ; Thu, 28 Feb 2013 15:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 90F89A8A for ; Thu, 28 Feb 2013 15:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFA1we086252 for ; Thu, 28 Feb 2013 15:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFA1ST086251; Thu, 28 Feb 2013 15:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:10:01 GMT Resent-Message-Id: <201302281510.r1SFA1ST086251@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrei Lavreniyuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id AE4DBEBF for ; Thu, 28 Feb 2013 15:02:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 9E947A2F for ; Thu, 28 Feb 2013 15:02:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SF2D4C042471 for ; Thu, 28 Feb 2013 15:02:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SF2DTU042470; Thu, 28 Feb 2013 15:02:13 GMT (envelope-from nobody) Message-Id: <201302281502.r1SF2DTU042470@red.freebsd.org> Date: Thu, 28 Feb 2013 15:02:13 GMT From: Andrei Lavreniyuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176507: [NEW PORT] www/xpi-dnssec: DNSSEC Validator extension for Firefox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:10:01 -0000 >Number: 176507 >Category: ports >Synopsis: [NEW PORT] www/xpi-dnssec: DNSSEC Validator extension for Firefox >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Technica-03,Inc. >Environment: FreeBSD 59.informalians.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247144M(clang-r170710): Fri Feb 22 10:52:25 EET 2013 root@59.informalians.local:/usr/obj/usr/src/sys/Kernel amd64 >Description: DNSSEC Validator extension for Firefox adds a new functionality to your browser. This extension is able to check the DNSSEC status of the page you are visiting and it will present the status of DNSSEC security using color keys and information texts in the URL bar. WWW: https://labs.nic.cz/page/990/rozsireni-dnssec-validator-pro-google-chrome/ >How-To-Repeat: >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # xpi-dnssec # xpi-dnssec/Makefile # xpi-dnssec/distinfo # xpi-dnssec/pkg-message # xpi-dnssec/pkg-descr # echo c - xpi-dnssec mkdir -p xpi-dnssec > /dev/null 2>&1 echo x - xpi-dnssec/Makefile sed 's/^X//' >xpi-dnssec/Makefile << '3bde86c229a88a834b3a7dce8274ebb8' X# Created by: Andrei Lavreniyuk X# $FreeBSD$ X XPORTNAME= dnssec XPORTVERSION= 1.1.6 XCATEGORIES= www XMASTER_SITES= https://labs.nic.cz/page/990/rozsireni-dnssec-validator-pro-google-chrome/ \ X https://chrome.google.com/webstore/detail/hpmbmjbcmglolhjdcbicfdhmgmcoeknm/ X XMAINTAINER= andy.lavr@gmail.com XCOMMENT= DNSSEC Validator extension for Firefox X XEXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip XLIB_DEPENDS= ldns:${PORTSDIR}/dns/ldns XFETCH_DEPENDS= dnssec-validator>=1.1.6:${PORTSDIR}/www/dnssec-validator X XONLY_FOR_ARCHS= amd64 XNO_BUILD= yes XLICENSE_PERMS_GPL3= yes X XUSE_FIREFOX= 19 XXPI_ID= dnssec@nic.cz XUSE_XPI= *firefox* XXPI_FILES= chrome/dnssec.jar chrome.manifest defaults/preferences/dnssec.js plugins/npDNSSECValidatorPlugin_x86-64.so install.rdf COPYING README icon.png XXPI_DIRS= chrome defaults/preferences plugins defaults X X.include "${.CURDIR}/../xpi-adblock/Makefile.xpi" X.include 3bde86c229a88a834b3a7dce8274ebb8 echo x - xpi-dnssec/distinfo sed 's/^X//' >xpi-dnssec/distinfo << '456121ed86398b565609c8b5b2deb08a' XSHA256 (xpi/dnssec-1.1.6.xpi) = dfb9583a9682f2c89f8d90e8a7465f8b8051210eaab20c93a0d454f361a5272b XSIZE (xpi/dnssec-1.1.6.xpi) = 379480 456121ed86398b565609c8b5b2deb08a echo x - xpi-dnssec/pkg-message sed 's/^X//' >xpi-dnssec/pkg-message << 'ca2a962d602f0b5710aefd3ebdd1ebfc' XDNSSEC Validator extension for Mozilla Firefox X------------------------------------------------------------------------------- X XCONFIGURATION X---------------- XBesides using GUI preferences we can change some add-on's options through the Xsystem of browser's hidden preferences (about:config). There are available Xthese parameters: X - extensions.dnssec.debugoutput [boolean] X -> print debug information to standard output (see section DEBUGGING) X - extensions.dnssec.asyncresolve [boolean] X -> enable asynchronous resolving X - extensions.dnssec.usetcp [boolean] X -> use TCP instead of default UDP for resolving X - extensions.dnssec.cacheflushinterval [integer] X -> interval of flushing expired cache records X (in seconds, "0" stands for disabled cache) X - extensions.dnssec.popupfgcolor [string] X - extensions.dnssec.popupbgcolor [string] X -> popup-window text and background color X (use color notation according to "https://developer.mozilla.org/en/CSS/ X color_value" (e.g. "#ffffff", "white", etc.), or leave empty for using X theme colors) X XPlease do not change any other add-on's option here except those mentioned Xabove. X X XDEBUGGING X------------ XFor enable debug info of an extension to stdout, set next Firefox preferences Xin "about:config": X - "browser.dom.window.dump.enabled" to "true" X - "extensions.dnssec.debugoutput" to "true" ca2a962d602f0b5710aefd3ebdd1ebfc echo x - xpi-dnssec/pkg-descr sed 's/^X//' >xpi-dnssec/pkg-descr << '84578263bfa2fddd8487e9f563d77789' X DNSSEC Validator extension for Firefox adds a new functionality Xto your browser. X XThis extension is able to check the DNSSEC status of the page Xyou are visiting and it will present the status of DNSSEC security Xusing color keys and information texts in the URL bar. X XWWW: https://labs.nic.cz/page/990/rozsireni-dnssec-validator-pro-google-chrome/ 84578263bfa2fddd8487e9f563d77789 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 78EB2495 for ; Thu, 28 Feb 2013 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 45F59AFE for ; Thu, 28 Feb 2013 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFK123088829 for ; Thu, 28 Feb 2013 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFK1j2088828; Thu, 28 Feb 2013 15:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:20:01 GMT Resent-Message-Id: <201302281520.r1SFK1j2088828@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EFFFD261 for ; Thu, 28 Feb 2013 15:11:30 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 6B365AA2 for ; Thu, 28 Feb 2013 15:11:29 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SF8vse043316 for ; Thu, 28 Feb 2013 19:08:57 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SF8vfm043315; Thu, 28 Feb 2013 19:08:57 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281508.r1SF8vfm043315@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:08:57 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176508: devel/p5-DateTime-Format-DateParse-0.05_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:20:01 -0000 >Number: 176508 >Category: ports >Synopsis: devel/p5-DateTime-Format-DateParse-0.05_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 Feb 28 15:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:20:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3EE88533 for ; Thu, 28 Feb 2013 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 95872B00 for ; Thu, 28 Feb 2013 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFK1Ah088840 for ; Thu, 28 Feb 2013 15:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFK11G088839; Thu, 28 Feb 2013 15:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:20:01 GMT Resent-Message-Id: <201302281520.r1SFK11G088839@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Andrei Lavreniyuk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 316212A1 for ; Thu, 28 Feb 2013 15:12:13 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 10284AAD for ; Thu, 28 Feb 2013 15:12:13 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SFCDIY059185 for ; Thu, 28 Feb 2013 15:12:13 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SFCCoJ059184; Thu, 28 Feb 2013 15:12:12 GMT (envelope-from nobody) Message-Id: <201302281512.r1SFCCoJ059184@red.freebsd.org> Date: Thu, 28 Feb 2013 15:12:12 GMT From: Andrei Lavreniyuk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176509: [NEW PORT] www/dnssec-validator: DNSSEC Validator extension for Chromium/Firefox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:20:02 -0000 >Number: 176509 >Category: ports >Synopsis: [NEW PORT] www/dnssec-validator: DNSSEC Validator extension for Chromium/Firefox >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Andrei Lavreniyuk >Release: FreeBSD 10.0-CURRENT amd64 >Organization: Technica-03,Inc. >Environment: FreeBSD 59.informalians.local 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r247144M(clang-r170710): Fri Feb 22 10:52:25 EET 2013 root@59.informalians.local:/usr/obj/usr/src/sys/Kernel amd64 >Description: DNSSEC Validator extension for Chromium/Firefox adds a new functionality to your browser. This extension is able to check the DNSSEC status of the page you are visiting and it will present the status of DNSSEC security using color keys and information texts in the URL bar. WWW: https://labs.nic.cz/page/990/rozsireni-dnssec-validator-pro-google-chrome/ >How-To-Repeat: NOTE: Please view: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176504 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176505 http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/176507 >Fix: Patch attached with submission follows: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # dnssec-validator # dnssec-validator/files # dnssec-validator/files/patch-config.h # dnssec-validator/files/patch-CMakeLists.txt # dnssec-validator/files/patch-projectDef.cmake # dnssec-validator/pkg-message # dnssec-validator/Makefile # dnssec-validator/pkg-descr # dnssec-validator/Makefile.rev # dnssec-validator/distinfo # echo c - dnssec-validator mkdir -p dnssec-validator > /dev/null 2>&1 echo c - dnssec-validator/files mkdir -p dnssec-validator/files > /dev/null 2>&1 echo x - dnssec-validator/files/patch-config.h sed 's/^X//' >dnssec-validator/files/patch-config.h << 'cd2fc9159e61f2065373d31e8aa76a2b' X--- ../plugin/projects/DNSSECValidatorPlugin/ldns/config.h.orig 2013-02-25 12:20:17.015649745 +0200 X+++ ../plugin/projects/DNSSECValidatorPlugin/ldns/config.h 2013-02-21 17:09:57.000000000 +0200 X@@ -0,0 +1,571 @@ X+/* ldns/config.h. Generated from config.h.in by configure. */ X+/* ldns/config.h.in. Generated from configure.ac by autoheader. */ X+ X+/* Define if building universal (internal helper macro) */ X+/* #undef AC_APPLE_UNIVERSAL_BUILD */ X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_ARPA_INET_H 1 X+ X+/* Whether the C compiler accepts the "format" attribute */ X+#define HAVE_ATTR_FORMAT 1 X+ X+/* Whether the C compiler accepts the "unused" attribute */ X+#define HAVE_ATTR_UNUSED 1 X+ X+/* Define to 1 if you have the `b32_ntop' function. */ X+/* #undef HAVE_B32_NTOP */ X+ X+/* Define to 1 if you have the `b32_pton' function. */ X+/* #undef HAVE_B32_PTON */ X+ X+/* Define to 1 if you have the `b64_ntop' function. */ X+/* #undef HAVE_B64_NTOP */ X+ X+/* Define to 1 if you have the `b64_pton' function. */ X+/* #undef HAVE_B64_PTON */ X+ X+/* Define to 1 if you have the `bzero' function. */ X+#define HAVE_BZERO 1 X+ X+/* Define to 1 if you have the `calloc' function. */ X+#define HAVE_CALLOC 1 X+ X+/* Define to 1 if you have the `ctime_r' function. */ X+#define HAVE_CTIME_R 1 X+ X+/* Is a CAFILE given at configure time */ X+#define HAVE_DANE_CA_FILE 0 X+ X+/* Is a CAPATH given at configure time */ X+#define HAVE_DANE_CA_PATH 0 X+ X+/* Define to 1 if you have the declaration of `NID_secp384r1', and to 0 if you X+ don't. */ X+#define HAVE_DECL_NID_SECP384R1 1 X+ X+/* Define to 1 if you have the declaration of `NID_X9_62_prime256v1', and to 0 X+ if you don't. */ X+#define HAVE_DECL_NID_X9_62_PRIME256V1 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_DLFCN_H 1 X+ X+/* Define to 1 if you have the `endprotoent' function. */ X+#define HAVE_ENDPROTOENT 1 X+ X+/* Define to 1 if you have the `endservent' function. */ X+#define HAVE_ENDSERVENT 1 X+ X+/* Define to 1 if you have the `EVP_sha256' function. */ X+#define HAVE_EVP_SHA256 1 X+ X+/* Define to 1 if you have the `fcntl' function. */ X+#define HAVE_FCNTL 1 X+ X+/* Define to 1 if you have the `fork' function. */ X+#define HAVE_FORK 1 X+ X+/* Whether getaddrinfo is available */ X+#define HAVE_GETADDRINFO 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_GETOPT_H 1 X+ X+/* Define to 1 if you have the `gmtime_r' function. */ X+#define HAVE_GMTIME_R 1 X+ X+/* If you have HMAC_CTX_init */ X+#define HAVE_HMAC_CTX_INIT 1 X+ X+/* Define to 1 if you have the `inet_aton' function. */ X+#define HAVE_INET_ATON 1 X+ X+/* Define to 1 if you have the `inet_ntop' function. */ X+#define HAVE_INET_NTOP 1 X+ X+/* Define to 1 if you have the `inet_pton' function. */ X+#define HAVE_INET_PTON 1 X+ X+/* Define to 1 if the system has the type `intptr_t'. */ X+#define HAVE_INTPTR_T 1 X+ X+/* define if you have inttypes.h */ X+#define HAVE_INTTYPES_H 1 X+ X+/* if the function 'ioctlsocket' is available */ X+/* #undef HAVE_IOCTLSOCKET */ X+ X+/* Define to 1 if you have the `isascii' function. */ X+#define HAVE_ISASCII 1 X+ X+/* Define to 1 if you have the `isblank' function. */ X+#define HAVE_ISBLANK 1 X+ X+/* Define to 1 if you have the `pcap' library (-lpcap). */ X+/* #undef HAVE_LIBPCAP */ X+ X+/* Define to 1 if you have the `localtime_r' function. */ X+#define HAVE_LOCALTIME_R 1 X+ X+/* Define to 1 if your system has a GNU libc compatible `malloc' function, and X+ to 0 otherwise. */ X+#define HAVE_MALLOC 1 X+ X+/* Define to 1 if you have the `memmove' function. */ X+#define HAVE_MEMMOVE 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_MEMORY_H 1 X+ X+/* Define to 1 if you have the `memset' function. */ X+#define HAVE_MEMSET 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_NETDB_H 1 X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_NETINET_IF_ETHER_H */ X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_NETINET_IGMP_H */ X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_NETINET_IN_H 1 X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_NETINET_IN_SYSTM_H */ X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_NETINET_IP6_H */ X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_NETINET_IP_COMPAT_H */ X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_NETINET_IP_H */ X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_NETINET_UDP_H */ X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_NET_ETHERNET_H */ X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_NET_IF_H */ X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_OPENSSL_ERR_H 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_OPENSSL_RAND_H 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_OPENSSL_SSL_H 1 X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_PCAP_H */ X+ X+/* If available, contains the Python version number currently in use. */ X+/* #undef HAVE_PYTHON */ X+ X+/* Define to 1 if you have the `random' function. */ X+#define HAVE_RANDOM 1 X+ X+/* Define to 1 if your system has a GNU libc compatible `realloc' function, X+ and to 0 otherwise. */ X+#define HAVE_REALLOC 1 X+ X+/* Define to 1 if you have the `sleep' function. */ X+#define HAVE_SLEEP 1 X+ X+/* Define to 1 if you have the `snprintf' function. */ X+#define HAVE_SNPRINTF 1 X+ X+/* Define if you have the SSL libraries installed. */ X+#define HAVE_SSL /**/ X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_STDARG_H 1 X+ X+/* Define to 1 if stdbool.h conforms to C99. */ X+#define HAVE_STDBOOL_H 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_STDINT_H 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_STDLIB_H 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_STRINGS_H 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_STRING_H 1 X+ X+/* Define to 1 if you have the `strlcpy' function. */ X+#define HAVE_STRLCPY 1 X+ X+/* Define to 1 if you have the `strtoul' function. */ X+#define HAVE_STRTOUL 1 X+ X+/* Define if you have SWIG libraries and header files. */ X+/* #undef HAVE_SWIG */ X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_SYS_MOUNT_H 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_SYS_PARAM_H 1 X+ X+/* define if you have sys/socket.h */ X+#define HAVE_SYS_SOCKET_H 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_SYS_STAT_H 1 X+ X+/* define if you have sys/types.h */ X+#define HAVE_SYS_TYPES_H 1 X+ X+/* Define to 1 if you have the `timegm' function. */ X+#define HAVE_TIMEGM 1 X+ X+/* Define to 1 if you have the header file. */ X+#define HAVE_TIME_H 1 X+ X+/* define if you have unistd.h */ X+#define HAVE_UNISTD_H 1 X+ X+/* Define to 1 if you have the `vfork' function. */ X+#define HAVE_VFORK 1 X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_VFORK_H */ X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_WINSOCK2_H */ X+ X+/* Define to 1 if `fork' works. */ X+#define HAVE_WORKING_FORK 1 X+ X+/* Define to 1 if `vfork' works. */ X+#define HAVE_WORKING_VFORK 1 X+ X+/* Define to 1 if you have the header file. */ X+/* #undef HAVE_WS2TCPIP_H */ X+ X+/* Define to 1 if the system has the type `_Bool'. */ X+#define HAVE__BOOL 1 X+ X+/* Is a CAFILE given at configure time */ X+/* #undef LDNS_DANE_CA_FILE */ X+ X+/* Is a CAPATH given at configure time */ X+/* #undef LDNS_DANE_CA_PATH */ X+ X+/* Default trust anchor file */ X+#define LDNS_TRUST_ANCHOR_FILE "/usr/local/etc/unbound/root.key" X+ X+/* Define to the sub-directory in which libtool stores uninstalled libraries. X+ */ X+#define LT_OBJDIR ".libs/" X+ X+/* Define to the address where bug reports for this package should be sent. */ X+#define PACKAGE_BUGREPORT "libdns@nlnetlabs.nl" X+ X+/* Define to the full name of this package. */ X+#define PACKAGE_NAME "ldns" X+ X+/* Define to the full name and version of this package. */ X+#define PACKAGE_STRING "ldns 1.6.16" X+ X+/* Define to the one symbol short name of this package. */ X+#define PACKAGE_TARNAME "libdns" X+ X+/* Define to the home page for this package. */ X+#define PACKAGE_URL "" X+ X+/* Define to the version of this package. */ X+#define PACKAGE_VERSION "1.6.16" X+ X+/* The size of `time_t', as computed by sizeof. */ X+#define SIZEOF_TIME_T 8 X+ X+/* Define to 1 if you have the ANSI C header files. */ X+#define STDC_HEADERS 1 X+ X+/* System configuration dir */ X+#define SYSCONFDIR sysconfdir X+ X+/* Define this to enable ECDSA support. */ X+#define USE_ECDSA 1 X+ X+/* Define this to enable GOST support. */ X+#define USE_GOST 1 X+ X+/* Define this to enable SHA256 and SHA512 support. */ X+#define USE_SHA2 1 X+ X+/* Enable extensions on AIX 3, Interix. */ X+#ifndef _ALL_SOURCE X+# define _ALL_SOURCE 1 X+#endif X+/* Enable GNU extensions on systems that have them. */ X+#ifndef _GNU_SOURCE X+# define _GNU_SOURCE 1 X+#endif X+/* Enable threading extensions on Solaris. */ X+#ifndef _POSIX_PTHREAD_SEMANTICS X+# define _POSIX_PTHREAD_SEMANTICS 1 X+#endif X+/* Enable extensions on HP NonStop. */ X+#ifndef _TANDEM_SOURCE X+# define _TANDEM_SOURCE 1 X+#endif X+/* Enable general extensions on Solaris. */ X+#ifndef __EXTENSIONS__ X+# define __EXTENSIONS__ 1 X+#endif X+ X+ X+/* Whether the windows socket API is used */ X+/* #undef USE_WINSOCK */ X+ X+/* the version of the windows API enabled */ X+#define WINVER 0x0502 X+ X+/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most X+ significant byte first (like Motorola and SPARC, unlike Intel). */ X+#if defined AC_APPLE_UNIVERSAL_BUILD X+# if defined __BIG_ENDIAN__ X+# define WORDS_BIGENDIAN 1 X+# endif X+#else X+# ifndef WORDS_BIGENDIAN X+/* # undef WORDS_BIGENDIAN */ X+# endif X+#endif X+ X+/* Define to 1 if on MINIX. */ X+/* #undef _MINIX */ X+ X+/* Define to 2 if the system does not provide POSIX.1 features except with X+ this defined. */ X+/* #undef _POSIX_1_SOURCE */ X+ X+/* Define to 1 if you need to in order for `stat' and other things to work. */ X+/* #undef _POSIX_SOURCE */ X+ X+/* Define to empty if `const' does not conform to ANSI C. */ X+/* #undef const */ X+ X+/* in_addr_t */ X+/* #undef in_addr_t */ X+ X+/* in_port_t */ X+/* #undef in_port_t */ X+ X+/* Define to `__inline__' or `__inline' if that's what the C compiler X+ calls it, or to nothing if 'inline' is not supported under any name. */ X+#ifndef __cplusplus X+/* #undef inline */ X+#endif X+ X+/* Define to `short' if does not define. */ X+/* #undef int16_t */ X+ X+/* Define to `int' if does not define. */ X+/* #undef int32_t */ X+ X+/* Define to `long long' if does not define. */ X+/* #undef int64_t */ X+ X+/* Define to `char' if does not define. */ X+/* #undef int8_t */ X+ X+/* Define to the type of a signed integer type wide enough to hold a pointer, X+ if such a type exists, and if the system does not define it. */ X+/* #undef intptr_t */ X+ X+/* Define to rpl_malloc if the replacement function should be used. */ X+/* #undef malloc */ X+ X+/* Define to `int' if does not define. */ X+/* #undef pid_t */ X+ X+/* Define to rpl_realloc if the replacement function should be used. */ X+/* #undef realloc */ X+ X+/* Define to `unsigned int' if does not define. */ X+/* #undef size_t */ X+ X+/* Define to 'int' if not defined */ X+/* #undef socklen_t */ X+ X+/* Fallback member name for socket family in struct sockaddr_storage */ X+/* #undef ss_family */ X+ X+/* Define to `int' if does not define. */ X+/* #undef ssize_t */ X+ X+/* Define to `unsigned short' if does not define. */ X+/* #undef uint16_t */ X+ X+/* Define to `unsigned int' if does not define. */ X+/* #undef uint32_t */ X+ X+/* Define to `unsigned long long' if does not define. */ X+/* #undef uint64_t */ X+ X+/* Define to `unsigned char' if does not define. */ X+/* #undef uint8_t */ X+ X+/* Define as `fork' if `vfork' does not work. */ X+/* #undef vfork */ X+ X+ X+#include X+#include X+#include X+#include X+ X+#ifndef LITTLE_ENDIAN X+#define LITTLE_ENDIAN 1234 X+#endif X+ X+#ifndef BIG_ENDIAN X+#define BIG_ENDIAN 4321 X+#endif X+ X+#ifndef BYTE_ORDER X+#ifdef WORDS_BIGENDIAN X+#define BYTE_ORDER BIG_ENDIAN X+#else X+#define BYTE_ORDER LITTLE_ENDIAN X+#endif /* WORDS_BIGENDIAN */ X+#endif /* BYTE_ORDER */ X+ X+#if STDC_HEADERS X+#include X+#include X+#endif X+ X+#ifdef HAVE_STDINT_H X+#include X+#endif X+ X+#ifdef HAVE_SYS_SOCKET_H X+#include X+#endif X+ X+#ifdef HAVE_NETINET_IN_H X+#include X+#endif X+ X+#ifdef HAVE_ARPA_INET_H X+#include X+#endif X+ X+#ifdef HAVE_WINSOCK2_H X+#include X+#endif X+ X+#ifdef HAVE_WS2TCPIP_H X+#include X+#endif X+ X+ X+/* detect if we need to cast to unsigned int for FD_SET to avoid warnings */ X+#ifdef HAVE_WINSOCK2_H X+#define FD_SET_T (u_int) X+#else X+#define FD_SET_T X+#endif X+ X+ X+ X+ X+#ifdef __cplusplus X+extern "C" { X+#endif X+ X+#ifndef B64_PTON X+int ldns_b64_ntop(uint8_t const *src, size_t srclength, X+ char *target, size_t targsize); X+/** X+ * calculates the size needed to store the result of b64_ntop X+ */ X+/*@unused@*/ X+static inline size_t ldns_b64_ntop_calculate_size(size_t srcsize) X+{ X+ return ((((srcsize + 2) / 3) * 4) + 1); X+} X+#endif /* !B64_PTON */ X+#ifndef B64_NTOP X+int ldns_b64_pton(char const *src, uint8_t *target, size_t targsize); X+/** X+ * calculates the size needed to store the result of ldns_b64_pton X+ */ X+/*@unused@*/ X+static inline size_t ldns_b64_pton_calculate_size(size_t srcsize) X+{ X+ return (((((srcsize + 3) / 4) * 3)) + 1); X+} X+#endif /* !B64_NTOP */ X+ X+#ifndef HAVE_SLEEP X+/* use windows sleep, in millisecs, instead */ X+#define sleep(x) Sleep((x)*1000) X+#endif X+ X+#ifndef HAVE_RANDOM X+#define srandom(x) srand(x) X+#define random(x) rand(x) X+#endif X+ X+#ifndef HAVE_TIMEGM X+#include X+time_t timegm (struct tm *tm); X+#endif /* !TIMEGM */ X+#ifndef HAVE_GMTIME_R X+struct tm *gmtime_r(const time_t *timep, struct tm *result); X+#endif X+#ifndef HAVE_LOCALTIME_R X+struct tm *localtime_r(const time_t *timep, struct tm *result); X+#endif X+#ifndef HAVE_ISBLANK X+int isblank(int c); X+#endif /* !HAVE_ISBLANK */ X+#ifndef HAVE_ISASCII X+int isascii(int c); X+#endif /* !HAVE_ISASCII */ X+#ifndef HAVE_SNPRINTF X+#include X+int snprintf (char *str, size_t count, const char *fmt, ...); X+int vsnprintf (char *str, size_t count, const char *fmt, va_list arg); X+#endif /* HAVE_SNPRINTF */ X+#ifndef HAVE_INET_PTON X+int inet_pton(int af, const char* src, void* dst); X+#endif /* HAVE_INET_PTON */ X+#ifndef HAVE_INET_NTOP X+const char *inet_ntop(int af, const void *src, char *dst, size_t size); X+#endif X+#ifndef HAVE_INET_ATON X+int inet_aton(const char *cp, struct in_addr *addr); X+#endif X+#ifndef HAVE_MEMMOVE X+void *memmove(void *dest, const void *src, size_t n); X+#endif X+#ifndef HAVE_STRLCPY X+size_t strlcpy(char *dst, const char *src, size_t siz); X+#endif X+#ifdef __cplusplus X+} X+#endif X+#ifndef HAVE_GETADDRINFO X+#include "compat/fake-rfc2553.h" X+#endif X+#ifndef HAVE_STRTOUL X+#define strtoul (unsigned long)strtol X+#endif X+ cd2fc9159e61f2065373d31e8aa76a2b echo x - dnssec-validator/files/patch-CMakeLists.txt sed 's/^X//' >dnssec-validator/files/patch-CMakeLists.txt << 'e62778a2e7677e0302e05251d5099b2e' X--- ../plugin/FireBreath/src/NpapiCore/CMakeLists.txt.orig 2013-02-22 15:33:18.000000000 +0200 X+++ ../plugin/FireBreath/src/NpapiCore/CMakeLists.txt 2013-02-22 16:53:43.023648754 +0200 X@@ -101,7 +101,7 @@ X X if (UNIX) X # Link with libdl on Mac and X11 X- set(LIBDL_LIBRARIES dl) X+ set(LIBDL_LIBRARIES c) X endif() X target_link_libraries(${PROJNAME} X ${Boost_LIBRARIES} e62778a2e7677e0302e05251d5099b2e echo x - dnssec-validator/files/patch-projectDef.cmake sed 's/^X//' >dnssec-validator/files/patch-projectDef.cmake << '1858ff80bb538d4a437d10118341ec3e' X--- ../plugin/projects/DNSSECValidatorPlugin/X11/projectDef.cmake.orig 2013-02-22 15:33:06.000000000 +0200 X+++ ../plugin/projects/DNSSECValidatorPlugin/X11/projectDef.cmake 2013-02-22 16:58:34.119649499 +0200 X@@ -50,7 +50,7 @@ X endif () X X # set appropriate arch for linking X-if (CMAKE_SYSTEM_NAME STREQUAL "Linux") X+if (CMAKE_SYSTEM_NAME STREQUAL "Freebsd") X if (CMAKE_CXX_FLAGS MATCHES "-m64" OR X NOT CMAKE_CXX_FLAGS MATCHES "-m" AND UNIX_64_BIT) X message("Configuring for 64bit build...") X@@ -64,22 +64,17 @@ X endif () X endif () X X-# set header file directories X-include_directories(${CMAKE_CURRENT_SOURCE_DIR}/../../lib/linux/${BUILD_ARCH} X- ${CMAKE_CURRENT_SOURCE_DIR}/../../lib/ldns X- ${CMAKE_CURRENT_SOURCE_DIR}/../../lib/openssl/include) X X-# set static library paths X-add_library(ldns STATIC IMPORTED) X-set_property(TARGET ldns PROPERTY IMPORTED_LOCATION X- ${CMAKE_CURRENT_SOURCE_DIR}/../../lib/linux/${BUILD_ARCH}/libldns.a) X-add_library(crypto STATIC IMPORTED) X-set_property(TARGET crypto PROPERTY IMPORTED_LOCATION X- ${CMAKE_CURRENT_SOURCE_DIR}/../../lib/linux/${BUILD_ARCH}/libcrypto.a) X+# set header file directories X+include_directories( /usr/local/include/ldns X+ /usr/include/openssl X+ /lib X+ /usr/lib X+ /usr/local/lib) X X # add library dependencies here; leave ${PLUGIN_INTERNAL_DEPS} there unless you know what you're doing! X target_link_libraries(${PROJNAME} X ${PLUGIN_INTERNAL_DEPS} X- ldns X- crypto X+ /usr/local/lib/libldns.so X+ /usr/lib/libcrypto.so X ) 1858ff80bb538d4a437d10118341ec3e echo x - dnssec-validator/pkg-message sed 's/^X//' >dnssec-validator/pkg-message << '4053f91405611c019881433552414583' XDNSSEC Validator extension for Mozilla Firefox and Chromium XURL: X------------------------------------------------------------------------------- X XINSTALLATION X--------------- X XFirefox: X XInstall port www/xpi-dnssec and add extensions to your Firefox. X X1. Start Firefox and installing extensions DNSSEC Validator. X XChromium: X XInstall port www/crx-dnssec and add extensions to your Chromium. X X1. Open the Extensions page on the browser (chrome://extensions/) X2. Locate the "validator-1.6.1.crx" extension file on your computer X ( ports/distfiles/validator-1.6.1.crx )- drag and drop the file X onto the Extensions page from step 1 and click Install. 4053f91405611c019881433552414583 echo x - dnssec-validator/Makefile sed 's/^X//' >dnssec-validator/Makefile << 'ad1b0a9b6cc3ea7da92e2d2c29476191' X# Created by: Andrei Lavreniyuk X# $FreeBSD$ X XPORTNAME= dnssec-validator XPORTVERSION= 1.1.6.${SNAPDATE} XDISTVERSIONSUFFIX=.${SNAPREV} XCATEGORIES= www XMASTER_SITES= https://labs.nic.cz/page/990/rozsireni-dnssec-validator-pro-google-chrome/ \ X https://chrome.google.com/webstore/detail/hpmbmjbcmglolhjdcbicfdhmgmcoeknm/ X XMAINTAINER= andy.lavr@gmail.com XCOMMENT= DNSSEC Validator extension for Chromium/Firefox X XEXTRACT_DEPENDS= zip:${PORTSDIR}/archivers/zip XLIB_DEPENDS= ldns:${PORTSDIR}/dns/ldns XFETCH_DEPENDS= ${LOCALBASE}/bin/git:${PORTSDIR}/devel/git XBUILD_DEPENDS= bash:${PORTSDIR}/shells/bash cmake:${PORTSDIR}/devel/cmake X XONLY_FOR_ARCHS= amd64 X XLICENSE_PERMS_GPL3= yes XUSE_GCC= 4.2+ XUSE_GMAKE= yes XUSE_OPENSSL= yes XNO_PACKAGE= Please view pkg-message XNO_INSTALL_MANPAGES= yes XNOFETCHFILES= dnssec-validator-1.1.6.20120725.558a4bd.tar.gz XXPI_PORTVERSION= 1.1.6 X XWRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.${SNAPREV}/firefox XDATADIR= ${WRKDIR}/${PORTNAME}-${PORTVERSION}.${SNAPREV} X XPLIST_FILES= ${DISTDIR}/xpi/dnssec-${XPI_PORTVERSION}.xpi \ X ${DISTDIR}/${PORTNAME}-crx-${EXTENSION_VERSION}.tar.gz X X.include X X.if ${OSVERSION} < 900000 XIGNORE= the port has not been tested with this version FreeBSD! Upgrade to FreeBSD 9.1 or higher X.endif X X.if ( ${OSVERSION} < 704000 || \ X(${OSVERSION} >= 800000 && ${OSVERSION} < 802000) || \ X(${OSVERSION} >= 900000 && ${OSVERSION} < 900027) ) XBUILD_DEPENDS+= openssl>=1.0:${PORTSDIR}/security/openssl XWITH_OPENSSL_PORT= yes X.endif X XGIT_WORK= ${WRKDIR}/${PORTNAME}.git-clone XGIT_PLUGIN=${GIT_WORK}/plugin/FireBreath XGIT_DATE= $$(date -ur$$(git log --pretty=format:%ct -1 ) +%Y%m%d) XGIT_REV= $$(git log --pretty=format:%h -1) XNEWDISTNAME= ${DISTNAME:S/${SNAPDATE}.${SNAPREV}$$//}${GIT_DATE}.${GIT_REV} X XEXTENSION_VERSION= ${PORTVERSION}.${SNAPREV} XPLUGIN_ROOT= ${WRKSRC}/../plugin XPLUGIN_TMP= ${WRKSRC}/../tmp_build XPLUGIN_NAME= DNSSECValidatorPlugin X X.if !exists(${DISTDIR}/${NOFETCHFILES}) Xdo-fetch: X git clone git://git.nic.cz/dnssec-validator \ X ${GIT_WORK} X git clone git://github.com/firebreath/FireBreath.git \ X ${GIT_PLUGIN} X X ( cd ${GIT_PLUGIN} && git checkout f21613137c4c0cfb24679197ea706b31effdd956 ) X X ( cd ${GIT_WORK}; \ X git log --stat >ChangeLog; \ X ${TAR} cjf ${DISTDIR}/${DIST_SUBDIR}/${NEWDISTNAME}${EXTRACT_SUFX} \ X --exclude '.git*' --exclude autogen.sh \ X --exclude autom4te.cache \ X -s "|${GIT_WORK}|${NEWDISTNAME}|" \ X ${GIT_WORK}; \ X ${ECHO_CMD} "SNAPDATE= ${GIT_DATE}" \ X >${MASTERDIR}/Makefile.rev; \ X ${ECHO_CMD} "SNAPREV= ${GIT_REV}" \ X >>${MASTERDIR}/Makefile.rev ) X X ${RM} -rf ${WRKDIR} X @cd ${PORTSDIR}/www/dnssec-validator && ${MAKE} makesum X.endif X Xpost-patch: X @cd ${WRKSRC} && ${RM} ./Makefile X @${RM} -rf plugins ${PLUGIN_ROOT}/build ${PLUGIN_TMP} X X @${FIND} ${DATADIR} -name '*.sh' | ${XARGS} ${REINPLACE_CMD} \ X -e 's|^#!/bin/bash|#!/usr/local/bin/bash|g' X X @${FIND} ${DATADIR} -name '*.sh.in' | ${XARGS} ${REINPLACE_CMD} \ X -e 's|^#!/bin/bash|#!/usr/local/bin/bash|g' X Xdo-configure: X @${PLUGIN_ROOT}/FireBreath/prepmake.sh ${PLUGIN_ROOT}/projects ${PLUGIN_ROOT}/build \ X -DCMAKE_VERBOSE_MAKEFILE=1 \ X -DCMAKE_C_FLAGS=-m64 -Wall -std=c99 \ X -DCMAKE_CXX_FLAGS=-m64 -Wall \ X -DCMAKE_BUILD_TYPE=MinSizeRel \ X -DCMAKE_C_COMPILER:FILEPATH=/usr/bin/gcc \ X -DCMAKE_CXX_COMPILER:FILEPATH=/usr/bin/g++ X Xdo-build: X @${MAKE} -C ${PLUGIN_ROOT}/build X @${MKDIR} ${WRKSRC}/plugins && ${CP} ${PLUGIN_ROOT}/build/bin/${PLUGIN_NAME}/np${PLUGIN_NAME}.so ${WRKSRC}/plugins/np${PLUGIN_NAME}_x86-64.so X @${SED} 's/<\/em:targetPlatform>/FreeBSD<\/em:targetPlatform>/g' ${WRKSRC}/install.rdf.template > ${WRKSRC}/install.rdf X @cd ${WRKSRC} && ${LOCALBASE}/bin/bash build.sh X Xdo-install: X @${ECHO_MSG} X @${ECHO_MSG} "Installing firefox plugin distfiles" X @${ECHO_MSG} X @${LN} -sf ${WRKSRC}/dnssec.xpi ${WRKSRC}/dnssec-${XPI_PORTVERSION}.xpi X @${INSTALL} -m 644 ${WRKSRC}/dnssec-${XPI_PORTVERSION}.xpi ${DISTDIR}/xpi X @cd ${PORTSDIR}/www/xpi-dnssec && ${MAKE} makesum X @${ECHO_MSG} X @${ECHO_MSG} "Installing chromium plugin source" X @${ECHO_MSG} X @${CP} ${WRKSRC}/plugins/np${PLUGIN_NAME}_x86-64.so ${WRKSRC}/../chrome X @${MKDIR} ${WRKDIR}/tmp/dnssec-chromium-${XPI_PORTVERSION}/chrome X @${CP} -a ${WRKSRC}/../chrome/* ${WRKDIR}/tmp/dnssec-chromium-${XPI_PORTVERSION}/chrome X @${TAR} -C ${WRKDIR}/tmp -c -z -f ${DISTDIR}/dnssec-chromium-${XPI_PORTVERSION}.tar.gz - . X @cd ${PORTSDIR}/www/crx-dnssec && ${MAKE} makesum X Xpost-install: .SILENT X ${ECHO_MSG} X ${CAT} ${PKGMESSAGE} X ${ECHO_MSG} X X.include "Makefile.rev" X.include ad1b0a9b6cc3ea7da92e2d2c29476191 echo x - dnssec-validator/pkg-descr sed 's/^X//' >dnssec-validator/pkg-descr << '714e5e4802309189c6617271876c060b' X DNSSEC Validator extension for Chromium/Firefox adds a new functionality Xto your browser. X XThis extension is able to check the DNSSEC status of the page Xyou are visiting and it will present the status of DNSSEC security Xusing color keys and information texts in the URL bar. X XWWW: https://labs.nic.cz/page/990/rozsireni-dnssec-validator-pro-google-chrome/ 714e5e4802309189c6617271876c060b echo x - dnssec-validator/Makefile.rev sed 's/^X//' >dnssec-validator/Makefile.rev << '754596a275b3c89f9ea566d621279407' XSNAPDATE= 20120725 XSNAPREV= 558a4bd 754596a275b3c89f9ea566d621279407 echo x - dnssec-validator/distinfo sed 's/^X//' >dnssec-validator/distinfo << 'e07e0dd50b794e6b1cd7740d3f1f5775' XSHA256 (dnssec-validator-1.1.6.20120725.558a4bd.tar.gz) = fcba6979c40b8ad051bd0a85d8a758bdb6ba32a3b0b8c892962e30307439bee1 XSIZE (dnssec-validator-1.1.6.20120725.558a4bd.tar.gz) = 4331300 e07e0dd50b794e6b1cd7740d3f1f5775 exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:24:53 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C559B82E; Thu, 28 Feb 2013 15:24:53 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9E6DCB4D; Thu, 28 Feb 2013 15:24:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFOr40090391; Thu, 28 Feb 2013 15:24:53 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFOr5c090387; Thu, 28 Feb 2013 15:24:53 GMT (envelope-from culot) Date: Thu, 28 Feb 2013 15:24:53 GMT Message-Id: <201302281524.r1SFOr5c090387@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/176508: devel/p5-DateTime-Format-DateParse-0.05_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:24:53 -0000 Synopsis: devel/p5-DateTime-Format-DateParse-0.05_1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Feb 28 15:24:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176508 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:34: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]) by hub.freebsd.org (Postfix) with ESMTP id 73765A83; Thu, 28 Feb 2013 15:34:13 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3903AC0F; Thu, 28 Feb 2013 15:34:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFYDWJ092079; Thu, 28 Feb 2013 15:34:13 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFYCVC092075; Thu, 28 Feb 2013 15:34:12 GMT (envelope-from pawel) Date: Thu, 28 Feb 2013 15:34:12 GMT Message-Id: <201302281534.r1SFYCVC092075@freefall.freebsd.org> To: ports@bsdserwis.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/176440: net-mgmt/collectd: small modification for zfs statisticts X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:34:13 -0000 Synopsis: net-mgmt/collectd: small modification for zfs statisticts State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Thu Feb 28 15:34:11 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176440 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8BE46D4F for ; Thu, 28 Feb 2013 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7DCBECBB for ; Thu, 28 Feb 2013 15:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFe2bc092306 for ; Thu, 28 Feb 2013 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFe2he092305; Thu, 28 Feb 2013 15:40:02 GMT (envelope-from gnats) Date: Thu, 28 Feb 2013 15:40:02 GMT Message-Id: <201302281540.r1SFe2he092305@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176440: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:40:02 -0000 The following reply was made to PR ports/176440; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176440: commit references a PR Date: Thu, 28 Feb 2013 15:33:35 +0000 (UTC) Author: pawel Date: Thu Feb 28 15:33:25 2013 New Revision: 313095 URL: http://svnweb.freebsd.org/changeset/ports/313095 Log: Fix segfautls in ZFS code PR: ports/176440 Submitted by: Krzysztof Stryjek (maintainer) Modified: head/net-mgmt/collectd/Makefile head/net-mgmt/collectd/files/patch-src__zfs_arc.c Modified: head/net-mgmt/collectd/Makefile ============================================================================== --- head/net-mgmt/collectd/Makefile Thu Feb 28 15:19:55 2013 (r313094) +++ head/net-mgmt/collectd/Makefile Thu Feb 28 15:33:25 2013 (r313095) @@ -3,7 +3,7 @@ PORTNAME= collectd PORTVERSION= 4.10.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://collectd.org/files/ Modified: head/net-mgmt/collectd/files/patch-src__zfs_arc.c ============================================================================== --- head/net-mgmt/collectd/files/patch-src__zfs_arc.c Thu Feb 28 15:19:55 2013 (r313094) +++ head/net-mgmt/collectd/files/patch-src__zfs_arc.c Thu Feb 28 15:33:25 2013 (r313095) @@ -1,5 +1,5 @@ --- src/zfs_arc.c.orig 2012-11-11 11:43:05.000000000 +0100 -+++ src/zfs_arc.c 2012-12-31 00:59:33.000000000 +0100 ++++ src/zfs_arc.c 2013-02-26 15:29:15.297851681 +0100 @@ -23,11 +23,58 @@ #include "common.h" #include "plugin.h" @@ -60,7 +60,85 @@ static void za_submit (const char* type, const char* type_instance, value_t* values, int values_len) { -@@ -90,42 +137,40 @@ +@@ -46,112 +93,136 @@ + + static void za_submit_gauge (const char* type, const char* type_instance, gauge_t value) + { +- value_t values[1]; ++ value_t vv; + +- values[0].gauge = value; ++ vv.gauge = value; + +- za_submit (type, type_instance, values, STATIC_ARRAY_SIZE(values)); ++ za_submit (type, type_instance, &vv, 1); + } + +-static void za_submit_size (gauge_t size, gauge_t size_target, gauge_t limit_min, gauge_t limit_max) ++static int za_read_derive (struct za_context *ctx, const char *kstat_value, ++ const char *type, const char *type_instance) + { +- value_t values[4]; ++ long long tmp; ++ value_t v; + +- values[0].gauge = size; +- values[1].gauge = size_target; +- values[2].gauge = limit_min; +- values[3].gauge = limit_max; ++ tmp = za_get_value (ctx, (char *)kstat_value); ++ if (tmp == -1LL) ++ { ++ ERROR ("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value); ++ return (-1); ++ } + +- za_submit ("arc_size", "", values, STATIC_ARRAY_SIZE(values)); ++ v.derive = (derive_t) tmp; ++ za_submit (type, type_instance, /* values = */ &v, /* values_num = */ 1); ++ return (0); + } + +-static void za_submit_bytes (counter_t read, counter_t write) ++static int za_read_gauge (struct za_context *ctx, const char *kstat_value, ++ const char *type, const char *type_instance) + { +- value_t values[2]; ++ long long tmp; ++ value_t v; + +- values[0].counter = read; +- values[1].counter = write; ++ tmp = za_get_value (ctx, (char *)kstat_value); ++ if (tmp == -1LL) ++ { ++ ERROR ("zfs_arc plugin: Reading kstat value \"%s\" failed.", kstat_value); ++ return (-1); ++ } + +- za_submit ("arc_l2_bytes", "", values, STATIC_ARRAY_SIZE(values)); ++ v.gauge = (gauge_t) tmp; ++ za_submit (type, type_instance, /* values = */ &v, /* values_num = */ 1); ++ return (0); + } + +-static void za_submit_counts (char *type_instance, counter_t demand_data, counter_t demand_metadata, +- counter_t prefetch_data, counter_t prefetch_metadata) ++static void za_submit_ratio (const char* type_instance, long long hits, long long misses) + { +- value_t values[4]; ++ gauge_t ratio = NAN; + +- values[0].counter = demand_data; +- values[1].counter = demand_metadata; +- values[2].counter = prefetch_data; +- values[3].counter = prefetch_metadata; ++ if ((hits > 0) || (misses > 0)) ++ ratio = hits / (hits + misses); + +- za_submit ("arc_counts", type_instance, values, STATIC_ARRAY_SIZE(values)); ++ za_submit_gauge ("cache_ratio", type_instance, ratio); + } static int za_read (void) { @@ -69,10 +147,9 @@ - counter_t demand_data_misses, demand_metadata_misses, prefetch_data_misses, prefetch_metadata_misses; - counter_t l2_read_bytes, l2_write_bytes; - kstat_t *ksp = NULL; -+ long long arcsize, targetsize, minlimit, maxlimit, hits, misses, l2_size, l2_hits, l2_misses; -+ long long demand_data_hits, demand_metadata_hits, prefetch_data_hits, prefetch_metadata_hits; -+ long long demand_data_misses, demand_metadata_misses, prefetch_data_misses, prefetch_metadata_misses; + long long l2_read_bytes, l2_write_bytes; ++ long long arc_hits, arc_misses, l2_hits, l2_misses; ++ value_t l2_io[2]; + struct za_context ctx; - get_kstat (&ksp, "zfs", 0, "arcstats"); @@ -106,33 +183,65 @@ - l2_write_bytes = get_kstat_value(ksp, "l2_write_bytes"); - l2_hits = get_kstat_value(ksp, "l2_hits"); - l2_misses = get_kstat_value(ksp, "l2_misses"); -+ arcsize = za_get_value(&ctx, "size"); -+ targetsize = za_get_value(&ctx, "c"); -+ minlimit = za_get_value(&ctx, "c_min"); -+ maxlimit = za_get_value(&ctx, "c_max"); -+ -+ demand_data_hits = za_get_value(&ctx, "demand_data_hits"); -+ demand_metadata_hits = za_get_value(&ctx, "demand_metadata_hits"); -+ prefetch_data_hits = za_get_value(&ctx, "prefetch_data_hits"); -+ prefetch_metadata_hits = za_get_value(&ctx, "prefetch_metadata_hits"); -+ -+ demand_data_misses = za_get_value(&ctx, "demand_data_misses"); -+ demand_metadata_misses = za_get_value(&ctx, "demand_metadata_misses"); -+ prefetch_data_misses = za_get_value(&ctx, "prefetch_data_misses"); -+ prefetch_metadata_misses = za_get_value(&ctx, "prefetch_metadata_misses"); -+ -+ hits = za_get_value(&ctx, "hits"); -+ misses = za_get_value(&ctx, "misses"); -+ -+ l2_size = za_get_value(&ctx, "l2_size"); -+ l2_read_bytes = za_get_value(&ctx, "l2_read_bytes"); -+ l2_write_bytes = za_get_value(&ctx, "l2_write_bytes"); -+ l2_hits = za_get_value(&ctx, "l2_hits"); -+ l2_misses = za_get_value(&ctx, "l2_misses"); +- +- +- za_submit_size (arcsize, targetsize, minlimit, maxlimit); +- za_submit_gauge ("arc_l2_size", "", l2_size); +- +- za_submit_counts ("hits", demand_data_hits, demand_metadata_hits, +- prefetch_data_hits, prefetch_metadata_hits); +- za_submit_counts ("misses", demand_data_misses, demand_metadata_misses, +- prefetch_data_misses, prefetch_metadata_misses); ++ /* Sizes */ ++ za_read_gauge (&ctx, "size", "cache_size", "arc"); ++ za_read_gauge (&ctx, "l2_size", "cache_size", "L2"); ++ ++ /* Operations */ ++ za_read_derive (&ctx, "allocated","cache_operation", "allocated"); ++ za_read_derive (&ctx, "deleted", "cache_operation", "deleted"); ++ za_read_derive (&ctx, "stolen", "cache_operation", "stolen"); ++ ++ /* Issue indicators */ ++ za_read_derive (&ctx, "mutex_miss", "mutex_operation", "miss"); ++ za_read_derive (&ctx, "hash_collisions", "hash_collisions", ""); ++ ++ /* Evictions */ ++ za_read_derive (&ctx, "evict_l2_cached", "cache_eviction", "cached"); ++ za_read_derive (&ctx, "evict_l2_eligible", "cache_eviction", "eligible"); ++ za_read_derive (&ctx, "evict_l2_ineligible", "cache_eviction", "ineligible"); ++ ++ /* Hits / misses */ ++ za_read_derive (&ctx, "demand_data_hits", "cache_result", "demand_data-hit"); ++ za_read_derive (&ctx, "demand_metadata_hits", "cache_result", "demand_metadata-hit"); ++ za_read_derive (&ctx, "prefetch_data_hits", "cache_result", "prefetch_data-hit"); ++ za_read_derive (&ctx, "prefetch_metadata_hits", "cache_result", "prefetch_metadata-hit"); ++ za_read_derive (&ctx, "demand_data_misses", "cache_result", "demand_data-miss"); ++ za_read_derive (&ctx, "demand_metadata_misses", "cache_result", "demand_metadata-miss"); ++ za_read_derive (&ctx, "prefetch_data_misses", "cache_result", "prefetch_data-miss"); ++ za_read_derive (&ctx, "prefetch_metadata_misses", "cache_result", "prefetch_metadata-miss"); ++ ++ /* Ratios */ ++ arc_hits = za_get_value (&ctx, "hits"); ++ arc_misses = za_get_value (&ctx, "misses"); ++ l2_hits = za_get_value (&ctx, "l2_hits"); ++ l2_misses = za_get_value (&ctx, "l2_misses"); ++ ++ za_submit_ratio ("arc", arc_hits, arc_misses); ++ za_submit_ratio ("L2", l2_hits, l2_misses); ++ ++ /* I/O */ ++ l2_io[0].derive = za_get_value (&ctx, "l2_read_bytes"); ++ l2_io[1].derive = za_get_value (&ctx, "l2_write_bytes"); +- za_submit_gauge ("arc_ratio", "L1", hits / (hits + misses)); +- za_submit_gauge ("arc_ratio", "L2", l2_hits / (l2_hits + l2_misses)); +- +- za_submit_bytes (l2_read_bytes, l2_write_bytes); ++ za_submit ("io_octets", "L2", l2_io, /* num values = */ 2); - za_submit_size (arcsize, targetsize, minlimit, maxlimit); -@@ -146,12 +191,23 @@ + return (0); +-} ++} /* int za_read */ static int za_init (void) /* {{{ */ { _______________________________________________ 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 Feb 28 15: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]) by hub.freebsd.org (Postfix) with ESMTP id A7E201EC for ; Thu, 28 Feb 2013 15:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 74CA8D5C for ; Thu, 28 Feb 2013 15:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo0oR093842 for ; Thu, 28 Feb 2013 15:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo0LP093841; Thu, 28 Feb 2013 15:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:00 GMT Resent-Message-Id: <201302281550.r1SFo0LP093841@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D3C7FF86 for ; Thu, 28 Feb 2013 15:43:32 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 5C9B5CF6 for ; Thu, 28 Feb 2013 15:43:32 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFhVcc044476 for ; Thu, 28 Feb 2013 19:43:31 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFhVIH044475; Thu, 28 Feb 2013 19:43:31 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281543.r1SFhVIH044475@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:43:31 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176511: www/p5-RT-Client-REST-0.43,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:00 -0000 >Number: 176511 >Category: ports >Synopsis: www/p5-RT-Client-REST-0.43,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 Feb 28 15:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15: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]) by hub.freebsd.org (Postfix) with ESMTP id 01A3E1EE for ; Thu, 28 Feb 2013 15:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C3AE6D5E for ; Thu, 28 Feb 2013 15:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo02M093853 for ; Thu, 28 Feb 2013 15:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo0TJ093852; Thu, 28 Feb 2013 15:50:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:00 GMT Resent-Message-Id: <201302281550.r1SFo0TJ093852@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 99FD1F6F for ; Thu, 28 Feb 2013 15:42:28 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 86286CE3 for ; Thu, 28 Feb 2013 15:42:27 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFgPtq043956 for ; Thu, 28 Feb 2013 19:42:25 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFgPuM043955; Thu, 28 Feb 2013 19:42:25 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281542.r1SFgPuM043955@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:42:25 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176512: devel/p5-Proc-SafeExec-1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:01 -0000 >Number: 176512 >Category: ports >Synopsis: devel/p5-Proc-SafeExec-1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15: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]) by hub.freebsd.org (Postfix) with ESMTP id 536EA1F0 for ; Thu, 28 Feb 2013 15:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 20DCED60 for ; Thu, 28 Feb 2013 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo1Bm093873 for ; Thu, 28 Feb 2013 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo0Nu093868; Thu, 28 Feb 2013 15:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:01 GMT Resent-Message-Id: <201302281550.r1SFo0Nu093868@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ADD9EF80 for ; Thu, 28 Feb 2013 15:43:13 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id BF230CEF for ; Thu, 28 Feb 2013 15:43:04 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFh0I4044164 for ; Thu, 28 Feb 2013 19:43:00 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFh0u7044163; Thu, 28 Feb 2013 19:43:00 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281543.r1SFh0u7044163@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:43:00 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176513: security/p5-openxpki-client-scep-0.9.1313 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:01 -0000 >Number: 176513 >Category: ports >Synopsis: security/p5-openxpki-client-scep-0.9.1313 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15: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]) by hub.freebsd.org (Postfix) with ESMTP id A59841F2 for ; Thu, 28 Feb 2013 15:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 72F79D62 for ; Thu, 28 Feb 2013 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo1wn093922 for ; Thu, 28 Feb 2013 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo1YE093916; Thu, 28 Feb 2013 15:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:01 GMT Resent-Message-Id: <201302281550.r1SFo1YE093916@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3195FF7E for ; Thu, 28 Feb 2013 15:43:07 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id B1094CEE for ; Thu, 28 Feb 2013 15:43:06 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFh5pY044216 for ; Thu, 28 Feb 2013 19:43:05 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFh5R7044215; Thu, 28 Feb 2013 19:43:05 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281543.r1SFh5R7044215@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:43:05 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176514: security/p5-openxpki-client-0.9.1284 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:01 -0000 >Number: 176514 >Category: ports >Synopsis: security/p5-openxpki-client-0.9.1284 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15: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]) by hub.freebsd.org (Postfix) with ESMTP id 0EE031F4 for ; Thu, 28 Feb 2013 15:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D0556D64 for ; Thu, 28 Feb 2013 15:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo1CD093939 for ; Thu, 28 Feb 2013 15:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo1F8093938; Thu, 28 Feb 2013 15:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:01 GMT Resent-Message-Id: <201302281550.r1SFo1F8093938@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id ACB35F73 for ; Thu, 28 Feb 2013 15:42:43 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 35D64CE7 for ; Thu, 28 Feb 2013 15:42:42 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFgf19044112 for ; Thu, 28 Feb 2013 19:42:41 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFgfM4044111; Thu, 28 Feb 2013 19:42:41 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281542.r1SFgfM4044111@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:42:41 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176515: security/p5-openxpki-client-html-mason-0.9.1396 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:02 -0000 >Number: 176515 >Category: ports >Synopsis: security/p5-openxpki-client-html-mason-0.9.1396 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:50:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 6D59A1F6 for ; Thu, 28 Feb 2013 15:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3AECED66 for ; Thu, 28 Feb 2013 15:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo27Q093950 for ; Thu, 28 Feb 2013 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo2sj093949; Thu, 28 Feb 2013 15:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:02 GMT Resent-Message-Id: <201302281550.r1SFo2sj093949@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 86CCCF71 for ; Thu, 28 Feb 2013 15:42:38 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 033CDCE6 for ; Thu, 28 Feb 2013 15:42:37 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFgaOR044060 for ; Thu, 28 Feb 2013 19:42:36 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFga66044059; Thu, 28 Feb 2013 19:42:36 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281542.r1SFga66044059@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:42:36 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176516: devel/p5-Workflow-1.34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:02 -0000 >Number: 176516 >Category: ports >Synopsis: devel/p5-Workflow-1.34 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:50:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15: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]) by hub.freebsd.org (Postfix) with ESMTP id BD6B51F8 for ; Thu, 28 Feb 2013 15:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8A911D68 for ; Thu, 28 Feb 2013 15:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo2Au093961 for ; Thu, 28 Feb 2013 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo2M8093960; Thu, 28 Feb 2013 15:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:02 GMT Resent-Message-Id: <201302281550.r1SFo2M8093960@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 11EEFF82 for ; Thu, 28 Feb 2013 15:43:23 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 908BDCF3 for ; Thu, 28 Feb 2013 15:43:22 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFhLF9044372 for ; Thu, 28 Feb 2013 19:43:21 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFhL9u044371; Thu, 28 Feb 2013 19:43:21 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281543.r1SFhL9u044371@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:43:21 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176517: security/p5-openxpki-0.9.1389_2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:02 -0000 >Number: 176517 >Category: ports >Synopsis: security/p5-openxpki-0.9.1389_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: Thu Feb 28 15:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 185381FA for ; Thu, 28 Feb 2013 15:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D9BE6D6A for ; Thu, 28 Feb 2013 15:50:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo2CG093972 for ; Thu, 28 Feb 2013 15:50:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo2dN093971; Thu, 28 Feb 2013 15:50:02 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:02 GMT Resent-Message-Id: <201302281550.r1SFo2dN093971@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A8527F85 for ; Thu, 28 Feb 2013 15:43:29 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 1A3B3CF5 for ; Thu, 28 Feb 2013 15:43:27 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFhRDI044424 for ; Thu, 28 Feb 2013 19:43:27 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFhR3w044423; Thu, 28 Feb 2013 19:43:27 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281543.r1SFhR3w044423@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:43:27 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176518: textproc/p5-Data-SpreadPagination-0.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:03 -0000 >Number: 176518 >Category: ports >Synopsis: textproc/p5-Data-SpreadPagination-0.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7CE641FC for ; Thu, 28 Feb 2013 15:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4A313D6C for ; Thu, 28 Feb 2013 15:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo3Jm093987 for ; Thu, 28 Feb 2013 15:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo31S093982; Thu, 28 Feb 2013 15:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:03 GMT Resent-Message-Id: <201302281550.r1SFo31S093982@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 5D256F70 for ; Thu, 28 Feb 2013 15:42:33 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 67B27CE5 for ; Thu, 28 Feb 2013 15:42:32 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFgVYZ044008 for ; Thu, 28 Feb 2013 19:42:31 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFgVnE044007; Thu, 28 Feb 2013 19:42:31 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281542.r1SFgVnE044007@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:42:31 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176519: devel/p5-Sys-SigAction-0.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:03 -0000 >Number: 176519 >Category: ports >Synopsis: devel/p5-Sys-SigAction-0.15 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 15:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CCDF81FE for ; Thu, 28 Feb 2013 15:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9A290D6E for ; Thu, 28 Feb 2013 15:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo32m093998 for ; Thu, 28 Feb 2013 15:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo3wA093997; Thu, 28 Feb 2013 15:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:03 GMT Resent-Message-Id: <201302281550.r1SFo3wA093997@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 58560F7F for ; Thu, 28 Feb 2013 15:43:13 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id D5D02CF1 for ; Thu, 28 Feb 2013 15:43:12 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFhBtw044268 for ; Thu, 28 Feb 2013 19:43:11 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFhBx9044267; Thu, 28 Feb 2013 19:43:11 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281543.r1SFhBx9044267@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:43:11 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176520: security/p5-openxpki-deployment-0.9.1386_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:03 -0000 >Number: 176520 >Category: ports >Synopsis: security/p5-openxpki-deployment-0.9.1386_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 Feb 28 15:50:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:50: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]) by hub.freebsd.org (Postfix) with ESMTP id 291E5200 for ; Thu, 28 Feb 2013 15:50:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EAAD9D70 for ; Thu, 28 Feb 2013 15:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFo32P094009 for ; Thu, 28 Feb 2013 15:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFo3Wq094008; Thu, 28 Feb 2013 15:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 15:50:03 GMT Resent-Message-Id: <201302281550.r1SFo3Wq094008@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Sergei Vyshenski Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 10B4AF81 for ; Thu, 28 Feb 2013 15:43:21 +0000 (UTC) (envelope-from svysh@pn.sinp.msu.ru) Received: from vivaldi.pn.sinp.msu.ru (vivaldi.pn.sinp.msu.ru [213.131.11.26]) by mx1.freebsd.org (Postfix) with ESMTP id 8DEABCF2 for ; Thu, 28 Feb 2013 15:43:20 +0000 (UTC) Received: from vivaldi.pn.sinp.msu.ru (localhost [127.0.0.1]) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5) with ESMTP id r1SFhG8r044320 for ; Thu, 28 Feb 2013 19:43:16 +0400 (MSK) (envelope-from svysh@vivaldi.pn.sinp.msu.ru) Received: (from svysh@localhost) by vivaldi.pn.sinp.msu.ru (8.14.5/8.14.5/Submit) id r1SFhGSO044319; Thu, 28 Feb 2013 19:43:16 +0400 (MSK) (envelope-from svysh) Message-Id: <201302281543.r1SFhGSO044319@vivaldi.pn.sinp.msu.ru> Date: Thu, 28 Feb 2013 19:43:16 +0400 (MSK) From: Sergei Vyshenski To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176521: security/p5-openxpki-i18n-0.9.1395_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sergei Vyshenski List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:50:04 -0000 >Number: 176521 >Category: ports >Synopsis: security/p5-openxpki-i18n-0.9.1395_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 Feb 28 15:50:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Sergei Vyshenski >Release: FreeBSD 8.3-STABLE i386 >Organization: >Environment: System: FreeBSD vivaldi.pn.sinp.msu.ru 8.3-STABLE FreeBSD 8.3-STABLE #0: Thu Sep 13 06:04:56 MSK 2012 root@vivaldi.pn.sinp.msu.ru:/usr/obj/usr/src/sys/GENERIC i386 >Description: Please change maintainer's addresss from svysh@pn.sinp.msu.ru to svysh.fbsd@gmail.com >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58: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]) by hub.freebsd.org (Postfix) with ESMTP id EAC89589; Thu, 28 Feb 2013 15:58:34 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BE4A9DE0; Thu, 28 Feb 2013 15:58:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwYqe095582; Thu, 28 Feb 2013 15:58:34 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwYfV095578; Thu, 28 Feb 2013 15:58:34 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:34 GMT Message-Id: <201302281558.r1SFwYfV095578@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176509: [NEW PORT] www/dnssec-validator: DNSSEC Validator extension for Chromium/Firefox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:35 -0000 Synopsis: [NEW PORT] www/dnssec-validator: DNSSEC Validator extension for Chromium/Firefox Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:34 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176509 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58: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]) by hub.freebsd.org (Postfix) with ESMTP id 1150358B; Thu, 28 Feb 2013 15:58:37 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D78A2DE1; Thu, 28 Feb 2013 15:58:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwa8A095648; Thu, 28 Feb 2013 15:58:36 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwaMM095644; Thu, 28 Feb 2013 15:58:36 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:36 GMT Message-Id: <201302281558.r1SFwaMM095644@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176504: [NEW PORT] devel/crxmake: Make chromium extensions X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:37 -0000 Synopsis: [NEW PORT] devel/crxmake: Make chromium extensions Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:36 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176504 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D808F58D; Thu, 28 Feb 2013 15:58:38 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AA3BBDE2; Thu, 28 Feb 2013 15:58:38 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwcv8095726; Thu, 28 Feb 2013 15:58:38 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwcG5095722; Thu, 28 Feb 2013 15:58:38 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:38 GMT Message-Id: <201302281558.r1SFwcG5095722@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176505: [NEW PORT] www/crx-dnssec: DNSSEC Validator extension for Chromium X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:38 -0000 Synopsis: [NEW PORT] www/crx-dnssec: DNSSEC Validator extension for Chromium Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:38 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176505 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58:40 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 05FDC58F; Thu, 28 Feb 2013 15:58:40 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CCE3BDE3; Thu, 28 Feb 2013 15:58:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwdmD095808; Thu, 28 Feb 2013 15:58:39 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwdFE095804; Thu, 28 Feb 2013 15:58:39 GMT (envelope-from culot) Date: Thu, 28 Feb 2013 15:58:39 GMT Message-Id: <201302281558.r1SFwdFE095804@freefall.freebsd.org> To: culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, culot@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/176511: www/p5-RT-Client-REST-0.43,1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:40 -0000 Synopsis: www/p5-RT-Client-REST-0.43,1 Responsible-Changed-From-To: freebsd-ports-bugs->culot Responsible-Changed-By: culot Responsible-Changed-When: Thu Feb 28 15:58:39 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176511 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58:40 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C1358591; Thu, 28 Feb 2013 15:58:40 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9425CDE4; Thu, 28 Feb 2013 15:58:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFweeT095870; Thu, 28 Feb 2013 15:58:40 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwemd095866; Thu, 28 Feb 2013 15:58:40 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:40 GMT Message-Id: <201302281558.r1SFwemd095866@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176506: [maintainer update] www/xpi-ghostery version update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:40 -0000 Synopsis: [maintainer update] www/xpi-ghostery version update Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:40 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176506 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58: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]) by hub.freebsd.org (Postfix) with ESMTP id 85B2F5BE; Thu, 28 Feb 2013 15:58:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 618D0DE5; Thu, 28 Feb 2013 15:58:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwg96095939; Thu, 28 Feb 2013 15:58:42 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwgll095935; Thu, 28 Feb 2013 15:58:42 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:42 GMT Message-Id: <201302281558.r1SFwgll095935@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176507: [NEW PORT] www/xpi-dnssec: DNSSEC Validator extension for Firefox X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:42 -0000 Synopsis: [NEW PORT] www/xpi-dnssec: DNSSEC Validator extension for Firefox Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:41 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176507 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58:52 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 22491618; Thu, 28 Feb 2013 15:58:52 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F2DB6DE9; Thu, 28 Feb 2013 15:58:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwp83096017; Thu, 28 Feb 2013 15:58:51 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwpQf096013; Thu, 28 Feb 2013 15:58:51 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:51 GMT Message-Id: <201302281558.r1SFwpQf096013@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176512: devel/p5-Proc-SafeExec-1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:52 -0000 Synopsis: devel/p5-Proc-SafeExec-1.4 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:51 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176512 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58:53 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E685661E; Thu, 28 Feb 2013 15:58:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C29BEDEC; Thu, 28 Feb 2013 15:58:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwr3x096095; Thu, 28 Feb 2013 15:58:53 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwreM096091; Thu, 28 Feb 2013 15:58:53 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:53 GMT Message-Id: <201302281558.r1SFwreM096091@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176513: security/p5-openxpki-client-scep-0.9.1313 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:54 -0000 Synopsis: security/p5-openxpki-client-scep-0.9.1313 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176513 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58: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]) by hub.freebsd.org (Postfix) with ESMTP id AD09E621; Thu, 28 Feb 2013 15:58:55 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 893A0DEE; Thu, 28 Feb 2013 15:58:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwthn096177; Thu, 28 Feb 2013 15:58:55 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwtrs096173; Thu, 28 Feb 2013 15:58:55 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:55 GMT Message-Id: <201302281558.r1SFwtrs096173@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176514: security/p5-openxpki-client-0.9.1284 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:55 -0000 Synopsis: security/p5-openxpki-client-0.9.1284 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:55 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176514 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58: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]) by hub.freebsd.org (Postfix) with ESMTP id 744E164F; Thu, 28 Feb 2013 15:58:57 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4FE58DEF; Thu, 28 Feb 2013 15:58:57 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwvxY096243; Thu, 28 Feb 2013 15:58:57 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwvfV096239; Thu, 28 Feb 2013 15:58:57 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:57 GMT Message-Id: <201302281558.r1SFwvfV096239@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176515: security/p5-openxpki-client-html-mason-0.9.1396 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:57 -0000 Synopsis: security/p5-openxpki-client-html-mason-0.9.1396 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:56 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176515 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:58:59 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4C6DA651; Thu, 28 Feb 2013 15:58:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 289C2DF1; Thu, 28 Feb 2013 15:58:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFwxsR096309; Thu, 28 Feb 2013 15:58:59 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFwxqp096305; Thu, 28 Feb 2013 15:58:59 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:58:59 GMT Message-Id: <201302281558.r1SFwxqp096305@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176516: devel/p5-Workflow-1.34 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:58:59 -0000 Synopsis: devel/p5-Workflow-1.34 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:58:58 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176516 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:59: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]) by hub.freebsd.org (Postfix) with ESMTP id 12B0B655; Thu, 28 Feb 2013 15:59:01 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E3070DF3; Thu, 28 Feb 2013 15:59:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFx0XU096375; Thu, 28 Feb 2013 15:59:00 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFx07f096371; Thu, 28 Feb 2013 15:59:00 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:59:00 GMT Message-Id: <201302281559.r1SFx07f096371@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176517: security/p5-openxpki-0.9.1389_2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:59:01 -0000 Synopsis: security/p5-openxpki-0.9.1389_2 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:59:00 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176517 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:59: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]) by hub.freebsd.org (Postfix) with ESMTP id 643BB682; Thu, 28 Feb 2013 15:59:03 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 407F1DF5; Thu, 28 Feb 2013 15:59:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFx21u096441; Thu, 28 Feb 2013 15:59:02 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFx24X096437; Thu, 28 Feb 2013 15:59:02 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:59:02 GMT Message-Id: <201302281559.r1SFx24X096437@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176518: textproc/p5-Data-SpreadPagination-0.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:59:03 -0000 Synopsis: textproc/p5-Data-SpreadPagination-0.1.2 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:59:02 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176518 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:59: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]) by hub.freebsd.org (Postfix) with ESMTP id 9929D686; Thu, 28 Feb 2013 15:59:04 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 757D1DF7; Thu, 28 Feb 2013 15:59:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFx4P1096511; Thu, 28 Feb 2013 15:59:04 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFx45P096507; Thu, 28 Feb 2013 15:59:04 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:59:04 GMT Message-Id: <201302281559.r1SFx45P096507@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176519: devel/p5-Sys-SigAction-0.15 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:59:04 -0000 Synopsis: devel/p5-Sys-SigAction-0.15 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:59:03 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176519 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:59: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]) by hub.freebsd.org (Postfix) with ESMTP id 5F2BC688; Thu, 28 Feb 2013 15:59:06 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3B4B4DF8; Thu, 28 Feb 2013 15:59:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFx6jJ096577; Thu, 28 Feb 2013 15:59:06 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFx6TO096573; Thu, 28 Feb 2013 15:59:06 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:59:06 GMT Message-Id: <201302281559.r1SFx6TO096573@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176520: security/p5-openxpki-deployment-0.9.1386_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:59:06 -0000 Synopsis: security/p5-openxpki-deployment-0.9.1386_1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:59:05 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176520 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 15:59: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]) by hub.freebsd.org (Postfix) with ESMTP id 3261D6B5; Thu, 28 Feb 2013 15:59:08 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0E921DF9; Thu, 28 Feb 2013 15:59:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SFx7U8096644; Thu, 28 Feb 2013 15:59:07 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SFx7mn096640; Thu, 28 Feb 2013 15:59:07 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 15:59:07 GMT Message-Id: <201302281559.r1SFx7mn096640@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176521: security/p5-openxpki-i18n-0.9.1395_1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 15:59:08 -0000 Synopsis: security/p5-openxpki-i18n-0.9.1395_1 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Thu Feb 28 15:59:07 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176521 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16: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]) by hub.freebsd.org (Postfix) with ESMTP id 226281B0 for ; Thu, 28 Feb 2013 16:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 04E87EFF for ; Thu, 28 Feb 2013 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGK05I001193 for ; Thu, 28 Feb 2013 16:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGK0Kk001183; Thu, 28 Feb 2013 16:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 16:20:00 GMT Resent-Message-Id: <201302281620.r1SGK0Kk001183@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 157E87C for ; Thu, 28 Feb 2013 16:16:28 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm8.access.bullet.mail.mud.yahoo.com (nm8.access.bullet.mail.mud.yahoo.com [66.94.237.209]) by mx1.freebsd.org (Postfix) with ESMTP id A28DDEE0 for ; Thu, 28 Feb 2013 16:16:27 +0000 (UTC) Received: from [66.94.237.197] by nm8.access.bullet.mail.mud.yahoo.com with NNFMP; 28 Feb 2013 16:16:21 -0000 Received: from [98.139.221.67] by tm8.access.bullet.mail.mud.yahoo.com with NNFMP; 28 Feb 2013 16:16:21 -0000 Received: from [127.0.0.1] by smtp104.rog.mail.bf1.yahoo.com with NNFMP; 28 Feb 2013 16:16:21 -0000 Received: from localhost (jimmy@99.250.20.47 with login) by smtp104.rog.mail.bf1.yahoo.com with SMTP; 28 Feb 2013 08:16:21 -0800 PST Received: by localhost (sSMTP sendmail emulation); Thu, 28 Feb 2013 11:16:19 -0500 Message-Id: <470074.60646.bm@smtp104.rog.mail.bf1.yahoo.com> Date: Thu, 28 Feb 2013 11:16:19 -0500 From: "Charlie &" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176522: Update Port: lang/munger => 4.194 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:20:01 -0000 >Number: 176522 >Category: ports >Synopsis: Update Port: lang/munger => 4.194 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 16:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Charlie Root >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD localhost 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #19: Sun Dec 30 15:56:10 EST 2012 root@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- munger.diff begins here --- diff -ruN /usr/ports/lang/munger/Makefile ./munger/Makefile --- /usr/ports/lang/munger/Makefile 2012-11-17 00:58:53.000000000 -0500 +++ ./munger/Makefile 2013-02-28 10:35:59.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= munger -PORTVERSION= 4.193 +PORTVERSION= 4.194 CATEGORIES= lang MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/lang/munger/distinfo ./munger/distinfo --- /usr/ports/lang/munger/distinfo 2012-07-18 00:43:18.000000000 -0400 +++ ./munger/distinfo 2013-02-28 10:47:04.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (munger-4.193.tar.gz) = 4d717d51a60cd66db5586523f540af0951eed11a4d4ec5d8a896e6f90a3483ab -SIZE (munger-4.193.tar.gz) = 220251 +SHA256 (munger-4.194.tar.gz) = 71016fb224ba0b421bcd563dfa27af8401f53bd22a5bdbaa9a9ad09f2ae03a84 +SIZE (munger-4.194.tar.gz) = 220280 diff -ruN /usr/ports/lang/munger/pkg-plist ./munger/pkg-plist --- /usr/ports/lang/munger/pkg-plist 2012-07-18 00:43:18.000000000 -0400 +++ ./munger/pkg-plist 2013-02-28 10:36:03.000000000 -0500 @@ -1,5 +1,5 @@ bin/munger -lib/libmunger.so.77 +lib/libmunger.so.78 %%DATADIR%%/httpd.munger %%DATADIR%%/echo.munger %%DATADIR%%/xml2alist.munger --- munger.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16: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]) by hub.freebsd.org (Postfix) with ESMTP id 93E951B2 for ; Thu, 28 Feb 2013 16:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5F75FF02 for ; Thu, 28 Feb 2013 16:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGK1kb001225 for ; Thu, 28 Feb 2013 16:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGK1dr001224; Thu, 28 Feb 2013 16:20:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 16:20:01 GMT Resent-Message-Id: <201302281620.r1SGK1dr001224@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, James Bailie Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 80614EC9 for ; Thu, 28 Feb 2013 16:10:36 +0000 (UTC) (envelope-from jimmy@mammothcheese.ca) Received: from nm7.access.bullet.mail.mud.yahoo.com (nm7.access.bullet.mail.mud.yahoo.com [66.94.237.208]) by mx1.freebsd.org (Postfix) with ESMTP id 05807E9C for ; Thu, 28 Feb 2013 16:10:35 +0000 (UTC) Received: from [66.94.237.198] by nm7.access.bullet.mail.mud.yahoo.com with NNFMP; 28 Feb 2013 16:10:35 -0000 Received: from [98.139.221.70] by tm9.access.bullet.mail.mud.yahoo.com with NNFMP; 28 Feb 2013 16:10:35 -0000 Received: from [127.0.0.1] by smtp107.rog.mail.bf1.yahoo.com with NNFMP; 28 Feb 2013 16:10:35 -0000 Received: from localhost (jimmy@99.250.20.47 with login) by smtp107.rog.mail.bf1.yahoo.com with SMTP; 28 Feb 2013 08:10:35 -0800 PST Received: by localhost (sSMTP sendmail emulation); Thu, 28 Feb 2013 11:10:33 -0500 Message-Id: <241320.80608.bm@smtp107.rog.mail.bf1.yahoo.com> Date: Thu, 28 Feb 2013 11:10:33 -0500 From: "Charlie &" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176523: Update Port: editors/dkns X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:20:01 -0000 >Number: 176523 >Category: ports >Synopsis: Update Port: editors/dkns >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 16:20:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Bailie >Release: FreeBSD 9.1-PRERELEASE amd64 >Organization: >Environment: System: FreeBSD localhost 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #19: Sun Dec 30 15:56:10 EST 2012 root@localhost:/usr/obj/usr/src/sys/GENERIC amd64 >Description: >How-To-Repeat: >Fix: --- dkns.diff begins here --- diff -ruN /usr/ports/editors/dkns/Makefile ./dkns/Makefile --- /usr/ports/editors/dkns/Makefile 2012-11-17 00:57:12.000000000 -0500 +++ ./dkns/Makefile 2013-02-28 10:42:11.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= dkns -PORTVERSION= 1.89 +PORTVERSION= 1.90 CATEGORIES= editors MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/editors/dkns/distinfo ./dkns/distinfo --- /usr/ports/editors/dkns/distinfo 2012-04-26 22:50:52.000000000 -0400 +++ ./dkns/distinfo 2013-02-28 10:45:53.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (dkns-1.89.tar.gz) = 35aea989e6e5733bc1132ed25222c1f002e2688efcf7a1edd44a3ca4c63b9139 -SIZE (dkns-1.89.tar.gz) = 35213 +SHA256 (dkns-1.90.tar.gz) = 81b334b56fa333d383956d3d970fb59bd6e003565ce73ee4cfc199819a311cd1 +SIZE (dkns-1.90.tar.gz) = 35385 --- dkns.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16: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]) by hub.freebsd.org (Postfix) with ESMTP id F1F941E3; Thu, 28 Feb 2013 16:20:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CE180F05; Thu, 28 Feb 2013 16:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGK86j001309; Thu, 28 Feb 2013 16:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGK8rD001305; Thu, 28 Feb 2013 16:20:08 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 16:20:08 GMT Message-Id: <201302281620.r1SGK8rD001305@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176522: Update Port: lang/munger => 4.194 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:20:09 -0000 Synopsis: Update Port: lang/munger => 4.194 Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 16:20:08 UTC 2013 Responsible-Changed-Why: tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176522 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:20:15 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 40076217; Thu, 28 Feb 2013 16:20:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1C934F09; Thu, 28 Feb 2013 16:20:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGKEtx001398; Thu, 28 Feb 2013 16:20:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGKEfi001393; Thu, 28 Feb 2013 16:20:14 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 16:20:14 GMT Message-Id: <201302281620.r1SGKEfi001393@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, tabthorpe@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176523: Update Port: editors/dkns X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:20:15 -0000 Synopsis: Update Port: editors/dkns Responsible-Changed-From-To: freebsd-ports-bugs->tabthorpe Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 16:20:14 UTC 2013 Responsible-Changed-Why: tabthorpe@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176523 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16: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]) by hub.freebsd.org (Postfix) with ESMTP id CA45CAC2 for ; Thu, 28 Feb 2013 16:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 99040F9F for ; Thu, 28 Feb 2013 16:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGU0QU002957 for ; Thu, 28 Feb 2013 16:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGU0JW002956; Thu, 28 Feb 2013 16:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 16:30:00 GMT Resent-Message-Id: <201302281630.r1SGU0JW002956@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danilo Egêa Gondolfo Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D6D8F8BE for ; Thu, 28 Feb 2013 16:25:51 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C7B15F6A for ; Thu, 28 Feb 2013 16:25:51 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SGPp2o076359 for ; Thu, 28 Feb 2013 16:25:51 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SGPpNf076358; Thu, 28 Feb 2013 16:25:51 GMT (envelope-from nobody) Message-Id: <201302281625.r1SGPpNf076358@red.freebsd.org> Date: Thu, 28 Feb 2013 16:25:51 GMT From: Danilo Egêa Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176524: textproc/rand MASTER_SITES update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:30:00 -0000 >Number: 176524 >Category: ports >Synopsis: textproc/rand MASTER_SITES update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 16:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.1-RELEASE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD test 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Added two more sites to MASTER_SITES. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 313099) +++ Makefile (working copy) @@ -4,7 +4,9 @@ PORTNAME= rand PORTVERSION= 1.9 CATEGORIES= textproc -MASTER_SITES= http://bzflag.bz/~erik/files/ +MASTER_SITES= http://bzflag.bz/~erik/files/ \ + http://elfga.com/~erik/files/ \ + LOCAL/lippe MAINTAINER= danilogondolfo@gmail.com COMMENT= Utility to display files or streams in random order >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16: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]) by hub.freebsd.org (Postfix) with ESMTP id D232AAC3 for ; Thu, 28 Feb 2013 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C440AFA0 for ; Thu, 28 Feb 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGU1Z6003017 for ; Thu, 28 Feb 2013 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGU1YB003016; Thu, 28 Feb 2013 16:30:01 GMT (envelope-from gnats) Date: Thu, 28 Feb 2013 16:30:01 GMT Message-Id: <201302281630.r1SGU1YB003016@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: James Bailie Subject: Re: ports/176497: print/utopia tries to install file in /usr/share X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: James Bailie List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:30:01 -0000 The following reply was made to PR ports/176497; it has been noted by GNATS. From: James Bailie To: bug-followup@FreeBSD.org Cc: bug-followup@FreeBSD.org Subject: Re: ports/176497: print/utopia tries to install file in /usr/share Date: Thu, 28 Feb 2013 12:43:52 +0000 (UTC) New release of port to correct problems. diff is below diff -ruN /usr/ports/print/utopia/Makefile ./utopia/Makefile --- /usr/ports/print/utopia/Makefile 2012-11-17 01:00:55.000000000 -0500 +++ ./utopia/Makefile 2013-02-28 07:20:32.000000000 -0500 @@ -6,7 +6,7 @@ # PORTNAME= utopia -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= print MASTER_SITES= http://www.mammothcheese.ca/ diff -ruN /usr/ports/print/utopia/distinfo ./utopia/distinfo --- /usr/ports/print/utopia/distinfo 2011-07-03 02:14:56.000000000 -0400 +++ ./utopia/distinfo 2013-02-28 07:18:00.000000000 -0500 @@ -1,2 +1,2 @@ -SHA256 (utopia-1.0.tar.gz) = f6d7db956c0463c66a15e2201fdc31ff5c1924343f943ff2fce9653fd50a9c3d -SIZE (utopia-1.0.tar.gz) = 227476 +SHA256 (utopia-1.1.tar.gz) = cab435d6a67baa0c18141e52a1f50b38aeb6664376779b4bf80995955fd0fa13 +SIZE (utopia-1.1.tar.gz) = 227072 diff -ruN /usr/ports/print/utopia/pkg-plist ./utopia/pkg-plist --- /usr/ports/print/utopia/pkg-plist 2011-06-22 23:03:22.000000000 -0400 +++ ./utopia/pkg-plist 2013-02-28 07:09:56.000000000 -0500 @@ -14,7 +14,6 @@ %%DATADIR%%/devps/LICENSE %%DATADIR%%/devps/text.enc %%DATADIR%%/devps/textmap -%%DATADIR%%/devps/download.old -@unexec /usr/bin/sed -I backup -e "/Utopia Begin/,/Utopia End/d" +%%DATADIR%%/devps/download @dirrm %%DATADIR%%/devps @dirrm %%DATADIR%% From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:30:09 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1983FAF2; Thu, 28 Feb 2013 16:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E97F2FA2; Thu, 28 Feb 2013 16:30:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGU8m6003095; Thu, 28 Feb 2013 16:30:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGU8VG003091; Thu, 28 Feb 2013 16:30:08 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 16:30:08 GMT Message-Id: <201302281630.r1SGU8VG003091@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176524: textproc/rand MASTER_SITES update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:30:09 -0000 Synopsis: textproc/rand MASTER_SITES update Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Thu Feb 28 16:30: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=176524 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:32:38 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 85C35DD7; Thu, 28 Feb 2013 16:32:35 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5FFE9FBE; Thu, 28 Feb 2013 16:32:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGWZYe004629; Thu, 28 Feb 2013 16:32:35 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGWZ0p004625; Thu, 28 Feb 2013 16:32:35 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 16:32:35 GMT Message-Id: <201302281632.r1SGWZ0p004625@freefall.freebsd.org> To: danilogondolfo@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176524: textproc/rand MASTER_SITES update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:32:38 -0000 Synopsis: textproc/rand MASTER_SITES update State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 16:32:34 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176524 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:33: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]) by hub.freebsd.org (Postfix) with ESMTP id 06657265; Thu, 28 Feb 2013 16:33:54 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D6842FD3; Thu, 28 Feb 2013 16:33:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGXrI6004749; Thu, 28 Feb 2013 16:33:53 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGXrmj004745; Thu, 28 Feb 2013 16:33:53 GMT (envelope-from lippe) Date: Thu, 28 Feb 2013 16:33:53 GMT Message-Id: <201302281633.r1SGXrmj004745@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Subject: Re: ports/176524: textproc/rand MASTER_SITES update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:33:54 -0000 Synopsis: textproc/rand MASTER_SITES update Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Thu Feb 28 16:33:53 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176524 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:45: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]) by hub.freebsd.org (Postfix) with ESMTP id 62BFCCF2; Thu, 28 Feb 2013 16:45:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3548A100; Thu, 28 Feb 2013 16:45:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGjR50006515; Thu, 28 Feb 2013 16:45:27 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGjQ1f006511; Thu, 28 Feb 2013 16:45:26 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 16:45:26 GMT Message-Id: <201302281645.r1SGjQ1f006511@freefall.freebsd.org> To: csosstudy@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176493: New port: security/libsodium a modified version of NaCl X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:45:27 -0000 Synopsis: New port: security/libsodium a modified version of NaCl State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 16:45:26 UTC 2013 State-Changed-Why: New port added. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176493 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 6D4E9FCB for ; Thu, 28 Feb 2013 16:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 50BE313A for ; Thu, 28 Feb 2013 16:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGo1Ff006695 for ; Thu, 28 Feb 2013 16:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGo1BA006694; Thu, 28 Feb 2013 16:50:01 GMT (envelope-from gnats) Date: Thu, 28 Feb 2013 16:50:01 GMT Message-Id: <201302281650.r1SGo1BA006694@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176493: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:50:01 -0000 The following reply was made to PR ports/176493; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176493: commit references a PR Date: Thu, 28 Feb 2013 16:45:46 +0000 (UTC) Author: miwi Date: Thu Feb 28 16:45:32 2013 New Revision: 313112 URL: http://svnweb.freebsd.org/changeset/ports/313112 Log: libsodium is a library for network communication, encryption, decryption, signatures, etc. libsodium is a portable, cross-compilable, installable, packageable, API-compatible version of NaCl(security/nacl). NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools. WWW: https://github.com/jedisct1/libsodium Submitted by: "csosstudy E." PR: ports/176493 Added: head/security/libsodium/ head/security/libsodium/Makefile (contents, props changed) head/security/libsodium/distinfo (contents, props changed) head/security/libsodium/pkg-descr (contents, props changed) head/security/libsodium/pkg-plist (contents, props changed) Modified: head/security/Makefile Modified: head/security/Makefile ============================================================================== --- head/security/Makefile Thu Feb 28 16:41:43 2013 (r313111) +++ head/security/Makefile Thu Feb 28 16:45:32 2013 (r313112) @@ -279,6 +279,7 @@ SUBDIR += libpreludedb SUBDIR += libpwstor SUBDIR += libsectok + SUBDIR += libsodium SUBDIR += libssh SUBDIR += libssh2 SUBDIR += libtasn1 Added: head/security/libsodium/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libsodium/Makefile Thu Feb 28 16:45:32 2013 (r313112) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= libsodium +PORTVERSION= 0.3 +CATEGORIES= security +MASTER_SITES= http://download.dnscrypt.org/libsodium/releases/ + +MAINTAINER= csosstudy@gmail.com +COMMENT= Library for build higher-level cryptographic tools + +LICENSE= ISCL + +GNU_CONFIGURE= yes +USE_LDCONFIG= yes + +post-build: + cd ${WRKSRC} && ${MAKE} check + +.include Added: head/security/libsodium/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libsodium/distinfo Thu Feb 28 16:45:32 2013 (r313112) @@ -0,0 +1,2 @@ +SHA256 (libsodium-0.3.tar.gz) = 908a26f84bedb432305c81ec6773aa95b8e724ba2ece6234840685a74e033750 +SIZE (libsodium-0.3.tar.gz) = 727213 Added: head/security/libsodium/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libsodium/pkg-descr Thu Feb 28 16:45:32 2013 (r313112) @@ -0,0 +1,9 @@ +libsodium is a library for network communication, encryption, +decryption, signatures, etc. + +libsodium is a portable, cross-compilable, installable, +packageable, API-compatible version of NaCl(security/nacl). +NaCl's goal is to provide all of the core operations needed +to build higher-level cryptographic tools. + +WWW: https://github.com/jedisct1/libsodium Added: head/security/libsodium/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/libsodium/pkg-plist Thu Feb 28 16:45:32 2013 (r313112) @@ -0,0 +1,46 @@ +lib/libsodium.so.2 +lib/libsodium.so +lib/libsodium.la +lib/libsodium.a +include/sodium/crypto_auth.h +include/sodium/crypto_auth_hmacsha256.h +include/sodium/crypto_auth_hmacsha512256.h +include/sodium/crypto_box.h +include/sodium/crypto_box_curve25519xsalsa20poly1305.h +include/sodium/crypto_core_hsalsa20.h +include/sodium/crypto_core_salsa20.h +include/sodium/crypto_core_salsa2012.h +include/sodium/crypto_core_salsa208.h +include/sodium/crypto_hash.h +include/sodium/crypto_hash_sha256.h +include/sodium/crypto_hash_sha512.h +include/sodium/crypto_hashblocks_sha256.h +include/sodium/crypto_hashblocks_sha512.h +include/sodium/crypto_onetimeauth.h +include/sodium/crypto_onetimeauth_poly1305.h +include/sodium/crypto_scalarmult_curve25519.h +include/sodium/crypto_secretbox.h +include/sodium/crypto_secretbox_xsalsa20poly1305.h +include/sodium/crypto_shorthash.h +include/sodium/crypto_shorthash_siphash24.h +include/sodium/crypto_sign.h +include/sodium/crypto_sign_ed25519.h +include/sodium/crypto_sign_edwards25519sha512batch.h +include/sodium/crypto_stream.h +include/sodium/crypto_stream_aes128ctr.h +include/sodium/crypto_stream_salsa20.h +include/sodium/crypto_stream_salsa2012.h +include/sodium/crypto_stream_salsa208.h +include/sodium/crypto_stream_xsalsa20.h +include/sodium/crypto_uint16.h +include/sodium/crypto_uint32.h +include/sodium/crypto_uint64.h +include/sodium/crypto_uint8.h +include/sodium/crypto_verify_16.h +include/sodium/crypto_verify_32.h +include/sodium/randombytes.h +include/sodium/randombytes_salsa20_random.h +include/sodium/randombytes_sysrandom.h +include/sodium/version.h +include/sodium.h +@dirrm include/sodium _______________________________________________ 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 Feb 28 16:50:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 437EBFD2 for ; Thu, 28 Feb 2013 16:50:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2A67613F for ; Thu, 28 Feb 2013 16:50:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGo33T006736 for ; Thu, 28 Feb 2013 16:50:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGo3EQ006735; Thu, 28 Feb 2013 16:50:03 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 16:50:03 GMT Resent-Message-Id: <201302281650.r1SGo3EQ006735@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danilo Egêa Gondolfo Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 034A0FBF for ; Thu, 28 Feb 2013 16:49:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id CBD72136 for ; Thu, 28 Feb 2013 16:49:38 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SGnc15009999 for ; Thu, 28 Feb 2013 16:49:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SGnc1I009998; Thu, 28 Feb 2013 16:49:38 GMT (envelope-from nobody) Message-Id: <201302281649.r1SGnc1I009998@red.freebsd.org> Date: Thu, 28 Feb 2013 16:49:38 GMT From: Danilo Egêa Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176525: mail/smtp-gated update and maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:50:03 -0000 >Number: 176525 >Category: ports >Synopsis: mail/smtp-gated update and maintainer change >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 16:50:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.1-RELEASE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD test 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: mail/smtp-gated update. Changes: - Update from 1.4.18.8 to 1.4.20.0 - Take maintainership - Added one patch to fix build with CLANG >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 313108) +++ Makefile (working copy) @@ -1,17 +1,12 @@ -# New ports collection makefile for: smtp-gated -# Date created: 1 January 2006 -# Whom: msciciel -# +# Created by: msciciel # $FreeBSD$ -# PORTNAME= smtp-gated -PORTVERSION= 1.4.18.8 -PORTREVISION= 1 +PORTVERSION= 1.4.20.0 CATEGORIES= mail MASTER_SITES= http://software.klolik.org/smtp-gated/files/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Proxy for SMTP sessions with virus and spam scan LICENSE= GPLv2 Index: distinfo =================================================================== --- distinfo (revision 313108) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (smtp-gated-1.4.18.8.tar.gz) = a1c405617b5b925f42696fb28d4c26484328d62c286c43a308137c139e459bed -SIZE (smtp-gated-1.4.18.8.tar.gz) = 311763 +SHA256 (smtp-gated-1.4.20.0.tar.gz) = 1d593ecbbfaed5c7391755bb8d36744b9bf0328f0f1a5540156d234d6d84f89b +SIZE (smtp-gated-1.4.20.0.tar.gz) = 316078 Index: files/patch-src__smtp-gated.c =================================================================== --- files/patch-src__smtp-gated.c (revision 0) +++ files/patch-src__smtp-gated.c (working copy) @@ -0,0 +1,14 @@ +--- ../../smtp-gated-1.4.20.0/src/smtp-gated.c 2013-02-26 08:06:59.000000000 -0300 ++++ src/smtp-gated.c 2013-02-28 09:32:47.000000000 -0300 +@@ -820,7 +820,11 @@ + } + } /* cleanup() */ + ++#ifdef __clang__ ++static inline void cleanup_exit(int code) ++#else + inline void cleanup_exit(int code) ++#endif + { + cleanup(); + exit(code); >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:52: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]) by hub.freebsd.org (Postfix) with ESMTP id 01882177; Thu, 28 Feb 2013 16:52:07 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B567D164; Thu, 28 Feb 2013 16:52:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGq61Z008281; Thu, 28 Feb 2013 16:52:06 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGq5kx008277; Thu, 28 Feb 2013 16:52:05 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 16:52:05 GMT Message-Id: <201302281652.r1SGq5kx008277@freefall.freebsd.org> To: fidaj@ukr.net, nemysis@gmx.ch, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/175884: deskutils/cairo-dock deskutils/cairo-dock-plugins Please update to 3.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:52:07 -0000 Synopsis: deskutils/cairo-dock deskutils/cairo-dock-plugins Please update to 3.1.2 State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 16:52:05 UTC 2013 State-Changed-Why: maintainer timeout, submitter did't provide any patches. close. http://www.freebsd.org/cgi/query-pr.cgi?pr=175884 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:52:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 472EA1A7; Thu, 28 Feb 2013 16:52:46 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1A18F167; Thu, 28 Feb 2013 16:52:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGqjJT008385; Thu, 28 Feb 2013 16:52:45 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGqj9P008381; Thu, 28 Feb 2013 16:52:45 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 16:52:45 GMT Message-Id: <201302281652.r1SGqj9P008381@freefall.freebsd.org> To: klaas.d@online.de, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/154118: graphics/ruby-rmagick: rmagick fails to automaticly recompile in case of imagemagick update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:52:46 -0000 Synopsis: graphics/ruby-rmagick: rmagick fails to automaticly recompile in case of imagemagick update State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 16:52:45 UTC 2013 State-Changed-Why: this should be fixed since a while. http://www.freebsd.org/cgi/query-pr.cgi?pr=154118 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:53: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]) by hub.freebsd.org (Postfix) with ESMTP id 4F0151E6; Thu, 28 Feb 2013 16:53:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B46516D; Thu, 28 Feb 2013 16:53:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGrNK2008482; Thu, 28 Feb 2013 16:53:23 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGrM7g008478; Thu, 28 Feb 2013 16:53:22 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 16:53:22 GMT Message-Id: <201302281653.r1SGrM7g008478@freefall.freebsd.org> To: judah.levine@colorado.edu, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/166522: lang/f77: Fortran 77 compiler always exits with error message: invalid flag -o X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:53:23 -0000 Synopsis: lang/f77: Fortran 77 compiler always exits with error message: invalid flag -o State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Thu Feb 28 16:53:22 UTC 2013 State-Changed-Why: Hi, this is still present? http://www.freebsd.org/cgi/query-pr.cgi?pr=166522 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:55: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]) by hub.freebsd.org (Postfix) with ESMTP id 26187242; Thu, 28 Feb 2013 16:55:49 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E7154186; Thu, 28 Feb 2013 16:55:48 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGtmqU008620; Thu, 28 Feb 2013 16:55:48 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGtmoT008616; Thu, 28 Feb 2013 16:55:48 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 16:55:48 GMT Message-Id: <201302281655.r1SGtmoT008616@freefall.freebsd.org> To: ohartman@mail.zedat.fu-berlin.de, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/147788: x11-drivers/xf86-video-radeonhd-devel 1.3.0.20091101_3/xf86-video-ati (xorg-7.5): crashing system when using with DBUS and HAL X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:55:49 -0000 Synopsis: x11-drivers/xf86-video-radeonhd-devel 1.3.0.20091101_3/xf86-video-ati (xorg-7.5): crashing system when using with DBUS and HAL State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 16:55:47 UTC 2013 State-Changed-Why: i close this pr, this should be fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=147788 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:56: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]) by hub.freebsd.org (Postfix) with ESMTP id C72153FC; Thu, 28 Feb 2013 16:56:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A2F7D199; Thu, 28 Feb 2013 16:56:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGuh1o008731; Thu, 28 Feb 2013 16:56:43 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGuguh008727; Thu, 28 Feb 2013 16:56:42 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 16:56:42 GMT Message-Id: <201302281656.r1SGuguh008727@freefall.freebsd.org> To: fabrix@fabrix.org, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/151280: emulators/vmware-guestd6 port install error in /usr/ports/emulators/vmware-guestd* missing vmmemctl.ko during compiling X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:56:43 -0000 Synopsis: emulators/vmware-guestd6 port install error in /usr/ports/emulators/vmware-guestd* missing vmmemctl.ko during compiling State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 16:56:42 UTC 2013 State-Changed-Why: compiles and works fine with 9.1. close http://www.freebsd.org/cgi/query-pr.cgi?pr=151280 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 16:58: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]) by hub.freebsd.org (Postfix) with ESMTP id 1738B5F5; Thu, 28 Feb 2013 16:58:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 382111AA; Thu, 28 Feb 2013 16:58:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SGw9EO008844; Thu, 28 Feb 2013 16:58:09 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SGvC59008834; Thu, 28 Feb 2013 16:57:12 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 16:57:12 GMT Message-Id: <201302281657.r1SGvC59008834@freefall.freebsd.org> To: nbari@dalmp.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/160993: New port: security/sqlcipher X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 16:58:27 -0000 Synopsis: New port: security/sqlcipher State-Changed-From-To: suspended->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 16:57:12 UTC 2013 State-Changed-Why: close submitter timeout. http://www.freebsd.org/cgi/query-pr.cgi?pr=160993 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:02: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]) by hub.freebsd.org (Postfix) with ESMTP id 5693581A; Thu, 28 Feb 2013 17:02:42 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2B23B207; Thu, 28 Feb 2013 17:02:42 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SH2gM4010498; Thu, 28 Feb 2013 17:02:42 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SH2f0g010494; Thu, 28 Feb 2013 17:02:41 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:02:41 GMT Message-Id: <201302281702.r1SH2f0g010494@freefall.freebsd.org> To: sigsys@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/150425: www/squid31: rc.d/squid's squid_fib setting ineffective X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:02:42 -0000 Synopsis: www/squid31: rc.d/squid's squid_fib setting ineffective State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:02:41 UTC 2013 State-Changed-Why: close! 3.0-3.1 is EOL by upstream. http://bugs.squid-cache.org/show_bug.cgi?id=2305 http://www.freebsd.org/cgi/query-pr.cgi?pr=150425 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:03:32 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 82625869; Thu, 28 Feb 2013 17:03:32 +0000 (UTC) (envelope-from lippe@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5D89C213; Thu, 28 Feb 2013 17:03:32 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SH3W5Y010623; Thu, 28 Feb 2013 17:03:32 GMT (envelope-from lippe@freefall.freebsd.org) Received: (from lippe@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SH3WLt010619; Thu, 28 Feb 2013 17:03:32 GMT (envelope-from lippe) Date: Thu, 28 Feb 2013 17:03:32 GMT Message-Id: <201302281703.r1SH3WLt010619@freefall.freebsd.org> To: lippe@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, lippe@FreeBSD.org From: lippe@FreeBSD.org Subject: Re: ports/176525: mail/smtp-gated update and maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:03:32 -0000 Synopsis: mail/smtp-gated update and maintainer change Responsible-Changed-From-To: freebsd-ports-bugs->lippe Responsible-Changed-By: lippe Responsible-Changed-When: Thu Feb 28 17:03:31 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176525 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:03: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]) by hub.freebsd.org (Postfix) with ESMTP id 6A4D286F; Thu, 28 Feb 2013 17:03:36 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 44E98217; Thu, 28 Feb 2013 17:03:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SH3aCr010698; Thu, 28 Feb 2013 17:03:36 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SH3ZWT010694; Thu, 28 Feb 2013 17:03:35 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:03:35 GMT Message-Id: <201302281703.r1SH3ZWT010694@freefall.freebsd.org> To: turutani@scphys.kyoto-u.ac.jp, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176465: www/linux-f10-flashplugin is vulnerable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:03:36 -0000 Synopsis: www/linux-f10-flashplugin is vulnerable State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:03:35 UTC 2013 State-Changed-Why: got updated already. http://www.freebsd.org/cgi/query-pr.cgi?pr=176465 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:04: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]) by hub.freebsd.org (Postfix) with ESMTP id 8AA018EA; Thu, 28 Feb 2013 17:04:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5CC32227; Thu, 28 Feb 2013 17:04:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SH4xsX010800; Thu, 28 Feb 2013 17:04:59 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SH4vI4010796; Thu, 28 Feb 2013 17:04:57 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:04:57 GMT Message-Id: <201302281704.r1SH4vI4010796@freefall.freebsd.org> To: rfg@tristatelogic.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176044: ports: print/ghostview (1.5_3) segfault/coredump X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:04:59 -0000 Synopsis: ports: print/ghostview (1.5_3) segfault/coredump State-Changed-From-To: open->feedback State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:04:57 UTC 2013 State-Changed-Why: Hi, unforgently this port don't have a maintainer. http://www.freebsd.org/cgi/query-pr.cgi?pr=176044 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:05:39 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 31B7CA0A; Thu, 28 Feb 2013 17:05:39 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0E6B3239; Thu, 28 Feb 2013 17:05:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SH5cRE011273; Thu, 28 Feb 2013 17:05:38 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SH5cNF011269; Thu, 28 Feb 2013 17:05:38 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:05:38 GMT Message-Id: <201302281705.r1SH5cNF011269@freefall.freebsd.org> To: rpolzer@one-it.de, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/169519: net/cvsup: socksify and cvsup cannot be used together X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:05:39 -0000 Synopsis: net/cvsup: socksify and cvsup cannot be used together State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:05:38 UTC 2013 State-Changed-Why: cvsup/csup is depricated. please switch to svn/portsnap. http://www.freebsd.org/cgi/query-pr.cgi?pr=169519 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:07: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]) by hub.freebsd.org (Postfix) with ESMTP id 40FE0B3A; Thu, 28 Feb 2013 17:07:27 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 13C46253; Thu, 28 Feb 2013 17:07:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SH7Qrb011389; Thu, 28 Feb 2013 17:07:26 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SH7QMp011385; Thu, 28 Feb 2013 17:07:26 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:07:26 GMT Message-Id: <201302281707.r1SH7QMp011385@freefall.freebsd.org> To: w-info@xs4all.nl, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/164332: growisofs/cdrecord error on 9.0R (unable to CAMGETPASSTHRU for /dev/cd0) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:07:27 -0000 Synopsis: growisofs/cdrecord error on 9.0R (unable to CAMGETPASSTHRU for /dev/cd0) State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:07:26 UTC 2013 State-Changed-Why: i close this here since maintainer not really take care of it. We may consider to mark it as broken. http://www.freebsd.org/cgi/query-pr.cgi?pr=164332 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:07:59 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 26F76B73; Thu, 28 Feb 2013 17:07:59 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 025C425D; Thu, 28 Feb 2013 17:07:59 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SH7w76011493; Thu, 28 Feb 2013 17:07:58 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SH7wWi011489; Thu, 28 Feb 2013 17:07:58 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:07:58 GMT Message-Id: <201302281707.r1SH7wWi011489@freefall.freebsd.org> To: systemoperator@gmail.com, najmi.zabidi@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/155941: net/nepenthes: mwserv library support is not included in nepenthes.conf config file for net/nepenthes honeypot port X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:07:59 -0000 Synopsis: net/nepenthes: mwserv library support is not included in nepenthes.conf config file for net/nepenthes honeypot port State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:07:58 UTC 2013 State-Changed-Why: feedback timeout and close. http://www.freebsd.org/cgi/query-pr.cgi?pr=155941 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17: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]) by hub.freebsd.org (Postfix) with ESMTP id EF786DB6; Thu, 28 Feb 2013 17:10:12 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CC137290; Thu, 28 Feb 2013 17:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SHACnm011848; Thu, 28 Feb 2013 17:10:12 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SHAC4N011844; Thu, 28 Feb 2013 17:10:12 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:10:12 GMT Message-Id: <201302281710.r1SHAC4N011844@freefall.freebsd.org> To: cyberbotx@cyberbotx.com, shetzel@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/155115: devel/doxygen: dependancy loop X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:10:13 -0000 Synopsis: devel/doxygen: dependancy loop State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:10:11 UTC 2013 State-Changed-Why: I close this pr. It seems that all was fixed 2 years ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=155115 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:11: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]) by hub.freebsd.org (Postfix) with ESMTP id F369E218; Thu, 28 Feb 2013 17:11:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C1DB62DD; Thu, 28 Feb 2013 17:11:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SHBrSd013382; Thu, 28 Feb 2013 17:11:53 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SHBqKG013378; Thu, 28 Feb 2013 17:11:52 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:11:52 GMT Message-Id: <201302281711.r1SHBqKG013378@freefall.freebsd.org> To: mjl@luckie.org.nz, pdagog@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/161070: infinite loop for graphics/xfig on 9.0-CURRENT X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:11:54 -0000 Synopsis: infinite loop for graphics/xfig on 9.0-CURRENT State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:11:51 UTC 2013 State-Changed-Why: I close this pr. This last update is 1 year ago. http://www.freebsd.org/cgi/query-pr.cgi?pr=161070 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:12: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]) by hub.freebsd.org (Postfix) with ESMTP id 36DC4336; Thu, 28 Feb 2013 17:12:43 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 123A22EC; Thu, 28 Feb 2013 17:12:43 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SHCgXW013490; Thu, 28 Feb 2013 17:12:42 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SHCguP013486; Thu, 28 Feb 2013 17:12:42 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:12:42 GMT Message-Id: <201302281712.r1SHCguP013486@freefall.freebsd.org> To: marc.werner@seemoo.tu-darmstadt.de, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/164055: sysutils/zfs-periodic: Test if scrubbing is in process fails when using volume describtors instead of pools X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:12:43 -0000 Synopsis: sysutils/zfs-periodic: Test if scrubbing is in process fails when using volume describtors instead of pools State-Changed-From-To: open->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:12:41 UTC 2013 State-Changed-Why: looks like fixed. http://www.freebsd.org/cgi/query-pr.cgi?pr=164055 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 17:15: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]) by hub.freebsd.org (Postfix) with ESMTP id AB012457; Thu, 28 Feb 2013 17:15:13 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 72171304; Thu, 28 Feb 2013 17:15:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SHFDJW014519; Thu, 28 Feb 2013 17:15:13 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SHFCRm014515; Thu, 28 Feb 2013 17:15:12 GMT (envelope-from miwi) Date: Thu, 28 Feb 2013 17:15:12 GMT Message-Id: <201302281715.r1SHFCRm014515@freefall.freebsd.org> To: ports@mcdermottroe.com, svyatoslav.lempert@gmail.com, miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/167953: devel/pecl-xhprof patch for single core cpu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 17:15:13 -0000 Synopsis: devel/pecl-xhprof patch for single core cpu State-Changed-From-To: feedback->closed State-Changed-By: miwi State-Changed-When: Thu Feb 28 17:15:12 UTC 2013 State-Changed-Why: I close this pr, this should be fixed via upstream. http://www.freebsd.org/cgi/query-pr.cgi?pr=167953 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 0E6379B6 for ; Thu, 28 Feb 2013 18:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DFBB8747 for ; Thu, 28 Feb 2013 18:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SI00em021232 for ; Thu, 28 Feb 2013 18:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SI00kL021223; Thu, 28 Feb 2013 18:00:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:00:00 GMT Resent-Message-Id: <201302281800.r1SI00kL021223@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Gary J. Hayers" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4440254B for ; Thu, 28 Feb 2013 17:52:15 +0000 (UTC) (envelope-from root@hayers.org) Received: from mailout.easydns.com (mailout.easydns.com [64.68.200.141]) by mx1.freebsd.org (Postfix) with ESMTP id EEA496E6 for ; Thu, 28 Feb 2013 17:52:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout.easydns.com (Postfix) with ESMTP id 31BFDE19F for ; Thu, 28 Feb 2013 12:52:06 -0500 (EST) Received: from mailout.easydns.com ([127.0.0.1]) by localhost (mailout.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tcMKo38eIXif for ; Thu, 28 Feb 2013 12:51:58 -0500 (EST) Received: from ares.hayers.org (cpc1-tilb7-2-0-cust218.basl.cable.virginmedia.com [94.168.104.219]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout.easydns.com (Postfix) with ESMTPSA id D9E85E320 for ; Thu, 28 Feb 2013 12:51:57 -0500 (EST) Received: from ares.hayers.org (mx1.hayers.org [127.0.0.1]) by ares.hayers.org (Postfix) with ESMTP id 8CA45701FB2 for ; Thu, 28 Feb 2013 17:51:55 +0000 (GMT) Received: from ares.hayers.org ([127.0.0.1]) by ares.hayers.org (mx1.hayers.org [127.0.0.1]) (HCF-Sophos-Sweep, port 10024) with ESMTP id p4J54C6FAfxY for ; Thu, 28 Feb 2013 17:51:44 +0000 (GMT) Received: by ares.hayers.org (Postfix, from userid 0) id 036FF702073; Thu, 28 Feb 2013 17:51:44 +0000 (GMT) Message-Id: <20130228175144.036FF702073@ares.hayers.org> Date: Thu, 28 Feb 2013 17:51:44 +0000 (GMT) From: "Gary J. Hayers" To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/176526: Port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Gary J. Hayers" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:00:01 -0000 >Number: 176526 >Category: ports >Synopsis: Port update >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gary J. Hayers >Release: FreeBSD 9.1-STABLE i386 >Organization: Hayers.org >Environment: System: FreeBSD ares.hayers.org 9.1-STABLE FreeBSD 9.1-STABLE #9 r246825: Fri Feb 15 19:03:06 GMT 2013 root@ares.hayers.org:/usr/obj/usr/src/sys/Ares i386 >Description: Update of port sysutils/pstree and request maintainership. >How-To-Repeat: shell archive attached >Fix: shell archive attached --- pstree.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: # # pstree # pstree/Makefile # pstree/distinfo # pstree/pkg-descr # echo c - pstree mkdir -p pstree > /dev/null 2>&1 echo x - pstree/Makefile sed 's/^X//' >pstree/Makefile << '95d8fb8cb431635771a83c7926a9eb36' X# Ports collection makefile for: pstree X# Date created: 22 Aug 2001 X# Whom: Kris Kennaway X# X# $FreeBSD: ports/sysutils/pstree/Makefile,v 1.17 2013/02/20 16:45:26 svnexp Exp $ X# X XPORTNAME= pstree XPORTVERSION= 2.35 XCATEGORIES= sysutils XMASTER_SITES= ftp://ftp.thp.uni-duisburg.de/pub/source/ \ X LOCAL/avl X XMAINTAINER= gary@hayers.org XCOMMENT= List processes as a tree X XNO_WRKSUBDIR= yes X XCONFLICTS= psmisc-[0-9]* X XPLIST_FILES= bin/pstree X Xdo-build: X cd ${WRKDIR} && ${CC} ${CFLAGS} -o pstree pstree.c X Xdo-install: X ${INSTALL_PROGRAM} ${WRKDIR}/pstree ${PREFIX}/bin X X.include 95d8fb8cb431635771a83c7926a9eb36 echo x - pstree/distinfo sed 's/^X//' >pstree/distinfo << '88b5e48c05ec903e3df3bb2596efa2ca' XSHA256 (pstree-2.35.tar.gz) = 72ec2d14be78eac2ab0871e90f4359fea9a41f7708826a201dc6e6051a6df1c3 XSIZE (pstree-2.35.tar.gz) = 10916 88b5e48c05ec903e3df3bb2596efa2ca echo x - pstree/pkg-descr sed 's/^X//' >pstree/pkg-descr << 'c434ffad69bf0c958dca948adc95fb08' XThis is pstree. It is a small program that shows the ps Xlisting as a tree (as the name implies...). It has several options Xto make selection criteria and to change the output style. X XFor that it uses the output of /bin/ps. c434ffad69bf0c958dca948adc95fb08 exit --- pstree.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 50EDACB6 for ; Thu, 28 Feb 2013 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3516E814 for ; Thu, 28 Feb 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA1Kc023127 for ; Thu, 28 Feb 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA0T4023112; Thu, 28 Feb 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:00 GMT Resent-Message-Id: <201302281810.r1SIA0T4023112@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id E58FEB3B for ; Thu, 28 Feb 2013 18:05:05 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 6FCB87BF for ; Thu, 28 Feb 2013 18:05:05 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 1E34B47C036 for ; Fri, 1 Mar 2013 03:04:59 +0900 (JST) Message-Id: <20130301024629.d73d1ee3794315e743437579@yahoo.com> Date: Fri, 1 Mar 2013 02:46:29 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176528: sysutils/isomaster: Update to version 1.3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:01 -0000 >Number: 176528 >Category: ports >Synopsis: sysutils/isomaster: Update to version 1.3.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.3.9 New file: files/patch-bk__bk.h files/patch-bk__bkCache.c files/patch-bk__bkMisc.c Remove file: files/patch-bk-bkCache.c >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/isomaster/Makefile sysutils/isomaster/Makefile --- /usr/ports/sysutils/isomaster/Makefile 2013-02-28 21:44:16.000000000 +0900 +++ sysutils/isomaster/Makefile 2013-02-23 18:30:37.000000000 +0900 @@ -1,61 +1,54 @@ -# New ports collection makefile for: isomaster -# Date created: 2006-12-11 -# Whom: Babak Farrokhi -# -# $FreeBSD: head/sysutils/isomaster/Makefile 313088 2013-02-28 10:51:58Z gahr $ -# +# Created by: Babak Farrokhi +# $FreeBSD: head/sysutils/isomaster/Makefile 312628 2013-02-20 16:08:58Z fluffy $ PORTNAME= isomaster -PORTVERSION= 1.3.7 -PORTREVISION= 4 +PORTVERSION= 1.3.9 CATEGORIES= sysutils MASTER_SITES= http://littlesvr.ca/isomaster/releases/ MAINTAINER= ports@FreeBSD.org COMMENT= GTK2 (bootable) CD ISO Image editor +LICENSE= GPLv2 + +LIB_DEPENDS= iniparser:${PORTSDIR}/devel/iniparser +RUN_DEPENDS= xdg-open:${PORTSDIR}/devel/xdg-utils + USE_BZIP2= yes -USE_GNOME= gtk20 pkgconfig intlhack gnomehier desktopfileutils +USE_GNOME= desktopfileutils intlhack gnomehier gtk20 +USE_GETTEXT= yes USE_GMAKE= yes +MAKE_ENV= DEFAULT_VIEWER="xdg-open" USE_SYSTEM_INIPARSER=1 +MAKE_JOBS_SAFE= yes -MAKE_ENV= DESKTOPPATH=${DESKTOPDIR} -MAKE_ARGS= CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" -CFLAGS+= -std=c99 \ - `pkg-config --cflags gtk+-2.0` \ - -DICONPATH=\\\"${DATADIR}/icons\\\" -LDFLAGS+= -lcompat +CPPFLAGS+= -I${LOCALBASE}/include -Diniparser_setstr=iniparser_set +LDFLAGS+= -L${LOCALBASE}/lib -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -CFLAGS+= -DLOCALEDIR=\\\"${PREFIX}/share/locale\\\" -DENABLE_NLS -PLIST_SUB+= NLS="" -.else -PLIST_SUB+= NLS="@comment " -.endif -PLIST_SUB+= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}" +PLIST_SUB= DESKTOPDIR="${DESKTOPDIR:S,^${PREFIX}/,,}" -MAN1= isomaster.1 +MAN1= isomaster.1 post-patch: - ${FIND} ${WRKSRC} -name Makefile | ${XARGS} \ - ${REINPLACE_CMD} -e 's|CC *=|CC ?=|g' + @${FIND} ${WRKSRC} -name "Makefile" | ${XARGS} ${REINPLACE_CMD} -e \ + 's|@$$(CC)|$$(CC)|' do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/isomaster ${PREFIX}/bin - ${MKDIR} ${DATADIR}/icons -.for i in isomaster.png go-back-kearone.png folder-new-kearone.png add2-kearone.png extract2-kearone.png delete-kearone.png - ${INSTALL_DATA} ${WRKSRC}/icons/${i} ${DATADIR}/icons + (cd ${WRKSRC} && ${INSTALL_PROGRAM} isomaster ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} isomaster.1 ${MANPREFIX}/man/man1) + @${MKDIR} ${DATADIR}/icons +.for i in add2-kearone.png delete-kearone.png extract2-kearone.png \ + folder-new-kearone.png go-back-kearone.png isomaster.png + (cd ${WRKSRC}/icons && ${INSTALL_DATA} ${i} ${DATADIR}/icons) .endfor -.if !defined(WITHOUT_NLS) -.for i in ar be@latin bg ca cs da de el es et fi fo fr he hr hu id it lv nb nl nn pl pt pt_BR ro ru sk sl sq sr sr@Latn sr@latin sv tr uk zh_CN zh_TW - test -d ${PREFIX}/share/locale/${i} || ${MKDIR} ${PREFIX}/share/locale/${i} - test -d ${PREFIX}/share/locale/${i}/LC_MESSAGES || ${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES - ${INSTALL_DATA} ${WRKSRC}/po/${i}.mo ${PREFIX}/share/locale/${i}/LC_MESSAGES/isomaster.mo +.for i in ar be@latin bg ca cs da de el es et fi fo fr he hr hu id it ja \ + lt lv nb nl nn pl pt pt_BR ro ru sk sl sq sr sr@Latn sr@latin sv \ + tr uk ur_PK zh_CN zh_TW + @${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES + (cd ${WRKSRC}/po && ${INSTALL_DATA} ${i}.mo \ + ${PREFIX}/share/locale/${i}/LC_MESSAGES/isomaster.mo) .endfor -.endif - ${INSTALL_MAN} ${WRKSRC}/isomaster.1 ${MAN1PREFIX}/man/man1 - ${MKDIR} ${DESKTOPDIR} - ${INSTALL_DATA} ${WRKSRC}/isomaster.desktop ${DESKTOPDIR} + @${MKDIR} ${DESKTOPDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} isomaster.desktop ${DESKTOPDIR}) post-install: @-update-desktop-database diff -urN /usr/ports/sysutils/isomaster/distinfo sysutils/isomaster/distinfo --- /usr/ports/sysutils/isomaster/distinfo 2012-11-08 07:40:37.000000000 +0900 +++ sysutils/isomaster/distinfo 2013-02-23 17:10:38.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (isomaster-1.3.7.tar.bz2) = 258b1ce0a9da35dc172c7d44866056c6873bd2992984af1e84deb25f4a7b47f7 -SIZE (isomaster-1.3.7.tar.bz2) = 211673 +SHA256 (isomaster-1.3.9.tar.bz2) = 2bf798a19af43113391144c4a3f2f3b33366f640c5695d356c151e83c49dc853 +SIZE (isomaster-1.3.9.tar.bz2) = 223514 diff -urN /usr/ports/sysutils/isomaster/files/patch-bk-bkCache.c sysutils/isomaster/files/patch-bk-bkCache.c --- /usr/ports/sysutils/isomaster/files/patch-bk-bkCache.c 2012-11-08 07:40:37.000000000 +0900 +++ sysutils/isomaster/files/patch-bk-bkCache.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- bk/bkCache.c.orig Thu Jan 24 22:54:28 2008 -+++ bk/bkCache.c Thu Jan 24 22:54:47 2008 -@@ -21,8 +21,6 @@ - - #include - #include --#include --#include - #include - - #include "bkInternal.h" diff -urN /usr/ports/sysutils/isomaster/files/patch-bk__bk.h sysutils/isomaster/files/patch-bk__bk.h --- /usr/ports/sysutils/isomaster/files/patch-bk__bk.h 1970-01-01 09:00:00.000000000 +0900 +++ sysutils/isomaster/files/patch-bk__bk.h 2013-02-23 17:50:58.000000000 +0900 @@ -0,0 +1,20 @@ +--- bk/bk.h.orig ++++ bk/bk.h +@@ -30,7 +30,7 @@ + #include + #include + #include +-#include ++#include + #include + + #include "bkError.h" +@@ -186,7 +186,7 @@ + int imageForWriting; + void(*progressFunction)(struct VolInfo*); + void(*writeProgressFunction)(struct VolInfo*, double); +- struct timeb lastTimeCalledProgress; ++ struct timeval lastTimeCalledProgress; + bk_off_t estimatedIsoSize; + BkHardLink* fileLocations; /* list of where to find regular files */ + char readWriteBuffer[READ_WRITE_BUFFER_SIZE]; diff -urN /usr/ports/sysutils/isomaster/files/patch-bk__bkCache.c sysutils/isomaster/files/patch-bk__bkCache.c --- /usr/ports/sysutils/isomaster/files/patch-bk__bkCache.c 1970-01-01 09:00:00.000000000 +0900 +++ sysutils/isomaster/files/patch-bk__bkCache.c 2013-02-23 18:29:28.000000000 +0900 @@ -0,0 +1,27 @@ +--- bk/bkCache.c.orig ++++ bk/bkCache.c +@@ -21,7 +21,7 @@ + + #include + #include +-#include ++#include + #include + #include + +@@ -57,11 +57,11 @@ + + if(volInfo->writeProgressFunction != NULL) + { +- struct timeb timeNow; +- ftime(&timeNow); ++ struct timeval timeNow; ++ gettimeofday(&timeNow, NULL); + +- if(timeNow.time - volInfo->lastTimeCalledProgress.time >= 1 || +- timeNow.millitm - volInfo->lastTimeCalledProgress.millitm >= 100) ++ if(timeNow.tv_sec - volInfo->lastTimeCalledProgress.tv_sec >= 1 || ++ timeNow.tv_usec/1000 - volInfo->lastTimeCalledProgress.tv_usec/1000 >= 100) + { + BkStatStruct statStruct; + double percentComplete; diff -urN /usr/ports/sysutils/isomaster/files/patch-bk__bkMisc.c sysutils/isomaster/files/patch-bk__bkMisc.c --- /usr/ports/sysutils/isomaster/files/patch-bk__bkMisc.c 1970-01-01 09:00:00.000000000 +0900 +++ sysutils/isomaster/files/patch-bk__bkMisc.c 2013-02-23 18:29:51.000000000 +0900 @@ -0,0 +1,30 @@ +--- bk/bkMisc.c.orig ++++ bk/bkMisc.c +@@ -12,22 +12,22 @@ + * + ******************************************************************************/ + +-#include ++#include + + #include "bkInternal.h" + #include "bkMisc.h" + + void maybeUpdateProgress(VolInfo* volInfo) + { +- struct timeb timeNow; ++ struct timeval timeNow; + + if(volInfo->progressFunction == NULL) + return; + +- ftime(&timeNow); ++ gettimeofday(&timeNow, NULL); + +- if(timeNow.time - volInfo->lastTimeCalledProgress.time >= 1 || +- timeNow.millitm - volInfo->lastTimeCalledProgress.millitm >= 100) ++ if(timeNow.tv_sec - volInfo->lastTimeCalledProgress.tv_sec >= 1 || ++ timeNow.tv_usec/1000 - volInfo->lastTimeCalledProgress.tv_usec/1000 >= 100) + { + volInfo->progressFunction(volInfo); + diff -urN /usr/ports/sysutils/isomaster/pkg-descr sysutils/isomaster/pkg-descr --- /usr/ports/sysutils/isomaster/pkg-descr 2012-11-08 07:40:37.000000000 +0900 +++ sysutils/isomaster/pkg-descr 2013-02-23 16:16:18.000000000 +0900 @@ -1,8 +1,8 @@ -ISO Master is an open-source, graphical CD image editor -that runs on Linux; and bkisofs, the underlying library -used for reading, modifying and writing ISO images. +ISO Master is an open-source, graphical CD image editor; and bkisofs, +the underlying library used for reading, modifying and writing ISO +images. -Basically you can use this program to extract files from -an ISO, add files to an ISO and create bootable ISOs. +Basically you can use this program to extract files from an ISO, add +files to an ISO and create bootable ISOs. -WWW: http://littlesvr.ca/isomaster/ +WWW: http://littlesvr.ca/isomaster/ diff -urN /usr/ports/sysutils/isomaster/pkg-plist sysutils/isomaster/pkg-plist --- /usr/ports/sysutils/isomaster/pkg-plist 2012-11-08 07:40:38.000000000 +0900 +++ sysutils/isomaster/pkg-plist 2013-02-23 18:04:39.000000000 +0900 @@ -6,53 +6,57 @@ %%DATADIR%%/icons/folder-new-kearone.png %%DATADIR%%/icons/go-back-kearone.png %%DATADIR%%/icons/isomaster.png -%%NLS%%share/locale/ar/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/be@latin/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/bg/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/ca/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/cs/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/da/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/de/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/el/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/es/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/et/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/fi/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/fo/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/fr/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/he/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/hr/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/hu/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/id/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/it/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/lv/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/nb/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/nl/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/nn/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/pl/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/pt/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/ro/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/ru/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/sk/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/sl/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/sq/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/sr/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/sr@Latn/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/sr@latin/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/sv/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/tr/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/uk/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/isomaster.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/isomaster.mo +share/locale/ar/LC_MESSAGES/isomaster.mo +share/locale/be@latin/LC_MESSAGES/isomaster.mo +share/locale/bg/LC_MESSAGES/isomaster.mo +share/locale/ca/LC_MESSAGES/isomaster.mo +share/locale/cs/LC_MESSAGES/isomaster.mo +share/locale/da/LC_MESSAGES/isomaster.mo +share/locale/de/LC_MESSAGES/isomaster.mo +share/locale/el/LC_MESSAGES/isomaster.mo +share/locale/es/LC_MESSAGES/isomaster.mo +share/locale/et/LC_MESSAGES/isomaster.mo +share/locale/fi/LC_MESSAGES/isomaster.mo +share/locale/fo/LC_MESSAGES/isomaster.mo +share/locale/fr/LC_MESSAGES/isomaster.mo +share/locale/he/LC_MESSAGES/isomaster.mo +share/locale/hr/LC_MESSAGES/isomaster.mo +share/locale/hu/LC_MESSAGES/isomaster.mo +share/locale/id/LC_MESSAGES/isomaster.mo +share/locale/it/LC_MESSAGES/isomaster.mo +share/locale/ja/LC_MESSAGES/isomaster.mo +share/locale/lt/LC_MESSAGES/isomaster.mo +share/locale/lv/LC_MESSAGES/isomaster.mo +share/locale/nb/LC_MESSAGES/isomaster.mo +share/locale/nl/LC_MESSAGES/isomaster.mo +share/locale/nn/LC_MESSAGES/isomaster.mo +share/locale/pl/LC_MESSAGES/isomaster.mo +share/locale/pt/LC_MESSAGES/isomaster.mo +share/locale/pt_BR/LC_MESSAGES/isomaster.mo +share/locale/ro/LC_MESSAGES/isomaster.mo +share/locale/ru/LC_MESSAGES/isomaster.mo +share/locale/sk/LC_MESSAGES/isomaster.mo +share/locale/sl/LC_MESSAGES/isomaster.mo +share/locale/sq/LC_MESSAGES/isomaster.mo +share/locale/sr/LC_MESSAGES/isomaster.mo +share/locale/sr@Latn/LC_MESSAGES/isomaster.mo +share/locale/sr@latin/LC_MESSAGES/isomaster.mo +share/locale/sv/LC_MESSAGES/isomaster.mo +share/locale/tr/LC_MESSAGES/isomaster.mo +share/locale/uk/LC_MESSAGES/isomaster.mo +share/locale/ur_PK/LC_MESSAGES/isomaster.mo +share/locale/zh_CN/LC_MESSAGES/isomaster.mo +share/locale/zh_TW/LC_MESSAGES/isomaster.mo +@dirrmtry share/locale/ur_PK/LC_MESSAGES +@dirrmtry share/locale/ur_PK +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/fo/LC_MESSAGES +@dirrmtry share/locale/fo +@dirrmtry share/locale/be@latin/LC_MESSAGES +@dirrmtry share/locale/be@latin @dirrm %%DATADIR%%/icons @dirrm %%DATADIR%% @dirrmtry %%DESKTOPDIR%% -@dirrmtry %%NLS%%share/locale/be@latin/LC_MESSAGES -@dirrmtry %%NLS%%share/locale/be@latin -@dirrmtry %%NLS%%share/locale/fo/LC_MESSAGES -@dirrmtry %%NLS%%share/locale/fo -@dirrmtry %%NLS%%share/locale/sr@latin/LC_MESSAGES -@dirrmtry %%NLS%%share/locale/sr@latin -@dirrmtry share/applications @exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id C19A7CB9 for ; Thu, 28 Feb 2013 18:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 92EAD817 for ; Thu, 28 Feb 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA1ur023141 for ; Thu, 28 Feb 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA1Al023140; Thu, 28 Feb 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:01 GMT Resent-Message-Id: <201302281810.r1SIA1Al023140@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 450FEA6C for ; Thu, 28 Feb 2013 18:02:19 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 1466A784 for ; Thu, 28 Feb 2013 18:02:19 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 4DAF534034 for ; Fri, 1 Mar 2013 03:02:17 +0900 (JST) Message-Id: <20130301024436.bba7376e7ad1434aa5b5ca91@yahoo.com> Date: Fri, 1 Mar 2013 02:44:36 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176529: games/hex-a-hop: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:01 -0000 >Number: 176529 >Category: ports >Synopsis: games/hex-a-hop: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update MASTER_SITES - Reformat pkg-descr >How-To-Repeat: >Fix: diff -urN /usr/ports/games/hex-a-hop/Makefile games/hex-a-hop/Makefile --- /usr/ports/games/hex-a-hop/Makefile 2013-01-24 03:13:03.000000000 +0900 +++ games/hex-a-hop/Makefile 2013-01-24 03:23:26.000000000 +0900 @@ -5,7 +5,7 @@ PORTVERSION= 1.1.0 PORTREVISION= 2 CATEGORIES= games -MASTER_SITES= SF/${PORTNAME:S/-//g}/${PORTNAME}/${PORTVERSION} +MASTER_SITES= SF/${PORTNAME:S/-//g}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Puzzle game based on hexagonal tiles diff -urN /usr/ports/games/hex-a-hop/pkg-descr games/hex-a-hop/pkg-descr --- /usr/ports/games/hex-a-hop/pkg-descr 2012-11-08 07:23:48.000000000 +0900 +++ games/hex-a-hop/pkg-descr 2013-01-10 22:58:55.000000000 +0900 @@ -1,8 +1,9 @@ -Hex-a-hop is a puzzle game based on hexagonal tiles. There is no time limit and -no real-time elements. +Hex-a-hop is a puzzle game based on hexagonal tiles. There is no time +limit and no real-time elements. -The objective is simply to destroy all the green hexagonal tiles on each of the -100 levels. As you progress through the game, more types of tiles are introduced -which make things more difficult and interesting (hopefully). +The objective is simply to destroy all the green hexagonal tiles on each +of the 100 levels. As you progress through the game, more types of tiles +are introduced which make things more difficult and interesting +(hopefully). WWW: http://hexahop.sourceforge.net/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 0FE21CBB for ; Thu, 28 Feb 2013 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E85FF819 for ; Thu, 28 Feb 2013 18:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA1oT023152 for ; Thu, 28 Feb 2013 18:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA10r023151; Thu, 28 Feb 2013 18:10:01 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:01 GMT Resent-Message-Id: <201302281810.r1SIA10r023151@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 91EBDB30 for ; Thu, 28 Feb 2013 18:04:25 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 69F627B5 for ; Thu, 28 Feb 2013 18:04:25 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id A773347C036 for ; Fri, 1 Mar 2013 03:04:23 +0900 (JST) Message-Id: <20130301024602.4c285a2dc2b8f50ded5f234c@yahoo.com> Date: Fri, 1 Mar 2013 02:46:02 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176530: print/typetools: Update to version 2.97 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:02 -0000 >Number: 176530 >Category: ports >Synopsis: print/typetools: Update to version 2.97 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2.97 >How-To-Repeat: >Fix: diff -urN /usr/ports/print/typetools/Makefile print/typetools/Makefile --- /usr/ports/print/typetools/Makefile 2013-02-04 15:22:08.000000000 +0900 +++ print/typetools/Makefile 2013-02-07 02:33:53.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/print/typetools/Makefile 311539 2013-02-04 02:23:41Z miwi $ PORTNAME= typetools -PORTVERSION= 2.92 -PORTREVISION= 1 +PORTVERSION= 2.97 CATEGORIES= print MASTER_SITES= http://www.lcdf.org/type/ DISTNAME= lcdf-${PORTNAME}-${PORTVERSION} @@ -11,11 +10,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Tools for manipulating fonts +LICENSE= GPLv2 + BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX-base -MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes +CONFIGURE_ENV= ac_cv_header_kpathsea_kpathsea_h=yes CONFIGURE_ARGS= --with-kpathsea=${LOCALBASE} +MAKE_JOBS_SAFE= yes MAN1= cfftot1.1 mmafm.1 mmpfb.1 otfinfo.1 otftotfm.1 t1dotlessj.1 \ t1lint.1 t1rawafm.1 t1reencode.1 t1testpage.1 ttftotype42.1 diff -urN /usr/ports/print/typetools/distinfo print/typetools/distinfo --- /usr/ports/print/typetools/distinfo 2012-11-08 09:22:43.000000000 +0900 +++ print/typetools/distinfo 2013-02-07 02:09:28.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (lcdf-typetools-2.92.tar.gz) = a7a9eeab572f4f392870f6e70e291235af18633b30ac179342efb5e99b426860 -SIZE (lcdf-typetools-2.92.tar.gz) = 588653 +SHA256 (lcdf-typetools-2.97.tar.gz) = 761746041c669fa3673a3e90ec7a247abd0e2782bdddf0fc5d7ab70b33b6f975 +SIZE (lcdf-typetools-2.97.tar.gz) = 616431 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 48A73CBD for ; Thu, 28 Feb 2013 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3119781C for ; Thu, 28 Feb 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA2a5023163 for ; Thu, 28 Feb 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA2aB023162; Thu, 28 Feb 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:02 GMT Resent-Message-Id: <201302281810.r1SIA2aB023162@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id EC81DB47 for ; Thu, 28 Feb 2013 18:05:32 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 0EB587C6 for ; Thu, 28 Feb 2013 18:05:32 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id BA96147C036 for ; Fri, 1 Mar 2013 03:05:11 +0900 (JST) Message-Id: <20130301024638.7cfb6efb09ef96e51e5a56a8@yahoo.com> Date: Fri, 1 Mar 2013 02:46:38 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176531: www/linkchecker: Update to version 8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:02 -0000 >Number: 176531 >Category: ports >Synopsis: www/linkchecker: Update to version 8.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: Thu Feb 28 18:10:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 8.4 Remove file: files/nls-patch-setup.py >How-To-Repeat: >Fix: diff -urN /usr/ports/www/linkchecker/Makefile www/linkchecker/Makefile --- /usr/ports/www/linkchecker/Makefile 2012-12-30 22:11:25.000000000 +0900 +++ www/linkchecker/Makefile 2013-01-31 04:30:38.000000000 +0900 @@ -2,41 +2,94 @@ # $FreeBSD: head/www/linkchecker/Makefile 309664 2012-12-30 12:15:38Z beat $ PORTNAME= linkchecker -PORTVERSION= 6.6 +PORTVERSION= 8.4 CATEGORIES= www python -MASTER_SITES= SF/${PORTNAME}/${PORTVERSION}/ +MASTER_SITES= GHC DISTNAME= LinkChecker-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Check HTML documents for broken links -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.5:${PORTSDIR}/www/py-cssutils \ - ${PYTHON_PKGNAMEPREFIX}utidy>=0.2:${PORTSDIR}/www/py-utidy - -OPTIONS_DEFINE= GUI NLS - LICENSE= GPLv2 -USE_BZIP2= yes -USE_PYTHON= 2.5+ -USE_PYDISTUTILS= yes -INSTALLS_EGGINFO= yes -PYDISTUTILS_EGGINFO= LinkChecker-${PORTVERSION}-${PYTHON_VERSION:S/thon//}.egg-info +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dnspython>0:${PORTSDIR}/dns/py-dnspython + +OPTIONS_DEFINE= CLAMAV GEOIP GTK2 LOGIN QT4 SQLITE3 SYNTAX WSGI NLS EXAMPLES +OPTIONS_DEFAULT=SQLITE3 SYNTAX +CLAMAV_DESC= Clam Antivirus +LOGIN_DESC= Login form submission +SYNTAX_DESC= HTML/CSS syntax check +WSGI_DESC= WSGI Web interface + +WRKSRC= ${WRKDIR}/${DISTNAME} + +USE_GITHUB= yes +GH_ACCOUNT= wummel + +USE_XZ= yes +USE_PYTHON= -2.7 +USE_PYDISTUTILS= easy_install +PYDISTUTILS_PKGNAME= LinkChecker +PYEASYINSTALL_ARCHDEP= yes +INSTALLS_ICONS= yes -MAN1= linkchecker.1 -MAN5= linkcheckerrc.5 +MANLANG= "" de +MAN1= linkchecker.1 +MAN5= linkcheckerrc.5 .include -.if ${PORT_OPTIONS:MGUI} -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT_VERSION}:${PORTSDIR}/devel/py-qt4-core \ +# For Virus checking +.if ${PORT_OPTIONS:MCLAMAV} +RUN_DEPENDS+= clamscan:${PORTSDIR}/security/clamav +.endif + +# For displaying country codes +.if ${PORT_OPTIONS:MGEOIP} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}GeoIP>0:${PORTSDIR}/net/py-GeoIP +.endif + +# For GNOME proxy setting parsing +.if ${PORT_OPTIONS:MGTK2} +USE_GNOME+= pygtk2 +.endif + +# For login form submission +.if ${PORT_OPTIONS:MLOGIN} +RUN_DEPENDS+= twill:${PORTSDIR}/www/twill +.endif + +# For Graphical User Interface +.if ${PORT_OPTIONS:MQT4} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}qt4-sql>=${PYQT_VERSION}:${PORTSDIR}/devel/py-qt4-sql \ + ${PYTHON_PKGNAMEPREFIX}qt4-core>=${PYQT_VERSION}:${PORTSDIR}/devel/py-qt4-core \ ${PYTHON_PKGNAMEPREFIX}qt4-gui>=${PYQT_VERSION}:${PORTSDIR}/x11-toolkits/py-qt4-gui \ ${PYTHON_PKGNAMEPREFIX}qt4-help>=${PYQT4_VERSION}:${PORTSDIR}/devel/py-qt4-help \ ${PYTHON_PKGNAMEPREFIX}qt4-qscintilla2>=${QSCI2_VERSION}:${PORTSDIR}/devel/py-qt4-qscintilla2 +PLIST_SUB+= QT4="" +MAN1+= linkchecker-gui.1 +.else +PLIST_SUB+= QT4="@comment " +.endif + +# For parsing bookmark files +.if ${PORT_OPTIONS:MSQLITE3} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3 +.endif + +# For HTML/CSS syntax checks +.if ${PORT_OPTIONS:MSYNTAX} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}cssutils>=0.9.5:${PORTSDIR}/www/py-cssutils \ + ${PYTHON_PKGNAMEPREFIX}utidy>=0.2:${PORTSDIR}/www/py-utidy +.endif + +# To run the WSGI Web interface +.if ${PORT_OPTIONS:MWSGI} +RUN_DEPENDS+= ${APACHE_PKGNAMEPREFIX}mod_wsg>0:${PORTSDIR}/www/mod_wsgi +USE_APACHE_RUN= 22 .endif .if ${PORT_OPTIONS:MNLS} -MANLANG= "" de USE_GETTEXT= yes PLIST_SUB+= NLS="" .else @@ -44,10 +97,66 @@ .endif post-patch: + @${REINPLACE_CMD} -e \ + '/^Icon/s|=.*|=linkchecker|' ${WRKSRC}/doc/*.desktop + +post-build: .if ${PORT_OPTIONS:MNLS} - @cd ${WRKSRC} && ${PATCH} --quiet < ${FILESDIR}/nls-patch-setup.py -.else - @${RM} ${WRKSRC}/po/*.po +.for lang in de es fr + (cd ${WRKSRC}/po && msgfmt -c -o ${lang}.mo ${lang}.po) +.endfor +.endif + +post-install: + (cd ${WRKSRC}/doc/en && ${INSTALL_MAN} linkchecker.1 \ + ${MAN1PREFIX}/man/man1) + (cd ${WRKSRC}/doc/en && ${INSTALL_MAN} linkcheckerrc.5 \ + ${MAN5PREFIX}/man/man5) + @${MKDIR} ${MAN1PREFIX}/man/de/man1 + (cd ${WRKSRC}/doc/de && ${INSTALL_MAN} linkchecker.1 \ + ${MAN1PREFIX}/man/de/man1) + @${MKDIR} ${MAN5PREFIX}/man/de/man5 + (cd ${WRKSRC}/doc/de && ${INSTALL_MAN} linkcheckerrc.5 \ + ${MAN5PREFIX}/man/de/man5) +.for i in 16 32 48 64 128 + @${MKDIR} ${PREFIX}/share/icons/hicolor/${i}x${i}/apps + (cd ${WRKSRC}/doc/html && ${INSTALL_DATA} logo${i}x${i}.png \ + ${PREFIX}/share/icons/hicolor/${i}x${i}/apps/linkchecker.png) +.endfor + @${MKDIR} ${DATADIR} +.for i in ca-certificates.crt linkcheckerrc + (cd ${WRKSRC}/config && ${INSTALL_DATA} ${i} ${DATADIR}) +.endfor +.for i in lccollection.qhc lcdoc.qch + (cd ${WRKSRC}/doc/html && ${INSTALL_DATA} ${i} ${DATADIR}) +.endfor + @${MKDIR} ${DESKTOPDIR} + (cd ${WRKSRC}/doc && ${INSTALL_DATA} linkchecker.desktop \ + ${DESKTOPDIR}) +.if ${PORT_OPTIONS:MQT4} + (cd ${WRKSRC}/doc/en && ${INSTALL_MAN} linkchecker-gui.1 \ + ${MAN1PREFIX}/man/man1) + (cd ${WRKSRC}/doc/de && ${INSTALL_MAN} linkchecker-gui.1 \ + ${MAN1PREFIX}/man/de/man1) + (cd ${WRKSRC}/doc && ${INSTALL_DATA} linkchecker-gui.desktop \ + ${DESKTOPDIR}) +.endif +.if ${PORT_OPTIONS:MNLS} +.for lang in de es fr + @${MKDIR} ${PREFIX}/share/locale/${lang}/LC_MESSAGES + cd ${WRKSRC}/po && ${INSTALL_DATA} ${lang}.mo \ + ${PREFIX}/share/locale/${lang}/LC_MESSAGES/linkchecker.mo +.endfor +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + (cd ${WRKSRC}/cgi-bin/lconline && ${INSTALL_DATA} * ${EXAMPLESDIR}) +.for i in linkchecker.apache2.conf linkchecker-completion + (cd ${WRKSRC}/config && ${INSTALL_DATA} ${i} ${EXAMPLESDIR}) +.endfor +.for i in check_blacklist.sh check_for_x_errors.sh check_urls.sh + (cd ${WRKSRC}/doc/examples && ${INSTALL_DATA} ${i} ${EXAMPLESDIR}) +.endfor .endif .include diff -urN /usr/ports/www/linkchecker/distinfo www/linkchecker/distinfo --- /usr/ports/www/linkchecker/distinfo 2012-11-08 10:47:00.000000000 +0900 +++ www/linkchecker/distinfo 2013-01-31 03:09:22.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (LinkChecker-6.6.tar.bz2) = 774593139c2c735a8e6afe6f5203fbecbe8ffbebea84e7e720e51d74c20af05b -SIZE (LinkChecker-6.6.tar.bz2) = 503061 +SHA256 (LinkChecker-8.4.tar.xz) = b77ba0e8a087ea11efb64216427b3ae5437a1534ffd9f8762ffd26bc9600c0a7 +SIZE (LinkChecker-8.4.tar.xz) = 655044 diff -urN /usr/ports/www/linkchecker/files/nls-patch-setup.py www/linkchecker/files/nls-patch-setup.py --- /usr/ports/www/linkchecker/files/nls-patch-setup.py 2012-11-08 10:47:00.000000000 +0900 +++ www/linkchecker/files/nls-patch-setup.py 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- setup.py.orig 2011-02-06 04:07:27.486400241 +0300 -+++ setup.py 2011-02-06 04:08:17.222411661 +0300 -@@ -380,6 +380,8 @@ - if os.name == 'posix': - data_files.append(('man/man1', ['doc/en/linkchecker.1'])) - data_files.append(('man/man5', ['doc/en/linkcheckerrc.5'])) -+ data_files.append(('man/de/man1', ['doc/de/linkchecker.1'])) -+ data_files.append(('man/de/man5', ['doc/de/linkcheckerrc.5'])) - data_files.append(('share/examples/linkchecker', - ['config/linkchecker-completion', - 'doc/examples/check_blacklist.sh', diff -urN /usr/ports/www/linkchecker/files/patch-setup.py www/linkchecker/files/patch-setup.py --- /usr/ports/www/linkchecker/files/patch-setup.py 2012-11-08 10:47:00.000000000 +0900 +++ www/linkchecker/files/patch-setup.py 2013-01-31 04:24:42.000000000 +0900 @@ -1,6 +1,22 @@ --- setup.py.orig 2011-02-06 03:58:59.454396452 +0300 +++ setup.py 2011-02-06 04:05:09.118442022 +0300 -@@ -357,17 +357,14 @@ +@@ -385,7 +385,6 @@ + + def run (self): + """Adjust permissions on POSIX systems.""" +- self.add_message_files() + super(MyInstallData, self).run() + self.fix_permissions() + +@@ -583,7 +582,6 @@ + def run (self): + """Check MANIFEST and build message files before building.""" + check_manifest() +- self.build_message_files() + build.run(self) + + +@@ -627,8 +625,6 @@ if os.name == 'nt': # windows does not have unistd.h define_macros.append(('YY_NO_UNISTD_H', None)) @@ -8,30 +24,33 @@ - extra_compile_args.append("-pedantic") myname = "Bastian Kleineidam" - myemail = "calvin@users.sourceforge.net" - - data_files = [ - ('share/linkchecker', -- ['config/linkcheckerrc', 'config/logging.conf', -- 'doc/html/lccollection.qhc', 'doc/html/lcdoc.qch']), -- ('share/linkchecker/examples', -+ ['config/linkcheckerrc', 'config/logging.conf']), -+ ('share/examples/linkchecker', - ['cgi-bin/lconline/leer.html.en', - 'cgi-bin/lconline/leer.html.de', - 'cgi-bin/lconline/index.html', -@@ -381,11 +378,9 @@ - ] - - if os.name == 'posix': -- data_files.append(('share/man/man1', ['doc/en/linkchecker.1', 'doc/en/linkchecker-gui.1'])) -- data_files.append(('share/man/man5', ['doc/en/linkcheckerrc.5'])) -- data_files.append(('share/man/de/man1', ['doc/de/linkchecker.1', 'doc/de/linkchecker-gui.1'])) -- data_files.append(('share/man/de/man5', ['doc/de/linkcheckerrc.5'])) -- data_files.append(('share/linkchecker/examples', -+ data_files.append(('man/man1', ['doc/en/linkchecker.1'])) -+ data_files.append(('man/man5', ['doc/en/linkcheckerrc.5'])) -+ data_files.append(('share/examples/linkchecker', - ['config/linkchecker-completion', - 'doc/examples/check_blacklist.sh', - 'doc/examples/check_for_x_errors.sh', + myemail = "bastian.kleineidam@web.de" +@@ -898,9 +894,6 @@ + 'py2app': MyPy2app, + 'register': MyRegister, + }, +- package_dir = { +- 'linkcheck_dns.dns': 'third_party/dnspython/dns', +- }, + packages = [ + 'linkcheck', + 'linkcheck.bookmarks', +@@ -913,10 +906,6 @@ + 'linkcheck.HtmlParser', + 'linkcheck.logger', + 'linkcheck.network', +- 'linkcheck_dns.dns', +- 'linkcheck_dns.dns.rdtypes', +- 'linkcheck_dns.dns.rdtypes.ANY', +- 'linkcheck_dns.dns.rdtypes.IN', + ], + ext_modules = [ + Extension('linkcheck.HtmlParser.htmlsax', +@@ -941,7 +930,6 @@ + ), + ], + scripts = scripts, +- data_files = data_files, + classifiers = [ + 'Topic :: Internet :: WWW/HTTP :: Site Management :: Link Checking', + 'Development Status :: 5 - Production/Stable', diff -urN /usr/ports/www/linkchecker/pkg-descr www/linkchecker/pkg-descr --- /usr/ports/www/linkchecker/pkg-descr 2012-11-08 10:47:00.000000000 +0900 +++ www/linkchecker/pkg-descr 2013-01-27 05:45:23.000000000 +0900 @@ -17,4 +17,4 @@ * command line interface * (Fast)CGI web interface -WWW: http://linkchecker.sourceforge.net/ +WWW: http://wummel.github.com/linkchecker/ diff -urN /usr/ports/www/linkchecker/pkg-plist www/linkchecker/pkg-plist --- /usr/ports/www/linkchecker/pkg-plist 2012-11-08 10:47:00.000000000 +0900 +++ www/linkchecker/pkg-plist 2013-01-31 04:32:54.000000000 +0900 @@ -1,597 +1,429 @@ bin/linkchecker bin/linkchecker-gui +bin/linkchecker-nagios +%%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/native_libs.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/not-zip-safe +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/linkchecker +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/linkchecker-gui +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/linkchecker-nagios +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/_LinkChecker_configdata.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/_LinkChecker_configdata.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/_LinkChecker_configdata.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/htmllib.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/htmllib.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/htmllib.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/htmlsax.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/htmlsax.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/htmlsax.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser/htmlsax.so +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/ansicolor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/ansicolor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/ansicolor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/better_exchook2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/better_exchook2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/better_exchook2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/chrome.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/chrome.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/chrome.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/chromium.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/chromium.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/chromium.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/firefox.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/firefox.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/firefox.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/opera.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/opera.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/opera.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/safari.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/safari.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks/safari.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/connection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/connection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/connection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/content.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/content.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/content.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/cookie.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/cookie.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/cookie.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/robots_txt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/robots_txt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/robots_txt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/urlqueue.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/urlqueue.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache/urlqueue.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/const.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/const.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/const.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/dnsurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/dnsurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/dnsurl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/fileurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/fileurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/fileurl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/ftpurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/ftpurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/ftpurl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/httpheaders.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/httpheaders.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/httpheaders.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/httpsurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/httpsurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/httpsurl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/httpurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/httpurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/httpurl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/ignoreurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/ignoreurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/ignoreurl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/internpaturl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/internpaturl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/internpaturl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/mailtourl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/mailtourl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/mailtourl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/nntpurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/nntpurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/nntpurl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/pooledconnection.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/pooledconnection.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/pooledconnection.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/proxysupport.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/proxysupport.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/proxysupport.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/telneturl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/telneturl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/telneturl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/unknownurl.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/unknownurl.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/unknownurl.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/urlbase.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/urlbase.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker/urlbase.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/clamav.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/clamav.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/clamav.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cmdline.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cmdline.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cmdline.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/colorama.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/colorama.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/colorama.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/configuration/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/configuration/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/configuration/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/configuration/confparse.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/configuration/confparse.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/configuration/confparse.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/containers.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/containers.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/containers.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cookies.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cookies.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cookies.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/decorators.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/decorators.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/decorators.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/aggregator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/aggregator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/aggregator.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/checker.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/checker.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/checker.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/cleanup.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/cleanup.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/cleanup.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/console.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/console.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/console.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/logger.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/logger.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/logger.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/status.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/status.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/status.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/task.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/task.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director/task.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/dummy.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/dummy.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/dummy.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/fileutil.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/fileutil.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/fileutil.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/ftpparse.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/ftpparse.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/ftpparse.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/geoip.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/geoip.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/geoip.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/checker.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/checker.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/checker.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/contextmenu.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/contextmenu.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/contextmenu.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/debug.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/debug.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/debug.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/editor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/editor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/editor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/editor_qsci.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/editor_qsci.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/editor_qsci.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/editor_qt.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/editor_qt.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/editor_qt.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/help.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/help.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/help.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/lineedit.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/lineedit.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/lineedit.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_rc.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_rc.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_rc.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_debug.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_debug.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_debug.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_editor.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_editor.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_editor.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_main.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_main.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_main.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_options.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_options.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/linkchecker_ui_options.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/logger.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/logger.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/logger.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/options.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/options.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/options.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/projects.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/projects.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/projects.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/properties.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/properties.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/properties.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/recentdocs.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/recentdocs.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/recentdocs.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/settings.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/settings.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/settings.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/statistics.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/statistics.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/statistics.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/syntax.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/syntax.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/syntax.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/updater.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/updater.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/updater.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/urlmodel.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/urlmodel.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/urlmodel.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/urlsave.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/urlsave.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/urlsave.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/validator.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/validator.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui/validator.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gzip2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gzip2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gzip2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil/linkname.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil/linkname.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil/linkname.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil/linkparse.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil/linkparse.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil/linkparse.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/httplib2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/httplib2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/httplib2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/httputil.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/httputil.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/httputil.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/i18n.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/i18n.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/i18n.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/lc_cgi.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/lc_cgi.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/lc_cgi.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/lock.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/lock.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/lock.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/log.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/log.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/log.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/blacklist.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/blacklist.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/blacklist.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/csvlog.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/csvlog.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/csvlog.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/customxml.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/customxml.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/customxml.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/dot.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/dot.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/dot.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/gml.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/gml.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/gml.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/graph.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/graph.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/graph.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/gxml.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/gxml.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/gxml.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/html.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/html.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/html.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/none.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/none.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/none.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/sitemapxml.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/sitemapxml.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/sitemapxml.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/sql.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/sql.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/sql.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/text.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/text.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/text.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/xmllog.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/xmllog.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger/xmllog.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/mem.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/mem.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/mem.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/memoryutil.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/memoryutil.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/memoryutil.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/_network.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/_network.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/_network.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/_network.so +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/iputil.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/iputil.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network/iputil.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/robotparser2.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/robotparser2.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/robotparser2.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/socketutil.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/socketutil.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/socketutil.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/strformat.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/strformat.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/strformat.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/threader.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/threader.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/threader.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/trace.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/trace.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/trace.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/updater.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/updater.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/updater.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/url.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/url.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/url.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/winutil.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/winutil.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/winutil.pyo +share/applications/linkchecker.desktop +%%QT4%%share/applications/linkchecker-gui.desktop +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check.js +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check_blacklist.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check_for_x_errors.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/check_urls.sh +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/favicon.ico +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/index.html +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lc.css +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lc_cgi.html.de +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/lc_cgi.html.en +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/leer.html.de +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/leer.html.en +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linkchecker-completion +%%PORTEXAMPLES%%%%EXAMPLESDIR%%/linkchecker.apache2.conf +share/icons/hicolor/128x128/apps/linkchecker.png +share/icons/hicolor/16x16/apps/linkchecker.png +share/icons/hicolor/32x32/apps/linkchecker.png +share/icons/hicolor/48x48/apps/linkchecker.png +share/icons/hicolor/64x64/apps/linkchecker.png +%%DATADIR%%/ca-certificates.crt +%%DATADIR%%/lccollection.qhc +%%DATADIR%%/lcdoc.qch %%DATADIR%%/linkcheckerrc -%%DATADIR%%/logging.conf -%%EXAMPLESDIR%%/check.js -%%EXAMPLESDIR%%/check_blacklist.sh -%%EXAMPLESDIR%%/check_for_x_errors.sh -%%EXAMPLESDIR%%/check_urls.sh -%%EXAMPLESDIR%%/index.html -%%EXAMPLESDIR%%/lc.cgi -%%EXAMPLESDIR%%/lc.fcgi -%%EXAMPLESDIR%%/lc_cgi.html.de -%%EXAMPLESDIR%%/lc_cgi.html.en -%%EXAMPLESDIR%%/leer.html.de -%%EXAMPLESDIR%%/leer.html.en -%%EXAMPLESDIR%%/linkchecker-completion -%%EXAMPLESDIR%%/linkchecker.apache2.conf -%%PYTHON_SITELIBDIR%%/_LinkChecker_configdata.py -%%PYTHON_SITELIBDIR%%/_LinkChecker_configdata.pyc -%%PYTHON_SITELIBDIR%%/_LinkChecker_configdata.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/HtmlParser/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/HtmlParser/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/HtmlParser/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/HtmlParser/htmllib.py -%%PYTHON_SITELIBDIR%%/linkcheck/HtmlParser/htmllib.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/HtmlParser/htmllib.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/HtmlParser/htmlsax.so -%%PYTHON_SITELIBDIR%%/linkcheck/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/ansicolor.py -%%PYTHON_SITELIBDIR%%/linkcheck/ansicolor.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/ansicolor.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/chromium.py -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/opera.py -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/firefox.py -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/chromium.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/opera.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/firefox.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/chromium.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/opera.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/firefox.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/bookmarks/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/cache/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/cache/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/cache/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/cache/addrinfo.py -%%PYTHON_SITELIBDIR%%/linkcheck/cache/addrinfo.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/cache/addrinfo.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/cache/connection.py -%%PYTHON_SITELIBDIR%%/linkcheck/cache/connection.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/cache/connection.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/cache/cookie.py -%%PYTHON_SITELIBDIR%%/linkcheck/cache/cookie.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/cache/cookie.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/cache/robots_txt.py -%%PYTHON_SITELIBDIR%%/linkcheck/cache/robots_txt.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/cache/robots_txt.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/cache/urlqueue.py -%%PYTHON_SITELIBDIR%%/linkcheck/cache/urlqueue.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/cache/urlqueue.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/const.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/const.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/const.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/fileurl.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/fileurl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/fileurl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/ftpurl.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/ftpurl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/ftpurl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/httpheaders.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/httpheaders.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/httpheaders.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/httpsurl.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/httpsurl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/httpsurl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/httpurl.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/httpurl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/httpurl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/internpaturl.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/internpaturl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/internpaturl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/mailtourl.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/mailtourl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/mailtourl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/nntpurl.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/nntpurl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/nntpurl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/proxysupport.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/proxysupport.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/proxysupport.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/telneturl.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/telneturl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/telneturl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/unknownurl.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/unknownurl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/unknownurl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/checker/urlbase.py -%%PYTHON_SITELIBDIR%%/linkcheck/checker/urlbase.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/checker/urlbase.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/clamav.py -%%PYTHON_SITELIBDIR%%/linkcheck/clamav.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/clamav.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/configuration/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/configuration/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/configuration/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/configuration/confparse.py -%%PYTHON_SITELIBDIR%%/linkcheck/configuration/confparse.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/configuration/confparse.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/containers.py -%%PYTHON_SITELIBDIR%%/linkcheck/containers.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/containers.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/cookies.py -%%PYTHON_SITELIBDIR%%/linkcheck/cookies.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/cookies.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/decorators.py -%%PYTHON_SITELIBDIR%%/linkcheck/decorators.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/decorators.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/director/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/director/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/director/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/director/aggregator.py -%%PYTHON_SITELIBDIR%%/linkcheck/director/aggregator.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/director/aggregator.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/director/checker.py -%%PYTHON_SITELIBDIR%%/linkcheck/director/checker.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/director/checker.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/director/cleanup.py -%%PYTHON_SITELIBDIR%%/linkcheck/director/cleanup.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/director/cleanup.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/director/console.py -%%PYTHON_SITELIBDIR%%/linkcheck/director/console.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/director/console.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/director/logger.py -%%PYTHON_SITELIBDIR%%/linkcheck/director/logger.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/director/logger.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/director/status.py -%%PYTHON_SITELIBDIR%%/linkcheck/director/status.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/director/status.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/director/task.py -%%PYTHON_SITELIBDIR%%/linkcheck/director/task.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/director/task.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/dnssec.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/dnssec.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/dnssec.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/e164.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/e164.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/e164.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/edns.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/edns.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/edns.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/entropy.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/entropy.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/entropy.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/exception.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/exception.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/exception.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/flags.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/flags.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/flags.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/inet.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/inet.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/inet.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/ipv4.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/ipv4.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/ipv4.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/ipv6.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/ipv6.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/ipv6.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/message.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/message.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/message.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/name.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/name.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/name.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/namedict.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/namedict.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/namedict.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/node.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/node.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/node.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/opcode.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/opcode.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/opcode.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/query.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/query.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/query.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rcode.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rcode.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rcode.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdata.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdata.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdata.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdataclass.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdataclass.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdataclass.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdataset.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdataset.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdataset.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdatatype.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdatatype.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdatatype.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/AFSDB.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/AFSDB.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/AFSDB.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/CERT.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/CERT.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/CERT.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/CNAME.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/CNAME.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/CNAME.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DLV.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DLV.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DLV.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DNAME.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DNAME.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DNAME.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DNSKEY.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DNSKEY.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DNSKEY.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DS.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DS.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/DS.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/GPOS.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/GPOS.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/GPOS.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/HINFO.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/HINFO.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/HINFO.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/HIP.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/HIP.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/HIP.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/ISDN.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/ISDN.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/ISDN.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/KEY.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/KEY.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/KEY.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/LOC.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/LOC.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/LOC.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/MX.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/MX.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/MX.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NS.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NS.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NS.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NSEC.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NSEC.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NSEC.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NSEC3.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NSEC3.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NSEC3.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NSEC3PARAM.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NSEC3PARAM.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NSEC3PARAM.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NXT.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NXT.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/NXT.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/PTR.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/PTR.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/PTR.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/RP.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/RP.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/RP.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/RRSIG.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/RRSIG.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/RRSIG.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/RT.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/RT.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/RT.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SIG.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SIG.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SIG.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SOA.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SOA.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SOA.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SPF.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SPF.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SPF.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SSHFP.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SSHFP.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/SSHFP.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/TXT.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/TXT.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/TXT.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/X25.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/X25.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/X25.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/A.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/A.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/A.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/AAAA.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/AAAA.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/AAAA.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/APL.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/APL.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/APL.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/DHCID.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/DHCID.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/DHCID.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/IPSECKEY.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/IPSECKEY.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/IPSECKEY.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/KX.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/KX.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/KX.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/NAPTR.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/NAPTR.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/NAPTR.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/NSAP.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/NSAP.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/NSAP.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/NSAP_PTR.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/NSAP_PTR.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/NSAP_PTR.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/PX.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/PX.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/PX.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/SRV.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/SRV.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/SRV.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/WKS.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/WKS.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/WKS.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/dsbase.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/dsbase.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/dsbase.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/keybase.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/keybase.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/keybase.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/mxbase.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/mxbase.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/mxbase.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/nsbase.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/nsbase.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/nsbase.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/sigbase.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/sigbase.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/sigbase.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/txtbase.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/txtbase.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/txtbase.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/renderer.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/renderer.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/renderer.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/resolver.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/resolver.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/resolver.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/reversename.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/reversename.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/reversename.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rrset.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rrset.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/rrset.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/tokenizer.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/tokenizer.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/tokenizer.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/tsig.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/tsig.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/tsig.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/tsigkeyring.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/tsigkeyring.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/tsigkeyring.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/ttl.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/ttl.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/ttl.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/update.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/update.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/update.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/version.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/version.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/version.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dns/zone.py -%%PYTHON_SITELIBDIR%%/linkcheck/dns/zone.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dns/zone.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/dummy.py -%%PYTHON_SITELIBDIR%%/linkcheck/dummy.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/dummy.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/fcgi.py -%%PYTHON_SITELIBDIR%%/linkcheck/fcgi.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/fcgi.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/fileutil.py -%%PYTHON_SITELIBDIR%%/linkcheck/fileutil.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/fileutil.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/ftpparse.py -%%PYTHON_SITELIBDIR%%/linkcheck/ftpparse.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/ftpparse.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/geoip.py -%%PYTHON_SITELIBDIR%%/linkcheck/geoip.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/geoip.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/checker.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/checker.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/checker.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/contextmenu.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/contextmenu.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/contextmenu.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/debug.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/debug.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/debug.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/editor.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/editor.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/editor.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/help.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/help.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/help.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/lineedit.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/lineedit.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/lineedit.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_rc.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_rc.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_rc.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_debug.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_debug.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_debug.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_editor.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_editor.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_editor.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_main.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_main.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_main.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_options.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_options.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_options.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_progress.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_progress.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/linkchecker_ui_progress.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/logger.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/logger.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/logger.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/options.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/options.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/options.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/progress.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/progress.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/progress.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/properties.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/properties.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/properties.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/settings.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/settings.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/settings.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/statistics.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/statistics.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/statistics.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/updater.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/updater.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/updater.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/urlmodel.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/urlmodel.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/urlmodel.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gui/urlsave.py -%%PYTHON_SITELIBDIR%%/linkcheck/gui/urlsave.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gui/urlsave.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/gzip2.py -%%PYTHON_SITELIBDIR%%/linkcheck/gzip2.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/gzip2.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/htmlutil/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/htmlutil/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/htmlutil/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/htmlutil/linkname.py -%%PYTHON_SITELIBDIR%%/linkcheck/htmlutil/linkname.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/htmlutil/linkname.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/htmlutil/linkparse.py -%%PYTHON_SITELIBDIR%%/linkcheck/htmlutil/linkparse.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/htmlutil/linkparse.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/httplib2.py -%%PYTHON_SITELIBDIR%%/linkcheck/httplib2.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/httplib2.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/httputil.py -%%PYTHON_SITELIBDIR%%/linkcheck/httputil.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/httputil.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/i18n.py -%%PYTHON_SITELIBDIR%%/linkcheck/i18n.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/i18n.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/lc_cgi.py -%%PYTHON_SITELIBDIR%%/linkcheck/lc_cgi.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/lc_cgi.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/lock.py -%%PYTHON_SITELIBDIR%%/linkcheck/lock.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/lock.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/log.py -%%PYTHON_SITELIBDIR%%/linkcheck/log.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/log.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/blacklist.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/blacklist.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/blacklist.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/csvlog.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/csvlog.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/csvlog.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/customxml.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/customxml.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/customxml.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/dot.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/dot.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/dot.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/gml.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/gml.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/gml.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/graph.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/graph.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/graph.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/gxml.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/gxml.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/gxml.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/html.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/html.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/html.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/none.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/none.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/none.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/sql.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/sql.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/sql.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/text.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/text.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/text.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/logger/xmllog.py -%%PYTHON_SITELIBDIR%%/linkcheck/logger/xmllog.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/logger/xmllog.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/mem.py -%%PYTHON_SITELIBDIR%%/linkcheck/mem.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/mem.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/network/__init__.py -%%PYTHON_SITELIBDIR%%/linkcheck/network/__init__.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/network/__init__.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/network/_network.so -%%PYTHON_SITELIBDIR%%/linkcheck/network/iputil.py -%%PYTHON_SITELIBDIR%%/linkcheck/network/iputil.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/network/iputil.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/robotparser2.py -%%PYTHON_SITELIBDIR%%/linkcheck/robotparser2.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/robotparser2.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/socketutil.py -%%PYTHON_SITELIBDIR%%/linkcheck/socketutil.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/socketutil.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/strformat.py -%%PYTHON_SITELIBDIR%%/linkcheck/strformat.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/strformat.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/threader.py -%%PYTHON_SITELIBDIR%%/linkcheck/threader.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/threader.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/trace.py -%%PYTHON_SITELIBDIR%%/linkcheck/trace.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/trace.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/updater.py -%%PYTHON_SITELIBDIR%%/linkcheck/updater.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/updater.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/url.py -%%PYTHON_SITELIBDIR%%/linkcheck/url.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/url.pyo -%%PYTHON_SITELIBDIR%%/linkcheck/winutil.py -%%PYTHON_SITELIBDIR%%/linkcheck/winutil.pyc -%%PYTHON_SITELIBDIR%%/linkcheck/winutil.pyo +%%NLS%%share/locale/de/LC_MESSAGES/linkchecker.mo +%%NLS%%share/locale/es/LC_MESSAGES/linkchecker.mo +%%NLS%%share/locale/fr/LC_MESSAGES/linkchecker.mo @dirrm %%DATADIR%% -@dirrm %%EXAMPLESDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/network -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/logger -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/htmlutil -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/gui -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/IN -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes/ANY -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/dns/rdtypes -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/dns -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/director -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/configuration -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/checker -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/cache -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/bookmarks -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck/HtmlParser -@dirrm %%PYTHON_SITELIBDIR%%/linkcheck -%%NLS%%share/locale/de/LC_MESSAGES/LinkChecker.mo -%%NLS%%share/locale/es/LC_MESSAGES/LinkChecker.mo -%%NLS%%share/locale/fr/LC_MESSAGES/LinkChecker.mo +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 +@dirrmtry share/icons/hicolor +@dirrmtry share/icons +%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% +@dirrmtry share/applications +@dirrmtry man/de/man1 +@dirrmtry man/de +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/network +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/logger +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/htmlutil +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/gui +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/director +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/configuration +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/checker +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/cache +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/bookmarks +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck/HtmlParser +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/linkcheck +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 9B554CC1 for ; Thu, 28 Feb 2013 18:10:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8407A81E for ; Thu, 28 Feb 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA2Vc023174 for ; Thu, 28 Feb 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA2Ym023173; Thu, 28 Feb 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:02 GMT Resent-Message-Id: <201302281810.r1SIA2Ym023173@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id DAF41B1B for ; Thu, 28 Feb 2013 18:03:28 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 874A97A4 for ; Thu, 28 Feb 2013 18:03:28 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 5CD364AC036 for ; Fri, 1 Mar 2013 03:03:25 +0900 (JST) Message-Id: <20130301024525.6a40e2ca13fbfedfa76663ed@yahoo.com> Date: Fri, 1 Mar 2013 02:45:25 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176532: multimedia/oggvideotools: Update to version 0.8a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:02 -0000 >Number: 176532 >Category: ports >Synopsis: multimedia/oggvideotools: Update to version 0.8a >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.8a New file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/oggvideotools/Makefile multimedia/oggvideotools/Makefile --- /usr/ports/multimedia/oggvideotools/Makefile 2012-11-08 06:40:45.000000000 +0900 +++ multimedia/oggvideotools/Makefile 2013-02-24 23:07:12.000000000 +0900 @@ -2,30 +2,30 @@ # $FreeBSD: head/multimedia/oggvideotools/Makefile 304701 2012-09-22 17:23:08Z tabthorpe $ PORTNAME= oggvideotools -PORTVERSION= 0.8 -PORTREVISION= 5 +PORTVERSION= 0.8a CATEGORIES= multimedia -MASTER_SITES= SF -MASTER_SITE_SUBDIR= oggvideotools/oggvideotools/${DISTNAME} +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${DISTNAME} MAINTAINER= ports@FreeBSD.org -COMMENT= A toolbox for manipulating Ogg video files +COMMENT= Toolbox for manipulating Ogg video files -LIB_DEPENDS= gd.4:${PORTSDIR}/graphics/gd \ +LICENSE= GPLv2 # (or later) + +LIB_DEPENDS= gd:${PORTSDIR}/graphics/gd \ ogg:${PORTSDIR}/audio/libogg \ - theora.0:${PORTSDIR}/multimedia/libtheora \ - vorbis.4:${PORTSDIR}/audio/libvorbis + theora:${PORTSDIR}/multimedia/libtheora \ + vorbis:${PORTSDIR}/audio/libvorbis USE_SDL= sdl -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -MAKEFILE= makefile - -.for app in oggSplit oggDump oggJoin oggCut oggCat oggLength oggSlideshow oggThumb oggResize oggSilence oggScroll mkThumbs mkSlideshow -PLIST_FILES+= bin/${app} -.endfor -.for app in oggResize oggSlideshow oggThumb oggSplit oggJoin oggCut oggCat oggSilence -MAN1+= ${app}.1 -.endfor +USE_PKGCONFIG= build +USE_CMAKE= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes + +LDFLAGS+= -L${LOCALBASE}/lib + +MAN1= mkThumbs.1 oggCat.1 oggCut.1 oggDump.1 oggJoin.1 \ + oggLength.1 oggSilence.1 oggSlideshow.1 oggSplit.1 \ + oggThumb.1 oggTranscode.1 .include diff -urN /usr/ports/multimedia/oggvideotools/distinfo multimedia/oggvideotools/distinfo --- /usr/ports/multimedia/oggvideotools/distinfo 2012-11-08 06:40:45.000000000 +0900 +++ multimedia/oggvideotools/distinfo 2013-02-24 22:47:12.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (oggvideotools-0.8.tar.gz) = c33f33b400d6c01d12490a063e29347ac36fb59eac00892256552cafb0d4c93a -SIZE (oggvideotools-0.8.tar.gz) = 476044 +SHA256 (oggvideotools-0.8a.tar.gz) = 27f96a98d8b5a2c90f042ace7b4d08c9246d4d0590a8e630800b4779024514cc +SIZE (oggvideotools-0.8a.tar.gz) = 186093 diff -urN /usr/ports/multimedia/oggvideotools/pkg-descr multimedia/oggvideotools/pkg-descr --- /usr/ports/multimedia/oggvideotools/pkg-descr 2012-11-08 06:40:45.000000000 +0900 +++ multimedia/oggvideotools/pkg-descr 2013-02-24 23:03:43.000000000 +0900 @@ -4,8 +4,4 @@ creating an manipulating these video files, such as for splitting the different streams. -At the moment there are the following tools available: oggResize, -oggThumb, oggSlideshow, oggCut, oggCat, oggSplit, oggJoin, oggDump, -oggLength, oggSilence and oggScroll. - -WWW: http://dev.streamnik.de/oggvideotools.html +WWW: http://www.streamnik.de/oggvideotools.html diff -urN /usr/ports/multimedia/oggvideotools/pkg-plist multimedia/oggvideotools/pkg-plist --- /usr/ports/multimedia/oggvideotools/pkg-plist 1970-01-01 09:00:00.000000000 +0900 +++ multimedia/oggvideotools/pkg-plist 2013-02-24 22:58:38.000000000 +0900 @@ -0,0 +1,82 @@ +bin/oggCat +bin/oggCut +bin/oggDump +bin/oggJoin +bin/oggLength +bin/oggSilence +bin/oggSlideshow +bin/oggSplit +bin/oggThumb +bin/oggTranscode +include/oggvt/audioConverter.h +include/oggvt/audioHook.h +include/oggvt/audioPacket.h +include/oggvt/basePlane.h +include/oggvt/blendElement.h +include/oggvt/bufferRepository.h +include/oggvt/cmdlineextractor.h +include/oggvt/crc.h +include/oggvt/crossfader.h +include/oggvt/definition.h +include/oggvt/effector.h +include/oggvt/exception.h +include/oggvt/fileRepository.h +include/oggvt/granulePosInterpreter.h +include/oggvt/helper.h +include/oggvt/hookHandler.h +include/oggvt/kateExtractor.h +include/oggvt/kateHeader.h +include/oggvt/katePosInterpreter.h +include/oggvt/kateStreamParameter.h +include/oggvt/kenburnseffect.h +include/oggvt/log.h +include/oggvt/lowpassEffect.h +include/oggvt/mediaConverter.h +include/oggvt/mediaDecoder.h +include/oggvt/mediaEncoder.h +include/oggvt/mediaInputEncoder.h +include/oggvt/mediaOutputDecoder.h +include/oggvt/mediaRepository.h +include/oggvt/mediaUnit.h +include/oggvt/oggBOSExtractorFactory.h +include/oggvt/oggComment.h +include/oggvt/oggDecoder.h +include/oggvt/oggEncoder.h +include/oggvt/oggHeader.h +include/oggvt/oggPacket.h +include/oggvt/oggPage.h +include/oggvt/oggRingbuffer.h +include/oggvt/oggStreamDecoder.h +include/oggvt/oggStreamEncoder.h +include/oggvt/oggTypes.h +include/oggvt/pictureBlend.h +include/oggvt/pictureLoader.h +include/oggvt/pictureResize.h +include/oggvt/plainPicture.h +include/oggvt/rawMediaPacket.h +include/oggvt/refObject.h +include/oggvt/rgbPlane.h +include/oggvt/ringbuffer.h +include/oggvt/streamConfig.h +include/oggvt/streamExtractor.h +include/oggvt/streamMux.h +include/oggvt/streamParameter.h +include/oggvt/streamSerializer.h +include/oggvt/th_helper.h +include/oggvt/theoraDecoder.h +include/oggvt/theoraEncoder.h +include/oggvt/theoraExtractor.h +include/oggvt/theoraHeader.h +include/oggvt/theoraPosInterpreter.h +include/oggvt/theoraStreamParameter.h +include/oggvt/videoHook.h +include/oggvt/vorbisDecoder.h +include/oggvt/vorbisEncoder.h +include/oggvt/vorbisExtractor.h +include/oggvt/vorbisHeader.h +include/oggvt/vorbisPosInterpreter.h +include/oggvt/vorbisStreamParameter.h +include/oggvt/wishList.h +lib/liboggvideotools.so +sbin/mkThumbs +@dirrm include/oggvt >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 10CA9CC5 for ; Thu, 28 Feb 2013 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D5C1B821 for ; Thu, 28 Feb 2013 18:10:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA2db023185 for ; Thu, 28 Feb 2013 18:10:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA2sG023184; Thu, 28 Feb 2013 18:10:02 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:02 GMT Resent-Message-Id: <201302281810.r1SIA2sG023184@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 85DB9B39 for ; Thu, 28 Feb 2013 18:04:51 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 548547BC for ; Thu, 28 Feb 2013 18:04:51 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 9D2642BC03B for ; Fri, 1 Mar 2013 03:04:49 +0900 (JST) Message-Id: <20130301024621.13884ad0e8a73c4fe5c9267a@yahoo.com> Date: Fri, 1 Mar 2013 02:46:21 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176533: science/pynn: Update to version 0.7.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:03 -0000 >Number: 176533 >Category: ports >Synopsis: science/pynn: Update to version 0.7.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: Thu Feb 28 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.7.5 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/pynn/Makefile science/pynn/Makefile --- /usr/ports/science/pynn/Makefile 2012-12-01 17:12:24.000000000 +0900 +++ science/pynn/Makefile 2013-02-21 19:22:25.000000000 +0900 @@ -1,19 +1,15 @@ -# New ports collection makefile for: pynn -# Date created: 12 May 2010 -# Whom: Ju Pengfei -# +# Created by: Ju Pengfei # $FreeBSD: head/science/pynn/Makefile 308034 2012-11-30 23:50:36Z sperber $ -# PORTNAME= pynn -PORTVERSION= 0.7.4 +PORTVERSION= 0.7.5 CATEGORIES= science python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= PyNN-${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A simulator-independent language for building neuronal network models +COMMENT= Simulator-independent language for building neuronal network models BUILD_DEPENDS= ${PYNUMPY} RUN_DEPENDS= ${PYNUMPY} diff -urN /usr/ports/science/pynn/distinfo science/pynn/distinfo --- /usr/ports/science/pynn/distinfo 2012-12-01 17:12:24.000000000 +0900 +++ science/pynn/distinfo 2013-02-21 19:23:40.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (PyNN-0.7.4.tar.gz) = 1dc4fbed549cd02cf62efb666e86b9b34e64ee4103a3df05de5be667c8d5ddc3 -SIZE (PyNN-0.7.4.tar.gz) = 262543 +SHA256 (PyNN-0.7.5.tar.gz) = 15f75f422f3b71c6129ecef23f29d8baeb3ed6502e7a321b8a2596c78ef7e03c +SIZE (PyNN-0.7.5.tar.gz) = 263487 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 49F7ACC7 for ; Thu, 28 Feb 2013 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3318D823 for ; Thu, 28 Feb 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA31n023196 for ; Thu, 28 Feb 2013 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA3xF023195; Thu, 28 Feb 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:03 GMT Resent-Message-Id: <201302281810.r1SIA3xF023195@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 58B3DA74 for ; Thu, 28 Feb 2013 18:02:29 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 04E77789 for ; Thu, 28 Feb 2013 18:02:29 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id B3AF450036 for ; Fri, 1 Mar 2013 03:02:25 +0900 (JST) Message-Id: <20130301024446.3940b95bffc8fdca63250e75@yahoo.com> Date: Fri, 1 Mar 2013 02:44:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176534: games/stratagus: Update to version 2.2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:03 -0000 >Number: 176534 >Category: ports >Synopsis: games/stratagus: Update to version 2.2.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:02 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2.2.7 Remove file: files/patch-png.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/games/stratagus/Makefile games/stratagus/Makefile --- /usr/ports/games/stratagus/Makefile 2012-11-08 07:30:09.000000000 +0900 +++ games/stratagus/Makefile 2013-02-27 03:32:35.000000000 +0900 @@ -1,86 +1,80 @@ -# New ports collection makefile for: stratagus -# Date created: 30 Jun 2004 -# Whom: Travis Poppe -# +# Created by: Travis Poppe # $FreeBSD: head/games/stratagus/Makefile 301513 2012-07-25 08:13:30Z gerald $ -# PORTNAME= stratagus -PORTVERSION= 2.2.5.5 -PORTREVISION= 3 +PORTVERSION= 2.2.7 CATEGORIES= games -MASTER_SITES= http://launchpadlibrarian.net/59493540/ -DISTNAME= ${PORTNAME}_${PORTVERSION} -EXTRACT_SUFX= .orig.tar.gz +MASTER_SITES= http://launchpadlibrarian.net/113005346/ +DISTNAME= ${PORTNAME}_${PORTVERSION}.orig MAINTAINER= ports@FreeBSD.org COMMENT= Free cross-platform real-time strategy gaming engine +LICENSE= GPLv2 + LIB_DEPENDS= png15:${PORTSDIR}/graphics/png OPTIONS_DEFINE= MIKMOD MNG THEORA VORBIS DOCS OPTIONS_DEFAULT= VORBIS -MNG_DESC= Enable MNG support -LICENSE= GPLv2 -USE_GCC= 4.6+ -USE_LUA= 5.0+ +USE_GL= glu USE_SDL= sdl -USE_GL= gl -USE_AUTOTOOLS= aclocal autoheader autoconf -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-extra-includes=${LUA_INCDIR} \ - --with-extra-includes=${LOCALBASE}/include/libpng15 \ - --with-extra-libs=${LUA_LIBDIR} \ - --without-gles -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -MAKE_JOBS_UNSAFE= yes +USE_LUA= 5.0+ +LUA_COMPS= toluaxx +USE_CMAKE= yes +CMAKE_OUTSOURCE= yes +CMAKE_ARGS= -DGAMEDIR:STRING="bin" \ + -DTOLUA++_APP:STRING="${TOLUAXX_CMD}" \ + -DTOLUA++_INCLUDE_DIR:STRING="${LUA_INCDIR}" \ + -DTOLUA++_LIBRARY:STRING="${LUA_LIBDIR}/libtolua++.so" +MAKE_JOBS_SAFE= yes +MAN6= stratagus.6 PORTDOCS= * -PLIST_FILES= bin/stratagus +PLIST_FILES= bin/png2stratagus bin/stratagus sbin/metaserver .include .if ${PORT_OPTIONS:MMIKMOD} -LIB_DEPENDS+= mikmod.2:${PORTSDIR}/audio/libmikmod -CONFIGURE_ARGS+=--with-mikmod +LIB_DEPENDS+= mikmod:${PORTSDIR}/audio/libmikmod +CMAKE_ARGS+= -DWITH_MIKMOD:BOOL=ON .else -CONFIGURE_ARGS+=--without-mikmod +CMAKE_ARGS+= -DWITH_MIKMOD:BOOL=OFF .endif .if ${PORT_OPTIONS:MMNG} -LIB_DEPENDS+= mng.1:${PORTSDIR}/graphics/libmng -CONFIGURE_ARGS+=--with-mng +LIB_DEPENDS+= mng:${PORTSDIR}/graphics/libmng +CMAKE_ARGS+= -DWITH_MNG:BOOL=ON .else -CONFIGURE_ARGS+=--without-mng +CMAKE_ARGS+= -DWITH_MNG:BOOL=OFF .endif .if ${PORT_OPTIONS:MTHEORA} -LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora -CONFIGURE_ARGS+=--with-theora +LIB_DEPENDS+= theora:${PORTSDIR}/multimedia/libtheora +CMAKE_ARGS+= -DWITH_THEORA:BOOL=ON .else -CONFIGURE_ARGS+=--without-theora +CMAKE_ARGS+= -DWITH_THEORA:BOOL=OFF .endif .if ${PORT_OPTIONS:MVORBIS} -LIB_DEPENDS+= vorbisfile.6:${PORTSDIR}/audio/libvorbis -CONFIGURE_ARGS+=--with-vorbis +LIB_DEPENDS+= vorbis:${PORTSDIR}/audio/libvorbis +CMAKE_ARGS+= -DWITH_OGGVORBIS:BOOL=ON .else -CONFIGURE_ARGS+=--without-vorbis +CMAKE_ARGS+= -DWITH_OGGVORBIS:BOOL=OFF .endif -pre-configure: - @(cd ${WRKSRC}; ./autogen.sh) - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/stratagus ${PREFIX}/bin +post-install: + (cd ${WRKSRC}/doc && ${INSTALL_DATA} stratagus.6 ${MAN6PREFIX}/man/man6) .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}/doc; ${COPYTREE_SHARE} . ${DOCSDIR}) -.endif + (cd ${WRKSRC}/doc && ${INSTALL_DATA} [a-z]*.html *.txt ${DOCSDIR}) + @${MKDIR} ${DOCSDIR}/graphics + (cd ${WRKSRC}/doc/graphics && ${INSTALL_DATA} * ${DOCSDIR}/graphics) + @${MKDIR} ${DOCSDIR}/scripts + (cd ${WRKSRC}/doc/scripts && ${INSTALL_DATA} * ${DOCSDIR}/scripts) @${ECHO_CMD} @${CAT} ${PKGMESSAGE} @${ECHO_CMD} +.endif .include diff -urN /usr/ports/games/stratagus/distinfo games/stratagus/distinfo --- /usr/ports/games/stratagus/distinfo 2012-11-08 07:30:09.000000000 +0900 +++ games/stratagus/distinfo 2013-02-24 20:06:20.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (stratagus_2.2.5.5.orig.tar.gz) = e0c8fe592ee3ad0c5806937aa950aad39019780de5344987366fe76901377285 -SIZE (stratagus_2.2.5.5.orig.tar.gz) = 976972 +SHA256 (stratagus_2.2.7.orig.tar.gz) = 9bdaf207623b60a5e98451128bb7fb649e00ce4aba507320bde63e60f93e8c9f +SIZE (stratagus_2.2.7.orig.tar.gz) = 939967 diff -urN /usr/ports/games/stratagus/files/patch-png.cpp games/stratagus/files/patch-png.cpp --- /usr/ports/games/stratagus/files/patch-png.cpp 2012-11-08 07:30:08.000000000 +0900 +++ games/stratagus/files/patch-png.cpp 1970-01-01 09:00:00.000000000 +0900 @@ -1,28 +0,0 @@ ---- src/video/png.cpp.orig 2010-11-20 12:23:28.000000000 +0100 -+++ src/video/png.cpp 2012-04-29 07:12:14.000000000 +0200 -@@ -39,6 +39,7 @@ - #include - #include - #include -+#include - - #include "stratagus.h" - #include "video.h" -@@ -147,7 +148,7 @@ - * the normal method of doing things with libpng). REQUIRED unless you - * set up your own error handlers in png_create_read_struct() earlier. - */ -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - fprintf(stderr, "Error reading the PNG file.\n"); - ret = -1; - goto done; -@@ -343,7 +344,7 @@ - return; - } - -- if (setjmp(png_ptr->jmpbuf)) { -+ if (setjmp(png_jmpbuf(png_ptr))) { - /* If we get here, we had a problem reading the file */ - fclose(fp); - png_destroy_write_struct(&png_ptr, &info_ptr); diff -urN /usr/ports/games/stratagus/pkg-descr games/stratagus/pkg-descr --- /usr/ports/games/stratagus/pkg-descr 2012-11-08 07:30:09.000000000 +0900 +++ games/stratagus/pkg-descr 2013-02-24 20:28:52.000000000 +0900 @@ -4,4 +4,4 @@ a wide-range of features specific to your needs. See the data sets page for a list of current games using the stratagus engine. -WWW: http://stratagus.sourceforge.net +WWW: https://launchpad.net/stratagus >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id B25A9CC9 for ; Thu, 28 Feb 2013 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 83B05825 for ; Thu, 28 Feb 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA35f023211 for ; Thu, 28 Feb 2013 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA3W9023210; Thu, 28 Feb 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:03 GMT Resent-Message-Id: <201302281810.r1SIA3W9023210@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id DC1E7B13 for ; Thu, 28 Feb 2013 18:02:58 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id B494F79A for ; Thu, 28 Feb 2013 18:02:58 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id E4D9E4AC036 for ; Fri, 1 Mar 2013 03:02:56 +0900 (JST) Message-Id: <20130301024510.a6d291aea8751d3a60a08be3@yahoo.com> Date: Fri, 1 Mar 2013 02:45:10 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176535: math/plplot: Fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:03 -0000 >Number: 176535 >Category: ports >Synopsis: math/plplot: Fix pkg-plist >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Fix pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/math/plplot/pkg-plist math/plplot/pkg-plist --- /usr/ports/math/plplot/pkg-plist 2013-02-05 00:54:31.000000000 +0900 +++ math/plplot/pkg-plist 2013-02-08 00:53:44.000000000 +0900 @@ -27,6 +27,7 @@ %%WXGTK%%include/plplot/wxPLplotstream.h %%WXGTK%%include/plplot/wxPLplotwindow.h %%TCLTK%%include/plplot/tclMatrix.h +%%FORTRAN%%lib/fortran/include/plplot/plplot_parameters.h %%FORTRAN%%lib/fortran/modules/plplot/plplot.mod %%FORTRAN%%lib/fortran/modules/plplot/plplot_flt.mod %%FORTRAN%%lib/fortran/modules/plplot/plplotp.mod @@ -628,4 +629,9 @@ @dirrm lib/plplot/driversd @dirrm lib/plplot %%LUA%%@dirrm %%LUA_MODLIBDIR%%/plplot +%%FORTRAN%%@dirrm lib/fortran/modules/plplot +%%FORTRAN%%@dirrmtry lib/fortran/modules +%%FORTRAN%%@dirrm lib/fortran/include/plplot +%%FORTRAN%%@dirrmtry lib/fortran/include +%%FORTRAN%%@dirrmtry lib/fortran @dirrm include/plplot >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id DB714CCB for ; Thu, 28 Feb 2013 18:10:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BD890827 for ; Thu, 28 Feb 2013 18:10:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA3r0023222 for ; Thu, 28 Feb 2013 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA3OF023221; Thu, 28 Feb 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:03 GMT Resent-Message-Id: <201302281810.r1SIA3OF023221@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 417E2A1B for ; Thu, 28 Feb 2013 18:00:22 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id C13BD757 for ; Thu, 28 Feb 2013 18:00:21 +0000 (UTC) Received: from msa104lp.auone-net.jp (MSA104lp [172.27.12.182]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id BFF8858C2AE for ; Fri, 1 Mar 2013 03:00:20 +0900 (JST) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id D1DF12BC03B for ; Fri, 1 Mar 2013 03:00:03 +0900 (JST) Message-Id: <20130301024239.738d30215536518c3425ea2c@yahoo.com> Date: Fri, 1 Mar 2013 02:42:39 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176536: audio/creox: Update to version 0.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:03 -0000 >Number: 176536 >Category: ports >Synopsis: audio/creox: Update to version 0.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: Thu Feb 28 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.3.0 New file: files/patch-creox__effects_dsp__distortionprocessor.cpp files/patch-creox__effects_dsp__echoprocessor.cpp files/patch-creox__effects_dsp__phaserprocessor.cpp files/patch-creox__effects_dsp__tremoloprocessor.cpp Remove file: files/patch-error_h files/patch-sincosf >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/creox/Makefile audio/creox/Makefile --- /usr/ports/audio/creox/Makefile 2012-12-30 22:11:35.000000000 +0900 +++ audio/creox/Makefile 2013-02-20 02:16:56.000000000 +0900 @@ -1,49 +1,36 @@ -# New ports collection makefile for: Creox -# Date created: 18 Aug 2009 -# Whom: Alexey Dokuchaev -# +# Created by: Alexey Dokuchaev # $FreeBSD: head/audio/creox/Makefile 309662 2012-12-30 12:03:51Z beat $ -# PORTNAME= creox -DISTVERSION= 0.2.2rc2 -PORTREVISION= 5 +PORTVERSION= 0.3.0 CATEGORIES= audio kde -MASTER_SITES= http://zyzstar.kosoru.com/projects/creox/downloads/ +MASTER_SITES= GH MAINTAINER= ports@FreeBSD.org -COMMENT= A real-time sound processor +COMMENT= Realtime sound processor -LIB_DEPENDS= jack.0:${PORTSDIR}/audio/jack +LICENSE= GPLv2 -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 +LIB_DEPENDS= jack:${PORTSDIR}/audio/jack -USE_BZIP2= yes -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -USE_GETTEXT= yes -USE_KDELIBS_VER=3 -INSTALLS_ICONS= yes +USE_GITHUB= yes +GH_ACCOUNT= laudrup +GH_PROJECT= Creox4 +GH_TAGNAME= 0.3 +GH_COMMIT= 8e27483 + +USE_XORG= xft xpm +USE_KDE4= automoc4 kdelibs kdeprefix +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_CMAKE= yes +CMAKE_OUTSOURCE=yes +MAKE_JOBS_SAFE= yes post-patch: -# Fix bogus test(1) syntax and remove superfluous -O2 - @${REINPLACE_CMD} -E 's,(if \[ [[:graph:]]+ )==,\1=, ; \ - s,-O2,,' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + '/-Wno-unused-but-set-variable/d' ${WRKSRC}/CMakeLists.txt # FreeBSD does not have exp10f(3), use powf(3) instead - @${REINPLACE_CMD} -e 's|exp10f(|powf(10., |' \ - ${WRKSRC}/creox/dsp_flow/threadeffector.cpp \ - ${WRKSRC}/creox/effects_dsp/tremoloprocessor.cpp \ - ${WRKSRC}/creox/effects_dsp/phaserprocessor.cpp \ - ${WRKSRC}/creox/effects_dsp/flangerprocessor.cpp \ - ${WRKSRC}/creox/effects_dsp/echoprocessor.cpp \ - ${WRKSRC}/creox/effects_dsp/distortionprocessor.cpp -# Fix std::fmaf (remove std:: prefix) - @${REINPLACE_CMD} -e 's,std::fmaf,fmaf,' \ - ${WRKSRC}/creox/effects_dsp/tremoloprocessor.cpp \ - ${WRKSRC}/creox/effects_dsp/echoprocessor.cpp -# Add missing closing parentheses on line 186 - @${REINPLACE_CMD} -e '186s,);,)&,' \ - ${WRKSRC}/creox/effects_dsp/tremoloprocessor.cpp + @${GREP} -lR "exp10f(" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|exp10f(|powf(10.,|' .include diff -urN /usr/ports/audio/creox/distinfo audio/creox/distinfo --- /usr/ports/audio/creox/distinfo 2012-11-08 05:37:36.000000000 +0900 +++ audio/creox/distinfo 2013-02-18 20:22:56.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (creox-0.2.2rc2.tar.bz2) = 176367094866cf7c811df0cf33acb69fb5e1681bd17414d0cc90df398c30429f -SIZE (creox-0.2.2rc2.tar.bz2) = 670791 +SHA256 (creox-0.3.0.tar.gz) = 7ca8ea0d54eeeb50e8df8bbe3832ef0e68880c00bf6f77aee1fd567beb457b23 +SIZE (creox-0.3.0.tar.gz) = 216287 diff -urN /usr/ports/audio/creox/files/patch-creox__effects_dsp__distortionprocessor.cpp audio/creox/files/patch-creox__effects_dsp__distortionprocessor.cpp --- /usr/ports/audio/creox/files/patch-creox__effects_dsp__distortionprocessor.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/creox/files/patch-creox__effects_dsp__distortionprocessor.cpp 2013-02-18 20:36:48.000000000 +0900 @@ -0,0 +1,32 @@ +--- creox/effects_dsp/distortionprocessor.cpp.orig ++++ creox/effects_dsp/distortionprocessor.cpp +@@ -423,7 +424,8 @@ + { + const float omega = 2.0f*float(M_PI)*centerFrequency/m_samplerate_f; + float sn,cs; +- sincosf(omega, &sn, &cs); ++ sn = sinf(omega); ++ cs = cosf(omega); + const float alpha = sn*sinhf(float(M_LN2/2.0)*bandwidth*(omega/sn)); + const float a0 = 1.0f/(1.0f + alpha); //a0 = 1/a0 + +@@ -462,7 +464,8 @@ + const float A = powf(10., gain/40.0f); + const float omega = 2.0f*float(M_PI)*frequency/m_samplerate_f; + float sn,cs; +- sincosf(omega, &sn, &cs); ++ sn = sinf(omega); ++ cs = cosf(omega); + register const float beta = sn * sqrtf( (A*A + 1.0f)/slope - powf(A-1.0f, 2.0f) ); + + register const float AplusOne = A + 1.0f; +@@ -500,7 +503,8 @@ + { + const float omega = 2.0f*float(M_PI)*cutoffFrequency/m_samplerate_f; + float sn,cs; +- sincosf(omega, &sn, &cs); ++ sn = sinf(omega); ++ cs = cosf(omega); + const float alpha = sn/(2.0f * Q); + const float a0 = 1.0f/(1.0f + alpha); //a0 = 1/a0 + diff -urN /usr/ports/audio/creox/files/patch-creox__effects_dsp__echoprocessor.cpp audio/creox/files/patch-creox__effects_dsp__echoprocessor.cpp --- /usr/ports/audio/creox/files/patch-creox__effects_dsp__echoprocessor.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/creox/files/patch-creox__effects_dsp__echoprocessor.cpp 2013-02-18 21:06:25.000000000 +0900 @@ -0,0 +1,11 @@ +--- creox/effects_dsp/echoprocessor.cpp.orig 2011-06-22 06:27:40.000000000 +0900 ++++ creox/effects_dsp/echoprocessor.cpp 2013-02-18 21:05:56.000000000 +0900 +@@ -221,7 +221,7 @@ + parallelEchoes += parEcho * m_parallelEchoParam[count].decay_f; + #ifdef FP_FAST_FMAF + *(m_parallelEchoChain[count].buffer + m_parallelEchoChain[count].offset) = +- std::fmaf(parEcho, m_parallelEchoParam[count].feedback_f, inputSample); ++ fmaf(parEcho, m_parallelEchoParam[count].feedback_f, inputSample); + #else + *(m_parallelEchoChain[count].buffer + m_parallelEchoChain[count].offset) = + inputSample + (parEcho * m_parallelEchoParam[count].feedback_f); diff -urN /usr/ports/audio/creox/files/patch-creox__effects_dsp__phaserprocessor.cpp audio/creox/files/patch-creox__effects_dsp__phaserprocessor.cpp --- /usr/ports/audio/creox/files/patch-creox__effects_dsp__phaserprocessor.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/creox/files/patch-creox__effects_dsp__phaserprocessor.cpp 2013-02-18 20:37:11.000000000 +0900 @@ -0,0 +1,22 @@ +--- creox/effects_dsp/phaserprocessor.cpp.orig ++++ creox/effects_dsp/phaserprocessor.cpp +@@ -156,7 +157,8 @@ + { + const float omega = 2.0f * float(M_PI) * m_stepFrequency / m_samplerate_d; + float sn, cs; +- sincosf(omega, &sn, &cs); ++ sn = sinf(omega); ++ cs = cosf(omega); + *(m_coefBuffPrelim++) = cs; // cs + *(m_coefBuffPrelim++) = sn / m_resonance; // alpha (m_resonance = 2.0*resonance) + m_stepFrequency *= m_expStep; +@@ -231,7 +233,8 @@ + } + + float sn, cs; +- sincosf(omega, &sn, &cs); ++ sn = sinf(omega); ++ cs = cosf(omega); + register const float alpha = sn / m_resonance; // alpha (m_resonance = 2.0 * resonance) + + // perform filter diff -urN /usr/ports/audio/creox/files/patch-creox__effects_dsp__tremoloprocessor.cpp audio/creox/files/patch-creox__effects_dsp__tremoloprocessor.cpp --- /usr/ports/audio/creox/files/patch-creox__effects_dsp__tremoloprocessor.cpp 1970-01-01 09:00:00.000000000 +0900 +++ audio/creox/files/patch-creox__effects_dsp__tremoloprocessor.cpp 2013-02-18 21:04:54.000000000 +0900 @@ -0,0 +1,13 @@ +--- creox/effects_dsp/tremoloprocessor.cpp.orig 2011-06-22 06:27:40.000000000 +0900 ++++ creox/effects_dsp/tremoloprocessor.cpp 2013-02-18 21:04:20.000000000 +0900 +@@ -182,8 +182,8 @@ + register const float inputSample = *(inputBuffer++) * m_inputGain_f; + #ifdef FP_FAST_FMAF + *(outputBuffer++) = (inputSample * m_dry_f) +- + (inputSample * m_wet_f * std::fmaf(amplitudeModulation, +- m_modulationMulti, m_modulationShift); ++ + (inputSample * m_wet_f * fmaf(amplitudeModulation, ++ m_modulationMulti, m_modulationShift)); + #else + *(outputBuffer++) = (inputSample * m_dry_f) + + (inputSample * m_wet_f * ((amplitudeModulation * m_modulationMulti) diff -urN /usr/ports/audio/creox/files/patch-error_h audio/creox/files/patch-error_h --- /usr/ports/audio/creox/files/patch-error_h 2012-11-08 05:37:36.000000000 +0900 +++ audio/creox/files/patch-error_h 1970-01-01 09:00:00.000000000 +0900 @@ -1,60 +0,0 @@ ---- creox/dsp_flow/threadeffector.cpp.orig 2009-08-18 22:37:58.000000000 +0700 -+++ creox/dsp_flow/threadeffector.cpp 2009-08-18 22:38:37.000000000 +0700 -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - #include - #include - #include ---- creox/effects_dsp/distortionprocessor.cpp.orig 2009-08-18 22:37:58.000000000 +0700 -+++ creox/effects_dsp/distortionprocessor.cpp 2009-08-18 22:01:18.000000000 +0700 -@@ -25,6 +25,7 @@ - #include - #include - #include -+#include - #include "crdatastream.h" - #include "distortionprocessor.h" - ---- creox/effects_dsp/echoprocessor.cpp.orig 2009-08-18 22:37:58.000000000 +0700 -+++ creox/effects_dsp/echoprocessor.cpp 2009-08-18 21:57:41.000000000 +0700 -@@ -22,6 +22,7 @@ - #include - #include - #include -+#include - #include "crdatastream.h" - #include "echoprocessor.h" - ---- creox/effects_dsp/flangerprocessor.cpp.orig 2009-08-18 22:37:58.000000000 +0700 -+++ creox/effects_dsp/flangerprocessor.cpp 2009-08-18 21:56:44.000000000 +0700 -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - #include "crdatastream.h" - #include "flangerprocessor.h" - ---- creox/effects_dsp/phaserprocessor.cpp.orig 2009-08-18 22:37:58.000000000 +0700 -+++ creox/effects_dsp/phaserprocessor.cpp 2009-08-18 21:55:01.000000000 +0700 -@@ -26,6 +26,7 @@ - #include - #include - #include -+#include - #include "crdatastream.h" - #include "phaserprocessor.h" - ---- creox/effects_dsp/tremoloprocessor.cpp.orig 2009-08-18 22:37:58.000000000 +0700 -+++ creox/effects_dsp/tremoloprocessor.cpp 2009-08-18 21:28:37.000000000 +0700 -@@ -21,6 +21,7 @@ - #include - #include - #include -+#include - #include "crdatastream.h" - #include "tremoloprocessor.h" - diff -urN /usr/ports/audio/creox/files/patch-sincosf audio/creox/files/patch-sincosf --- /usr/ports/audio/creox/files/patch-sincosf 2012-11-08 05:37:36.000000000 +0900 +++ audio/creox/files/patch-sincosf 1970-01-01 09:00:00.000000000 +0900 @@ -1,54 +0,0 @@ ---- creox/effects_dsp/distortionprocessor.cpp.orig 2009-08-18 22:37:58.000000000 +0700 -+++ creox/effects_dsp/distortionprocessor.cpp 2009-08-18 22:01:18.000000000 +0700 -@@ -423,7 +424,8 @@ - { - const float omega = 2.0f*float(M_PI)*centerFrequency/m_samplerate_f; - float sn,cs; -- sincosf(omega, &sn, &cs); -+ sn = sinf(omega); -+ cs = cosf(omega); - const float alpha = sn*sinhf(float(M_LN2/2.0)*bandwidth*(omega/sn)); - const float a0 = 1.0f/(1.0f + alpha); //a0 = 1/a0 - -@@ -462,7 +464,8 @@ - const float A = powf(10., gain/40.0f); - const float omega = 2.0f*float(M_PI)*frequency/m_samplerate_f; - float sn,cs; -- sincosf(omega, &sn, &cs); -+ sn = sinf(omega); -+ cs = cosf(omega); - register const float beta = sn * sqrtf( (A*A + 1.0f)/slope - powf(A-1.0f, 2.0f) ); - - register const float AplusOne = A + 1.0f; -@@ -500,7 +503,8 @@ - { - const float omega = 2.0f*float(M_PI)*cutoffFrequency/m_samplerate_f; - float sn,cs; -- sincosf(omega, &sn, &cs); -+ sn = sinf(omega); -+ cs = cosf(omega); - const float alpha = sn/(2.0f * Q); - const float a0 = 1.0f/(1.0f + alpha); //a0 = 1/a0 - ---- creox/effects_dsp/phaserprocessor.cpp.orig 2009-08-18 22:37:58.000000000 +0700 -+++ creox/effects_dsp/phaserprocessor.cpp 2009-08-18 21:55:01.000000000 +0700 -@@ -156,7 +157,8 @@ - { - const float omega = 2.0f * float(M_PI) * m_stepFrequency / m_samplerate_d; - float sn, cs; -- sincosf(omega, &sn, &cs); -+ sn = sinf(omega); -+ cs = cosf(omega); - *(m_coefBuffPrelim++) = cs; // cs - *(m_coefBuffPrelim++) = sn / m_resonance; // alpha (m_resonance = 2.0*resonance) - m_stepFrequency *= m_expStep; -@@ -231,7 +233,8 @@ - } - - float sn, cs; -- sincosf(omega, &sn, &cs); -+ sn = sinf(omega); -+ cs = cosf(omega); - register const float alpha = sn / m_resonance; // alpha (m_resonance = 2.0 * resonance) - - // perform filter diff -urN /usr/ports/audio/creox/pkg-descr audio/creox/pkg-descr --- /usr/ports/audio/creox/pkg-descr 2012-11-08 05:37:36.000000000 +0900 +++ audio/creox/pkg-descr 2013-02-18 21:10:56.000000000 +0900 @@ -1,11 +1,11 @@ -Creox is a real-time sound processor. You can plug your electric guitar or -any other musical instrument directly to the PC's sound card and start -experimenting with various sound effects. Creox offers nice user-friendly -KDE-based GUI, a preset support, a low-latency DSP engine, and each effect -parameter can be altered "on the fly". +Creox is a real-time sound processor. You can plug your electric guitar +or any other musical instrument directly to the PC's sound card and +start experimenting with various sound effects. Creox offers nice +user-friendly KDE-based GUI, a preset support, a low-latency DSP engine, +and each effect parameter can be altered "on the fly". -As Creox is a JACK application, the output sound can be routed to the other -JACK-aware applications, and the audio input can be taken as the output from -the other JACK client. +As Creox is a JACK application, the output sound can be routed to the +other JACK-aware applications, and the audio input can be taken as the +output from the other JACK client. -WWW: http://zyzstar.kosoru.com/?creox +WWW: http://stacktrace.dk/project/creox-4/ diff -urN /usr/ports/audio/creox/pkg-plist audio/creox/pkg-plist --- /usr/ports/audio/creox/pkg-plist 2012-11-08 05:37:36.000000000 +0900 +++ audio/creox/pkg-plist 2013-02-18 20:44:55.000000000 +0900 @@ -1,30 +1,11 @@ bin/creox -share/doc/HTML/en/creox/common -share/doc/HTML/en/creox/index.docbook -share/doc/HTML/en/creox/index.cache.bz2 -share/locale/ru/LC_MESSAGES/creox.mo -share/apps/creox/icons/hicolor/16x16/actions/distortion.png -share/apps/creox/icons/hicolor/16x16/actions/echo.png -share/apps/creox/icons/hicolor/16x16/actions/flanger.png -share/apps/creox/icons/hicolor/16x16/actions/phaser.png -share/apps/creox/icons/hicolor/16x16/actions/preset_chain.png -share/apps/creox/icons/hicolor/16x16/actions/preset_nochain.png -share/apps/creox/icons/hicolor/16x16/actions/tremolo.png -share/apps/creox/icons/hicolor/48x48/actions/sound_card_properties.png -share/apps/creox/pics/sound_card_properties.png -share/apps/creox/pics/crsplash.png +share/applications/kde4/creox.desktop share/apps/creox/creoxui.rc -share/applnk/Applications/creox.desktop +share/apps/creox/pics/crsplash.png +share/config.kcfg/creox4.kcfg share/icons/hicolor/16x16/apps/creox.png share/icons/hicolor/32x32/apps/creox.png share/icons/hicolor/48x48/apps/creox.png share/icons/hicolor/64x64/apps/creox.png -@dirrm share/apps/creox/icons/hicolor/48x48/actions -@dirrm share/apps/creox/icons/hicolor/48x48 -@dirrm share/apps/creox/icons/hicolor/16x16/actions -@dirrm share/apps/creox/icons/hicolor/16x16 -@dirrm share/apps/creox/icons/hicolor -@dirrm share/apps/creox/icons @dirrm share/apps/creox/pics @dirrm share/apps/creox -@dirrm share/doc/HTML/en/creox >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 1ADC9CCD for ; Thu, 28 Feb 2013 18:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 03A6582A for ; Thu, 28 Feb 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA3Ix023233 for ; Thu, 28 Feb 2013 18:10:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA32I023232; Thu, 28 Feb 2013 18:10:03 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:03 GMT Resent-Message-Id: <201302281810.r1SIA32I023232@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 80D73A35 for ; Thu, 28 Feb 2013 18:01:00 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id CE904768 for ; Thu, 28 Feb 2013 18:00:59 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id E586A34034 for ; Fri, 1 Mar 2013 03:00:48 +0900 (JST) Message-Id: <20130301024319.1037e3aed885a8168d6316dc@yahoo.com> Date: Fri, 1 Mar 2013 02:43:19 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176537: cad/geda: Update to version 1.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:04 -0000 >Number: 176537 >Category: ports >Synopsis: cad/geda: Update to version 1.8.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: Thu Feb 28 18:10:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.8.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/geda/Makefile cad/geda/Makefile --- /usr/ports/cad/geda/Makefile 2012-11-08 04:22:30.000000000 +0900 +++ cad/geda/Makefile 2013-02-10 14:49:27.000000000 +0900 @@ -1,15 +1,11 @@ -# New ports collection makefile for: geda -# Date created: 24 Nov 1998 -# Whom: Vanilla I. Shu -# +# Created by: Vanilla I. Shu # $FreeBSD: head/cad/geda/Makefile 300895 2012-07-14 12:56:14Z beat $ -# PORTNAME= geda -PORTVERSION= 1.6.2 +PORTVERSION= 1.8.1 PORTEPOCH= 1 CATEGORIES= cad -MASTER_SITES= http://geda.seul.org/release/%SUBDIR%/ +MASTER_SITES= http://ftp.geda-project.org/geda-gaf/stable/%SUBDIR%/ MASTER_SITE_SUBDIR= v${PORTVERSION:R}/${PORTVERSION} DISTNAME= ${PORTNAME}-gaf-${PORTVERSION} @@ -41,7 +37,13 @@ DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-gaf DATADIR= ${PREFIX}/share/gEDA -MAN1= gnetlist.1 grenum.1 gschem.1 gsymcheck.1 +MAN1= convert_sym.1 garchive.1 gattrib.1 gmk_sym.1 \ + gnetlist.1 grenum.1 gsch2pcb.1 gschem.1 \ + gschlas.1 gsymcheck.1 gsymfix.1 gxyrs.1 \ + olib.1 pads_backannotate.1 pcb_backannotate.1 refdes_renum.1 \ + sarlacc_schem.1 sarlacc_sym.1 schdiff.1 smash_megafile.1 \ + sw2asc.1 tragesym.1 +INFO= geda-scheme CONFLICTS= geda-docs-[0-9]* geda-examples-[0-9]* geda-gattrib-[0-9]* \ geda-gschem-[0-9]* geda-netlist-[0-9]* geda-symbols-[0-9]* \ @@ -61,8 +63,7 @@ '/-x/s|INSTALL_DATA|INSTALL|' ${WRKSRC}/${dir}/data/Makefile.in .endfor @${REINPLACE_CMD} -e \ - '/||' ${WRKSRC}/libgeda/src/s_path.c + '/OS_LINUX=/s|no|yes|' ${WRKSRC}/configure @${GREP} -lR "/usr/bin/python" ${WRKSRC} | ${XARGS} \ ${REINPLACE_CMD} -e '/^#!/s|/usr/bin|${LOCALBASE}/bin|' @${GREP} -lR "/usr/bin/perl" ${WRKSRC} | ${XARGS} \ diff -urN /usr/ports/cad/geda/distinfo cad/geda/distinfo --- /usr/ports/cad/geda/distinfo 2012-11-08 04:22:30.000000000 +0900 +++ cad/geda/distinfo 2013-02-10 13:15:35.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (geda-gaf-1.6.2.tar.gz) = 507ee440ad976a534beab205231840468004366d471c17a211ffbdcbc24a6d2b -SIZE (geda-gaf-1.6.2.tar.gz) = 7099981 +SHA256 (geda-gaf-1.8.1.tar.gz) = 026888ce21cb83a3543a7554de0ddc610cc8dc6ce2341df17c5b3305d6dcbb10 +SIZE (geda-gaf-1.8.1.tar.gz) = 11197244 diff -urN /usr/ports/cad/geda/pkg-plist cad/geda/pkg-plist --- /usr/ports/cad/geda/pkg-plist 2012-11-08 04:22:30.000000000 +0900 +++ cad/geda/pkg-plist 2013-02-10 14:48:11.000000000 +0900 @@ -2,35 +2,32 @@ bin/garchive bin/gattrib bin/gmk_sym -bin/gnet_hier_verilog.sh bin/gnetlist bin/grenum bin/gsch2pcb bin/gschem -bin/gschemdoc bin/gschlas -bin/gschupdate bin/gsymcheck -bin/gsymfix.pl -bin/gsymupdate +bin/gsymfix bin/gxyrs -bin/mk_verilog_syms bin/olib bin/pads_backannotate bin/pcb_backannotate bin/refdes_renum bin/sarlacc_schem bin/sarlacc_sym -bin/sch2eaglepos.sh +bin/schdiff bin/smash_megafile bin/sw2asc bin/tragesym include/libgeda/colors.h include/libgeda/defines.h +include/libgeda/edaerrors.h include/libgeda/funcs.h include/libgeda/geda_list.h include/libgeda/globals.h include/libgeda/libgeda.h +include/libgeda/libgedaguile.h include/libgeda/o_types.h include/libgeda/papersizes.h include/libgeda/prototype.h @@ -38,7 +35,7 @@ lib/libgeda.a lib/libgeda.la lib/libgeda.so -lib/libgeda.so.38 +lib/libgeda.so.42 libdata/pkgconfig/libgeda.pc share/applications/geda-gattrib.desktop share/applications/geda-gschem.desktop @@ -107,10 +104,28 @@ %%PORTDOCS%%%%DOCSDIR%%/examples/lightning_detector/sym/2N4401.sym %%PORTDOCS%%%%DOCSDIR%%/examples/lightning_detector/sym/2N4403.sym %%PORTDOCS%%%%DOCSDIR%%/gedadocs.html +%%PORTDOCS%%%%DOCSDIR%%/man/convert_sym.html +%%PORTDOCS%%%%DOCSDIR%%/man/garchive.html +%%PORTDOCS%%%%DOCSDIR%%/man/gattrib.html +%%PORTDOCS%%%%DOCSDIR%%/man/gmk_sym.html %%PORTDOCS%%%%DOCSDIR%%/man/gnetlist.html %%PORTDOCS%%%%DOCSDIR%%/man/grenum.html +%%PORTDOCS%%%%DOCSDIR%%/man/gsch2pcb.html %%PORTDOCS%%%%DOCSDIR%%/man/gschem.html +%%PORTDOCS%%%%DOCSDIR%%/man/gschlas.html %%PORTDOCS%%%%DOCSDIR%%/man/gsymcheck.html +%%PORTDOCS%%%%DOCSDIR%%/man/gsymfix.html +%%PORTDOCS%%%%DOCSDIR%%/man/gxyrs.html +%%PORTDOCS%%%%DOCSDIR%%/man/olib.html +%%PORTDOCS%%%%DOCSDIR%%/man/pads_backannotate.html +%%PORTDOCS%%%%DOCSDIR%%/man/pcb_backannotate.html +%%PORTDOCS%%%%DOCSDIR%%/man/refdes_renum.html +%%PORTDOCS%%%%DOCSDIR%%/man/sarlacc_schem.html +%%PORTDOCS%%%%DOCSDIR%%/man/sarlacc_sym.html +%%PORTDOCS%%%%DOCSDIR%%/man/schdiff.html +%%PORTDOCS%%%%DOCSDIR%%/man/smash_megafile.html +%%PORTDOCS%%%%DOCSDIR%%/man/sw2asc.html +%%PORTDOCS%%%%DOCSDIR%%/man/tragesym.html %%PORTDOCS%%%%DOCSDIR%%/nc.pdf %%PORTDOCS%%%%DOCSDIR%%/readmes/README.bom %%PORTDOCS%%%%DOCSDIR%%/readmes/README.eagle @@ -127,83 +142,173 @@ %%PORTDOCS%%%%DOCSDIR%%/readmes/syntax_entity.txt %%PORTDOCS%%%%DOCSDIR%%/readmes/vams_mode.txt %%PORTDOCS%%%%DOCSDIR%%/wiki/best_practices.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/codeofconduct.html %%PORTDOCS%%%%DOCSDIR%%/wiki/design.css %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-bom_readme.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-bom_readme.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-bug_triage_guide.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-bug_triage_guide.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-circuit_simulation_improvements.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-circuit_simulation_improvements.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-covered_mp.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-csygas.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-csygas.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-cygwin.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-cygwin.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-data_plotting_improvements.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-data_structure_design_discussion.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-debian.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-debian.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-debian.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-design_flow_and_hierarchy_roadmap.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-design_flow_roadmap.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-devel-tips.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-devel-tips.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-developer.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-developer.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-devmacosx.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-devmacosx.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-documentation.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-documentation.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-documentation.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-download.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-download.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-eagle_pcb_netlister_readme.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-eagle_pcb_netlister_readme.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-example_hsm.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-example_hsm.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-example_usbjtag.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-example_usbjtag.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-experiences.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-attribs.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-attribs.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-attribs.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gnetlist.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gnetlist.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gnetlist.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gsch2pcb.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gsch2pcb.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gsch2pcb.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gschem.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gschem.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-gschem.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-pcb.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-pcb.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-simulation.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-simulation.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq-simulation.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-faq.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fbabgapp.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fc1.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fc2.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fc3.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fc4.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fedora_rpm_installation.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-fedora_rpm_installation.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-file_format_spec.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-file_format_spec.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-format_translation.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-format_translation.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gaf.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gaf_building_git_version.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gattrib_readme.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gedasuite_installation.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gerbv_mp.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gerbv_mp.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gerbv_pnp_readme.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gfdl.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-glossaire.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-glossary.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-glossary.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_mp.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-glossary.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_scheme_tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_scheme_tutorial.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-basic_netlisting.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-command_line.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-config.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-implicit_pins.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-input_output_files.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-introduction.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-netlist_backends.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-running_gnetlist.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug-slotting.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gnetlist_ug.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gparts_cc.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gparts_dd.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gparts_id.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gparts_ii.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gparts_tc.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gparts_ug.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-grcsan.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-grenum_mp.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_readme.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_tutorial.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_tutorial_releasenotes.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_mp.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsch2pcb_tutorial_releasenotes.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_symbol_creation.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_symbol_creation.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-attributes.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-attributes.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-autonumbering.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-autonumbering.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-colors_styles.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-colors_styles.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-command_line.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-command_line.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-components.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-components.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-config.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-config.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-editing_actions.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-editing_actions.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-exporting.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-exporting.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-extensions.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-extensions.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-graphics.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-graphics.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-grids.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-grids.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-hierarchy.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-hierarchy.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-introduction.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-introduction.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-main_window.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-main_window.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-moving_copying.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-moving_copying.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-pins_nets_buses.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-pins_nets_buses.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-printing.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-printing.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-running_gschem.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-running_gschem.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-schematic_pages.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-schematic_pages.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-selecting.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-selecting.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-slots.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-slots.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-stroke.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-stroke.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-viewing_schematics.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug-viewing_schematics.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_ug.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_warmup.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gschem_warmup.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsymcheck_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_lxt2miner_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_lxt2vcd_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_mvl2lxt_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_mvl2vcd_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_tex2vcd_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_tla2vcd_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_vcd2lxt2_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_vcd2lxt_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_vcd2vzt_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_vzt2vcd_mp.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gtkwave_vztminer_mp.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-gsymcheck_mp.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-guile_scripting.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-guile_scripting.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-howto_report_bugs.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-howto_report_bugs.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-hse_howto.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-icarus_anc.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-icarus_extensions.html @@ -222,52 +327,77 @@ %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-igarus_fpga_lcg.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-installation.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-installation.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-installation.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-installed_plugins.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-kig_howto.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-license.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-links.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-mailinglists.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-mailinglists.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-master_attributes_list.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-master_attributes_list.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-mcalc_readme.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-mcalc_readme.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-na_howto.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-na_howto.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngnutmeg_mp.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngsconvert_mp.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngspice_and_gschem.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngspice_and_gschem.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ngspice_mp.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-olib_readme.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb-quick_reference.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb-quick_reference.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb-quick_reference.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_footprint_naming_conventions.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_footprint_naming_conventions.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_footprints.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_footprints.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_funding_sow-fwdann_ideas.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_funding_sow-gui_ideas.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_funding_sow.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_layers.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_mp.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_tips.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_tips.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-pcb_tips.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-release_engineering.html -%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-scg.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-scg.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-scg.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-scm.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-scm.ru.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-screenshots.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-sdb_howto.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-sn_readme.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-spice_improvements.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-spice_polys.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-spice_polys.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ssan.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-start.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-start.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-style_guide.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_10.0.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_10.1.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_9.3.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_rpm_installation.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-suse_rpm_installation.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-syntax_features.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-systemc_netlister_readme.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tasks.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tasks.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-todos.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-todos_historical.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tools.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_readme.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_readme.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_tutorial.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_tutorial.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-tragesym_tutorial.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-transistor_guide.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-transistor_guide.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-ubuntu.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-usage.fr.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-usage.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/geda-usage.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-vams_netlister_readme.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-verilog_netlister_readme.html %%PORTDOCS%%%%DOCSDIR%%/wiki/geda-version_control_migration.html @@ -286,6 +416,8 @@ %%PORTDOCS%%%%DOCSDIR%%/wiki/gsoc2008_projects.html %%PORTDOCS%%%%DOCSDIR%%/wiki/gsoc2009.html %%PORTDOCS%%%%DOCSDIR%%/wiki/gsoc2009_projects.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/gsoc2010.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/gsoc2010_projects.html %%PORTDOCS%%%%DOCSDIR%%/wiki/gtkwave-projects.html %%PORTDOCS%%%%DOCSDIR%%/wiki/gwave-projects.html %%PORTDOCS%%%%DOCSDIR%%/wiki/images/bullet.gif @@ -352,7 +484,9 @@ %%PORTDOCS%%%%DOCSDIR%%/wiki/libgeda3_object_based_design.html %%PORTDOCS%%%%DOCSDIR%%/wiki/media/devel_tips/dialog_picture.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/ambiguous1.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/ambiguous1.ru.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/ambiguous1_fixed.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/ambiguous1_fixed.ru.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/board-1.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/board-2.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/board-3.png @@ -360,7 +494,9 @@ %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/board-5.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/board-6.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/coordinatespace.jpg +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/coordinatespace.ru.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/design_flow.jpg +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/design_flow.ru.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/dialogdirective.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/dialoginclude.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/dialogmodel.png @@ -370,23 +506,34 @@ %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/faq_attrib.jpg %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/fileformat_textgraphic.jpg %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/geda_flow.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/geda_flow.ru.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-bulk-import.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-flow-2.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-companies.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-connect-types.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-devices.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-documentation.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-footprints.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-packages.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-parts-2.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-parts-3.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-parts-4.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-parts-4b.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-parts.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-symbols-2.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts-ss-symbols.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts_erd_main.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts_flow.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts_pkg.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts_pkg_2.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts_pkg_geom.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gparts_pkg_sch.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gschem-sym-1.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gschem-sym-2.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gschem-sym-3.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gschem_screenshot_001.jpg %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gschem_workflow_01.jpg +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/gschem_workflow_01.ru.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/net.jpg %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/nets.jpg %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/one-sch-1.png @@ -401,6 +548,16 @@ %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/rf_cascade_figure2.jpg %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/schematicfinished.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/schematicfinished2.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_gerbv.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_gerbv_thumb.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_gschem.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_gschem_osx.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_gschem_osx_thumb.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_gschem_thumb.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_pcb.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_pcb_osx.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_pcb_osx_thumb.png +%%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/screenshot_pcb_thumb.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/simple1.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/status_screenshot.jpg %%PORTDOCS%%%%DOCSDIR%%/wiki/media/geda/suse_electronics_menu.png @@ -435,13 +592,20 @@ %%PORTDOCS%%%%DOCSDIR%%/wiki/media/tragesym/xemacs_rawselection.png %%PORTDOCS%%%%DOCSDIR%%/wiki/media/wiki/dokuwiki-128.png %%PORTDOCS%%%%DOCSDIR%%/wiki/pcb-projects.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/pcb-roadmap.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/playground-playground.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/playground-transistor_guide.html %%PORTDOCS%%%%DOCSDIR%%/wiki/print.css %%PORTDOCS%%%%DOCSDIR%%/wiki/start.html %%PORTDOCS%%%%DOCSDIR%%/wiki/start_es.html %%PORTDOCS%%%%DOCSDIR%%/wiki/start_fr.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/start_ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/style.css +%%PORTDOCS%%%%DOCSDIR%%/wiki/wiki-dokuvimki.html +%%PORTDOCS%%%%DOCSDIR%%/wiki/wiki-dokuvimki.ru.html %%PORTDOCS%%%%DOCSDIR%%/wiki/wiki-dokuwiki.html %%PORTDOCS%%%%DOCSDIR%%/wiki/wiki-syntax.html +%%DATADIR%%/bitmap/gschem-about-logo.png %%DATADIR%%/bitmap/gschem-alignment_bottomcenter.png %%DATADIR%%/bitmap/gschem-alignment_bottomleft.png %%DATADIR%%/bitmap/gschem-alignment_bottomright.png @@ -481,6 +645,7 @@ %%DATADIR%%/bitmap/gschem-warning.png %%DATADIR%%/gafrc.d/geda-clib.scm %%DATADIR%%/gattrib-menus.xml +%%DATADIR%%/gschem-colormap-bw %%DATADIR%%/gschem-colormap-darkbg %%DATADIR%%/gschem-colormap-lightbg %%DATADIR%%/gschem-gtkrc @@ -492,6 +657,12 @@ %%DATADIR%%/scheme/auto-uref.scm %%DATADIR%%/scheme/color-map.scm %%DATADIR%%/scheme/default-attrib-positions.scm +%%DATADIR%%/scheme/geda/attrib.scm +%%DATADIR%%/scheme/geda/core/gettext.scm +%%DATADIR%%/scheme/geda/deprecated.scm +%%DATADIR%%/scheme/geda/object.scm +%%DATADIR%%/scheme/geda/os.scm +%%DATADIR%%/scheme/geda/page.scm %%DATADIR%%/scheme/geda.scm %%DATADIR%%/scheme/generate_netlist.scm %%DATADIR%%/scheme/gnet-PCB.scm @@ -504,16 +675,17 @@ %%DATADIR%%/scheme/gnet-drc.scm %%DATADIR%%/scheme/gnet-drc2.scm %%DATADIR%%/scheme/gnet-eagle.scm +%%DATADIR%%/scheme/gnet-ewnet.scm %%DATADIR%%/scheme/gnet-futurenet2.scm %%DATADIR%%/scheme/gnet-geda.scm %%DATADIR%%/scheme/gnet-gossip.scm %%DATADIR%%/scheme/gnet-gsch2pcb.scm %%DATADIR%%/scheme/gnet-liquidpcb.scm +%%DATADIR%%/scheme/gnet-makedepend.scm %%DATADIR%%/scheme/gnet-mathematica.scm %%DATADIR%%/scheme/gnet-maxascii.scm %%DATADIR%%/scheme/gnet-osmond.scm %%DATADIR%%/scheme/gnet-pads.scm -%%DATADIR%%/scheme/gnet-partslist-common.scm %%DATADIR%%/scheme/gnet-partslist1.scm %%DATADIR%%/scheme/gnet-partslist2.scm %%DATADIR%%/scheme/gnet-partslist3.scm @@ -529,11 +701,22 @@ %%DATADIR%%/scheme/gnet-verilog.scm %%DATADIR%%/scheme/gnet-vhdl.scm %%DATADIR%%/scheme/gnet-vipec.scm +%%DATADIR%%/scheme/gnetlist/backend-getopt.scm %%DATADIR%%/scheme/gnetlist-post.scm %%DATADIR%%/scheme/gnetlist.scm +%%DATADIR%%/scheme/gschem/attrib.scm +%%DATADIR%%/scheme/gschem/core/gettext.scm +%%DATADIR%%/scheme/gschem/deprecated.scm +%%DATADIR%%/scheme/gschem/gschemdoc.scm +%%DATADIR%%/scheme/gschem/hook.scm +%%DATADIR%%/scheme/gschem/keymap.scm +%%DATADIR%%/scheme/gschem/selection.scm +%%DATADIR%%/scheme/gschem/util.scm +%%DATADIR%%/scheme/gschem/window.scm %%DATADIR%%/scheme/gschem.scm %%DATADIR%%/scheme/image.scm %%DATADIR%%/scheme/list-keys.scm +%%DATADIR%%/scheme/partslist-common.scm %%DATADIR%%/scheme/pcb.scm %%DATADIR%%/scheme/print-NB-attribs.scm %%DATADIR%%/scheme/print.scm @@ -2055,56 +2238,84 @@ share/icons/hicolor/scalable/mimetypes/application-x-geda-gsch2pcb-project.svg share/icons/hicolor/scalable/mimetypes/application-x-geda-schematic.svg share/icons/hicolor/scalable/mimetypes/application-x-geda-symbol.svg +share/locale/af/LC_MESSAGES/geda-gattrib.mo share/locale/af/LC_MESSAGES/geda-gschem.mo share/locale/ar/LC_MESSAGES/geda-gattrib.mo share/locale/ar/LC_MESSAGES/geda-gschem.mo -share/locale/ar/LC_MESSAGES/libgeda38.mo +share/locale/ar/LC_MESSAGES/libgeda42.mo share/locale/bg/LC_MESSAGES/geda-gattrib.mo share/locale/bg/LC_MESSAGES/geda-gschem.mo +share/locale/bs/LC_MESSAGES/geda-gattrib.mo +share/locale/bs/LC_MESSAGES/geda-gschem.mo +share/locale/ca/LC_MESSAGES/geda-gattrib.mo +share/locale/ca/LC_MESSAGES/libgeda42.mo +share/locale/da/LC_MESSAGES/geda-gattrib.mo +share/locale/da/LC_MESSAGES/libgeda42.mo share/locale/de/LC_MESSAGES/geda-gattrib.mo share/locale/de/LC_MESSAGES/geda-gschem.mo -share/locale/de/LC_MESSAGES/libgeda38.mo +share/locale/de/LC_MESSAGES/libgeda42.mo +share/locale/el/LC_MESSAGES/geda-gattrib.mo +share/locale/el/LC_MESSAGES/geda-gschem.mo +share/locale/el/LC_MESSAGES/libgeda42.mo +share/locale/en_GB/LC_MESSAGES/geda-gattrib.mo share/locale/en_GB/LC_MESSAGES/geda-gschem.mo -share/locale/en_GB/LC_MESSAGES/libgeda38.mo +share/locale/en_GB/LC_MESSAGES/libgeda42.mo share/locale/es/LC_MESSAGES/geda-gattrib.mo share/locale/es/LC_MESSAGES/geda-gschem.mo -share/locale/es/LC_MESSAGES/libgeda38.mo +share/locale/es/LC_MESSAGES/libgeda42.mo +share/locale/fa/LC_MESSAGES/geda-gattrib.mo share/locale/fa/LC_MESSAGES/geda-gschem.mo +share/locale/fi/LC_MESSAGES/geda-gschem.mo share/locale/fr/LC_MESSAGES/geda-gattrib.mo share/locale/fr/LC_MESSAGES/geda-gschem.mo -share/locale/fr/LC_MESSAGES/libgeda38.mo +share/locale/fr/LC_MESSAGES/libgeda42.mo +share/locale/gl/LC_MESSAGES/geda-gattrib.mo share/locale/he/LC_MESSAGES/geda-gschem.mo share/locale/hu/LC_MESSAGES/geda-gattrib.mo share/locale/hu/LC_MESSAGES/geda-gschem.mo -share/locale/hu/LC_MESSAGES/libgeda38.mo +share/locale/hu/LC_MESSAGES/libgeda42.mo share/locale/it/LC_MESSAGES/geda-gattrib.mo share/locale/it/LC_MESSAGES/geda-gschem.mo -share/locale/it/LC_MESSAGES/libgeda38.mo +share/locale/it/LC_MESSAGES/libgeda42.mo +share/locale/ja/LC_MESSAGES/geda-gattrib.mo share/locale/ja/LC_MESSAGES/geda-gschem.mo share/locale/ml/LC_MESSAGES/geda-gattrib.mo share/locale/ml/LC_MESSAGES/geda-gschem.mo +share/locale/nb/LC_MESSAGES/geda-gattrib.mo share/locale/nl/LC_MESSAGES/geda-gattrib.mo share/locale/nl/LC_MESSAGES/geda-gschem.mo -share/locale/nl/LC_MESSAGES/libgeda38.mo +share/locale/nl/LC_MESSAGES/libgeda42.mo +share/locale/oc/LC_MESSAGES/geda-gattrib.mo share/locale/pl/LC_MESSAGES/geda-gattrib.mo share/locale/pl/LC_MESSAGES/geda-gschem.mo -share/locale/pl/LC_MESSAGES/libgeda38.mo +share/locale/pl/LC_MESSAGES/libgeda42.mo share/locale/pt/LC_MESSAGES/geda-gattrib.mo share/locale/pt/LC_MESSAGES/geda-gschem.mo +share/locale/pt/LC_MESSAGES/libgeda42.mo share/locale/pt_BR/LC_MESSAGES/geda-gattrib.mo share/locale/pt_BR/LC_MESSAGES/geda-gschem.mo +share/locale/pt_BR/LC_MESSAGES/libgeda42.mo share/locale/ru/LC_MESSAGES/geda-gattrib.mo share/locale/ru/LC_MESSAGES/geda-gschem.mo -share/locale/ru/LC_MESSAGES/libgeda38.mo +share/locale/ru/LC_MESSAGES/libgeda42.mo +share/locale/sl/LC_MESSAGES/geda-gattrib.mo +share/locale/sl/LC_MESSAGES/geda-gschem.mo +share/locale/sr/LC_MESSAGES/geda-gattrib.mo +share/locale/sr/LC_MESSAGES/geda-gschem.mo +share/locale/sr/LC_MESSAGES/libgeda42.mo +share/locale/sv/LC_MESSAGES/geda-gattrib.mo +share/locale/sv/LC_MESSAGES/libgeda42.mo share/locale/tr/LC_MESSAGES/geda-gattrib.mo share/locale/tr/LC_MESSAGES/geda-gschem.mo -share/locale/tr/LC_MESSAGES/libgeda38.mo +share/locale/tr/LC_MESSAGES/libgeda42.mo +share/locale/uk/LC_MESSAGES/geda-gattrib.mo +share/locale/uk/LC_MESSAGES/libgeda42.mo share/locale/zh_CN/LC_MESSAGES/geda-gattrib.mo share/locale/zh_CN/LC_MESSAGES/geda-gschem.mo -share/locale/zh_CN/LC_MESSAGES/libgeda38.mo +share/locale/zh_CN/LC_MESSAGES/libgeda42.mo share/locale/zh_TW/LC_MESSAGES/geda-gattrib.mo share/locale/zh_TW/LC_MESSAGES/geda-gschem.mo -share/locale/zh_TW/LC_MESSAGES/libgeda38.mo +share/locale/zh_TW/LC_MESSAGES/libgeda42.mo share/mime/packages/libgeda.xml @dirrm %%DATADIR%%/sym/xilinx @dirrm %%DATADIR%%/sym/vhdl @@ -2154,6 +2365,11 @@ @dirrm %%DATADIR%%/sym/74 @dirrm %%DATADIR%%/sym/4000 @dirrm %%DATADIR%%/sym +@dirrm %%DATADIR%%/scheme/gschem/core +@dirrm %%DATADIR%%/scheme/gschem +@dirrm %%DATADIR%%/scheme/gnetlist +@dirrm %%DATADIR%%/scheme/geda/core +@dirrm %%DATADIR%%/scheme/geda @dirrm %%DATADIR%%/scheme @dirrm %%DATADIR%%/perl/lib @dirrm %%DATADIR%%/perl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 76615CD1 for ; Thu, 28 Feb 2013 18:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 55A7B82C for ; Thu, 28 Feb 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA4Bb023244 for ; Thu, 28 Feb 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA47p023243; Thu, 28 Feb 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:04 GMT Resent-Message-Id: <201302281810.r1SIA47p023243@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id C9239A25 for ; Thu, 28 Feb 2013 18:00:33 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 75CA275E for ; Thu, 28 Feb 2013 18:00:33 +0000 (UTC) Received: from msa101lp.auone-net.jp (MSA101lp [172.27.12.179]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id A3B562E022A for ; Fri, 1 Mar 2013 03:00:32 +0900 (JST) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id DE8BA34034 for ; Fri, 1 Mar 2013 03:00:23 +0900 (JST) Message-Id: <20130301024249.b06dd9cf249d97597867c9ed@yahoo.com> Date: Fri, 1 Mar 2013 02:42:49 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176538: audio/quimup: Update to version 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:04 -0000 >Number: 176538 >Category: ports >Synopsis: audio/quimup: 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: Thu Feb 28 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.3.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/quimup/Makefile audio/quimup/Makefile --- /usr/ports/audio/quimup/Makefile 2012-11-08 05:45:46.000000000 +0900 +++ audio/quimup/Makefile 2013-02-18 22:24:38.000000000 +0900 @@ -2,54 +2,42 @@ # $FreeBSD: head/audio/quimup/Makefile 305921 2012-10-15 16:21:11Z tabthorpe $ PORTNAME= quimup -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.3.0 CATEGORIES= audio -MASTER_SITES= SF -MASTER_SITE_SUBDIR=musicpd/Quimup/${PORTVERSION} -DISTNAME= ${PORTNAME}_${DISTVERSION}_source +MASTER_SITES= SF/musicpd/Quimup/${PORTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org -COMMENT= QT4 Client for MPD (the Music Player Daemon) +COMMENT= Qt4 Client for MPD (the Music Player Daemon) -LIB_DEPENDS= mpdclient.2:${PORTSDIR}/audio/libmpdclient +LICENSE= GPLv2 # (or later) -USE_QT4= corelib gui network \ - qmake_build moc_build rcc_build uic_build -QMAKE_ARGS= PREFIX=${PREFIX} +LIB_DEPENDS= mpdclient:${PORTSDIR}/audio/libmpdclient WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +USE_QT4= corelib gui network \ + moc_build qmake_build rcc_build uic_build +MAKE_JOBS_SAFE= yes + PLIST_FILES= bin/${PORTNAME} \ - share/icons/hicolor/32x32/apps/${PORTNAME}.png \ - share/icons/hicolor/48x48/apps/${PORTNAME}.png \ - share/icons/hicolor/64x64/apps/${PORTNAME}.png -PLIST_DIRS= share/icons/hicolor/32x32/apps \ - share/icons/hicolor/32x32 \ - share/icons/hicolor/48x48/apps \ - share/icons/hicolor/48x48 \ - share/icons/hicolor/64x64/apps \ - share/icons/hicolor/64x64 \ - share/icons/hicolor \ - share/icons + share/pixmaps/${PORTNAME}.png + +DESKTOP_ENTRIES="Quimup" "" "${PREFIX}/share/pixmaps/${PORTNAME}.png" \ + "${PORTNAME}" "Audio;AudioVideo;Qt;" true -.include +post-patch: + @${REINPLACE_CMD} -e \ + 's|qt release -O2|qt| ; \ + s|/usr/lib/|${LOCALBASE}/lib/| ; \ + s|^QMAKE_|#QMAKE_|' ${WRKSRC}/${PORTNAME}.pro do-configure: - ${REINPLACE_CMD} -e 's|/usr/lib/libmpdclient.so|${LOCALBASE}/lib/libmpdclient.so|' \ - ${WRKSRC}/${PORTNAME}.pro - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKE_ARGS} + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - ${MKDIR} ${PREFIX}/share/icons/hicolor/32x32/apps - ${MKDIR} ${PREFIX}/share/icons/hicolor/48x48/apps - ${MKDIR} ${PREFIX}/share/icons/hicolor/64x64/apps - ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}32.png \ - ${PREFIX}/share/icons/hicolor/32x32/apps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}48.png \ - ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png - ${INSTALL_DATA} ${WRKSRC}/Icons/${PORTNAME}64.png \ - ${PREFIX}/share/icons/hicolor/64x64/apps/${PORTNAME}.png + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) + (cd ${WRKSRC}/src/resources && ${INSTALL_DATA} mn_icon.png \ + ${PREFIX}/share/pixmaps/${PORTNAME}.png) -.include +.include diff -urN /usr/ports/audio/quimup/distinfo audio/quimup/distinfo --- /usr/ports/audio/quimup/distinfo 2012-11-08 05:45:46.000000000 +0900 +++ audio/quimup/distinfo 2013-02-18 21:56:37.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (quimup_1.2.0_source.tar.gz) = 194632a593df5c326222d61cd12fd2d0fa96438e25bf79efc82877070e12ebac -SIZE (quimup_1.2.0_source.tar.gz) = 231147 +SHA256 (quimup_1.3.0_src.tar.gz) = 9a3a93285c66ffa96b3c66399ec9ac88b7d5ecf2559a868dca93a08158a3bae5 +SIZE (quimup_1.3.0_src.tar.gz) = 245760 diff -urN /usr/ports/audio/quimup/pkg-descr audio/quimup/pkg-descr --- /usr/ports/audio/quimup/pkg-descr 2012-11-08 05:45:46.000000000 +0900 +++ audio/quimup/pkg-descr 2013-02-18 22:14:41.000000000 +0900 @@ -1,5 +1,5 @@ QUIMUP is a 'graphical' client for the music player daemon (MPD) -written in C++ and QT4. +written in C++ and Qt4. Features include: @@ -13,4 +13,4 @@ * Open folder in external programs to edit tags etc. * Generally a quick and clean application. -WWW: http://coonsden.com/?page_id=145 +WWW: http://coonsden.com/?cat=4 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10:04 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C460CCD3 for ; Thu, 28 Feb 2013 18:10:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A8C6A82E for ; Thu, 28 Feb 2013 18:10:04 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA4KF023256 for ; Thu, 28 Feb 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA4dw023255; Thu, 28 Feb 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:04 GMT Resent-Message-Id: <201302281810.r1SIA4dw023255@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id DD673A41 for ; Thu, 28 Feb 2013 18:01:27 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 85697774 for ; Thu, 28 Feb 2013 18:01:27 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 1493E4AC036 for ; Fri, 1 Mar 2013 03:01:17 +0900 (JST) Message-Id: <20130301024340.944fc793bfd8528d048a2e3e@yahoo.com> Date: Fri, 1 Mar 2013 02:43:40 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176539: deskutils/ganyremote: Update to version 6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:04 -0000 >Number: 176539 >Category: ports >Synopsis: deskutils/ganyremote: Update to version 6.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 6.1 >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/ganyremote/Makefile deskutils/ganyremote/Makefile --- /usr/ports/deskutils/ganyremote/Makefile 2013-02-21 04:11:36.000000000 +0900 +++ deskutils/ganyremote/Makefile 2013-02-22 02:21:40.000000000 +0900 @@ -1,47 +1,45 @@ -# New ports collection makefile for: ganyremote -# Date created: 08 November 2008 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD: head/deskutils/ganyremote/Makefile 312628 2013-02-20 16:08:58Z fluffy $ -# PORTNAME= ganyremote -PORTVERSION= 5.11.7 -PORTREVISION= 1 +PORTVERSION= 6.1 CATEGORIES= deskutils comms gnome MASTER_SITES= SF/anyremote/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= GNOME frontend for anyRemote +LICENSE= GPLv2 # (or later) + RUN_DEPENDS= anyremote:${PORTSDIR}/comms/anyremote -GNU_CONFIGURE= yes -USE_PYTHON= yes +OPTIONS_DEFINE= DOCS + USE_GNOME= pygtk2 +USE_PYTHON= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PORTDOCS= AUTHORS COPYING README ChangeLog - -LICENSE= GPLv2 -LICENSE_FILE= ${WRKSRC}/COPYING - -.include - -.if !defined(WITHOUT_NLS) -USE_GETTEXT= yes -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+= --disable-nls -PLIST_SUB+= NLS="@comment " -.endif +.include post-patch: - @${REINPLACE_CMD} -e 's|usepybluez = True|usepybluez = False|' \ - -e '/initVerify()$$/d' ${WRKSRC}/${PORTNAME} -.if defined(NOPORTDOCS) - @${REINPLACE_CMD} -e '/doc\/${PORTNAME}/d' ${WRKSRC}/Makefile.in + @${REINPLACE_CMD} -e \ + 's|/usr/local|${LOCALBASE}| ; \ + /usepybluez = /s|True|False| ; \ + /initVerify()$$/d' ${WRKSRC}/${PORTNAME} + @${REINPLACE_CMD} -e \ + '/$$(datadir)\/doc/s|^|#|' ${WRKSRC}/Makefile.in + +post-install: +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} +.for i in AUTHORS ChangeLog README + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) +.endfor .endif -.include +.include diff -urN /usr/ports/deskutils/ganyremote/distinfo deskutils/ganyremote/distinfo --- /usr/ports/deskutils/ganyremote/distinfo 2012-11-08 05:50:25.000000000 +0900 +++ deskutils/ganyremote/distinfo 2013-02-22 01:48:05.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ganyremote-5.11.7.tar.gz) = 26dd56de02aca272ab7cf30d48931ffc7c8362963479b48940daabe5145f61a1 -SIZE (ganyremote-5.11.7.tar.gz) = 291878 +SHA256 (ganyremote-6.1.tar.gz) = c5c53e112297f3441dd8201abd47a9828227376fa5f524bf5b56e78fb3c89173 +SIZE (ganyremote-6.1.tar.gz) = 277145 diff -urN /usr/ports/deskutils/ganyremote/pkg-plist deskutils/ganyremote/pkg-plist --- /usr/ports/deskutils/ganyremote/pkg-plist 2012-11-08 05:50:25.000000000 +0900 +++ deskutils/ganyremote/pkg-plist 2013-02-22 02:23:20.000000000 +0900 @@ -1,42 +1,45 @@ bin/ganyremote share/applications/ganyremote.desktop -%%NLS%%share/locale/bg/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/de_AT/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/de_DE/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/es_ES/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/fi_FI/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/fr_FR/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/hu_HU/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/it_IT/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/nl_NL/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/pl_PL/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/ru_RU/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/sk_SK/LC_MESSAGES/ganyremote.mo -%%NLS%%share/locale/sv_SE/LC_MESSAGES/ganyremote.mo +%%PORTDOS%%/%%DOCSDIR%%/AUTHORS +%%PORTDOS%%/%%DOCSDIR%%/ChangeLog +%%PORTDOS%%/%%DOCSDIR%%/README +share/locale/bg/LC_MESSAGES/ganyremote.mo +share/locale/cs_CZ/LC_MESSAGES/ganyremote.mo +share/locale/de_AT/LC_MESSAGES/ganyremote.mo +share/locale/de_DE/LC_MESSAGES/ganyremote.mo +share/locale/es_ES/LC_MESSAGES/ganyremote.mo +share/locale/fi_FI/LC_MESSAGES/ganyremote.mo +share/locale/fr_FR/LC_MESSAGES/ganyremote.mo +share/locale/hu_HU/LC_MESSAGES/ganyremote.mo +share/locale/it_IT/LC_MESSAGES/ganyremote.mo +share/locale/nl_NL/LC_MESSAGES/ganyremote.mo +share/locale/pl_PL/LC_MESSAGES/ganyremote.mo +share/locale/pt_BR/LC_MESSAGES/ganyremote.mo +share/locale/ru_RU/LC_MESSAGES/ganyremote.mo +share/locale/sk_SK/LC_MESSAGES/ganyremote.mo +share/locale/sv_SE/LC_MESSAGES/ganyremote.mo share/pixmaps/ganyremote.png share/pixmaps/ganyremote_flash.png share/pixmaps/ganyremote_light.png share/pixmaps/ganyremote_off.png -%%NLS%%@dirrmtry share/locale/cs_CZ/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/cs_CZ -%%NLS%%@dirrmtry share/locale/de_DE/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/de_DE -%%NLS%%@dirrmtry share/locale/fi_FI/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/fi_FI -%%NLS%%@dirrmtry share/locale/hu_HU/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/hu_HU -%%NLS%%@dirrmtry share/locale/it_IT/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/it_IT -%%NLS%%@dirrmtry share/locale/nl_NL/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/nl_NL -%%NLS%%@dirrmtry share/locale/pl_PL/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/pl_PL -%%NLS%%@dirrmtry share/locale/ru_RU/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/ru_RU -%%NLS%%@dirrmtry share/locale/sk_SK/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sk_SK -%%NLS%%@dirrmtry share/locale/sv_SE/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/sv_SE +@dirrmtry share/locale/sv_SE/LC_MESSAGES +@dirrmtry share/locale/sv_SE +@dirrmtry share/locale/sk_SK/LC_MESSAGES +@dirrmtry share/locale/sk_SK +@dirrmtry share/locale/ru_RU/LC_MESSAGES +@dirrmtry share/locale/ru_RU +@dirrmtry share/locale/pl_PL/LC_MESSAGES +@dirrmtry share/locale/pl_PL +@dirrmtry share/locale/nl_NL/LC_MESSAGES +@dirrmtry share/locale/nl_NL +@dirrmtry share/locale/it_IT/LC_MESSAGES +@dirrmtry share/locale/it_IT +@dirrmtry share/locale/hu_HU/LC_MESSAGES +@dirrmtry share/locale/hu_HU +@dirrmtry share/locale/fi_FI/LC_MESSAGES +@dirrmtry share/locale/fi_FI +@dirrmtry share/locale/de_DE/LC_MESSAGES +@dirrmtry share/locale/de_DE +@dirrmtry share/locale/cs_CZ/LC_MESSAGES +@dirrmtry share/locale/cs_CZ @dirrmtry share/applications >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10:05 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1C9EACD5 for ; Thu, 28 Feb 2013 18:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 05D08830 for ; Thu, 28 Feb 2013 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA4Xw023267 for ; Thu, 28 Feb 2013 18:10:04 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA4lB023266; Thu, 28 Feb 2013 18:10:04 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:04 GMT Resent-Message-Id: <201302281810.r1SIA4lB023266@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 9A4DDB36 for ; Thu, 28 Feb 2013 18:04:47 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 697687BA for ; Thu, 28 Feb 2013 18:04:47 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 8122C50036 for ; Fri, 1 Mar 2013 03:04:45 +0900 (JST) Message-Id: <20130301024617.de36f965818d0b77df250bcd@yahoo.com> Date: Fri, 1 Mar 2013 02:46:17 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176540: science/mol2ps: Update to version 0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:05 -0000 >Number: 176540 >Category: ports >Synopsis: science/mol2ps: Update to version 0.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: Thu Feb 28 18:10:04 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.3 Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/science/mol2ps/Makefile science/mol2ps/Makefile --- /usr/ports/science/mol2ps/Makefile 2012-11-08 06:58:58.000000000 +0900 +++ science/mol2ps/Makefile 2013-02-26 15:58:46.000000000 +0900 @@ -2,27 +2,35 @@ # $FreeBSD: head/science/mol2ps/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $ PORTNAME= mol2ps -PORTVERSION= 0.1e -PORTREVISION= 4 +PORTVERSION= 0.3 CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/${PORTNAME}/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .pas +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Read molecular structure files and generate Postscript output +LICENSE= GPLv2 # (or later) + +NO_WRKSUBDIR= yes + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= # +EXTRACT_AFTER_ARGS= ${WRKDIR} + USE_FPC= yes -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/ +PLIST_FILES= bin/${PORTNAME} %%DATADIR%%/color.conf +PLIST_DIRS= %%DATADIR%% + do-build: - cd ${WRKDIR}; ${LOCALBASE}/bin/fpc ${DISTFILES} -S2 -O3 -Op3 + (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) + do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) @${MKDIR} ${DATADIR} - ${INSTALL_DATA} ${FILESDIR}/color.conf ${DATADIR} + (cd ${FILESDIR} && ${INSTALL_DATA} color.conf ${DATADIR}) .include diff -urN /usr/ports/science/mol2ps/distinfo science/mol2ps/distinfo --- /usr/ports/science/mol2ps/distinfo 2012-11-08 06:58:58.000000000 +0900 +++ science/mol2ps/distinfo 2013-02-25 23:56:53.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (mol2ps.pas) = 9e8b46132b8d1f5baea08231c04dd5a3051c52b5ca8da5a38141753a1344506f -SIZE (mol2ps.pas) = 165111 +SHA256 (mol2ps-0.3/mol2ps.pas) = f71600df00e1373053b45551273367efbb44778a4fed4d6f456b1a37edb4f2d3 +SIZE (mol2ps-0.3/mol2ps.pas) = 273737 diff -urN /usr/ports/science/mol2ps/pkg-plist science/mol2ps/pkg-plist --- /usr/ports/science/mol2ps/pkg-plist 2012-11-08 06:58:58.000000000 +0900 +++ science/mol2ps/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -bin/mol2ps -%%DATADIR%%/color.conf -@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10:05 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 72B84CDA for ; Thu, 28 Feb 2013 18:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 58DF3833 for ; Thu, 28 Feb 2013 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA5Bg023278 for ; Thu, 28 Feb 2013 18:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA5l3023277; Thu, 28 Feb 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:05 GMT Resent-Message-Id: <201302281810.r1SIA5l3023277@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 24C51A61 for ; Thu, 28 Feb 2013 18:01:50 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 4834277C for ; Thu, 28 Feb 2013 18:01:49 +0000 (UTC) Received: from msa103lp.auone-net.jp (MSA103lp [172.27.12.181]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 8D1377D4126 for ; Fri, 1 Mar 2013 03:01:48 +0900 (JST) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 2BB0247C036 for ; Fri, 1 Mar 2013 03:01:37 +0900 (JST) Message-Id: <20130301024400.6bb376391dcfe69347828132@yahoo.com> Date: Fri, 1 Mar 2013 02:44:00 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176541: devel/kaptain: Update to version 0.73 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:05 -0000 >Number: 176541 >Category: ports >Synopsis: devel/kaptain: Update to version 0.73 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.73 Remove file: files/patch-doc-kaptain.texi files/patch-kaptain-intermediate.h files/patch-kaptain-kaptain.h files/patch-kaptain-tools.cpp pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/kaptain/Makefile devel/kaptain/Makefile --- /usr/ports/devel/kaptain/Makefile 2012-12-30 22:11:30.000000000 +0900 +++ devel/kaptain/Makefile 2013-02-27 03:17:03.000000000 +0900 @@ -1,38 +1,58 @@ -# ex:ts=8 -# -# New ports collection makefile for: kaptain -# Date created: 2002-12-12 -# Whom: Alan Eldridge -# +# Created by: Alan Eldridge # $FreeBSD: head/devel/kaptain/Makefile 309662 2012-12-30 12:03:51Z beat $ -# PORTNAME= kaptain -PORTVERSION= 0.72 -PORTREVISION= 7 +PORTVERSION= 0.73 CATEGORIES= devel MASTER_SITES= SF +EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= A tool for building/running QT GUIs for command line programs +COMMENT= Tool for building/running Qt GUIs for command line programs -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 +LICENSE= GPLv2 # (or later) -USE_XORG= x11 ice xext -USE_QT_VER= 3 -USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --enable-mt +OPTIONS_DEFINE= DOCS EXAMPLES + +USE_QT4= qt3support moc_build qmake_build +MAKE_JOBS_SAFE= yes MAN1= kaptain.1 INFO= kaptain +PORTDOCS= * +PORTEXAMPLES= * +PLIST_FILES= bin/kaptain -post-extract: - @${RM} -f ${WRKSRC}/doc/*.info* +.include post-patch: @${REINPLACE_CMD} -e \ - 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/examples/dia2code.kaptn + 's|^QMAKE_|#QMAKE_|' ${WRKSRC}/kaptain.pro + @${FIND} ${WRKSRC}/examples -maxdepth 1 -type f | ${XARGS} \ + ${REINPLACE_CMD} -e \ + 's|/usr/bin/kaptain|${SETENV} kaptain|' + +do-configure: + @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) + +do-install: + (cd ${WRKSRC} \ + && ${INSTALL_PROGRAM} kaptain ${PREFIX}/bin) + (cd ${WRKSRC}/man \ + && ${INSTALL_MAN} kaptain.1 ${MANPREFIX}/man/man1) + (cd ${WRKSRC}/doc \ + && ${INSTALL_DATA} kaptain.info ${PREFIX}/${INFO_PATH}) +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + (cd ${WRKSRC} \ + && ${INSTALL_DATA} README ${DOCSDIR}) + (cd ${WRKSRC}/doc \ + && ${INSTALL_DATA} *.gif *.html *.png *.tgz ${DOCSDIR}) +.endif +.if ${PORT_OPTIONS:MEXAMPLES} + @${MKDIR} ${EXAMPLESDIR} + (cd ${WRKSRC}/examples \ + && ${INSTALL_DATA} *.kaptn *.tgz ${EXAMPLESDIR}) +.endif .include diff -urN /usr/ports/devel/kaptain/distinfo devel/kaptain/distinfo --- /usr/ports/devel/kaptain/distinfo 2012-11-08 04:43:00.000000000 +0900 +++ devel/kaptain/distinfo 2013-02-23 23:00:10.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (kaptain-0.72.tar.gz) = d086592c6cb081e7681c19ab557569d66c0d1f1fda702a15b54fb308d6a37120 -SIZE (kaptain-0.72.tar.gz) = 1057252 +SHA256 (kaptain-0.73.tgz) = 2e055c66cd8657c9f94983fc8fdc1d874ecdf2001fe06c2101d64695a2488bd8 +SIZE (kaptain-0.73.tgz) = 345116 diff -urN /usr/ports/devel/kaptain/files/patch-doc-kaptain.texi devel/kaptain/files/patch-doc-kaptain.texi --- /usr/ports/devel/kaptain/files/patch-doc-kaptain.texi 2012-11-08 04:43:00.000000000 +0900 +++ devel/kaptain/files/patch-doc-kaptain.texi 1970-01-01 09:00:00.000000000 +0900 @@ -1,13 +0,0 @@ ---- doc/kaptain.texi.orig Mon Mar 24 21:07:29 2003 -+++ doc/kaptain.texi Sat Aug 30 16:13:22 2003 -@@ -3,6 +3,10 @@ - @c %**start of header - @setfilename kaptain.info - @settitle Kaptain -+@dircategory -+@direntry Applications -+* Kaptain: (kaptain). The Universal Graphical Front-end. -+@end direntry - @finalout - @c %**end of header - diff -urN /usr/ports/devel/kaptain/files/patch-examples-dia2code.kaptn devel/kaptain/files/patch-examples-dia2code.kaptn --- /usr/ports/devel/kaptain/files/patch-examples-dia2code.kaptn 2012-11-08 04:43:00.000000000 +0900 +++ devel/kaptain/files/patch-examples-dia2code.kaptn 2013-02-24 03:09:07.000000000 +0900 @@ -1,8 +1,6 @@ --- examples/dia2code.kaptn.orig Sat Nov 17 00:11:04 2001 +++ examples/dia2code.kaptn Fri Dec 20 13:17:45 2002 -@@ -1,17 +1,20 @@ --#!/usr/bin/kaptain -+#!%%PREFIX%%/bin/kaptain +@@ -2,16 +2,19 @@ start "Dia2Code" -> dia2code buttons; dia2code :tabbed -> main about; diff -urN /usr/ports/devel/kaptain/files/patch-kaptain-intermediate.h devel/kaptain/files/patch-kaptain-intermediate.h --- /usr/ports/devel/kaptain/files/patch-kaptain-intermediate.h 2012-11-08 04:43:00.000000000 +0900 +++ devel/kaptain/files/patch-kaptain-intermediate.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- kaptain/intermediate.h.orig 2004-09-11 16:07:54.000000000 +0200 -+++ kaptain/intermediate.h 2007-11-02 11:23:46.000000000 +0100 -@@ -7,6 +7,7 @@ - using namespace std; - - class Grammar; -+class Kaptain; - class Rule; - class Conjunction; - class Parameter; diff -urN /usr/ports/devel/kaptain/files/patch-kaptain-kaptain.h devel/kaptain/files/patch-kaptain-kaptain.h --- /usr/ports/devel/kaptain/files/patch-kaptain-kaptain.h 2012-11-08 04:43:00.000000000 +0900 +++ devel/kaptain/files/patch-kaptain-kaptain.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- kaptain/kaptain.h.orig Wed Aug 14 19:15:09 2002 -+++ kaptain/kaptain.h Wed Sep 3 18:44:51 2003 -@@ -18,6 +18,7 @@ - #include - #include - #include -+#include - #include - #include - #include diff -urN /usr/ports/devel/kaptain/files/patch-kaptain-tools.cpp devel/kaptain/files/patch-kaptain-tools.cpp --- /usr/ports/devel/kaptain/files/patch-kaptain-tools.cpp 2012-11-08 04:43:00.000000000 +0900 +++ devel/kaptain/files/patch-kaptain-tools.cpp 1970-01-01 09:00:00.000000000 +0900 @@ -1,9 +0,0 @@ ---- kaptain/tools.cpp.orig Wed Mar 12 01:38:12 2003 -+++ kaptain/tools.cpp Wed Sep 3 18:43:40 2003 -@@ -1,5 +1,6 @@ - #include - #include -+#include - #include - #include - #include diff -urN /usr/ports/devel/kaptain/pkg-descr devel/kaptain/pkg-descr --- /usr/ports/devel/kaptain/pkg-descr 2012-11-08 04:43:00.000000000 +0900 +++ devel/kaptain/pkg-descr 2013-02-24 02:28:01.000000000 +0900 @@ -1,5 +1,5 @@ Kaptain is a tool that lets you build a GUI for a command line program in the form of a script. The program interprets that script to present -the graphical interface. The built interfaces use the QT library. +the graphical interface. The built interfaces use the Qt library. WWW: http://kaptain.sourceforge.net/ diff -urN /usr/ports/devel/kaptain/pkg-plist devel/kaptain/pkg-plist --- /usr/ports/devel/kaptain/pkg-plist 2012-11-08 04:43:00.000000000 +0900 +++ devel/kaptain/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,36 +0,0 @@ -bin/kaptain -%%DATADIR%%/arping.kaptn -%%DATADIR%%/budget.kaptn -%%DATADIR%%/crypt.gif -%%DATADIR%%/crypt.kaptn -%%DATADIR%%/curl.kaptn -%%DATADIR%%/database.tgz -%%DATADIR%%/dia2code.kaptn -%%DATADIR%%/emboss.tgz -%%DATADIR%%/enscript.kaptn -%%DATADIR%%/fig1.png -%%DATADIR%%/find.kaptn -%%DATADIR%%/finger.kaptn -%%DATADIR%%/grep.kaptn -%%DATADIR%%/indent.kaptn -%%DATADIR%%/kaptain.html -%%DATADIR%%/lameGUI.kaptn -%%DATADIR%%/ls.kaptn -%%DATADIR%%/mpage.kaptn -%%DATADIR%%/nslookup.kaptn -%%DATADIR%%/old-doc.tgz -%%DATADIR%%/open.kaptn -%%DATADIR%%/ping.kaptn -%%DATADIR%%/povray.kaptn -%%DATADIR%%/procmail.kaptn -%%DATADIR%%/puf.tgz -%%DATADIR%%/record.gif -%%DATADIR%%/search.kaptn -%%DATADIR%%/tar.gif -%%DATADIR%%/tar.kaptn -%%DATADIR%%/tutorial.tgz -%%DATADIR%%/weblint.kaptn -%%DATADIR%%/wget.kaptn -%%DATADIR%%/whois.kaptn -%%DATADIR%%/zangband.kaptn -@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id D8D98CDC for ; Thu, 28 Feb 2013 18:10:05 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A81E9835 for ; Thu, 28 Feb 2013 18:10:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA5oK023289 for ; Thu, 28 Feb 2013 18:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA5vw023288; Thu, 28 Feb 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:05 GMT Resent-Message-Id: <201302281810.r1SIA5vw023288@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 80A5EB22 for ; Thu, 28 Feb 2013 18:03:41 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 550727AA for ; Thu, 28 Feb 2013 18:03:41 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 9041D4AC036 for ; Fri, 1 Mar 2013 03:03:39 +0900 (JST) Message-Id: <20130301024538.5a107622d782c77a76369369@yahoo.com> Date: Fri, 1 Mar 2013 02:45:38 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176542: net/onioncat: Update to version 0.2.2.r554 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:05 -0000 >Number: 176542 >Category: ports >Synopsis: net/onioncat: Update to version 0.2.2.r554 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.2.2.r554 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/onioncat/Makefile net/onioncat/Makefile --- /usr/ports/net/onioncat/Makefile 2012-11-08 08:39:56.000000000 +0900 +++ net/onioncat/Makefile 2013-02-25 04:40:15.000000000 +0900 @@ -2,9 +2,9 @@ # $FreeBSD: head/net/onioncat/Makefile 306813 2012-11-01 16:41:10Z pawel $ PORTNAME= onioncat -PORTVERSION= 0.2.2.r553 +PORTVERSION= 0.2.2.r554 CATEGORIES= net security -MASTER_SITES= http://www.cypherpunk.at/ocat/download/Source/stable/ +MASTER_SITES= https://www.cypherpunk.at/ocat/download/Source/stable/ MAINTAINER= ports@FreeBSD.org COMMENT= IP-transparent Tor Hidden Service connector @@ -14,8 +14,7 @@ RUN_DEPENDS= tor:${PORTSDIR}/security/tor GNU_CONFIGURE= yes -CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \ - PTHREAD_LIBS="${PTHREAD_LIBS}" +CONFIGURE_ENV= PTHREAD_LIBS="-pthread" MAKE_JOBS_SAFE= yes USE_RC_SUBR= ${PORTNAME} diff -urN /usr/ports/net/onioncat/distinfo net/onioncat/distinfo --- /usr/ports/net/onioncat/distinfo 2012-11-08 08:39:56.000000000 +0900 +++ net/onioncat/distinfo 2013-02-25 04:38:31.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (onioncat-0.2.2.r553.tar.gz) = fe33e95f29e1a88349d89f7f2ff18d546571ada6278962980acb4d6ee6424b7d -SIZE (onioncat-0.2.2.r553.tar.gz) = 192210 +SHA256 (onioncat-0.2.2.r554.tar.gz) = f44686696a9dda53ebad9f4fe06bdd0d313a2536f04703e2a277c3c174e5dbb7 +SIZE (onioncat-0.2.2.r554.tar.gz) = 200437 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 6251ACDE for ; Thu, 28 Feb 2013 18:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 106D4837 for ; Thu, 28 Feb 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA5PL023300 for ; Thu, 28 Feb 2013 18:10:05 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA5ox023299; Thu, 28 Feb 2013 18:10:05 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:05 GMT Resent-Message-Id: <201302281810.r1SIA5ox023299@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 3DE77B28 for ; Thu, 28 Feb 2013 18:04:01 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 00C987AD for ; Thu, 28 Feb 2013 18:04:00 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 1F51823C031 for ; Fri, 1 Mar 2013 03:03:58 +0900 (JST) Message-Id: <20130301024546.a2d6f0afd53c36d6bedb35f2@yahoo.com> Date: Fri, 1 Mar 2013 02:45:46 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176543: net/x2goclient: Update to version 4.0.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:06 -0000 >Number: 176543 >Category: ports >Synopsis: net/x2goclient: Update to version 4.0.0.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: Thu Feb 28 18:10:05 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 4.0.0.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/x2goclient/Makefile net/x2goclient/Makefile --- /usr/ports/net/x2goclient/Makefile 2013-02-04 20:52:24.000000000 +0900 +++ net/x2goclient/Makefile 2013-02-16 03:36:33.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/net/x2goclient/Makefile 311597 2013-02-04 10:01:55Z araujo $ PORTNAME= x2goclient -PORTVERSION= 4.0.0.1 +PORTVERSION= 4.0.0.3 CATEGORIES= net MASTER_SITES= http://code.x2go.org/releases/source/x2goclient/ @@ -28,8 +28,6 @@ MAN1= x2goclient.1 -PORTSCOUT= limit:\^3\.0 - .include .if ${PORT_OPTIONS:MLDAP} diff -urN /usr/ports/net/x2goclient/distinfo net/x2goclient/distinfo --- /usr/ports/net/x2goclient/distinfo 2013-02-04 20:52:24.000000000 +0900 +++ net/x2goclient/distinfo 2013-02-16 03:33:22.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (x2goclient-4.0.0.1.tar.gz) = 569cc69f03edcece997a56ccb57b9e70c65b8697000328bde2d75cdb928f4ac9 -SIZE (x2goclient-4.0.0.1.tar.gz) = 1239157 +SHA256 (x2goclient-4.0.0.3.tar.gz) = 924173da382ee7a409488852936551c320d0597bcc2a57c50ce2125b93d6e78d +SIZE (x2goclient-4.0.0.3.tar.gz) = 1240383 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 8059CCE0 for ; Thu, 28 Feb 2013 18:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 68E2083A for ; Thu, 28 Feb 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA67E023311 for ; Thu, 28 Feb 2013 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA6x1023310; Thu, 28 Feb 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:06 GMT Resent-Message-Id: <201302281810.r1SIA6x1023310@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 26D20A30 for ; Thu, 28 Feb 2013 18:00:47 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 86E4F765 for ; Thu, 28 Feb 2013 18:00:46 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 969D350036 for ; Fri, 1 Mar 2013 03:00:32 +0900 (JST) Message-Id: <20130301024258.cf5bd23335a5aaf647832399@yahoo.com> Date: Fri, 1 Mar 2013 02:42:58 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176544: biology/ncbi-toolkit: Update to version 2012.06.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:06 -0000 >Number: 176544 >Category: ports >Synopsis: biology/ncbi-toolkit: Update to version 2012.06.20 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2012.06.20 >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/ncbi-toolkit/Makefile biology/ncbi-toolkit/Makefile --- /usr/ports/biology/ncbi-toolkit/Makefile 2012-11-08 06:53:09.000000000 +0900 +++ biology/ncbi-toolkit/Makefile 2013-02-23 17:01:50.000000000 +0900 @@ -2,10 +2,9 @@ # $FreeBSD: head/biology/ncbi-toolkit/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $ PORTNAME= ncbi-toolkit -PORTVERSION= 2009.03.01 # containing BLAST v2.2.19 -PORTREVISION= 1 +PORTVERSION= 2012.06.20 # containing BLAST v2.2.27 CATEGORIES= biology -MASTER_SITES= ftp://ftp.ncbi.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/ +MASTER_SITES= ftp://ftp.ncbi.nlm.nih.gov/toolbox/ncbi_tools/old/${PORTVERSION:S/.//g}/ DISTNAME= ncbi DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} @@ -13,7 +12,8 @@ COMMENT= NCBI development toolkit, including BLAST 2 and GenBank/Entrez support USE_MOTIF= yes -CPIO_ARGS= --quiet -pdum -R +MAKE_JOBS_UNSAFE= yes + SUB_FILES= pkg-message # These are the executables we install. @@ -28,32 +28,42 @@ # change in the future with the addition of selectable knobs or # new slave ports -TOOLKIT_EXE= asn2ff asn2gb asn2idx asn2xml asndhuff asntool checksub \ - debruijn entrcmd fa2htgs findspl getmesh getpub gil2bin \ - idfetch indexpub makeset tbl2asn vecscreen demo_regexp \ - demo_regexp_grep errhdr gene2xml ncbisort seqtest test_regexp +TOOLKIT_EXE= asn2ff asn2gb asn2idx asn2xml asndhuff asntool cdscan \ + checksub debruijn demo_regexp demo_regexp_grep dosimple \ + entrcmd errhdr fa2htgs findspl gene2xml getmesh getpub \ + gil2bin idfetch indexpub makeset ncbisort seqtest tbl2asn \ + vecscreen BLAST_EXE= bl2seq blastall blastcl3 blastclust blastpgp copymat \ fastacmd formatdb formatrpsdb impala makemat megablast \ rpsblast seedtop taxblast X11_EXE= Nentrez Psequin ddv entrez2 sbtedit udv # and these are the man pages we have -MAN1= Psequin.1 asn2all.1 asn2asn.1 asn2ff.1 asn2fsa.1 asn2gb.1 asn2idx.1 \ - asn2xml.1 asndhuff.1 asntool.1 asnval.1 blast.1 blastclust.1 \ - cdscan.1 checksub.1 copymat.1 ddv.1 \ - debruijn.1 entrez2.1 errhdr.1 fa2htgs.1 fastacmd.1 findspl.1 \ - fmerge.1 formatdb.1 formatrpsdb.1 getmesh.1 getpub.1 gil2bin.1 \ - idfetch.1 indexpub.1 makemat.1 makeset.1 rpsblast.1 sbtedit.1 \ - tbl2asn.1 udv.1 vecscreen.1 - -MLINKS= blast.1 bl2seq.1 blast.1 blastall.1 blast.1 blastcl3.1 \ - blast.1 blastpgp.1 blast.1 impala.1 blast.1 megablast.1 \ - blast.1 seedtop.1 blast.1 rpsblast.1 +MAN1= Psequin.1 asn2ff.1 asn2idx.1 asn2xml.1 asndhuff.1 \ + asntool.1 blast.1 blastclust.1 cdscan.1 checksub.1 \ + copymat.1 ddv.1 debruijn.1 entrez2.1 errhdr.1 fa2htgs.1 \ + fastacmd.1 findspl.1 formatdb.1 formatrpsdb.1 getmesh.1 \ + getpub.1 gil2bin.1 idfetch.1 indexpub.1 makemat.1 \ + taxblast.1 tbl2asn.1 udv.1 vecscreen.1 + +MLINKS= blast.1 bl2seq.1 blast.1 blastall.1 blast.1 blastcl3.1 \ + blast.1 blastpgp.1 blast.1 impala.1 blast.1 megablast.1 \ + blast.1 seedtop.1 blast.1 rpsblast.1 + +.include post-patch: - @${REINPLACE_CMD} -e 's,/usr/X11R6,${LOCALBASE},g' \ - ${WRKSRC}/make/makedis.csh \ - ${WRKSRC}/platform/freebsd.ncbi.mk + @${REINPLACE_CMD} -e \ + 's|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/make/makedis.csh + @${REINPLACE_CMD} -e \ + '/^NCBI_CC/s|=.*|= ${CC}| ; \ + /^NCBI_LDFLGS1/s|=.*|= ${LDFLAGS}| ; \ + /^NCBI_OPTFLAG/s|= .*|= ${CFLAGS}| ; \ + s|-I/usr/X11R6/include||g ; \ + s|-L/usr/X11R6/lib||g ; \ + s|/usr/local|${LOCALBASE}|g ; \ + s|-Wl,-Bstatic|| ; \ + s|-Wl,-Bdynamic||' ${WRKSRC}/platform/freebsd.ncbi.mk # the ncbi-toolkit provides a shell script to drive the build # and we use it @@ -68,36 +78,35 @@ .for blastexe in ${BLAST_EXE} (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} ${blastexe} ${PREFIX}/bin) .endfor - .for toolkitexe in ${TOOLKIT_EXE} (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} ${toolkitexe} ${PREFIX}/bin) .endfor - .for x11exe in ${X11_EXE} (cd ${WRKSRC}/bin && ${INSTALL_PROGRAM} ${x11exe} ${PREFIX}/bin) .endfor - @${MKDIR} ${PREFIX}/lib/${DISTNAME} (cd ${WRKSRC}/lib && ${INSTALL_DATA} *.a ${PREFIX}/lib/${DISTNAME}) + @${MKDIR} ${PREFIX}/include/${DISTNAME} + (cd ${WRKSRC}/include && ${INSTALL_DATA} *.h \ + ${PREFIX}/include/${DISTNAME}) @${MKDIR} ${PREFIX}/include/${DISTNAME}/connect - (cd ${WRKSRC}/include && ${INSTALL_DATA} *.h ${PREFIX}/include/${DISTNAME}) - (cd ${WRKSRC}/include/connect && ${INSTALL_DATA} *.h ${PREFIX}/include/${DISTNAME}/connect) - + (cd ${WRKSRC}/include/connect && ${INSTALL_DATA} *.h \ + ${PREFIX}/include/${DISTNAME}/connect) .for man in ${MAN1} - (cd ${WRKSRC}/doc/man && ${INSTALL_MAN} ${man} ${PREFIX}/man/man1) + (cd ${WRKSRC}/doc/man && ${INSTALL_MAN} ${man} ${MANPREFIX}/man/man1) .endfor - -post-install: @${MKDIR} ${DATADIR} - (cd ${WRKSRC}/data/ && ${INSTALL_DATA} * ${DATADIR}) - -.if !defined(NOPORTDOCS) + (cd ${WRKSRC}/data && ${INSTALL_DATA} * ${DATADIR}) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - (cd ${WRKSRC}/doc && ${FIND} * | ${CPIO} ${CPIO_ARGS} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}) -.endif - -.if !defined(BATCH) - @ ${CAT} ${PKGMESSAGE} +# @(cd ${WRKSRC}/doc && ${FIND} . -name "man" -prune -o print | \ +# ${CPIO} -pdm -L -R ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}) + @(cd ${WRKSRC}/doc && ${TAR} --exclude man -cf - .) | \ + (cd ${DOCSDIR} && ${TAR} --unlink -xf -) + @${FIND} ${DOCSDIR} | ${XARGS} ${CHOWN} ${SHAREOWN}:${SHAREGRP} + @${FIND} ${DOCSDIR} -type d | ${XARGS} ${CHMOD} a+rx + @${FIND} ${DOCSDIR} -type f | ${XARGS} ${CHMOD} ${SHAREMODE} .endif + @${CAT} ${PKGMESSAGE} .include diff -urN /usr/ports/biology/ncbi-toolkit/distinfo biology/ncbi-toolkit/distinfo --- /usr/ports/biology/ncbi-toolkit/distinfo 2012-11-08 06:53:08.000000000 +0900 +++ biology/ncbi-toolkit/distinfo 2013-02-19 15:57:12.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (ncbi-toolkit-2009.03.01/ncbi.tar.gz) = 631ffcd37e65a9482b075b795beb3eb02a022f415e8fd9ed3844e80eb8b772df -SIZE (ncbi-toolkit-2009.03.01/ncbi.tar.gz) = 64548732 +SHA256 (ncbi-toolkit-2012.06.20/ncbi.tar.gz) = 603c9a4ade2a6f2f8e412558b732924d78fae403d225706e2ac38d553b08073c +SIZE (ncbi-toolkit-2012.06.20/ncbi.tar.gz) = 68428744 diff -urN /usr/ports/biology/ncbi-toolkit/files/patch-make-makenet.unx biology/ncbi-toolkit/files/patch-make-makenet.unx --- /usr/ports/biology/ncbi-toolkit/files/patch-make-makenet.unx 2012-11-08 06:53:08.000000000 +0900 +++ biology/ncbi-toolkit/files/patch-make-makenet.unx 2013-02-22 03:49:09.000000000 +0900 @@ -8,7 +8,7 @@ SEQUIN_OPTS = LIBCOPY = cp -p SRCCOPY = ./ln-if-absent -@@ -923,17 +924,17 @@ +@@ -934,17 +935,17 @@ $(CC) -o ddv $(LDFLAGS) $(OBJDDV) $(LIB41) $(LIB31) $(LIB20) $(LIB61) $(LIB60) $(LIB22) $(LIB45) \ $(LIB8) $(LIB7) $(NETCLILIB) $(LIB3) $(LIB4) $(LIB23) \ $(LIBCOMPADJ) $(LIB2) $(LIB1) \ @@ -17,19 +17,19 @@ udv : $(OBJUDV) $(CC) -o udv $(LDFLAGS) $(OBJUDV) $(LIB41) $(LIB31) $(LIB20) $(LIB61) $(LIB60) $(LIB22) $(LIB45) \ - $(LIB8) $(LIB7) $(NETCLILIB) $(LIB3) $(LIB4) \ + $(LIB8) $(LIB7) $(NETCLILIB) $(LIB3) $(LIB4) \ $(LIB23) $(LIBCOMPADJ) $(LIB2) \ - $(LIB1) $(VIBLIBS) $(OTHERLIBS) + $(LIB1) $(VIBLIBS) $(OTHERLIBS) $(USERLIBS) Nentrez : entrez.c $(ULIB31) $(CC) -o Nentrez $(LDFLAGS) entrez.c $(LIB41) $(LIB31) $(LIB30) $(LIB20) $(LIB61) $(LIB60) $(LIB22) $(LIB45) \ -- $(LIB36) $(LIB23) $(LIBCOMPADJ) $(LIB8) $(LIB7) $(NETCLILIB) $(LIB5) $(LIB4) $(LIB3) $(LIB2) $(LIB1) $(VIBLIBS) $(OTHERLIBS) -+ $(LIB36) $(LIB23) $(LIBCOMPADJ) $(LIB8) $(LIB7) $(NETCLILIB) $(LIB5) $(LIB4) $(LIB3) $(LIB2) $(LIB1) $(VIBLIBS) $(OTHERLIBS) $(USERLIBS) +- $(LIB36) $(LIB23) $(LIBCOMPADJ) $(LIB8) $(LIB7) $(NETCLILIB) $(LIB5) $(LIB4) $(LIB3) $(LIB2) $(LIB1) $(VIBLIBS) $(OTHERLIBS) ++ $(LIB36) $(LIB23) $(LIBCOMPADJ) $(LIB8) $(LIB7) $(NETCLILIB) $(LIB5) $(LIB4) $(LIB3) $(LIB2) $(LIB1) $(VIBLIBS) $(OTHERLIBS) $(USERLIBS) # left this in (Tentrez) for script backwards compatibility Tentrez : entrez.c $(ULIB31) -@@ -1114,7 +1115,7 @@ +@@ -1140,7 +1141,7 @@ entrez2 : entrez2.c $(CC) -g -o entrez2 $(LDFLAGS) entrez2.c $(LIB41) $(LIB6) $(LIB20) \ $(LIB61) $(LIB60) $(LIB22) $(LIB23) $(LIBCOMPADJ) \ @@ -38,7 +38,7 @@ $(VIB_POST_LINK) entrez2 # demo program (spidey) -@@ -1383,7 +1384,7 @@ +@@ -1421,7 +1422,7 @@ $(CC) -o Psequin -I. $(LDFLAGS) -UINTERNAL_NCBI_SEQUIN $(SRCSEQUIN) \ $(LIB30) $(LIB45) $(LIB31) $(LIB20) $(LIB61) $(LIB60) $(LIB22) \ $(LIB40) $(LIB41) $(LIB36) $(LIB23) $(LIBCOMPADJ) $(LIB11) \ @@ -47,7 +47,7 @@ $(VIB_POST_LINK) Psequin # 'sbtedit' Submission Template Editor -@@ -1395,7 +1396,7 @@ +@@ -1433,7 +1434,7 @@ $(CC) -o sbtedit -I. $(LDFLAGS) -UINTERNAL_NCBI_SEQUIN $(SRCSBTEDIT) \ $(LIB30) $(LIB45) $(LIB31) $(LIB20) $(LIB61) $(LIB60) $(LIB22) \ $(LIB40) $(LIB41) $(LIB36) $(LIB23) $(LIBCOMPADJ) $(LIB11) \ @@ -55,4 +55,4 @@ + $(ENTREZLIBS) $(LIB4) $(LIB2) $(LIB1) $(VIBLIBS) $(OTHERLIBS) $(USERLIBS) $(VIB_POST_LINK) sbtedit - salogif.o: salogif.c + # 'streamer' Sequinesque Stream Editor diff -urN /usr/ports/biology/ncbi-toolkit/pkg-descr biology/ncbi-toolkit/pkg-descr --- /usr/ports/biology/ncbi-toolkit/pkg-descr 2012-11-08 06:53:08.000000000 +0900 +++ biology/ncbi-toolkit/pkg-descr 2013-02-23 08:06:49.000000000 +0900 @@ -16,4 +16,4 @@ have found it a useful and stable basis for a number of tools and applications. -WWW: http://www.ncbi.nlm.nih.gov/blast/blast_whatsnew.shtml +WWW: http://www.ncbi.nlm.nih.gov/IEB/ToolBox/MainPage/index.html diff -urN /usr/ports/biology/ncbi-toolkit/pkg-plist biology/ncbi-toolkit/pkg-plist --- /usr/ports/biology/ncbi-toolkit/pkg-plist 2012-11-08 06:53:09.000000000 +0900 +++ biology/ncbi-toolkit/pkg-plist 2013-02-23 16:57:54.000000000 +0900 @@ -1,87 +1,51 @@ -bin/bl2seq -bin/blastall -bin/blastcl3 -bin/blastclust -bin/blastpgp -bin/copymat -bin/fastacmd -bin/formatdb -bin/formatrpsdb -bin/impala -bin/makemat -bin/megablast -bin/rpsblast -bin/seedtop -bin/taxblast +bin/Nentrez +bin/Psequin bin/asn2ff bin/asn2gb bin/asn2idx bin/asn2xml bin/asndhuff bin/asntool +bin/bl2seq +bin/blastall +bin/blastcl3 +bin/blastclust +bin/blastpgp +bin/cdscan bin/checksub +bin/copymat +bin/ddv bin/debruijn +bin/demo_regexp +bin/demo_regexp_grep +bin/dosimple bin/entrcmd +bin/entrez2 +bin/errhdr bin/fa2htgs +bin/fastacmd bin/findspl +bin/formatdb +bin/formatrpsdb +bin/gene2xml bin/getmesh bin/getpub -bin/ddv bin/gil2bin bin/idfetch +bin/impala bin/indexpub +bin/makemat bin/makeset -bin/tbl2asn -bin/vecscreen -bin/demo_regexp -bin/demo_regexp_grep -bin/errhdr -bin/gene2xml +bin/megablast bin/ncbisort -bin/seqtest -bin/test_regexp -bin/Nentrez -bin/Psequin -bin/entrez2 +bin/rpsblast bin/sbtedit +bin/seedtop +bin/seqtest +bin/taxblast +bin/tbl2asn bin/udv -include/ncbi/connect/connect_export.h -include/ncbi/connect/ncbi_ansi_ext.h -include/ncbi/connect/ncbi_assert.h -include/ncbi/connect/ncbi_buffer.h -include/ncbi/connect/ncbi_comm.h -include/ncbi/connect/ncbi_config.h -include/ncbi/connect/ncbi_connection.h -include/ncbi/connect/ncbi_connector.h -include/ncbi/connect/ncbi_connssl.h -include/ncbi/connect/ncbi_connutil.h -include/ncbi/connect/ncbi_core.h -include/ncbi/connect/ncbi_core_c.h -include/ncbi/connect/ncbi_dispd.h -include/ncbi/connect/ncbi_file_connector.h -include/ncbi/connect/ncbi_ftp_connector.h -include/ncbi/connect/ncbi_gnutls.h -include/ncbi/connect/ncbi_heapmgr.h -include/ncbi/connect/ncbi_host_info.h -include/ncbi/connect/ncbi_host_infop.h -include/ncbi/connect/ncbi_http_connector.h -include/ncbi/connect/ncbi_lb.h -include/ncbi/connect/ncbi_lbsmd.h -include/ncbi/connect/ncbi_local.h -include/ncbi/connect/ncbi_memory_connector.h -include/ncbi/connect/ncbi_priv.h -include/ncbi/connect/ncbi_sendmail.h -include/ncbi/connect/ncbi_server_info.h -include/ncbi/connect/ncbi_server_infop.h -include/ncbi/connect/ncbi_service.h -include/ncbi/connect/ncbi_service_connector.h -include/ncbi/connect/ncbi_servicep.h -include/ncbi/connect/ncbi_socket.h -include/ncbi/connect/ncbi_socket_connector.h -include/ncbi/connect/ncbi_socket_unix.h -include/ncbi/connect/ncbi_socketp.h -include/ncbi/connect/ncbi_types.h -include/ncbi/connect/ncbi_util.h +bin/vecscreen include/ncbi/FSpCompat.h include/ncbi/FullPath.h include/ncbi/MoreCarbonAccessors.h @@ -155,6 +119,7 @@ include/ncbi/asntax3.h include/ncbi/asntaxon.h include/ncbi/asntseq.h +include/ncbi/asnvalid.h include/ncbi/bandalgn.h include/ncbi/binary.h include/ncbi/biosrc.h @@ -185,7 +150,6 @@ include/ncbi/cdromlib.h include/ncbi/cn3d.h include/ncbi/cn3dentr.h -include/ncbi/codon.h include/ncbi/cn3dmain.h include/ncbi/cn3dmesh.h include/ncbi/cn3dmodl.h @@ -196,10 +160,50 @@ include/ncbi/cn3dshim.h include/ncbi/cn3dstyl.h include/ncbi/cn3dxprt.h +include/ncbi/codon.h include/ncbi/compo_heap.h include/ncbi/compo_mode_condition.h include/ncbi/composition_adjustment.h include/ncbi/composition_constants.h +include/ncbi/connect/connect_export.h +include/ncbi/connect/ncbi_ansi_ext.h +include/ncbi/connect/ncbi_assert.h +include/ncbi/connect/ncbi_base64.h +include/ncbi/connect/ncbi_buffer.h +include/ncbi/connect/ncbi_comm.h +include/ncbi/connect/ncbi_config.h +include/ncbi/connect/ncbi_connection.h +include/ncbi/connect/ncbi_connector.h +include/ncbi/connect/ncbi_connssl.h +include/ncbi/connect/ncbi_connutil.h +include/ncbi/connect/ncbi_core.h +include/ncbi/connect/ncbi_core_c.h +include/ncbi/connect/ncbi_dispd.h +include/ncbi/connect/ncbi_file_connector.h +include/ncbi/connect/ncbi_ftp_connector.h +include/ncbi/connect/ncbi_gnutls.h +include/ncbi/connect/ncbi_heapmgr.h +include/ncbi/connect/ncbi_host_info.h +include/ncbi/connect/ncbi_host_infop.h +include/ncbi/connect/ncbi_http_connector.h +include/ncbi/connect/ncbi_lb.h +include/ncbi/connect/ncbi_lbsmd.h +include/ncbi/connect/ncbi_local.h +include/ncbi/connect/ncbi_memory_connector.h +include/ncbi/connect/ncbi_priv.h +include/ncbi/connect/ncbi_sendmail.h +include/ncbi/connect/ncbi_server_info.h +include/ncbi/connect/ncbi_server_infop.h +include/ncbi/connect/ncbi_service.h +include/ncbi/connect/ncbi_service_connector.h +include/ncbi/connect/ncbi_servicep.h +include/ncbi/connect/ncbi_socket.h +include/ncbi/connect/ncbi_socket_connector.h +include/ncbi/connect/ncbi_socket_unix.h +include/ncbi/connect/ncbi_socketp.h +include/ncbi/connect/ncbi_types.h +include/ncbi/connect/ncbi_util.h +include/ncbi/connect/ncbi_version.h include/ncbi/corematx.h include/ncbi/db_list.h include/ncbi/ddvclick.h @@ -240,12 +244,12 @@ include/ncbi/gbfeat.h include/ncbi/gbftdef.h include/ncbi/gbparlex.h -include/ncbi/id1.h include/ncbi/gifgen.h include/ncbi/glbpic.h include/ncbi/gphdraw.h include/ncbi/gtrdraw.h include/ncbi/gxydraw.h +include/ncbi/id1.h include/ncbi/id1arch.h include/ncbi/id1gen.h include/ncbi/id1map.h @@ -289,9 +293,9 @@ include/ncbi/medview.h include/ncbi/mimapi.h include/ncbi/mkbioseq.h -include/ncbi/mmdb1.h include/ncbi/mla2api.h include/ncbi/mlkludge.h +include/ncbi/mmdb1.h include/ncbi/mmdb2.h include/ncbi/mmdb3.h include/ncbi/mmdbapi.h @@ -303,6 +307,7 @@ include/ncbi/mmdblocl.h include/ncbi/motif.h include/ncbi/ncbi.h +include/ncbi/ncbi_skew_guard.h include/ncbi/ncbibs.h include/ncbi/ncbidraw.h include/ncbi/ncbienv.h @@ -338,11 +343,8 @@ include/ncbi/netlib.h include/ncbi/netpriv.h include/ncbi/netscape.h -include/ncbi/ni_defin.h include/ncbi/ni_error.h -include/ncbi/ni_lib.h include/ncbi/ni_lib_.h -include/ncbi/ni_net.h include/ncbi/ni_types.h include/ncbi/nlm_linear_algebra.h include/ncbi/objacces.h @@ -392,6 +394,7 @@ include/ncbi/objtax1.h include/ncbi/objtax3.h include/ncbi/objtseq.h +include/ncbi/objvalid.h include/ncbi/odlbox.h include/ncbi/optimize_target_freq.h include/ncbi/panels.h @@ -478,7 +481,6 @@ include/ncbi/suggest.h include/ncbi/suggslp.h include/ncbi/sugmap.h -include/ncbi/terr.h include/ncbi/sugprefx.h include/ncbi/tax1map.h include/ncbi/tax3api.h @@ -488,6 +490,7 @@ include/ncbi/taxon1.h include/ncbi/taxuerr.h include/ncbi/taxutil.h +include/ncbi/terr.h include/ncbi/tfuns.h include/ncbi/thrdatd.h include/ncbi/thrddecl.h @@ -523,6 +526,8 @@ include/ncbi/urlquery.h include/ncbi/utilpars.h include/ncbi/utilpub.h +include/ncbi/valapi.h +include/ncbi/valdlg.h include/ncbi/valid.h include/ncbi/validatr.h include/ncbi/validerr.h @@ -531,7 +536,6 @@ include/ncbi/vast2pdb.h include/ncbi/vastlocl.h include/ncbi/vastsrv.h -include/ncbi/vsm.h include/ncbi/vecscnapi.h include/ncbi/vecscrn.h include/ncbi/vibdefns.h @@ -551,6 +555,7 @@ include/ncbi/viewer3d.h include/ncbi/viewerp.h include/ncbi/viewmgr.h +include/ncbi/vsm.h include/ncbi/vsmfile.h include/ncbi/vsmpriv.h include/ncbi/vsmutil.h @@ -586,10 +591,10 @@ %%PORTDOCS%%%%DOCSDIR%%/access.txt %%PORTDOCS%%%%DOCSDIR%%/asn2gb.txt %%PORTDOCS%%%%DOCSDIR%%/asn2gph.txt -%%PORTDOCS%%%%DOCSDIR%%/blast/blastclust.html %%PORTDOCS%%%%DOCSDIR%%/blast/bl2seq.html %%PORTDOCS%%%%DOCSDIR%%/blast/blast.html %%PORTDOCS%%%%DOCSDIR%%/blast/blastall.html +%%PORTDOCS%%%%DOCSDIR%%/blast/blastclust.html %%PORTDOCS%%%%DOCSDIR%%/blast/blastdb.html %%PORTDOCS%%%%DOCSDIR%%/blast/blastftp.html %%PORTDOCS%%%%DOCSDIR%%/blast/blastpgp.html @@ -613,7 +618,6 @@ %%PORTDOCS%%%%DOCSDIR%%/firewall.html %%PORTDOCS%%%%DOCSDIR%%/fwd_check.sh %%PORTDOCS%%%%DOCSDIR%%/gene2xml.txt -%%PORTDOCS%%%%DOCSDIR%%/images/logo.png %%PORTDOCS%%%%DOCSDIR%%/images/affil.png %%PORTDOCS%%%%DOCSDIR%%/images/annot.png %%PORTDOCS%%%%DOCSDIR%%/images/authors.png @@ -624,6 +628,7 @@ %%PORTDOCS%%%%DOCSDIR%%/images/genbank.png %%PORTDOCS%%%%DOCSDIR%%/images/graphic.png %%PORTDOCS%%%%DOCSDIR%%/images/loc_page.png +%%PORTDOCS%%%%DOCSDIR%%/images/logo.png %%PORTDOCS%%%%DOCSDIR%%/images/ncbi_sequin.css %%PORTDOCS%%%%DOCSDIR%%/images/net_cfg.png %%PORTDOCS%%%%DOCSDIR%%/images/nucaln.png @@ -639,67 +644,11 @@ %%PORTDOCS%%%%DOCSDIR%%/images/update.png %%PORTDOCS%%%%DOCSDIR%%/images/validate.png %%PORTDOCS%%%%DOCSDIR%%/images/welcome.png -%%PORTDOCS%%%%DOCSDIR%%/man/Psequin.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asn2all.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asn2asn.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asn2ff.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asn2fsa.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asn2gb.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asn2idx.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asn2xml.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asndhuff.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asntool.1 -%%PORTDOCS%%%%DOCSDIR%%/man/asnval.1 -%%PORTDOCS%%%%DOCSDIR%%/man/bl2seq.1 -%%PORTDOCS%%%%DOCSDIR%%/man/blast.1 -%%PORTDOCS%%%%DOCSDIR%%/man/blastall.1 -%%PORTDOCS%%%%DOCSDIR%%/man/blastall_old.1 -%%PORTDOCS%%%%DOCSDIR%%/man/blastcl3.1 -%%PORTDOCS%%%%DOCSDIR%%/man/blastclust.1 -%%PORTDOCS%%%%DOCSDIR%%/man/blastpgp.1 -%%PORTDOCS%%%%DOCSDIR%%/man/cdscan.1 -%%PORTDOCS%%%%DOCSDIR%%/man/checksub.1 -%%PORTDOCS%%%%DOCSDIR%%/man/cleanasn.1 -%%PORTDOCS%%%%DOCSDIR%%/man/copymat.1 -%%PORTDOCS%%%%DOCSDIR%%/man/ddv.1 -%%PORTDOCS%%%%DOCSDIR%%/man/debruijn.1 -%%PORTDOCS%%%%DOCSDIR%%/man/entrez2.1 -%%PORTDOCS%%%%DOCSDIR%%/man/errhdr.1 -%%PORTDOCS%%%%DOCSDIR%%/man/vecscreen.1 -%%PORTDOCS%%%%DOCSDIR%%/man/fa2htgs.1 -%%PORTDOCS%%%%DOCSDIR%%/man/fastacmd.1 -%%PORTDOCS%%%%DOCSDIR%%/man/findspl.1 -%%PORTDOCS%%%%DOCSDIR%%/man/fmerge.1 -%%PORTDOCS%%%%DOCSDIR%%/man/formatdb.1 -%%PORTDOCS%%%%DOCSDIR%%/man/getpub.1 -%%PORTDOCS%%%%DOCSDIR%%/man/formatrpsdb.1 -%%PORTDOCS%%%%DOCSDIR%%/man/gbseqget.1 -%%PORTDOCS%%%%DOCSDIR%%/man/gene2xml.1 -%%PORTDOCS%%%%DOCSDIR%%/man/getmesh.1 -%%PORTDOCS%%%%DOCSDIR%%/man/gil2bin.1 -%%PORTDOCS%%%%DOCSDIR%%/man/idfetch.1 -%%PORTDOCS%%%%DOCSDIR%%/man/impala.1 -%%PORTDOCS%%%%DOCSDIR%%/man/indexpub.1 -%%PORTDOCS%%%%DOCSDIR%%/man/insdseqget.1 -%%PORTDOCS%%%%DOCSDIR%%/man/makemat.1 -%%PORTDOCS%%%%DOCSDIR%%/man/makeset.1 -%%PORTDOCS%%%%DOCSDIR%%/man/megablast.1 -%%PORTDOCS%%%%DOCSDIR%%/man/nps2gps.1 -%%PORTDOCS%%%%DOCSDIR%%/man/rpsblast.1 -%%PORTDOCS%%%%DOCSDIR%%/man/sbtedit.1 -%%PORTDOCS%%%%DOCSDIR%%/man/seedtop.1 -%%PORTDOCS%%%%DOCSDIR%%/man/sortbyquote.1 -%%PORTDOCS%%%%DOCSDIR%%/man/spidey.1 -%%PORTDOCS%%%%DOCSDIR%%/man/tbl2asn.1 -%%PORTDOCS%%%%DOCSDIR%%/man/trna2sap.1 -%%PORTDOCS%%%%DOCSDIR%%/man/trna2tbl.1 -%%PORTDOCS%%%%DOCSDIR%%/man/udv.1 %%PORTDOCS%%%%DOCSDIR%%/ncbixml.txt %%PORTDOCS%%%%DOCSDIR%%/sdk.doc -%%PORTDOCS%%%%DOCSDIR%%/seq_install/ftp_example.css %%PORTDOCS%%%%DOCSDIR%%/seq_install/Makefile %%PORTDOCS%%%%DOCSDIR%%/seq_install/bg.gif -%%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_ftp_download.css +%%PORTDOCS%%%%DOCSDIR%%/seq_install/ftp_example.css %%PORTDOCS%%%%DOCSDIR%%/seq_install/ftp_example.xml %%PORTDOCS%%%%DOCSDIR%%/seq_install/left.GIF %%PORTDOCS%%%%DOCSDIR%%/seq_install/mac-ie.css @@ -709,12 +658,12 @@ %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_download.css %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_download.html %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_download.xml +%%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_ftp_download.css %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_ftp_download.html %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_ftp_download.xml %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_install.html %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_mac_download.css %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_mac_download.html -%%PORTDOCS%%%%DOCSDIR%%/seq_install/sniff.js %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_mac_download.xml %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_trouble.css %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_trouble.html @@ -726,6 +675,7 @@ %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_win_download.html %%PORTDOCS%%%%DOCSDIR%%/seq_install/seq_win_download.xml %%PORTDOCS%%%%DOCSDIR%%/seq_install/sequin-icon-win.gif +%%PORTDOCS%%%%DOCSDIR%%/seq_install/sniff.js %%PORTDOCS%%%%DOCSDIR%%/seq_install/spacer10.GIF %%PORTDOCS%%%%DOCSDIR%%/seq_install/template.xml %%PORTDOCS%%%%DOCSDIR%%/seq_install/win-ie.css @@ -736,6 +686,12 @@ %%DATADIR%%/16SCore.nhr %%DATADIR%%/16SCore.nin %%DATADIR%%/16SCore.nsq +%%DATADIR%%/64-matK-FINAL-aligned-DNA.fas.nhr +%%DATADIR%%/64-matK-FINAL-aligned-DNA.fas.nin +%%DATADIR%%/64-matK-FINAL-aligned-DNA.fas.nsq +%%DATADIR%%/64-rbcL-FINAL-aligned-DNA.fas.nhr +%%DATADIR%%/64-rbcL-FINAL-aligned-DNA.fas.nin +%%DATADIR%%/64-rbcL-FINAL-aligned-DNA.fas.nsq %%DATADIR%%/BLOSUM45 %%DATADIR%%/BLOSUM50 %%DATADIR%%/BLOSUM62 @@ -752,7 +708,6 @@ %%DATADIR%%/KSchoth.flt %%DATADIR%%/KSesigc.mat %%DATADIR%%/KSesigl.mat -%%DATADIR%%/PAM250 %%DATADIR%%/KSgc.flt %%DATADIR%%/KShopp.flt %%DATADIR%%/KSkyte.flt @@ -768,6 +723,7 @@ %%DATADIR%%/LSURef_93.fasta.nhr %%DATADIR%%/LSURef_93.fasta.nin %%DATADIR%%/LSURef_93.fasta.nsq +%%DATADIR%%/PAM250 %%DATADIR%%/PAM30 %%DATADIR%%/PAM70 %%DATADIR%%/SSURef_93.fasta.nhr @@ -780,6 +736,7 @@ %%DATADIR%%/UniVec_Core.nin %%DATADIR%%/UniVec_Core.nsq %%DATADIR%%/asn2ff.prt +%%DATADIR%%/autofix.prt %%DATADIR%%/blast.prt %%DATADIR%%/bstdt.prt %%DATADIR%%/bstdt.val @@ -794,6 +751,9 @@ %%DATADIR%%/gc.val %%DATADIR%%/humrep.fsa %%DATADIR%%/institution_codes.txt +%%DATADIR%%/lat_lon_country.txt +%%DATADIR%%/lat_lon_island.txt +%%DATADIR%%/lat_lon_water.txt %%DATADIR%%/lineages.txt %%DATADIR%%/makerpt.prt %%DATADIR%%/ncbiendo.dat @@ -802,6 +762,8 @@ %%DATADIR%%/ncbiren.dat %%DATADIR%%/ncbirnam.dat %%DATADIR%%/objprt.prt +%%DATADIR%%/organelle_products.prt +%%DATADIR%%/product_rules.prt %%DATADIR%%/pubkey.enc %%DATADIR%%/rRNA_blast.nal %%DATADIR%%/rRNAstrand.nal @@ -810,13 +772,13 @@ %%DATADIR%%/sequin.hlp %%DATADIR%%/sgmlbb.ent %%DATADIR%%/taxlist.txt -@dirrm include/ncbi/connect -@dirrm include/ncbi -@dirrm lib/ncbi -%%PORTDOCS%%@dirrm %%DOCSDIR%%/blast -%%PORTDOCS%%@dirrm %%DOCSDIR%%/fa2htgs -%%PORTDOCS%%@dirrm %%DOCSDIR%%/images -%%PORTDOCS%%@dirrm %%DOCSDIR%%/man +%%DATADIR%%/validrules.prt +@dirrmtry %%DATADIR%% %%PORTDOCS%%@dirrm %%DOCSDIR%%/seq_install +%%PORTDOCS%%@dirrm %%DOCSDIR%%/images +%%PORTDOCS%%@dirrm %%DOCSDIR%%/fa2htgs +%%PORTDOCS%%@dirrm %%DOCSDIR%%/blast %%PORTDOCS%%@dirrm %%DOCSDIR%% -@dirrmtry %%DATADIR%% +@dirrm lib/ncbi +@dirrm include/ncbi/connect +@dirrm include/ncbi >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id DAE85CE4 for ; Thu, 28 Feb 2013 18:10:06 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BF0A383C for ; Thu, 28 Feb 2013 18:10:06 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA6ih023322 for ; Thu, 28 Feb 2013 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA60A023321; Thu, 28 Feb 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:06 GMT Resent-Message-Id: <201302281810.r1SIA60A023321@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 1288EA36 for ; Thu, 28 Feb 2013 18:01:04 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id D65AE769 for ; Thu, 28 Feb 2013 18:01:03 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 0B7F523C031 for ; Fri, 1 Mar 2013 03:01:01 +0900 (JST) Message-Id: <20130301024324.a3a370bf5f4d0fcfec75c006@yahoo.com> Date: Fri, 1 Mar 2013 02:43:24 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176545: cad/magic: Update to version 2.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:06 -0000 >Number: 176545 >Category: ports >Synopsis: cad/magic: Update to version 2.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: Thu Feb 28 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2.3.0 >How-To-Repeat: >Fix: diff -urN /usr/ports/cad/magic/Makefile cad/magic/Makefile --- /usr/ports/cad/magic/Makefile 2012-12-01 17:12:31.000000000 +0900 +++ cad/magic/Makefile 2013-02-27 03:08:37.000000000 +0900 @@ -2,14 +2,14 @@ # $FreeBSD: head/cad/magic/Makefile 308043 2012-11-30 23:52:02Z sperber $ PORTNAME= magic -PORTVERSION= 7.5.229 +PORTVERSION= 7.5.230 CATEGORIES= cad MASTER_SITES= http://opencircuitdesign.com/magic/archive/ \ http://fossies.org/linux/misc/ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org -COMMENT= An interactive editor for VLSI layouts +COMMENT= Interactive editor for VLSI layouts LICENSE= BSD @@ -29,12 +29,14 @@ ALL_TARGET= tcllibrary MAKE_JOBS_SAFE=yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + MAN1= ext2sim.1 ext2spice.1 extcheck.1 magic.1 MAN5= cmap.5 displays.5 dlys.5 dstyle.5 ext.5 glyphs.5 mag.5 \ net.5 sim.5 -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib +DESKTOP_ENTRIES="Magic" "" "" "${PORTNAME}" "" "" PORTSCOUT= limit:^7\. diff -urN /usr/ports/cad/magic/distinfo cad/magic/distinfo --- /usr/ports/cad/magic/distinfo 2012-12-01 17:12:31.000000000 +0900 +++ cad/magic/distinfo 2013-02-17 02:44:34.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (magic-7.5.229.tgz) = c4f840d7b1d469bc4cf6c7ec58243964967054fdbbf33afb19acb865f642b871 -SIZE (magic-7.5.229.tgz) = 3751085 +SHA256 (magic-7.5.230.tgz) = 6ad55001a5d2fc0233d7ee4039bc1aa4e8ba3ec860ef16bebc2b8c6bdbab52e6 +SIZE (magic-7.5.230.tgz) = 3751109 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 38295D05 for ; Thu, 28 Feb 2013 18:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1DAF283E for ; Thu, 28 Feb 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA6C6023333 for ; Thu, 28 Feb 2013 18:10:06 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA6Y2023332; Thu, 28 Feb 2013 18:10:06 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:06 GMT Resent-Message-Id: <201302281810.r1SIA6Y2023332@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 2C80BA66 for ; Thu, 28 Feb 2013 18:01:58 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id EF54777F for ; Thu, 28 Feb 2013 18:01:57 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id AE81347C036 for ; Fri, 1 Mar 2013 03:01:55 +0900 (JST) Message-Id: <20130301024420.070978641b83174da08f9f18@yahoo.com> Date: Fri, 1 Mar 2013 02:44:20 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176546: editors/aee: Update MASTER_SITES and WWW: line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:07 -0000 >Number: 176546 >Category: ports >Synopsis: editors/aee: 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: Thu Feb 28 18:10:06 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line - Add LICENSE - Add MAKE_JOBS_UNSAFE >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/aee/Makefile editors/aee/Makefile --- /usr/ports/editors/aee/Makefile 2012-12-13 16:04:09.000000000 +0900 +++ editors/aee/Makefile 2013-02-27 03:21:43.000000000 +0900 @@ -3,45 +3,56 @@ PORTNAME= aee PORTVERSION= 2.2.15b -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= editors -MASTER_SITES= http://mahon.cwx.net/sources/ +MASTER_SITES= http://www.users.uswest.net/~hmahon/sources/ MAINTAINER= ports@FreeBSD.org COMMENT= Easy editor with both curses and X11 interfaces +LICENSE= ART10 + OPTIONS_DEFINE= XAE XAE_DESC= Build X11 version 'xae' +MAKE_JOBS_UNSAFE= yes + +MAN1= aee.1 +PLIST_FILES= bin/aee bin/rae %%DATADIR%%/help.ae +PLIST_DIRS= %%DATADIR%% + .include -.if !${PORT_OPTIONS:MXAE} -ALL_TARGET= main -PLIST_SUB= XAE="@comment " -.else +.if ${PORT_OPTIONS:MXAE} USE_XORG= x11 ALL_TARGET= both -PLIST_SUB= XAE="" +PLIST_FILES+= bin/xae bin/rxae +DESKTOP_ENTRIES="Xae" "" "" "xae" "" false +.else +ALL_TARGET= main .endif -PLIST_FILES= bin/aee bin/rae lib/help.ae %%XAE%%bin/xae %%XAE%%bin/rxae - -MAN1= aee.1 - post-patch: - @${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/create.mk.aee - @${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/create.mk.xae - @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ - ${WRKSRC}/create.mk.xae +.for i in create.mk.aee create.mk.xae + @${REINPLACE_CMD} -e \ + 's|cc|${CC}|g ; \ + s|"-s"|""|g ; \ + s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/${i} +.endfor +.for i in aee.1 localize.c + @${REINPLACE_CMD} -e \ + 's|/usr/local/lib|${DATADIR}|g' ${WRKSRC}/${i} +.endfor do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/aee ${PREFIX}/bin - ${LN} ${PREFIX}/bin/aee ${PREFIX}/bin/rae - ${INSTALL_MAN} ${WRKSRC}/aee.1 ${PREFIX}/man/man1 - ${INSTALL_DATA} ${WRKSRC}/help.ae ${PREFIX}/lib + (cd ${WRKSRC} && ${INSTALL_PROGRAM} aee ${PREFIX}/bin) + (cd ${PREFIX}/bin && ${LN} aee rae) + (cd ${WRKSRC} && ${INSTALL_MAN} aee.1 ${MANPREFIX}/man/man1) + @${MKDIR} ${DATADIR} + (cd ${WRKSRC} && ${INSTALL_DATA} help.ae ${DATADIR}) .if ${PORT_OPTIONS:MXAE} - ${INSTALL_PROGRAM} ${WRKSRC}/xae ${PREFIX}/bin - ${LN} ${PREFIX}/bin/xae ${PREFIX}/bin/rxae + (cd ${WRKSRC} && ${INSTALL_PROGRAM} xae ${PREFIX}/bin) + (cd ${PREFIX}/bin && ${LN} xae rxae) .endif .include diff -urN /usr/ports/editors/aee/pkg-descr editors/aee/pkg-descr --- /usr/ports/editors/aee/pkg-descr 2012-12-13 16:04:09.000000000 +0900 +++ editors/aee/pkg-descr 2013-02-24 16:04:45.000000000 +0900 @@ -8,4 +8,4 @@ aee is a superset of the "Easy Editor" (ee) that is part of the FreeBSD base system. -WWW: http://mahon.cwx.net/ +WWW: http://www.users.uswest.net/~hmahon/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 8A2E7D14 for ; Thu, 28 Feb 2013 18:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6E604840 for ; Thu, 28 Feb 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA7lX023344 for ; Thu, 28 Feb 2013 18:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA7d9023343; Thu, 28 Feb 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:07 GMT Resent-Message-Id: <201302281810.r1SIA7d9023343@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 7AA4CB31 for ; Thu, 28 Feb 2013 18:04:29 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 51EE37B6 for ; Thu, 28 Feb 2013 18:04:29 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id 7EC902BC03B for ; Fri, 1 Mar 2013 03:04:27 +0900 (JST) Message-Id: <20130301024606.c53d5de04b39d052c8aec3f0@yahoo.com> Date: Fri, 1 Mar 2013 02:46:06 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176547: science/checkmol: Update to version 0.4d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:07 -0000 >Number: 176547 >Category: ports >Synopsis: science/checkmol: Update to version 0.4d >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:07 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.4d >How-To-Repeat: >Fix: diff -urN /usr/ports/science/checkmol/Makefile science/checkmol/Makefile --- /usr/ports/science/checkmol/Makefile 2012-11-08 06:57:30.000000000 +0900 +++ science/checkmol/Makefile 2013-02-26 15:58:35.000000000 +0900 @@ -2,27 +2,33 @@ # $FreeBSD: head/science/checkmol/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $ PORTNAME= checkmol -PORTVERSION= 0.4a -PORTREVISION= 4 +PORTVERSION= 0.4d CATEGORIES= science MASTER_SITES= http://merian.pch.univie.ac.at/pch/download/chemistry/checkmol/ DISTNAME= ${PORTNAME} EXTRACT_SUFX= .pas +DIST_SUBDIR= ${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Analyze molecules for the presence of functional groups +LICENSE= GPLv2 # (or later) + +NO_WRKSUBDIR= yes + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= # +EXTRACT_AFTER_ARGS= ${WRKDIR} + USE_FPC= yes + PLIST_FILES= bin/checkmol bin/matchmol -do-extract: - @${RM} -rf ${WRKDIR} - @${MKDIR} ${WRKDIR} - ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}/ do-build: - cd ${WRKDIR}; ${LOCALBASE}/bin/fpc ${DISTFILES} -S2 -O3 -Op3 + (cd ${WRKSRC} && ${LOCALBASE}/bin/fpc ${EXTRACT_ONLY} -S2 -O3) + do-install: - ${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin/ - ${LN} ${PREFIX}/bin/${PORTNAME} ${PREFIX}/bin/matchmol + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) + (cd ${PREFIX}/bin && ${LN} ${PORTNAME} matchmol) .include diff -urN /usr/ports/science/checkmol/distinfo science/checkmol/distinfo --- /usr/ports/science/checkmol/distinfo 2012-11-08 06:57:30.000000000 +0900 +++ science/checkmol/distinfo 2013-02-25 23:56:11.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (checkmol.pas) = c69bc8dfd99b0735b4359995ce1480883022d6dab0cb751a4fc22685496bd5d7 -SIZE (checkmol.pas) = 443374 +SHA256 (checkmol-0.4d/checkmol.pas) = 1210ec187297cf5f194bc9a6a7629ff1f5e830fe2fe65006fc7fe518994682af +SIZE (checkmol-0.4d/checkmol.pas) = 465084 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id E9D13D18 for ; Thu, 28 Feb 2013 18:10:07 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C5835843 for ; Thu, 28 Feb 2013 18:10:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA7Yv023366 for ; Thu, 28 Feb 2013 18:10:07 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA75m023365; Thu, 28 Feb 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:07 GMT Resent-Message-Id: <201302281810.r1SIA75m023365@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id EBEB3A1E for ; Thu, 28 Feb 2013 18:00:28 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 97120759 for ; Thu, 28 Feb 2013 18:00:28 +0000 (UTC) Received: from msa106lp.auone-net.jp (MSA106lp [172.27.12.184]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 82901500208 for ; Fri, 1 Mar 2013 03:00:27 +0900 (JST) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 9461A23C031 for ; Fri, 1 Mar 2013 03:00:17 +0900 (JST) Message-Id: <20130301024245.ffcb4d20eaad0476e62060b5@yahoo.com> Date: Fri, 1 Mar 2013 02:42:45 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176548: audio/musescore: Update to version 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:08 -0000 >Number: 176548 >Category: ports >Synopsis: audio/musescore: 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: Thu Feb 28 18:10:07 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/audio/musescore/Makefile audio/musescore/Makefile --- /usr/ports/audio/musescore/Makefile 2012-11-08 05:48:45.000000000 +0900 +++ audio/musescore/Makefile 2013-03-01 01:43:10.000000000 +0900 @@ -1,12 +1,8 @@ -# New ports collection makefile for: musescore -# Date created: 28 Jul 2011 -# Whom: Dmitry Marakasov -# +# Created by: Dmitry Marakasov # $FreeBSD: head/audio/musescore/Makefile 300895 2012-07-14 12:56:14Z beat $ -# PORTNAME= musescore -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= audio MASTER_SITES= SF/mscore/mscore/MuseScore-${PORTVERSION} DISTNAME= mscore-${PORTVERSION} @@ -23,7 +19,6 @@ OPTIONS_DEFINE= JACK PORTAUDIO OPTIONS_DEFAULT=PORTAUDIO -USE_LDCONFIG= yes USE_BZIP2= yes USE_QT4= corelib designer gui network script scripttools svg webkit xml \ linguist_build moc_build qmake_build rcc_build uic_build @@ -32,7 +27,7 @@ CMAKE_SOURCE_PATH= ${WRKSRC}/mscore CMAKE_ARGS= -DBUILD_ALSA:BOOL=OFF ALL_TARGET= lrelease all -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_SAFE= yes DATADIR= ${PREFIX}/share/mscore-${PORTVERSION} diff -urN /usr/ports/audio/musescore/distinfo audio/musescore/distinfo --- /usr/ports/audio/musescore/distinfo 2012-11-08 05:48:45.000000000 +0900 +++ audio/musescore/distinfo 2013-02-28 13:48:35.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (mscore-1.2.tar.bz2) = e7f6c6cd705381a4583db267acbfed2dc9ce3985b20ed5407cd9cfe208d74d81 -SIZE (mscore-1.2.tar.bz2) = 85739954 +SHA256 (mscore-1.3.tar.bz2) = a0b60cc892ac0266c58fc6392be72c0a21c3aa7fd0b6e4f1dddad1c8b36be683 +SIZE (mscore-1.3.tar.bz2) = 94704857 diff -urN /usr/ports/audio/musescore/files/patch-mscore-CMakeLists.txt audio/musescore/files/patch-mscore-CMakeLists.txt --- /usr/ports/audio/musescore/files/patch-mscore-CMakeLists.txt 2012-11-08 05:48:45.000000000 +0900 +++ audio/musescore/files/patch-mscore-CMakeLists.txt 2013-03-01 01:43:30.000000000 +0900 @@ -9,7 +9,7 @@ set(STATIC_SCRIPT_BINDINGS FALSE) set(USE_SSE FALSE) -@@ -147,6 +147,8 @@ +@@ -151,6 +151,8 @@ ## alsa >= 1.0.0 ## @@ -18,7 +18,7 @@ if (APPLE OR MINGW) message("Disabling ALSA support due to OS X or MINGW build.") set (USE_ALSA 0) -@@ -161,6 +163,11 @@ +@@ -165,6 +167,11 @@ set (HAS_MIDI 1) endif (NOT ALSA_INCDIR) endif (APPLE OR MINGW) @@ -30,7 +30,7 @@ ## -@@ -215,6 +222,8 @@ +@@ -219,6 +226,8 @@ ## portaudio ## @@ -39,7 +39,7 @@ if (MINGW) set ( USE_PORTAUDIO 1 ) set ( USE_PORTMIDI 1 ) -@@ -233,6 +242,9 @@ +@@ -237,6 +246,9 @@ set (USE_PORTMIDI 0) endif (APPLE) endif (MINGW) @@ -49,34 +49,26 @@ ## ## produce config.h file -@@ -254,7 +266,7 @@ +@@ -257,9 +269,6 @@ + WORKING_DIRECTORY ${PROJECT_BINARY_DIR} ) - set(CMAKE_CXX_FLAGS_DEBUG "") --set(CMAKE_CXX_FLAGS_RELEASE "-O3 -DNDEBUG") -+set(CMAKE_CXX_FLAGS_RELEASE "-DNDEBUG") - +-set(CMAKE_CXX_FLAGS_DEBUG "-g") +-set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG") +- if (CMAKE_BUILD_TYPE STREQUAL "DEBUG") if (MINGW) -@@ -276,7 +288,7 @@ - add_custom_command( - OUTPUT ${PROJECT_BINARY_DIR}/all.h.pch - COMMAND ${CMAKE_CXX_COMPILER} -- -x c++-header -g ${FLAGS} -+ -x c++-header ${FLAGS} - -I${QT_INCLUDE_DIR} - -o all.h.pch all.h - DEPENDS ${PROJECT_BINARY_DIR}/all.h -@@ -287,7 +299,7 @@ - add_custom_command( - OUTPUT ${PROJECT_BINARY_DIR}/all.h.gch - COMMAND ${CMAKE_CXX_COMPILER} -- -x c++-header -g ${FLAGS} -m32 -+ -x c++-header ${FLAGS} - -I${QT_HEADERS_DIR} - -o all.h.gch all.h - DEPENDS ${PROJECT_BINARY_DIR}/all.h -@@ -324,9 +336,10 @@ + set(FLAGS -DQT_DEBUG -DQT_DLL) +@@ -284,7 +293,7 @@ + add_custom_command( + OUTPUT ${PROJECT_BINARY_DIR}/all.h.gch + COMMAND ${CMAKE_CXX_COMPILER} +- -x c++-header -g ${FLAGS} ++ -x c++-header ${FLAGS} + -I${QT_HEADERS_DIR} + -o all.h.gch all.h + DEPENDS ${PROJECT_BINARY_DIR}/all.h +@@ -321,9 +330,10 @@ ${PROJECT_SOURCE_DIR}/mscore ${PROJECT_BINARY_DIR} ${PROJECT_BINARY_DIR}/mscore @@ -88,7 +80,7 @@ ) ## -@@ -421,8 +434,8 @@ +@@ -427,8 +437,8 @@ add_custom_target(lrelease COMMAND ${PROJECT_SOURCE_DIR}/gen-qt-projectfile ${PROJECT_SOURCE_DIR} > mscore.pro diff -urN /usr/ports/audio/musescore/files/xxxxx audio/musescore/files/xxxxx --- /usr/ports/audio/musescore/files/xxxxx 1970-01-01 09:00:00.000000000 +0900 +++ audio/musescore/files/xxxxx 2013-03-01 01:41:46.000000000 +0900 @@ -0,0 +1,93 @@ +--- mscore/CMakeLists.txt.orig 2013-02-27 20:31:02.000000000 +0900 ++++ mscore/CMakeLists.txt 2013-03-01 01:41:13.000000000 +0900 +@@ -32,7 +32,7 @@ + set(HAS_AUDIOFILE TRUE) # requires libsndfile + set(OSC TRUE) # osc remote control + +-set(BUILD_SCRIPTGEN TRUE) #Generate Qt script bindings. (collides with qtscriptgenerator project on several distrib) ++set(BUILD_SCRIPTGEN FALSE) #Generate Qt script bindings. (collides with qtscriptgenerator project on several distrib) + set(STATIC_SCRIPT_BINDINGS FALSE) + set(USE_SSE FALSE) + +@@ -151,6 +151,8 @@ + ## alsa >= 1.0.0 + ## + ++SET(BUILD_ALSA AUTO CACHE STRING "Build with support for ALSA. [ON/OFF/AUTO]") ++IF(BUILD_ALSA) + if (APPLE OR MINGW) + message("Disabling ALSA support due to OS X or MINGW build.") + set (USE_ALSA 0) +@@ -165,6 +167,11 @@ + set (HAS_MIDI 1) + endif (NOT ALSA_INCDIR) + endif (APPLE OR MINGW) ++ELSE(BUILD_ALSA) ++ MESSAGE(STATUS "alsa support disabled") ++ set (USE_ALSA 0) ++ set (HAS_MIDI 1) ++ENDIF(BUILD_ALSA) + + + ## +@@ -219,6 +226,8 @@ + ## portaudio + ## + ++SET(BUILD_PORTAUDIO AUTO CACHE STRING "Build with support for portaudio. [ON/OFF/AUTO]") ++IF(BUILD_PORTAUDIO) + if (MINGW) + set ( USE_PORTAUDIO 1 ) + set ( USE_PORTMIDI 1 ) +@@ -237,6 +246,9 @@ + set (USE_PORTMIDI 0) + endif (APPLE) + endif (MINGW) ++ELSE(BUILD_PORTAUDIO) ++ MESSAGE(STATUS "portaudio support disabled") ++ENDIF(BUILD_PORTAUDIO) + + ## + ## produce config.h file +@@ -257,9 +269,6 @@ + WORKING_DIRECTORY ${PROJECT_BINARY_DIR} + ) + +-set(CMAKE_CXX_FLAGS_DEBUG "-g") +-set(CMAKE_CXX_FLAGS_RELEASE "-O2 -DNDEBUG") +- + if (CMAKE_BUILD_TYPE STREQUAL "DEBUG") + if (MINGW) + set(FLAGS -DQT_DEBUG -DQT_DLL) +@@ -284,7 +293,7 @@ + add_custom_command( + OUTPUT ${PROJECT_BINARY_DIR}/all.h.gch + COMMAND ${CMAKE_CXX_COMPILER} +- -x c++-header -g ${FLAGS} ++ -x c++-header ${FLAGS} + -I${QT_HEADERS_DIR} + -o all.h.gch all.h + DEPENDS ${PROJECT_BINARY_DIR}/all.h +@@ -321,9 +330,10 @@ + ${PROJECT_SOURCE_DIR}/mscore + ${PROJECT_BINARY_DIR} + ${PROJECT_BINARY_DIR}/mscore ++ ${PORTAUDIO_INCDIR} + ${ALSA_INCDIR} + ${JACK_INCDIR} +- ${PORTAUDIO_INCDIR} ++ /usr/local/include + ) + + ## +@@ -427,8 +437,8 @@ + + add_custom_target(lrelease + COMMAND ${PROJECT_SOURCE_DIR}/gen-qt-projectfile ${PROJECT_SOURCE_DIR} > mscore.pro +- COMMAND lrelease ${PROJECT_SOURCE_DIR}/share/locale/*.ts +- COMMAND lrelease ${PROJECT_SOURCE_DIR}/share/plugins/musescore.com/translations/*.ts ++ COMMAND lrelease-qt4 ${PROJECT_SOURCE_DIR}/share/locale/*.ts ++ COMMAND lrelease-qt4 ${PROJECT_SOURCE_DIR}/share/plugins/musescore.com/translations/*.ts + WORKING_DIRECTORY ${PROJECT_BINARY_DIR} + ) + diff -urN /usr/ports/audio/musescore/pkg-plist audio/musescore/pkg-plist --- /usr/ports/audio/musescore/pkg-plist 2012-11-08 05:48:45.000000000 +0900 +++ audio/musescore/pkg-plist 2013-02-28 14:14:29.000000000 +0900 @@ -120,12 +120,12 @@ %%DATADIR%%/man/MuseScore-ro.pdf %%DATADIR%%/man/MuseScore-ru.pdf %%DATADIR%%/man/MuseScore-zh_CN.pdf -%%DATADIR%%/plugins/abc_import.js +%%DATADIR%%/plugins/abc_import/abc_import.js +%%DATADIR%%/plugins/abc_import/abc_import.ui %%DATADIR%%/plugins/break/break.js %%DATADIR%%/plugins/break/break.ui %%DATADIR%%/plugins/chordchart.js %%DATADIR%%/plugins/colornotes.js -%%DATADIR%%/plugins/createscore.js %%DATADIR%%/plugins/musescore.com/README.txt %%DATADIR%%/plugins/musescore.com/icons/filesaveonline.svg %%DATADIR%%/plugins/musescore.com/musescore.com.js @@ -197,6 +197,7 @@ @dirrm %%DATADIR%%/plugins/musescore.com/icons @dirrm %%DATADIR%%/plugins/musescore.com @dirrm %%DATADIR%%/plugins/break +@dirrm %%DATADIR%%/plugins/abc_import @dirrm %%DATADIR%%/plugins @dirrm %%DATADIR%%/man @dirrm %%DATADIR%%/locale >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E6447CB3 for ; Thu, 28 Feb 2013 18:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C7501811 for ; Thu, 28 Feb 2013 18:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA0Cm023070 for ; Thu, 28 Feb 2013 18:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA0CM023065; Thu, 28 Feb 2013 18:10:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:00 GMT Resent-Message-Id: <201302281810.r1SIA0CM023065@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id ACDE2B3C for ; Thu, 28 Feb 2013 18:05:09 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 855667C0 for ; Thu, 28 Feb 2013 18:05:09 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id A9A3450036 for ; Fri, 1 Mar 2013 03:05:07 +0900 (JST) Message-Id: <20130301024633.86a1a7b92745072faac17e98@yahoo.com> Date: Fri, 1 Mar 2013 02:46:33 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176527: sysutils/syslinux: Update to version 5.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:01 -0000 X-List-Received-Date: Thu, 28 Feb 2013 18:10:01 -0000 X-List-Received-Date: Thu, 28 Feb 2013 18:10:01 -0000 >Number: 176527 >Category: ports >Synopsis: sysutils/syslinux: Update to version 5.01 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 5.01 >How-To-Repeat: >Fix: diff -urN /usr/ports/sysutils/syslinux/Makefile sysutils/syslinux/Makefile --- /usr/ports/sysutils/syslinux/Makefile 2013-01-21 15:27:57.000000000 +0900 +++ sysutils/syslinux/Makefile 2013-01-31 06:00:17.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/sysutils/syslinux/Makefile 310745 2013-01-21 03:39:17Z araujo $ PORTNAME= syslinux -PORTVERSION= 5.00 +PORTVERSION= 5.01 CATEGORIES= sysutils MASTER_SITES= KERNEL_ORG/linux/utils/boot/syslinux diff -urN /usr/ports/sysutils/syslinux/distinfo sysutils/syslinux/distinfo --- /usr/ports/sysutils/syslinux/distinfo 2013-01-21 15:27:57.000000000 +0900 +++ sysutils/syslinux/distinfo 2013-01-31 06:16:23.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (syslinux-5.00.tar.xz) = c0cfdb6a52c233cfd0d23906d60b208f8a06bd29d516cb9fced989a61eac2fe3 -SIZE (syslinux-5.00.tar.xz) = 5097336 +SHA256 (syslinux-5.01.tar.xz) = 41320ae9c8211bb99b1322fdbf98a83d3bdc0f9a78291ad27f8512b12e16b411 +SIZE (syslinux-5.01.tar.xz) = 5001008 diff -urN /usr/ports/sysutils/syslinux/files/patch-Makefile sysutils/syslinux/files/patch-Makefile --- /usr/ports/sysutils/syslinux/files/patch-Makefile 2013-01-21 15:27:57.000000000 +0900 +++ sysutils/syslinux/files/patch-Makefile 2013-01-31 06:19:02.000000000 +0900 @@ -6,13 +6,12 @@ # for "make installer". -BSUBDIRS = codepage com32 lzo core memdisk mbr memdump gpxe sample \ +BSUBDIRS_ = codepage com32 lzo core memdisk mbr memdump gpxe sample \ - diag libinstaller dos win32 win64 dosutil + diag libinstaller dos win32 win64 dosutil txt ITARGET = IOBJECTS = $(ITARGET) \ utils/gethostip utils/isohybrid utils/mkdiskimage \ -- mtools/syslinux linux/syslinux extlinux/extlinux + mtools/syslinux linux/syslinux extlinux/extlinux -ISUBDIRS = libinstaller mtools linux extlinux utils -+ mtools/syslinux +ISUBDIRS = libinstaller mtools # Things to install in /usr/bin >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 2EEDFD1A for ; Thu, 28 Feb 2013 18:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 08AFB845 for ; Thu, 28 Feb 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA8Tr023377 for ; Thu, 28 Feb 2013 18:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA7hc023376; Thu, 28 Feb 2013 18:10:07 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:07 GMT Resent-Message-Id: <201302281810.r1SIA7hc023376@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 2D7B7B34 for ; Thu, 28 Feb 2013 18:04:39 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 928F47B8 for ; Thu, 28 Feb 2013 18:04:38 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id A14DE50036 for ; Fri, 1 Mar 2013 03:04:31 +0900 (JST) Message-Id: <20130301024609.9acb3f9f5a6c3471dab27141@yahoo.com> Date: Fri, 1 Mar 2013 02:46:09 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176549: science/gdis: Update to version 0.90 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:08 -0000 >Number: 176549 >Category: ports >Synopsis: science/gdis: Update to version 0.90 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:07 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.90 New file: files/patch-grid.c Remove file: files/patch-crystal_graph.c files/patch-file_bgf.c files/patch-file_cgf.c files/patch-gui_monty.c files/patch-gui_siesta.c files/patch-main.c files/patch-module.c files/patch-molsurf.c >How-To-Repeat: >Fix: diff -urN /usr/ports/science/gdis/Makefile science/gdis/Makefile --- /usr/ports/science/gdis/Makefile 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/Makefile 2013-02-27 03:57:00.000000000 +0900 @@ -1,47 +1,88 @@ -# ex:ts=8 -# Ports collection Makefile for: gdis -# Date created: Mar 3, 2002 -# Whom: ijliao -# +# Created y: ijliao # $FreeBSD: head/science/gdis/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= gdis -PORTVERSION= 0.89 -PORTREVISION= 6 +PORTVERSION= 0.90 CATEGORIES= science -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} -EXTRACT_SUFX= -source.tgz +MASTER_SITES= SF +EXTRACT_SUFX= -src.tgz MAINTAINER= ports@FreeBSD.org COMMENT= Display and manipulation of isolated molecules and periodic systems -LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext +LICENSE= GPLv2 # (or later) -USE_GL= yes +LIB_DEPENDS= gtkglext-x11-1.0:${PORTSDIR}/x11-toolkits/gtkglext + +OPTIONS_DEFINE= DOCS + +USE_GL= glu USE_GNOME= gtk20 USE_GMAKE= yes -MAKEFILE= makefile -MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" -ALL_TARGET= ${PORTNAME} - -CFLAGS+= -DINSTALL=\"\\\"${DATADIR}\\\"\" +MAKEFILE= GNUmakefile PORTDOCS= CHANGELOG README TODO PLIST_FILES= bin/gdis %%DATADIR%%/gdis.elements %%DATADIR%%/gdis.library \ - %%DATADIR%%/gdis.manual + %%DATADIR%%/gdis.manual share/pixmaps/gdis.xpm PLIST_DIRS= %%DATADIR%% +DESKTOP_ENTRIES="GDIS" "Molecular modelling GUI" \ + "${PREFIX}/share/pixmaps/gdis.xpm" "${PORTNAME}" "" true + +.include + +post-patch: + @${REINPLACE_CMD} -e \ + 's|"\(gdis.elements\)|"../share/gdis/\1| ; \ + s|"\(gdis.library\)|"../share/gdis/\1|' ${WRKSRC}/gdis.h + @${REINPLACE_CMD} -e \ + 's|"\(gdis.manual\)|"../share/gdis/\1|' ${WRKSRC}/gui_help.c + +do-configure: + @${ECHO_CMD} -n \ + > ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} 'USE_GUI=YES' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} 'USE_GRISU=NO' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} 'include makefile.src' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} 'CFLAGS:=$$(CFLAGS) -DWITH_GUI' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} 'INCS=`pkg-config --cflags gtkglext-1.0`' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} 'LIBS=`pkg-config --libs gtkglext-1.0`' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} 'OBJ=$$(SRC:.c=.o)' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} 'all: gdis' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} 'gdis: $$(OBJ)' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} ' $$(CC) $$(OBJ) $$(LDFLAGS) -o gdis $$(LIBS)' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} '.c.o:' \ + >> ${WRKSRC}/${MAKEFILE} + @${ECHO_CMD} ' $$(CC) $$(CFLAGS) -c $$< $$(INCS)' \ + >> ${WRKSRC}/${MAKEFILE} + @(cd ${WRKSRC} && ${SED} -e 's|logo_right_81|gdis|' \ + < logo_right.xpm > gdis.xpm) + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/gdis ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} gdis ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_DATA} gdis.xpm ${PREFIX}/share/pixmaps) @${MKDIR} ${DATADIR} -.for file in gdis.elements gdis.library gdis.manual - ${INSTALL_DATA} ${WRKSRC}/${file} ${DATADIR} +.for i in gdis.elements gdis.library gdis.manual + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DATADIR}) .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for file in CHANGELOG README TODO - ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.for i in ${PORTDOCS} + (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${DOCSDIR}) .endfor .endif diff -urN /usr/ports/science/gdis/distinfo science/gdis/distinfo --- /usr/ports/science/gdis/distinfo 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/distinfo 2013-02-25 22:09:36.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gdis-0.89-source.tgz) = 594e9c199d1911e2b3d4da0a704e8cf14e7813c099e1bfdde294abb4895dfcec -SIZE (gdis-0.89-source.tgz) = 829113 +SHA256 (gdis-0.90-src.tgz) = bbf9de62dc978199d8e13e10d009b03753cee1172dcb7f9ee54c8f96b652d890 +SIZE (gdis-0.90-src.tgz) = 1895353 diff -urN /usr/ports/science/gdis/files/patch-crystal_graph.c science/gdis/files/patch-crystal_graph.c --- /usr/ports/science/gdis/files/patch-crystal_graph.c 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/files/patch-crystal_graph.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,71 +0,0 @@ ---- crystal_graph.c.orig Thu Nov 24 15:07:31 2005 -+++ crystal_graph.c Thu Nov 2 00:00:23 2006 -@@ -110,6 +110,9 @@ - gdouble run_gulp(GSList *cores, gchar *species) - { - struct model_pak *new_model, *result_model; -+ gchar *cmd; -+ gdouble result; -+ - new_model = g_malloc(sizeof(struct model_pak)); - result_model = g_malloc(sizeof(struct model_pak)); - -@@ -128,13 +131,13 @@ - new_model->periodic = 0; - - write_gulp(new_model->gulp.temp_file, new_model); -- gchar * cmd = g_strdup_printf("%s < %s > %s", sysenv.gulp_path, -+ cmd = g_strdup_printf("%s < %s > %s", sysenv.gulp_path, - new_model->gulp.temp_file, new_model->gulp.out_file); - system(cmd); - g_free(cmd); - - read_gulp_output(new_model->gulp.out_file, result_model); -- gdouble result = result_model->gulp.energy; -+ result = result_model->gulp.energy; - model_free(new_model); - model_free(result_model); - -@@ -156,6 +159,9 @@ - gint b_images =(gint) model->monty.image_y + 0.5; - gint c_images =(gint) model->monty.image_z + 0.5; - -+ gint nr_molecules; -+ gdouble * single_energies; -+ - /* checks */ - g_return_val_if_fail(sysenv.gulp_path != NULL, 4); - g_return_val_if_fail(model != NULL, 1); -@@ -165,7 +171,7 @@ - gui_text_show(ERROR, "Can not calculate a crystal graph for non crystalline models"); - return 3; - } -- gint nr_molecules = g_slist_length(model->moles); -+ nr_molecules = g_slist_length(model->moles); - /* initialize the key chunk to hold the maximum number of */ - key_chunk = g_mem_chunk_create(gint, - nr_molecules * nr_molecules *(2*a_images+1)*(2*b_images+1)*(2*c_images+1), -@@ -180,7 +186,7 @@ - type_dreiding_gasteiger(model, DREIDING); - - /* calculate the single energies */ -- gdouble * single_energies = g_new0(gdouble, nr_molecules); -+ single_energies = g_new0(gdouble, nr_molecules); - - for (mol_iter = model->moles; mol_iter; mol_iter = mol_iter->next) - { -@@ -218,12 +224,13 @@ - if (pair != NULL) - { - gdouble *key_ptr; -+ gchar * combination; - key_ptr = g_chunk_new(gdouble, key_chunk); - *key_ptr = run_gulp(pair, model->gulp.species); - *key_ptr *= 96.48474; //eV --> kJ / mol - *key_ptr -= single_energies[m1]; - *key_ptr -= single_energies[m2]; -- gchar * combination = g_strdup_printf(" %i - %i [ %i %i %i ]", m1+1, m2+1, x,y,z); -+ combination = g_strdup_printf(" %i - %i [ %i %i %i ]", m1+1, m2+1, x,y,z); - g_tree_insert(tree, key_ptr, combination); - } - } diff -urN /usr/ports/science/gdis/files/patch-file_bgf.c science/gdis/files/patch-file_bgf.c --- /usr/ports/science/gdis/files/patch-file_bgf.c 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/files/patch-file_bgf.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,20 +0,0 @@ ---- file_bgf.c.orig Thu Nov 24 13:58:48 2005 -+++ file_bgf.c Thu Nov 2 00:04:15 2006 -@@ -140,7 +140,7 @@ - gint read_bgf(gchar *filename, struct model_pak *data) - { - gint n=0, w, i, num_tokens; -- gchar **buff, **buff2, line[LINELEN]; -+ gchar **buff, **buff2, line[LINELEN], *species_string; - struct core_pak *core, *core_bond_to; - - GHashTable * atom_types_and_labels = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); -@@ -278,7 +278,7 @@ - } - - /* allocate 25 characters for each species line, that should be enough */ -- gchar * species_string = g_new(gchar, g_hash_table_size(atom_types_and_labels) * 25 ); -+ species_string = g_new(gchar, g_hash_table_size(atom_types_and_labels) * 25 ); - /* get all species from the hash table */ - g_hash_table_foreach(atom_types_and_labels, species_line_from_hash_table, &species_string); - diff -urN /usr/ports/science/gdis/files/patch-file_cgf.c science/gdis/files/patch-file_cgf.c --- /usr/ports/science/gdis/files/patch-file_cgf.c 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/files/patch-file_cgf.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,69 +0,0 @@ ---- file_cgf.c.orig Thu Nov 24 13:58:48 2005 -+++ file_cgf.c Thu Nov 2 00:10:25 2006 -@@ -188,7 +188,7 @@ - GSList *core_iter, *bond_iter;//, - GSList *primary_cores = NULL; - FILE *fp; -- gint nr_primary_cores = 0, max_bonds = 0, bond_counter = 0, num_tokens = 0, offset_counter = 0; -+ gint nr_primary_cores = 0, max_bonds = 0, bond_counter = 0, num_tokens = 0, offset_counter = 0, total_bonds = 0; - - gint *nr_bonds = g_new(gint, g_slist_length(data->cores)); - -@@ -197,6 +197,9 @@ - - gchar **buff; - -+ gdouble *bond_strengths; -+ gint *bond_to_values, *bond_offsets; -+ - /* checks and open file */ - g_return_val_if_fail(data != NULL, 1); - fp = fopen(filename, "wt"); -@@ -208,8 +211,6 @@ - fprintf(fp, "alpha= %3.5f beta= %3.5f gamma= %3.5f\n", data->pbc[3] * R2D, data->pbc[4] * R2D, data->pbc[5] * R2D); - fprintf(fp, "Spacegroup information: SPGR = %-24s OPT = %i\n", data->sginfo.spacename, data->sginfo.cellchoice); - -- gint total_bonds = 0; -- - for (core_iter = data->cores; core_iter; core_iter = core_iter->next) - { - core = (struct core_pak *)core_iter->data; -@@ -229,9 +230,9 @@ - } - } - -- gdouble * bond_strengths = g_new0(gdouble, total_bonds); -- gint * bond_to_values = g_new0(gint, total_bonds); -- gint * bond_offsets = g_new0(gint, total_bonds * 3); -+ bond_strengths = g_new0(gdouble, total_bonds); -+ bond_to_values = g_new0(gint, total_bonds); -+ bond_offsets = g_new0(gint, total_bonds * 3); - - fprintf(fp, "Nr of centres of mass: %i\n", nr_primary_cores); - fprintf(fp, "Maximum connectivity: %i\n", max_bonds); -@@ -280,6 +281,8 @@ - gint *bondto; - gdouble *bond_offsets; - gdouble *bond_strengths; -+ -+ gint bondto_counter = 0, bond_offsets_counter = 0, total_bonds = 0; - - /* checks */ - g_return_val_if_fail(data != NULL, 1); -@@ -366,8 +369,6 @@ - bond_offsets = g_new(gdouble, nr_bond_lines * num_gu * 15); - //bond_strengths = g_new(gdouble, nr_bond_lines * num_gu * 5); - -- gint bondto_counter = 0, bond_offsets_counter = 0; -- - /* create GUs a priori */ - for (n = 0; n < num_gu; ++n) - { -@@ -442,7 +443,6 @@ - fgetline(fp, line); - } - -- gint total_bonds = 0; - /* now we create new cores for each bond */ - w = 0; - for (n = 0; n < num_gu; ++n) diff -urN /usr/ports/science/gdis/files/patch-grid.c science/gdis/files/patch-grid.c --- /usr/ports/science/gdis/files/patch-grid.c 1970-01-01 09:00:00.000000000 +0900 +++ science/gdis/files/patch-grid.c 2013-02-25 22:56:06.000000000 +0900 @@ -0,0 +1,20 @@ +--- grid.c.orig ++++ grid.c +@@ -58,7 +58,7 @@ + if (grid_table) + g_hash_table_replace(grid_table, g_strdup(name), g_strdup(value)); + #else +-return(NULL); ++return; + #endif + } + +@@ -80,7 +80,7 @@ + if (grid_table) + g_hash_table_remove(grid_table, name); + #else +-return(NULL); ++return; + #endif + } + diff -urN /usr/ports/science/gdis/files/patch-gui_monty.c science/gdis/files/patch-gui_monty.c --- /usr/ports/science/gdis/files/patch-gui_monty.c 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/files/patch-gui_monty.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,37 +0,0 @@ ---- gui_monty.c.orig Thu Nov 24 13:58:48 2005 -+++ gui_monty.c Thu Nov 2 00:13:29 2006 -@@ -492,6 +492,7 @@ - FILE *fp; - struct model_pak *model = data; - gchar *last_dirsep, *yes, *no; -+ gchar **hkls, **supersats, **out_dirs; - gint i; - - yes = g_strdup("yes"); -@@ -513,7 +514,7 @@ - g_strstrip(model->monty.hkls); - - /* split the string by endline characters */ -- gchar **hkls = g_strsplit(model->monty.hkls, "\n", INT_MAX); -+ hkls = g_strsplit(model->monty.hkls, "\n", INT_MAX); - - /* print all hkl values to the file */ - for (i = 0; *(hkls+i); ++i) -@@ -523,7 +524,7 @@ - - /* remove any whitespace, this also includes trailing \n characters */ - g_strstrip(model->monty.supersaturations); -- gchar **supersats = g_strsplit(model->monty.supersaturations, "\n", INT_MAX); -+ supersats = g_strsplit(model->monty.supersaturations, "\n", INT_MAX); - for (i = 0; *(supersats+i); ++i) - { - fprintf(fp, " -supersat %s\n", *(supersats +i)); -@@ -551,7 +552,7 @@ - - /* remove any whitespace, this also includes trailing \n characters */ - g_strstrip(model->monty.output_dirs); -- gchar **out_dirs = g_strsplit(model->monty.output_dirs, "\n", INT_MAX); -+ out_dirs = g_strsplit(model->monty.output_dirs, "\n", INT_MAX); - for (i = 0; *(out_dirs + i); ++i) - { - fprintf(fp, " -directory %s %s\n", *(hkls + i), *(out_dirs + i)); diff -urN /usr/ports/science/gdis/files/patch-gui_siesta.c science/gdis/files/patch-gui_siesta.c --- /usr/ports/science/gdis/files/patch-gui_siesta.c 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/files/patch-gui_siesta.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,113 +0,0 @@ ---- gui_siesta.c.orig Mon Oct 16 10:59:37 2006 -+++ gui_siesta.c Thu Nov 2 00:30:56 2006 -@@ -58,10 +58,10 @@ - /*************************/ - void gui_siesta_dialog(void) - { -- siestafileWRITE = FALSE; - GtkWidget *window; - gpointer dialog; - struct model_pak *model; -+ siestafileWRITE = FALSE; - - model = sysenv.active_model; - -@@ -797,6 +797,8 @@ - struct model_pak * model; - struct core_pak *core_i; - struct core_pak *core_j; -+GtkWidget *hbox, *vbox, *vbox2, *window; -+GtkWidget *dialog, *frame; - - - model = sysenv.active_model; -@@ -826,8 +828,6 @@ - - num_lines = 3*2*num_atoms*num_atoms; - -- GtkWidget *hbox, *vbox, *vbox2, *window; -- GtkWidget *dialog, *frame; - /* Create the widgets */ - - /* request a dialog */ -@@ -844,6 +844,10 @@ - FILE *fp, *matout; - - gchar * modelFCname, *modelFCnameCSV; -+ gdouble correction; -+ gint temp_int; -+ gdouble freq_i, freq_ii; -+ gint sizeofeig; - - modelFCname = g_strdup_printf("%s/%s.FC", sysenv.cwd, model->basename); - modelFCnameCSV = g_strdup_printf("%s.csv", modelFCname); -@@ -1102,7 +1106,6 @@ - // enddo - // enddo - -- gdouble correction; - for (i=0; isiesta.sorted_eig_values[i] = i; - } - -- gint temp_int; -- gdouble freq_i, freq_ii; - - /* - gint sizeofeig = model->siesta.eigen_values->dim; - */ -- gint sizeofeig = mesch_dim_get(model->siesta.eigen_values); -+ sizeofeig = mesch_dim_get(model->siesta.eigen_values); - - - for (j=sizeofeig-1; j>1; j--) -@@ -1350,10 +1351,10 @@ - { - //evil active model call - evil evil evil - struct model_pak *model; -- model = sysenv.active_model; -- - gchar *buff; - -+ model = sysenv.active_model; -+ - buff = g_strdup(gtk_entry_get_text(GTK_ENTRY(GTK_COMBO(data)->entry))); - if (g_ascii_strncasecmp("Verlet", buff, 6) == 0) - model->siesta.md_type_of_run = VERLET_MDRUN; -@@ -1747,6 +1748,9 @@ - - for (i=0; isiesta.md_fc_first = i* model->siesta.atoms_per_job + 1; - model->siesta.md_fc_last = i * model->siesta.atoms_per_job + model->siesta.atoms_per_job; -@@ -1763,9 +1767,6 @@ - // call the fdf save bit.... - file_save_as(filename, model); - -- //grab current grid_config_pak -- struct grid_config_pak * grid_pak; -- - //get job directory - siesta_make_runscript(model->basename, sysenv.cwd, grid_pak); - -@@ -1851,12 +1852,11 @@ - int i, jobID; - int total_files; - gchar * filename, * orig_basename, *queuepath, *jobID_string; -+ struct grid_config_pak * grid_pak; - - total_files = model->num_atoms / model->siesta.atoms_per_job +1; - - orig_basename = g_strdup(model->basename); -- -- struct grid_config_pak * grid_pak; - - //default jobstorage dir?? - //"$homedir/.gdis_jobs/ ? diff -urN /usr/ports/science/gdis/files/patch-main.c science/gdis/files/patch-main.c --- /usr/ports/science/gdis/files/patch-main.c 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/files/patch-main.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,32 +0,0 @@ ---- main.c.orig Wed Jul 26 15:15:28 2006 -+++ main.c Wed Nov 1 23:53:11 2006 -@@ -364,7 +364,7 @@ - void sys_init(gint argc, gchar *argv[]) - { - gchar *temp; --const gchar *ctemp; -+const gchar *envdir, *ctemp; - struct light_pak *light; - FILE *fp; - -@@ -500,7 +500,7 @@ - - /* setup directory and file pointers */ - sysenv.cwd = g_get_current_dir(); --const gchar *envdir = g_getenv("GDIS_START_DIR"); -+envdir = g_getenv("GDIS_START_DIR"); - if (envdir) - sysenv.cwd = (gchar *) envdir; - -@@ -510,7 +510,11 @@ - - /* generate element file full pathname */ - /* sometimes this returns the program name, and sometimes it doesn't */ -+#ifdef INSTALL -+temp = g_strdup(INSTALL); -+#else - temp = g_find_program_in_path(argv[0]); -+#endif - /* remove program name (if attached) */ - if (g_file_test(temp, G_FILE_TEST_IS_DIR)) - sysenv.gdis_path = temp; diff -urN /usr/ports/science/gdis/files/patch-module.c science/gdis/files/patch-module.c --- /usr/ports/science/gdis/files/patch-module.c 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/files/patch-module.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- module.c.orig Tue Jun 15 16:05:21 2004 -+++ module.c Mon Jul 5 05:01:06 2004 -@@ -23,6 +23,7 @@ - #include - #include - #include -+#include - #include - - #include "gdis.h" diff -urN /usr/ports/science/gdis/files/patch-molsurf.c science/gdis/files/patch-molsurf.c --- /usr/ports/science/gdis/files/patch-molsurf.c 2012-11-08 06:57:53.000000000 +0900 +++ science/gdis/files/patch-molsurf.c 1970-01-01 09:00:00.000000000 +0900 @@ -1,22 +0,0 @@ ---- molsurf.c.orig Mon Jun 19 17:42:29 2006 -+++ molsurf.c Wed Nov 1 23:55:43 2006 -@@ -745,7 +745,7 @@ - gdouble Dx, Dy, Dz; /* gradient */ - gdouble temp[3]; /* the dreaded temporary variable */ - gdouble theta, sinTheta, cosTheta; --gfloat hue, red, green, blue; -+gfloat hue, red, green, blue, colourRange, hueStep; - time_t jobStartTime; - - #if DEBUG_SHAPE -@@ -761,9 +761,7 @@ - #endif - - /* setup for colours */ -- gfloat colourRange= 256; -- gfloat hueStep; -- -+ colourRange= 256; - hueStep = 240/colourRange; - - >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id E85ADD1D for ; Thu, 28 Feb 2013 18:10:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 68EC5847 for ; Thu, 28 Feb 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA8iR023408 for ; Thu, 28 Feb 2013 18:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA8Oo023397; Thu, 28 Feb 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:08 GMT Resent-Message-Id: <201302281810.r1SIA8Oo023397@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 56DFAA40 for ; Thu, 28 Feb 2013 18:01:26 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 2D8BB773 for ; Thu, 28 Feb 2013 18:01:26 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id E233050036 for ; Fri, 1 Mar 2013 03:01:23 +0900 (JST) Message-Id: <20130301024344.f0a3cc712daf9369543955b8@yahoo.com> Date: Fri, 1 Mar 2013 02:43:44 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176550: deskutils/timer-applet: update to version 2.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:09 -0000 >Number: 176550 >Category: ports >Synopsis: deskutils/timer-applet: update to version 2.1.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: Thu Feb 28 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2.1.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/timer-applet/Makefile deskutils/timer-applet/Makefile --- /usr/ports/deskutils/timer-applet/Makefile 2012-11-08 05:50:21.000000000 +0900 +++ deskutils/timer-applet/Makefile 2013-02-20 04:15:14.000000000 +0900 @@ -1,31 +1,32 @@ -# New ports collection makefile for: timer-applet -# Date created: 2005-01-12 -# Whom: Michael Johnson -# +# Created by: Michael Johnson # $FreeBSD: head/deskutils/timer-applet/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= timer-applet -PORTVERSION= 2.1.2 -PORTREVISION= 6 +PORTVERSION= 2.1.4 CATEGORIES= deskutils -MASTER_SITES= SF/timerapplet/timerapplet/${PORTNAME}-${PORTVERSION} +MASTER_SITES= http://launchpadlibrarian.net/52401395/ MAINTAINER= ports@FreeBSD.org -COMMENT= A timer applet for the GNOME panel +COMMENT= Timer applet for the GNOME panel -RUN_DEPENDS= ${LOCALBASE}/share/sounds/gtk-events/clicked.wav:${PORTSDIR}/audio/gnome-audio \ - ${LOCALBASE}/libdata/pkgconfig/dbus-python.pc:${PORTSDIR}/devel/py-dbus \ - ${LOCALBASE}/libdata/pkgconfig/notify-python.pc:${PORTSDIR}/devel/py-notify +LICENSE= GPLv2 # (or later) + +RUN_DEPENDS= gnome-audio>0:${PORTSDIR}/audio/gnome-audio \ + ${PYTHON_PKGNAMEPREFIX}dbus>0:${PORTSDIR}/devel/py-dbus \ + ${PYTHON_PKGNAMEPREFIX}notify>0:${PORTSDIR}/devel/py-notify + +WRKSRC= ${WRKDIR}/${PORTNAME} USE_GNOME= gnomehack gnomeprefix intlhack pygnomedesktop -USE_PYTHON= 2.5+ +USE_PYTHON= yes USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --libdir=${PREFIX}/libexec +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= --libdir=${PREFIX}/libexec GCONF_SCHEMAS= timer-applet.schemas diff -urN /usr/ports/deskutils/timer-applet/distinfo deskutils/timer-applet/distinfo --- /usr/ports/deskutils/timer-applet/distinfo 2012-11-08 05:50:21.000000000 +0900 +++ deskutils/timer-applet/distinfo 2013-02-20 04:06:30.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (timer-applet-2.1.2.tar.gz) = e0689342fa14a24c940534b6bd7d52849fd71a4274b21270c7611d60eb852d8a -SIZE (timer-applet-2.1.2.tar.gz) = 203617 +SHA256 (timer-applet-2.1.4.tar.gz) = 26d794da947ae09685a012d36cedf2a7ece1b05357ecaa9755a1475350988648 +SIZE (timer-applet-2.1.4.tar.gz) = 410129 diff -urN /usr/ports/deskutils/timer-applet/pkg-descr deskutils/timer-applet/pkg-descr --- /usr/ports/deskutils/timer-applet/pkg-descr 2012-11-08 05:50:21.000000000 +0900 +++ deskutils/timer-applet/pkg-descr 2013-02-20 04:02:16.000000000 +0900 @@ -9,4 +9,4 @@ * Each applet remembers your last-used timer, even after you log out * User interface follows the GNOME Human Interface Guidelines -WWW: http://timerapplet.sourceforge.net/ +WWW: http://launchpad.net/timer-applet >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 36228D1E for ; Thu, 28 Feb 2013 18:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BA309849 for ; Thu, 28 Feb 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA8st023462 for ; Thu, 28 Feb 2013 18:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA80a023456; Thu, 28 Feb 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:08 GMT Resent-Message-Id: <201302281810.r1SIA80a023456@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 92AC6B04 for ; Thu, 28 Feb 2013 18:02:42 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 6BD3B78F for ; Thu, 28 Feb 2013 18:02:42 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id 3CC9447C036 for ; Fri, 1 Mar 2013 03:02:39 +0900 (JST) Message-Id: <20130301024501.4cbbe7a67ecebbcf68e3e548@yahoo.com> Date: Fri, 1 Mar 2013 02:45:01 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176551: lang/tcc: Update to version 0.9.25 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:09 -0000 >Number: 176551 >Category: ports >Synopsis: lang/tcc: Update to version 0.9.25 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.9.25 >How-To-Repeat: >Fix: diff -urN /usr/ports/lang/tcc/Makefile lang/tcc/Makefile --- /usr/ports/lang/tcc/Makefile 2012-11-08 08:25:28.000000000 +0900 +++ lang/tcc/Makefile 2013-02-27 14:17:09.000000000 +0900 @@ -2,37 +2,47 @@ PORTNAME= tcc PORTVERSION= 0.9.25 -PORTREVISION= 2 CATEGORIES= lang -MASTER_SITES= ${MASTER_SITE_SAVANNAH} -MASTER_SITE_SUBDIR= tinycc +MASTER_SITES= SAVANNAH/tinycc MAINTAINER= ports@FreeBSD.org COMMENT= Tiny C Compiler +LICENSE= LGPL21 + +OPTIONS_DEFINE= DOCS + ONLY_FOR_ARCHS= i386 #ONLY_FOR_ARCHS= i386 amd64 arm alpha mips powerpc CONFLICTS= TenDRA-* USE_BZIP2= yes -HAS_CONFIGURE= yes USE_PERL5_BUILD=yes USE_GMAKE= yes +HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix="${PREFIX}" --cc="${CC}" -MAKE_ARGS+= CONFIG_NOLDL=1 -MAN1= tcc.1 +MAKE_ARGS= CONFIG_NOLDL=1 +MAKE_JOBS_SAFE= yes -.if defined(NOPORTDOCS) -MAKE_ARGS+= NOPORTDOCS=1 CFLAGS="${CFLAGS}" +MAN1= tcc.1 + +.include + +.if empty(PORT_OPTIONS:MDOCS) +MAKE_ARGS+= NOPORTDOCS=1 .endif .include -.if (${ARCH} == i386) -PLIST_SUB+= WITH_I386="" +.if ${ARCH} == "i386" +PLIST_SUB+= I386="" .else -PLIST_SUB+= WITH_I386="@comment " +PLIST_SUB+= I386="@comment " +.endif + +.if ${CC:T:M*clang*} || ${OSVERSION} >= 1000024 +CFLAGS+= -fheinous-gnu-extensions .endif .include diff -urN /usr/ports/lang/tcc/files/patch-Makefile lang/tcc/files/patch-Makefile --- /usr/ports/lang/tcc/files/patch-Makefile 2012-11-08 08:25:28.000000000 +0900 +++ lang/tcc/files/patch-Makefile 2013-02-17 03:03:33.000000000 +0900 @@ -41,11 +41,29 @@ ifdef CONFIG_CROSS PROGS+=$(PROGS_CROSS) +@@ -180,7 +193,7 @@ + endif + + %.o: %.c +- $(LIBTCC1_CC) -o $@ -c $< -O2 -Wall ++ $(LIBTCC1_CC) -o $@ -c $< $(CFLAGS) -Wall + + %.o: %.S + $(LIBTCC1_CC) -o $@ -c $< +@@ -189,7 +202,7 @@ + $(AR) rcs $@ $^ + + bcheck.o: bcheck.c +- $(CC) -o $@ -c $< -O2 -Wall ++ $(CC) -o $@ -c $< $(CFLAGS) -Wall + + # install + TCC_INCLUDES = stdarg.h stddef.h stdbool.h float.h varargs.h tcclib.h @@ -210,8 +223,10 @@ $(INSTALL) -m644 $(BCHECK_O) "$(tccdir)" endif $(INSTALL) -m644 $(addprefix include/,$(TCC_INCLUDES)) "$(tccdir)/include" -+ifndef NOPORTSDOC ++ifndef NOPORTDOCS mkdir -p "$(docdir)" $(INSTALL) -m644 tcc-doc.html "$(docdir)" +endif diff -urN /usr/ports/lang/tcc/pkg-plist lang/tcc/pkg-plist --- /usr/ports/lang/tcc/pkg-plist 2012-11-08 08:25:28.000000000 +0900 +++ lang/tcc/pkg-plist 2013-02-17 02:06:36.000000000 +0900 @@ -1,7 +1,7 @@ bin/tcc include/libtcc.h lib/libtcc.a -%%WITH_I386%%lib/tcc/bcheck.o +%%I386%%lib/tcc/bcheck.o lib/tcc/include/float.h lib/tcc/include/stdarg.h lib/tcc/include/stdbool.h >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 62DE0D1F for ; Thu, 28 Feb 2013 18:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3153D84B for ; Thu, 28 Feb 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA8xk023478 for ; Thu, 28 Feb 2013 18:10:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA887023477; Thu, 28 Feb 2013 18:10:08 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:08 GMT Resent-Message-Id: <201302281810.r1SIA887023477@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 20175A2F for ; Thu, 28 Feb 2013 18:00:47 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id C09B1766 for ; Thu, 28 Feb 2013 18:00:46 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id EAC6C23C031 for ; Fri, 1 Mar 2013 03:00:42 +0900 (JST) Message-Id: <20130301024303.b0176678c7790c5a0114b3b3@yahoo.com> Date: Fri, 1 Mar 2013 02:43:03 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176552: biology/wise: Update to version 2.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:09 -0000 >Number: 176552 >Category: ports >Synopsis: biology/wise: Update to version 2.4.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: Thu Feb 28 18:10:08 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2.4.1 Remove file: pkg-plist >How-To-Repeat: >Fix: diff -urN /usr/ports/biology/wise/Makefile biology/wise/Makefile --- /usr/ports/biology/wise/Makefile 2012-11-08 06:54:19.000000000 +0900 +++ biology/wise/Makefile 2013-02-19 03:24:19.000000000 +0900 @@ -1,24 +1,30 @@ -# New ports collection makefile for: wise -# Date created: 26 February 2002 -# Whom: Tony Maher -# +# Created by: Tony Maher # $FreeBSD: head/biology/wise/Makefile 300895 2012-07-14 12:56:14Z beat $ -# PORTNAME= wise -PORTVERSION= 2.2.0 +PORTVERSION= 2.4.1 CATEGORIES= biology -MASTER_SITES= ftp://ftp.ebi.ac.uk/pub/software/unix/wise2/ +MASTER_SITES= http://www.ebi.ac.uk/~birney/wise2/ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Intelligent algorithms for DNA searches -WRKTOP= ${WRKDIR}/${DISTNAME} -WRKSRC= ${WRKTOP}/src +OPTIONS_DEFINE= DOCS EXAMPLES + +BUILD_WRKSRC= ${WRKSRC}/src + +USE_GNOME= glib20 MAKEFILE= makefile +MAKE_JOBS_SAFE= yes + SUB_FILES= pkg-message +PORTDOCS= * +PORTEXAMPLES= * +PLIST_FILES= ${BINFILES:S,^,bin/,} ${DATAFILES:S,^,%%DATADIR%%/,} +PLIST_DIRS= %%DATADIR%% + # # Actually want an 'ALL_TARGET = all perl' which then requires # 'USE_PERL5= yes' but the perl sub-build is currently broken. @@ -29,68 +35,44 @@ # something like '@cd ${WRKSRC}/perl/Wise2; ${MAKE} install' # -BINFILES= dba dnal estwise estwisedb genewise genewisedb \ - genomewise psw pswdb -DATAFILES= BLOSUM30.bla BLOSUM45.bla BLOSUM62.bla BLOSUM80.bla \ - aa.rnd blosum30.bla blosum62.bla cb.tmf codon.table \ - gene.stat gon120.bla gon160.bla gon200.bla gon250.bla \ - gon350.bla human.gf human.gp human.stats idenity.bla \ - methods pb.gf pombe.gf tm.pri wise.2 wise.per worm.gf -DOCFILES= README apiend.tex appendix.tex dynamite.tex \ - genewise21.eps genewise6.eps gettex.pl makefile \ - wise2.tex wise2api.tex wise3arch.tex -EXFILES= README db.hmm hn_est.fa human.genomic \ - keratin_intron.human keratin_intron.mouse pep.fa \ - road.pep rrm.HMM vav.dna xeno.cdna xeno.pep - -# -# Top level makefile does not respect CFLAGS. Fixing it means -# having to fix some of the sub-directory makefiles. -# Note: some makefiles are ok and know that '-c' does not belong -# in CFLAGS and are part of the rule. -# - -post-configure: - @${REINPLACE_CMD} \ - -e s'#^CFLAGS = -c -O#CFLAGS ?= -c -O#;' \ - -e s'#\tcsh welcome.csh##;' \ - ${WRKSRC}/${MAKEFILE} - @${REINPLACE_CMD} \ - -e s'#CFLAGS) $?#CFLAGS) -c $?#;' \ - ${WRKSRC}/base/${MAKEFILE} - @${REINPLACE_CMD} \ - -e s'#INCFLAGS) $?#INCFLAGS) -c $?#;' \ - ${WRKSRC}/dynlibsrc/${MAKEFILE} - @${REINPLACE_CMD} \ - -e s'#INCFLAGS) $?#INCFLAGS) -c $?#;' \ - -e s'#CFLAGS) estwise.c#CFLAGS) -c estwise.c#;' \ - -e s'#CFLAGS) estwiseb.c#CFLAGS) -c estwiseb.c#;' \ - -e s'#CFLAGS) estwisedb.c#CFLAGS) -c estwisedb.c#;' \ - -e s'#CFLAGS) genewise.c#CFLAGS) -c genewise.c#;' \ - -e s'#CFLAGS) genewisedb.c#CFLAGS) -c genewisedb.c#;' \ - ${WRKSRC}/models/${MAKEFILE} +BINFILES= dba dnal estwise estwisedb genewise genewisedb promoterwise \ + psw pswdb scanwise scanwise_server +DATAFILES= BLOSUM30.bla BLOSUM45.bla BLOSUM62.bla BLOSUM80.bla aa.rnd \ + cb.tmf codon.table gene.stat gon120.bla gon160.bla \ + gon200.bla gon250.bla gon350.bla human.gf human.gp \ + human.stats idenity.bla methods pb.gf pombe.gf tm.pri \ + wise.2 wise.per worm.gf + +.include + +post-patch: + @${FIND} ${BUILD_WRKSRC} -name "makefile" | ${XARGS} \ + ${REINPLACE_CMD} -e \ + 's|^CC =|CC ?=| ; \ + s|^CFLAGS =|CFLAGS +=| ; \ + s|-O[0-9] | | ; \ + s|-g | | ; \ + s|-g[0-9] | | ; \ + s|-lpthread|-pthread| ; \ + s|glib-config|pkg-config glib-2.0| ; \ + /welcome.csh/s|^|#|' do-install: -.for file in ${BINFILES} - @${INSTALL_PROGRAM} ${WRKSRC}/bin/${file} ${PREFIX}/bin +.for i in ${BINFILES} + (cd ${BUILD_WRKSRC}/bin && ${INSTALL_PROGRAM} ${i} ${PREFIX}/bin) .endfor @${MKDIR} ${DATADIR} -.for file in ${DATAFILES} - @${INSTALL_DATA} ${WRKTOP}/wisecfg/${file} ${DATADIR} +.for i in ${DATAFILES} + (cd ${WRKSRC}/wisecfg && ${INSTALL_DATA} ${i} ${DATADIR}) .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for file in ${DOCFILES} - @${INSTALL_DATA} ${WRKTOP}/docs/${file} ${DOCSDIR} -.endfor + @(cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${DOCSDIR}) +.endif +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} -.for file in ${EXFILES} - @${INSTALL_DATA} ${WRKTOP}/test_data/${file} ${EXAMPLESDIR} -.endfor - + @(cd ${WRKSRC}/test_data && ${COPYTREE_SHARE} . ${EXAMPLESDIR}) .endif - -post-install: @${CAT} ${PKGMESSAGE} .include diff -urN /usr/ports/biology/wise/distinfo biology/wise/distinfo --- /usr/ports/biology/wise/distinfo 2012-11-08 06:54:19.000000000 +0900 +++ biology/wise/distinfo 2013-02-19 02:23:09.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (wise2.2.0.tar.gz) = 192db34ffa76ef14a9804cc5a7ab72554498284c841f940f8951b4bfae96d780 -SIZE (wise2.2.0.tar.gz) = 2108151 +SHA256 (wise2.4.1.tar.gz) = 240e2b12d6cd899040e2efbcb85b0d3c10245c255f3d07c1db45d0af5a4d5fa1 +SIZE (wise2.4.1.tar.gz) = 3193910 diff -urN /usr/ports/biology/wise/pkg-plist biology/wise/pkg-plist --- /usr/ports/biology/wise/pkg-plist 2012-11-08 06:54:19.000000000 +0900 +++ biology/wise/pkg-plist 1970-01-01 09:00:00.000000000 +0900 @@ -1,61 +0,0 @@ -bin/genomewise -%%PORTDOCS%%%%DOCSDIR%%/README -%%PORTDOCS%%%%DOCSDIR%%/apiend.tex -%%PORTDOCS%%%%DOCSDIR%%/appendix.tex -%%PORTDOCS%%%%DOCSDIR%%/dynamite.tex -%%PORTDOCS%%%%DOCSDIR%%/genewise21.eps -%%PORTDOCS%%%%DOCSDIR%%/genewise6.eps -%%PORTDOCS%%%%DOCSDIR%%/gettex.pl -%%PORTDOCS%%%%DOCSDIR%%/makefile -%%PORTDOCS%%%%DOCSDIR%%/wise2.tex -%%PORTDOCS%%%%DOCSDIR%%/wise2api.tex -%%PORTDOCS%%%%DOCSDIR%%/wise3arch.tex -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/README -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/db.hmm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/hn_est.fa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/human.genomic -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/keratin_intron.human -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/keratin_intron.mouse -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/pep.fa -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/road.pep -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrm.HMM -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/vav.dna -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xeno.cdna -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/xeno.pep -%%DATADIR%%/BLOSUM30.bla -%%DATADIR%%/BLOSUM45.bla -%%DATADIR%%/BLOSUM62.bla -%%DATADIR%%/BLOSUM80.bla -%%DATADIR%%/aa.rnd -%%DATADIR%%/blosum30.bla -%%DATADIR%%/blosum62.bla -%%DATADIR%%/cb.tmf -%%DATADIR%%/codon.table -%%DATADIR%%/gene.stat -%%DATADIR%%/gon120.bla -%%DATADIR%%/gon160.bla -%%DATADIR%%/gon200.bla -%%DATADIR%%/gon250.bla -%%DATADIR%%/gon350.bla -%%DATADIR%%/human.gf -%%DATADIR%%/human.gp -%%DATADIR%%/human.stats -%%DATADIR%%/idenity.bla -%%DATADIR%%/methods -%%DATADIR%%/pb.gf -%%DATADIR%%/pombe.gf -%%DATADIR%%/tm.pri -%%DATADIR%%/wise.2 -%%DATADIR%%/wise.per -%%DATADIR%%/worm.gf -bin/dba -bin/dnal -bin/estwise -bin/estwisedb -bin/genewise -bin/genewisedb -bin/psw -bin/pswdb -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 63457D20; Thu, 28 Feb 2013 18:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E480884A; Thu, 28 Feb 2013 18:10:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA8NK023464; Thu, 28 Feb 2013 18:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA8Q9023458; Thu, 28 Feb 2013 18:10:08 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:10:08 GMT Message-Id: <201302281810.r1SIA8Q9023458@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176527: sysutils/syslinux: Update to version 5.01 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:09 -0000 Synopsis: sysutils/syslinux: Update to version 5.01 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:10:08 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176527 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 780F6D27 for ; Thu, 28 Feb 2013 18:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6067C852 for ; Thu, 28 Feb 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA9TT023489 for ; Thu, 28 Feb 2013 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA9lr023488; Thu, 28 Feb 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:09 GMT Resent-Message-Id: <201302281810.r1SIA9lr023488@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 7F0A9A68 for ; Thu, 28 Feb 2013 18:02:06 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 096BB781 for ; Thu, 28 Feb 2013 18:02:06 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 4D32C23C031 for ; Fri, 1 Mar 2013 03:02:00 +0900 (JST) Message-Id: <20130301024425.46346d8fc4cd0ed21efac7e4@yahoo.com> Date: Fri, 1 Mar 2013 02:44:25 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176553: games/euchre: Update to version 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:09 -0000 >Number: 176553 >Category: ports >Synopsis: games/euchre: Update to version 0.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: Thu Feb 28 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.8 Remove file: files/patch-cplusplus files/patch-src::lib::Options.cpp files/std-namespace.h >How-To-Repeat: >Fix: diff -urN /usr/ports/games/euchre/Makefile games/euchre/Makefile --- /usr/ports/games/euchre/Makefile 2012-11-08 07:19:42.000000000 +0900 +++ games/euchre/Makefile 2013-02-27 03:23:37.000000000 +0900 @@ -1,28 +1,27 @@ -# New ports collection Makefile for: euchre -# Date created: 23 July 2002 -# Whom: Frank Laszlo -# +# Created by: Frank Laszlo # $FreeBSD: head/games/euchre/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= euchre -PORTVERSION= 0.7 -PORTREVISION= 4 +PORTVERSION= 0.8 CATEGORIES= games MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Very popular card game with variable skill levels -PLIST_FILES= bin/euchre -USE_AUTOTOOLS= automake14 autoconf213 -USE_GNOME= gtk12 -CFLAGS+= -include "${FILESDIR}/std-namespace.h" -Werror +LICENSE= GPLv2 # (or later) + +USE_GNOME= gtk20 +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --disable-silent-rules MAKE_JOBS_SAFE= yes +PLIST_FILES= bin/euchre + +DESKTOP_ENTRIES="Euchre" "" "" "${PORTNAME}" "" true + post-patch: - ${REINPLACE_CMD} 's,char,const char,' \ - ${WRKSRC}/src/pixmaps/*.xpm \ - ${WRKSRC}/src/pixmaps/pixmaps.?pp + @${REINPLACE_CMD} -e \ + '/^AM_/s|-Werror||' ${WRKSRC}/configure .include diff -urN /usr/ports/games/euchre/distinfo games/euchre/distinfo --- /usr/ports/games/euchre/distinfo 2012-11-08 07:19:42.000000000 +0900 +++ games/euchre/distinfo 2013-02-21 18:27:37.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (euchre-0.7.tar.gz) = 65f9324b21f0ca14e4ae42871b1fe56cad52b94aa49f9f4a1643f9377c1e23f4 -SIZE (euchre-0.7.tar.gz) = 181863 +SHA256 (euchre-0.8.tar.gz) = c339d29ea6837f344b98134ecdd7aa52fb958454bd4dd6145430b197752ed78b +SIZE (euchre-0.8.tar.gz) = 213490 diff -urN /usr/ports/games/euchre/files/patch-cplusplus games/euchre/files/patch-cplusplus --- /usr/ports/games/euchre/files/patch-cplusplus 2012-11-08 07:19:42.000000000 +0900 +++ games/euchre/files/patch-cplusplus 1970-01-01 09:00:00.000000000 +0900 @@ -1,345 +0,0 @@ -The bulk of porting to modern C++ is in here. Contents of the -other patch-file, as well as whole-sale s/char/const char/ -substitution in pixmap files is also required for warning-free -compilations. - -Oh, and the `using namespace std', which is provided by a micro- --header std-namespace.h... - - -mi - ---- src/lib/Card.hpp 2002-09-10 21:48:04.000000000 -0400 -+++ src/lib/Card.hpp 2009-04-12 23:15:36.000000000 -0400 -@@ -25,5 +25,5 @@ - #define CARD_HPP - --class ostream; -+#include - - class Card { -@@ -63,5 +63,5 @@ - - static char getSuitChar(Suit suit); -- static char* getSuitStr(Suit suit); -+ static const char* getSuitStr(Suit suit); - static char getNumberChar(Number number); - -@@ -69,5 +69,5 @@ - - char getSuitChar() const; -- char* getSuitStr() const; -+ const char* getSuitStr() const; - Suit getSuit() const; - Suit getAdjSuit() const; ---- src/lib/Round.hpp 2002-09-10 21:48:04.000000000 -0400 -+++ src/lib/Round.hpp 2009-04-12 23:15:36.000000000 -0400 -@@ -25,6 +25,5 @@ - #define ROUND_HPP - --class iostream; -- -+#include - #include "Common.hpp" - #include "Card.hpp" -@@ -50,3 +49,2 @@ - - #endif /* ROUND_HPP */ -- ---- src/lib/Card.cpp 2002-09-10 21:48:04.000000000 -0400 -+++ src/lib/Card.cpp 2009-04-12 23:15:36.000000000 -0400 -@@ -22,5 +22,5 @@ - */ - --#include -+#include - - #include "Card.hpp" -@@ -77,9 +77,9 @@ - } - --char* Card::getSuitStr() const { -+const char* Card::getSuitStr() const { - return getSuitStr(itsSuit); - } - --static char* suitStrings[] = { -+static const char* suitStrings[] = { - "Diamonds", - "Clubs", -@@ -89,5 +89,5 @@ - }; - --char* Card::getSuitStr(Card::Suit suit) { -+const char* Card::getSuitStr(Card::Suit suit) { - if (suit < Diamonds || suit > Spades) { - suit = (Suit) (Spades + 1); ---- src/lib/Common.cpp 2002-03-23 21:43:37.000000000 -0500 -+++ src/lib/Common.cpp 2009-04-12 23:15:36.000000000 -0400 -@@ -52,9 +52,9 @@ - } - --static char* PlayerPositionStrings[] = { -+static const char* PlayerPositionStrings[] = { - "North", "East", "South", "West", "None" - }; - --char* Common::getPlayerPositionStr(PlayerPosition pp) { -+const char* Common::getPlayerPositionStr(PlayerPosition pp) { - if (pp < NORTH || pp > WEST) { - pp = (PlayerPosition) (WEST + 1); -@@ -65,9 +65,9 @@ - } - --static char* BidStrings[] = { -+static const char* BidStrings[] = { - "No Bid", "Pass", "Called It", "Loner" - }; - --char* Common::getBidStr(Bid bid) { -+const char* Common::getBidStr(Bid bid) { - if (bid < NOBID || bid > LONER) { - return 0; -@@ -85,3 +85,2 @@ - return trump; - } -- ---- src/lib/ComputerPlayerEasy.cpp 2003-02-04 22:34:51.000000000 -0500 -+++ src/lib/ComputerPlayerEasy.cpp 2009-04-12 23:15:36.000000000 -0400 -@@ -22,6 +22,4 @@ - */ - --#include -- - #include "Options.hpp" - #include "ComputerPlayerEasy.hpp" ---- src/lib/Common.hpp 2002-09-10 21:48:04.000000000 -0400 -+++ src/lib/Common.hpp 2009-04-12 23:15:36.000000000 -0400 -@@ -54,7 +54,7 @@ - static PlayerPosition getPartner(PlayerPosition pp); - static char getPlayerPositionChar(PlayerPosition pp); -- static char* getPlayerPositionStr(PlayerPosition pp); -+ static const char* getPlayerPositionStr(PlayerPosition pp); - -- static char* getBidStr(Bid bid); -+ static const char* getBidStr(Bid bid); - - static void setTrump(const Card::Suit aTrump); ---- src/lib/Debug.hpp 2002-04-10 20:22:17.000000000 -0400 -+++ src/lib/Debug.hpp 2009-04-12 23:15:36.000000000 -0400 -@@ -25,5 +25,5 @@ - #define EUCHRE_DEBUG_HPP - --#include -+#include - #include - ---- src/lib/ComputerPlayerHard.cpp 2003-03-24 06:37:59.000000000 -0500 -+++ src/lib/ComputerPlayerHard.cpp 2009-04-12 23:15:36.000000000 -0400 -@@ -23,5 +23,5 @@ - - #include --#include -+#include - - #include "Debug.hpp" ---- src/lib/Hand.hpp 2002-09-10 21:48:04.000000000 -0400 -+++ src/lib/Hand.hpp 2009-04-12 23:15:36.000000000 -0400 -@@ -25,5 +25,4 @@ - #define HAND_HPP - --class ostream; - #include "Common.hpp" - #include "Card.hpp" ---- src/lib/Deck.hpp 2002-03-23 21:43:37.000000000 -0500 -+++ src/lib/Deck.hpp 2009-04-12 23:15:36.000000000 -0400 -@@ -25,6 +25,4 @@ - #define DECK_HPP - --class ostream; -- - #include "Card.hpp" - ---- src/lib/Game.cpp 2003-03-24 07:04:46.000000000 -0500 -+++ src/lib/Game.cpp 2009-04-12 23:15:36.000000000 -0400 -@@ -24,6 +24,7 @@ - #include - #include --#include -+#include - -+using namespace std; - #include "Debug.hpp" - #include "Game.hpp" -@@ -61,5 +62,5 @@ - /* gcc doesn't like conversion from void* to Event so hack around - it */ -- Event ev = (Event) (unsigned int) g_slist_nth_data(itsEventList, 0); -+ Event ev = (Event) (uintptr_t) g_slist_nth_data(itsEventList, 0); - itsEventList = g_slist_remove(itsEventList, (gpointer) ev); - ---- src/lib/Player.hpp 2003-02-04 22:34:51.000000000 -0500 -+++ src/lib/Player.hpp 2009-04-12 23:15:36.000000000 -0400 -@@ -25,5 +25,5 @@ - #define PLAYER_HPP - --class ostream; -+#include - #include "Common.hpp" - #include "Hand.hpp" ---- src/lib/Options.hpp 2003-02-04 22:34:51.000000000 -0500 -+++ src/lib/Options.hpp 2009-04-13 01:58:02.000000000 -0400 -@@ -25,5 +25,5 @@ - #define OPTIONS_HPP - --#include -+#include - - #include "Common.hpp" ---- src/gui/GuiGame.cpp 2003-03-24 07:20:41.000000000 -0500 -+++ src/gui/GuiGame.cpp 2009-04-13 01:41:01.000000000 -0400 -@@ -446,5 +446,5 @@ - } - --void GuiGame::updateStatus(char* statusStr) { -+void GuiGame::updateStatus(const char* statusStr) { - strcpy(itsStatusText, statusStr); - updateStatus(); -@@ -595,5 +595,5 @@ - } - --char* GuiGame::getPauseText() { -+const char* GuiGame::getPauseText() { - if (GuiOptions::get()->getDelayMode() == Options::PAUSE) { - return "Click to continue."; -@@ -688,5 +688,5 @@ - const int num_in_mainwin = 10; - -- char* names[num_names] = { -+ const char* names[num_names] = { - "nplayedcard", "eplayedcard", "splayedcard", "wplayedcard", - "pcard0_pix", "pcard1_pix", "pcard2_pix", "pcard3_pix", -@@ -708,5 +708,7 @@ - gdk_pixmap_colormap_create_from_xpm_d(NULL, gdk_c, - &(cardbackBitmaps[i][which]), -- NULL, card_back_pixmap[which]); -+ NULL, -+ /* XXX Drop const-ness */ -+ (gchar **)card_back_pixmap[which]); - } - ---- src/gui/GuiGame.hpp 2003-03-24 06:58:28.000000000 -0500 -+++ src/gui/GuiGame.hpp 2009-04-12 23:25:55.000000000 -0400 -@@ -34,5 +34,5 @@ - virtual void getPlayers(); - virtual void setOptions(); -- virtual void updateStatus(char* statusStr); -+ virtual void updateStatus(const char* statusStr); - - void setCardBack(int which); -@@ -72,5 +72,5 @@ - void updateStatus(); - void hideTopCard(); -- char* getPauseText(); -+ const char* getPauseText(); - void setMainLabelColors(); - void setAuctionLabelColors(); ---- src/gui/callbacks.cpp 2003-03-24 07:08:59.000000000 -0500 -+++ src/gui/callbacks.cpp 2009-04-13 01:42:21.000000000 -0400 -@@ -105,5 +105,5 @@ - gpointer user_data) - { -- LOG("enter on_pcard_clicked with " << (int) user_data << endl); -+ LOG("enter on_pcard_clicked with " << (intptr_t) user_data << endl); - HumanGuiPlayer* p = (HumanGuiPlayer*) theGame->getPlayer(Common::SOUTH); - if (p == NULL) { -@@ -111,5 +111,5 @@ - } - -- p->setSelectedCard((int) user_data); -+ p->setSelectedCard((intptr_t) user_data); - theGame->addEvent(Game::PAUSE_END); - theGame->run(); -@@ -143,5 +143,5 @@ - { - Player* p = theGame->getPlayer(Common::SOUTH); -- p->assignBid((Common::Bid) ((int) user_data)); -+ p->assignBid((Common::Bid) ((intptr_t) user_data)); - - theGame->addEvent(Game::AUCTION_CONT); -@@ -203,7 +203,7 @@ - - if (gtk_toggle_button_get_active(GTK_TOGGLE_BUTTON(t))) { -- p->assignBid(Common::LONER, (Card::Suit) (int) user_data); -+ p->assignBid(Common::LONER, (Card::Suit) (intptr_t) user_data); - } else { -- p->assignBid(Common::PICKITUP, (Card::Suit) (int) user_data); -+ p->assignBid(Common::PICKITUP, (Card::Suit) (intptr_t) user_data); - } - ---- src/gui/main.cpp 2003-03-24 07:19:16.000000000 -0500 -+++ src/gui/main.cpp 2009-04-13 01:57:22.000000000 -0400 -@@ -92,5 +92,7 @@ - gdk_pixmap_colormap_create_from_xpm_d(NULL, gdk_c, - &(cardbackSelectBitmaps[i]), -- NULL, card_back_pixmap[i]); -+ NULL, -+ /* Drop const-ness */ -+ (gchar **)card_back_pixmap[i]); - gtk_pixmap_set(GTK_PIXMAP(gtk_w), cardbackSelectPixmaps[i], - cardbackSelectBitmaps[i]); -@@ -168,5 +170,7 @@ - gdk_c = gtk_widget_get_colormap(gtk_w); - gdk_p = gdk_pixmap_colormap_create_from_xpm_d(NULL, gdk_c, &gdk_m, -- NULL, suit_pixmap[s]); -+ NULL, -+ /* Drop const-ness */ -+ (gchar **)suit_pixmap[s]); - - gtk_pixmap_set(GTK_PIXMAP(gtk_w), gdk_p, gdk_m); ---- src/gui/support.cpp 2002-06-27 00:11:51.000000000 -0400 -+++ src/gui/support.cpp 2009-04-13 01:55:08.000000000 -0400 -@@ -63,5 +63,5 @@ - - /* This is a dummy pixmap we use when a pixmap can't be found. */ --static char *dummy_pixmap_xpm[] = { -+static const char *dummy_pixmap_xpm[] = { - /* columns rows colors chars-per-pixel */ - "1 1 1 1", -@@ -113,5 +113,5 @@ - GtkWidget* - create_pixmap_d (GtkWidget *widget, -- gchar **xpm_d) -+ const gchar **xpm_d) - { - GdkColormap *colormap; -@@ -122,5 +122,7 @@ - colormap = gtk_widget_get_colormap (widget); - gdkpixmap = gdk_pixmap_colormap_create_from_xpm_d (NULL, colormap, &mask, -- NULL, xpm_d); -+ NULL, -+ /* Drop const-ness */ -+ (gchar **)xpm_d); - if (gdkpixmap == NULL) - g_error ("Couldn't create replacement pixmap."); ---- src/gui/support.hpp 2002-06-27 00:11:51.000000000 -0400 -+++ src/gui/support.hpp 2009-04-13 01:54:35.000000000 -0400 -@@ -53,5 +53,5 @@ - const gchar *filename); - GtkWidget* create_pixmap_d (GtkWidget *widget, -- gchar **xpm_d); -+ const gchar **xpm_d); - - #ifdef __cplusplus ---- src/gui/HumanGuiPlayer.cpp 2003-03-24 04:28:58.000000000 -0500 -+++ src/gui/HumanGuiPlayer.cpp 2009-04-13 02:02:09.000000000 -0400 -@@ -36,9 +36,8 @@ - Player(myPos), GuiPlayer(myPos), itsState(INIT), itsPartnerLoner(0) { - -- char* formatStr = "pcard%d"; - char pcardStr[100]; - - for (int i = 0; i < (Common::CARDS_PER_HAND+1); i++) { -- sprintf(pcardStr, formatStr, i); -+ sprintf(pcardStr, "pcard%d", i); - itsCards[i] = lookup_widget(mainwin, pcardStr); - diff -urN /usr/ports/games/euchre/files/patch-src::lib::Options.cpp games/euchre/files/patch-src::lib::Options.cpp --- /usr/ports/games/euchre/files/patch-src::lib::Options.cpp 2012-11-08 07:19:42.000000000 +0900 +++ games/euchre/files/patch-src::lib::Options.cpp 1970-01-01 09:00:00.000000000 +0900 @@ -1,35 +0,0 @@ ---- src/lib/Options.cpp 2003-02-04 22:34:51.000000000 -0500 -+++ src/lib/Options.cpp 2009-04-13 01:59:11.000000000 -0400 -@@ -24,7 +24,10 @@ - #include - #include - #include --#include -+#include -+#include -+#include -+#include - - #include "Debug.hpp" - #include "Options.hpp" -@@ -90,7 +93,19 @@ - char fullpath[OPTIONS_PATH_SIZE]; - snprintf(fullpath, OPTIONS_PATH_SIZE, "%s/%s", dir, OPTIONS_FILE_NAME); - -- ifstream in(fullpath, ios::nocreate); -+ // We only want to try to open the file if it already exists. -+ // ios::nocreate seems to have disappeared, so we'll use stat instead. -+ -+ struct stat b; -+ -+ if (-1 == stat(fullpath, &b)) -+ { -+ LOG("could not open " << fullpath << endl); -+ return 1; -+ } -+ -+ ifstream in(fullpath); -+ - if (! in) { - LOG("could not open " << fullpath << endl); - return 1; diff -urN /usr/ports/games/euchre/files/std-namespace.h games/euchre/files/std-namespace.h --- /usr/ports/games/euchre/files/std-namespace.h 2012-11-08 07:19:42.000000000 +0900 +++ games/euchre/files/std-namespace.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,3 +0,0 @@ -#ifdef __cplusplus -using namespace std; -#endif >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id B9AE6D2D for ; Thu, 28 Feb 2013 18:10:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9EFE9854 for ; Thu, 28 Feb 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA9JH023500 for ; Thu, 28 Feb 2013 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA9bm023499; Thu, 28 Feb 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:09 GMT Resent-Message-Id: <201302281810.r1SIA9bm023499@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 33E4DB3A for ; Thu, 28 Feb 2013 18:04:58 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id D26307BD for ; Thu, 28 Feb 2013 18:04:57 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 84A5C50036 for ; Fri, 1 Mar 2013 03:04:53 +0900 (JST) Message-Id: <20130301024625.763607eb791f5e7deb1e8f43@yahoo.com> Date: Fri, 1 Mar 2013 02:46:25 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176554: science/silo: Update to version 4.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:09 -0000 >Number: 176554 >Category: ports >Synopsis: science/silo: Update to version 4.9 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 4.9 Remove file: files/patch-tests+Makefile.in >How-To-Repeat: >Fix: diff -urN /usr/ports/science/silo/Makefile science/silo/Makefile --- /usr/ports/science/silo/Makefile 2012-12-30 22:11:56.000000000 +0900 +++ science/silo/Makefile 2013-02-27 04:05:17.000000000 +0900 @@ -1,76 +1,92 @@ -# New ports collection makefile for: silo -# Date created: 17 jul 2008 -# Whom: Pedro F. Giffuni -# +# Created by: Pedro F. Giffuni # $FreeBSD: head/science/silo/Makefile 309662 2012-12-30 12:03:51Z beat $ -# PORTNAME= silo -PORTVERSION= 4.6.2 -PORTREVISION= 8 +PORTVERSION= 4.9 +DISTVERSIONSUFFIX= -bsd CATEGORIES= science MASTER_SITES= https://wci.llnl.gov/codes/${PORTNAME}/silo-${PORTVERSION}/ MAINTAINER= ports@FreeBSD.org -COMMENT= A mesh and field I/O library and scientific database +COMMENT= Mesh and field I/O library and scientific database -LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/COPYRIGHT -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_AUTOTOOLS= libtool -GNU_CONFIGURE= yes -CPPFLAGS+= ${CFLAGS} ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} +OPTIONS_DEFINE= HDF5 PYTHON +OPTIONS_RADIO= EXCLUSIVE +OPTIONS_RADIO_EXCLUSIVE= FORTRAN QT4 +OPTIONS_DEFAULT= QT4 NO_LATEST_LINK= yes + +USE_READLINE= yes USE_GMAKE= yes -CONFIGURE_ARGS= --enable-shared +GNU_CONFIGURE= yes +CONFIGURE_ARGS= --enable-shared --disable-static USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes -USE_QT_VER= 3 +.include -.ifdef WITH_PYTHON -USE_PYTHON= yes -CONFIGURE_ARGS+= --enable-pythonmodule -PLIST_SUB+= WITH_PYTHON="" +.if ${PORT_OPTIONS:MFORTRAN} +USE_FORTRAN= yes .else -PLIST_SUB+= WITH_PYTHON="@comment " +CONFIGURE_ARGS+= --disable-fortran .endif -.ifdef WITH_HDF5 -USE_FORTRAN= yes -CONFIGURE_ENV+= ${MAKE_ENV} -CONFIGURE_ARGS+= --enable-fortran +.if ${PORT_OPTIONS:MHDF5} +LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5 +CONFIGURE_ARGS+= --with-hdf5=${LOCALBASE}/include,${LOCALBASE}/lib +PLIST_SUB+= HDF5="" NOHDF5="@comment " .else -CONFIGURE_ARGS+= --disable-fortran +PLIST_SUB+= HDF5="@comment " NOHDF5="" .endif -.ifdef WITH_HDF5 -LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 -CONFIGURE_ARGS= --with-hdf5=${LOCALBASE}/include,${LOCALBASE}/lib -PLIST_SUB+= WITH_HDF5="" -PLIST_SUB+= WITH_NCDF="@comment " -LIBSILO= libsiloh5 +.if ${PORT_OPTIONS:MPYTHON} +USE_PYTHON= yes +CONFIGURE_ARGS+= --enable-pythonmodule +PLIST_SUB+= PYTHON="" .else -PLIST_SUB+= WITH_HDF5="@comment " -PLIST_SUB+= WITH_NCDF="" -LIBSILO= libsilo +PLIST_SUB+= PYTHON="@comment " .endif -.ifdef WITH_OPTIMIZATION -CONFIGURE_ARGS+= --enable-optimization +.if ${PORT_OPTIONS:MQT4} +USE_XORG= xext xi xmu xt +USE_QT4= qt3support linguist_build moc_build uic_build +QT_NONSTANDARD= yes +CONFIGURE_ARGS+= --with-Qt-dir=${QT_PREFIX} +PLIST_SUB+= QT4="" +DESKTOP_ENTRIES="Silex" "Silex browser for Silo files" "" "silex" "" true +.else +CONFIGURE_ARGS+= --disable-silex +PLIST_SUB+= QT4="@comment " .endif -post-install: - @${RM} ${PREFIX}/lib/libsilo*.settings - @${MV} ${PREFIX}/lib/${LIBSILO}.so ${PREFIX}/lib/${LIBSILO}.so.4 - @${LN} -sf ${PREFIX}/lib/${LIBSILO}.so.4 ${PREFIX}/lib/${LIBSILO}.so +post-extract: + @${CHMOD} -R a+rX ${WRKSRC} + +post-patch: + @${REINPLACE_CMD} -e \ + 's|\(_Qt_dir/include\)"|\1/qt4"| ; \ + s|\(_Qt_dir/lib\)"|\1/qt4"| ; \ + s|\(/uic\)"|\1-qt4"| ; \ + s|\(/moc\)"|\1-qt4"| ; \ + s|\(/lrelease\)"|\1-qt4"| ; \ + s|\(/lupdate\)"|\1-qt4"|' ${WRKSRC}/configure + @${REINPLACE_CMD} -e \ + '/-avoid-version/s|^|#| ; \ + /^install-data-am/s|:.*|:|' ${WRKSRC}/src/Makefile.in + @${REINPLACE_CMD} -e \ + '/-ldl/s|^|#|' ${WRKSRC}/tests/Makefile.in + @${REINPLACE_CMD} -e \ + 's|@libdir@|@pythondir@|' ${WRKSRC}/tools/python/Makefile.in + @${REINPLACE_CMD} -e \ + 's|\(INBUILD\));|\1, me);|' ${WRKSRC}/src/hdf5_drv/silo_hdf5.c -.ifdef MAINTAINER_MODE +.if defined(MAINTAINER_MODE) regression-test: build - @cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} check + @cd ${WRKSRC}/tests && ${SETENV} ${MAKE_ENV} ${GMAKE} check .endif .include diff -urN /usr/ports/science/silo/distinfo science/silo/distinfo --- /usr/ports/science/silo/distinfo 2012-11-08 06:58:31.000000000 +0900 +++ science/silo/distinfo 2013-02-26 16:00:54.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (silo-4.6.2.tar.gz) = 333b7642eb3d95121d1e9e7dc1695f1164fc83583f0733c8c6d876b67c20815c -SIZE (silo-4.6.2.tar.gz) = 11020008 +SHA256 (silo-4.9-bsd.tar.gz) = ae82c23345ab2334f9a0f89d7d05d7c99b9489800d9b153c917a40c55577c783 +SIZE (silo-4.9-bsd.tar.gz) = 11993390 diff -urN /usr/ports/science/silo/files/patch-tests+Makefile.in science/silo/files/patch-tests+Makefile.in --- /usr/ports/science/silo/files/patch-tests+Makefile.in 2012-11-08 06:58:31.000000000 +0900 +++ science/silo/files/patch-tests+Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- tests/Makefile.in.orig 2008-03-27 13:56:49.000000000 -0500 -+++ tests/Makefile.in 2008-03-27 13:57:36.000000000 -0500 -@@ -407,7 +407,7 @@ - INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ - LDFLAGS = @LDFLAGS@ - LIBOBJS = @LIBOBJS@ --LIBS = @LIBS@ -+LIBS = @LIBS@ -lcompat - LIBTOOL = @LIBTOOL@ - LN_S = @LN_S@ - LOCAL = @LOCAL@ diff -urN /usr/ports/science/silo/pkg-descr science/silo/pkg-descr --- /usr/ports/science/silo/pkg-descr 2012-11-08 06:58:31.000000000 +0900 +++ science/silo/pkg-descr 2013-02-27 00:32:26.000000000 +0900 @@ -1,24 +1,8 @@ -A mesh and field I/O library and scientific database - -Silo is a library for reading and writing a wide variety of scientific -data to binary, disk files. The files Silo produces and the data within -them can be easily shared and exchanged between wholly independently -developed applications running on disparate computing platforms. - -Consequently, Silo facilitates the development of general purpose tools -for processing scientific data. One of the more popular tools that process -Silo data files is the VisIt visualization tool. - -Silo supports gridless (point) meshes, structured meshes, unstructured-zoo -and unstructured-arbitrary-polyhedral meshes, block structured AMR meshes, -constructive solid geometry (CSG) meshes, piecewise-constant (e.g. -zone-centered) and piecewise-linear (e.g. node-centered) variables defined -on the node, edge, face or volume elements of meshes as well as the -decomposition of meshes into arbitrary subset hierarchies including -materials and mixing materials. In addition, Silo supports a wide variety -of other useful objects to address various scientific computing -application needs.Although the Silo library is a serial library, it has -some key features which enable it to be applied quite effectively and -scalably in parallel. +Silo is a library for reading and writing a wide variety of scientific +data to binary, disk files. The files Silo produces and the data within +them can be easily shared and exchanged between wholly independently +developed applications running on disparate computing platforms. +Consequently, Silo facilitates the development of general purpose tools +for processing scientific data. WWW: https://wci.llnl.gov/codes/silo/ diff -urN /usr/ports/science/silo/pkg-plist science/silo/pkg-plist --- /usr/ports/science/silo/pkg-plist 2012-11-08 06:58:31.000000000 +0900 +++ science/silo/pkg-plist 2013-02-26 22:34:43.000000000 +0900 @@ -1,19 +1,17 @@ bin/browser -bin/silodiff -bin/silex +%%QT4%%bin/silex bin/silock +bin/silodiff bin/silofile +include/ioperf.h +include/pmpio.h include/silo.h include/silo.inc -include/pmpio.h -%%WITH_PYTHON%%lib/Silo.a -%%WITH_PYTHON%%lib/Silo.la -%%WITH_PYTHON%%lib/Silo.so -%%WITH_NCDF%%lib/libsilo.a -%%WITH_NCDF%%lib/libsilo.la -%%WITH_NCDF%%lib/libsilo.so -%%WITH_NCDF%%lib/libsilo.so.4 -%%WITH_HDF5%%lib/libsiloh5.a -%%WITH_HDF5%%lib/libsiloh5.la -%%WITH_HDF5%%lib/libsiloh5.so -%%WITH_HDF5%%lib/libsiloh5.so.4 +%%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 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 33087D2F for ; Thu, 28 Feb 2013 18:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 09210856 for ; Thu, 28 Feb 2013 18:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIA9Cj023511 for ; Thu, 28 Feb 2013 18:10:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIA94j023510; Thu, 28 Feb 2013 18:10:09 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:09 GMT Resent-Message-Id: <201302281810.r1SIA94j023510@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 3A482B1A for ; Thu, 28 Feb 2013 18:03:23 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 0DE9D7A2 for ; Thu, 28 Feb 2013 18:03:23 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 3609734034 for ; Fri, 1 Mar 2013 03:03:21 +0900 (JST) Message-Id: <20130301024521.149d0cb1f06e58757e2cbf4b@yahoo.com> Date: Fri, 1 Mar 2013 02:45:21 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176555: multimedia/aegisub: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:10 -0000 >Number: 176555 >Category: ports >Synopsis: multimedia/aegisub: Update MASTER_SITES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update MASTER_SITES - Fix portaudio2 support >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/aegisub/Makefile multimedia/aegisub/Makefile --- /usr/ports/multimedia/aegisub/Makefile 2012-11-08 06:39:20.000000000 +0900 +++ multimedia/aegisub/Makefile 2013-01-24 05:27:18.000000000 +0900 @@ -6,7 +6,7 @@ PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= http://ftp.aegisub.org/pub/archives/releases/source/ \ - ftp://ftp.aegisub.org/pub/archives/releases/srouce/ \ + ftp://ftp.aegisub.org/pub/archives/releases/source/ \ ftp://ftp2.aegisub.org/pub/archives/releases/source/ \ GOOGLE_CODE:ffms PROJECTHOST= ffmpegsource @@ -26,7 +26,7 @@ GCOV_DESC= GCOV (require profiling) EFENCE_DESC= Electric Fence (require profiling) ASS_DESC= libASS subtitle provider -HUNSPELL_DESC= Hunspell support +HUNSPELL_DESC= Spell checking via Hunspell USE_GNOME= intltool USE_WX= 2.8 @@ -99,11 +99,9 @@ .endif .if ${PORT_OPTIONS:MPORTAUDIO} -BROKEN= portaudio2 support is broken BUILD_DEPENDS+= portaudio>=19:${PORTSDIR}/audio/portaudio2 RUN_DEPENDS+= portaudio>=19:${PORTSDIR}/audio/portaudio2 -CFLAGS+= -isystem ${LOCALBASE}/include/portaudio2 -LDFLAGS+= -L${LOCALBASE}/lib/portaudio2 +CONFIGURE_ENV+= PORTAUDIO_LIBS="${LOCALBASE}/lib/portaudio2/libportaudio.so" .else CONFIGURE_ARGS+= --without-portaudio .endif @@ -170,6 +168,10 @@ 's|@HAVE_AUTO3_LUA_TRUE@|#| ; \ s|@HAVE_AUTO3_LUA_FALSE@||' ${WRKSRC}/${i} .endfor +.for i in src/audio_player_portaudio.h + @${REINPLACE_CMD} -e \ + 's|||' ${WRKSRC}/${i} +.endfor pre-configure: .if ${PORT_OPTIONS:MFFMPEG} >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 6725ED35 for ; Thu, 28 Feb 2013 18:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4CADE85A for ; Thu, 28 Feb 2013 18:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAAVU023522 for ; Thu, 28 Feb 2013 18:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAARa023521; Thu, 28 Feb 2013 18:10:10 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:10 GMT Resent-Message-Id: <201302281810.r1SIAARa023521@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 779EAA62 for ; Thu, 28 Feb 2013 18:01:53 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 4623A77D for ; Thu, 28 Feb 2013 18:01:53 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id EF5CD50036 for ; Fri, 1 Mar 2013 03:01:50 +0900 (JST) Message-Id: <20130301024415.6c39dd6534fe9da0ed9bf22f@yahoo.com> Date: Fri, 1 Mar 2013 02:44:15 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176556: devel/rudiments: Update to version 0.41 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:10 -0000 >Number: 176556 >Category: ports >Synopsis: devel/rudiments: Update to version 0.41 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:09 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.41 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/rudiments/Makefile devel/rudiments/Makefile --- /usr/ports/devel/rudiments/Makefile 2013-02-14 19:56:27.000000000 +0900 +++ devel/rudiments/Makefile 2013-02-24 05:29:28.000000000 +0900 @@ -2,9 +2,9 @@ # $FreeBSD: head/devel/rudiments/Makefile 312209 2013-02-14 09:42:12Z gahr $ PORTNAME= rudiments -PORTVERSION= 0.40 +PORTVERSION= 0.41 CATEGORIES= devel -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/0.50 MAINTAINER= ports@FreeBSD.org COMMENT= C++ class library for daemons, clients, servers, and more diff -urN /usr/ports/devel/rudiments/distinfo devel/rudiments/distinfo --- /usr/ports/devel/rudiments/distinfo 2013-02-08 03:10:39.000000000 +0900 +++ devel/rudiments/distinfo 2013-02-24 05:33:20.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (rudiments-0.40.tar.gz) = 763466daed63dd26553b198816626e702d8677fdb7f91786c1a1dbd4f704c044 -SIZE (rudiments-0.40.tar.gz) = 1469860 +SHA256 (rudiments-0.41.tar.gz) = c2a128b31e70115b76bf6e8f6f4be34310a51e52ae6ef9a6470f17d4f720b1ee +SIZE (rudiments-0.41.tar.gz) = 1480480 diff -urN /usr/ports/devel/rudiments/pkg-plist devel/rudiments/pkg-plist --- /usr/ports/devel/rudiments/pkg-plist 2013-02-08 03:10:39.000000000 +0900 +++ devel/rudiments/pkg-plist 2013-02-24 05:38:40.000000000 +0900 @@ -233,6 +233,8 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientserverfactory.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientsocket-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classclientsocket.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classcodetree-members.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/classcodetree.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcommandline-members.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classcommandline.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/classconststringdictionary-members.html @@ -426,6 +428,8 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/clientsocket_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/clientsocketincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/closed.png +%%PORTDOCS%%%%DOCSDIR%%/classes/html/codetree_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/codetreeincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/commandline_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/commandlineincludes_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/config_8h_source.html @@ -598,6 +602,7 @@ %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2chat_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2client_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2clientsocket_8h_source.html +%%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2codetree_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2commandline_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2crypt_8h_source.html %%PORTDOCS%%%%DOCSDIR%%/classes/html/private_2daemonprocess_8h_source.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id CFB9CD39 for ; Thu, 28 Feb 2013 18:10:10 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A02A585D for ; Thu, 28 Feb 2013 18:10:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAAXr023531 for ; Thu, 28 Feb 2013 18:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAA0Y023530; Thu, 28 Feb 2013 18:10:10 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:10 GMT Resent-Message-Id: <201302281810.r1SIAA0Y023530@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 13A30AC0 for ; Thu, 28 Feb 2013 18:02:38 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id DED4178C for ; Thu, 28 Feb 2013 18:02:37 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 23C9D23C031 for ; Fri, 1 Mar 2013 03:02:35 +0900 (JST) Message-Id: <20130301024456.434e8e675f9a5b5a44f70e88@yahoo.com> Date: Fri, 1 Mar 2013 02:44:56 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176557: graphics/pngquant: Update to version 1.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:10 -0000 >Number: 176557 >Category: ports >Synopsis: graphics/pngquant: Update to version 1.8.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:10 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.8.3 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/pngquant/Makefile graphics/pngquant/Makefile --- /usr/ports/graphics/pngquant/Makefile 2013-01-21 15:28:27.000000000 +0900 +++ graphics/pngquant/Makefile 2013-02-27 14:11:28.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/graphics/pngquant/Makefile 310735 2013-01-21 03:26:21Z araujo $ PORTNAME= pngquant -PORTVERSION= 1.8.1 +PORTVERSION= 1.8.3 DISTVERSIONSUFFIX= -src CATEGORIES= graphics MASTER_SITES= http://pngquant.org/ diff -urN /usr/ports/graphics/pngquant/distinfo graphics/pngquant/distinfo --- /usr/ports/graphics/pngquant/distinfo 2013-01-21 15:28:27.000000000 +0900 +++ graphics/pngquant/distinfo 2013-02-27 14:12:27.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (pngquant-1.8.1-src.tar.bz2) = 4fa4bb620913328d7bee1c45e1f3a241b3a6115d514b407dd110673b1d552c94 -SIZE (pngquant-1.8.1-src.tar.bz2) = 31605 +SHA256 (pngquant-1.8.3-src.tar.bz2) = e3d18b12ddf4ee159a696408b147d667674e52121f11660fc15ce3967dd053b9 +SIZE (pngquant-1.8.3-src.tar.bz2) = 32287 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 2CB58D3B for ; Thu, 28 Feb 2013 18:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1474685F for ; Thu, 28 Feb 2013 18:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAA1K023540 for ; Thu, 28 Feb 2013 18:10:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAAk9023539; Thu, 28 Feb 2013 18:10:10 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:10 GMT Resent-Message-Id: <201302281810.r1SIAAk9023539@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 84B43B19 for ; Thu, 28 Feb 2013 18:03:19 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id AD5427A1 for ; Thu, 28 Feb 2013 18:03:18 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 0DFD44AC036 for ; Fri, 1 Mar 2013 03:03:00 +0900 (JST) Message-Id: <20130301024516.1587bfba99ae60457c52f224@yahoo.com> Date: Fri, 1 Mar 2013 02:45:16 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176558: multimedia/2mandvd: Fix crash when locale is set to certain values X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:11 -0000 >Number: 176558 >Category: ports >Synopsis: multimedia/2mandvd: Fix crash when locale is set to certain values >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:10 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Fix crash when locale is set to certain values New file: files/patch-videowrapper.cpp files/patch-videowrapper.h >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/2mandvd/Makefile multimedia/2mandvd/Makefile --- /usr/ports/multimedia/2mandvd/Makefile 2013-02-08 03:11:05.000000000 +0900 +++ multimedia/2mandvd/Makefile 2013-02-13 17:02:37.000000000 +0900 @@ -3,6 +3,7 @@ PORTNAME= 2ManDVD PORTVERSION= 1.8.4 +PORTREVISION= 1 CATEGORIES= multimedia kde MASTER_SITES= http://download.tuxfamily.org/2mandvd/ @@ -14,6 +15,7 @@ LIB_DEPENDS= avcodec:${PORTSDIR}/multimedia/ffmpeg RUN_DEPENDS= sox:${PORTSDIR}/audio/sox \ notify-send:${PORTSDIR}/devel/libnotify \ + exif:${PORTSDIR}/graphics/exif \ netpbm>=10.26:${PORTSDIR}/graphics/netpbm \ dvdauthor:${PORTSDIR}/multimedia/dvdauthor \ ffmpegthumbnailer:${PORTSDIR}/multimedia/ffmpegthumbnailer \ @@ -22,6 +24,7 @@ mplayer:${PORTSDIR}/multimedia/mplayer \ tcprobe:${PORTSDIR}/multimedia/transcode \ xine:${PORTSDIR}/multimedia/xine \ + bash:${PORTSDIR}/shells/bash \ growisofs:${PORTSDIR}/sysutils/dvd+rw-tools WRKSRC= ${WRKDIR}/${PORTNAME} @@ -36,6 +39,13 @@ MAKE_ENV= QTDIR="${QT_PREFIX}" MAKE_JOBS_SAFE= yes +DATADIR= ${PREFIX}/share/2ManDVD + +LRELEASE= ${LOCALBASE}/bin/lrelease-qt4 + +post-extract: + @${FIND} ${WRKSRC} -name "*~" -delete + post-patch: @${GREP} -lR "/bash" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ 's|/bash|/sh|' @@ -43,8 +53,8 @@ 's|cp -rf|cp -Rf|' @${REINPLACE_CMD} -e \ 's|/usr/include|${LOCALBASE}/include| ; \ - s|/usr/share/2ManDVD|${PREFIX}/lib/2ManDVD| ; \ - s|/usr/bin|${PREFIX}/bin| ; \ + s|/usr/share/2ManDVD|${DATADIR}| ; \ + s|/usr/bin|${DATADIR}| ; \ s|/usr/share/applications|${PREFIX}/share/applications| ; \ s|^QMAKE_|#QMAKE_|' ${WRKSRC}/2ManDVD.pro @${REINPLACE_CMD} -e \ @@ -52,16 +62,21 @@ @${REINPLACE_CMD} -e \ 's|/usr/share/2ManDVD|${PREFIX}/share/pixmaps| ; \ s|/usr/bin/||' ${WRKSRC}/2ManDVD.desktop + @${REINPLACE_CMD} -e \ + 's|Ne slideshow|New slidshow|' ${WRKSRC}/2mandvd_en.ts do-configure: (cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} ${QMAKEFLAGS}) +pre-build: + (cd ${WRKSRC} && ${LRELEASE} 2mandvd_en.ts) + do-install: (cd ${WRKSRC} && ${INSTALL_PROGRAM} 2ManDVD ${PREFIX}/bin) - (cd ${WRKSRC} && ${INSTALL_SCRIPT} fake.pl ${PREFIX}/bin) - @${MKDIR} ${PREFIX}/lib/2ManDVD - (cd ${WRKSRC} && ${INSTALL_DATA} *.qm ${PREFIX}/lib/2ManDVD) - @(cd ${WRKSRC} && ${COPYTREE_SHARE} Bibliotheque ${PREFIX}/lib/2ManDVD) + @${MKDIR} ${DATADIR} + (cd ${WRKSRC} && ${INSTALL_SCRIPT} fake.pl ${DATADIR}) + (cd ${WRKSRC} && ${INSTALL_DATA} *.qm ${DATADIR}) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} Bibliotheque ${DATADIR}) @${MKDIR} ${DESKTOPDIR} (cd ${WRKSRC} && ${INSTALL_DATA} 2ManDVD.desktop ${DESKTOPDIR}) (cd ${WRKSRC}/Interface && ${INSTALL_DATA} mandvdico.png \ diff -urN /usr/ports/multimedia/2mandvd/files/patch-videowrapper.cpp multimedia/2mandvd/files/patch-videowrapper.cpp --- /usr/ports/multimedia/2mandvd/files/patch-videowrapper.cpp 1970-01-01 09:00:00.000000000 +0900 +++ multimedia/2mandvd/files/patch-videowrapper.cpp 2013-02-13 15:23:57.000000000 +0900 @@ -0,0 +1,11 @@ +--- videowrapper.cpp.orig ++++ videowrapper.cpp +@@ -38,7 +38,7 @@ void videowrapper::delete_videowrapper() + int videowrapper::load_video(QString filename) + { + // *** OUVERTURE DU FICHIER VIDEO *** +- #ifdef avformat_open_input ++ #if LIBAVFORMAT_VERSION_INT > AV_VERSION_INT(53,5,0) + if (avformat_open_input(&pFormatCtx,filename.toAscii().data(),NULL,NULL)!=0) + { + #else diff -urN /usr/ports/multimedia/2mandvd/files/patch-videowrapper.h multimedia/2mandvd/files/patch-videowrapper.h --- /usr/ports/multimedia/2mandvd/files/patch-videowrapper.h 1970-01-01 09:00:00.000000000 +0900 +++ multimedia/2mandvd/files/patch-videowrapper.h 2013-02-13 15:24:44.000000000 +0900 @@ -0,0 +1,10 @@ +--- videowrapper.h.orig ++++ videowrapper.h +@@ -11,6 +11,7 @@ + #include + #include + #include ++ #include + #include + } + diff -urN /usr/ports/multimedia/2mandvd/pkg-plist multimedia/2mandvd/pkg-plist --- /usr/ports/multimedia/2mandvd/pkg-plist 2013-02-08 03:11:05.000000000 +0900 +++ multimedia/2mandvd/pkg-plist 2013-02-13 16:35:28.000000000 +0900 @@ -1,533 +1,531 @@ bin/2ManDVD -bin/fake.pl -lib/2ManDVD/2mandvd_cs.qm -lib/2ManDVD/2mandvd_de.qm -lib/2ManDVD/2mandvd_en.qm -lib/2ManDVD/2mandvd_it.qm -lib/2ManDVD/2mandvd_ru.qm -lib/2ManDVD/Bibliotheque/3d/ani3d.dat -lib/2ManDVD/Bibliotheque/3d/ani3d.dat~ -lib/2ManDVD/Bibliotheque/Animations/Papillon_3.gif -lib/2ManDVD/Bibliotheque/Animations/biche.gif -lib/2ManDVD/Bibliotheque/Animations/bougie_001.gif -lib/2ManDVD/Bibliotheque/Animations/cactus.gif -lib/2ManDVD/Bibliotheque/Animations/canard_001.gif -lib/2ManDVD/Bibliotheque/Animations/canard_002.gif -lib/2ManDVD/Bibliotheque/Animations/clown_001.gif -lib/2ManDVD/Bibliotheque/Animations/clown_002.gif -lib/2ManDVD/Bibliotheque/Animations/doll_001.gif -lib/2ManDVD/Bibliotheque/Animations/doll_002.gif -lib/2ManDVD/Bibliotheque/Animations/etoiles-rose.gif -lib/2ManDVD/Bibliotheque/Animations/flower_001.gif -lib/2ManDVD/Bibliotheque/Animations/flower_002.gif -lib/2ManDVD/Bibliotheque/Animations/flower_003.gif -lib/2ManDVD/Bibliotheque/Animations/flower_004.gif -lib/2ManDVD/Bibliotheque/Animations/flower_005.gif -lib/2ManDVD/Bibliotheque/Animations/flower_006.gif -lib/2ManDVD/Bibliotheque/Animations/knight-horseback.gif -lib/2ManDVD/Bibliotheque/Animations/lune_1.gif -lib/2ManDVD/Bibliotheque/Animations/mars.gif -lib/2ManDVD/Bibliotheque/Animations/mouette_001.gif -lib/2ManDVD/Bibliotheque/Animations/mouette_002.gif -lib/2ManDVD/Bibliotheque/Animations/oiseau_002.gif -lib/2ManDVD/Bibliotheque/Animations/papillon_1.gif -lib/2ManDVD/Bibliotheque/Animations/papillon_2.gif -lib/2ManDVD/Bibliotheque/Animations/poisson_1.gif -lib/2ManDVD/Bibliotheque/Animations/sexe_001.gif -lib/2ManDVD/Bibliotheque/Animations/sexe_002.gif -lib/2ManDVD/Bibliotheque/Animations/ski.gif -lib/2ManDVD/Bibliotheque/Animations/tower_001.gif -lib/2ManDVD/Bibliotheque/Luma/Blinds_001.png -lib/2ManDVD/Bibliotheque/Luma/Blinds_002.png -lib/2ManDVD/Bibliotheque/Luma/Blob.png -lib/2ManDVD/Bibliotheque/Luma/Brule_001.png -lib/2ManDVD/Bibliotheque/Luma/Brule_002.png -lib/2ManDVD/Bibliotheque/Luma/Brule_003.png -lib/2ManDVD/Bibliotheque/Luma/BumpWood.png -lib/2ManDVD/Bibliotheque/Luma/Carre_001.png -lib/2ManDVD/Bibliotheque/Luma/Carre_002.png -lib/2ManDVD/Bibliotheque/Luma/Carre_003.png -lib/2ManDVD/Bibliotheque/Luma/Carre_004.png -lib/2ManDVD/Bibliotheque/Luma/Carre_005.png -lib/2ManDVD/Bibliotheque/Luma/Carre_006.png -lib/2ManDVD/Bibliotheque/Luma/Carre_007.png -lib/2ManDVD/Bibliotheque/Luma/Cercle_001.png -lib/2ManDVD/Bibliotheque/Luma/Cercle_002.png -lib/2ManDVD/Bibliotheque/Luma/Cercle_003.png -lib/2ManDVD/Bibliotheque/Luma/Coeur.png -lib/2ManDVD/Bibliotheque/Luma/Coeur_002.png -lib/2ManDVD/Bibliotheque/Luma/CrustCurd.png -lib/2ManDVD/Bibliotheque/Luma/CrustLarge.png -lib/2ManDVD/Bibliotheque/Luma/CrustSmallPox.png -lib/2ManDVD/Bibliotheque/Luma/CrustWave.png -lib/2ManDVD/Bibliotheque/Luma/CubicMosaic.png -lib/2ManDVD/Bibliotheque/Luma/Damier_001.png -lib/2ManDVD/Bibliotheque/Luma/Damier_002.png -lib/2ManDVD/Bibliotheque/Luma/Damier_003.png -lib/2ManDVD/Bibliotheque/Luma/Damier_004.png -lib/2ManDVD/Bibliotheque/Luma/Damier_005.png -lib/2ManDVD/Bibliotheque/Luma/Damier_006.png -lib/2ManDVD/Bibliotheque/Luma/Damier_007.png -lib/2ManDVD/Bibliotheque/Luma/DynaRipple.png -lib/2ManDVD/Bibliotheque/Luma/DynaRipple2.png -lib/2ManDVD/Bibliotheque/Luma/Etoile_001.png -lib/2ManDVD/Bibliotheque/Luma/Etoile_002.png -lib/2ManDVD/Bibliotheque/Luma/Etoile_003.png -lib/2ManDVD/Bibliotheque/Luma/Etoile_004.png -lib/2ManDVD/Bibliotheque/Luma/Flammes.png -lib/2ManDVD/Bibliotheque/Luma/Fleurs_001.png -lib/2ManDVD/Bibliotheque/Luma/Fleurs_002.png -lib/2ManDVD/Bibliotheque/Luma/Fractale_001.png -lib/2ManDVD/Bibliotheque/Luma/Helice_001.png -lib/2ManDVD/Bibliotheque/Luma/Helice_002.png -lib/2ManDVD/Bibliotheque/Luma/Kleck.png -lib/2ManDVD/Bibliotheque/Luma/Laser_001.png -lib/2ManDVD/Bibliotheque/Luma/Marble.png -lib/2ManDVD/Bibliotheque/Luma/Mer_001.png -lib/2ManDVD/Bibliotheque/Luma/Nuages_001.png -lib/2ManDVD/Bibliotheque/Luma/Nuages_002.png -lib/2ManDVD/Bibliotheque/Luma/Ondes_001.png -lib/2ManDVD/Bibliotheque/Luma/Page_wipe.png -lib/2ManDVD/Bibliotheque/Luma/Pattern_001.png -lib/2ManDVD/Bibliotheque/Luma/Pattern_002.png -lib/2ManDVD/Bibliotheque/Luma/Pattern_003.png -lib/2ManDVD/Bibliotheque/Luma/Pendule_001.png -lib/2ManDVD/Bibliotheque/Luma/Pendule_002.png -lib/2ManDVD/Bibliotheque/Luma/Pluie_001.png -lib/2ManDVD/Bibliotheque/Luma/Points_001.png -lib/2ManDVD/Bibliotheque/Luma/Points_002.png -lib/2ManDVD/Bibliotheque/Luma/Points_003.png -lib/2ManDVD/Bibliotheque/Luma/PuzzleA.png -lib/2ManDVD/Bibliotheque/Luma/PuzzleB.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_Radial.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_Radial_002.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_Radial_003.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_3D.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_horizontales_001.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_horizontales_002.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_horizontales_003.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_verticales_001.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_verticales_002.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bandes_verticales_003.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_bas.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_droite.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_gauche.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_haut.png -lib/2ManDVD/Bibliotheque/Luma/Recouvrement_radial_angle.png -lib/2ManDVD/Bibliotheque/Luma/Rideau_001.png -lib/2ManDVD/Bibliotheque/Luma/Rideau_002.png -lib/2ManDVD/Bibliotheque/Luma/Rideau_003.png -lib/2ManDVD/Bibliotheque/Luma/Rideau_004.png -lib/2ManDVD/Bibliotheque/Luma/Ripple-Sine.png -lib/2ManDVD/Bibliotheque/Luma/Rond_001.png -lib/2ManDVD/Bibliotheque/Luma/Rond_002.png -lib/2ManDVD/Bibliotheque/Luma/Sinus1.png -lib/2ManDVD/Bibliotheque/Luma/Sinus10.png -lib/2ManDVD/Bibliotheque/Luma/Sinus11.png -lib/2ManDVD/Bibliotheque/Luma/Sinus12.png -lib/2ManDVD/Bibliotheque/Luma/Sinus2.png -lib/2ManDVD/Bibliotheque/Luma/Sinus3.png -lib/2ManDVD/Bibliotheque/Luma/Sinus4.png -lib/2ManDVD/Bibliotheque/Luma/Sinus5.png -lib/2ManDVD/Bibliotheque/Luma/Sinus6.png -lib/2ManDVD/Bibliotheque/Luma/Sinus7.png -lib/2ManDVD/Bibliotheque/Luma/Sinus8.png -lib/2ManDVD/Bibliotheque/Luma/Sinus9.png -lib/2ManDVD/Bibliotheque/Luma/Smoke_001.png -lib/2ManDVD/Bibliotheque/Luma/Snake05.png -lib/2ManDVD/Bibliotheque/Luma/Snake06.png -lib/2ManDVD/Bibliotheque/Luma/Snake07.png -lib/2ManDVD/Bibliotheque/Luma/Snake08.png -lib/2ManDVD/Bibliotheque/Luma/Snowflakes.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_001.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_002.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_003.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_004.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_005.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_006.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_007.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_008.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_009.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_010.png -lib/2ManDVD/Bibliotheque/Luma/Spirale_011.png -lib/2ManDVD/Bibliotheque/Luma/Star3out1.png -lib/2ManDVD/Bibliotheque/Luma/Star3out3.png -lib/2ManDVD/Bibliotheque/Luma/Star3out4.png -lib/2ManDVD/Bibliotheque/Luma/Star5out2.png -lib/2ManDVD/Bibliotheque/Luma/Star5out3.png -lib/2ManDVD/Bibliotheque/Luma/Star5out5.png -lib/2ManDVD/Bibliotheque/Luma/Star5out6.png -lib/2ManDVD/Bibliotheque/Luma/Star5out8.png -lib/2ManDVD/Bibliotheque/Luma/Star6out2.png -lib/2ManDVD/Bibliotheque/Luma/Star_1.png -lib/2ManDVD/Bibliotheque/Luma/StripedCircle.png -lib/2ManDVD/Bibliotheque/Luma/TwistedFish.png -lib/2ManDVD/Bibliotheque/Luma/V_001.png -lib/2ManDVD/Bibliotheque/Luma/Vague_001.png -lib/2ManDVD/Bibliotheque/Luma/Vague_002.png -lib/2ManDVD/Bibliotheque/Luma/Vague_003.png -lib/2ManDVD/Bibliotheque/Luma/VerXout.png -lib/2ManDVD/Bibliotheque/Luma/Wipe_x_mirror.png -lib/2ManDVD/Bibliotheque/Luma/Zigzag_001.png -lib/2ManDVD/Bibliotheque/Luma/Zigzag_002.png -lib/2ManDVD/Bibliotheque/Luma/Zigzag_003.png -lib/2ManDVD/Bibliotheque/Luma/Zigzag_004.png -lib/2ManDVD/Bibliotheque/Luma/crossfade.png -lib/2ManDVD/Bibliotheque/Luma/hatched_1.png -lib/2ManDVD/Bibliotheque/Luma/hourglass_1.png -lib/2ManDVD/Bibliotheque/Luma/hourglass_2.png -lib/2ManDVD/Bibliotheque/Luma/hourglass_3.png -lib/2ManDVD/Bibliotheque/Luma/hourglass_4.png -lib/2ManDVD/Bibliotheque/Luma/pattern21.png -lib/2ManDVD/Bibliotheque/Luma/pattern22.png -lib/2ManDVD/Bibliotheque/Luma/pattern23.png -lib/2ManDVD/Bibliotheque/Luma/pattern24.png -lib/2ManDVD/Bibliotheque/Luma/pattern25.png -lib/2ManDVD/Bibliotheque/Luma/pattern26.png -lib/2ManDVD/Bibliotheque/Luma/pattern27.png -lib/2ManDVD/Bibliotheque/Luma/pattern28.png -lib/2ManDVD/Bibliotheque/Luma/pattern29.png -lib/2ManDVD/Bibliotheque/Luma/pattern30.png -lib/2ManDVD/Bibliotheque/Luma/pattern31.png -lib/2ManDVD/Bibliotheque/Luma/pattern32.png -lib/2ManDVD/Bibliotheque/Luma/pattern33.png -lib/2ManDVD/Bibliotheque/Luma/pattern37.png -lib/2ManDVD/Bibliotheque/Luma/pattern38.png -lib/2ManDVD/Bibliotheque/Luma/pattern39.png -lib/2ManDVD/Bibliotheque/Luma/pattern40.png -lib/2ManDVD/Bibliotheque/Luma/pattern48.png -lib/2ManDVD/Bibliotheque/Luma/polar.png -lib/2ManDVD/Bibliotheque/Luma/reliefwipedown.png -lib/2ManDVD/Bibliotheque/Luma/snakerelief.png -lib/2ManDVD/Bibliotheque/Luma/special_effect01.png -lib/2ManDVD/Bibliotheque/Luma/special_effect02.png -lib/2ManDVD/Bibliotheque/Luma/special_effect03.png -lib/2ManDVD/Bibliotheque/Luma/special_effect19.png -lib/2ManDVD/Bibliotheque/Luma/spiral_abstract_1.png -lib/2ManDVD/Bibliotheque/Luma/spiral_abstract_2.png -lib/2ManDVD/Bibliotheque/Luma/star_2.png -lib/2ManDVD/Bibliotheque/Masks/2t_Holmes_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_Stop_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_ampoule_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_ballon_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_bateau_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_bird_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_cadre_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_cadre_002.png -lib/2ManDVD/Bibliotheque/Masks/2t_cadre_003.png -lib/2ManDVD/Bibliotheque/Masks/2t_camera_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_cd_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_chien_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_clap_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_cloche_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_coeurs_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_dechire_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_dragon_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_ecran_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_enfants_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_etoile_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_femme_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_film_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_flake_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_fleur_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_fleur_002.png -lib/2ManDVD/Bibliotheque/Masks/2t_helice_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_lune_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_maison_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_mickey_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_nuage_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_ours_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_panda_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_papillon_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_photos_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_photos_002.png -lib/2ManDVD/Bibliotheque/Masks/2t_poule_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_profil_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_rond_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_rose2_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_rose_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_rubans_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_sapin_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_schtroumpf_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_serrure_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_singe_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_tourbillon_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_tr__fle_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_tux_001.png -lib/2ManDVD/Bibliotheque/Masks/2t_vache_001.png -lib/2ManDVD/Bibliotheque/Masks/Holmes_001.png -lib/2ManDVD/Bibliotheque/Masks/ampoule_001.png -lib/2ManDVD/Bibliotheque/Masks/ballon_001.png -lib/2ManDVD/Bibliotheque/Masks/bateau_001.png -lib/2ManDVD/Bibliotheque/Masks/biche.png -lib/2ManDVD/Bibliotheque/Masks/bird_001.png -lib/2ManDVD/Bibliotheque/Masks/cadre_001.png -lib/2ManDVD/Bibliotheque/Masks/cadre_002.png -lib/2ManDVD/Bibliotheque/Masks/cadre_003.png -lib/2ManDVD/Bibliotheque/Masks/cadre_004.png -lib/2ManDVD/Bibliotheque/Masks/camera_001.png -lib/2ManDVD/Bibliotheque/Masks/cd_001.png -lib/2ManDVD/Bibliotheque/Masks/chien_001.png -lib/2ManDVD/Bibliotheque/Masks/clap_001.png -lib/2ManDVD/Bibliotheque/Masks/cloche_001.png -lib/2ManDVD/Bibliotheque/Masks/coeurs_001.png -lib/2ManDVD/Bibliotheque/Masks/dechire_001.png -lib/2ManDVD/Bibliotheque/Masks/dechire_002.png -lib/2ManDVD/Bibliotheque/Masks/dechire_003.png -lib/2ManDVD/Bibliotheque/Masks/dragon_001.png -lib/2ManDVD/Bibliotheque/Masks/ecran_001.png -lib/2ManDVD/Bibliotheque/Masks/enfants_001.png -lib/2ManDVD/Bibliotheque/Masks/etoile_001.png -lib/2ManDVD/Bibliotheque/Masks/etoile_002.png -lib/2ManDVD/Bibliotheque/Masks/etoile_003.png -lib/2ManDVD/Bibliotheque/Masks/femme_001.png -lib/2ManDVD/Bibliotheque/Masks/feuille_001.png -lib/2ManDVD/Bibliotheque/Masks/film_001.png -lib/2ManDVD/Bibliotheque/Masks/flake_001.png -lib/2ManDVD/Bibliotheque/Masks/fleur_001.png -lib/2ManDVD/Bibliotheque/Masks/fleur_002.png -lib/2ManDVD/Bibliotheque/Masks/froisse_001.png -lib/2ManDVD/Bibliotheque/Masks/helice_001.png -lib/2ManDVD/Bibliotheque/Masks/lune_001.png -lib/2ManDVD/Bibliotheque/Masks/maison_001.png -lib/2ManDVD/Bibliotheque/Masks/mickey_001.png -lib/2ManDVD/Bibliotheque/Masks/nuage_001.png -lib/2ManDVD/Bibliotheque/Masks/oeil.png -lib/2ManDVD/Bibliotheque/Masks/ours_001.png -lib/2ManDVD/Bibliotheque/Masks/panda_001.png -lib/2ManDVD/Bibliotheque/Masks/papillon_001.png -lib/2ManDVD/Bibliotheque/Masks/parchemin_001.png -lib/2ManDVD/Bibliotheque/Masks/photos_001.png -lib/2ManDVD/Bibliotheque/Masks/photos_002.png -lib/2ManDVD/Bibliotheque/Masks/poule_001.png -lib/2ManDVD/Bibliotheque/Masks/profil_001.png -lib/2ManDVD/Bibliotheque/Masks/rectangle_001.png -lib/2ManDVD/Bibliotheque/Masks/rond_001.png -lib/2ManDVD/Bibliotheque/Masks/rond_002.png -lib/2ManDVD/Bibliotheque/Masks/rond_003.png -lib/2ManDVD/Bibliotheque/Masks/rond_004.png -lib/2ManDVD/Bibliotheque/Masks/rose2_001.png -lib/2ManDVD/Bibliotheque/Masks/rose_001.png -lib/2ManDVD/Bibliotheque/Masks/rubans_001.png -lib/2ManDVD/Bibliotheque/Masks/sapin_001.png -lib/2ManDVD/Bibliotheque/Masks/schtroumpf_001.png -lib/2ManDVD/Bibliotheque/Masks/serrure_001.png -lib/2ManDVD/Bibliotheque/Masks/singe_001.png -lib/2ManDVD/Bibliotheque/Masks/skeleton_001.png -lib/2ManDVD/Bibliotheque/Masks/spider_001.png -lib/2ManDVD/Bibliotheque/Masks/tache_001.png -lib/2ManDVD/Bibliotheque/Masks/tourbillon_001.png -lib/2ManDVD/Bibliotheque/Masks/tr__fle_001.png -lib/2ManDVD/Bibliotheque/Masks/tux_001.png -lib/2ManDVD/Bibliotheque/Masks/vache_001.png -lib/2ManDVD/Bibliotheque/Masks/vframe.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/2t_0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqu3.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqui2.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqui5.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_4.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_5.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/4.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/5.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/papi1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/mouette_001.gif -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/4.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/lune_1.gif -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/lune_2.gif -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/2t_0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/2t_0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/2t_2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/2t_0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/doll_001.gif -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/bou__e.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/2t_0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/2t_2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/feuille1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/feuille2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min__raux/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min__raux/pierre.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min__raux/pierre1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min__raux/pierre2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min__raux/pierre3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min__raux/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min__raux/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M__tal/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M__tal/impacts-balles.gif -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M__tal/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M__tal/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/2t_0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/2t_2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/2t_3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/lune.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/etoiles-rose.gif -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/lune.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/mars.gif -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/dia.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/2t_1.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/2t_2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/neige2.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/2t_0.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/2t_2.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/Paris2.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris/theme.txt -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/2t_5.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/3.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/4.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/5.png -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/fd.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/states2.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/theme.jpg -lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States/theme.txt -lib/2ManDVD/Bibliotheque/table_luma.dat -lib/2ManDVD/Bibliotheque/table_luma.dat~ +%%DATADIR%%/2mandvd_cs.qm +%%DATADIR%%/2mandvd_de.qm +%%DATADIR%%/2mandvd_en.qm +%%DATADIR%%/2mandvd_it.qm +%%DATADIR%%/2mandvd_ru.qm +%%DATADIR%%/Bibliotheque/3d/ani3d.dat +%%DATADIR%%/Bibliotheque/Animations/Papillon_3.gif +%%DATADIR%%/Bibliotheque/Animations/biche.gif +%%DATADIR%%/Bibliotheque/Animations/bougie_001.gif +%%DATADIR%%/Bibliotheque/Animations/cactus.gif +%%DATADIR%%/Bibliotheque/Animations/canard_001.gif +%%DATADIR%%/Bibliotheque/Animations/canard_002.gif +%%DATADIR%%/Bibliotheque/Animations/clown_001.gif +%%DATADIR%%/Bibliotheque/Animations/clown_002.gif +%%DATADIR%%/Bibliotheque/Animations/doll_001.gif +%%DATADIR%%/Bibliotheque/Animations/doll_002.gif +%%DATADIR%%/Bibliotheque/Animations/etoiles-rose.gif +%%DATADIR%%/Bibliotheque/Animations/flower_001.gif +%%DATADIR%%/Bibliotheque/Animations/flower_002.gif +%%DATADIR%%/Bibliotheque/Animations/flower_003.gif +%%DATADIR%%/Bibliotheque/Animations/flower_004.gif +%%DATADIR%%/Bibliotheque/Animations/flower_005.gif +%%DATADIR%%/Bibliotheque/Animations/flower_006.gif +%%DATADIR%%/Bibliotheque/Animations/knight-horseback.gif +%%DATADIR%%/Bibliotheque/Animations/lune_1.gif +%%DATADIR%%/Bibliotheque/Animations/mars.gif +%%DATADIR%%/Bibliotheque/Animations/mouette_001.gif +%%DATADIR%%/Bibliotheque/Animations/mouette_002.gif +%%DATADIR%%/Bibliotheque/Animations/oiseau_002.gif +%%DATADIR%%/Bibliotheque/Animations/papillon_1.gif +%%DATADIR%%/Bibliotheque/Animations/papillon_2.gif +%%DATADIR%%/Bibliotheque/Animations/poisson_1.gif +%%DATADIR%%/Bibliotheque/Animations/sexe_001.gif +%%DATADIR%%/Bibliotheque/Animations/sexe_002.gif +%%DATADIR%%/Bibliotheque/Animations/ski.gif +%%DATADIR%%/Bibliotheque/Animations/tower_001.gif +%%DATADIR%%/Bibliotheque/Luma/Blinds_001.png +%%DATADIR%%/Bibliotheque/Luma/Blinds_002.png +%%DATADIR%%/Bibliotheque/Luma/Blob.png +%%DATADIR%%/Bibliotheque/Luma/Brule_001.png +%%DATADIR%%/Bibliotheque/Luma/Brule_002.png +%%DATADIR%%/Bibliotheque/Luma/Brule_003.png +%%DATADIR%%/Bibliotheque/Luma/BumpWood.png +%%DATADIR%%/Bibliotheque/Luma/Carre_001.png +%%DATADIR%%/Bibliotheque/Luma/Carre_002.png +%%DATADIR%%/Bibliotheque/Luma/Carre_003.png +%%DATADIR%%/Bibliotheque/Luma/Carre_004.png +%%DATADIR%%/Bibliotheque/Luma/Carre_005.png +%%DATADIR%%/Bibliotheque/Luma/Carre_006.png +%%DATADIR%%/Bibliotheque/Luma/Carre_007.png +%%DATADIR%%/Bibliotheque/Luma/Cercle_001.png +%%DATADIR%%/Bibliotheque/Luma/Cercle_002.png +%%DATADIR%%/Bibliotheque/Luma/Cercle_003.png +%%DATADIR%%/Bibliotheque/Luma/Coeur.png +%%DATADIR%%/Bibliotheque/Luma/Coeur_002.png +%%DATADIR%%/Bibliotheque/Luma/CrustCurd.png +%%DATADIR%%/Bibliotheque/Luma/CrustLarge.png +%%DATADIR%%/Bibliotheque/Luma/CrustSmallPox.png +%%DATADIR%%/Bibliotheque/Luma/CrustWave.png +%%DATADIR%%/Bibliotheque/Luma/CubicMosaic.png +%%DATADIR%%/Bibliotheque/Luma/Damier_001.png +%%DATADIR%%/Bibliotheque/Luma/Damier_002.png +%%DATADIR%%/Bibliotheque/Luma/Damier_003.png +%%DATADIR%%/Bibliotheque/Luma/Damier_004.png +%%DATADIR%%/Bibliotheque/Luma/Damier_005.png +%%DATADIR%%/Bibliotheque/Luma/Damier_006.png +%%DATADIR%%/Bibliotheque/Luma/Damier_007.png +%%DATADIR%%/Bibliotheque/Luma/DynaRipple.png +%%DATADIR%%/Bibliotheque/Luma/DynaRipple2.png +%%DATADIR%%/Bibliotheque/Luma/Etoile_001.png +%%DATADIR%%/Bibliotheque/Luma/Etoile_002.png +%%DATADIR%%/Bibliotheque/Luma/Etoile_003.png +%%DATADIR%%/Bibliotheque/Luma/Etoile_004.png +%%DATADIR%%/Bibliotheque/Luma/Flammes.png +%%DATADIR%%/Bibliotheque/Luma/Fleurs_001.png +%%DATADIR%%/Bibliotheque/Luma/Fleurs_002.png +%%DATADIR%%/Bibliotheque/Luma/Fractale_001.png +%%DATADIR%%/Bibliotheque/Luma/Helice_001.png +%%DATADIR%%/Bibliotheque/Luma/Helice_002.png +%%DATADIR%%/Bibliotheque/Luma/Kleck.png +%%DATADIR%%/Bibliotheque/Luma/Laser_001.png +%%DATADIR%%/Bibliotheque/Luma/Marble.png +%%DATADIR%%/Bibliotheque/Luma/Mer_001.png +%%DATADIR%%/Bibliotheque/Luma/Nuages_001.png +%%DATADIR%%/Bibliotheque/Luma/Nuages_002.png +%%DATADIR%%/Bibliotheque/Luma/Ondes_001.png +%%DATADIR%%/Bibliotheque/Luma/Page_wipe.png +%%DATADIR%%/Bibliotheque/Luma/Pattern_001.png +%%DATADIR%%/Bibliotheque/Luma/Pattern_002.png +%%DATADIR%%/Bibliotheque/Luma/Pattern_003.png +%%DATADIR%%/Bibliotheque/Luma/Pendule_001.png +%%DATADIR%%/Bibliotheque/Luma/Pendule_002.png +%%DATADIR%%/Bibliotheque/Luma/Pluie_001.png +%%DATADIR%%/Bibliotheque/Luma/Points_001.png +%%DATADIR%%/Bibliotheque/Luma/Points_002.png +%%DATADIR%%/Bibliotheque/Luma/Points_003.png +%%DATADIR%%/Bibliotheque/Luma/PuzzleA.png +%%DATADIR%%/Bibliotheque/Luma/PuzzleB.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_Radial.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_Radial_002.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_Radial_003.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_3D.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_horizontales_001.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_horizontales_002.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_horizontales_003.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_verticales_001.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_verticales_002.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bandes_verticales_003.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_bas.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_droite.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_gauche.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_haut.png +%%DATADIR%%/Bibliotheque/Luma/Recouvrement_radial_angle.png +%%DATADIR%%/Bibliotheque/Luma/Rideau_001.png +%%DATADIR%%/Bibliotheque/Luma/Rideau_002.png +%%DATADIR%%/Bibliotheque/Luma/Rideau_003.png +%%DATADIR%%/Bibliotheque/Luma/Rideau_004.png +%%DATADIR%%/Bibliotheque/Luma/Ripple-Sine.png +%%DATADIR%%/Bibliotheque/Luma/Rond_001.png +%%DATADIR%%/Bibliotheque/Luma/Rond_002.png +%%DATADIR%%/Bibliotheque/Luma/Sinus1.png +%%DATADIR%%/Bibliotheque/Luma/Sinus10.png +%%DATADIR%%/Bibliotheque/Luma/Sinus11.png +%%DATADIR%%/Bibliotheque/Luma/Sinus12.png +%%DATADIR%%/Bibliotheque/Luma/Sinus2.png +%%DATADIR%%/Bibliotheque/Luma/Sinus3.png +%%DATADIR%%/Bibliotheque/Luma/Sinus4.png +%%DATADIR%%/Bibliotheque/Luma/Sinus5.png +%%DATADIR%%/Bibliotheque/Luma/Sinus6.png +%%DATADIR%%/Bibliotheque/Luma/Sinus7.png +%%DATADIR%%/Bibliotheque/Luma/Sinus8.png +%%DATADIR%%/Bibliotheque/Luma/Sinus9.png +%%DATADIR%%/Bibliotheque/Luma/Smoke_001.png +%%DATADIR%%/Bibliotheque/Luma/Snake05.png +%%DATADIR%%/Bibliotheque/Luma/Snake06.png +%%DATADIR%%/Bibliotheque/Luma/Snake07.png +%%DATADIR%%/Bibliotheque/Luma/Snake08.png +%%DATADIR%%/Bibliotheque/Luma/Snowflakes.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_001.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_002.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_003.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_004.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_005.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_006.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_007.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_008.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_009.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_010.png +%%DATADIR%%/Bibliotheque/Luma/Spirale_011.png +%%DATADIR%%/Bibliotheque/Luma/Star3out1.png +%%DATADIR%%/Bibliotheque/Luma/Star3out3.png +%%DATADIR%%/Bibliotheque/Luma/Star3out4.png +%%DATADIR%%/Bibliotheque/Luma/Star5out2.png +%%DATADIR%%/Bibliotheque/Luma/Star5out3.png +%%DATADIR%%/Bibliotheque/Luma/Star5out5.png +%%DATADIR%%/Bibliotheque/Luma/Star5out6.png +%%DATADIR%%/Bibliotheque/Luma/Star5out8.png +%%DATADIR%%/Bibliotheque/Luma/Star6out2.png +%%DATADIR%%/Bibliotheque/Luma/Star_1.png +%%DATADIR%%/Bibliotheque/Luma/StripedCircle.png +%%DATADIR%%/Bibliotheque/Luma/TwistedFish.png +%%DATADIR%%/Bibliotheque/Luma/V_001.png +%%DATADIR%%/Bibliotheque/Luma/Vague_001.png +%%DATADIR%%/Bibliotheque/Luma/Vague_002.png +%%DATADIR%%/Bibliotheque/Luma/Vague_003.png +%%DATADIR%%/Bibliotheque/Luma/VerXout.png +%%DATADIR%%/Bibliotheque/Luma/Wipe_x_mirror.png +%%DATADIR%%/Bibliotheque/Luma/Zigzag_001.png +%%DATADIR%%/Bibliotheque/Luma/Zigzag_002.png +%%DATADIR%%/Bibliotheque/Luma/Zigzag_003.png +%%DATADIR%%/Bibliotheque/Luma/Zigzag_004.png +%%DATADIR%%/Bibliotheque/Luma/crossfade.png +%%DATADIR%%/Bibliotheque/Luma/hatched_1.png +%%DATADIR%%/Bibliotheque/Luma/hourglass_1.png +%%DATADIR%%/Bibliotheque/Luma/hourglass_2.png +%%DATADIR%%/Bibliotheque/Luma/hourglass_3.png +%%DATADIR%%/Bibliotheque/Luma/hourglass_4.png +%%DATADIR%%/Bibliotheque/Luma/pattern21.png +%%DATADIR%%/Bibliotheque/Luma/pattern22.png +%%DATADIR%%/Bibliotheque/Luma/pattern23.png +%%DATADIR%%/Bibliotheque/Luma/pattern24.png +%%DATADIR%%/Bibliotheque/Luma/pattern25.png +%%DATADIR%%/Bibliotheque/Luma/pattern26.png +%%DATADIR%%/Bibliotheque/Luma/pattern27.png +%%DATADIR%%/Bibliotheque/Luma/pattern28.png +%%DATADIR%%/Bibliotheque/Luma/pattern29.png +%%DATADIR%%/Bibliotheque/Luma/pattern30.png +%%DATADIR%%/Bibliotheque/Luma/pattern31.png +%%DATADIR%%/Bibliotheque/Luma/pattern32.png +%%DATADIR%%/Bibliotheque/Luma/pattern33.png +%%DATADIR%%/Bibliotheque/Luma/pattern37.png +%%DATADIR%%/Bibliotheque/Luma/pattern38.png +%%DATADIR%%/Bibliotheque/Luma/pattern39.png +%%DATADIR%%/Bibliotheque/Luma/pattern40.png +%%DATADIR%%/Bibliotheque/Luma/pattern48.png +%%DATADIR%%/Bibliotheque/Luma/polar.png +%%DATADIR%%/Bibliotheque/Luma/reliefwipedown.png +%%DATADIR%%/Bibliotheque/Luma/snakerelief.png +%%DATADIR%%/Bibliotheque/Luma/special_effect01.png +%%DATADIR%%/Bibliotheque/Luma/special_effect02.png +%%DATADIR%%/Bibliotheque/Luma/special_effect03.png +%%DATADIR%%/Bibliotheque/Luma/special_effect19.png +%%DATADIR%%/Bibliotheque/Luma/spiral_abstract_1.png +%%DATADIR%%/Bibliotheque/Luma/spiral_abstract_2.png +%%DATADIR%%/Bibliotheque/Luma/star_2.png +%%DATADIR%%/Bibliotheque/Masks/2t_Holmes_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_Stop_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_ampoule_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_ballon_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_bateau_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_bird_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_cadre_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_cadre_002.png +%%DATADIR%%/Bibliotheque/Masks/2t_cadre_003.png +%%DATADIR%%/Bibliotheque/Masks/2t_camera_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_cd_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_chien_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_clap_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_cloche_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_coeurs_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_dechire_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_dragon_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_ecran_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_enfants_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_etoile_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_femme_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_film_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_flake_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_fleur_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_fleur_002.png +%%DATADIR%%/Bibliotheque/Masks/2t_helice_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_lune_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_maison_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_mickey_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_nuage_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_ours_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_panda_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_papillon_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_photos_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_photos_002.png +%%DATADIR%%/Bibliotheque/Masks/2t_poule_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_profil_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_rond_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_rose2_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_rose_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_rubans_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_sapin_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_schtroumpf_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_serrure_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_singe_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_tourbillon_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_tr__fle_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_tux_001.png +%%DATADIR%%/Bibliotheque/Masks/2t_vache_001.png +%%DATADIR%%/Bibliotheque/Masks/Holmes_001.png +%%DATADIR%%/Bibliotheque/Masks/ampoule_001.png +%%DATADIR%%/Bibliotheque/Masks/ballon_001.png +%%DATADIR%%/Bibliotheque/Masks/bateau_001.png +%%DATADIR%%/Bibliotheque/Masks/biche.png +%%DATADIR%%/Bibliotheque/Masks/bird_001.png +%%DATADIR%%/Bibliotheque/Masks/cadre_001.png +%%DATADIR%%/Bibliotheque/Masks/cadre_002.png +%%DATADIR%%/Bibliotheque/Masks/cadre_003.png +%%DATADIR%%/Bibliotheque/Masks/cadre_004.png +%%DATADIR%%/Bibliotheque/Masks/camera_001.png +%%DATADIR%%/Bibliotheque/Masks/cd_001.png +%%DATADIR%%/Bibliotheque/Masks/chien_001.png +%%DATADIR%%/Bibliotheque/Masks/clap_001.png +%%DATADIR%%/Bibliotheque/Masks/cloche_001.png +%%DATADIR%%/Bibliotheque/Masks/coeurs_001.png +%%DATADIR%%/Bibliotheque/Masks/dechire_001.png +%%DATADIR%%/Bibliotheque/Masks/dechire_002.png +%%DATADIR%%/Bibliotheque/Masks/dechire_003.png +%%DATADIR%%/Bibliotheque/Masks/dragon_001.png +%%DATADIR%%/Bibliotheque/Masks/ecran_001.png +%%DATADIR%%/Bibliotheque/Masks/enfants_001.png +%%DATADIR%%/Bibliotheque/Masks/etoile_001.png +%%DATADIR%%/Bibliotheque/Masks/etoile_002.png +%%DATADIR%%/Bibliotheque/Masks/etoile_003.png +%%DATADIR%%/Bibliotheque/Masks/femme_001.png +%%DATADIR%%/Bibliotheque/Masks/feuille_001.png +%%DATADIR%%/Bibliotheque/Masks/film_001.png +%%DATADIR%%/Bibliotheque/Masks/flake_001.png +%%DATADIR%%/Bibliotheque/Masks/fleur_001.png +%%DATADIR%%/Bibliotheque/Masks/fleur_002.png +%%DATADIR%%/Bibliotheque/Masks/froisse_001.png +%%DATADIR%%/Bibliotheque/Masks/helice_001.png +%%DATADIR%%/Bibliotheque/Masks/lune_001.png +%%DATADIR%%/Bibliotheque/Masks/maison_001.png +%%DATADIR%%/Bibliotheque/Masks/mickey_001.png +%%DATADIR%%/Bibliotheque/Masks/nuage_001.png +%%DATADIR%%/Bibliotheque/Masks/oeil.png +%%DATADIR%%/Bibliotheque/Masks/ours_001.png +%%DATADIR%%/Bibliotheque/Masks/panda_001.png +%%DATADIR%%/Bibliotheque/Masks/papillon_001.png +%%DATADIR%%/Bibliotheque/Masks/parchemin_001.png +%%DATADIR%%/Bibliotheque/Masks/photos_001.png +%%DATADIR%%/Bibliotheque/Masks/photos_002.png +%%DATADIR%%/Bibliotheque/Masks/poule_001.png +%%DATADIR%%/Bibliotheque/Masks/profil_001.png +%%DATADIR%%/Bibliotheque/Masks/rectangle_001.png +%%DATADIR%%/Bibliotheque/Masks/rond_001.png +%%DATADIR%%/Bibliotheque/Masks/rond_002.png +%%DATADIR%%/Bibliotheque/Masks/rond_003.png +%%DATADIR%%/Bibliotheque/Masks/rond_004.png +%%DATADIR%%/Bibliotheque/Masks/rose2_001.png +%%DATADIR%%/Bibliotheque/Masks/rose_001.png +%%DATADIR%%/Bibliotheque/Masks/rubans_001.png +%%DATADIR%%/Bibliotheque/Masks/sapin_001.png +%%DATADIR%%/Bibliotheque/Masks/schtroumpf_001.png +%%DATADIR%%/Bibliotheque/Masks/serrure_001.png +%%DATADIR%%/Bibliotheque/Masks/singe_001.png +%%DATADIR%%/Bibliotheque/Masks/skeleton_001.png +%%DATADIR%%/Bibliotheque/Masks/spider_001.png +%%DATADIR%%/Bibliotheque/Masks/tache_001.png +%%DATADIR%%/Bibliotheque/Masks/tourbillon_001.png +%%DATADIR%%/Bibliotheque/Masks/tr__fle_001.png +%%DATADIR%%/Bibliotheque/Masks/tux_001.png +%%DATADIR%%/Bibliotheque/Masks/vache_001.png +%%DATADIR%%/Bibliotheque/Masks/vframe.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/2t_0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqu3.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqui2.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/coqui5.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_4.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/2t_5.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/4.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/5.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/Duo3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/2t_2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/papi1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/mouette_001.gif +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/4.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/lune_1.gif +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/lune_2.gif +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Cr__puscule/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/2t_3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/2t_0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/2t_0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/2t_2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/2t_0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/doll_001.gif +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/bou__e.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/2t_0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/2t_2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/feuille1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/feuille2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Min__raux/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Min__raux/pierre.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Min__raux/pierre1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Min__raux/pierre2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Min__raux/pierre3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Min__raux/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Min__raux/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/M__tal/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/M__tal/impacts-balles.gif +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/M__tal/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/M__tal/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/2t_0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/2t_2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/2t_3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/lune.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/etoiles-rose.gif +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/lune.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/mars.gif +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/dia.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/2t_1.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/2t_2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/neige2.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/2t_0.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/2t_2.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/Paris2.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris/theme.txt +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/2t_5.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/3.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/4.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/5.png +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/fd.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/states2.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/theme.jpg +%%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States/theme.txt +%%DATADIR%%/Bibliotheque/table_luma.dat +%%DATADIR%%/fake.pl share/applications/2ManDVD.desktop share/pixmaps/mandvdico.png -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/States -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Paris -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Neige -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2 -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances/Cara__bes -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Vacances -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/M__tal -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Min__raux -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Feuilles -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Briques -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures/Aqua -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Textures -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Parc -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs2 -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Fleurs -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Cr__puscule -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature/Brume -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Nature -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Papillons -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Oiseaux -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Duo -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Coquillage -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux/Chat -@dirrm lib/2ManDVD/Bibliotheque/Themes/FOLD_Animaux -@dirrm lib/2ManDVD/Bibliotheque/Themes -@dirrm lib/2ManDVD/Bibliotheque/Masks -@dirrm lib/2ManDVD/Bibliotheque/Luma -@dirrm lib/2ManDVD/Bibliotheque/Animations -@dirrm lib/2ManDVD/Bibliotheque/3d -@dirrm lib/2ManDVD/Bibliotheque -@dirrm lib/2ManDVD @dirrmtry share/applications +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/States +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Paris +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Neige +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Diapos sur bois +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule_2 +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cr__puscule +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances/Cara__bes +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Vacances +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/M__tal +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Min__raux +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Feuilles +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Briques +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Textures/Aqua +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Textures +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Sapins sous la neige +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Parc +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs2 +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Fleurs +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Cr__puscule +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Nature/Brume +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Nature +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Papillons +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Oiseaux +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Duo +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Coquillage +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux/Chat +@dirrm %%DATADIR%%/Bibliotheque/Themes/FOLD_Animaux +@dirrm %%DATADIR%%/Bibliotheque/Themes +@dirrm %%DATADIR%%/Bibliotheque/Masks +@dirrm %%DATADIR%%/Bibliotheque/Luma +@dirrm %%DATADIR%%/Bibliotheque/Animations +@dirrm %%DATADIR%%/Bibliotheque/3d +@dirrm %%DATADIR%%/Bibliotheque +@dirrm %%DATADIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id A220ED41 for ; Thu, 28 Feb 2013 18:10:11 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 81848864 for ; Thu, 28 Feb 2013 18:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIABn7023549 for ; Thu, 28 Feb 2013 18:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIABBM023548; Thu, 28 Feb 2013 18:10:11 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:11 GMT Resent-Message-Id: <201302281810.r1SIABBM023548@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id BC673B2B for ; Thu, 28 Feb 2013 18:04:08 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 698727AF for ; Thu, 28 Feb 2013 18:04:08 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 3581334034 for ; Fri, 1 Mar 2013 03:04:02 +0900 (JST) Message-Id: <20130301024550.47856ef69809407d4e3b85d7@yahoo.com> Date: Fri, 1 Mar 2013 02:45:50 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176559: net-mgmt/py-pyang: Update to version 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:11 -0000 >Number: 176559 >Category: ports >Synopsis: net-mgmt/py-pyang: 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: Thu Feb 28 18:10:11 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.3 Remove file: files/patch-setup.py >How-To-Repeat: >Fix: diff -urN /usr/ports/net-mgmt/py-pyang/Makefile net-mgmt/py-pyang/Makefile --- /usr/ports/net-mgmt/py-pyang/Makefile 2012-11-27 15:14:01.000000000 +0900 +++ net-mgmt/py-pyang/Makefile 2013-02-21 19:52:33.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/net-mgmt/py-pyang/Makefile 307817 2012-11-27 03:07:20Z bdrewery $ PORTNAME= pyang -PORTVERSION= 1.2 +PORTVERSION= 1.3 CATEGORIES= net-mgmt python MASTER_SITES= GOOGLE_CODE PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -15,14 +15,12 @@ USE_PYTHON= -2.7 USE_PYDISTUTILS=yes -MAKE_ENV+= YANG_INSTALL=${PREFIX} -MAN1= pyang.1 yang2dsdl.1 +DATADIR= ${PREFIX}/share/yang -# TODO: Sed YANG_INSTALL into pyang itself. +MAN1= pyang.1 yang2dsdl.1 -post-install: - @${ECHO_MSG} - @${ECHO_MSG} "Don't forget to set YANG_INSTALL to ${PREFIX} in your environment." - @${ECHO_MSG} +post-patch: + @${REINPLACE_CMD} -e \ + 's|share/man|man|' ${WRKSRC}/setup.py .include diff -urN /usr/ports/net-mgmt/py-pyang/distinfo net-mgmt/py-pyang/distinfo --- /usr/ports/net-mgmt/py-pyang/distinfo 2012-11-27 15:14:01.000000000 +0900 +++ net-mgmt/py-pyang/distinfo 2013-02-21 19:21:05.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (pyang-1.2.tar.gz) = b8774f4eaa0561d82ca30887a4e6d623c1e5c44012cfedb7a62596da45310d4c -SIZE (pyang-1.2.tar.gz) = 146708 +SHA256 (pyang-1.3.tar.gz) = 361c6a943feb47776d28fc6e5809c52e1ebaf9067c4fa7a853c120875c76ac39 +SIZE (pyang-1.3.tar.gz) = 188048 diff -urN /usr/ports/net-mgmt/py-pyang/files/patch-setup.py net-mgmt/py-pyang/files/patch-setup.py --- /usr/ports/net-mgmt/py-pyang/files/patch-setup.py 2012-11-08 06:28:19.000000000 +0900 +++ net-mgmt/py-pyang/files/patch-setup.py 1970-01-01 09:00:00.000000000 +0900 @@ -1,12 +0,0 @@ ---- ./setup.py.orig 2010-11-17 11:11:03.000000000 +0300 -+++ ./setup.py 2012-10-01 13:36:11.000000000 +0400 -@@ -14,8 +14,7 @@ - url='http://code.google.com/p/pyang', - scripts=['bin/pyang', 'bin/yang2html', 'bin/yang2dsdl'], - packages=['pyang', 'pyang.plugins', 'pyang.translators'], -- data_files=[('.', ['LICENSE']), -- ('share/man/man1', ['man/man1/pyang.1', -+ data_files=[('man/man1', ['man/man1/pyang.1', - 'man/man1/yang2dsdl.1']), - ('share/yang/modules', modules), - ('share/yang/xslt', xslt), diff -urN /usr/ports/net-mgmt/py-pyang/pkg-plist net-mgmt/py-pyang/pkg-plist --- /usr/ports/net-mgmt/py-pyang/pkg-plist 2012-11-27 15:14:01.000000000 +0900 +++ net-mgmt/py-pyang/pkg-plist 2013-02-21 19:34:31.000000000 +0900 @@ -10,6 +10,9 @@ %%PYTHON_SITELIBDIR%%/pyang/grammar.py %%PYTHON_SITELIBDIR%%/pyang/grammar.pyc %%PYTHON_SITELIBDIR%%/pyang/grammar.pyo +%%PYTHON_SITELIBDIR%%/pyang/hello.py +%%PYTHON_SITELIBDIR%%/pyang/hello.pyc +%%PYTHON_SITELIBDIR%%/pyang/hello.pyo %%PYTHON_SITELIBDIR%%/pyang/plugin.py %%PYTHON_SITELIBDIR%%/pyang/plugin.pyc %%PYTHON_SITELIBDIR%%/pyang/plugin.pyo @@ -19,9 +22,21 @@ %%PYTHON_SITELIBDIR%%/pyang/plugins/depend.py %%PYTHON_SITELIBDIR%%/pyang/plugins/depend.pyc %%PYTHON_SITELIBDIR%%/pyang/plugins/depend.pyo +%%PYTHON_SITELIBDIR%%/pyang/plugins/hypertree.py +%%PYTHON_SITELIBDIR%%/pyang/plugins/hypertree.pyc +%%PYTHON_SITELIBDIR%%/pyang/plugins/hypertree.pyo %%PYTHON_SITELIBDIR%%/pyang/plugins/ietf.py %%PYTHON_SITELIBDIR%%/pyang/plugins/ietf.pyc %%PYTHON_SITELIBDIR%%/pyang/plugins/ietf.pyo +%%PYTHON_SITELIBDIR%%/pyang/plugins/jsonxsl.py +%%PYTHON_SITELIBDIR%%/pyang/plugins/jsonxsl.pyc +%%PYTHON_SITELIBDIR%%/pyang/plugins/jsonxsl.pyo +%%PYTHON_SITELIBDIR%%/pyang/plugins/jstree.py +%%PYTHON_SITELIBDIR%%/pyang/plugins/jstree.pyc +%%PYTHON_SITELIBDIR%%/pyang/plugins/jstree.pyo +%%PYTHON_SITELIBDIR%%/pyang/plugins/jtox.py +%%PYTHON_SITELIBDIR%%/pyang/plugins/jtox.pyc +%%PYTHON_SITELIBDIR%%/pyang/plugins/jtox.pyo %%PYTHON_SITELIBDIR%%/pyang/plugins/smi.py %%PYTHON_SITELIBDIR%%/pyang/plugins/smi.pyc %%PYTHON_SITELIBDIR%%/pyang/plugins/smi.pyo @@ -31,6 +46,9 @@ %%PYTHON_SITELIBDIR%%/pyang/plugins/uml.py %%PYTHON_SITELIBDIR%%/pyang/plugins/uml.pyc %%PYTHON_SITELIBDIR%%/pyang/plugins/uml.pyo +%%PYTHON_SITELIBDIR%%/pyang/plugins/xmi.py +%%PYTHON_SITELIBDIR%%/pyang/plugins/xmi.pyc +%%PYTHON_SITELIBDIR%%/pyang/plugins/xmi.pyo %%PYTHON_SITELIBDIR%%/pyang/statements.py %%PYTHON_SITELIBDIR%%/pyang/statements.pyc %%PYTHON_SITELIBDIR%%/pyang/statements.pyo @@ -70,27 +88,45 @@ %%PYTHON_SITELIBDIR%%/pyang/yin_parser.py %%PYTHON_SITELIBDIR%%/pyang/yin_parser.pyc %%PYTHON_SITELIBDIR%%/pyang/yin_parser.pyo -share/yang/modules/ietf-inet-types.yang -share/yang/modules/ietf-netconf-monitoring.yang -share/yang/modules/ietf-yang-types.yang -share/yang/modules/yang-smi.yang -share/yang/schema/relaxng-lib.rng -share/yang/schema/yin.rng -share/yang/xslt/basename.xsl -share/yang/xslt/dsrl2xslt.xsl -share/yang/xslt/gen-common.xsl -share/yang/xslt/gen-dsrl.xsl -share/yang/xslt/gen-relaxng.xsl -share/yang/xslt/gen-schematron.xsl -share/yang/xslt/iso_abstract_expand.xsl -share/yang/xslt/iso_schematron_skeleton_for_xslt1.xsl -share/yang/xslt/iso_svrl_for_xslt1.xsl -share/yang/xslt/svrl2text.xsl -share/yang/xslt/yin2yang.xsl -@dirrm share/yang/xslt -@dirrm share/yang/schema -@dirrm share/yang/modules -@dirrm share/yang +%%DATADIR%%/images/case.png +%%DATADIR%%/images/choice.png +%%DATADIR%%/images/container.png +%%DATADIR%%/images/file.gif +%%DATADIR%%/images/focus.png +%%DATADIR%%/images/folder-closed.gif +%%DATADIR%%/images/folder-open.gif +%%DATADIR%%/images/hammer.png +%%DATADIR%%/images/leaf-list.png +%%DATADIR%%/images/leaf-plus.png +%%DATADIR%%/images/leaf.png +%%DATADIR%%/images/leafref.png +%%DATADIR%%/images/list.png +%%DATADIR%%/images/module.png +%%DATADIR%%/images/notification.png +%%DATADIR%%/modules/ietf-inet-types.yang +%%DATADIR%%/modules/ietf-netconf-monitoring.yang +%%DATADIR%%/modules/ietf-yang-smiv2.yang +%%DATADIR%%/modules/ietf-yang-types.yang +%%DATADIR%%/schema/relaxng-lib.rng +%%DATADIR%%/schema/yin.rng +%%DATADIR%%/xslt/basename.xsl +%%DATADIR%%/xslt/canonicalize.xsl +%%DATADIR%%/xslt/dsrl2xslt.xsl +%%DATADIR%%/xslt/gen-common.xsl +%%DATADIR%%/xslt/gen-dsrl.xsl +%%DATADIR%%/xslt/gen-relaxng.xsl +%%DATADIR%%/xslt/gen-schematron.xsl +%%DATADIR%%/xslt/iso_abstract_expand.xsl +%%DATADIR%%/xslt/iso_schematron_skeleton_for_xslt1.xsl +%%DATADIR%%/xslt/iso_svrl_for_xslt1.xsl +%%DATADIR%%/xslt/jsonxsl-templates.xsl +%%DATADIR%%/xslt/svrl2text.xsl +%%DATADIR%%/xslt/yin2yang.xsl +@dirrm %%DATADIR%%/xslt +@dirrm %%DATADIR%%/schema +@dirrm %%DATADIR%%/modules +@dirrm %%DATADIR%%/images +@dirrm %%DATADIR%% @dirrm %%PYTHON_SITELIBDIR%%/pyang/translators @dirrm %%PYTHON_SITELIBDIR%%/pyang/plugins @dirrm %%PYTHON_SITELIBDIR%%/pyang >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 034B3D45 for ; Thu, 28 Feb 2013 18:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DBA32869 for ; Thu, 28 Feb 2013 18:10:11 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAB1J023559 for ; Thu, 28 Feb 2013 18:10:11 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAB3b023558; Thu, 28 Feb 2013 18:10:11 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:11 GMT Resent-Message-Id: <201302281810.r1SIAB3b023558@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id A74C0A76 for ; Thu, 28 Feb 2013 18:02:33 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa103lp.auone-net.jp (msa103lp.auone-net.jp [222.3.140.166]) by mx1.freebsd.org (Postfix) with ESMTP id 8048078B for ; Thu, 28 Feb 2013 18:02:33 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa103lp.auone-net.jp (au one net msa) with ESMTP id B037B47C036 for ; Fri, 1 Mar 2013 03:02:31 +0900 (JST) Message-Id: <20130301024451.064022b7f82e22d1835c6b9c@yahoo.com> Date: Fri, 1 Mar 2013 02:44:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176560: graphics/jhead: Update to version 2.97 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:12 -0000 >Number: 176560 >Category: ports >Synopsis: graphics/jhead: Update to version 2.97 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:11 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2.97 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/jhead/Makefile graphics/jhead/Makefile --- /usr/ports/graphics/jhead/Makefile 2013-02-04 15:21:51.000000000 +0900 +++ graphics/jhead/Makefile 2013-02-09 21:30:23.000000000 +0900 @@ -2,7 +2,7 @@ # $FreeBSD: head/graphics/jhead/Makefile 311539 2013-02-04 02:23:41Z miwi $ PORTNAME= jhead -PORTVERSION= 2.96 +PORTVERSION= 2.97 CATEGORIES= graphics MASTER_SITES= http://www.sentex.net/~mwandel/jhead/ @@ -12,23 +12,23 @@ RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg MAKEFILE= makefile - MAKE_JOBS_SAFE= yes + +MAN1= jhead.1 PORTDOCS= usage.html PLIST_FILES= bin/jhead -MAN1= jhead.1 .include post-patch: - @${REINPLACE_CMD} -E '/^CFLAGS=/d' ${WRKSRC}/makefile + @${REINPLACE_CMD} -e 's|^CFLAGS|#CFLAGS|' ${WRKSRC}/makefile do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/jhead ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/jhead.1 ${PREFIX}/man/man1 + (cd ${WRKSRC} && ${INSTALL_PROGRAM} jhead ${PREFIX}/bin) + (cd ${WRKSRC} && ${INSTALL_MAN} jhead.1 ${MANPREFIX}/man/man1) .if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/usage.html ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} usage.html ${DOCSDIR}) .endif .include diff -urN /usr/ports/graphics/jhead/distinfo graphics/jhead/distinfo --- /usr/ports/graphics/jhead/distinfo 2012-11-08 09:38:43.000000000 +0900 +++ graphics/jhead/distinfo 2013-02-09 15:54:42.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (jhead-2.96.tar.gz) = 9fadfe6ad285cac29f328eaa7bc646d7f713eef22a7e9a9fb5b098da0b7b37c4 -SIZE (jhead-2.96.tar.gz) = 66235 +SHA256 (jhead-2.97.tar.gz) = 04b55c5cd27882f631c2b25316803d8ac81c6d2408e6129ca47019c018324f17 +SIZE (jhead-2.97.tar.gz) = 68361 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 6933ED49 for ; Thu, 28 Feb 2013 18:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4849486B for ; Thu, 28 Feb 2013 18:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAC7O023568 for ; Thu, 28 Feb 2013 18:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIACjN023567; Thu, 28 Feb 2013 18:10:12 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:12 GMT Resent-Message-Id: <201302281810.r1SIACjN023567@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 82CA9B27 for ; Thu, 28 Feb 2013 18:03:56 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC7F7AC for ; Thu, 28 Feb 2013 18:03:56 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id CA44F50036 for ; Fri, 1 Mar 2013 03:03:50 +0900 (JST) Message-Id: <20130301024542.17a6209488ebe614490042ff@yahoo.com> Date: Fri, 1 Mar 2013 02:45:42 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176561: net/serveez: Update to version 0.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:12 -0000 >Number: 176561 >Category: ports >Synopsis: net/serveez: Update to version 0.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: Thu Feb 28 18:10:11 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.2.0 New file: files/patch-src__libserveez__defines.h files/patch-src__networking-headers.h >How-To-Repeat: >Fix: diff -urN /usr/ports/net/serveez/Makefile net/serveez/Makefile --- /usr/ports/net/serveez/Makefile 2012-11-08 08:56:59.000000000 +0900 +++ net/serveez/Makefile 2013-02-25 16:01:40.000000000 +0900 @@ -1,37 +1,35 @@ -# ex:ts=8 -# Ports collection makefile for: serveez -# Date created: May 16, 2002 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: head/net/serveez/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= serveez -PORTVERSION= 0.1.7 +PORTVERSION= 0.2.0 CATEGORIES= net devel MASTER_SITES= GNU MAINTAINER= ports@FreeBSD.org -COMMENT= A server framework +COMMENT= Server framework -LICENSE= GPLv2 # (or later) -LICENSE_FILE= ${WRKSRC}/COPYING +LICENSE= GPLv3 # (or later) -LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile:${PORTSDIR}/lang/guile -USE_GMAKE= yes +USE_XZ= yes USE_AUTOTOOLS= libtool -CONFIGURE_ARGS= --with-guile=${LOCALBASE} +CONFIGURE_ARGS= --enable-libserveez-install USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes MAN1= serveez.1 serveez-config.1 -INFO= serveez serveez-api +INFO= serveez 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-01-29 15:17 UTC";' \ + > ${WRKSRC}/src/irc-server/timestamp.c .include diff -urN /usr/ports/net/serveez/distinfo net/serveez/distinfo --- /usr/ports/net/serveez/distinfo 2012-11-08 08:56:59.000000000 +0900 +++ net/serveez/distinfo 2013-02-25 05:20:17.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (serveez-0.1.7.tar.gz) = 7272b29c731790160d2b3174be1529bc145f7d5557554e4add01e5820750c694 -SIZE (serveez-0.1.7.tar.gz) = 896966 +SHA256 (serveez-0.2.0.tar.xz) = 0508ddc828e0b13e4ce2a646f05e573313a917010cbcfa1f3c132fea6520b05c +SIZE (serveez-0.2.0.tar.xz) = 812360 diff -urN /usr/ports/net/serveez/files/patch-src__libserveez__defines.h net/serveez/files/patch-src__libserveez__defines.h --- /usr/ports/net/serveez/files/patch-src__libserveez__defines.h 1970-01-01 09:00:00.000000000 +0900 +++ net/serveez/files/patch-src__libserveez__defines.h 2013-02-25 14:12:56.000000000 +0900 @@ -0,0 +1,17 @@ +--- src/libserveez/defines.h.orig 2013-01-20 23:49:50.000000000 +0900 ++++ src/libserveez/defines.h 2013-02-25 14:11:54.000000000 +0900 +@@ -34,6 +34,14 @@ + #include + #endif + ++#ifdef HAVE_SYS_TYPES_H ++#include ++#endif ++ ++#ifdef HAVE_SYS_SOCKET_INET_H ++#include ++#endif ++ + #ifdef HAVE_ARPA_INET_H + #include + #endif diff -urN /usr/ports/net/serveez/files/patch-src__networking-headers.h net/serveez/files/patch-src__networking-headers.h --- /usr/ports/net/serveez/files/patch-src__networking-headers.h 1970-01-01 09:00:00.000000000 +0900 +++ net/serveez/files/patch-src__networking-headers.h 2013-02-25 13:58:45.000000000 +0900 @@ -0,0 +1,11 @@ +--- src/networking-headers.h.orig ++++ src/networking-headers.h +@@ -25,6 +25,8 @@ + */ + # define IPV6_OK 0 + #else ++# include ++# include + # include + # include + /* See: diff -urN /usr/ports/net/serveez/pkg-descr net/serveez/pkg-descr --- /usr/ports/net/serveez/pkg-descr 2012-11-08 08:56:59.000000000 +0900 +++ net/serveez/pkg-descr 2013-02-25 16:08:22.000000000 +0900 @@ -1,15 +1,16 @@ -Serveez is a server framework. It provides routines and help for implementing -IP based servers (currently TCP, UDP and ICMP). It is also possible to use -named pipes for all connection oriented protocols. We think it is worth the -effort because many people need server functionality within their applications. -However, many people experience problems with select()- or poll()-loops, and -with non-blocking operations. This application demonstrates various aspects of -advanced network programming in a portable manner. You can use it for +Serveez is a server framework. It provides routines and help for +implementing IP based servers (currently TCP, UDP and ICMP). It is also +possible to use named pipes for all connection oriented protocols. We +think it is worth the effort because many people need server +functionality within their applications. However, many people +experience problems with select()- or poll()-loops, and with +non-blocking operations. This application demonstrates various aspects +of advanced network programming in a portable manner. You can use it for implementing your own servers or for understanding how certain network -services and operations work. The package includes a number of servers that -work already: an HTTP server, an IRC server, a Gnutella spider and some others. -One of the highlights is that you can run all protocols on the same port. The -application itself is single threaded but it uses helper processes for -concurrent name resolution and ident lookups. +services and operations work. The package includes a number of servers +that work already: an HTTP server, an IRC server, a Gnutella spider and +some others. One of the highlights is that you can run all protocols on +the same port. The application itself is single threaded but it uses +helper processes for concurrent name resolution and ident lookups. WWW: http://www.gnu.org/software/serveez/ diff -urN /usr/ports/net/serveez/pkg-plist net/serveez/pkg-plist --- /usr/ports/net/serveez/pkg-plist 2012-11-08 08:56:59.000000000 +0900 +++ net/serveez/pkg-plist 2013-02-25 16:00:36.000000000 +0900 @@ -1,43 +1,10 @@ -bin/mkpassword bin/serveez bin/serveez-config include/libserveez.h -include/libserveez/alloc.h -include/libserveez/array.h -include/libserveez/asprintf.h -include/libserveez/binding.h -include/libserveez/boot.h -include/libserveez/cfg.h -include/libserveez/codec/codec.h -include/libserveez/core.h -include/libserveez/coserver/coserver.h -include/libserveez/defines.h -include/libserveez/dynload.h -include/libserveez/hash.h -include/libserveez/icmp-socket.h -include/libserveez/interface.h -include/libserveez/mutex.h -include/libserveez/passthrough.h -include/libserveez/pipe-socket.h -include/libserveez/portcfg.h -include/libserveez/raw-socket.h -include/libserveez/server-core.h -include/libserveez/server-loop.h -include/libserveez/server-socket.h -include/libserveez/server.h -include/libserveez/snprintf.h -include/libserveez/socket.h -include/libserveez/sparsevec.h -include/libserveez/tcp-socket.h -include/libserveez/udp-socket.h -include/libserveez/util.h -include/libserveez/vector.h -include/libserveez/windoze.h -include/svzconfig.h lib/libserveez.a lib/libserveez.la lib/libserveez.so -lib/libserveez.so.0 +lib/libserveez.so.1 share/aclocal/serveez.m4 %%DATADIR%%/echo-server.scm %%DATADIR%%/eval-server.scm @@ -46,9 +13,4 @@ %%DATADIR%%/mandel-client.scm %%DATADIR%%/mandel-server.scm %%DATADIR%%/mandel-shared.scm -%%DATADIR%%/serveez-procedures.txt -%%DATADIR%%/serveez.scm @dirrm %%DATADIR%% -@dirrm include/libserveez/coserver -@dirrm include/libserveez/codec -@dirrm include/libserveez >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id B18B0D4B for ; Thu, 28 Feb 2013 18:10:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9A5CB86D for ; Thu, 28 Feb 2013 18:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAC69023577 for ; Thu, 28 Feb 2013 18:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIACKG023576; Thu, 28 Feb 2013 18:10:12 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:12 GMT Resent-Message-Id: <201302281810.r1SIACKG023576@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 24607A60 for ; Thu, 28 Feb 2013 18:01:50 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id 46C3B77B for ; Thu, 28 Feb 2013 18:01:48 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id B4BEE23C031 for ; Fri, 1 Mar 2013 03:01:44 +0900 (JST) Message-Id: <20130301024411.0d24471484067a31f68b79f8@yahoo.com> Date: Fri, 1 Mar 2013 02:44:11 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176562: devel/kyra: Update to version 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:12 -0000 >Number: 176562 >Category: ports >Synopsis: devel/kyra: Update to version 2.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: Thu Feb 28 18:10:12 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2.1.3 New file: files/patch-encoder__MakefileKyra files/patch-engine__MakefileKyra Remove file: files/patch-engine_imnode.h files/patch-util_gltypes.h >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/kyra/Makefile devel/kyra/Makefile --- /usr/ports/devel/kyra/Makefile 2012-11-08 05:23:20.000000000 +0900 +++ devel/kyra/Makefile 2013-02-24 05:10:32.000000000 +0900 @@ -1,32 +1,46 @@ -# New ports collection makefile for: kyra -# Date created: 10.05.2003 -# Whom: Kirill Ponomarew -# +# Created by: Kirill Ponomarew # $FreeBSD: head/devel/kyra/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= kyra -PORTVERSION= 2.0.7 -PORTREVISION= 12 +PORTVERSION= 2.1.3 CATEGORIES= devel MASTER_SITES= SF/${PORTNAME}/${PORTNAME}2/${PORTVERSION} DISTNAME= ${PORTNAME}_src_${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org -COMMENT= A simple Sprite engine written in C++ +COMMENT= Simple Sprite engine written in C++ -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - tiff.4:${PORTSDIR}/graphics/tiff \ - jpeg.11:${PORTSDIR}/graphics/jpeg +LICENSE= GPLv2 + +LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ + png15:${PORTSDIR}/graphics/png \ + tiff:${PORTSDIR}/graphics/tiff WRKSRC= ${WRKDIR}/${PORTNAME} -USE_AUTOTOOLS= libtool +USE_ZIP= yes +USE_GL= gl USE_SDL= image sdl -USE_GNOME= lthack -GNU_CONFIGURE= yes -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib -USE_LDCONFIG= yes +USE_GMAKE= yes +MAKEFILE= MakefileKyra +MAKE_ENV= MAKE_KYRA=RELEASE KYRA_OPENGL=YES +MAKE_ARGS= CC="${CC}" CXX="${CXX}" LD="${CXX}" \ + RELEASE_CFLAGS="${CFLAGS}" RELEASE_CXXFLAGS="${CXXFLAGS}" +MAKE_JOBS_SAFE= yes + +do-install: +.for i in encoder spriteed + (cd ${WRKSRC}/${i} && ${INSTALL_PROGRAM} kr${i} ${PREFIX}/bin) +.endfor + (cd ${WRKSRC}/engine && ${INSTALL_DATA} libkyra.a ${PREFIX}/lib) + @${MKDIR} ${PREFIX}/include/Kyra + (cd ${WRKSRC} && ${INSTALL_DATA} kyra.h ${PREFIX}/include/Kyra) +.for i in engine gui guiExtended util + @${MKDIR} ${PREFIX}/include/Kyra/${i} + (cd ${WRKSRC}/${i} && ${INSTALL_DATA} *.h ${PREFIX}/include/Kyra/${i}) +.endfor + @${MKDIR} ${PREFIX}/include/Kyra/tinyxml + (cd ${WRKSRC}/../tinyxml && ${INSTALL_DATA} *.h \ + ${PREFIX}/include/Kyra/tinyxml) .include diff -urN /usr/ports/devel/kyra/distinfo devel/kyra/distinfo --- /usr/ports/devel/kyra/distinfo 2012-11-08 05:23:20.000000000 +0900 +++ devel/kyra/distinfo 2013-02-23 22:57:24.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (kyra_src_2_0_7.tar.gz) = 63502490ed5e0a0c1c7fb68410412ab498eb3b26898ec7ebdd328845bba114c6 -SIZE (kyra_src_2_0_7.tar.gz) = 1994743 +SHA256 (kyra_src_2_1_3.zip) = 19a9f2bceca6ddd5945fb687590e18f29b73819901a476f85ce9c37bec4170f0 +SIZE (kyra_src_2_1_3.zip) = 3595503 diff -urN /usr/ports/devel/kyra/files/patch-encoder__MakefileKyra devel/kyra/files/patch-encoder__MakefileKyra --- /usr/ports/devel/kyra/files/patch-encoder__MakefileKyra 1970-01-01 09:00:00.000000000 +0900 +++ devel/kyra/files/patch-encoder__MakefileKyra 2013-02-24 04:45:01.000000000 +0900 @@ -0,0 +1,11 @@ +--- encoder/MakefileKyra.orig ++++ encoder/MakefileKyra +@@ -110,7 +110,7 @@ + # Output + #**************************************************************************** + +-${OUTPUT}: ${OBJS} ${LIBS} ++${OUTPUT}: ${OBJS} ../engine/libkyra.a + ${LD} -o $@ ${LDFLAGS} ${OBJS} ${LIBS} ${EXTRA_LIBS} + + #**************************************************************************** diff -urN /usr/ports/devel/kyra/files/patch-engine__MakefileKyra devel/kyra/files/patch-engine__MakefileKyra --- /usr/ports/devel/kyra/files/patch-engine__MakefileKyra 1970-01-01 09:00:00.000000000 +0900 +++ devel/kyra/files/patch-engine__MakefileKyra 2013-02-24 04:18:09.000000000 +0900 @@ -0,0 +1,10 @@ +--- engine/MakefileKyra.orig ++++ engine/MakefileKyra +@@ -130,6 +130,7 @@ + ../util/glstring.cpp \ + ../util/glisomath.cpp \ + ../../grinliz/gldebug.cpp \ ++ ../../grinliz/gldynamic.cpp \ + ../../grinliz/glperformance.cpp \ + ../../grinliz/glgeometry.cpp \ + ../../grinliz/glprime.cpp \ diff -urN /usr/ports/devel/kyra/files/patch-engine_imagetree.h devel/kyra/files/patch-engine_imagetree.h --- /usr/ports/devel/kyra/files/patch-engine_imagetree.h 2012-11-08 05:23:21.000000000 +0900 +++ devel/kyra/files/patch-engine_imagetree.h 2013-02-24 03:20:48.000000000 +0900 @@ -1,11 +1,11 @@ --- engine/imagetree.h.orig 2007-11-12 17:22:54.000000000 +0100 +++ engine/imagetree.h 2007-11-12 17:23:06.000000000 +0100 -@@ -217,7 +217,7 @@ +@@ -190,7 +190,7 @@ void Clear( KrImNode* root ); // delete the entire tree // Recursive hit test walk. -- bool KrImageTree::HitTestRec( KrImNode* node, int x, int y, int flags, GlDynArray* outputArray, int windowIndex ); -+ bool HitTestRec( KrImNode* node, int x, int y, int flags, GlDynArray* outputArray, int windowIndex ); +- bool KrImageTree::HitTestRec( KrImNode* node, int x, int y, int flags, std::vector* outputArray, int windowIndex ); ++ bool HitTestRec( KrImNode* node, int x, int y, int flags, std::vector* outputArray, int windowIndex ); KrImNode* root; // The root to position the window KrImNode* offsetRoot; // The root as returned to the client diff -urN /usr/ports/devel/kyra/files/patch-engine_imnode.h devel/kyra/files/patch-engine_imnode.h --- /usr/ports/devel/kyra/files/patch-engine_imnode.h 2012-11-08 05:23:21.000000000 +0900 +++ devel/kyra/files/patch-engine_imnode.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- engine/imnode.h.orig 2007-11-13 12:15:46.000000000 +0100 -+++ engine/imnode.h 2007-11-13 12:18:19.000000000 +0100 -@@ -288,7 +288,7 @@ - /// Fetches the user defined data. - void* GetUserData() { return userData; } - /// Fetches the user defined data. Fetches the *same* user data as GetUserData, just uses a convenience cast. -- U32 GetUserDataU32() { return (U32) userData; } -+ //U32 GetUserDataU32() { return (U32) userData; } - - /** Return a copy if this object, not in a Tree(). It is - return untransformed. In the case of a sprite, the action diff -urN /usr/ports/devel/kyra/files/patch-util_gltypes.h devel/kyra/files/patch-util_gltypes.h --- /usr/ports/devel/kyra/files/patch-util_gltypes.h 2012-11-08 05:23:21.000000000 +0900 +++ devel/kyra/files/patch-util_gltypes.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,13 +0,0 @@ ---- util/gltypes.h.orig Tue Sep 12 19:01:55 2006 -+++ util/gltypes.h Tue Sep 12 19:02:26 2006 -@@ -40,8 +40,8 @@ - typedef Sint32 S32; - - #ifdef SDL_HAS_64BIT_TYPE -- typedef SDL_HAS_64BIT_TYPE S64; -- typedef unsigned SDL_HAS_64BIT_TYPE U64; -+ typedef Sint64 S64; -+ typedef Uint64 U64; - #else - #error No 64-bit integer. - #endif diff -urN /usr/ports/devel/kyra/pkg-plist devel/kyra/pkg-plist --- /usr/ports/devel/kyra/pkg-plist 2012-11-08 05:23:21.000000000 +0900 +++ devel/kyra/pkg-plist 2013-02-24 05:08:53.000000000 +0900 @@ -1,6 +1,5 @@ bin/krencoder bin/krspriteed -bin/kyra-config include/Kyra/engine/action.h include/Kyra/engine/box.h include/Kyra/engine/boxresource.h @@ -28,7 +27,6 @@ include/Kyra/engine/pixelblock.h include/Kyra/engine/rle.h include/Kyra/engine/sdlutil.h -include/Kyra/engine/splash.h include/Kyra/engine/sprite.h include/Kyra/engine/spriteresource.h include/Kyra/engine/tags.h @@ -46,33 +44,20 @@ include/Kyra/guiExtended/progress.h include/Kyra/kyra.h include/Kyra/tinyxml/tinyxml.h +include/Kyra/tinyxml/tinystr.h include/Kyra/util/glbitstream.h include/Kyra/util/glcirclelist.h include/Kyra/util/gldebug.h -include/Kyra/util/gldynarray.h include/Kyra/util/glfixed.h -include/Kyra/util/glgraph.h include/Kyra/util/glinsidelist.h include/Kyra/util/glintarrayset.h include/Kyra/util/glisomath.h include/Kyra/util/gllist.h -include/Kyra/util/glmap.h -include/Kyra/util/glmemorypool.h -include/Kyra/util/glperformance.h -include/Kyra/util/glprime.h -include/Kyra/util/glrandom.h -include/Kyra/util/glstack.h include/Kyra/util/glstring.h -include/Kyra/util/gltypes.h -include/Kyra/util/glutil.h lib/libkyra.a -lib/libkyra.la -lib/libkyra.so -lib/libkyra.so.0 -share/aclocal/kyra.m4 @dirrm include/Kyra/util -@dirrm include/Kyra/gui +@dirrm include/Kyra/tinyxml @dirrm include/Kyra/guiExtended +@dirrm include/Kyra/gui @dirrm include/Kyra/engine -@dirrm include/Kyra/tinyxml @dirrm include/Kyra >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 30278D4F for ; Thu, 28 Feb 2013 18:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 00E86870 for ; Thu, 28 Feb 2013 18:10:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIACSn023586 for ; Thu, 28 Feb 2013 18:10:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIACGj023585; Thu, 28 Feb 2013 18:10:12 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:12 GMT Resent-Message-Id: <201302281810.r1SIACGj023585@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 819D6B1F for ; Thu, 28 Feb 2013 18:03:37 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165]) by mx1.freebsd.org (Postfix) with ESMTP id 50D427A8 for ; Thu, 28 Feb 2013 18:03:37 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa102lp.auone-net.jp (au one net msa) with ESMTP id 9001B4AC036 for ; Fri, 1 Mar 2013 03:03:35 +0900 (JST) Message-Id: <20130301024533.777be7acf814c5f9bdf6e51d@yahoo.com> Date: Fri, 1 Mar 2013 02:45:33 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176563: net/latd: Update to version 1.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:13 -0000 >Number: 176563 >Category: ports >Synopsis: net/latd: Update to version 1.31 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:12 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.31 >How-To-Repeat: >Fix: diff -urN /usr/ports/net/latd/Makefile net/latd/Makefile --- /usr/ports/net/latd/Makefile 2012-11-08 08:46:00.000000000 +0900 +++ net/latd/Makefile 2013-02-15 23:38:36.000000000 +0900 @@ -1,12 +1,8 @@ -# New ports collection makefile for: latd -# Date created: 19 December 2003 -# Whom: Tillman Hodgson -# +# Created by: Tillman Hodgson # $FreeBSD: head/net/latd/Makefile 301519 2012-07-25 11:24:09Z cs $ -# PORTNAME= latd -PORTVERSION= 1.29 +PORTVERSION= 1.31 CATEGORIES= net MASTER_SITES= SF/linux-decnet/${PORTNAME}/${PORTVERSION} diff -urN /usr/ports/net/latd/distinfo net/latd/distinfo --- /usr/ports/net/latd/distinfo 2012-11-08 08:46:00.000000000 +0900 +++ net/latd/distinfo 2013-02-15 23:46:20.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (latd-1.29.tar.gz) = a7d604c66aaa8f366930ae8745e126d61f3472eb31f7d8d68fa64c77d77bb368 -SIZE (latd-1.29.tar.gz) = 214715 +SHA256 (latd-1.31.tar.gz) = 7dce64dd3acef02acbcaef89fe2e2d508805c187a69b8f8556c82f0251ec7ee3 +SIZE (latd-1.31.tar.gz) = 215563 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 65FDFD5D for ; Thu, 28 Feb 2013 18:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 49F01874 for ; Thu, 28 Feb 2013 18:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIADqk023595 for ; Thu, 28 Feb 2013 18:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIADBK023594; Thu, 28 Feb 2013 18:10:13 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:13 GMT Resent-Message-Id: <201302281810.r1SIADBK023594@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id ED138B49 for ; Thu, 28 Feb 2013 18:05:36 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 994A57C8 for ; Thu, 28 Feb 2013 18:05:36 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 33D6E50036 for ; Fri, 1 Mar 2013 03:05:33 +0900 (JST) Message-Id: <20130301024643.03a994cf5e67b72adebdb981@yahoo.com> Date: Fri, 1 Mar 2013 02:46:43 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176564: x11/xorg-edit: Update to version 08.08.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:13 -0000 >Number: 176564 >Category: ports >Synopsis: x11/xorg-edit: Update to version 08.08.06 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:12 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 08.08.06 >How-To-Repeat: >Fix: diff -urN /usr/ports/x11/xorg-edit/Makefile x11/xorg-edit/Makefile --- /usr/ports/x11/xorg-edit/Makefile 2012-11-08 10:12:51.000000000 +0900 +++ x11/xorg-edit/Makefile 2013-02-27 04:15:05.000000000 +0900 @@ -1,36 +1,71 @@ -# New ports collection makefile for: xorg-edit -# Date created: 4 August 2006 -# Whom: Andrew Pantyukhin -# +# Created by: Andrew Pantyukhin # $FreeBSD: head/x11/xorg-edit/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= xorg-edit -PORTVERSION= 07.08.11 -PORTREVISION= 5 +PORTVERSION= 08.08.06 CATEGORIES= x11 MASTER_SITES= SF -DISTNAME= ${PORTNAME}_${PORTVERSION}_src +DISTNAME= ${PORTNAME}-${PORTVERSION}_src MAINTAINER= ports@FreeBSD.org COMMENT= GUI to edit xorg.conf -USE_WX= 2.6 +LICENSE= GPLv3 + +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} + USE_BZIP2= yes +USE_WX= 2.6+ WX_UNICODE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -#BUILD_WRKSRC= ${WRKSRC}/sources -PLIST_FILES= bin/${PORTNAME} +USE_GMAKE= yes +MAKE_JOBS_SAFE= yes + +PLIST_FILES= bin/xorg-edit \ + lib/xorg-edit/de_DE/LC_MESSAGES/xorg-edit.mo \ + lib/xorg-edit/options/devices/example.xml \ + lib/xorg-edit/options/devices/list.xml \ + lib/xorg-edit/options/devices/nvidia.xml \ + lib/xorg-edit/xorg-edit +PLIST_DIRS= lib/xorg-edit/options/devices \ + lib/xorg-edit/options \ + lib/xorg-edit/de_DE/LC_MESSAGES \ + lib/xorg-edit/de_DE \ + lib/xorg-edit -post-extract: - @${CHMOD} -R a+rX,u+w ${WRKSRC} +DESKTOP_ENTRIES="Xorg Edit" "" "" "${PORTNAME}" "Settings;" true post-patch: - @${REINPLACE_CMD} -e 's|wx-config|${WX_CONFIG}|g;s|/usr/local|$${PREFIX}|g'\ - ${BUILD_WRKSRC}/xorgedit/${MAKEFILE} - @${REINPLACE_CMD} -e '/^CXX.*=/d' ${BUILD_WRKSRC}/libxorgedit/Makefile + @${REINPLACE_CMD} -e \ + 's|^CXX =|CXX ?=| ; \ + s|^CXXFLAGS =|CXXFLAGS ?=|' ${WRKSRC}/libxorgedit/Makefile + @${REINPLACE_CMD} -e \ + 's|^CXXFLAGS =|CXXFLAGS +=| ; \ + s|wx-config|$$(WX_CONFIG)| ; \ + s|-O3|| ; \ + s|^CXX =|CXX ?=| ; \ + s|^LDFLAGS =|LDFLAGS +=| ; \ + s|^$$(OBJECTS).*|%.o: %.c|' ${WRKSRC}/xorgedit/Makefile + +do-configure: + @${ECHO_CMD} -n > ${WRKDIR}/xorg-edit + @${ECHO_CMD} '#!/bin/sh' >> ${WRKDIR}/xorg-edit + @${ECHO_CMD} 'cd ${PREFIX}/lib/xorg-edit && ./xorg-edit "$$@"' \ + >> ${WRKDIR}/xorg-edit + @${ECHO_CMD} -n > ${WRKSRC}/Makefile + @${ECHO_CMD} 'all:' >> ${WRKSRC}/Makefile + @${ECHO_CMD} ' $$(MAKE) -C libxorgedit' >> ${WRKSRC}/Makefile + @${ECHO_CMD} ' $$(MAKE) -C xorgedit' >> ${WRKSRC}/Makefile do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + (cd ${WRKDIR} && ${INSTALL_SCRIPT} xorg-edit ${PREFIX}/bin) + @${MKDIR} ${PREFIX}/lib/xorg-edit + (cd ${WRKSRC} && ${INSTALL_PROGRAM} xorg-edit \ + ${PREFIX}/lib/xorg-edit) + @${MKDIR} ${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 + (cd ${WRKSRC}/options/devices && ${INSTALL_DATA} *.xml \ + ${PREFIX}/lib/xorg-edit/options/devices) .include diff -urN /usr/ports/x11/xorg-edit/distinfo x11/xorg-edit/distinfo --- /usr/ports/x11/xorg-edit/distinfo 2012-11-08 10:12:51.000000000 +0900 +++ x11/xorg-edit/distinfo 2013-02-18 03:53:51.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (xorg-edit_07.08.11_src.tar.bz2) = 96d0001b47bc0ff7e15f65e83714675206a3834ec8016615b1137d2c200fa1b1 -SIZE (xorg-edit_07.08.11_src.tar.bz2) = 100616 +SHA256 (xorg-edit-08.08.06_src.tar.bz2) = 93b189c276df9bae9d9bfbb4212a068aad53b524af6615d1dad7003ee5857967 +SIZE (xorg-edit-08.08.06_src.tar.bz2) = 101654 diff -urN /usr/ports/x11/xorg-edit/pkg-descr x11/xorg-edit/pkg-descr --- /usr/ports/x11/xorg-edit/pkg-descr 2012-11-08 10:12:51.000000000 +0900 +++ x11/xorg-edit/pkg-descr 2013-02-18 04:17:28.000000000 +0900 @@ -1 +1,3 @@ GUI to edit XServer-file xorg.conf easily + +WWW: http://www.deesaster.org/progxorg.php >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id B61C5D86 for ; Thu, 28 Feb 2013 18:10:13 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9CF7A877 for ; Thu, 28 Feb 2013 18:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAD3d023604 for ; Thu, 28 Feb 2013 18:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIADSf023603; Thu, 28 Feb 2013 18:10:13 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:13 GMT Resent-Message-Id: <201302281810.r1SIADSf023603@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id E0A29A3A for ; Thu, 28 Feb 2013 18:01:08 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id 8964A76C for ; Thu, 28 Feb 2013 18:01:08 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id 559A450036 for ; Fri, 1 Mar 2013 03:01:06 +0900 (JST) Message-Id: <20130301024329.af16954dd33f16065fe64554@yahoo.com> Date: Fri, 1 Mar 2013 02:43:29 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176565: comms/dfu-util: Update to version 0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:13 -0000 >Number: 176565 >Category: ports >Synopsis: comms/dfu-util: Update to version 0.7 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:13 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.7 Remove file: files/patch-configure.ac >How-To-Repeat: >Fix: diff -urN /usr/ports/comms/dfu-util/Makefile comms/dfu-util/Makefile --- /usr/ports/comms/dfu-util/Makefile 2012-11-08 05:58:55.000000000 +0900 +++ comms/dfu-util/Makefile 2013-02-19 23:20:21.000000000 +0900 @@ -1,26 +1,24 @@ -# New ports collection makefile for: dfu-util -# Date created: 2008-02-04 -# Whom: Bruce Cran -# +# Created by: Bruce Cran # $FreeBSD: head/comms/dfu-util/Makefile 300895 2012-07-14 12:56:14Z beat $ -# PORTNAME= dfu-util -DISTVERSION= 0.1.snap${SNAPDATE} -PORTREVISION= 1 +PORTVERSION= 0.7 CATEGORIES= comms -MASTER_SITES= http://www.cran.org.uk/~brucec/software/ +MASTER_SITES= http://dfu-util.gnumonks.org/releases/ MAINTAINER= ports@freebsd.org COMMENT= Device firmware update (DFU) USB programmer -MAN1= dfu-util.1 -PLIST_FILES= bin/dfu-util -USE_AUTOTOOLS= aclocal automake autoheader -AUTOMAKE_ARGS= --add-missing --foreign --copy +LICENSE= GPLv2 -SNAPDATE= 20090212 GNU_CONFIGURE= yes +CONFIGURE_ENV= USE_LIBS="-lusb" \ + ac_cv_lib_usbpath_usb_path2devnum=no +CONFIGURE_ARGS= --disable-silent-rules +MAKE_JOBS_SAFE= yes + +MAN1= dfu-util.1 +PLIST_FILES= bin/dfu-util .include @@ -28,8 +26,4 @@ IGNORE= requires new USB stack in FreeBSD 8 .endif -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/dfu-util ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/doc/dfu-util.1 ${MAN1PREFIX}/man/man1 - .include diff -urN /usr/ports/comms/dfu-util/distinfo comms/dfu-util/distinfo --- /usr/ports/comms/dfu-util/distinfo 2012-11-08 05:58:55.000000000 +0900 +++ comms/dfu-util/distinfo 2013-02-19 23:10:27.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (dfu-util-0.1.snap20090212.tar.gz) = 3af5421857ee83df09ccd5d1061620a93907820ff9df7e0706e54e88548b2496 -SIZE (dfu-util-0.1.snap20090212.tar.gz) = 21774 +SHA256 (dfu-util-0.7.tar.gz) = f52a2a5489fbf9f3204a6ada05e0b47ee322e19d81c712e0c58a332d80ec3eab +SIZE (dfu-util-0.7.tar.gz) = 125356 diff -urN /usr/ports/comms/dfu-util/files/patch-configure.ac comms/dfu-util/files/patch-configure.ac --- /usr/ports/comms/dfu-util/files/patch-configure.ac 2012-11-08 05:58:55.000000000 +0900 +++ comms/dfu-util/files/patch-configure.ac 1970-01-01 09:00:00.000000000 +0900 @@ -1,13 +0,0 @@ ---- configure.ac.orig 2008-10-07 17:14:07.000000000 +0400 -+++ configure.ac 2009-03-08 11:54:32.000000000 +0300 -@@ -15,9 +15,8 @@ - - # Checks for libraries. - --PKG_CHECK_MODULES(USB, libusb >= 0.1.4,, -- AC_MSG_ERROR([*** Required libusb >= 0.1.4 not installed ***])) - AC_CHECK_LIB([usbpath],[usb_path2devnum],,,-lusb) -+USB_LIBS=-lusb - - LIBS="$LIBS $USB_LIBS" - CFLAGS="$CFLAGS $USB_CFLAGS" diff -urN /usr/ports/comms/dfu-util/pkg-descr comms/dfu-util/pkg-descr --- /usr/ports/comms/dfu-util/pkg-descr 2012-11-08 05:58:55.000000000 +0900 +++ comms/dfu-util/pkg-descr 2013-02-19 23:10:40.000000000 +0900 @@ -5,4 +5,4 @@ with the specially enhanced u-boot boot loader, which implements the DFU device side. -WWW: http://wiki.openmoko.org/wiki/Dfu-util +WWW: http://dfu-util.gnumonks.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 0F9BBD88 for ; Thu, 28 Feb 2013 18:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EA3AA879 for ; Thu, 28 Feb 2013 18:10:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIADkN023613 for ; Thu, 28 Feb 2013 18:10:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAD0R023612; Thu, 28 Feb 2013 18:10:13 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:13 GMT Resent-Message-Id: <201302281810.r1SIAD0R023612@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 4DC27B2F for ; Thu, 28 Feb 2013 18:04:20 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa105lp.auone-net.jp (msa105lp.auone-net.jp [222.3.140.168]) by mx1.freebsd.org (Postfix) with ESMTP id EEFE57B4 for ; Thu, 28 Feb 2013 18:04:19 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa105lp.auone-net.jp (au one net msa) with ESMTP id D5E4B50036 for ; Fri, 1 Mar 2013 03:04:15 +0900 (JST) Message-Id: <20130301024557.30e601ab72c2d158f9f52dff@yahoo.com> Date: Fri, 1 Mar 2013 02:45:57 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176566: print/ttfquery: Update to version 1.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:14 -0000 >Number: 176566 >Category: ports >Synopsis: print/ttfquery: Update to version 1.0.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: Thu Feb 28 18:10:13 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.0.5 Remove file: files/patch-setup.py >How-To-Repeat: >Fix: diff -urN /usr/ports/print/ttfquery/Makefile print/ttfquery/Makefile --- /usr/ports/print/ttfquery/Makefile 2012-11-08 09:24:22.000000000 +0900 +++ print/ttfquery/Makefile 2013-02-25 21:41:15.000000000 +0900 @@ -1,25 +1,23 @@ -# ex:ts=8 -# Ports collection makefile for: TTFQuery -# Date created: Jan 5, 2004 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: head/print/ttfquery/Makefile 300897 2012-07-14 14:29:18Z beat $ -# PORTNAME= ttfquery -PORTVERSION= 1.0.1 +PORTVERSION= 1.0.5 CATEGORIES= print -MASTER_SITES= SF +MASTER_SITES= CHEESESHOP DISTNAME= TTFQuery-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= FontTools-based package for querying system fonts -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/FontTools.pth:${PORTSDIR}/print/py-fonttools \ +LICENSE= BSD +LICENSE_FILE= ${WRKSRC}/license.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fonttools>0:${PORTSDIR}/print/py-fonttools \ ${PYNUMPY} USE_PYTHON= yes -USE_PYDISTUTILS= yes +USE_PYDISTUTILS= easy_install PYDISTUTILS_PKGNAME= TTFQuery .include diff -urN /usr/ports/print/ttfquery/distinfo print/ttfquery/distinfo --- /usr/ports/print/ttfquery/distinfo 2012-11-08 09:24:22.000000000 +0900 +++ print/ttfquery/distinfo 2013-02-25 21:32:43.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (TTFQuery-1.0.1.tar.gz) = 3dd30b330467f59e4b184c902bf999ce9d864741f3ab7539682896e7c16d09a5 -SIZE (TTFQuery-1.0.1.tar.gz) = 18346 +SHA256 (TTFQuery-1.0.5.tar.gz) = d5b8d369903ee2754541819f27de8ea35486d124484e36a4869503d9a9ac7e4d +SIZE (TTFQuery-1.0.5.tar.gz) = 17850 diff -urN /usr/ports/print/ttfquery/files/patch-setup.py print/ttfquery/files/patch-setup.py --- /usr/ports/print/ttfquery/files/patch-setup.py 2012-11-08 09:24:22.000000000 +0900 +++ print/ttfquery/files/patch-setup.py 1970-01-01 09:00:00.000000000 +0900 @@ -1,26 +0,0 @@ ---- setup.py.orig 2008-01-02 11:51:03.000000000 +0900 -+++ setup.py 2008-09-11 12:22:49.000000000 +0900 -@@ -6,7 +6,7 @@ - to install the package from the source archive. - """ - import sys,os, string --from setuptools import setup -+from distutils.core import setup - from sys import hexversion - - if __name__ == "__main__": -@@ -59,14 +59,6 @@ - author_email = "mcfletch@users.sourceforge.net", - url = "http://ttfquery.sourceforge.net/", - license = "BSD-style, see license.txt for details", -- include_package_data = True, -- -- zip_safe=True, -- install_requires = ['FontTools-numpy'], -- dependency_links = [ -- # TTFQuery/FontTools-numpy -- "https://sourceforge.net/project/showfiles.php?group_id=84080", -- ], - - - package_dir = { diff -urN /usr/ports/print/ttfquery/pkg-plist print/ttfquery/pkg-plist --- /usr/ports/print/ttfquery/pkg-plist 2012-11-08 09:24:23.000000000 +0900 +++ print/ttfquery/pkg-plist 2013-02-25 21:39:04.000000000 +0900 @@ -1,34 +1,50 @@ -%%PYTHON_SITELIBDIR%%/ttfquery/__init__.py -%%PYTHON_SITELIBDIR%%/ttfquery/__init__.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/__init__.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/_scriptregistry.py -%%PYTHON_SITELIBDIR%%/ttfquery/_scriptregistry.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/_scriptregistry.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/describe.py -%%PYTHON_SITELIBDIR%%/ttfquery/describe.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/describe.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/family_query.py -%%PYTHON_SITELIBDIR%%/ttfquery/family_query.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/family_query.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/findsystem.py -%%PYTHON_SITELIBDIR%%/ttfquery/findsystem.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/findsystem.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/font_family_groups.py -%%PYTHON_SITELIBDIR%%/ttfquery/font_family_groups.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/font_family_groups.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/glyph.py -%%PYTHON_SITELIBDIR%%/ttfquery/glyph.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/glyph.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/glyphquery.py -%%PYTHON_SITELIBDIR%%/ttfquery/glyphquery.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/glyphquery.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/guessdescription.py -%%PYTHON_SITELIBDIR%%/ttfquery/guessdescription.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/guessdescription.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/metadata_query.py -%%PYTHON_SITELIBDIR%%/ttfquery/metadata_query.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/metadata_query.pyo -%%PYTHON_SITELIBDIR%%/ttfquery/ttffiles.py -%%PYTHON_SITELIBDIR%%/ttfquery/ttffiles.pyc -%%PYTHON_SITELIBDIR%%/ttfquery/ttffiles.pyo -@dirrm %%PYTHON_SITELIBDIR%%/ttfquery +bin/ttffamily +bin/ttffiles +bin/ttfgroups +bin/ttfmetadata +%%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/scripts/ttffamily +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/ttffiles +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/ttfgroups +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts/ttfmetadata +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/top_level.txt +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/__init__.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/__init__.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/__init__.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/_scriptregistry.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/_scriptregistry.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/_scriptregistry.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/describe.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/describe.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/describe.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/findsystem.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/findsystem.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/findsystem.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/glyph.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/glyph.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/glyph.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/glyphquery.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/glyphquery.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/glyphquery.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/guessdescription.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/guessdescription.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/guessdescription.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttffamily.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttffamily.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttffamily.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttffiles.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttffiles.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttffiles.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttfgroups.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttfgroups.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttfgroups.pyo +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttfmetadata.py +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttfmetadata.pyc +%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery/ttfmetadata.pyo +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/ttfquery +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO/scripts +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%/EGG-INFO +@dirrm %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 48F4CD8A for ; Thu, 28 Feb 2013 18:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3001A87B for ; Thu, 28 Feb 2013 18:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAEkD023622 for ; Thu, 28 Feb 2013 18:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAEGM023621; Thu, 28 Feb 2013 18:10:14 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:14 GMT Resent-Message-Id: <201302281810.r1SIAEGM023621@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 0B672B0E for ; Thu, 28 Feb 2013 18:02:55 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 6E294798 for ; Thu, 28 Feb 2013 18:02:54 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 2066E34034 for ; Fri, 1 Mar 2013 03:02:44 +0900 (JST) Message-Id: <20130301024507.2f97e72c17539864cccf4b58@yahoo.com> Date: Fri, 1 Mar 2013 02:45:07 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176567: math/labplot: Update to version 2.0.0.a3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:14 -0000 >Number: 176567 >Category: ports >Synopsis: math/labplot: Update to version 2.0.0.a3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:13 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2.0.0.a3 Remove file: files/patch-configure files/patch-doc::br::Makefile.in files/patch-doc::de::Makefile.in files/patch-doc::fr::Makefile.in files/patch-doc::it::Makefile.in files/patch-doc::nl::Makefile.in files/patch-doc::pl::Makefile.in files/patch-doc::sv::Makefile.in files/patch-src__constants.h >How-To-Repeat: >Fix: diff -urN /usr/ports/math/labplot/Makefile math/labplot/Makefile --- /usr/ports/math/labplot/Makefile 2012-12-30 22:11:27.000000000 +0900 +++ math/labplot/Makefile 2013-02-20 02:17:30.000000000 +0900 @@ -1,115 +1,53 @@ -# New ports collection makefile for: labplot -# Date created: 07 August 2004 -# Whom: Kay Lehmann -# +# Created by: Kay Lehmann # $FreeBSD: head/math/labplot/Makefile 309662 2012-12-30 12:03:51Z beat $ -# -PORTNAME= LabPlot -PORTVERSION= 1.6.0.2 -PORTREVISION= 17 +PORTNAME= labplot +DISTVERSION= 2.0.0.alpha3 CATEGORIES= math kde -MASTER_SITES= SF +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION:R} MAINTAINER= ports@FreeBSD.org -COMMENT= LabPlot : Data analysis and visualisation +COMMENT= Data plotting and function analysis tool for KDE -LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ - jasper.4:${PORTSDIR}/graphics/jasper \ - MagickWand:${PORTSDIR}/graphics/ImageMagick \ - gsl.16:${PORTSDIR}/math/gsl \ - fftw3:${PORTSDIR}/math/fftw3 \ - qwtplot3d.0:${PORTSDIR}/math/qwtplot3d \ - origin.0:${PORTSDIR}/math/liborigin +LICENCE= GPLv2 -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 +LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl -USE_BZIP2= yes -USE_QT_VER= 3 -USE_KDELIBS_VER=3 -USE_GL= glu -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes -INSTALLS_ICONS= yes -USE_GETTEXT= yes -CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_CFLAGS} -LDFLAGS+= ${PTHREAD_LIBS} -CONFIGURE_ARGS+=--enable-system-qwtplot3d=yes --enable-system-liborigin=yes \ - --enable-ocaml=no --enable-fftw=no --enable-KexiDB=no - -MAN1= LabPlot.1 labplot.1 - -OPTIONS+= R "Statistic analysis using R language" off -OPTIONS+= QHULL "Qhull support" off -OPTIONS+= PSTOEDIT "Export to vector graphics using pstoedit" off -OPTIONS+= NETCDF "netCDF data support" off -OPTIONS+= CDF "CDF data support" off -OPTIONS+= HDF5 "HDF5 data support" off -OPTIONS+= AUDIOFILE "Audio data support" off -OPTIONS+= KEXIDB "KexiDB support" off -OPTIONS+= QSA "Qt Scripting support" off -OPTIONS+= TEXVC "Latex formula editor" off - -.include - -.if defined(WITH_R) -LIB_DEPENDS+= R.0:${PORTSDIR}/math/R -CONFIGURE_ENV+= R_HOME=${LOCALBASE}/lib/R -CONFIGURE_ARGS+=--enable-R=yes -.else -CONFIGURE_ARGS+=--enable-R=no -.endif - -.if defined(WITH_QHULL) -LIB_DEPENDS+= qhull.5:${PORTSDIR}/math/qhull5 -CONFIGURE_ARGS+=--enable-qhull=yes -.else -CONFIGURE_ARGS+=--enable-qhull=no -.endif - -.if defined(WITH_PSTOEDIT) -RUN_DEPENDS+= pstoedit:${PORTSDIR}/graphics/pstoedit -.endif +OPTIONS_DEFINE= CDF HDF5 NETCDF +CDF_DESC= CDF data support +HDF5_DESC= HDF5 data support +NETCDF_DESC= NetCDF data support -.if defined(WITH_NETCDF) -LIB_DEPENDS+= netcdf.4:${PORTSDIR}/science/netcdf -CONFIGURE_ARGS+=--enable-netcdf=yes -.else -CONFIGURE_ARGS+=--enable-netcdf=no -.endif +USE_BZIP2= yes +USE_XORG= xft xpm +USE_KDE4= automoc4 kdelibs kdeprefix +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_CMAKE= yes +CMAKE_ARGS= -DOPJ_LIBRARY:STRING="" +MAKE_JOBS_SAFE= yes -.if defined(WITH_CDF) -LIB_DEPENDS+= cdf.0:${PORTSDIR}/science/cdf -CONFIGURE_ARGS+=--enable-cdf=yes -.else -CONFIGURE_ARGS+=--enable-cdf=no -.endif +.include -.if defined(WITH_HDF5) -LIB_DEPENDS+= hdf5.0:${PORTSDIR}/science/hdf5 -CONFIGURE_ARGS+=--enable-hdf5=yes +.if ${PORT_OPTIONS:MCDF} +LIB_DEPENDS+= cdf:${PORTSDIR}/science/cdf .else -CONFIGURE_ARGS+=--enable-hdf5=no +CMAKE_ARGS+= -DCDF_LIBRARY:STRING="" .endif -.if defined(WITH_AUDIOFILE) -LIB_DEPENDS+= audiofile.0:${PORTSDIR}/audio/libaudiofile -CONFIGURE_ARGS+=--enable-audiofile=yes +.if ${PORT_OPTIONS:MHDF5} +LIB_DEPENDS+= hdf5:${PORTSDIR}/science/hdf5 .else -CONFIGURE_ARGS+=--enable-audiofile=no +CMAKE_ARGS+= -DHDF5_LIBRARY:STRING="" .endif -.if defined(WITH_QSA) -LIB_DEPENDS+= qsa.1:${PORTSDIR}/devel/qsa -CONFIGURE_ARGS+=--enable-qsa=yes +.if ${PORT_OPTIONS:MNETCDF} +LIB_DEPENDS+= netcdf:${PORTSDIR}/science/netcdf .else -CONFIGURE_ARGS+=--enable-qsa=no +CMAKE_ARGS+= -DNETCDF_LIBRARY:STRING="" .endif -.if defined(WITH_TEXVC) -RUN_DEPENDS+= texvc:${PORTSDIR}/print/texvc -.endif +post-patch: + @${REINPLACE_CMD} -e \ + 's|/usr/local/|${LOCALBASE}/|g' ${WRKSRC}/CMakeLists.txt -.include +.include diff -urN /usr/ports/math/labplot/distinfo math/labplot/distinfo --- /usr/ports/math/labplot/distinfo 2012-11-08 04:30:20.000000000 +0900 +++ math/labplot/distinfo 2013-02-17 02:25:18.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (LabPlot-1.6.0.2.tar.bz2) = 6288ec60ade410e09a4105e240e8faf6bd497ec4f56635b1f5d27d55d4bd2eaa -SIZE (LabPlot-1.6.0.2.tar.bz2) = 10268052 +SHA256 (labplot-2.0.0.alpha3.tar.bz2) = 881c0a36378a6ad406d2c1102a58a32c038a6fb1e9fd97565da7b7aa95767227 +SIZE (labplot-2.0.0.alpha3.tar.bz2) = 1280273 diff -urN /usr/ports/math/labplot/files/patch-configure math/labplot/files/patch-configure --- /usr/ports/math/labplot/files/patch-configure 2012-11-08 04:30:21.000000000 +0900 +++ math/labplot/files/patch-configure 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- ./configure.orig 2008-06-15 03:01:04.000000000 +0400 -+++ ./configure 2008-06-15 03:12:39.000000000 +0400 -@@ -12426,7 +12426,7 @@ - #error "Your system version of liborigin is too old!" - #endif - EOF -- ${CXX} -c liborigin-test.cpp -+ ${CXX} ${CPPFLAGS} -c liborigin-test.cpp - if test $? -eq 0; then - LIBORIGIN_LDFLAGS="-lorigin" - LIBORIGIN="yes" diff -urN /usr/ports/math/labplot/files/patch-doc::br::Makefile.in math/labplot/files/patch-doc::br::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::br::Makefile.in 2012-11-08 04:30:21.000000000 +0900 +++ math/labplot/files/patch-doc::br::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- ./doc/br/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/br/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/br/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/br/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/br/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/br/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/br/LabPlot/small_pics diff -urN /usr/ports/math/labplot/files/patch-doc::de::Makefile.in math/labplot/files/patch-doc::de::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::de::Makefile.in 2012-11-08 04:30:20.000000000 +0900 +++ math/labplot/files/patch-doc::de::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- ./doc/de/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/de/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/de/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/de/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/de/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/de/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/de/LabPlot/small_pics diff -urN /usr/ports/math/labplot/files/patch-doc::fr::Makefile.in math/labplot/files/patch-doc::fr::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::fr::Makefile.in 2012-11-08 04:30:20.000000000 +0900 +++ math/labplot/files/patch-doc::fr::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- ./doc/fr/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/fr/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/fr/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/fr/LabPlot/small_pics diff -urN /usr/ports/math/labplot/files/patch-doc::it::Makefile.in math/labplot/files/patch-doc::it::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::it::Makefile.in 2012-11-08 04:30:21.000000000 +0900 +++ math/labplot/files/patch-doc::it::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- ./doc/it/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/it/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/it/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/it/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/it/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/it/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/it/LabPlot/small_pics diff -urN /usr/ports/math/labplot/files/patch-doc::nl::Makefile.in math/labplot/files/patch-doc::nl::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::nl::Makefile.in 2012-11-08 04:30:20.000000000 +0900 +++ math/labplot/files/patch-doc::nl::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- ./doc/nl/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/nl/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/nl/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/nl/LabPlot/small_pics diff -urN /usr/ports/math/labplot/files/patch-doc::pl::Makefile.in math/labplot/files/patch-doc::pl::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::pl::Makefile.in 2012-11-08 04:30:20.000000000 +0900 +++ math/labplot/files/patch-doc::pl::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- ./doc/pl/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/pl/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/pl/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/pl/LabPlot/small_pics diff -urN /usr/ports/math/labplot/files/patch-doc::sv::Makefile.in math/labplot/files/patch-doc::sv::Makefile.in --- /usr/ports/math/labplot/files/patch-doc::sv::Makefile.in 2012-11-08 04:30:20.000000000 +0900 +++ math/labplot/files/patch-doc::sv::Makefile.in 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- ./doc/sv/Makefile.in.orig 2008-01-12 12:42:50.000000000 +0300 -+++ ./doc/sv/Makefile.in 2008-06-15 03:01:03.000000000 +0400 -@@ -496,7 +496,7 @@ - fi - $(INSTALL_DATA) index.docbook $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/index.docbook - rm -f $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/small_pics -- ln -fs $(kde_htmldir)/en/LabPlot/small_pics/ $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/ -+ ln -fs $(kde_htmldir)/en/LabPlot/small_pics $(DESTDIR)/$(kde_htmldir)/sv/LabPlot/ - - uninstall-local: - #>- rm -f $(kde_htmldir)/sv/LabPlot/small_pics diff -urN /usr/ports/math/labplot/files/patch-src__constants.h math/labplot/files/patch-src__constants.h --- /usr/ports/math/labplot/files/patch-src__constants.h 2012-11-08 04:30:20.000000000 +0900 +++ math/labplot/files/patch-src__constants.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,10 +0,0 @@ ---- ./src/constants.h.orig 2009-11-28 14:12:55.000000000 +0300 -+++ ./src/constants.h 2009-11-28 23:00:49.000000000 +0300 -@@ -220,7 +220,6 @@ - {"stokes_cgs",GSL_CONST_CGSM_STOKES}, - {"f_cgs",GSL_CONST_CGSM_FARADAY}, - {"e_cgs",GSL_CONST_CGSM_ELECTRON_CHARGE}, -- {"gauss_cgs",GSL_CONST_CGSM_GAUSS}, - {"stilb_cgs",GSL_CONST_CGSM_STILB}, - {"lumen_cgs",GSL_CONST_CGSM_LUMEN}, - {"lux_cgs",GSL_CONST_CGSM_LUX}, diff -urN /usr/ports/math/labplot/pkg-descr math/labplot/pkg-descr --- /usr/ports/math/labplot/pkg-descr 2012-11-08 04:30:20.000000000 +0900 +++ math/labplot/pkg-descr 2012-06-22 23:56:20.000000000 +0900 @@ -3,4 +3,4 @@ with multiple plots which each can have multiple graphs. The graphs can be produced from data or from functions. -WWW: http://sourceforge.net/projects/labplot/ +WWW: http://labplot.sourceforge.net/ diff -urN /usr/ports/math/labplot/pkg-plist math/labplot/pkg-plist --- /usr/ports/math/labplot/pkg-plist 2012-11-08 04:30:21.000000000 +0900 +++ math/labplot/pkg-plist 2013-02-17 11:40:46.000000000 +0900 @@ -1,358 +1,31 @@ -bin/LabPlot -bin/labplot -lib/libLabPlot.a -lib/libLabPlot.la -lib/libLabPlot.so -lib/libLabPlot.so.7 -lib/libLabPlotcephes.a -lib/libLabPlotcephes.la -lib/libLabPlotcephes.so -lib/libLabPlotcephes.so.6 -share/applications/kde/LabPlot.desktop -share/apps/LabPlot/3d.lml.gz +bin/labplot2 +bin/opj2dat +lib/liblabplot_origin.so +lib/liblabplot_origin.so.0 +lib/liblabplot_origin.so.0.0.4 share/apps/LabPlot/LabPlotui.rc -share/apps/LabPlot/analysis.lml.gz -share/apps/LabPlot/attribute.qs -share/apps/LabPlot/audio.lml.gz -share/apps/LabPlot/axesdialog.qs -share/apps/LabPlot/axeslabel.lml.gz -share/apps/LabPlot/bar.lml.gz -share/apps/LabPlot/colormaps/3D.MAP -share/apps/LabPlot/colormaps/4ZEBBOW.MAP -share/apps/LabPlot/colormaps/4ZEBBOWX.MAP -share/apps/LabPlot/colormaps/560SEL.MAP -share/apps/LabPlot/colormaps/ALTERN.MAP -share/apps/LabPlot/colormaps/ANENOME.MAP -share/apps/LabPlot/colormaps/Autumn.map -share/apps/LabPlot/colormaps/BANDW.MAP -share/apps/LabPlot/colormaps/BASIC.MAP -share/apps/LabPlot/colormaps/BBR001.MAP -share/apps/LabPlot/colormaps/BGOLD.MAP -share/apps/LabPlot/colormaps/BLEND1.MAP -share/apps/LabPlot/colormaps/BLEND3.MAP -share/apps/LabPlot/colormaps/BLEND4.MAP -share/apps/LabPlot/colormaps/BLEND8.MAP -share/apps/LabPlot/colormaps/BLUEIN.MAP -share/apps/LabPlot/colormaps/BLUEOUT.MAP -share/apps/LabPlot/colormaps/BLUES.MAP -share/apps/LabPlot/colormaps/BLUORNG.MAP -share/apps/LabPlot/colormaps/BP.MAP -share/apps/LabPlot/colormaps/BPG.MAP -share/apps/LabPlot/colormaps/BRASS.MAP -share/apps/LabPlot/colormaps/BRITE.MAP -share/apps/LabPlot/colormaps/BRWG.MAP -share/apps/LabPlot/colormaps/BWB.MAP -share/apps/LabPlot/colormaps/Beach.map -share/apps/LabPlot/colormaps/CARAMEL.MAP -share/apps/LabPlot/colormaps/CHINA.MAP -share/apps/LabPlot/colormaps/CHROMA.MAP -share/apps/LabPlot/colormaps/CHROMA2.MAP -share/apps/LabPlot/colormaps/CHROMA3.MAP -share/apps/LabPlot/colormaps/CLOUDS.MAP -share/apps/LabPlot/colormaps/COLDFIRE.MAP -share/apps/LabPlot/colormaps/COLORS.MAP -share/apps/LabPlot/colormaps/COOL.MAP -share/apps/LabPlot/colormaps/COPPER.MAP -share/apps/LabPlot/colormaps/DRAGON.MAP -share/apps/LabPlot/colormaps/DW.MAP -share/apps/LabPlot/colormaps/Darkest.map -share/apps/LabPlot/colormaps/FIRE2.MAP -share/apps/LabPlot/colormaps/FIRESTRM.MAP -share/apps/LabPlot/colormaps/FRCOAST.MAP -share/apps/LabPlot/colormaps/Flash.map -share/apps/LabPlot/colormaps/GAMMA1.MAP -share/apps/LabPlot/colormaps/GAMMA2.MAP -share/apps/LabPlot/colormaps/GLASS.MAP -share/apps/LabPlot/colormaps/GLASSES1.MAP -share/apps/LabPlot/colormaps/GREEN.MAP -share/apps/LabPlot/colormaps/GREENIN.MAP -share/apps/LabPlot/colormaps/GREENOUT.MAP -share/apps/LabPlot/colormaps/GREY.MAP -share/apps/LabPlot/colormaps/Globule.map -share/apps/LabPlot/colormaps/Grange.map -share/apps/LabPlot/colormaps/Green-Grass.map -share/apps/LabPlot/colormaps/HAWAII.MAP -share/apps/LabPlot/colormaps/HAYSTACK.MAP -share/apps/LabPlot/colormaps/HORNS.MAP -share/apps/LabPlot/colormaps/INDIGO.MAP -share/apps/LabPlot/colormaps/Its-late.map -share/apps/LabPlot/colormaps/JELLYFSH.MAP -share/apps/LabPlot/colormaps/JFAN.MAP -share/apps/LabPlot/colormaps/JSTRIPE.MAP -share/apps/LabPlot/colormaps/JUTEBLUE.MAP -share/apps/LabPlot/colormaps/JUTEMAP.MAP -share/apps/LabPlot/colormaps/JUTEMAP2.MAP -share/apps/LabPlot/colormaps/KAHKI.MAP -share/apps/LabPlot/colormaps/LACE.MAP -share/apps/LabPlot/colormaps/LANDSCAP.MAP -share/apps/LabPlot/colormaps/LIGHT.MAP -share/apps/LabPlot/colormaps/LITE.MAP -share/apps/LabPlot/colormaps/LITNIN1.MAP -share/apps/LabPlot/colormaps/LONGS.MAP -share/apps/LabPlot/colormaps/LYAPUNOV.MAP -share/apps/LabPlot/colormaps/Lake.map -share/apps/LabPlot/colormaps/Lava.map -share/apps/LabPlot/colormaps/MASTS.MAP -share/apps/LabPlot/colormaps/MED.MAP -share/apps/LabPlot/colormaps/METAL.MAP -share/apps/LabPlot/colormaps/MIST.MAP -share/apps/LabPlot/colormaps/Max.map -share/apps/LabPlot/colormaps/NEON.MAP -share/apps/LabPlot/colormaps/NEW1.MAP -share/apps/LabPlot/colormaps/NEW2.MAP -share/apps/LabPlot/colormaps/OSB.MAP -share/apps/LabPlot/colormaps/Ocean.map -share/apps/LabPlot/colormaps/Oranje.map -share/apps/LabPlot/colormaps/PALE.MAP -share/apps/LabPlot/colormaps/PEACH.MAP -share/apps/LabPlot/colormaps/PUMPKIN.MAP -share/apps/LabPlot/colormaps/PVLAND.MAP -share/apps/LabPlot/colormaps/Prima.map -share/apps/LabPlot/colormaps/RAINBOW.MAP -share/apps/LabPlot/colormaps/RAINBOW2.MAP -share/apps/LabPlot/colormaps/RAINBOW3.MAP -share/apps/LabPlot/colormaps/RAINBOW4.MAP -share/apps/LabPlot/colormaps/RAINBOW5.MAP -share/apps/LabPlot/colormaps/RAINBOW7.MAP -share/apps/LabPlot/colormaps/RBOW.MAP -share/apps/LabPlot/colormaps/RBY.MAP -share/apps/LabPlot/colormaps/REDIN.MAP -share/apps/LabPlot/colormaps/REDOUT.MAP -share/apps/LabPlot/colormaps/ROSE1.MAP -share/apps/LabPlot/colormaps/ROYAL.MAP -share/apps/LabPlot/colormaps/RW.MAP -share/apps/LabPlot/colormaps/RYB1.MAP -share/apps/LabPlot/colormaps/Regal.map -share/apps/LabPlot/colormaps/Rose-Petals.map -share/apps/LabPlot/colormaps/SEA.MAP -share/apps/LabPlot/colormaps/SMOOTH.MAP -share/apps/LabPlot/colormaps/SPIRAL.MAP -share/apps/LabPlot/colormaps/STORM.MAP -share/apps/LabPlot/colormaps/Score.map -share/apps/LabPlot/colormaps/Smooth2.map -share/apps/LabPlot/colormaps/Spume.map -share/apps/LabPlot/colormaps/Sunshine.map -share/apps/LabPlot/colormaps/TOPO.MAP -share/apps/LabPlot/colormaps/TOPO2.MAP -share/apps/LabPlot/colormaps/TROPIC.MAP -share/apps/LabPlot/colormaps/TURQOISE.MAP -share/apps/LabPlot/colormaps/Touch-of-Blues.map -share/apps/LabPlot/colormaps/UNKNOWN.MAP -share/apps/LabPlot/colormaps/VOLCANO.MAP -share/apps/LabPlot/colormaps/VOLCANO2.MAP -share/apps/LabPlot/colormaps/VOLCANO3.MAP -share/apps/LabPlot/colormaps/VOLCANO4.MAP -share/apps/LabPlot/colormaps/VOLCANO5.MAP -share/apps/LabPlot/colormaps/VOLCANO6.MAP -share/apps/LabPlot/colormaps/VOLCANO7.MAP -share/apps/LabPlot/colormaps/VOOON.MAP -share/apps/LabPlot/colormaps/WILD.MAP -share/apps/LabPlot/colormaps/WINE.MAP -share/apps/LabPlot/colormaps/WORLD.MAP -share/apps/LabPlot/colormaps/WYBR.MAP -share/apps/LabPlot/colormaps/Waltz.map -share/apps/LabPlot/colormaps/YELPURP1.MAP -share/apps/LabPlot/colormaps/YGB.MAP -share/apps/LabPlot/colormaps/YOOLS.MAP -share/apps/LabPlot/colormaps/Zaoud.map -share/apps/LabPlot/colormaps/_standard.map -share/apps/LabPlot/datadialog.qs -share/apps/LabPlot/error-plot.qs -share/apps/LabPlot/exponential_fit.lml.gz -share/apps/LabPlot/export.qs -share/apps/LabPlot/fft.lml.gz -share/apps/LabPlot/fit.lml.gz -share/apps/LabPlot/fit.qs -share/apps/LabPlot/function.qs -share/apps/LabPlot/hist.lml.gz -share/apps/LabPlot/image.lml.gz -share/apps/LabPlot/import-binary.qs -share/apps/LabPlot/import-opj.qs -share/apps/LabPlot/import.qs -share/apps/LabPlot/import2.qs share/apps/LabPlot/labplot.png -share/apps/LabPlot/labplot.qs -share/apps/LabPlot/legend.qs -share/apps/LabPlot/log.lml.gz -share/apps/LabPlot/logfit.lml.gz -share/apps/LabPlot/marker.lml.gz -share/apps/LabPlot/multiplot.lml.gz -share/apps/LabPlot/objects.lml.gz -share/apps/LabPlot/objects.qs -share/apps/LabPlot/penguin.png -share/apps/LabPlot/pie.lml.gz -share/apps/LabPlot/plot.qs -share/apps/LabPlot/polar.lml.gz -share/apps/LabPlot/qsa-icons/d_class.png -share/apps/LabPlot/qsa-icons/d_editcopy.png -share/apps/LabPlot/qsa-icons/d_editcut.png -share/apps/LabPlot/qsa-icons/d_editdelete.png -share/apps/LabPlot/qsa-icons/d_editpaste.png -share/apps/LabPlot/qsa-icons/d_filenew.png -share/apps/LabPlot/qsa-icons/d_fileopen.png -share/apps/LabPlot/qsa-icons/d_filesave.png -share/apps/LabPlot/qsa-icons/d_function.png -share/apps/LabPlot/qsa-icons/d_help.png -share/apps/LabPlot/qsa-icons/d_play.png -share/apps/LabPlot/qsa-icons/d_playprev.png -share/apps/LabPlot/qsa-icons/d_project.png -share/apps/LabPlot/qsa-icons/d_redo.png -share/apps/LabPlot/qsa-icons/d_searchfind.png -share/apps/LabPlot/qsa-icons/d_stop.png -share/apps/LabPlot/qsa-icons/d_undo.png -share/apps/LabPlot/qsa-icons/editcopy.png -share/apps/LabPlot/qsa-icons/editcut.png -share/apps/LabPlot/qsa-icons/editdelete.png -share/apps/LabPlot/qsa-icons/editpaste.png -share/apps/LabPlot/qsa-icons/filenew.png -share/apps/LabPlot/qsa-icons/fileopen.png -share/apps/LabPlot/qsa-icons/filesave.png -share/apps/LabPlot/qsa-icons/function.png -share/apps/LabPlot/qsa-icons/help.png -share/apps/LabPlot/qsa-icons/object.png -share/apps/LabPlot/qsa-icons/play.png -share/apps/LabPlot/qsa-icons/playprev.png -share/apps/LabPlot/qsa-icons/project.png -share/apps/LabPlot/qsa-icons/qsa.png -share/apps/LabPlot/qsa-icons/redo.png -share/apps/LabPlot/qsa-icons/script.png -share/apps/LabPlot/qsa-icons/scriptnew.png -share/apps/LabPlot/qsa-icons/scriptobject.png -share/apps/LabPlot/qsa-icons/searchfind.png -share/apps/LabPlot/qsa-icons/splash.png -share/apps/LabPlot/qsa-icons/stop.png -share/apps/LabPlot/qsa-icons/undo.png -share/apps/LabPlot/qwt.lml.gz -share/apps/LabPlot/result.qs -share/apps/LabPlot/rydberg.lml.gz -share/apps/LabPlot/session.qs -share/apps/LabPlot/shosho.qs -share/apps/LabPlot/shosho2.qs -share/apps/LabPlot/simple.qs -share/apps/LabPlot/spreadsheet.qs -share/apps/LabPlot/surface-image.qs -share/apps/LabPlot/surface-plot.qs -share/apps/LabPlot/surface.lml.gz -share/apps/LabPlot/surface2.lml.gz -share/apps/LabPlot/surfacestyle.lml.gz -share/apps/LabPlot/ternary.lml.gz -share/apps/LabPlot/ternary.qs -share/apps/LabPlot/texlabel.lml.gz -share/apps/LabPlot/title.qs -share/apps/LabPlot/ylog.qs -share/doc/HTML/br/LabPlot/index.docbook -share/doc/HTML/br/LabPlot/small_pics -share/doc/HTML/br/labplot -share/doc/HTML/de/LabPlot/index.docbook -share/doc/HTML/de/LabPlot/small_pics -share/doc/HTML/de/labplot -share/doc/HTML/en/LabPlot/index.docbook -share/doc/HTML/en/LabPlot/small_pics/3d-small.png -share/doc/HTML/en/LabPlot/small_pics/VTK-small.png -share/doc/HTML/en/LabPlot/small_pics/analysis-small.png -share/doc/HTML/en/LabPlot/small_pics/audio-small.png -share/doc/HTML/en/LabPlot/small_pics/axeslabel-small.png -share/doc/HTML/en/LabPlot/small_pics/bar-small.png -share/doc/HTML/en/LabPlot/small_pics/csi-small.png -share/doc/HTML/en/LabPlot/small_pics/exponential_fit-small.png -share/doc/HTML/en/LabPlot/small_pics/fft-small.png -share/doc/HTML/en/LabPlot/small_pics/fileinfo_netcdf-small.png -share/doc/HTML/en/LabPlot/small_pics/fit-small.png -share/doc/HTML/en/LabPlot/small_pics/hist-small.png -share/doc/HTML/en/LabPlot/small_pics/image-small.png -share/doc/HTML/en/LabPlot/small_pics/konqueror-small.png -share/doc/HTML/en/LabPlot/small_pics/labplot-small.png -share/doc/HTML/en/LabPlot/small_pics/log-small.png -share/doc/HTML/en/LabPlot/small_pics/logfit-small.png -share/doc/HTML/en/LabPlot/small_pics/marker-small.png -share/doc/HTML/en/LabPlot/small_pics/multiplot-small.png -share/doc/HTML/en/LabPlot/small_pics/objects-small.png -share/doc/HTML/en/LabPlot/small_pics/pie-small.png -share/doc/HTML/en/LabPlot/small_pics/polar-small.png -share/doc/HTML/en/LabPlot/small_pics/qsa-green.png -share/doc/HTML/en/LabPlot/small_pics/qsa-import.png -share/doc/HTML/en/LabPlot/small_pics/qsa-plot.png -share/doc/HTML/en/LabPlot/small_pics/qsa-session.png -share/doc/HTML/en/LabPlot/small_pics/qwt3d-small.png -share/doc/HTML/en/LabPlot/small_pics/rydberg-small.png -share/doc/HTML/en/LabPlot/small_pics/sfi-small.png -share/doc/HTML/en/LabPlot/small_pics/spreadsheet-small.png -share/doc/HTML/en/LabPlot/small_pics/surface-small.png -share/doc/HTML/en/LabPlot/small_pics/surface2-small.png -share/doc/HTML/en/LabPlot/small_pics/surfacestyle-small.png -share/doc/HTML/en/LabPlot/small_pics/ternary-small.png -share/doc/HTML/en/LabPlot/small_pics/texlabel-small.png -share/doc/HTML/en/LabPlot/small_pics/worksheet-small.png -share/doc/HTML/en/labplot -share/doc/HTML/fr/LabPlot/index.docbook -share/doc/HTML/fr/LabPlot/small_pics -share/doc/HTML/fr/labplot -share/doc/HTML/it/LabPlot/index.docbook -share/doc/HTML/it/LabPlot/small_pics -share/doc/HTML/it/labplot -share/doc/HTML/nl/LabPlot/index.docbook -share/doc/HTML/nl/LabPlot/small_pics -share/doc/HTML/nl/labplot -share/doc/HTML/pl/LabPlot/index.docbook -share/doc/HTML/pl/LabPlot/small_pics -share/doc/HTML/pl/labplot -share/doc/HTML/sv/LabPlot/index.docbook -share/doc/HTML/sv/LabPlot/small_pics -share/doc/HTML/sv/labplot -share/icons/hicolor/16x16/apps/LabPlot.png -share/icons/hicolor/16x16/mimetypes/lpl.png -share/icons/hicolor/22x22/apps/LabPlot.png -share/icons/hicolor/22x22/mimetypes/lpl.png -share/icons/hicolor/32x32/apps/LabPlot.png -share/icons/hicolor/32x32/mimetypes/lpl.png -share/icons/hicolor/48x48/apps/LabPlot.png -share/icons/hicolor/48x48/mimetypes/lpl.png -share/icons/hicolor/64x64/apps/LabPlot.png -share/icons/hicolor/64x64/mimetypes/lpl.png -share/icons/locolor/16x16/apps/LabPlot.png -share/icons/locolor/16x16/mimetypes/lpl.png -share/icons/locolor/22x22/apps/LabPlot.png -share/icons/locolor/22x22/mimetypes/lpl.png -share/icons/locolor/32x32/apps/LabPlot.png -share/icons/locolor/32x32/mimetypes/lpl.png -share/locale/br/LC_MESSAGES/LabPlot.mo -share/locale/ca/LC_MESSAGES/LabPlot.mo -share/locale/cs/LC_MESSAGES/LabPlot.mo -share/locale/cy/LC_MESSAGES/LabPlot.mo -share/locale/da/LC_MESSAGES/LabPlot.mo -share/locale/de/LC_MESSAGES/LabPlot.mo -share/locale/es/LC_MESSAGES/LabPlot.mo -share/locale/et/LC_MESSAGES/LabPlot.mo -share/locale/fr/LC_MESSAGES/LabPlot.mo -share/locale/ga/LC_MESSAGES/LabPlot.mo -share/locale/is/LC_MESSAGES/LabPlot.mo -share/locale/it/LC_MESSAGES/LabPlot.mo -share/locale/ja/LC_MESSAGES/LabPlot.mo -share/locale/lt/LC_MESSAGES/LabPlot.mo -share/locale/nl/LC_MESSAGES/LabPlot.mo -share/locale/pl/LC_MESSAGES/LabPlot.mo -share/locale/pt/LC_MESSAGES/LabPlot.mo -share/locale/ro/LC_MESSAGES/LabPlot.mo -share/locale/ru/LC_MESSAGES/LabPlot.mo -share/locale/sr/LC_MESSAGES/LabPlot.mo -share/locale/sv/LC_MESSAGES/LabPlot.mo -share/locale/ta/LC_MESSAGES/LabPlot.mo -share/locale/tr/LC_MESSAGES/LabPlot.mo -share/locale/uk/LC_MESSAGES/LabPlot.mo -share/locale/zh/LC_MESSAGES/LabPlot.mo -share/mimelnk/application/x-lml.desktop -share/mimelnk/application/x-lpl.desktop -@dirrm share/doc/HTML/sv/LabPlot -@dirrm share/doc/HTML/pl/LabPlot -@dirrm share/doc/HTML/nl/LabPlot -@dirrm share/doc/HTML/it/LabPlot -@dirrm share/doc/HTML/fr/LabPlot -@dirrm share/doc/HTML/en/LabPlot/small_pics -@dirrm share/doc/HTML/en/LabPlot -@dirrm share/doc/HTML/de/LabPlot -@dirrm share/doc/HTML/br/LabPlot -@dirrm share/doc/HTML/br -@dirrm share/apps/LabPlot/qsa-icons -@dirrm share/apps/LabPlot/colormaps +share/apps/LabPlot/pics/auto-scale-all.png +share/apps/LabPlot/pics/auto-scale-x.png +share/apps/LabPlot/pics/auto-scale-y.png +share/apps/LabPlot/pics/axis-horizontal.png +share/apps/LabPlot/pics/axis-vertical.png +share/apps/LabPlot/pics/editbreaklayout.png +share/apps/LabPlot/pics/editgrid.png +share/apps/LabPlot/pics/edithlayout.png +share/apps/LabPlot/pics/editvlayout.png +share/apps/LabPlot/pics/shift-down-y.png +share/apps/LabPlot/pics/shift-left-x.png +share/apps/LabPlot/pics/shift-right-x.png +share/apps/LabPlot/pics/shift-up-y.png +share/apps/LabPlot/pics/x-zoom-in.png +share/apps/LabPlot/pics/x-zoom-out.png +share/apps/LabPlot/pics/xy-curve.png +share/apps/LabPlot/pics/y-zoom-in.png +share/apps/LabPlot/pics/y-zoom-out.png +share/apps/LabPlot/pics/zoom-in-x.png +share/apps/LabPlot/pics/zoom-in-y.png +share/apps/LabPlot/pics/zoom-out-x.png +share/apps/LabPlot/pics/zoom-out-y.png +@dirrm share/apps/LabPlot/pics @dirrm share/apps/LabPlot -@dirrmtry share/applications/kde >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 9D9C6D91 for ; Thu, 28 Feb 2013 18:10:14 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8150B87F for ; Thu, 28 Feb 2013 18:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAEQ1023631 for ; Thu, 28 Feb 2013 18:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAEs6023630; Thu, 28 Feb 2013 18:10:14 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:14 GMT Resent-Message-Id: <201302281810.r1SIAEs6023630@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id BD018B35 for ; Thu, 28 Feb 2013 18:04:43 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 68D267B9 for ; Thu, 28 Feb 2013 18:04:43 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 981CC34034 for ; Fri, 1 Mar 2013 03:04:40 +0900 (JST) Message-Id: <20130301024613.4ead14f751563227acf55aa2@yahoo.com> Date: Fri, 1 Mar 2013 02:46:13 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176568: science/gwyddion: Update to version 2.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:14 -0000 >Number: 176568 >Category: ports >Synopsis: science/gwyddion: Update to version 2.31 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:14 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 2.31 >How-To-Repeat: >Fix: diff -urN /usr/ports/science/gwyddion/Makefile science/gwyddion/Makefile --- /usr/ports/science/gwyddion/Makefile 2013-01-18 02:42:57.000000000 +0900 +++ science/gwyddion/Makefile 2013-02-22 00:51:50.000000000 +0900 @@ -2,8 +2,7 @@ # $FreeBSD: head/science/gwyddion/Makefile 310553 2013-01-17 16:05:38Z swills $ PORTNAME= gwyddion -PORTVERSION= 2.30 -PORTREVISION= 2 +PORTVERSION= 2.31 CATEGORIES= science graphics MASTER_SITES= SF @@ -12,33 +11,18 @@ LICENSE= GPLv2 # (or later) -LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus \ - dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ - pthread-stubs:${PORTSDIR}/devel/libpthread-stubs \ - pcre:${PORTSDIR}/devel/pcre \ - IlmImf:${PORTSDIR}/graphics/OpenEXR \ - cairo:${PORTSDIR}/graphics/cairo \ - IlmThread:${PORTSDIR}/graphics/ilmbase \ - drm:${PORTSDIR}/graphics/libdrm \ - png15:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR \ fftw3:${PORTSDIR}/math/fftw3 \ - freetype:${PORTSDIR}/print/freetype2 \ - expat:${PORTSDIR}/textproc/expat2 \ - fontconfig:${PORTSDIR}/x11-fonts/fontconfig \ - gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ - xcb:${PORTSDIR}/x11/libxcb + gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext OPTIONS_DEFINE= PERL PYTHON RUBY UNIQUE OPTIONS_DEFAULT=PERL PYTHON UNIQUE UNIQUE_DESC= Remote controle backend support USE_XZ= yes -USE_GNOME= desktopfileutils gconf2 gnomehack gnomemimedata gtk20 libxml2 -USE_XORG= ice pixman sm x11 xau xcomposite xcursor xdamage xdmcp xext \ - xfixes xi xinerama xmu xrandr xrender xt xxf86vm +USE_GNOME= desktopfileutils gconf2 gnomehack gtk20 libxml2 USE_GL= glu USE_GETTEXT= yes -USE_ICONV= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-silent-rules --disable-gtk-doc \ diff -urN /usr/ports/science/gwyddion/distinfo science/gwyddion/distinfo --- /usr/ports/science/gwyddion/distinfo 2012-11-11 02:13:15.000000000 +0900 +++ science/gwyddion/distinfo 2013-02-22 00:03:00.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (gwyddion-2.30.tar.xz) = 3778e56ec5f2d2333297c9aa2b850a1cb2b29b9e71421657223c44f30e05b140 -SIZE (gwyddion-2.30.tar.xz) = 2771208 +SHA256 (gwyddion-2.31.tar.xz) = 31d8aa15142a8e28d8a0cc0d2bc35903b112b1efc3da08452f89f6cac5f45276 +SIZE (gwyddion-2.31.tar.xz) = 2823012 diff -urN /usr/ports/science/gwyddion/pkg-plist science/gwyddion/pkg-plist --- /usr/ports/science/gwyddion/pkg-plist 2012-11-11 02:13:15.000000000 +0900 +++ science/gwyddion/pkg-plist 2013-02-22 00:26:46.000000000 +0900 @@ -111,6 +111,7 @@ include/gwyddion/libgwymodule/gwymoduleloader.h include/gwyddion/libgwymodule/gwymoduletypes.h include/gwyddion/libprocess/arithmetic.h +include/gwyddion/libprocess/brick.h include/gwyddion/libprocess/cdline.h include/gwyddion/libprocess/correct.h include/gwyddion/libprocess/correlation.h @@ -186,6 +187,8 @@ lib/gwyddion/modules/file/gsffile.so lib/gwyddion/modules/file/gwyfile.la lib/gwyddion/modules/file/gwyfile.so +lib/gwyddion/modules/file/gxyzffile.la +lib/gwyddion/modules/file/gxyzffile.so lib/gwyddion/modules/file/hdf4file.la lib/gwyddion/modules/file/hdf4file.so lib/gwyddion/modules/file/hdrimage.la @@ -206,6 +209,8 @@ lib/gwyddion/modules/file/jpkscan.so lib/gwyddion/modules/file/lextfile.la lib/gwyddion/modules/file/lextfile.so +lib/gwyddion/modules/file/magellan.la +lib/gwyddion/modules/file/magellan.so lib/gwyddion/modules/file/mapvue.la lib/gwyddion/modules/file/mapvue.so lib/gwyddion/modules/file/metropro.la @@ -220,6 +225,8 @@ lib/gwyddion/modules/file/mulfile.so lib/gwyddion/modules/file/nanoeducator.la lib/gwyddion/modules/file/nanoeducator.so +lib/gwyddion/modules/file/nanomagnetics.la +lib/gwyddion/modules/file/nanomagnetics.so lib/gwyddion/modules/file/nanonics.la lib/gwyddion/modules/file/nanonics.so lib/gwyddion/modules/file/nanonis.la @@ -308,6 +315,8 @@ lib/gwyddion/modules/file/tiaser.so lib/gwyddion/modules/file/unisoku.la lib/gwyddion/modules/file/unisoku.so +lib/gwyddion/modules/file/vtkfile.la +lib/gwyddion/modules/file/vtkfile.so lib/gwyddion/modules/file/wipfile.la lib/gwyddion/modules/file/wipfile.so lib/gwyddion/modules/file/witec-asc.la @@ -362,6 +371,8 @@ lib/gwyddion/modules/process/averaging.so lib/gwyddion/modules/process/basicops.la lib/gwyddion/modules/process/basicops.so +lib/gwyddion/modules/process/brickshow.la +lib/gwyddion/modules/process/brickshow.so lib/gwyddion/modules/process/calcoefs_load.la lib/gwyddion/modules/process/calcoefs_load.so lib/gwyddion/modules/process/calcoefs_new.la @@ -390,6 +401,8 @@ lib/gwyddion/modules/process/dwtanisotropy.so lib/gwyddion/modules/process/edge.la lib/gwyddion/modules/process/edge.so +lib/gwyddion/modules/process/extend.la +lib/gwyddion/modules/process/extend.so lib/gwyddion/modules/process/facet-level.la lib/gwyddion/modules/process/facet-level.so lib/gwyddion/modules/process/facet_analysis.la @@ -563,7 +576,7 @@ lib/libgwymodule2.so.5 lib/libgwyprocess2.la lib/libgwyprocess2.so -lib/libgwyprocess2.so.15 +lib/libgwyprocess2.so.16 libdata/pkgconfig/gwyddion.pc libexec/gwyddion/plugins/file/dump %%PERL%%libexec/gwyddion/plugins/process/invert_perl.pl >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 029ADD94 for ; Thu, 28 Feb 2013 18:10:15 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DE3F4881 for ; Thu, 28 Feb 2013 18:10:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAEOu023640 for ; Thu, 28 Feb 2013 18:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAEnk023639; Thu, 28 Feb 2013 18:10:14 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:14 GMT Resent-Message-Id: <201302281810.r1SIAEnk023639@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 38EB7A3B for ; Thu, 28 Feb 2013 18:01:16 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa106lp.auone-net.jp (msa106lp.auone-net.jp [222.3.140.169]) by mx1.freebsd.org (Postfix) with ESMTP id A3F5476F for ; Thu, 28 Feb 2013 18:01:15 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa106lp.auone-net.jp (au one net msa) with ESMTP id 1DC5923C031 for ; Fri, 1 Mar 2013 03:01:10 +0900 (JST) Message-Id: <20130301024334.87ea0abeec9260f8aabebf03@yahoo.com> Date: Fri, 1 Mar 2013 02:43:34 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176569: deskutils/basket: Update to version 1.81 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:15 -0000 >Number: 176569 >Category: ports >Synopsis: deskutils/basket: Update to version 1.81 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:14 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 1.81 >How-To-Repeat: >Fix: diff -urN /usr/ports/deskutils/basket/Makefile deskutils/basket/Makefile --- /usr/ports/deskutils/basket/Makefile 2013-02-08 16:40:28.000000000 +0900 +++ deskutils/basket/Makefile 2013-02-20 02:14:20.000000000 +0900 @@ -2,43 +2,23 @@ # $FreeBSD: head/deskutils/basket/Makefile 311911 2013-02-08 07:20:32Z bapt $ PORTNAME= basket -PORTVERSION= 1.0.3.1 -PORTREVISION= 7 +PORTVERSION= 1.81 CATEGORIES= deskutils kde MASTER_SITES= http://basket.kde.org/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Desktop organization tool -USE_KDELIBS_VER=3 -USE_GMAKE= yes -USE_AUTOTOOLS= libtool -USE_LDCONFIG= yes +LICENSE= GPLv2 -OPTIONS_DEFINE= KONTACT GPGME -OPTIONS_DEFAULT= KONTACT GPGME -KONTACT_DESC= Kontact plugin -GPGME_DESC= GPG support (experimental) - -.include - -.if ${PORT_OPTIONS:MKONTACT} -LIB_DEPENDS+= kontact.1:${PORTSDIR}/deskutils/kdepim3 -PLIST_SUB= KONTACT="" -.else -PLIST_SUB= KONTACT="@comment " -CONFIGURE_ENV+= DO_NOT_COMPILE="kontact_plugin" -.endif - -.if ${PORT_OPTIONS:MGPGME} -RUN_DEPENDS+= pinentry-qt:${PORTSDIR}/security/pinentry-qt -LIB_DEPENDS+= gpgme.19:${PORTSDIR}/security/gpgme \ - gpg-error.0:${PORTSDIR}/security/libgpg-error -.else -CONFIGURE_ARGS+= --with-encryption=no -.endif +LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme -post-patch: - @${REINPLACE_CMD} -e 's/-O2//g' ${WRKSRC}/${CONFIGURE_SCRIPT} +USE_BZIP2= yes +USE_XORG= xft xpm +USE_KDE4= automoc4 kdeprefix pimlibs qimageblitz +USE_QT4= moc_build qmake_build rcc_build uic_build +USE_CMAKE= yes +USE_LDCONFIG= yes +MAKE_JOBS_SAFE= yes .include diff -urN /usr/ports/deskutils/basket/distinfo deskutils/basket/distinfo --- /usr/ports/deskutils/basket/distinfo 2012-11-08 05:49:38.000000000 +0900 +++ deskutils/basket/distinfo 2013-02-20 01:48:26.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (basket-1.0.3.1.tar.gz) = 736167f000e74e2b441e644067a404a82ed9a475cd5c424cf86bb0a56a87efb5 -SIZE (basket-1.0.3.1.tar.gz) = 5588843 +SHA256 (basket-1.81.tar.bz2) = 60a3b49af34f1df2b983b1acd321ded256f92f10ce700dc6c7954793fea3fd83 +SIZE (basket-1.81.tar.bz2) = 4108025 diff -urN /usr/ports/deskutils/basket/pkg-plist deskutils/basket/pkg-plist --- /usr/ports/deskutils/basket/pkg-plist 2012-11-08 05:49:38.000000000 +0900 +++ deskutils/basket/pkg-plist 2013-02-20 02:32:53.000000000 +0900 @@ -1,20 +1,10 @@ bin/basket -lib/kde3/basketthumbcreator.a -lib/kde3/basketthumbcreator.la -lib/kde3/basketthumbcreator.so -lib/kde3/kcm_basket.a -lib/kde3/kcm_basket.la -lib/kde3/kcm_basket.so -lib/kde3/libbasketpart.a -lib/kde3/libbasketpart.la -lib/kde3/libbasketpart.so -%%KONTACT%%lib/kde3/libkontact_basket.a -%%KONTACT%%lib/kde3/libkontact_basket.la -%%KONTACT%%lib/kde3/libkontact_basket.so -lib/libbasketcommon.a -lib/libbasketcommon.la +lib/kde4/basketthumbcreator.so +lib/kde4/kcm_basket.so lib/libbasketcommon.so -share/applications/kde/basket.desktop +lib/libbasketcommon.so.5 +lib/libbasketcommon.so.5.0.1 +share/applications/kde4/basket.desktop share/apps/basket/backgrounds/abstract.png share/apps/basket/backgrounds/alien-artifact.png share/apps/basket/backgrounds/alien-artifact.png.config @@ -24,45 +14,12 @@ share/apps/basket/backgrounds/painting.png share/apps/basket/backgrounds/pens.png share/apps/basket/backgrounds/pins.png -share/apps/basket/backgrounds/previews/abstract.png -share/apps/basket/backgrounds/previews/alien-artifact.png -share/apps/basket/backgrounds/previews/basket-title.png -share/apps/basket/backgrounds/previews/green-curves.png -share/apps/basket/backgrounds/previews/light.png -share/apps/basket/backgrounds/previews/painting.png -share/apps/basket/backgrounds/previews/pens.png -share/apps/basket/backgrounds/previews/pins.png -share/apps/basket/backgrounds/previews/rainbow-balls.png -share/apps/basket/backgrounds/previews/rounds-line.png -share/apps/basket/backgrounds/previews/strings.png -share/apps/basket/backgrounds/previews/todo.png -share/apps/basket/backgrounds/previews/working.png share/apps/basket/backgrounds/rainbow-balls.png share/apps/basket/backgrounds/rounds-line.png share/apps/basket/backgrounds/strings.png share/apps/basket/backgrounds/todo.png share/apps/basket/backgrounds/working.png -share/apps/basket/basket_part.rc share/apps/basket/basketui.rc -share/apps/basket/icons/crystalsvg/16x16/actions/tag_checkbox.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_checkbox_checked.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_for_later.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_fun.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_important.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_bad.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_excelent.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_preference_good.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_priority_high.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_priority_low.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_priority_medium.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_000.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_025.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_050.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_075.png -share/apps/basket/icons/crystalsvg/16x16/actions/tag_progress_100.png -share/apps/basket/images/insertion_help.png -share/apps/basket/images/tag_export_help.png -share/apps/basket/images/tag_export_on_every_lines_help.png share/apps/basket/welcome/Welcome_de.baskets share/apps/basket/welcome/Welcome_en_US.baskets share/apps/basket/welcome/Welcome_fr.baskets @@ -71,50 +28,39 @@ share/apps/basket/welcome/Welcome_nn.baskets share/apps/basket/welcome/Welcome_pt.baskets share/apps/basket/welcome/Welcome_ru.baskets -%%KONTACT%%share/apps/kontact/ksettingsdialog/kontact_basketplugin.setdlg share/config/magic/basket.magic -share/doc/HTML/en/basket/common -share/doc/HTML/en/basket/index.cache.bz2 -share/doc/HTML/en/basket/index.docbook -share/icons/crystalsvg/128x128/apps/basket.png -share/icons/crystalsvg/128x128/mimetypes/baskets.png -share/icons/crystalsvg/128x128/mimetypes/baskett.png -share/icons/crystalsvg/16x16/actions/likeback_bug.png -share/icons/crystalsvg/16x16/actions/likeback_dislike.png -share/icons/crystalsvg/16x16/actions/likeback_feature.png -share/icons/crystalsvg/16x16/actions/likeback_like.png -share/icons/crystalsvg/16x16/actions/tag_checkbox.png -share/icons/crystalsvg/16x16/actions/tag_checkbox_checked.png -share/icons/crystalsvg/16x16/actions/tag_for_later.png -share/icons/crystalsvg/16x16/actions/tag_fun.png -share/icons/crystalsvg/16x16/actions/tag_important.png -share/icons/crystalsvg/16x16/actions/tag_preference_bad.png -share/icons/crystalsvg/16x16/actions/tag_preference_excelent.png -share/icons/crystalsvg/16x16/actions/tag_preference_good.png -share/icons/crystalsvg/16x16/actions/tag_priority_high.png -share/icons/crystalsvg/16x16/actions/tag_priority_low.png -share/icons/crystalsvg/16x16/actions/tag_priority_medium.png -share/icons/crystalsvg/16x16/actions/tag_progress_000.png -share/icons/crystalsvg/16x16/actions/tag_progress_025.png -share/icons/crystalsvg/16x16/actions/tag_progress_050.png -share/icons/crystalsvg/16x16/actions/tag_progress_075.png -share/icons/crystalsvg/16x16/actions/tag_progress_100.png -share/icons/crystalsvg/16x16/apps/basket.png -share/icons/crystalsvg/16x16/mimetypes/baskets.png -share/icons/crystalsvg/16x16/mimetypes/baskett.png -share/icons/crystalsvg/22x22/apps/basket.png -share/icons/crystalsvg/22x22/mimetypes/baskets.png -share/icons/crystalsvg/22x22/mimetypes/baskett.png -share/icons/crystalsvg/32x32/apps/basket.png -share/icons/crystalsvg/32x32/mimetypes/baskets.png -share/icons/crystalsvg/32x32/mimetypes/baskett.png -share/icons/crystalsvg/48x48/apps/basket.png -share/icons/crystalsvg/48x48/mimetypes/baskets.png -share/icons/crystalsvg/48x48/mimetypes/baskett.png -share/icons/crystalsvg/64x64/apps/basket.png -share/icons/crystalsvg/64x64/mimetypes/baskets.png -share/icons/crystalsvg/64x64/mimetypes/baskett.png -share/icons/crystalsvg/scalable/apps/basket.svg +share/icons/hicolor/128x128/apps/basket.png +share/icons/hicolor/16x16/actions/likeback_bug.png +share/icons/hicolor/16x16/actions/likeback_dislike.png +share/icons/hicolor/16x16/actions/likeback_feature.png +share/icons/hicolor/16x16/actions/likeback_like.png +share/icons/hicolor/16x16/actions/tag_checkbox.png +share/icons/hicolor/16x16/actions/tag_checkbox_checked.png +share/icons/hicolor/16x16/actions/tag_for_later.png +share/icons/hicolor/16x16/actions/tag_fun.png +share/icons/hicolor/16x16/actions/tag_important.png +share/icons/hicolor/16x16/actions/tag_preference_bad.png +share/icons/hicolor/16x16/actions/tag_preference_excellent.png +share/icons/hicolor/16x16/actions/tag_preference_good.png +share/icons/hicolor/16x16/actions/tag_priority_high.png +share/icons/hicolor/16x16/actions/tag_priority_low.png +share/icons/hicolor/16x16/actions/tag_priority_medium.png +share/icons/hicolor/16x16/actions/tag_progress_000.png +share/icons/hicolor/16x16/actions/tag_progress_025.png +share/icons/hicolor/16x16/actions/tag_progress_050.png +share/icons/hicolor/16x16/actions/tag_progress_075.png +share/icons/hicolor/16x16/actions/tag_progress_100.png +share/icons/hicolor/16x16/apps/basket.png +share/icons/hicolor/22x22/apps/basket.png +share/icons/hicolor/32x32/apps/basket.png +share/icons/hicolor/48x48/apps/basket.png +share/icons/hicolor/64x64/apps/basket.png +share/kde4/services/basket_config_apps.desktop +share/kde4/services/basket_config_baskets.desktop +share/kde4/services/basket_config_general.desktop +share/kde4/services/basket_config_new_notes.desktop +share/kde4/services/basket_config_notes_appearance.desktop +share/kde4/services/basketthumbcreator.desktop share/locale/cs/LC_MESSAGES/basket.mo share/locale/da/LC_MESSAGES/basket.mo share/locale/de/LC_MESSAGES/basket.mo @@ -132,31 +78,8 @@ share/locale/zh_TW/LC_MESSAGES/basket.mo share/mimelnk/application/x-basket-archive.desktop share/mimelnk/application/x-basket-template.desktop -share/services/basket_config_apps.desktop -share/services/basket_config_baskets.desktop -share/services/basket_config_features.desktop -share/services/basket_config_general.desktop -share/services/basket_config_new_notes.desktop -share/services/basket_config_notes.desktop -share/services/basket_config_notes_appearance.desktop -share/services/basket_part.desktop -share/services/basketthumbcreator.desktop -%%KONTACT%%share/services/kontact/basket.desktop -%%KONTACT%%share/services/kontact/basket_v4.desktop -%%KONTACT%%@dirrmtry share/services/kontact @dirrmtry share/locale/pl_PL/LC_MESSAGES @dirrmtry share/locale/pl_PL -@dirrm share/doc/HTML/en/basket -@dirrmtry share/config/magic -@dirrmtry share/config -%%KONTACT%%@dirrmtry share/apps/kontact/ksettingsdialog -%%KONTACT%%@dirrmtry share/apps/kontact @dirrm share/apps/basket/welcome -@dirrm share/apps/basket/images -@dirrm share/apps/basket/icons/crystalsvg/16x16/actions -@dirrm share/apps/basket/icons/crystalsvg/16x16 -@dirrm share/apps/basket/icons/crystalsvg -@dirrm share/apps/basket/icons -@dirrm share/apps/basket/backgrounds/previews @dirrm share/apps/basket/backgrounds @dirrm share/apps/basket >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10: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]) by hub.freebsd.org (Postfix) with ESMTP id 44DF6D97 for ; Thu, 28 Feb 2013 18:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6934A883 for ; Thu, 28 Feb 2013 18:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAFZU023649 for ; Thu, 28 Feb 2013 18:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAFVe023648; Thu, 28 Feb 2013 18:10:15 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:15 GMT Resent-Message-Id: <201302281810.r1SIAFVe023648@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id F3AE1A5E for ; Thu, 28 Feb 2013 18:01:35 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id CC22F777 for ; Thu, 28 Feb 2013 18:01:35 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 1BD1134034 for ; Fri, 1 Mar 2013 03:01:33 +0900 (JST) Message-Id: <20130301024355.c631fc001e6daf73a7009e30@yahoo.com> Date: Fri, 1 Mar 2013 02:43:55 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176570: devel/guile-lib: Update to version 0.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:16 -0000 >Number: 176570 >Category: ports >Synopsis: devel/guile-lib: 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: Thu Feb 28 18:10:14 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.2.2 >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/guile-lib/Makefile devel/guile-lib/Makefile --- /usr/ports/devel/guile-lib/Makefile 2012-11-08 05:02:26.000000000 +0900 +++ devel/guile-lib/Makefile 2013-02-01 23:19:40.000000000 +0900 @@ -1,18 +1,13 @@ -# ex:ts=8 -# Ports collection makefile for: guile-lib -# Date created: Mar 22, 2007 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: head/devel/guile-lib/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= guile-lib -PORTVERSION= 0.2.1 +PORTVERSION= 0.2.2 CATEGORIES= devel scheme MASTER_SITES= SAVANNAH MAINTAINER= ports@FreeBSD.org -COMMENT= A down-scaled, limited-scope CPAN for Guile +COMMENT= Repository of useful code written in Guile Scheme BUILD_DEPENDS= guile:${PORTSDIR}/lang/guile RUN_DEPENDS= guile:${PORTSDIR}/lang/guile diff -urN /usr/ports/devel/guile-lib/distinfo devel/guile-lib/distinfo --- /usr/ports/devel/guile-lib/distinfo 2012-11-08 05:02:26.000000000 +0900 +++ devel/guile-lib/distinfo 2013-02-01 23:08:44.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (guile-lib-0.2.1.tar.gz) = 744b36341a1c3c767ec438c3deeca1efc56e4070c3d2730a25fbb2e40e45e129 -SIZE (guile-lib-0.2.1.tar.gz) = 465525 +SHA256 (guile-lib-0.2.2.tar.gz) = 8bc0083c43923c08cbccee4aa07405e601f1ccfd667a1be5a7e5e4b2ca1236b9 +SIZE (guile-lib-0.2.2.tar.gz) = 476723 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10: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]) by hub.freebsd.org (Postfix) with ESMTP id 54DC2D99 for ; Thu, 28 Feb 2013 18:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 94300885 for ; Thu, 28 Feb 2013 18:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAFSp023658 for ; Thu, 28 Feb 2013 18:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAFmM023657; Thu, 28 Feb 2013 18:10:15 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:15 GMT Resent-Message-Id: <201302281810.r1SIAFmM023657@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 84649A6D for ; Thu, 28 Feb 2013 18:02:23 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 47214785 for ; Thu, 28 Feb 2013 18:02:23 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 7635534034 for ; Fri, 1 Mar 2013 03:02:21 +0900 (JST) Message-Id: <20130301024440.1a8c836afc57fc077ed658f4@yahoo.com> Date: Fri, 1 Mar 2013 02:44:40 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176571: games/slump: Update to version 0.003.02 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:16 -0000 >Number: 176571 >Category: ports >Synopsis: games/slump: Update to version 0.003.02 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:15 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 0.003.02 >How-To-Repeat: >Fix: diff -urN /usr/ports/games/slump/Makefile games/slump/Makefile --- /usr/ports/games/slump/Makefile 2012-11-08 07:24:02.000000000 +0900 +++ games/slump/Makefile 2013-02-24 21:04:02.000000000 +0900 @@ -1,31 +1,31 @@ -# New ports collection makefile for: slump -# Date created: 2006-10-09 -# Whom: alepulver -# +# Created by: alepulver # $FreeBSD: head/games/slump/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= slump -PORTVERSION= 0.003.01 +PORTVERSION= 0.003.02 CATEGORIES= games -MASTER_SITES= http://www.samiam.org/software/ +MASTER_SITES= http://www.samiam.org/slump/old/slump/ MAINTAINER= ports@FreeBSD.org COMMENT= Fork of SLIGE that is optimized for making FreeDoom maps +LICENSE= GPLv2 # (or later) + +OPTIONS_DEFINE= DOCS + USE_BZIP2= yes +MAKE_ARGS= FLAGS="${CFLAGS}" -PLIST_FILES= bin/${PORTNAME} PORTDOCS= README +PLIST_FILES= bin/${PORTNAME} -post-patch: - @${REINPLACE_CMD} -e 's|^FLAGS =|& $${CFLAGS}|' ${WRKSRC}/${MAKEFILE} +.include do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_PROGRAM} ${PORTNAME} ${PREFIX}/bin) +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} README ${DOCSDIR}) .endif .include diff -urN /usr/ports/games/slump/distinfo games/slump/distinfo --- /usr/ports/games/slump/distinfo 2012-11-08 07:24:02.000000000 +0900 +++ games/slump/distinfo 2013-02-24 21:02:37.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (slump-0.003.01.tar.bz2) = 196d358565e380e0ed5590167a63e06802ad46bf11fb45c0f2814a4905bd42d5 -SIZE (slump-0.003.01.tar.bz2) = 115443 +SHA256 (slump-0.003.02.tar.bz2) = 7bc08ba36f13282a4f2735005c701b972c013cd5c7335101a2faa3466995bf5f +SIZE (slump-0.003.02.tar.bz2) = 116397 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10: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]) by hub.freebsd.org (Postfix) with ESMTP id 78445D9A for ; Thu, 28 Feb 2013 18:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F12BE887 for ; Thu, 28 Feb 2013 18:10:15 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAFxW023667 for ; Thu, 28 Feb 2013 18:10:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAFAx023666; Thu, 28 Feb 2013 18:10:15 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:15 GMT Resent-Message-Id: <201302281810.r1SIAFAx023666@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 6D56FA69 for ; Thu, 28 Feb 2013 18:02:15 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id E9EA3782 for ; Thu, 28 Feb 2013 18:02:14 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 5BD4A34034 for ; Fri, 1 Mar 2013 03:02:08 +0900 (JST) Message-Id: <20130301024431.ddd101bce543b098eb3b6c28@yahoo.com> Date: Fri, 1 Mar 2013 02:44:31 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176572: games/golddig: Update to version 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:16 -0000 >Number: 176572 >Category: ports >Synopsis: games/golddig: Update to version 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: Thu Feb 28 18:10:15 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 3.1 New file: pkg-install Remove file: files/patch-aa files/patch-ab files/patch-ac files/patch-ad >How-To-Repeat: >Fix: diff -urN /usr/ports/games/golddig/Makefile games/golddig/Makefile --- /usr/ports/games/golddig/Makefile 2012-11-08 07:24:04.000000000 +0900 +++ games/golddig/Makefile 2013-02-27 03:38:25.000000000 +0900 @@ -2,25 +2,27 @@ # $FreeBSD: head/games/golddig/Makefile 306447 2012-10-26 14:57:50Z bapt $ PORTNAME= golddig -PORTVERSION= 2.0 +PORTVERSION= 3.1 PORTREVISION= 3 CATEGORIES= games -MASTER_SITES= ftp://qiclab.scn.rain.com/pub/games/ -DISTNAME= golddig2 -EXTRACT_SUFX= .tar.Z +MASTER_SITES= http://www.NetBSD.org/~chuck/gz/ +DISTNAME= ${PORTNAME}C${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Getting the Gold and Avoiding Death -MAN6= golddig.6 USE_XORG= x11 +MAKE_ENV= X11BASE="${LOCALBASE}" +MAKE_JOBS_SAFE= yes -pre-patch: - @(cd ${WRKSRC}; for i in 245 244 246 247; do \ - ${AWK} '{if (/^#!/) x++} {if(x) print $$0'} $$i| /bin/sh; \ - done; ${MV} golddig2/* .) +LDFLAGS+= -L${LOCALBASE}/lib -pre-install: - @${MKDIR} ${PREFIX}/lib/golddig +MAN6= gdedit.6 golddig.6 + +DESKTOP_ENTRIES="Gold Digger" "" "" "${PORTNAME}" "" "" + +post-patch: + @${GREP} -lR "@PREFIX@" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ + 's|@PREFIX@|${PREFIX}|' .include diff -urN /usr/ports/games/golddig/distinfo games/golddig/distinfo --- /usr/ports/games/golddig/distinfo 2012-11-08 07:24:04.000000000 +0900 +++ games/golddig/distinfo 2013-02-24 18:24:08.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (golddig2.tar.Z) = ea72b666157e88b32e7e5de885d19763d81445499056fd3afeb4288994d50355 -SIZE (golddig2.tar.Z) = 68321 +SHA256 (golddigC3.1.tar.gz) = 823c1029ff47443c9aa52867db80bcafadebdaec123071f18031c48591b0c9ea +SIZE (golddigC3.1.tar.gz) = 62024 diff -urN /usr/ports/games/golddig/files/patch-aa games/golddig/files/patch-aa --- /usr/ports/games/golddig/files/patch-aa 2012-11-08 07:24:04.000000000 +0900 +++ games/golddig/files/patch-aa 1970-01-01 09:00:00.000000000 +0900 @@ -1,43 +0,0 @@ ---- shared.c.orig Thu Dec 2 11:49:23 2004 -+++ shared.c Thu Dec 2 11:52:16 2004 -@@ -58,7 +58,7 @@ - #include "bitmap/window.bits" - #include "bitmap/anti.bits" - --char *sprintf(); /* UNIX brain damage */ -+/* char *sprintf(); /* UNIX brain damage */ - - /* All in and out movements except up */ - #define NOUPBITS DLEAVE | LLEAVE | RLEAVE | HENTER | VENTER -@@ -312,21 +312,25 @@ - FILE *levelfile; - register int i,j; - int x,y; -- char buf[300]; -+ char buf[1300]; - - /* Manufaction the file name by starting with the world name and */ - /* appending the level number to it. */ -- strcpy(filename,LIB); -- strcat(filename,"/"); -- strcat(filename,worldname); -+ if (strchr (worldname, '/')) -+ *filename = 0; -+ else { -+ strncpy(filename,LIB,sizeof(filename) - 3); -+ strncat(filename,"/",sizeof(filename) - 3); -+ } -+ strncat(filename,worldname,sizeof(filename) - 3); - sprintf(filename + strlen(filename),"%03d",levelnum); - /* Open level file for reading */ - levelfile = fopen(filename,"r"); - /* If level file does not exist, use the default level file. */ - if(levelfile == NULL) { - /* Build the default level name */ -- strcpy(buf,LIB); -- strcat(buf,"/default"); -+ strncpy(buf,LIB,sizeof(filename)); -+ strncat(buf,"/default",sizeof(filename)); - /* Open default level file for reading */ - levelfile = fopen(buf,"r"); - if(levelfile == NULL) { diff -urN /usr/ports/games/golddig/files/patch-ab games/golddig/files/patch-ab --- /usr/ports/games/golddig/files/patch-ab 2012-11-08 07:24:04.000000000 +0900 +++ games/golddig/files/patch-ab 1970-01-01 09:00:00.000000000 +0900 @@ -1,19 +0,0 @@ -*** scores.c~ Thu Dec 14 20:40:34 1989 ---- scores.c Sun Nov 20 01:51:07 1994 -*************** -*** 9,15 **** - #include - #include "golddig.h" - -! char *getenv(),*sprintf(); - - #define NUMHIGH 15 /* Number of high scores that will be remembered */ - ---- 9,15 ---- - #include - #include "golddig.h" - -! char *getenv()/*,*sprintf()*/; - - #define NUMHIGH 15 /* Number of high scores that will be remembered */ - diff -urN /usr/ports/games/golddig/files/patch-ac games/golddig/files/patch-ac --- /usr/ports/games/golddig/files/patch-ac 2012-11-08 07:24:04.000000000 +0900 +++ games/golddig/files/patch-ac 1970-01-01 09:00:00.000000000 +0900 @@ -1,251 +0,0 @@ -This patch is not required to compile/run golddig. Its only purpose is to -improve the game (IMHO) --jmz - -*** golddig.c~ Thu Dec 14 20:41:03 1989 ---- golddig.c Sun Nov 20 01:23:40 1994 -*************** -*** 29,34 **** ---- 29,38 ---- - - #define EVMASK KeyPressMask | ExposureMask | ButtonPressMask | FocusChangeMask - -+ int x_lives, x_initial_score; -+ #define TURBO 15 -+ int x_turbo = TURBO; -+ - int newlevel = 0; /* Non-zero if a new level was just drawn */ - struct itimerval cycletime; /* Structure used when setting up timer */ - /* These are the graphics cursors used for drawing the player at */ -*************** -*** 167,177 **** - puts("z,<,q,u,R13 - make hole left"); - puts("x,>,e,o,R15 - make hole right"); - puts("r,y,R7 - put down any held item"); -! puts("1-9 - change the game speed"); - puts("\n^S,^Z - pause the game"); - puts("^Q,^Y - reactivate the game"); - puts("^C - kill the game"); - puts("^R - redraw the screen"); - break; - /* A space bar changes the command to STAND */ - case XK_space: case XK_R11: ---- 171,182 ---- - puts("z,<,q,u,R13 - make hole left"); - puts("x,>,e,o,R15 - make hole right"); - puts("r,y,R7 - put down any held item"); -! puts("0-9 - change the game speed (0 is *very* fast)"); - puts("\n^S,^Z - pause the game"); - puts("^Q,^Y - reactivate the game"); - puts("^C - kill the game"); - puts("^R - redraw the screen"); -+ puts("^A - restart the level"); - break; - /* A space bar changes the command to STAND */ - case XK_space: case XK_R11: -*************** -*** 251,256 **** ---- 256,262 ---- - regen_tree(); - /* Freeze action until a key is pressed */ - newlevel = 1; -+ x_initial_score = score; - } - - /* Move player one movement */ -*************** -*** 299,304 **** ---- 305,311 ---- - ((code & UPLEVEL) && ! (code & INACTIVE))) { - /* Increment the level number */ - levelnum ++; -+ x_lives++; - /* Load the next level in if the current one is done */ - init_level(); - /* Redraw the level */ -*************** -*** 309,316 **** - return; - } - /* If the block is a killer block, kill the player */ -! if(code & KILLIN) - died("was crushed"); - } - /* Do not let PUTDOWN order stay after movement has started */ - else if(curorder == PUTDOWN) ---- 316,332 ---- - return; - } - /* If the block is a killer block, kill the player */ -! if(code & KILLIN) { -! if(--x_lives) { /* restart level */ -! goldleft = 0; player.ypos = 0; code |= UPLEVEL; code |= INACTIVE; -! score = x_initial_score; -! init_level(); -! redrawall(); -! XFlush(disp); -! return; -! } - died("was crushed"); -+ } - } - /* Do not let PUTDOWN order stay after movement has started */ - else if(curorder == PUTDOWN) -*************** -*** 350,357 **** - /* Check if the player is overlapping one of the bad guys while not */ - /* holding armor. */ - if(! (fast_lookup[player.hold].code & ARMOR) && -! overlap_badguy(player.xpos,player.ypos,-1)) - died("was eaten"); - /* Redraw player if he moved. Redraw occasionally anyway. */ - if(player.xpos != player.xold || player.ypos != player.yold || - (curtick & 0xf) == 0) ---- 366,382 ---- - /* Check if the player is overlapping one of the bad guys while not */ - /* holding armor. */ - if(! (fast_lookup[player.hold].code & ARMOR) && -! overlap_badguy(player.xpos,player.ypos,-1)) { -! if(--x_lives) { /* restart level */ -! goldleft = 0; player.ypos = 0; -! score = x_initial_score; -! init_level(); -! redrawall(); -! XFlush(disp); -! return; -! } - died("was eaten"); -+ } - /* Redraw player if he moved. Redraw occasionally anyway. */ - if(player.xpos != player.xold || player.ypos != player.yold || - (curtick & 0xf) == 0) -*************** -*** 422,428 **** - sscanf(argv[i]+2,"%d",&speed); - } - else { -! printf("usage: golddig [-l ] [-s ] []\n"); - exit(1); - } - } ---- 447,453 ---- - sscanf(argv[i]+2,"%d",&speed); - } - else { -! printf("usage: golddig [-l ] [-s ] []\n"); - exit(1); - } - } -*************** -*** 434,440 **** - } - /* remember what the starting level was */ - levelstart = levelnum; -! - /* start up x windows and all graphics cursors for drawing level */ - xstart(EVMASK); - /* reassemble the graphics cursors to prepare for actual play */ ---- 459,467 ---- - } - /* remember what the starting level was */ - levelstart = levelnum; -! x_lives = 6 - levelnum; -! if (x_lives < 1) -! x_lives = 1; - /* start up x windows and all graphics cursors for drawing level */ - xstart(EVMASK); - /* reassemble the graphics cursors to prepare for actual play */ -*************** -*** 467,475 **** - init_level(); - - /* initialize timer structure according to speed */ -! if(speed <= 0) - speed = 1; -! if(speed <= 5) - cycletime.it_interval.tv_usec = (5-speed) * 50000 + 125000; - else - cycletime.it_interval.tv_usec = 625000 / speed; ---- 494,504 ---- - init_level(); - - /* initialize timer structure according to speed */ -! if(speed < 0) - speed = 1; -! if(speed == 0) -! cycletime.it_interval.tv_usec = 625000 / x_turbo; -! else if(speed <= 5) - cycletime.it_interval.tv_usec = (5-speed) * 50000 + 125000; - else - cycletime.it_interval.tv_usec = 625000 / speed; -*************** -*** 517,528 **** - case XK_R: case XK_r: - redrawall(); - break; - } - /* Pressing a number changes the game speed */ -! else if(keyhit >= XK_1 && keyhit <= XK_9) { - speed = (int) (keyhit - XK_0); - /* Compute new cycle delay */ -! if(speed <= 5) - cycletime.it_interval.tv_usec = (5-speed) * 50000 + 125000; - else - cycletime.it_interval.tv_usec = 625000 / speed; ---- 546,569 ---- - case XK_R: case XK_r: - redrawall(); - break; -+ /* ^A restarts the current level */ -+ case XK_A: case XK_a: -+ if(--x_lives) { /* restart level */ -+ goldleft = 0; player.ypos = 0; -+ score = x_initial_score; -+ init_level(); -+ redrawall(); -+ } else -+ died("was abandoned"); -+ break; - } - /* Pressing a number changes the game speed */ -! else if(keyhit >= XK_0 && keyhit <= XK_9) { - speed = (int) (keyhit - XK_0); - /* Compute new cycle delay */ -! if(speed == 0) -! cycletime.it_interval.tv_usec = 625000 / x_turbo; -! else if(speed <= 5) - cycletime.it_interval.tv_usec = (5-speed) * 50000 + 125000; - else - cycletime.it_interval.tv_usec = 625000 / speed; -*** shared.c~ Sun Nov 20 00:59:30 1994 ---- shared.c Sun Nov 20 01:25:00 1994 -*************** -*** 279,287 **** - void draw_score() - { - char buf[50]; - - /* Build the output string */ -! sprintf(buf,"score: %d level: %d speed: %d",score,levelnum,speed); - /* Clear the current score line */ - XFillRectangle(disp,wind,blackgc,0,ysize << 4,xsize << 4,SCORESIZE); - /* Actually draw the text */ ---- 279,288 ---- - void draw_score() - { - char buf[50]; -+ extern int x_lives; - - /* Build the output string */ -! sprintf(buf,"score: %d level: %d speed: %d lives: %d",score,levelnum,speed,x_lives); - /* Clear the current score line */ - XFillRectangle(disp,wind,blackgc,0,ysize << 4,xsize << 4,SCORESIZE); - /* Actually draw the text */ -*** makelev.c~ Thu Dec 14 20:40:34 1989 ---- makelev.c Sun Nov 20 01:54:47 1994 -*************** -*** 1,3 **** ---- 1,4 ---- -+ int x_lives; - /* This program was written by Alexander Siegel in September of 1989 */ - /* at Cornell University. It may may copied freely for private use or */ - /* public dispersion provided that this comment is not removed. This */ diff -urN /usr/ports/games/golddig/files/patch-ad games/golddig/files/patch-ad --- /usr/ports/games/golddig/files/patch-ad 2012-11-08 07:24:04.000000000 +0900 +++ games/golddig/files/patch-ad 1970-01-01 09:00:00.000000000 +0900 @@ -1,57 +0,0 @@ ---- Makefile.orig Mon May 1 18:11:58 2000 -+++ Makefile Mon May 1 18:11:59 2000 -@@ -9,40 +9,44 @@ - # Name of level editor executable - EDITOR = makelev - # Directory where games binaries are stored --BIN = /usr/public/${HOSTTYPE}/games -+BIN = ${PREFIX}/bin - # Directory where the library for this game will be stored --LIB = /usr/public/sun3/games/lib/${GAME} -+LIB = ${PREFIX}/lib/${GAME} - # Directory where manual pages are kept --MANEXT = p --MAN = /usr/public/man/man${MANEXT} -+MANEXT = 6 -+MAN = ${PREFIX}/man/man${MANEXT} - # Font used to display score - SCOREFONT = -adobe-times-bold-r-normal--18-180-75-75-p-99-iso8859-1 - # Height of SCOREFONT - SCORESIZE = 18 - - # Common compilers --#CC = cc --CC = gcc -+CC = cc -+#CC = gcc - - # Some common choices for CFLAGS. - #CFLAGS = -O2 - #CFLAGS = -O --CFLAGS = -O -W -Wreturn-type -Wunused -g -finline-functions -+CFLAGS += -W -Wreturn-type -Wunused -finline-functions -I${LOCALBASE}/include - #CFLAGS = -g --LDFLAGS = -g -+LDFLAGS = -L ${LOCALBASE}/lib - - all: ${GAME} ${EDITOR} - - install: all - -mkdir ${LIB} - cp ${GAME} ${EDITOR} ${BIN} -+ chown root:games ${BIN}/${GAME} -+ chmod g+s ${BIN}/${GAME} - # The next line sets up the level files so that anyone can edit all of - # the levels. Remove this line to have better security. -- chmod 4755 ${BIN}/${EDITOR} -+# chmod 4755 ${BIN}/${EDITOR} - touch ${LIB}/scores -+ chown root:games ${LIB}/scores -+ chmod g+w ${LIB}/scores - # Allow anyone to modify the high score file. An alternative is to - # change the mode bits of ${GAME} to be 4755. -- chmod 666 ${LIB}/scores -+# chmod 666 ${LIB}/scores - cp goldlev* default ${LIB} - cp golddig.p ${MAN}/golddig.${MANEXT} - diff -urN /usr/ports/games/golddig/pkg-install games/golddig/pkg-install --- /usr/ports/games/golddig/pkg-install 1970-01-01 09:00:00.000000000 +0900 +++ games/golddig/pkg-install 2013-02-24 18:42:36.000000000 +0900 @@ -0,0 +1,11 @@ +#!/bin/sh + +SCOREDIR="/var/games" +SCOREFILE="/var/games/golddig.scores" + +[ "$2" != "POST-INSTALL" -o -f "$SCOREFILE" ] && exit 0 + +mkdir -p $SCOREDIR +touch $SCOREFILE +chown root:games $SCOREFILE +chmod 664 $SCOREFILE diff -urN /usr/ports/games/golddig/pkg-plist games/golddig/pkg-plist --- /usr/ports/games/golddig/pkg-plist 2012-11-08 07:24:04.000000000 +0900 +++ games/golddig/pkg-plist 2013-02-24 18:54:12.000000000 +0900 @@ -1,23 +1,31 @@ +bin/gdedit bin/golddig -bin/makelev -lib/golddig/default -lib/golddig/goldlev001 -lib/golddig/goldlev002 -lib/golddig/goldlev003 -lib/golddig/goldlev004 -lib/golddig/goldlev005 -lib/golddig/goldlev006 -lib/golddig/goldlev007 -lib/golddig/goldlev008 -lib/golddig/goldlev009 -lib/golddig/goldlev010 -lib/golddig/goldlev011 -lib/golddig/goldlev012 -lib/golddig/goldlev013 -lib/golddig/goldlev014 -lib/golddig/goldlev015 -lib/golddig/goldlev016 -lib/golddig/goldlev017 -lib/golddig/goldlev018 -lib/golddig/scores -@dirrm lib/golddig +%%DATADIR%%/default +%%DATADIR%%/goldlev001 +%%DATADIR%%/goldlev002 +%%DATADIR%%/goldlev003 +%%DATADIR%%/goldlev004 +%%DATADIR%%/goldlev005 +%%DATADIR%%/goldlev006 +%%DATADIR%%/goldlev007 +%%DATADIR%%/goldlev008 +%%DATADIR%%/goldlev009 +%%DATADIR%%/goldlev010 +%%DATADIR%%/goldlev011 +%%DATADIR%%/goldlev012 +%%DATADIR%%/goldlev013 +%%DATADIR%%/goldlev014 +%%DATADIR%%/goldlev015 +%%DATADIR%%/goldlev016 +%%DATADIR%%/goldlev017 +%%DATADIR%%/goldlev018 +%%DATADIR%%/goldlev019 +%%DATADIR%%/goldlev020 +%%DATADIR%%/goldlev021 +%%DATADIR%%/goldlev022 +%%DATADIR%%/goldlev023 +%%DATADIR%%/goldlev024 +%%DATADIR%%/goldlev025 +%%DATADIR%%/goldlev026 +@dirrm %%DATADIR%% +@unexec [ -s /var/games/golddig.scores ] || rm -f /var/games/golddig.scores >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 800F4D9B for ; Thu, 28 Feb 2013 18:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 429EC88A for ; Thu, 28 Feb 2013 18:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAGYk023676 for ; Thu, 28 Feb 2013 18:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAF3U023675; Thu, 28 Feb 2013 18:10:15 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:15 GMT Resent-Message-Id: <201302281810.r1SIAF3U023675@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 4838CB1C for ; Thu, 28 Feb 2013 18:03:33 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 0B22A7A5 for ; Thu, 28 Feb 2013 18:03:32 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 1FD1C34034 for ; Fri, 1 Mar 2013 03:03:30 +0900 (JST) Message-Id: <20130301024530.78bc663eaca68e48b66e9869@yahoo.com> Date: Fri, 1 Mar 2013 02:45:30 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176573: multimedia/umr: Update MASTER_SITES and WWW: line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:16 -0000 >Number: 176573 >Category: ports >Synopsis: multimedia/umr: 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: Thu Feb 28 18:10:15 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update MASTER_SITES and WWW: line >How-To-Repeat: >Fix: diff -urN /usr/ports/multimedia/umr/Makefile multimedia/umr/Makefile --- /usr/ports/multimedia/umr/Makefile 2013-02-21 04:11:51.000000000 +0900 +++ multimedia/umr/Makefile 2013-02-24 23:23:13.000000000 +0900 @@ -1,14 +1,10 @@ -# New ports collection makefile for: umr -# Date created: 19 October 2006 -# Whom: Alexander Logvinov -# +# Created by: Alexander Logvinov # $FreeBSD: head/multimedia/umr/Makefile 312628 2013-02-20 16:08:58Z fluffy $ -# PORTNAME= umr PORTVERSION= 0.3 CATEGORIES= multimedia -MASTER_SITES= http://pages.cthome.net/chrismp/umr/ +MASTER_SITES= http://www.oldunreal.com/mods/other/ MAINTAINER= ports@FreeBSD.org COMMENT= Unreal Media Ripper diff -urN /usr/ports/multimedia/umr/pkg-descr multimedia/umr/pkg-descr --- /usr/ports/multimedia/umr/pkg-descr 2012-11-08 06:42:12.000000000 +0900 +++ multimedia/umr/pkg-descr 2013-02-24 23:32:25.000000000 +0900 @@ -1,8 +1,7 @@ -This utility rips Music and Sound class objects -from .umx and .uax files in Unreal or Unreal Tournament. -It rips all the exports in the file that it understands -(currently 'xm', 'it', 's3m', and 'WAV'). Adding support -for an export is fairly trivial, so you can add them +This utility rips Music and Sound class objects from .umx and .uax +files in Unreal or Unreal Tournament. It rips all the exports in the +file that it understands (currently 'xm', 'it', 's3m', and 'WAV'). +Adding support for an export is fairly trivial, so you can add them in a minute or two. -WWW: http://pages.cthome.net/chrismp/umr/ +WWW: http://www.oldunreal.com/othermods.html >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10: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]) by hub.freebsd.org (Postfix) with ESMTP id C4D47DA2 for ; Thu, 28 Feb 2013 18:10:16 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9F33788D for ; Thu, 28 Feb 2013 18:10:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAG5C023685 for ; Thu, 28 Feb 2013 18:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAGqZ023684; Thu, 28 Feb 2013 18:10:16 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:16 GMT Resent-Message-Id: <201302281810.r1SIAGqZ023684@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 59543A2B for ; Thu, 28 Feb 2013 18:00:37 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id 2F0CD763 for ; Thu, 28 Feb 2013 18:00:37 +0000 (UTC) Received: from msa101lp.auone-net.jp (MSA101lp [172.27.12.179]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id B9C442E022A for ; Fri, 1 Mar 2013 03:00:36 +0900 (JST) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 6F9D134037 for ; Fri, 1 Mar 2013 03:00:28 +0900 (JST) Message-Id: <20130301024254.9989f4c13efaa6d1437f5af7@yahoo.com> Date: Fri, 1 Mar 2013 02:42:54 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176574: benchmarks/stream: Update to version 5.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:16 -0000 >Number: 176574 >Category: ports >Synopsis: benchmarks/stream: Update to version 5.10 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:16 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 5.10 >How-To-Repeat: >Fix: diff -urN /usr/ports/benchmarks/stream/Makefile benchmarks/stream/Makefile --- /usr/ports/benchmarks/stream/Makefile 2012-11-08 08:18:03.000000000 +0900 +++ benchmarks/stream/Makefile 2013-02-27 03:04:04.000000000 +0900 @@ -1,11 +1,8 @@ -# New ports collection makefile for: stream -# Date created: 10 May 2001 -# Whom: Scott Flatman -# +# Created by: Scott Flatman # $FreeBSD: head/benchmarks/stream/Makefile 300895 2012-07-14 12:56:14Z beat $ PORTNAME= stream -PORTVERSION= 5.9 +PORTVERSION= 5.10 CATEGORIES= benchmarks MASTER_SITES= http://www.cs.virginia.edu/stream/FTP/Code/ DISTFILES= stream.c @@ -14,21 +11,27 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Synthetic benchmark program that measures sustainable memory bandwidth -PLIST_FILES= bin/stream_bench +OPTIONS_DEFINE= DOCS + +NO_WRKSUBDIR= yes + +EXTRACT_CMD= ${CP} +EXTRACT_BEFORE_ARGS= # +EXTRACT_AFTER_ARGS= ${WRKDIR} + PORTDOCS= stream.c +PLIST_FILES= bin/stream_bench -do-extract: - @${MKDIR} ${WRKSRC} - @${CP} ${_DISTDIR}/stream.c ${WRKSRC} +.include do-build: - (cd ${WRKSRC} ; ${CC} ${CFLAGS} -o stream_bench stream.c -lm) + (cd ${WRKSRC} && ${CC} ${CFLAGS} -o stream_bench stream.c -lm) do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/stream_bench ${PREFIX}/bin -. if !defined(NOPORTDOCS) - ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} -. endif + (cd ${WRKSRC} && ${INSTALL_PROGRAM} stream_bench ${PREFIX}/bin) +.if ${PORT_OPTIONS:MDOCS} + @${MKDIR} ${DOCSDIR} + (cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}) +.endif .include diff -urN /usr/ports/benchmarks/stream/distinfo benchmarks/stream/distinfo --- /usr/ports/benchmarks/stream/distinfo 2012-11-08 08:18:03.000000000 +0900 +++ benchmarks/stream/distinfo 2013-02-19 00:43:36.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (stream-1.0/5.9/stream.c) = 57e44147e1378e8a3d67053be003380466e324aa546663834cf3c405a836852c -SIZE (stream-1.0/5.9/stream.c) = 11909 +SHA256 (stream-1.0/5.10/stream.c) = a52bae5e175bea3f7832112af9c085adab47117f7d2ce219165379849231692b +SIZE (stream-1.0/5.10/stream.c) = 19967 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 37F3BDA6 for ; Thu, 28 Feb 2013 18:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1CC83890 for ; Thu, 28 Feb 2013 18:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAGuB023694 for ; Thu, 28 Feb 2013 18:10:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAGTd023693; Thu, 28 Feb 2013 18:10:16 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:16 GMT Resent-Message-Id: <201302281810.r1SIAGTd023693@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 1CFBCA5B for ; Thu, 28 Feb 2013 18:01:32 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa101lp.auone-net.jp (msa101lp.auone-net.jp [222.3.140.164]) by mx1.freebsd.org (Postfix) with ESMTP id BE234775 for ; Thu, 28 Feb 2013 18:01:31 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa101lp.auone-net.jp (au one net msa) with ESMTP id 85B1C34034 for ; Fri, 1 Mar 2013 03:01:28 +0900 (JST) Message-Id: <20130301024351.5f44f6f20273dcd4b0a0a586@yahoo.com> Date: Fri, 1 Mar 2013 02:43:51 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176575: devel/codeworker: Update to version 4.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:17 -0000 >Number: 176575 >Category: ports >Synopsis: devel/codeworker: Update to version 4.5.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: Thu Feb 28 18:10:16 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 4.5.3 Remove file: files/patch-GrfForeach.h files/patch-NetSocket.cpp >How-To-Repeat: >Fix: diff -urN /usr/ports/devel/codeworker/Makefile devel/codeworker/Makefile --- /usr/ports/devel/codeworker/Makefile 2012-11-08 04:37:01.000000000 +0900 +++ devel/codeworker/Makefile 2013-02-20 05:29:59.000000000 +0900 @@ -1,34 +1,37 @@ -# ex:ts=8 -# Ports collection makefile for: CodeWorker -# Date created: Dec 31, 2003 -# Whom: ijliao -# +# Created by: ijliao # $FreeBSD: head/devel/codeworker/Makefile 300896 2012-07-14 13:54:48Z beat $ -# PORTNAME= codeworker -PORTVERSION= 4.2 +PORTVERSION= 4.5.3 CATEGORIES= devel MASTER_SITES= http://codeworker.free.fr/downloads/ DISTNAME= CodeWorker_SRC${PORTVERSION:S/./_/g} MAINTAINER= ports@FreeBSD.org -COMMENT= A parsing tool and a source code generator +COMMENT= Versatile parsing tool and source code generator -EXTRACT_BEFORE_ARGS= -qo -aa +LICENSE= LGPL21 WRKSRC= ${WRKDIR}/CodeWorker${PORTVERSION:S/./_/g} USE_ZIP= yes +USE_DOS2UNIX= yes USE_GMAKE= yes MAKE_ARGS= CC="${CXX}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}" LFLAGS="-lm" ALL_TARGET= build +MAKE_JOBS_SAFE= yes CFLAGS+= -Dstricmp=strcasecmp PLIST_FILES= bin/codeworker +post-patch: + @${FIND} ${WRKSRC} -name "*.cpp" -or -name "*.h" | ${XARGS} \ + ${REINPLACE_CMD} -e \ + 's||| ; \ + s|__GNUC_PREREQ |__GNUC_PREREQ__|' + do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/codeworker ${PREFIX}/bin + (cd ${WRKSRC} && ${INSTALL_PROGRAM} codeworker ${PREFIX}/bin) .include diff -urN /usr/ports/devel/codeworker/distinfo devel/codeworker/distinfo --- /usr/ports/devel/codeworker/distinfo 2012-11-08 04:37:01.000000000 +0900 +++ devel/codeworker/distinfo 2013-02-20 04:56:56.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (CodeWorker_SRC4_2.zip) = b6749f97ca5ba16ed6fd3be4fbb0ad6e98056f8c43c5854da17f3cd7325c5756 -SIZE (CodeWorker_SRC4_2.zip) = 3178438 +SHA256 (CodeWorker_SRC4_5_3.zip) = b5fdf7b01d280d37b5534fe29890cb21357e11393bcab6f129c1a141485f799f +SIZE (CodeWorker_SRC4_5_3.zip) = 3277274 diff -urN /usr/ports/devel/codeworker/files/patch-GrfForeach.h devel/codeworker/files/patch-GrfForeach.h --- /usr/ports/devel/codeworker/files/patch-GrfForeach.h 2012-11-08 04:37:01.000000000 +0900 +++ devel/codeworker/files/patch-GrfForeach.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,14 +0,0 @@ - -$FreeBSD: head/devel/codeworker/files/patch-GrfForeach.h 300896 2012-07-14 13:54:48Z beat $ - ---- GrfForeach.h.orig -+++ GrfForeach.h -@@ -83,7 +83,7 @@ - virtual SEQUENCE_INTERRUPTION_LIST executeReverseSortedForeach(DtaScriptVariable& theVariable, DtaScriptVariable& stackForeach); - virtual SEQUENCE_INTERRUPTION_LIST executeReverseSortedIndirectForeach(DtaScriptVariable& theVariable, DtaScriptVariable& stackForeach); - -- SEQUENCE_INTERRUPTION_LIST GrfForeach::iterate(DtaArrayIterator& iteratorData, DtaScriptVariable& stackForeach); -+ SEQUENCE_INTERRUPTION_LIST iterate(DtaArrayIterator& iteratorData, DtaScriptVariable& stackForeach); - }; - } - diff -urN /usr/ports/devel/codeworker/files/patch-NetSocket.cpp devel/codeworker/files/patch-NetSocket.cpp --- /usr/ports/devel/codeworker/files/patch-NetSocket.cpp 2012-11-08 04:37:01.000000000 +0900 +++ devel/codeworker/files/patch-NetSocket.cpp 1970-01-01 09:00:00.000000000 +0900 @@ -1,23 +0,0 @@ - -$FreeBSD: head/devel/codeworker/files/patch-NetSocket.cpp 300896 2012-07-14 13:54:48Z beat $ - ---- NetSocket.cpp.orig -+++ NetSocket.cpp -@@ -45,7 +45,7 @@ - namespace CodeWorker { - bool socketReaderCBK(ScpStream& theStream, void* pData) { - char tcBuffer[2048]; -- int hSocket = (int) pData; -+ int hSocket = (intptr_t) pData; - int iLength = recv(hSocket, tcBuffer, 2047, 0); - if (iLength <= 0) return false; - theStream.writeBinaryData(tcBuffer, iLength); -@@ -53,7 +53,7 @@ - } - - bool socketWriterCBK(ScpStream& theStream, void* pData) { -- int hSocket = (int) pData; -+ int hSocket = (intptr_t) pData; - int iLength = theStream.size(); - if (iLength <= 0) return false; - return NetSocket::sendToSocket(hSocket, theStream.readBuffer(), iLength); diff -urN /usr/ports/devel/codeworker/pkg-descr devel/codeworker/pkg-descr --- /usr/ports/devel/codeworker/pkg-descr 2012-11-08 04:37:01.000000000 +0900 +++ devel/codeworker/pkg-descr 2013-02-20 04:45:13.000000000 +0900 @@ -1,13 +1,15 @@ -CodeWorker is a parsing tool and a source code generator, available in Open -Source (distributed under the GNU Lesser General Public License) devoted to -cover many aspects of the generative programming. Generative programming is -a software engineering approach for producing reusable, tailor-made, evolvable -and reliable IT systems with a high level of automation. +CodeWorker is a parsing tool and a source code generator, available in +Open Source (distributed under the GNU Lesser General Public License) +devoted to cover many aspects of the generative programming. Generative +programming is a software engineering approach for producing reusable, +tailor-made, evolvable and reliable IT systems with a high level of +automation. -The tool interprets a scripting language that drives the processing of parsing -and source code generation in a quite familiar syntax for developers. It -insists on adapting the syntax of the language to the particularities of tasks -to resolve (parse, code generation, procedural) and on offering powerful -functionalities to do intensive source code generation. +The tool interprets a scripting language that drives the processing of +parsing and source code generation in a quite familiar syntax for +developers. It insists on adapting the syntax of the language to the +particularities of tasks to resolve (parse, code generation, procedural) +and on offering powerful functionalities to do intensive source code +generation. WWW: http://codeworker.free.fr/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 89F10DAB for ; Thu, 28 Feb 2013 18:10:17 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6F68A893 for ; Thu, 28 Feb 2013 18:10:17 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAHSL023717 for ; Thu, 28 Feb 2013 18:10:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAH56023711; Thu, 28 Feb 2013 18:10:17 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 18:10:17 GMT Resent-Message-Id: <201302281810.r1SIAH56023711@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 98899B2C for ; Thu, 28 Feb 2013 18:04:13 +0000 (UTC) (envelope-from tkato432@yahoo.com) Received: from msa104lp.auone-net.jp (msa104lp.auone-net.jp [222.3.140.167]) by mx1.freebsd.org (Postfix) with ESMTP id 70B037B2 for ; Thu, 28 Feb 2013 18:04:13 +0000 (UTC) Received: from localhost.localdomain (ZT034106.ppp.dion.ne.jp [59.128.34.106]) by msa104lp.auone-net.jp (au one net msa) with ESMTP id A1C412BC03B for ; Fri, 1 Mar 2013 03:04:10 +0900 (JST) Message-Id: <20130301024553.a9a72301b630e7a751e28f43@yahoo.com> Date: Fri, 1 Mar 2013 02:45:53 +0900 From: KATO Tsuguru To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/176576: print/latexmk: Update to version 435 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:17 -0000 >Number: 176576 >Category: ports >Synopsis: print/latexmk: Update to version 435 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 18:10:17 UTC 2013 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 7.4-RELEASE-p10 i386 >Organization: >Environment: >Description: - Update to version 435 >How-To-Repeat: >Fix: diff -urN /usr/ports/print/latexmk/Makefile print/latexmk/Makefile --- /usr/ports/print/latexmk/Makefile 2012-11-08 09:21:50.000000000 +0900 +++ print/latexmk/Makefile 2013-02-25 21:20:58.000000000 +0900 @@ -2,43 +2,46 @@ # $FreeBSD: head/print/latexmk/Makefile 305130 2012-10-01 14:45:16Z tabthorpe $ PORTNAME= latexmk -PORTVERSION= 431 +PORTVERSION= 435 CATEGORIES= print MASTER_SITES= http://www.phys.psu.edu/~collins/software/latexmk/ MAINTAINER= ports@FreeBSD.org -COMMENT= A tool to completely automate generating output from LaTeX documents +COMMENT= Tool to completely automate generating output from LaTeX documents -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX +LICENSE= GPLv2 # (or later) + +RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base + +OPTIONS_DEFINE= DOCS EXAMPLES -USE_PERL5_RUN= yes -USE_ZIP= yes NO_WRKSUBDIR= yes NO_BUILD= yes +USE_ZIP= yes +USE_PERL5_RUN= yes + MAN1= latexmk.1 -PLIST_FILES= bin/latexmk -PORTDOCS= CHANGES COPYING INSTALL README latexmk.pdf latexmk.ps latexmk.txt +PORTDOCS= * PORTEXAMPLES= * +PLIST_FILES= bin/latexmk + +.include do-install: - ${INSTALL_SCRIPT} ${WRKSRC}/latexmk.pl ${PREFIX}/bin/latexmk - ${INSTALL_MAN} ${WRKSRC}/latexmk.1 ${MAN1PREFIX}/man/man1 -.if !defined(NOPORTDOCS) + (cd ${WRKSRC} && ${INSTALL_SCRIPT} latexmk.pl ${PREFIX}/bin/latexmk) + (cd ${WRKSRC} && ${INSTALL_MAN} latexmk.1 ${MANPREFIX}/man/man1) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} -.for doc in ${PORTDOCS} - ${INSTALL_DATA} ${WRKSRC}/${doc} ${DOCSDIR} +.for doc in CHANGES INSTALL README latexmk.pdf latexmk.ps latexmk.txt + (cd ${WRKSRC} && ${INSTALL_DATA} ${doc} ${DOCSDIR}) .endfor .endif - -post-install: -.if !defined(NOPORTEXAMPLES) +.if ${PORT_OPTIONS:MEXAMPLES} @${MKDIR} ${EXAMPLESDIR} - ( cd ${WRKSRC} && ${COPYTREE_SHARE} example_rcfiles ${EXAMPLESDIR} ) - ( cd ${WRKSRC} && ${COPYTREE_BIN} extra-scripts ${EXAMPLESDIR} ) + @(cd ${WRKSRC} && ${COPYTREE_SHARE} example_rcfiles ${EXAMPLESDIR}) + @(cd ${WRKSRC} && ${COPYTREE_BIN} extra-scripts ${EXAMPLESDIR}) .endif -.if !defined(BATCH) @${CAT} ${PKGMESSAGE} -.endif .include diff -urN /usr/ports/print/latexmk/distinfo print/latexmk/distinfo --- /usr/ports/print/latexmk/distinfo 2012-11-08 09:21:50.000000000 +0900 +++ print/latexmk/distinfo 2013-02-25 21:17:21.000000000 +0900 @@ -1,2 +1,2 @@ -SHA256 (latexmk-431.zip) = 17d3b553ed167bfc6fd921d3df071953b3076bf21dcba9b974b8dc587aeb5c2e -SIZE (latexmk-431.zip) = 367636 +SHA256 (latexmk-435.zip) = 9de9ebdafd5e0cf5c29235ec6316aae2a039a5a6eb6d55e83b4cfbb7374d7fc3 +SIZE (latexmk-435.zip) = 386766 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 36C92DE6; Thu, 28 Feb 2013 18:10:21 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5DC0089B; Thu, 28 Feb 2013 18:10:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAK3Z024347; Thu, 28 Feb 2013 18:10:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAKIt024333; Thu, 28 Feb 2013 18:10:20 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:10:20 GMT Message-Id: <201302281810.r1SIAKIt024333@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176528: sysutils/isomaster: Update to version 1.3.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:21 -0000 Synopsis: sysutils/isomaster: Update to version 1.3.9 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:10:19 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176528 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id B5B22DF3; Thu, 28 Feb 2013 18:10:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 91A668A2; Thu, 28 Feb 2013 18:10:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAM0N024915; Thu, 28 Feb 2013 18:10:22 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAMQp024902; Thu, 28 Feb 2013 18:10:22 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:10:22 GMT Message-Id: <201302281810.r1SIAMQp024902@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176529: games/hex-a-hop: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:22 -0000 Synopsis: games/hex-a-hop: Update MASTER_SITES Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:10:22 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176529 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id C0ADDE27; Thu, 28 Feb 2013 18:10:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 989E68A7; Thu, 28 Feb 2013 18:10:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAPYU025357; Thu, 28 Feb 2013 18:10:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAPGJ025353; Thu, 28 Feb 2013 18:10:25 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:10:25 GMT Message-Id: <201302281810.r1SIAPGJ025353@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176530: print/typetools: Update to version 2.97 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:26 -0000 Synopsis: print/typetools: Update to version 2.97 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:10:25 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176530 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10: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]) by hub.freebsd.org (Postfix) with ESMTP id 5BBF1F7C; Thu, 28 Feb 2013 18:10:34 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 382BF8B6; Thu, 28 Feb 2013 18:10:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAYea025440; Thu, 28 Feb 2013 18:10:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAYVM025436; Thu, 28 Feb 2013 18:10:34 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:10:34 GMT Message-Id: <201302281810.r1SIAYVM025436@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176531: www/linkchecker: Update to version 8.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:34 -0000 Synopsis: www/linkchecker: Update to version 8.4 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:10:33 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176531 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10:40 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4868AFB1; Thu, 28 Feb 2013 18:10:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8699C8BB; Thu, 28 Feb 2013 18:10:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAdF4025521; Thu, 28 Feb 2013 18:10:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAdCi025517; Thu, 28 Feb 2013 18:10:39 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:10:39 GMT Message-Id: <201302281810.r1SIAdCi025517@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176532: multimedia/oggvideotools: Update to version 0.8a X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:40 -0000 Synopsis: multimedia/oggvideotools: Update to version 0.8a Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:10:38 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176532 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10: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]) by hub.freebsd.org (Postfix) with ESMTP id E8390178; Thu, 28 Feb 2013 18:10:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C4D938BE; Thu, 28 Feb 2013 18:10:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAjdY025602; Thu, 28 Feb 2013 18:10:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAjAf025598; Thu, 28 Feb 2013 18:10:45 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:10:45 GMT Message-Id: <201302281810.r1SIAjAf025598@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176533: science/pynn: Update to version 0.7.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:46 -0000 Synopsis: science/pynn: Update to version 0.7.5 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:10:45 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176533 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10:50 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 738681AD; Thu, 28 Feb 2013 18:10:50 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 05B4D8BF; Thu, 28 Feb 2013 18:10:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAnXM025683; Thu, 28 Feb 2013 18:10:49 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAnP1025679; Thu, 28 Feb 2013 18:10:49 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:10:49 GMT Message-Id: <201302281810.r1SIAnP1025679@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176534: games/stratagus: Update to version 2.2.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:50 -0000 Synopsis: games/stratagus: Update to version 2.2.7 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:10:49 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176534 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:10:55 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C4A841E0; Thu, 28 Feb 2013 18:10:55 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 69FEB8C3; Thu, 28 Feb 2013 18:10:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIAt6W025764; Thu, 28 Feb 2013 18:10:55 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIAtEp025760; Thu, 28 Feb 2013 18:10:55 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:10:55 GMT Message-Id: <201302281810.r1SIAtEp025760@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176535: math/plplot: Fix pkg-plist X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:10:55 -0000 Synopsis: math/plplot: Fix pkg-plist Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:10:54 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176535 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3770B211; Thu, 28 Feb 2013 18:11:02 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A2F258C7; Thu, 28 Feb 2013 18:11:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIB1T5025858; Thu, 28 Feb 2013 18:11:01 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIB14T025854; Thu, 28 Feb 2013 18:11:01 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:01 GMT Message-Id: <201302281811.r1SIB14T025854@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176536: audio/creox: Update to version 0.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:02 -0000 Synopsis: audio/creox: Update to version 0.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:01 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176536 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11: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]) by hub.freebsd.org (Postfix) with ESMTP id AAE94249; Thu, 28 Feb 2013 18:11:08 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 47E388CD; Thu, 28 Feb 2013 18:11:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIB8lZ025944; Thu, 28 Feb 2013 18:11:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIB87r025940; Thu, 28 Feb 2013 18:11:08 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:08 GMT Message-Id: <201302281811.r1SIB87r025940@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176537: cad/geda: Update to version 1.8.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:08 -0000 Synopsis: cad/geda: Update to version 1.8.1 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:07 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176537 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11: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]) by hub.freebsd.org (Postfix) with ESMTP id F34C027B; Thu, 28 Feb 2013 18:11:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7053C8D0; Thu, 28 Feb 2013 18:11:13 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIBDqt026026; Thu, 28 Feb 2013 18:11:13 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIBDgJ026022; Thu, 28 Feb 2013 18:11:13 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:13 GMT Message-Id: <201302281811.r1SIBDgJ026022@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176538: audio/quimup: Update to version 1.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:14 -0000 Synopsis: audio/quimup: Update to version 1.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:12 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176538 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11: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]) by hub.freebsd.org (Postfix) with ESMTP id AC8542B0; Thu, 28 Feb 2013 18:11:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E1EDF8D4; Thu, 28 Feb 2013 18:11:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIBIfv026108; Thu, 28 Feb 2013 18:11:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIBIVu026104; Thu, 28 Feb 2013 18:11:18 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:18 GMT Message-Id: <201302281811.r1SIBIVu026104@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176539: deskutils/ganyremote: Update to version 6.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:19 -0000 Synopsis: deskutils/ganyremote: Update to version 6.1 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:18 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176539 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11: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]) by hub.freebsd.org (Postfix) with ESMTP id 5B71E2E0; Thu, 28 Feb 2013 18:11:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E85CA8D6; Thu, 28 Feb 2013 18:11:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIBNJe026190; Thu, 28 Feb 2013 18:11:23 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIBNEm026186; Thu, 28 Feb 2013 18:11:23 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:23 GMT Message-Id: <201302281811.r1SIBNEm026186@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176540: science/mol2ps: Update to version 0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:24 -0000 Synopsis: science/mol2ps: Update to version 0.3 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:23 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176540 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11: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]) by hub.freebsd.org (Postfix) with ESMTP id 5701A316; Thu, 28 Feb 2013 18:11:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 50C5F8DC; Thu, 28 Feb 2013 18:11:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIBUOu026277; Thu, 28 Feb 2013 18:11:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIBU95026273; Thu, 28 Feb 2013 18:11:30 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:30 GMT Message-Id: <201302281811.r1SIBU95026273@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176541: devel/kaptain: Update to version 0.73 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:31 -0000 Synopsis: devel/kaptain: Update to version 0.73 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:29 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176541 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11: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]) by hub.freebsd.org (Postfix) with ESMTP id 626AF349; Thu, 28 Feb 2013 18:11:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C9ADA8E0; Thu, 28 Feb 2013 18:11:34 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIBY7w026359; Thu, 28 Feb 2013 18:11:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIBYWI026355; Thu, 28 Feb 2013 18:11:34 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:34 GMT Message-Id: <201302281811.r1SIBYWI026355@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176542: net/onioncat: Update to version 0.2.2.r554 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:35 -0000 Synopsis: net/onioncat: Update to version 0.2.2.r554 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:33 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176542 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11:40 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id DE698379; Thu, 28 Feb 2013 18:11:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 07B0F8E3; Thu, 28 Feb 2013 18:11:39 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIBdLE026441; Thu, 28 Feb 2013 18:11:39 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIBddQ026437; Thu, 28 Feb 2013 18:11:39 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:39 GMT Message-Id: <201302281811.r1SIBddQ026437@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176543: net/x2goclient: Update to version 4.0.0.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:40 -0000 Synopsis: net/x2goclient: Update to version 4.0.0.3 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:39 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176543 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11: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]) by hub.freebsd.org (Postfix) with ESMTP id B6B883AA; Thu, 28 Feb 2013 18:11:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4058E8E6; Thu, 28 Feb 2013 18:11:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIBkZi026523; Thu, 28 Feb 2013 18:11:46 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIBk2L026519; Thu, 28 Feb 2013 18:11:46 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:46 GMT Message-Id: <201302281811.r1SIBk2L026519@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176544: biology/ncbi-toolkit: Update to version 2012.06.20 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:47 -0000 Synopsis: biology/ncbi-toolkit: Update to version 2012.06.20 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:46 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176544 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11:52 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3CFE23D9; Thu, 28 Feb 2013 18:11:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C83F88E7; Thu, 28 Feb 2013 18:11:51 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIBprG026605; Thu, 28 Feb 2013 18:11:51 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIBpDB026601; Thu, 28 Feb 2013 18:11:51 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:51 GMT Message-Id: <201302281811.r1SIBpDB026601@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176545: cad/magic: Update to version 2.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:52 -0000 Synopsis: cad/magic: Update to version 2.3.0 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:50 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176545 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:11: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]) by hub.freebsd.org (Postfix) with ESMTP id 5131B40A; Thu, 28 Feb 2013 18:11:57 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D0A418EB; Thu, 28 Feb 2013 18:11:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIBuga026687; Thu, 28 Feb 2013 18:11:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIBuVP026683; Thu, 28 Feb 2013 18:11:56 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:11:56 GMT Message-Id: <201302281811.r1SIBuVP026683@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176546: editors/aee: Update MASTER_SITES and WWW: line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:11:57 -0000 Synopsis: editors/aee: Update MASTER_SITES and WWW: line Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:11:56 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176546 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12: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]) by hub.freebsd.org (Postfix) with ESMTP id 032F143A; Thu, 28 Feb 2013 18:12:03 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8B2EC8ED; Thu, 28 Feb 2013 18:12:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIC1xI026769; Thu, 28 Feb 2013 18:12:01 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIC19e026765; Thu, 28 Feb 2013 18:12:01 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:01 GMT Message-Id: <201302281812.r1SIC19e026765@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176547: science/checkmol: Update to version 0.4d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:03 -0000 Synopsis: science/checkmol: Update to version 0.4d Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:01 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176547 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12: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]) by hub.freebsd.org (Postfix) with ESMTP id 1AE2146B; Thu, 28 Feb 2013 18:12:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 635628F0; Thu, 28 Feb 2013 18:12:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIC87x026855; Thu, 28 Feb 2013 18:12:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIC8VG026851; Thu, 28 Feb 2013 18:12:08 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:08 GMT Message-Id: <201302281812.r1SIC8VG026851@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176548: audio/musescore: Update to version 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:09 -0000 Synopsis: audio/musescore: Update to version 1.3 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:07 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176548 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12: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]) by hub.freebsd.org (Postfix) with ESMTP id 5C9A249A; Thu, 28 Feb 2013 18:12:15 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C88FD8F3; Thu, 28 Feb 2013 18:12:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SICEZT026938; Thu, 28 Feb 2013 18:12:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SICEk4026934; Thu, 28 Feb 2013 18:12:14 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:14 GMT Message-Id: <201302281812.r1SICEk4026934@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176549: science/gdis: Update to version 0.90 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:15 -0000 Synopsis: science/gdis: Update to version 0.90 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:14 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176549 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12: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]) by hub.freebsd.org (Postfix) with ESMTP id E8D994CB; Thu, 28 Feb 2013 18:12:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5A7488F4; Thu, 28 Feb 2013 18:12:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SICKwp027028; Thu, 28 Feb 2013 18:12:20 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SICKdT027024; Thu, 28 Feb 2013 18:12:20 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:20 GMT Message-Id: <201302281812.r1SICKdT027024@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176550: deskutils/timer-applet: update to version 2.1.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:21 -0000 Synopsis: deskutils/timer-applet: update to version 2.1.4 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:19 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176550 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12: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]) by hub.freebsd.org (Postfix) with ESMTP id 669B84FB; Thu, 28 Feb 2013 18:12:26 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 570428F6; Thu, 28 Feb 2013 18:12:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SICPgR027110; Thu, 28 Feb 2013 18:12:25 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SICPL2027106; Thu, 28 Feb 2013 18:12:25 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:25 GMT Message-Id: <201302281812.r1SICPL2027106@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176551: lang/tcc: Update to version 0.9.25 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:26 -0000 Synopsis: lang/tcc: Update to version 0.9.25 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:24 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176551 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12: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]) by hub.freebsd.org (Postfix) with ESMTP id 13AF252D; Thu, 28 Feb 2013 18:12:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9BA5A8FA; Thu, 28 Feb 2013 18:12:30 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SICUu7027194; Thu, 28 Feb 2013 18:12:30 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SICUHc027190; Thu, 28 Feb 2013 18:12:30 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:30 GMT Message-Id: <201302281812.r1SICUHc027190@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176552: biology/wise: Update to version 2.4.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:31 -0000 Synopsis: biology/wise: Update to version 2.4.1 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:29 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176552 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12:41 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C9EFE58D; Thu, 28 Feb 2013 18:12:41 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 3A07F900; Thu, 28 Feb 2013 18:12:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SICfVR027276; Thu, 28 Feb 2013 18:12:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SICfYp027272; Thu, 28 Feb 2013 18:12:41 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:41 GMT Message-Id: <201302281812.r1SICfYp027272@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176553: games/euchre: Update to version 0.8 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:41 -0000 Synopsis: games/euchre: Update to version 0.8 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:40 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176553 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12:48 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 085885BF; Thu, 28 Feb 2013 18:12:48 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A3DF9905; Thu, 28 Feb 2013 18:12:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIClle027358; Thu, 28 Feb 2013 18:12:47 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIClNk027354; Thu, 28 Feb 2013 18:12:47 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:47 GMT Message-Id: <201302281812.r1SIClNk027354@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176554: science/silo: Update to version 4.9 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:48 -0000 Synopsis: science/silo: Update to version 4.9 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:46 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176554 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12:53 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 45F345F4; Thu, 28 Feb 2013 18:12:53 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D3F50909; Thu, 28 Feb 2013 18:12:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SICqpj027440; Thu, 28 Feb 2013 18:12:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SICqu5027436; Thu, 28 Feb 2013 18:12:52 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:52 GMT Message-Id: <201302281812.r1SICqu5027436@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176555: multimedia/aegisub: Update MASTER_SITES X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:53 -0000 Synopsis: multimedia/aegisub: Update MASTER_SITES Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:52 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176555 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:12:58 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D98F5627; Thu, 28 Feb 2013 18:12:58 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4944790E; Thu, 28 Feb 2013 18:12:58 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SICvRc027522; Thu, 28 Feb 2013 18:12:57 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SICvmU027518; Thu, 28 Feb 2013 18:12:57 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:12:57 GMT Message-Id: <201302281812.r1SICvmU027518@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176556: devel/rudiments: Update to version 0.41 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:12:58 -0000 Synopsis: devel/rudiments: Update to version 0.41 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:12:57 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176556 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13: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]) by hub.freebsd.org (Postfix) with ESMTP id 4333875E; Thu, 28 Feb 2013 18:13:02 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6C962912; Thu, 28 Feb 2013 18:13:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SID2e3027610; Thu, 28 Feb 2013 18:13:02 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SID2Up027606; Thu, 28 Feb 2013 18:13:02 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:02 GMT Message-Id: <201302281813.r1SID2Up027606@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176557: graphics/pngquant: Update to version 1.8.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:05 -0000 Synopsis: graphics/pngquant: Update to version 1.8.3 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:01 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176557 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13:13 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 268DC7A8; Thu, 28 Feb 2013 18:13:13 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E0181919; Thu, 28 Feb 2013 18:13:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIDCK6027782; Thu, 28 Feb 2013 18:13:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIDCq8027776; Thu, 28 Feb 2013 18:13:12 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:12 GMT Message-Id: <201302281813.r1SIDCq8027776@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176558: multimedia/2mandvd: Fix crash when locale is set to certain values X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:13 -0000 Synopsis: multimedia/2mandvd: Fix crash when locale is set to certain values Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:12 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176558 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13: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]) by hub.freebsd.org (Postfix) with ESMTP id 7847B7E5; Thu, 28 Feb 2013 18:13:19 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5411691D; Thu, 28 Feb 2013 18:13:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIDJH6028176; Thu, 28 Feb 2013 18:13:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIDJ4A028170; Thu, 28 Feb 2013 18:13:19 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:19 GMT Message-Id: <201302281813.r1SIDJ4A028170@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176559: net-mgmt/py-pyang: Update to version 1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:19 -0000 Synopsis: net-mgmt/py-pyang: Update to version 1.3 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:18 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176559 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13: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]) by hub.freebsd.org (Postfix) with ESMTP id ADF45817; Thu, 28 Feb 2013 18:13:24 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 891E2920; Thu, 28 Feb 2013 18:13:24 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIDOQI028511; Thu, 28 Feb 2013 18:13:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIDOUj028504; Thu, 28 Feb 2013 18:13:24 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:24 GMT Message-Id: <201302281813.r1SIDOUj028504@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176560: graphics/jhead: Update to version 2.97 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:24 -0000 Synopsis: graphics/jhead: Update to version 2.97 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:23 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176560 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13: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]) by hub.freebsd.org (Postfix) with ESMTP id DC016847; Thu, 28 Feb 2013 18:13:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B87B2922; Thu, 28 Feb 2013 18:13:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIDTeS028809; Thu, 28 Feb 2013 18:13:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIDTIr028805; Thu, 28 Feb 2013 18:13:29 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:29 GMT Message-Id: <201302281813.r1SIDTIr028805@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176561: net/serveez: Update to version 0.2.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:29 -0000 Synopsis: net/serveez: Update to version 0.2.0 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:29 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176561 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13: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]) by hub.freebsd.org (Postfix) with ESMTP id 3A7FD877; Thu, 28 Feb 2013 18:13:35 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1762F925; Thu, 28 Feb 2013 18:13:35 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIDYhY028891; Thu, 28 Feb 2013 18:13:34 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIDYZC028887; Thu, 28 Feb 2013 18:13:34 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:34 GMT Message-Id: <201302281813.r1SIDYZC028887@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176562: devel/kyra: Update to version 2.1.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:35 -0000 Synopsis: devel/kyra: Update to version 2.1.3 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:34 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176562 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13:40 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8251F8AB; Thu, 28 Feb 2013 18:13:40 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5ADA192A; Thu, 28 Feb 2013 18:13:40 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIDefM028973; Thu, 28 Feb 2013 18:13:40 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIDete028969; Thu, 28 Feb 2013 18:13:40 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:40 GMT Message-Id: <201302281813.r1SIDete028969@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176563: net/latd: Update to version 1.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:40 -0000 Synopsis: net/latd: Update to version 1.31 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:39 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176563 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13: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]) by hub.freebsd.org (Postfix) with ESMTP id D37C78E1; Thu, 28 Feb 2013 18:13:45 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ACFC192C; Thu, 28 Feb 2013 18:13:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIDjK2029055; Thu, 28 Feb 2013 18:13:45 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIDj6H029051; Thu, 28 Feb 2013 18:13:45 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:45 GMT Message-Id: <201302281813.r1SIDj6H029051@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176564: x11/xorg-edit: Update to version 08.08.06 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:45 -0000 Synopsis: x11/xorg-edit: Update to version 08.08.06 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:45 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176564 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13: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]) by hub.freebsd.org (Postfix) with ESMTP id 33285915; Thu, 28 Feb 2013 18:13:51 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F28F8931; Thu, 28 Feb 2013 18:13:50 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIDoGu029137; Thu, 28 Feb 2013 18:13:50 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIDo93029133; Thu, 28 Feb 2013 18:13:50 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:50 GMT Message-Id: <201302281813.r1SIDo93029133@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176565: comms/dfu-util: Update to version 0.7 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:51 -0000 Synopsis: comms/dfu-util: Update to version 0.7 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:50 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176565 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:13:56 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id CAAF5949; Thu, 28 Feb 2013 18:13:56 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9C0AB937; Thu, 28 Feb 2013 18:13:56 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIDuls029219; Thu, 28 Feb 2013 18:13:56 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIDuFO029215; Thu, 28 Feb 2013 18:13:56 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:13:56 GMT Message-Id: <201302281813.r1SIDuFO029215@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176566: print/ttfquery: Update to version 1.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:13:56 -0000 Synopsis: print/ttfquery: Update to version 1.0.5 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:13:55 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176566 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:14: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]) by hub.freebsd.org (Postfix) with ESMTP id DA92797E; Thu, 28 Feb 2013 18:14:03 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B6FAF93C; Thu, 28 Feb 2013 18:14:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIE3Yx029329; Thu, 28 Feb 2013 18:14:03 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIE3oK029325; Thu, 28 Feb 2013 18:14:03 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:03 GMT Message-Id: <201302281814.r1SIE3oK029325@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176567: math/labplot: Update to version 2.0.0.a3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:03 -0000 Synopsis: math/labplot: Update to version 2.0.0.a3 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:03 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176567 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:14: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]) by hub.freebsd.org (Postfix) with ESMTP id 856AD9AF; Thu, 28 Feb 2013 18:14:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4314A93E; Thu, 28 Feb 2013 18:14:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIE9oN029411; Thu, 28 Feb 2013 18:14:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIE9Hr029407; Thu, 28 Feb 2013 18:14:09 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:09 GMT Message-Id: <201302281814.r1SIE9Hr029407@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176568: science/gwyddion: Update to version 2.31 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:09 -0000 Synopsis: science/gwyddion: Update to version 2.31 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:08 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176568 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:14: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]) by hub.freebsd.org (Postfix) with ESMTP id C58949DF; Thu, 28 Feb 2013 18:14:14 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6A3F4940; Thu, 28 Feb 2013 18:14:14 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIEEQf029493; Thu, 28 Feb 2013 18:14:14 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIEEcq029489; Thu, 28 Feb 2013 18:14:14 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:14 GMT Message-Id: <201302281814.r1SIEEcq029489@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176569: deskutils/basket: Update to version 1.81 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:14 -0000 Synopsis: deskutils/basket: Update to version 1.81 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:13 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176569 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 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]) by hub.freebsd.org (Postfix) with ESMTP id 46968A10; Thu, 28 Feb 2013 18:14:20 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CE55D944; Thu, 28 Feb 2013 18:14:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIEJGu029575; Thu, 28 Feb 2013 18:14:19 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIEJXU029571; Thu, 28 Feb 2013 18:14:19 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:19 GMT Message-Id: <201302281814.r1SIEJXU029571@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176570: devel/guile-lib: Update to version 0.2.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:20 -0000 Synopsis: devel/guile-lib: Update to version 0.2.2 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:19 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176570 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:14: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]) by hub.freebsd.org (Postfix) with ESMTP id BE1A5A43; Thu, 28 Feb 2013 18:14:25 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2AD05948; Thu, 28 Feb 2013 18:14:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIEOtt029660; Thu, 28 Feb 2013 18:14:24 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIEOoR029656; Thu, 28 Feb 2013 18:14:24 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:24 GMT Message-Id: <201302281814.r1SIEOoR029656@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176571: games/slump: Update to version 0.003.02 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:25 -0000 Synopsis: games/slump: Update to version 0.003.02 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:24 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176571 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:14: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]) by hub.freebsd.org (Postfix) with ESMTP id 7D710A74; Thu, 28 Feb 2013 18:14:31 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4928094C; Thu, 28 Feb 2013 18:14:31 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIEVbT029744; Thu, 28 Feb 2013 18:14:31 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIEVAl029740; Thu, 28 Feb 2013 18:14:31 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:31 GMT Message-Id: <201302281814.r1SIEVAl029740@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176572: games/golddig: Update to version 3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:31 -0000 Synopsis: games/golddig: Update to version 3.1 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:30 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176572 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:14: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]) by hub.freebsd.org (Postfix) with ESMTP id EB99CAA4; Thu, 28 Feb 2013 18:14:36 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9FDD594D; Thu, 28 Feb 2013 18:14:36 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIEaOs029826; Thu, 28 Feb 2013 18:14:36 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIEa5P029822; Thu, 28 Feb 2013 18:14:36 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:36 GMT Message-Id: <201302281814.r1SIEa5P029822@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176573: multimedia/umr: Update MASTER_SITES and WWW: line X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:37 -0000 Synopsis: multimedia/umr: Update MASTER_SITES and WWW: line Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:36 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176573 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:14: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]) by hub.freebsd.org (Postfix) with ESMTP id 30D8FAD4; Thu, 28 Feb 2013 18:14:42 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EC3A794F; Thu, 28 Feb 2013 18:14:41 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIEfH9029908; Thu, 28 Feb 2013 18:14:41 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIEfQ1029904; Thu, 28 Feb 2013 18:14:41 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:41 GMT Message-Id: <201302281814.r1SIEfQ1029904@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176574: benchmarks/stream: Update to version 5.10 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:42 -0000 Synopsis: benchmarks/stream: Update to version 5.10 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:41 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176574 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:14: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]) by hub.freebsd.org (Postfix) with ESMTP id 8E0B5B04; Thu, 28 Feb 2013 18:14:47 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 49E6D951; Thu, 28 Feb 2013 18:14:47 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIElDE029990; Thu, 28 Feb 2013 18:14:47 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIEl5F029986; Thu, 28 Feb 2013 18:14:47 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:47 GMT Message-Id: <201302281814.r1SIEl5F029986@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176575: devel/codeworker: Update to version 4.5.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:47 -0000 Synopsis: devel/codeworker: Update to version 4.5.3 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:46 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176575 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:14: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]) by hub.freebsd.org (Postfix) with ESMTP id D34D3B35; Thu, 28 Feb 2013 18:14:52 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 95225954; Thu, 28 Feb 2013 18:14:52 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIEq42030072; Thu, 28 Feb 2013 18:14:52 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIEqwj030068; Thu, 28 Feb 2013 18:14:52 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 18:14:52 GMT Message-Id: <201302281814.r1SIEqwj030068@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, araujo@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176576: print/latexmk: Update to version 435 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:14:52 -0000 Synopsis: print/latexmk: Update to version 435 Responsible-Changed-From-To: freebsd-ports-bugs->araujo Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 18:14:52 UTC 2013 Responsible-Changed-Why: araujo@ wants this submitter's PRs (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176576 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:20:03 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1B05A477 for ; Thu, 28 Feb 2013 18:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id DFCEA9F7 for ; Thu, 28 Feb 2013 18:20:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIK1wO030206 for ; Thu, 28 Feb 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIK1Om030205; Thu, 28 Feb 2013 18:20:01 GMT (envelope-from gnats) Date: Thu, 28 Feb 2013 18:20:01 GMT Message-Id: <201302281820.r1SIK1Om030205@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Gary J. Hayers" Subject: Re: ports/176526: Port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: "Gary J. Hayers" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:20:03 -0000 The following reply was made to PR ports/176526; it has been noted by GNATS. From: "Gary J. Hayers" To: bug-followup@FreeBSD.org, gary@hayers.org Cc: Subject: Re: ports/176526: Port update Date: Thu, 28 Feb 2013 18:17:24 +0000 Beaten to it by Frederic Culot svn commit: r313114 ports/176500 -- Regards, Gary J. Hayers gary@hayers.org PGP Signature http://www.hayers.org/pgp From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 18:43: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]) by hub.freebsd.org (Postfix) with ESMTP id 80ADC9C; Thu, 28 Feb 2013 18:43:20 +0000 (UTC) (envelope-from culot@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5AAF2B27; Thu, 28 Feb 2013 18:43:20 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SIhKeL034938; Thu, 28 Feb 2013 18:43:20 GMT (envelope-from culot@freefall.freebsd.org) Received: (from culot@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SIhKup034934; Thu, 28 Feb 2013 18:43:20 GMT (envelope-from culot) Date: Thu, 28 Feb 2013 18:43:20 GMT Message-Id: <201302281843.r1SIhKup034934@freefall.freebsd.org> To: gary@hayers.org, culot@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: culot@FreeBSD.org Subject: Re: ports/176526: Port update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 18:43:20 -0000 Synopsis: Port update State-Changed-From-To: open->closed State-Changed-By: culot State-Changed-When: Thu Feb 28 18:43:19 UTC 2013 State-Changed-Why: Sorry Gary, but thanks for your submission anyway. I'll wait for next update and set you as maintainer if you still want to maintain this port. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176526 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 19:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BB0DC7B3 for ; Thu, 28 Feb 2013 19:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8A827E57 for ; Thu, 28 Feb 2013 19:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SJe0Sj044127 for ; Thu, 28 Feb 2013 19:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SJe0dm044126; Thu, 28 Feb 2013 19:40:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 19:40:00 GMT Resent-Message-Id: <201302281940.r1SJe0dm044126@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 627D250D for ; Thu, 28 Feb 2013 19:31:21 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 53965E17 for ; Thu, 28 Feb 2013 19:31:21 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SJVLFM076858 for ; Thu, 28 Feb 2013 19:31:21 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SJVLIL076851; Thu, 28 Feb 2013 19:31:21 GMT (envelope-from nobody) Message-Id: <201302281931.r1SJVLIL076851@red.freebsd.org> Date: Thu, 28 Feb 2013 19:31:21 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176577: [patch] Update WWW for net-im/jabberd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 19:40:00 -0000 >Number: 176577 >Category: ports >Synopsis: [patch] Update WWW for net-im/jabberd >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 19:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD sigma.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: As explained on the original site: "jabberd2 homepage has been moved to http://jabberd2.org/. This page is left for reference only and may be heavily outdated." >How-To-Repeat: >Fix: Apply the following patch (this was generated by `svn diff`). Patch attached with submission follows: Index: pkg-descr =================================================================== --- pkg-descr (revision 313124) +++ pkg-descr (working copy) @@ -2,4 +2,4 @@ It has been rewritten from the ground up to be scalable, architecturally sound and to support the latest protocol extensions coming out of the XSF. -WWW: http://jabberd2.xiaoka.com/ +WWW: http://jabberd2.org/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 19: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]) by hub.freebsd.org (Postfix) with ESMTP id 024367E1; Thu, 28 Feb 2013 19:40:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D2F02E59; Thu, 28 Feb 2013 19:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SJe8XL044263; Thu, 28 Feb 2013 19:40:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SJe8Bw044259; Thu, 28 Feb 2013 19:40:08 GMT (envelope-from edwin) Date: Thu, 28 Feb 2013 19:40:08 GMT Message-Id: <201302281940.r1SJe8Bw044259@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, mm@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176577: [patch] Update WWW for net-im/jabberd X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 19:40:09 -0000 Synopsis: [patch] Update WWW for net-im/jabberd Responsible-Changed-From-To: freebsd-ports-bugs->mm Responsible-Changed-By: edwin Responsible-Changed-When: Thu Feb 28 19: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=176577 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 20: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]) by hub.freebsd.org (Postfix) with ESMTP id C58E42BA for ; Thu, 28 Feb 2013 20:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AAB6BFEA for ; Thu, 28 Feb 2013 20:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SKK0Ox051727 for ; Thu, 28 Feb 2013 20:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SKK0i0051726; Thu, 28 Feb 2013 20:20:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 20:20:00 GMT Resent-Message-Id: <201302282020.r1SKK0i0051726@freefall.freebsd.org> 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 Jahnke Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B4A1E1A1 for ; Thu, 28 Feb 2013 20:14:15 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 8D6BEFB5 for ; Thu, 28 Feb 2013 20:14:15 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SKEFGa055610 for ; Thu, 28 Feb 2013 20:14:15 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SKEFah055609; Thu, 28 Feb 2013 20:14:15 GMT (envelope-from nobody) Message-Id: <201302282014.r1SKEFah055609@red.freebsd.org> Date: Thu, 28 Feb 2013 20:14:15 GMT From: Jens Jahnke To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176578: Updated jruby to version 1.7.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 20:20:00 -0000 >Number: 176578 >Category: ports >Synopsis: Updated jruby to version 1.7.3 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 20:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jens Jahnke >Release: 9.1 >Organization: >Environment: FreeBSD magni.rostock.home 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Hi, due to the recent security updates I updated the jruby port to version 1.7.3. Regards, Jens >How-To-Repeat: >Fix: I have attached a diff. Patch attached with submission follows: diff -naur jruby.old/Makefile jruby/Makefile --- jruby.old/Makefile 2013-02-28 02:37:15.000000000 +0100 +++ jruby/Makefile 2013-02-28 20:50:00.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: lang/jruby/Makefile 313074 2013-02-28 01:37:15Z swills $ PORTNAME= jruby -PORTVERSION= 1.7.1 +PORTVERSION= 1.7.3 CATEGORIES= lang ruby java MASTER_SITES= http://jruby.org.s3.amazonaws.com/downloads/${PORTVERSION}/ DISTNAME= ${PORTNAME}-bin-${PORTVERSION} diff -naur jruby.old/distinfo jruby/distinfo --- jruby.old/distinfo 2013-02-28 02:37:15.000000000 +0100 +++ jruby/distinfo 2013-02-28 21:06:55.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (jruby-bin-1.7.1.tar.gz) = 99cda09e0533752f83001c5bb76897d1edf4e58b96603d07e839719087c2a1bc -SIZE (jruby-bin-1.7.1.tar.gz) = 17160215 +SHA256 (jruby-bin-1.7.3.tar.gz) = 7809456743e058dc27e650ec62e5b527f51c65f3c5df7ddd3ad7296c74d3e35d +SIZE (jruby-bin-1.7.3.tar.gz) = 18157086 diff -naur jruby.old/pkg-plist jruby/pkg-plist --- jruby.old/pkg-plist 2013-02-28 02:37:15.000000000 +0100 +++ jruby/pkg-plist 2013-02-28 21:10:11.000000000 +0100 @@ -114,8 +114,6 @@ %%JRUBY_HOME%%/lib/ruby/1.8/openssl/cipher.rb %%JRUBY_HOME%%/lib/ruby/1.8/openssl/config.rb %%JRUBY_HOME%%/lib/ruby/1.8/openssl/digest.rb -%%JRUBY_HOME%%/lib/ruby/1.8/openssl/dummy.rb -%%JRUBY_HOME%%/lib/ruby/1.8/openssl/dummyssl.rb %%JRUBY_HOME%%/lib/ruby/1.8/openssl/pkcs7.rb %%JRUBY_HOME%%/lib/ruby/1.8/openssl/ssl-internal.rb %%JRUBY_HOME%%/lib/ruby/1.8/openssl/ssl.rb @@ -558,7 +556,6 @@ %%JRUBY_HOME%%/lib/ruby/1.8/observer.rb %%JRUBY_HOME%%/lib/ruby/1.8/open-uri.rb %%JRUBY_HOME%%/lib/ruby/1.8/open3.rb -%%JRUBY_HOME%%/lib/ruby/1.8/openssl.rb %%JRUBY_HOME%%/lib/ruby/1.8/optparse.rb %%JRUBY_HOME%%/lib/ruby/1.8/ostruct.rb %%JRUBY_HOME%%/lib/ruby/1.8/parsearg.rb @@ -567,8 +564,8 @@ %%JRUBY_HOME%%/lib/ruby/1.8/ping.rb %%JRUBY_HOME%%/lib/ruby/1.8/pp.rb %%JRUBY_HOME%%/lib/ruby/1.8/prettyprint.rb -%%JRUBY_HOME%%/lib/ruby/1.8/rss.rb %%JRUBY_HOME%%/lib/ruby/1.8/profile.rb +%%JRUBY_HOME%%/lib/ruby/1.8/rss.rb %%JRUBY_HOME%%/lib/ruby/1.8/profiler.rb %%JRUBY_HOME%%/lib/ruby/1.8/pstore.rb %%JRUBY_HOME%%/lib/ruby/1.8/rational.rb @@ -689,7 +686,6 @@ %%JRUBY_HOME%%/lib/ruby/1.9/json/add/struct.rb %%JRUBY_HOME%%/lib/ruby/1.9/json/add/symbol.rb %%JRUBY_HOME%%/lib/ruby/1.9/json/add/time.rb -%%JRUBY_HOME%%/lib/ruby/1.9/json/ext/.keep %%JRUBY_HOME%%/lib/ruby/1.9/json/ext/generator.jar %%JRUBY_HOME%%/lib/ruby/1.9/json/ext/parser.jar %%JRUBY_HOME%%/lib/ruby/1.9/json/pure/generator.rb @@ -1123,7 +1119,6 @@ %%JRUBY_HOME%%/lib/ruby/1.9/observer.rb %%JRUBY_HOME%%/lib/ruby/1.9/open-uri.rb %%JRUBY_HOME%%/lib/ruby/1.9/open3.rb -%%JRUBY_HOME%%/lib/ruby/1.9/openssl.rb %%JRUBY_HOME%%/lib/ruby/1.9/optparse.rb %%JRUBY_HOME%%/lib/ruby/1.9/ostruct.rb %%JRUBY_HOME%%/lib/ruby/1.9/pathname.rb @@ -1138,8 +1133,8 @@ %%JRUBY_HOME%%/lib/ruby/1.9/rational.rb %%JRUBY_HOME%%/lib/ruby/1.9/rdoc.rb %%JRUBY_HOME%%/lib/ruby/1.9/resolv-replace.rb -%%JRUBY_HOME%%/lib/ruby/1.9/rss.rb %%JRUBY_HOME%%/lib/ruby/1.9/resolv.rb +%%JRUBY_HOME%%/lib/ruby/1.9/rss.rb %%JRUBY_HOME%%/lib/ruby/1.9/ripper.rb %%JRUBY_HOME%%/lib/ruby/1.9/scanf.rb %%JRUBY_HOME%%/lib/ruby/1.9/set.rb @@ -1158,137 +1153,156 @@ %%JRUBY_HOME%%/lib/ruby/1.9/uri.rb %%JRUBY_HOME%%/lib/ruby/1.9/webrick.rb %%JRUBY_HOME%%/lib/ruby/1.9/yaml.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/cache/rake-0.9.2.2.gem -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/bin/rake -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/example/Rakefile1 -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/example/Rakefile2 -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/example/a.c -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/example/b.c -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/example/main.c -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.4.14.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.4.15.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.0.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.3.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.5.4.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.6.0.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.0.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.1.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.2.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.7.3.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.0.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.2.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.3.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.4.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.5.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.6.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.8.7.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.0.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.1.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes/rake-0.9.2.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/command_line_usage.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/glossary.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/jamis.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/proto_rake.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/rake.1.gz -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/rakefile.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/rational.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/contrib/compositepublisher.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/contrib/ftptools.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/contrib/publisher.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/contrib/rubyforgepublisher.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/contrib/sshpublisher.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/contrib/sys.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/ext/core.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/ext/module.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/ext/string.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/ext/time.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/loaders/makefile.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/alt_system.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/application.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/classic_namespace.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/clean.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/cloneable.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/default_loader.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/dsl_definition.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/early_time.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/file_creation_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/file_list.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/file_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/file_utils.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/file_utils_ext.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/gempackagetask.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/invocation_chain.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/invocation_exception_mixin.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/multi_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/name_space.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/packagetask.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/pathmap.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/pseudo_status.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_module.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rake_test_loader.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rdoctask.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/ruby182_test_unit_fix.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/rule_recursion_overflow_error.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/runtest.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/task_argument_error.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/task_arguments.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/task_manager.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/tasklib.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/testtask.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/version.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/win32.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/file_creation.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/helper.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_application.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_application_options.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_clean.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_definitions.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_directory_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_dsl.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_early_time.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_extension.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_file_creation_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_file_list.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_file_list_path_map.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_file_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_file_utils.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_ftp_file.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_functional.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_invocation_chain.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_makefile_loader.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_multi_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_name_space.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_package_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_path_map.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_path_map_explode.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_path_map_partial.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_pseudo_status.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_rake_test_loader.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_rdoc_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_require.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_rules.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_task_argument_parsing.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_task_arguments.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_task_lib.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_task_manager.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_task_manager_argument_resolution.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_task_with_arguments.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_test_task.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_top_level_functions.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_rake_win32.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test/test_sys.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/.gemtest -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/CHANGES -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/MIT-LICENSE -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/README.rdoc -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/Rakefile -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/TODO -%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/install.rb -%%JRUBY_HOME%%/lib/ruby/gems/shared/specifications/rake-0.9.2.2.gemspec +%%JRUBY_HOME%%/lib/ruby/gems/shared/cache/rake-10.0.3.gem +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/bin/rake +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/example/Rakefile1 +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/example/Rakefile2 +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/example/a.c +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/example/b.c +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/example/main.c +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.4.14.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.4.15.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.5.0.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.5.3.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.5.4.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.6.0.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.7.0.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.7.1.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.7.2.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.7.3.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.8.0.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.8.2.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.8.3.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.8.4.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.8.5.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.8.6.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.8.7.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.9.0.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.9.1.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.9.2.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.9.2.2.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.9.3.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.9.4.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.9.5.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-0.9.6.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-10.0.0.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-10.0.1.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-10.0.2.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes/rake-10.0.3.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/command_line_usage.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/glossary.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/jamis.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/proto_rake.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/rake.1.gz +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/rakefile.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/rational.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/contrib/compositepublisher.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/contrib/ftptools.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/contrib/publisher.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/contrib/rubyforgepublisher.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/contrib/sshpublisher.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/contrib/sys.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/ext/core.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/ext/module.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/ext/string.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/ext/time.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/loaders/makefile.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/alt_system.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/application.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/backtrace.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/clean.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/cloneable.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/default_loader.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/dsl_definition.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/early_time.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/file_creation_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/file_list.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/file_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/file_utils.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/file_utils_ext.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/gempackagetask.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/invocation_chain.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/invocation_exception_mixin.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/pathmap.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/multi_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/name_space.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/packagetask.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/phony.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/private_reader.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/promise.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/pseudo_status.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/rake_module.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/rake_test_loader.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/rdoctask.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/ruby182_test_unit_fix.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/rule_recursion_overflow_error.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/runtest.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/task_argument_error.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/task_arguments.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/task_manager.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/tasklib.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/testtask.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/thread_pool.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/thread_history_display.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/trace_output.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/version.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/win32.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/file_creation.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/helper.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_private_reader.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_application.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_application_options.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_backtrace.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_clean.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_definitions.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_directory_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_dsl.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_early_time.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_extension.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_file_creation_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_file_list.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_file_list_path_map.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_file_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_file_utils.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_ftp_file.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_functional.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_invocation_chain.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_makefile_loader.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_multi_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_name_space.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_package_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_path_map.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_path_map_explode.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_path_map_partial.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_pseudo_status.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_rake_test_loader.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_reduce_compat.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_require.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_rules.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_task_argument_parsing.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_task_arguments.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_task_lib.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_task_manager.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_task_manager_argument_resolution.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_task_with_arguments.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_test_task.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_thread_pool.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_win32.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_rake_top_level_functions.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_thread_history_display.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test/test_trace_output.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/.gemtest +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/CHANGES +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/MIT-LICENSE +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/README.rdoc +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/Rakefile +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/TODO +%%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/install.rb +%%JRUBY_HOME%%/lib/ruby/gems/shared/specifications/rake-10.0.3.gemspec %%JRUBY_HOME%%/lib/ruby/shared/ant/tasks/raketasks.rb %%JRUBY_HOME%%/lib/ruby/shared/ant/ant.rb %%JRUBY_HOME%%/lib/ruby/shared/ant/element.rb @@ -1484,6 +1498,25 @@ %%JRUBY_HOME%%/lib/ruby/shared/jruby/synchronized.rb %%JRUBY_HOME%%/lib/ruby/shared/jruby/thread_dump.rb %%JRUBY_HOME%%/lib/ruby/shared/jruby/vm.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/asn1/common.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/asn1/template.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/codec/base64.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/codec/base_codec.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/codec/hex.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/core/version.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/ossl/pkcs5.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/pkcs5/pbkdf2.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/x509/certificate.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/x509/common.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/x509/crl.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/asn1.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/codec.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/digest.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/hmac.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/ossl.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/pkcs5.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/provider.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt/x509.rb %%JRUBY_HOME%%/lib/ruby/shared/openssl/pkcs12.rb %%JRUBY_HOME%%/lib/ruby/shared/rbconfig/datadir.rb %%JRUBY_HOME%%/lib/ruby/shared/rubygems/commands/build_command.rb @@ -1585,9 +1618,20 @@ %%JRUBY_HOME%%/lib/ruby/shared/rubygems/version_option.rb %%JRUBY_HOME%%/lib/ruby/shared/Win32API.rb %%JRUBY_HOME%%/lib/ruby/shared/ant.rb +%%JRUBY_HOME%%/lib/ruby/shared/bcpkix-jdk15on-147.jar +%%JRUBY_HOME%%/lib/ruby/shared/bcprov-jdk15on-147.jar +%%JRUBY_HOME%%/lib/ruby/shared/bouncy-castle-java.rb %%JRUBY_HOME%%/lib/ruby/shared/ffi.rb %%JRUBY_HOME%%/lib/ruby/shared/gauntlet_rubygems.rb +%%JRUBY_HOME%%/lib/ruby/shared/jopenssl.jar +%%JRUBY_HOME%%/lib/ruby/shared/krypt-core.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt-provider-jdk.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt.rb +%%JRUBY_HOME%%/lib/ruby/shared/krypt_missing.rb +%%JRUBY_HOME%%/lib/ruby/shared/kryptcore.jar +%%JRUBY_HOME%%/lib/ruby/shared/kryptproviderjdk.jar %%JRUBY_HOME%%/lib/ruby/shared/mkmf.rb +%%JRUBY_HOME%%/lib/ruby/shared/openssl.rb %%JRUBY_HOME%%/lib/ruby/shared/pty.rb %%JRUBY_HOME%%/lib/ruby/shared/rubygems.rb %%JRUBY_HOME%%/lib/ruby/shared/securerandom.rb @@ -1603,6 +1647,13 @@ @dirrm %%JRUBY_HOME%%/lib/ruby/shared/rubygems @dirrm %%JRUBY_HOME%%/lib/ruby/shared/rbconfig @dirrm %%JRUBY_HOME%%/lib/ruby/shared/openssl +@dirrm %%JRUBY_HOME%%/lib/ruby/shared/krypt/x509 +@dirrm %%JRUBY_HOME%%/lib/ruby/shared/krypt/pkcs5 +@dirrm %%JRUBY_HOME%%/lib/ruby/shared/krypt/ossl +@dirrm %%JRUBY_HOME%%/lib/ruby/shared/krypt/core +@dirrm %%JRUBY_HOME%%/lib/ruby/shared/krypt/codec +@dirrm %%JRUBY_HOME%%/lib/ruby/shared/krypt/asn1 +@dirrm %%JRUBY_HOME%%/lib/ruby/shared/krypt @dirrm %%JRUBY_HOME%%/lib/ruby/shared/jruby/win32ole @dirrm %%JRUBY_HOME%%/lib/ruby/shared/jruby/profiler @dirrm %%JRUBY_HOME%%/lib/ruby/shared/jruby/core_ext @@ -1641,17 +1692,17 @@ @dirrm %%JRUBY_HOME%%/lib/ruby/shared/ant @dirrm %%JRUBY_HOME%%/lib/ruby/shared @dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/specifications -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/test -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/loaders -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/ext -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake/contrib -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib/rake -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/lib -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/release_notes -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc/example -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/doc -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2/bin -@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-0.9.2.2 +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/test +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/loaders +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/ext +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake/contrib +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib/rake +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/lib +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/release_notes +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc/example +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/doc +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3/bin +@dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems/rake-10.0.3 @dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/gems @dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/doc @dirrm %%JRUBY_HOME%%/lib/ruby/gems/shared/cache @@ -1819,6 +1870,11 @@ @dirrm %%JRUBY_HOME%% %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/LICENSE.RUBY +%%PORTDOCS%%%%DOCSDIR%%/jvyaml/CREDITS +%%PORTDOCS%%%%DOCSDIR%%/jvyaml/LICENSE +%%PORTDOCS%%%%DOCSDIR%%/jvyaml/README +%%PORTDOCS%%%%DOCSDIR%%/man/src/docbkx/jruby.xml +%%PORTDOCS%%%%DOCSDIR%%/man/pom.xml %%PORTDOCS%%%%DOCSDIR%%/CodeConventions.txt %%PORTDOCS%%%%DOCSDIR%%/LICENCE.bsf %%PORTDOCS%%%%DOCSDIR%%/LICENSE.ant @@ -1826,19 +1882,13 @@ %%PORTDOCS%%%%DOCSDIR%%/README.cext %%PORTDOCS%%%%DOCSDIR%%/README.coverage %%PORTDOCS%%%%DOCSDIR%%/README.test -%%PORTDOCS%%%%DOCSDIR%%/jvyaml/CREDITS -%%PORTDOCS%%%%DOCSDIR%%/jvyaml/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/jvyaml/README -%%PORTDOCS%%%%DOCSDIR%%/man/src/docbkx/jruby.xml -%%PORTDOCS%%%%DOCSDIR%%/man/pom.xml %%PORTDOCS%%%%DOCSDIR%%/pom.xml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/man/src/docbkx -%%PORTDOCS%%@dirrm %%DOCSDIR%%/man/src -%%PORTDOCS%%@dirrm %%DOCSDIR%%/man -%%PORTDOCS%%@dirrm %%DOCSDIR%%/jvyaml -%%PORTDOCS%%@dirrm %%DOCSDIR%%/api -%%PORTDOCS%%@dirrm %%DOCSDIR%% -%%PORTDOCS%%%%EXAMPLESDIR%%/error.rb +@dirrm %%PORTDOCS%%%%DOCSDIR%%/man/src/docbkx +@dirrm %%PORTDOCS%%%%DOCSDIR%%/man/src +@dirrm %%PORTDOCS%%%%DOCSDIR%%/man +@dirrm %%PORTDOCS%%%%DOCSDIR%%/jvyaml +@dirrm %%PORTDOCS%%%%DOCSDIR%%/api +@dirrm %%PORTDOCS%%%%DOCSDIR%% %%PORTDOCS%%%%EXAMPLESDIR%%/ext/extconf.rb %%PORTDOCS%%%%EXAMPLESDIR%%/ext/mytest.c %%PORTDOCS%%%%EXAMPLESDIR%%/ffi/ffi.rb @@ -1846,9 +1896,6 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/ffi/pty.rb %%PORTDOCS%%%%EXAMPLESDIR%%/ffi/qsort.rb %%PORTDOCS%%%%EXAMPLESDIR%%/ffi/win32api.rb -%%PORTDOCS%%%%EXAMPLESDIR%%/irb-applet.html -%%PORTDOCS%%%%EXAMPLESDIR%%/java2.rb -%%PORTDOCS%%%%EXAMPLESDIR%%/jirb.jnlp %%PORTDOCS%%%%EXAMPLESDIR%%/jnlp/README %%PORTDOCS%%%%EXAMPLESDIR%%/jnlp/build.properties %%PORTDOCS%%%%EXAMPLESDIR%%/jnlp/build.xml @@ -1862,13 +1909,17 @@ %%PORTDOCS%%%%EXAMPLESDIR%%/jrubyc_java/simple_class.rb %%PORTDOCS%%%%EXAMPLESDIR%%/jrubyc_java/simple_class2.rb %%PORTDOCS%%%%EXAMPLESDIR%%/jrubyc_java/simple_junit.rb +%%PORTDOCS%%%%EXAMPLESDIR%%/error.rb +%%PORTDOCS%%%%EXAMPLESDIR%%/irb-applet.html +%%PORTDOCS%%%%EXAMPLESDIR%%/java2.rb +%%PORTDOCS%%%%EXAMPLESDIR%%/jirb.jnlp %%PORTDOCS%%%%EXAMPLESDIR%%/mvm.rb %%PORTDOCS%%%%EXAMPLESDIR%%/mvm_subvm.rb %%PORTDOCS%%%%EXAMPLESDIR%%/swing2.rb %%PORTDOCS%%%%EXAMPLESDIR%%/thread.rb %%PORTDOCS%%%%EXAMPLESDIR%%/xslt.rb -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/jrubyc_java -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/jnlp -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ffi -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%%/ext -%%PORTDOCS%%@dirrm %%EXAMPLESDIR%% +@dirrm %%PORTDOCS%%%%EXAMPLESDIR%%/jrubyc_java +@dirrm %%PORTDOCS%%%%EXAMPLESDIR%%/jnlp +@dirrm %%PORTDOCS%%%%EXAMPLESDIR%%/ffi +@dirrm %%PORTDOCS%%%%EXAMPLESDIR%%/ext +@dirrm %%PORTDOCS%%%%EXAMPLESDIR%% >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 21: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]) by hub.freebsd.org (Postfix) with ESMTP id C55A0264 for ; Thu, 28 Feb 2013 21:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A9B59308 for ; Thu, 28 Feb 2013 21:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SLU0LJ064212 for ; Thu, 28 Feb 2013 21:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SLU0Bf064210; Thu, 28 Feb 2013 21:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 28 Feb 2013 21:30:00 GMT Resent-Message-Id: <201302282130.r1SLU0Bf064210@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 25CA6DFF for ; Thu, 28 Feb 2013 21:21:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 0B9922A1 for ; Thu, 28 Feb 2013 21:21:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r1SLLCpn056422 for ; Thu, 28 Feb 2013 21:21:12 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r1SLLCiL056417; Thu, 28 Feb 2013 21:21:12 GMT (envelope-from nobody) Message-Id: <201302282121.r1SLLCiL056417@red.freebsd.org> Date: Thu, 28 Feb 2013 21:21:12 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176580: New port: security/gnomint: X.509 Certification Authority management tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 21:30:00 -0000 >Number: 176580 >Category: ports >Synopsis: New port: security/gnomint: X.509 Certification Authority management tool >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Feb 28 21:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.1-RELEASE >Organization: >Environment: FreeBSD sigma.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: gnoMint is an X.509 Certificate Authority (CA) management tool with both a GTK and command-line interface. It allows anyone to create and manage a CA without having to write configuration files or remember long command-line arguments. WWW: http://gnomint.sourceforge.net/ The port has been tested on RedPorts as well as my personal machine, but a committer should go through and look at the whole thing just to see that everything was done the "Right Way." The pkg-plist could use some sorting. >How-To-Repeat: >Fix: Use the attached shell archive. 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: # # gnomint # gnomint/Makefile # gnomint/pkg-descr # gnomint/distinfo # gnomint/files # gnomint/files/patch-configure # gnomint/files/patch-src__Makefile.in # gnomint/pkg-plist # echo c - gnomint mkdir -p gnomint > /dev/null 2>&1 echo x - gnomint/Makefile sed 's/^X//' >gnomint/Makefile << '9e7a07fa4845e7a9df5ffabeca0c3b92' X# Created by: Kevin Zheng X# $FreeBSD$ X XPORTNAME= gnomint XPORTVERSION= 1.2.1 XCATEGORIES= security XMASTER_SITES= SF X XMAINTAINER= kevinz5000@gmail.com XCOMMENT= X.509 Certification Authority management tool X XLICENSE= GPLv3 XLICENSE_FILE= ${WRKSRC}/COPYING X XLIB_DEPENDS= gcrypt:${PORTSDIR}/security/libgcrypt \ X gnutls:${PORTSDIR}/security/gnutls \ X sqlite3:${PORTSDIR}/databases/sqlite3 X XGNU_CONFIGURE= yes XUSE_GMAKE= yes XUSE_GNOME= gconf2 gdkpixbuf2 glib20 gtk20 XUSE_PERL5= yes XCFLAGS:= ${CFLAGS:C/-Werror//} X XMAKE_JOBS_SAFE= yes X XOPTIONS_DEFINE= NLS X X.include X X.if ${PORT_OPTIONS:MNLS} XPLIST_SUB+= NLS="" X.else XCONFIGURE_ARGS+= --disable-nls XPLIST_SUB+= NLS="@comment " X.endif X X.include 9e7a07fa4845e7a9df5ffabeca0c3b92 echo x - gnomint/pkg-descr sed 's/^X//' >gnomint/pkg-descr << '81402f11fe12bb2db7a9b6cf42a757a9' XgnoMint is an X.509 Certificate Authority (CA) management tool with both a GTK Xand command-line interface. It allows anyone to create and manage a CA without Xhaving to write configuration files or remember long command-line arguments. X XWWW: http://gnomint.sourceforge.net/ 81402f11fe12bb2db7a9b6cf42a757a9 echo x - gnomint/distinfo sed 's/^X//' >gnomint/distinfo << '60268bda5fa81f813c09dc7edfa1007b' XSHA256 (gnomint-1.2.1.tar.gz) = 6186ca6073e912bad5e0b026bc704430098a54392f3741d62929cc6fca3c38b0 XSIZE (gnomint-1.2.1.tar.gz) = 703316 60268bda5fa81f813c09dc7edfa1007b echo c - gnomint/files mkdir -p gnomint/files > /dev/null 2>&1 echo x - gnomint/files/patch-configure sed 's/^X//' >gnomint/files/patch-configure << '4da129a0ea3b3b269b26701e11ffed9f' X--- ./configure.orig 2010-08-11 04:12:26.000000000 -0500 X+++ ./configure 2013-02-18 10:26:44.000000000 -0600 X@@ -14337,12 +14337,6 @@ X X X X-if test "x$GCC" = "xyes"; then X- CFLAGS="-Wall -Werror" X- if test "x$use_debug" = "xYes"; then X- CFLAGS="$CFLAGS -g -O0" X- fi X-fi X X X 4da129a0ea3b3b269b26701e11ffed9f echo x - gnomint/files/patch-src__Makefile.in sed 's/^X//' >gnomint/files/patch-src__Makefile.in << '571e5c7e4ee1592e3742c74857250c53' X--- ./src/Makefile.in.orig 2010-08-11 04:12:26.000000000 -0500 X+++ ./src/Makefile.in 2013-02-18 10:28:58.000000000 -0600 X@@ -98,7 +98,7 @@ X $(AM_CFLAGS) $(CFLAGS) X CCLD = $(CC) X LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ X- $(AM_LDFLAGS) $(LDFLAGS) -o $@ X+ $(AM_LDFLAGS) $(LDFLAGS) -lgcrypt -o $@ X SOURCES = $(gnomint_SOURCES) $(gnomint_cli_SOURCES) X DIST_SOURCES = $(gnomint_SOURCES) $(gnomint_cli_SOURCES) X ETAGS = etags 571e5c7e4ee1592e3742c74857250c53 echo x - gnomint/pkg-plist sed 's/^X//' >gnomint/pkg-plist << '75e66e5e2fb7709f38a196cdb815dcec' Xbin/gnomint Xbin/gnomint-cli Xbin/gnomint-upgrade-db Xshare/pixmaps/gnomint.png Xshare/applications/gnomint.desktop X@dirrmtry share/applications X%%DATADIR%%/addca.png X%%DATADIR%%/addcsr.png X%%DATADIR%%/ca-stamp-16.png X%%DATADIR%%/certificate_popup_menu.ui X%%DATADIR%%/certificate_properties_dialog.ui X%%DATADIR%%/change_password_dialog.ui X%%DATADIR%%/creation_process_window.ui X%%DATADIR%%/csr_popup_menu.ui X%%DATADIR%%/csr_properties_dialog.ui X%%DATADIR%%/dh_parameters_dialog.ui X%%DATADIR%%/export_certificate_dialog.ui X%%DATADIR%%/extractpkey.png X%%DATADIR%%/get_db_password_dialog.ui X%%DATADIR%%/get_password_dialog.ui X%%DATADIR%%/get_pkey_dialog.ui X%%DATADIR%%/gnomint.png X%%DATADIR%%/import_file_or_directory_dialog.ui X%%DATADIR%%/import_password_dialog.ui X%%DATADIR%%/key-16.png X%%DATADIR%%/main_window.ui X%%DATADIR%%/new_ca_window.ui X%%DATADIR%%/new_cert_window.ui X%%DATADIR%%/new_crl_dialog.ui X%%DATADIR%%/new_req_window.ui X%%DATADIR%%/preferences_dialog.ui X%%DATADIR%%/sign.png X@dirrmtry %%DATADIR%% Xshare/mime/packages/gnomint.xml X@dirrmtry share/mime/packages X@dirrmtry share/mime Xetc/gconf/schemas/gnomint.schemas X@dirrmtry lib/pkgconfig X%%NLS%%lib/locale/ca/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/ca/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/ca X%%NLS%%lib/locale/cs/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/cs/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/cs X%%NLS%%lib/locale/de/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/de/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/de X%%NLS%%lib/locale/es/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/es/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/es X%%NLS%%lib/locale/fi/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/fi/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/fi X%%NLS%%lib/locale/fr/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/fr/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/fr X%%NLS%%lib/locale/it/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/it/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/it X%%NLS%%lib/locale/pt_BR/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/pt_BR/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/pt_BR X%%NLS%%lib/locale/oc/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/oc/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/oc X%%NLS%%lib/locale/ru/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/ru/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/ru X%%NLS%%lib/locale/sk/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/sk/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/sk X%%NLS%%lib/locale/sv/LC_MESSAGES/gnomint.mo X%%NLS%%@dirrmtry lib/locale/sv/LC_MESSAGES X%%NLS%%@dirrmtry lib/locale/sv X%%NLS%%@dirrmtry lib/locale 75e66e5e2fb7709f38a196cdb815dcec exit >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 21:37:35 2013 Return-Path: Delivered-To: freebsd-ports-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 58183461; Thu, 28 Feb 2013 21:37:35 +0000 (UTC) (envelope-from gary@hayers.org) Received: from mailout.easydns.com (mailout.easydns.com [64.68.200.141]) by mx1.freebsd.org (Postfix) with ESMTP id D9C2E346; Thu, 28 Feb 2013 21:37:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mailout.easydns.com (Postfix) with ESMTP id 0D845E2AE; Thu, 28 Feb 2013 16:37:32 -0500 (EST) X-Virus-Scanned: Debian amavisd-new at mailout.easydns.com Received: from mailout.easydns.com ([127.0.0.1]) by localhost (mailout.easydns.vpn [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id q0LRCbrqqrjm; Thu, 28 Feb 2013 16:37:25 -0500 (EST) Received: from ares.hayers.org (cpc1-tilb7-2-0-cust218.basl.cable.virginmedia.com [94.168.104.219]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by mailout.easydns.com (Postfix) with ESMTPSA id B22A8E217; Thu, 28 Feb 2013 16:37:25 -0500 (EST) Received: from ares.hayers.org (mx1.hayers.org [127.0.0.1]) by ares.hayers.org (Postfix) with ESMTP id 8C1DB7020DF; Thu, 28 Feb 2013 21:37:24 +0000 (GMT) X-Virus-Scanned: HCF running on mx1.hayers.org Received: from ares.hayers.org ([127.0.0.1]) by ares.hayers.org (mx1.hayers.org [127.0.0.1]) (HCF-Sophos-Sweep, port 10024) with ESMTP id ygxFDtH-WQ4f; Thu, 28 Feb 2013 21:37:13 +0000 (GMT) Received: from [192.168.8.2] (zeus.hayers.org [192.168.8.2]) (Authenticated sender: gary) by ares.hayers.org (Postfix) with ESMTPA id 118F5702073; Thu, 28 Feb 2013 21:37:13 +0000 (GMT) Message-ID: <512FCE05.1090508@hayers.org> Date: Thu, 28 Feb 2013 21:37:09 +0000 From: "Gary J. Hayers" User-Agent: Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 MIME-Version: 1.0 To: culot@FreeBSD.org Subject: Re: ports/176526: Port update References: <201302281843.r1SIhKup034934@freefall.freebsd.org> In-Reply-To: <201302281843.r1SIhKup034934@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports-bugs@FreeBSD.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 21:37:35 -0000 On 28/02/2013 18:43, culot@FreeBSD.org wrote: > Synopsis: Port update > > State-Changed-From-To: open->closed > State-Changed-By: culot > State-Changed-When: Thu Feb 28 18:43:19 UTC 2013 > State-Changed-Why: > Sorry Gary, but thanks for your submission anyway. I'll wait for next > update and set you as maintainer if you still want to maintain this > port. Thanks! > > http://www.freebsd.org/cgi/query-pr.cgi?pr=176526 > No worries, I'll happily take maintainership, just happy that another pr is closed. -- Regards, Gary J. Hayers gary@hayers.org PGP Signature http://www.hayers.org/pgp From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 21:53: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]) by hub.freebsd.org (Postfix) with ESMTP id D1EFD781; Thu, 28 Feb 2013 21:53:07 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9CA153F5; Thu, 28 Feb 2013 21:53:07 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SLr7sf069012; Thu, 28 Feb 2013 21:53:07 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SLr6wN069008; Thu, 28 Feb 2013 21:53:06 GMT (envelope-from pawel) Date: Thu, 28 Feb 2013 21:53:06 GMT Message-Id: <201302282153.r1SLr6wN069008@freefall.freebsd.org> To: peter@netkey.at, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/175310: [maintainer update] net-p2p/retroshare to 0.5.4d X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 21:53:07 -0000 Synopsis: [maintainer update] net-p2p/retroshare to 0.5.4d State-Changed-From-To: feedback->closed State-Changed-By: pawel State-Changed-When: Thu Feb 28 21:53:06 UTC 2013 State-Changed-Why: Committed, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=175310 From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Feb 28 22:00:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D5E23CE8 for ; Thu, 28 Feb 2013 22:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BA131658 for ; Thu, 28 Feb 2013 22:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r1SM01lf069188 for ; Thu, 28 Feb 2013 22:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r1SM01GL069187; Thu, 28 Feb 2013 22:00:01 GMT (envelope-from gnats) Date: Thu, 28 Feb 2013 22:00:01 GMT Message-Id: <201302282200.r1SM01GL069187@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175310: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Feb 2013 22:00:01 -0000 The following reply was made to PR ports/175310; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175310: commit references a PR Date: Thu, 28 Feb 2013 21:52:35 +0000 (UTC) Author: pawel Date: Thu Feb 28 21:52:26 2013 New Revision: 313128 URL: http://svnweb.freebsd.org/changeset/ports/313128 Log: - Update to version 0.5.4d [1] - Add option to install plugins [1] - Fix build with clang PR: ports/175310 [1] Submitted by: Peter Klett (maintainer) Added: head/net-p2p/retroshare/files/patch-plugins-VOIP-VOIP.pro (contents, props changed) head/net-p2p/retroshare/files/patch-retroshare-gui-src-gui-common-GroupTreeWidget.cpp (contents, props changed) Modified: head/net-p2p/retroshare/Makefile head/net-p2p/retroshare/distinfo (contents, props changed) head/net-p2p/retroshare/files/patch-retroshare-gui-src-retroshare-gui.pro head/net-p2p/retroshare/pkg-plist (contents, props changed) Modified: head/net-p2p/retroshare/Makefile ============================================================================== --- head/net-p2p/retroshare/Makefile Thu Feb 28 21:02:28 2013 (r313127) +++ head/net-p2p/retroshare/Makefile Thu Feb 28 21:52:26 2013 (r313128) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= retroshare -PORTVERSION= 0.5.4b -PORTREVISION= 2 +PORTVERSION= 0.5.4d CATEGORIES= net-p2p MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR=${PORTNAME}/${BINARY}/${PORTVERSION} @@ -45,17 +44,26 @@ MAKE_JOBS_UNSAFE=yes DESKTOP_ENTRIES="${BINARY}" "${COMMENT}" "" "${BINARY}" \ "Network;FileTransfer;" true -OPTIONS_DEFINE= NOGUI -NOGUI_DESC= "Install retroshare-nogui binary" +OPTIONS_DEFINE= NOGUI PLUGINS +OPTIONS_DEFAULT= PLUGINS +NOGUI_DESC= Install retroshare-nogui (CLI binary) +PLUGINS_DESC= Install plugins (LinksCloud, VoIP) .include +.if ${PORT_OPTIONS:MPLUGINS} +LIB_DEPENDS+= speex:${PORTSDIR}/audio/speex +USE_QT4+= multimedia +USE_LDCONFIG= yes +.endif + do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} PREFIX=${PREFIX} ${BINARY}.pro USE_DOS2UNIX= retroshare-gui/src/retroshare-gui.pro \ - retroshare-nogui/src/retroshare-nogui.pro + retroshare-nogui/src/retroshare-nogui.pro \ + retroshare-gui/src/gui/common/GroupTreeWidget.cpp post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ @@ -69,13 +77,22 @@ post-patch: .if empty(PORT_OPTIONS:MNOGUI) @${REINPLACE_CMD} -e 's|retroshare-nogui|#retroshare-nogui|' \ ${WRKSRC}/${BINARY}.pro +.if empty(PORT_OPTIONS:MPLUGINS) @${REINPLACE_CMD} -e 's|retroshare-gui.pro \\|retroshare-gui.pro|' \ ${WRKSRC}/${BINARY}.pro +.endif .else +.if empty(PORT_OPTIONS:MPLUGINS) @${REINPLACE_CMD} -e 's|retroshare-nogui.pro \\|retroshare-nogui.pro|' \ ${WRKSRC}/${BINARY}.pro .endif +.endif +.if empty(PORT_OPTIONS:MPLUGINS) @${REINPLACE_CMD} -e 's|plugins|#plugins|' ${WRKSRC}/${BINARY}.pro +.else + @${REINPLACE_CMD} -e 's|/usr/lib|${LOCALBASE}/lib|' \ + ${WRKSRC}/libretroshare/src/rsserver/rsinit.cc +.endif pre-install: .if empty(PORT_OPTIONS:MNOGUI) @@ -83,6 +100,11 @@ PLIST_SUB+= NOGUI="@comment " .else PLIST_SUB+= NOGUI="" .endif +.if empty(PORT_OPTIONS:MPLUGINS) +PLIST_SUB+= PLUGINS="@comment " +.else +PLIST_SUB+= PLUGINS="" +.endif post-install: ${INSTALL_PROGRAM} ${WRKSRC}/retroshare-gui/src/${BINARY} ${PREFIX}/bin @@ -91,5 +113,16 @@ post-install: .endif ${MKDIR} ${DATADIR} ${INSTALL_MAN} ${WRKSRC}/libbitdht/src/example/bdboot.txt ${DATADIR} +.if ${PORT_OPTIONS:MPLUGINS} + ${MKDIR} ${PREFIX}/lib/retroshare + ${MKDIR} ${PREFIX}/lib/retroshare/extensions + ${INSTALL_LIB} ${WRKSRC}/plugins/LinksCloud/libLinksCloud.so.1.0.0 \ + ${PREFIX}/lib/retroshare/extensions/libLinksCloud.so.1 + ${INSTALL_LIB} ${WRKSRC}/plugins/VOIP/libVOIP.so.1.0.0 \ + ${PREFIX}/lib/retroshare/extensions/libVOIP.so.1 + @cd ${PREFIX}/lib/retroshare/extensions && \ + ${LN} -s libLinksCloud.so.1 libLinksCloud.so && \ + ${LN} -s libVOIP.so.1 libVOIP.so +.endif .include Modified: head/net-p2p/retroshare/distinfo ============================================================================== --- head/net-p2p/retroshare/distinfo Thu Feb 28 21:02:28 2013 (r313127) +++ head/net-p2p/retroshare/distinfo Thu Feb 28 21:52:26 2013 (r313128) @@ -1,2 +1,2 @@ -SHA256 (RetroShare-v0.5.4b.tar.gz) = 6570f9e3eab077e4f5637cf98c7b72c30afea5b2b811df6398d4919a1c2c0134 -SIZE (RetroShare-v0.5.4b.tar.gz) = 7322037 +SHA256 (RetroShare-v0.5.4d.tar.gz) = 2c5bcd1764829abc260d5c9328088a09307c00f0e15c3cc12a08ba3584d549c7 +SIZE (RetroShare-v0.5.4d.tar.gz) = 15914197 Added: head/net-p2p/retroshare/files/patch-plugins-VOIP-VOIP.pro ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/retroshare/files/patch-plugins-VOIP-VOIP.pro Thu Feb 28 21:52:26 2013 (r313128) @@ -0,0 +1,11 @@ +--- plugins/VOIP/VOIP.pro.orig 2012-10-29 11:31:20.931921695 +0100 ++++ plugins/VOIP/VOIP.pro 2012-10-29 12:17:47.694925531 +0100 +@@ -9,7 +9,7 @@ + QT_VER_MAJ = $$member(QT_VERSION, 0) + QT_VER_MIN = $$member(QT_VERSION, 1) + +-lessThan(QT_VER_MAJ, 4) | lessThan(QT_VER_MIN, 7) | win32 { ++lessThan(QT_VER_MAJ, 4) | lessThan(QT_VER_MIN, 7) | win32 | freebsd-* { + QT += multimedia + } + Added: head/net-p2p/retroshare/files/patch-retroshare-gui-src-gui-common-GroupTreeWidget.cpp ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-p2p/retroshare/files/patch-retroshare-gui-src-gui-common-GroupTreeWidget.cpp Thu Feb 28 21:52:26 2013 (r313128) @@ -0,0 +1,22 @@ +--- ./retroshare-gui/src/gui/common/GroupTreeWidget.cpp.orig 2013-02-28 16:46:27.000000000 +0100 ++++ retroshare-gui/src/gui/common/GroupTreeWidget.cpp 2013-02-28 16:47:15.000000000 +0100 +@@ -449,15 +449,15 @@ + + /* Find out which has given word in it */ + QTreeWidgetItemIterator itemIterator(ui->treeWidget); +- QTreeWidgetItem *item; +- while ((item = *itemIterator) != NULL) { ++ QTreeWidgetItem *item2; ++ while ((item2 = *itemIterator) != NULL) { + itemIterator++; + +- if (item->data(COLUMN_DATA, ROLE_ID).toString().isEmpty()) { ++ if (item2->data(COLUMN_DATA, ROLE_ID).toString().isEmpty()) { + continue; + } + +- calculateScore(item, filterText); ++ calculateScore(item2, filterText); + } + } + Modified: head/net-p2p/retroshare/files/patch-retroshare-gui-src-retroshare-gui.pro ============================================================================== --- head/net-p2p/retroshare/files/patch-retroshare-gui-src-retroshare-gui.pro Thu Feb 28 21:02:28 2013 (r313127) +++ head/net-p2p/retroshare/files/patch-retroshare-gui-src-retroshare-gui.pro Thu Feb 28 21:52:26 2013 (r313128) @@ -1,6 +1,6 @@ ---- retroshare-gui/src/retroshare-gui.pro.orig 2012-10-08 19:37:47.000000000 +0200 -+++ retroshare-gui/src/retroshare-gui.pro 2012-10-08 20:10:51.000000000 +0200 -@@ -175,6 +175,7 @@ +--- retroshare-gui/src/retroshare-gui.pro.orig 2012-10-29 21:09:06.932916323 +0100 ++++ retroshare-gui/src/retroshare-gui.pro 2012-10-29 21:10:17.747920258 +0100 +@@ -175,11 +175,14 @@ freebsd-* { INCLUDEPATH *= /usr/local/include/gpgme LIBS *= ../../libretroshare/src/lib/libretroshare.a @@ -8,3 +8,10 @@ LIBS *= -lssl LIBS *= -lgpgme LIBS *= -lupnp + LIBS *= -lgnome-keyring + PRE_TARGETDEPS *= ../../libretroshare/src/lib/libretroshare.a ++ # plugins need this ++ QMAKE_LFLAGS *= -rdynamic + } + + ############################## Common stuff ###################################### Modified: head/net-p2p/retroshare/pkg-plist ============================================================================== --- head/net-p2p/retroshare/pkg-plist Thu Feb 28 21:02:28 2013 (r313127) +++ head/net-p2p/retroshare/pkg-plist Thu Feb 28 21:52:26 2013 (r313128) @@ -1,4 +1,10 @@ bin/RetroShare %%NOGUI%%bin/retroshare-nogui +%%PLUGINS%%lib/retroshare/extensions/libLinksCloud.so +%%PLUGINS%%lib/retroshare/extensions/libLinksCloud.so.1 +%%PLUGINS%%lib/retroshare/extensions/libVOIP.so +%%PLUGINS%%lib/retroshare/extensions/libVOIP.so.1 %%DATADIR%%/bdboot.txt @dirrm %%DATADIR%% +%%PLUGINS%%@dirrm lib/retroshare/extensions +%%PLUGINS%%@dirrm lib/retroshare _______________________________________________ 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 Mar 1 02: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]) by hub.freebsd.org (Postfix) with ESMTP id 22C3A1DD for ; Fri, 1 Mar 2013 02:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0C2FDDB for ; Fri, 1 Mar 2013 02:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r212e09E028618 for ; Fri, 1 Mar 2013 02:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r212e0Lw028612; Fri, 1 Mar 2013 02:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 1 Mar 2013 02:40:00 GMT Resent-Message-Id: <201303010240.r212e0Lw028612@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Gea-Suan Lin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8C5F5113 for ; Fri, 1 Mar 2013 02:29:56 +0000 (UTC) (envelope-from gslin@colo-p.gslin.org) Received: from colo-p.gslin.org (112-121-80-241.mwsrv.com [112.121.80.241]) by mx1.freebsd.org (Postfix) with ESMTP id 4BF9DFDC for ; Fri, 1 Mar 2013 02:29:55 +0000 (UTC) Received: by colo-p.gslin.org (Postfix, from userid 1000) id 0B5A07E82A; Fri, 1 Mar 2013 10:29:37 +0800 (CST) Message-Id: <20130301022937.0B5A07E82A@colo-p.gslin.org> Date: Fri, 1 Mar 2013 10:29:37 +0800 (CST) From: Gea-Suan Lin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176582: [NEW PORT] www/trac-TracDuplicates: Notice original ticket to dupe one Cc: gslin@gslin.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 02:40:01 -0000 >Number: 176582 >Category: ports >Synopsis: [NEW PORT] www/trac-TracDuplicates: Notice original ticket to dupe one >Confidential: no >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 Mar 01 02:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Gea-Suan Lin >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: System: FreeBSD colo-p.gslin.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 >Description: TracDuplicates is a plugin for trac that will allow to dupe a bug against another generating "Marked" comments like bugzilla does in both affected bugs. WWW: https://github.com/nmaier/TracDuplicates Generated with FreeBSD Port Tools 0.99_6 (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: # # trac-TracDuplicates # trac-TracDuplicates/Makefile # trac-TracDuplicates/pkg-descr # trac-TracDuplicates/distinfo # echo c - trac-TracDuplicates mkdir -p trac-TracDuplicates > /dev/null 2>&1 echo x - trac-TracDuplicates/Makefile sed 's/^X//' >trac-TracDuplicates/Makefile << '0d1522152de17eb2e37199a7e46ca26b' X# Created by: Gea-Suan Lin X# $FreeBSD$ X XPORTNAME= TracDuplicates XPORTVERSION= 0.11 XCATEGORIES= www python XMASTER_SITES= GH XPKGNAMEPREFIX= trac- X XMAINTAINER= gslin@gslin.org XCOMMENT= Notice original ticket to dupe one X XLICENSE= BSD X XRUN_DEPENDS= trac>=0:${PORTSDIR}/www/trac X XGH_ACCOUNT= nmaier XGH_COMMIT= 22976dd XUSE_GITHUB= yes X XPLIST_FILES= %%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%% XUSE_PYTHON= yes XUSE_PYDISTUTILS= easy_install X X.include 0d1522152de17eb2e37199a7e46ca26b echo x - trac-TracDuplicates/pkg-descr sed 's/^X//' >trac-TracDuplicates/pkg-descr << '15491b6c2f7b913ea458e0aa01bc7ede' XTracDuplicates is a plugin for trac that will allow to dupe a bug against Xanother generating "Marked" comments like bugzilla does in both affected Xbugs. X XWWW: https://github.com/nmaier/TracDuplicates 15491b6c2f7b913ea458e0aa01bc7ede echo x - trac-TracDuplicates/distinfo sed 's/^X//' >trac-TracDuplicates/distinfo << 'f98be1113aa6880a04975daaca32b60f' XSHA256 (TracDuplicates-0.11.tar.gz) = 81a72453a9cbfad751a90b7d3b6f0c1a4dcc6e7cb506df0e42d7db861be97a99 XSIZE (TracDuplicates-0.11.tar.gz) = 2103 f98be1113aa6880a04975daaca32b60f exit --- .shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 04:21: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]) by hub.freebsd.org (Postfix) with ESMTP id DE1144C3; Fri, 1 Mar 2013 04:21:23 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id AC9426C9; Fri, 1 Mar 2013 04:21:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r214LNvh048943; Fri, 1 Mar 2013 04:21:23 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r214LNx2048939; Fri, 1 Mar 2013 04:21:23 GMT (envelope-from miwi) Date: Fri, 1 Mar 2013 04:21:23 GMT Message-Id: <201303010421.r214LNx2048939@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176580: New port: security/gnomint: X.509 Certification Authority management tool X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 04:21:23 -0000 Synopsis: New port: security/gnomint: X.509 Certification Authority management tool Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Mar 1 04:21:23 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176580 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 04:21: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]) by hub.freebsd.org (Postfix) with ESMTP id 72AAB4C5; Fri, 1 Mar 2013 04:21:26 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4E86F6CA; Fri, 1 Mar 2013 04:21:26 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r214LQxH049039; Fri, 1 Mar 2013 04:21:26 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r214LQaN049035; Fri, 1 Mar 2013 04:21:26 GMT (envelope-from miwi) Date: Fri, 1 Mar 2013 04:21:26 GMT Message-Id: <201303010421.r214LQaN049035@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176578: Updated jruby to version 1.7.3 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 04:21:26 -0000 Synopsis: Updated jruby to version 1.7.3 Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Mar 1 04:21:25 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176578 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 04:21:53 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4414B63B; Fri, 1 Mar 2013 04:21:53 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1BF3C6D8; Fri, 1 Mar 2013 04:21:53 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r214LqAP049131; Fri, 1 Mar 2013 04:21:52 GMT (envelope-from miwi@freefall.freebsd.org) Received: (from miwi@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r214LqQe049127; Fri, 1 Mar 2013 04:21:52 GMT (envelope-from miwi) Date: Fri, 1 Mar 2013 04:21:52 GMT Message-Id: <201303010421.r214LqQe049127@freefall.freebsd.org> To: miwi@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, miwi@FreeBSD.org From: miwi@FreeBSD.org Subject: Re: ports/176582: [NEW PORT] www/trac-TracDuplicates: Notice original ticket to dupe one X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 04:21:53 -0000 Synopsis: [NEW PORT] www/trac-TracDuplicates: Notice original ticket to dupe one Responsible-Changed-From-To: freebsd-ports-bugs->miwi Responsible-Changed-By: miwi Responsible-Changed-When: Fri Mar 1 04:21:52 UTC 2013 Responsible-Changed-Why: I'll take it. http://www.freebsd.org/cgi/query-pr.cgi?pr=176582 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 07:26:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 34911B4F; Fri, 1 Mar 2013 07:26:46 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0CF50D4E; Fri, 1 Mar 2013 07:26:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r217QjUs081797; Fri, 1 Mar 2013 07:26:45 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r217QidC081793; Fri, 1 Mar 2013 07:26:44 GMT (envelope-from beech) Date: Fri, 1 Mar 2013 07:26:44 GMT Message-Id: <201303010726.r217QidC081793@freefall.freebsd.org> To: ayu@commun.jp, beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Subject: Re: ports/175373: [patch] mail/getlive: need to update to latest CVS version to work X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 07:26:46 -0000 Synopsis: [patch] mail/getlive: need to update to latest CVS version to work Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Fri Mar 1 07:26:06 UTC 2013 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=175373 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 14: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]) by hub.freebsd.org (Postfix) with ESMTP id 40A4AC8D for ; Fri, 1 Mar 2013 14:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 22ED6110 for ; Fri, 1 Mar 2013 14:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21Ee1uS060560 for ; Fri, 1 Mar 2013 14:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21Ee0S3060547; Fri, 1 Mar 2013 14:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 1 Mar 2013 14:40:00 GMT Resent-Message-Id: <201303011440.r21Ee0S3060547@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Martin Dieringer Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3DD5EC86 for ; Fri, 1 Mar 2013 14:39:14 +0000 (UTC) (envelope-from martin.dieringer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.22]) by mx1.freebsd.org (Postfix) with ESMTP id B8EEC10B for ; Fri, 1 Mar 2013 14:39:13 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.4]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0LnVZY-1UjuzG0W0U-00hd7n for ; Fri, 01 Mar 2013 15:39:12 +0100 Received: (qmail invoked by alias); 01 Mar 2013 14:39:12 -0000 Received: from p54AF4787.dip0.t-ipconnect.de (EHLO thinkpad.nowhere.local) [84.175.71.135] by mail.gmx.net (mp004) with SMTP; 01 Mar 2013 15:39:12 +0100 Received: by thinkpad.nowhere.local (Postfix, from userid 1001) id 71346E22F; Fri, 1 Mar 2013 15:39:11 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by thinkpad.nowhere.local (Postfix) with ESMTP id 6D193E22E for ; Fri, 1 Mar 2013 15:39:11 +0100 (CET) Message-Id: Date: Fri, 1 Mar 2013 15:39:11 +0100 (CET) From: Martin Dieringer To: FreeBSD-gnats-submit@freebsd.org Subject: ports/176586: [MAINTAINER] math/clipper: update to 5.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Martin Dieringer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 14:40:01 -0000 >Number: 176586 >Category: ports >Synopsis: [MAINTAINER] math/clipper: update to 5.1.2 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Mar 01 14:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Martin Dieringer >Release: FreeBSD 9.1-STABLE amd64 >Organization: >Environment: System: FreeBSD 9.1-STABLE #18: Mon Jan 7 02:33:34 CET >Description: - Update to 5.1.2 Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- clipperlib-5.1.2.patch begins here --- diff -ruN --exclude=CVS /usr/ports/math/clipper/Makefile ./Makefile --- /usr/ports/math/clipper/Makefile 2013-02-19 00:48:06.000000000 +0100 +++ ./Makefile 2013-03-01 15:33:55.151271186 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: ports/math/clipper/Makefile,v 1.2 2013/02/18 23:48:06 svnexp Exp $ PORTNAME= clipperlib -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.2 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= polyclipping diff -ruN --exclude=CVS /usr/ports/math/clipper/distinfo ./distinfo --- /usr/ports/math/clipper/distinfo 2013-02-19 00:48:06.000000000 +0100 +++ ./distinfo 2013-03-01 15:34:03.021240543 +0100 @@ -1,2 +1,2 @@ -SHA256 (clipper_ver5.1.0.zip) = 28498152df94b5ce578fb0dba203d3105ad3d0f7f3eafc07607a12f35f55bebe -SIZE (clipper_ver5.1.0.zip) = 1714315 +SHA256 (clipper_ver5.1.2.zip) = 315771010b7b111326455c10dd3680c4b1ac349e675784c5282d27e49a470b04 +SIZE (clipper_ver5.1.2.zip) = 1716969 diff -ruN --exclude=CVS /usr/ports/math/clipper/pkg-plist ./pkg-plist --- /usr/ports/math/clipper/pkg-plist 2013-02-19 00:48:06.000000000 +0100 +++ ./pkg-plist 2013-03-01 15:34:49.311268781 +0100 @@ -1,5 +1,5 @@ include/polyclipping/clipper.hpp -lib/libpolyclipping.so.7.0.0 -lib/libpolyclipping.so.7 +lib/libpolyclipping.so.8.0.0 +lib/libpolyclipping.so.8 lib/libpolyclipping.so @dirrmtry include/polyclipping --- clipperlib-5.1.2.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 14:52:59 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BED24ECD for ; Fri, 1 Mar 2013 14:52:59 +0000 (UTC) (envelope-from eigenein@gmail.com) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 4A3F419B for ; Fri, 1 Mar 2013 14:52:59 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id fq12so2966994lab.5 for ; Fri, 01 Mar 2013 06:52:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:from:date:message-id:subject:to:cc :content-type; bh=HborJdErc0gEfpayoIMOJitCZ7fFg3ykxGadNwzLFEo=; b=cbEWb1Zs4WtUyNbB3RHmEeMC9Xc1Im5V+wHGqLlnGKIG48+lUXGUQ7y+lSUvcrp6Rk NLlJJB+n8gndvfyGqBzvwu6jyMiEqhwOAo+XjilKBEefvFEgxxBvrwNnlNogJYNbknrM ZNmoo3HSNOlt85XjNvUvbhqjl7Hdgo1IylPnWEsbvduIfBTqefkaimupnkyrlWIJTKxj V/SwfKH+ShW/Qjd7IEC2OW5N2jmCmYG4/w6ZvWoXY+YbIO1BR24s/NCuaoJiYKpbo6yC sMHc1Ue96Hto5R3P8JffdBOOO1ZPxqDEppjlzAHloLL0VM0dKbsXV8kMU5FLHM5NiOY6 Q/0g== X-Received: by 10.112.43.137 with SMTP id w9mr857585lbl.77.1362149577524; Fri, 01 Mar 2013 06:52:57 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.62.146 with HTTP; Fri, 1 Mar 2013 06:52:27 -0800 (PST) From: Pavel Perestoronin Date: Fri, 1 Mar 2013 16:52:27 +0200 Message-ID: Subject: SIgnal delivery to child threads is blocked in Python 2.x To: freebsd-ports-bugs@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: bamby@sippysoft.com X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 14:52:59 -0000 Hello, I think there is an issue caused by the following patch: http://svnweb.freebsd.org/ports/head/lang/python27/files/patch-Python_thread__pthread.h?view=log The patch ensures a signal is delivered to the main thread always. This makes impossible to send a signal to a child process that is spawned by a child thread. This can be shown on the following script that works differently in FreeBSD and Linux: #!/usr/bin/env python # -*- coding: utf-8 -*- from ctypes import CDLL from platform import system import threading if system() == "FreeBSD": libc = CDLL('libc.so') else: libc = CDLL("libc.so.6") sigblock = libc.sigblock def test(): print "sigblock is " print sigblock(0) # Linux shows 0, while FreeBSD shows 2147417855 if __name__ == "__main__": threading.Thread(target=test).start() There is also the comment to the patch: > Make sure the singal is delivered to the main thread, where python runs its signal handlers, not to a random thread that happens to be executing at the time when signal arrives. This functionality has been lost since Python 2.3, possible cause is that the linux implementation of POSIX threads always delivered signal to the main thread. This bug results in rather annoying inability to terminate threading script with ^C for example and there could be other issues as well. But on Linux child threads has no signals blocked and according to Linux man signal(7): > If more than one of the threads has the signal unblocked, then the kernel chooses an arbitrary thread to which to deliver the signal. Anyway, the patch makes Python scripts that use threading work differently in FreeBSD and Linux. -- Pavel Perestoronin E-mail: eigenein@gmail.com Web: www.eigenein.info From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 15: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]) by hub.freebsd.org (Postfix) with ESMTP id 4B9EC984 for ; Fri, 1 Mar 2013 15:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 18E0F2D3 for ; Fri, 1 Mar 2013 15:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21FK0UW071606 for ; Fri, 1 Mar 2013 15:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21FK034071601; Fri, 1 Mar 2013 15:20:00 GMT (envelope-from gnats) Resent-Date: Fri, 1 Mar 2013 15:20:00 GMT Resent-Message-Id: <201303011520.r21FK034071601@freefall.freebsd.org> 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 [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 82193845 for ; Fri, 1 Mar 2013 15:10:39 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 690D0285 for ; Fri, 1 Mar 2013 15:10:39 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r21FAcZ2077905 for ; Fri, 1 Mar 2013 15:10:38 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r21FAcq0077904; Fri, 1 Mar 2013 15:10:38 GMT (envelope-from nobody) Message-Id: <201303011510.r21FAcq0077904@red.freebsd.org> Date: Fri, 1 Mar 2013 15:10:38 GMT From: John Marino To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176587: [PATCH] mail/dcc-dccd: syntax error in makefile; breaks bmake X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 15:20:01 -0000 >Number: 176587 >Category: ports >Synopsis: [PATCH] mail/dcc-dccd: syntax error in makefile; breaks bmake >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 Mar 01 15:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: John Marino >Release: >Organization: >Environment: >Description: In mail/dcc-dccd, there is a syntax error in the Makefile on line 180. Three single quotes are used in an echo statement. legacy make tolerates it; bmake does not. Patch attached. >How-To-Repeat: >Fix: Patch attached with submission follows: --- Makefile.orig 2013-03-01 15:56:37.668584000 +0100 +++ Makefile 2013-03-01 15:56:55.577781000 +0100 @@ -177,7 +177,7 @@ pre-everything:: @${ECHO_MSG} ' ' - @${ECHO_MSG} 'A description of ALT_HOME may be found in the port's Makefile.' + @${ECHO_MSG} "A description of ALT_HOME may be found in the port's Makefile." @${ECHO_MSG} ' ' post-install: >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 15: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]) by hub.freebsd.org (Postfix) with ESMTP id 061F89B8; Fri, 1 Mar 2013 15:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D70BC2D9; Fri, 1 Mar 2013 15:20:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21FK8Lg071688; Fri, 1 Mar 2013 15:20:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21FK82e071684; Fri, 1 Mar 2013 15:20:08 GMT (envelope-from edwin) Date: Fri, 1 Mar 2013 15:20:08 GMT Message-Id: <201303011520.r21FK82e071684@freefall.freebsd.org> To: draco@marino.st, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176587: [PATCH] mail/dcc-dccd: syntax error in makefile; breaks bmake X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 15:20:09 -0000 Synopsis: [PATCH] mail/dcc-dccd: syntax error in makefile; breaks bmake State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Fri Mar 1 15:20:08 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176587 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 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]) by hub.freebsd.org (Postfix) with ESMTP id 9C08DC15 for ; Fri, 1 Mar 2013 15:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8E4FF34A for ; Fri, 1 Mar 2013 15:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21FU1tV073381 for ; Fri, 1 Mar 2013 15:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21FU1X0073380; Fri, 1 Mar 2013 15:30:01 GMT (envelope-from gnats) Date: Fri, 1 Mar 2013 15:30:01 GMT Message-Id: <201303011530.r21FU1X0073380@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/176587: [PATCH] mail/dcc-dccd: syntax error in makefile; breaks bmake X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 15:30:01 -0000 The following reply was made to PR ports/176587; it has been noted by GNATS. From: Edwin Groothuis To: cgreen@sentex.net Cc: bug-followup@FreeBSD.org Subject: Re: ports/176587: [PATCH] mail/dcc-dccd: syntax error in makefile; breaks bmake Date: Fri, 1 Mar 2013 15:20:07 UT Maintainer of mail/dcc-dccd, Please note that PR ports/176587 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/176587 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 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]) by hub.freebsd.org (Postfix) with ESMTP id 1D22ACDE for ; Fri, 1 Mar 2013 16:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F318477B for ; Fri, 1 Mar 2013 16:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21GA0H2079985 for ; Fri, 1 Mar 2013 16:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21GA0Wx079979; Fri, 1 Mar 2013 16:10:00 GMT (envelope-from gnats) Resent-Date: Fri, 1 Mar 2013 16:10:00 GMT Resent-Message-Id: <201303011610.r21GA0Wx079979@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, nemysis Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id F3821AA9 for ; Fri, 1 Mar 2013 16:06:41 +0000 (UTC) (envelope-from nemysis@gmx.ch) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by mx1.freebsd.org (Postfix) with ESMTP id A2C5B743 for ; Fri, 1 Mar 2013 16:06:41 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.1]) by mrigmx.server.lan (mrigmx001) with ESMTP (Nemesis) id 0MNwO5-1UA4dU0ONf-007S0p for ; Fri, 01 Mar 2013 17:06:35 +0100 Received: (qmail invoked by alias); 01 Mar 2013 16:06:33 -0000 Received: from 38-21.104-92.cust.bluewin.ch (EHLO something.email.com) [92.104.21.38] by mail.gmx.net (mp001) with SMTP; 01 Mar 2013 17:06:33 +0100 Received: by something.email.com (sSMTP sendmail emulation); Fri, 01 Mar 2013 17:06:33 +0100 Message-Id: <20130301160641.F3821AA9@hub.freebsd.org> Date: Fri, 01 Mar 2013 17:06:33 +0100 From: nemysis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176588: [MAINTAINER] games/gottet: update to 1.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 16:10:01 -0000 >Number: 176588 >Category: ports >Synopsis: [MAINTAINER] games/gottet: update to 1.0.5 >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 Mar 01 16:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: nemysis >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD FreeBSD_Ports 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 >Description: - Update to 1.0.5 Generated and tested manually, tested with port test, sent with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: portlint -A looks usual. port test: clean >Fix: --- gottet-1.0.5.patch begins here --- diff -ruN --exclude=CVS /usr/ports/games/gottet/Makefile ./Makefile --- /usr/ports/games/gottet/Makefile 2013-01-14 17:55:29.000000000 +0100 +++ ./Makefile 2013-03-01 16:58:09.000000000 +0100 @@ -2,8 +2,7 @@ # $FreeBSD: head/games/gottet/Makefile 307946 2012-11-28 23:41:21Z amdmi3 $ PORTNAME= gottet -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 @@ -18,7 +17,7 @@ MAKE_JOBS_SAFE= yes INSTALLS_ICONS= yes -PORTDOCS= ChangeLog +PORTDOCS= CREDITS ChangeLog .include @@ -27,13 +26,11 @@ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} post-install: -# Pixmaps - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ -# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include diff -ruN --exclude=CVS /usr/ports/games/gottet/distinfo ./distinfo --- /usr/ports/games/gottet/distinfo 2013-01-14 17:55:29.000000000 +0100 +++ ./distinfo 2013-03-01 16:49:37.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (gottet-1.0.4-src.tar.bz2) = 7144e035b6e575eecea9920ee301487915d3866a2cb0e40622fe9e45d83cb379 -SIZE (gottet-1.0.4-src.tar.bz2) = 29121 +SHA256 (gottet-1.0.5-src.tar.bz2) = e954bbbc24abe171447e76d9d52e1043d16416377c6f639fd454d0ee99db1cdc +SIZE (gottet-1.0.5-src.tar.bz2) = 253744 diff -ruN --exclude=CVS /usr/ports/games/gottet/pkg-plist ./pkg-plist --- /usr/ports/games/gottet/pkg-plist 2013-01-14 17:55:29.000000000 +0100 +++ ./pkg-plist 2013-03-01 16:51:05.000000000 +0100 @@ -1,9 +1,40 @@ bin/gottet share/applications/gottet.desktop +%%DATADIR%%/translations/gottet_en.qm +%%DATADIR%%/translations/gottet_fr.qm +%%DATADIR%%/translations/gottet_he.qm +%%DATADIR%%/translations/gottet_ro.qm +share/icons/hicolor/128x128/apps/gottet.png +share/icons/hicolor/16x16/apps/gottet.png +share/icons/hicolor/22x22/apps/gottet.png +share/icons/hicolor/24x24/apps/gottet.png +share/icons/hicolor/256x256/apps/gottet.png +share/icons/hicolor/32x32/apps/gottet.png share/icons/hicolor/48x48/apps/gottet.png +share/icons/hicolor/64x64/apps/gottet.png +share/icons/hicolor/scalable/apps/gottet.svg share/pixmaps/gottet.png +share/pixmaps/gottet.xpm +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/256x256/apps +@dirrmtry share/icons/hicolor/256x256 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 @dirrmtry share/icons/hicolor @dirrmtry share/icons +@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%% @dirrmtry share/applications --- gottet-1.0.5.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 16:27:22 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 73FE4731; Fri, 1 Mar 2013 16:27:22 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4D8E1870; Fri, 1 Mar 2013 16:27:22 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21GRMMt084121; Fri, 1 Mar 2013 16:27:22 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21GRMJd084117; Fri, 1 Mar 2013 16:27:22 GMT (envelope-from pawel) Date: Fri, 1 Mar 2013 16:27:22 GMT Message-Id: <201303011627.r21GRMJd084117@freefall.freebsd.org> To: martin.dieringer@gmx.de, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/176586: [MAINTAINER] math/clipper: update to 5.1.2 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 16:27:22 -0000 Synopsis: [MAINTAINER] math/clipper: update to 5.1.2 State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Fri Mar 1 16:27:21 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176586 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 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]) by hub.freebsd.org (Postfix) with ESMTP id 7414B81C for ; Fri, 1 Mar 2013 16:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5824D896 for ; Fri, 1 Mar 2013 16:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21GU13u084232 for ; Fri, 1 Mar 2013 16:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21GU1Zi084231; Fri, 1 Mar 2013 16:30:01 GMT (envelope-from gnats) Date: Fri, 1 Mar 2013 16:30:01 GMT Message-Id: <201303011630.r21GU1Zi084231@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Pietro Cerutti Subject: Re: ports/172800: [PATCH] fix build/install for audio/hydrogen X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Pietro Cerutti List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 16:30:01 -0000 The following reply was made to PR ports/172800; it has been noted by GNATS. From: Pietro Cerutti To: bug-followup@FreeBSD.org, mandree@FreeBSD.org, frederic.praca@free.fr Cc: Subject: Re: ports/172800: [PATCH] fix build/install for audio/hydrogen Date: Fri, 1 Mar 2013 16:11:47 +0100 --rJwd6BRFiFCcLxzm Content-Type: multipart/mixed; boundary="WIyZ46R2i8wDzkSu" Content-Disposition: inline --WIyZ46R2i8wDzkSu Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hello, would you please consider to following patch? It's an update to 0.9.6 beta2. The biggest thing is that the build system has migrated from SCons to CMake. I also have added a couple of options. Thanks, --=20 Pietro Cerutti The FreeBSD Project gahr@FreeBSD.org PGP Public Key: http://gahr.ch/pgp --WIyZ46R2i8wDzkSu Content-Type: text/x-diff; charset=utf-8 Content-Disposition: attachment; filename="hydrogen-0.9.6.b2.diff" Content-Transfer-Encoding: quoted-printable Index: Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- Makefile (revision 311821) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ =20 PORTNAME=3D hydrogen -PORTVERSION=3D 0.9.5 +DISTVERSION=3D 0.9.6-beta2 CATEGORIES=3D audio MASTER_SITES=3D SF/${PORTNAME}/Hydrogen/${MAJORVERSION}%20Sources =20 @@ -13,70 +13,78 @@ LICENSE_FILE=3D ${WRKSRC}/COPYING =20 LIB_DEPENDS+=3D sndfile:${PORTSDIR}/audio/libsndfile \ - tar:${PORTSDIR}/devel/libtar \ - lrdf:${PORTSDIR}/textproc/liblrdf + tar:${PORTSDIR}/devel/libtar =20 -DEPRECATED=3D Broken for more than 6 month -EXPIRATION_DATE=3D 2013-03-05 -BROKEN=3D does not install +WRKSRC=3D ${WRKDIR}/hydrogen-music-hydrogen-def9a33 =20 -MAJORVERSION=3D 0.9.5 -USE_QT4=3D corelib gui linguist_build moc_build network qt3support rcc_bui= ld sql uic_build xml -USE_SCONS=3D yes +USE_LDCONFIG=3D yes +USE_PKGCONFIG=3D build +USE_QT4=3D corelib gui linguist_build moc_build network qt3support \ + rcc_build sql uic_build xml +USE_CMAKE=3D yes +CMAKE_OUTSOURCE=3Dyes +CXXFLAGS+=3D -I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include +LDFLAGS+=3D -L${LOCALBASE}/lib/portaudio2 -L${LOCALBASE}/lib =20 -OPTIONS_DEFINE=3D JACK ALSA PORTAUDIO LIBARCHIVE LASH -OPTIONS_DEFAULT=3D JACK +MAJORVERSION=3D 0.9.6 +PLIST_SUB+=3D MAJORVERSION=3D"${MAJORVERSION}" =20 -LIBARCHIVE_DESC=3D LibArchive support +OPTIONS_DEFINE=3D JACK ALSA PORTAUDIO LIBARCHIVE LASH OSS RDF +OPTIONS_DEFAULT=3DJACK =20 -post-patch: - ${REINPLACE_CMD} -e "s|includes =3D \[\]|includes =3D \['-I${QT_INCDIR}/= QtCore', '-I${QT_INCDIR}/QtXml', '-I${QT_INCDIR}/QtGui', '-I${QT_INCDIR}',= '-I${QT_INCDIR}/Qt', '-I${LOCALBASE}/include'\]|g; s|ldflags =3D \[\]|ldfl= ags =3D \['-L${QT_LIBDIR}','-L${LOCALBASE}/lib'\,'-lQtCore', '-lQtGui', '-l= QtXml', '-lQtNetwork', '${PTHREAD_LIBS}']|g" ${WRKSRC}/Sconstruct +LIBARCHIVE_DESC=3DLibArchive support +RDF_DESC=3D RDF support =20 .include =20 -SCONS_ENV+=3D oss=3D1 - .if ${PORT_OPTIONS:MJACK} LIB_DEPENDS+=3D jack:${PORTSDIR}/audio/jack -CPPFLAGS+=3D ${PTHREAD_CFLAGS} -LDFLAGS+=3D ${PTHREAD_LIBS} -SCONS_ENV+=3D jack=3D1 +CMAKE_ARGS+=3D -DWANT_JACK:BOOL=3DON .else -SCONS_ENV+=3D jack=3D0 +CMAKE_ARGS+=3D -DWANT_JACK:BOOL=3DOFF .endif =20 .if ${PORT_OPTIONS:MPORTAUDIO} -LIB_DEPENDS+=3D portaudio:${PORTSDIR}/audio/portaudio -SCONS_ENV+=3D portaudio=3D1 +BUILD_DEPENDS+=3D ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR= }/audio/portaudio2 +RUN_DEPENDS+=3D ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/= audio/portaudio2 +CMAKE_ARGS+=3D -DWANT_PORTAUDIO:BOOL=3DON .else -SCONS_ENV+=3D portaudio=3D0 +CMAKE_ARGS+=3D -DWANT_PORTAUDIO:BOOL=3DOFF .endif =20 .if ${PORT_OPTIONS:MLIBARCHIVE} LIB_DEPENDS+=3D archive:${PORTSDIR}/archivers/libarchive -SCONS_ENV+=3D libarchive=3D1 +CMAKE_ARGS+=3D -DWANT_LIBARCHIVE:BOOL=3DON .else -SCONS_ENV+=3D libarchive=3D0 +CMAKE_ARGS+=3D -DWANT_LIBARCHIVE:BOOL=3DOFF .endif =20 .if ${PORT_OPTIONS:MALSA} LIB_DEPENDS+=3D asound:${PORTSDIR}/audio/alsa-lib RUN_DEPENDS+=3D ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:${PO= RTSDIR}/audio/alsa-plugins -SCONS_ENV+=3D alsa=3D1 +CMAKE_ARGS+=3D -DWANT_ALSA:BOOL=3DON .else -SCONS_ENV+=3D alsa=3D0 +CMAKE_ARGS+=3D -DWANT_ALSA:BOOL=3DOFF .endif =20 .if ${PORT_OPTIONS:MLASH} LIB_DEPENDS+=3D lash:${PORTSDIR}/audio/lash -SCONS_ENV+=3D lash=3D1 +CMAKE_ARGS+=3D -DWANT_LASH:BOOL=3DON .else -SCONS_ENV+=3D lash=3D0 +CMAKE_ARGS+=3D -DWANT_LASH:BOOL=3DOFF .endif =20 -SCONS_ENV+=3D cppflags=3D"${CXXFLAGS}" linkflags=3D"${LINKFLAGS}" prefix= =3D"${PREFIX}" CC=3D"${CC}" CXX=3D"${CXX}" +.if ${PORT_OPTIONS:MOSS} +CMAKE_ARGS+=3D -DWANT_OSS:BOOL=3DON +.else +CMAKE_ARGS+=3D -DWANT_OSS:BOOL=3DOFF +.endif =20 -pre-install: - -@${RM} -rf ${WRKSRC}/data/doc/man +.if ${PORT_OPTIONS:MRDF} +LIB_DEPENDS+=3D lrdf:${PORTSDIR}/textproc/liblrdf +CMAKE_ARGS+=3D -DWANT_LRDF:BOOL=3DON +.else +CMAKE_ARGS+=3D -DWANT_LRDF:BOOL=3DOFF +.endif =20 .include Index: distinfo =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- distinfo (revision 311821) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (hydrogen-0.9.5.tar.gz) =3D 963c73ef911ec9e7589e502d17df3b794dd027d= 7e99a36b5115a0bb51389d9c3 -SIZE (hydrogen-0.9.5.tar.gz) =3D 5239702 +SHA256 (hydrogen-0.9.6-beta2.tar.gz) =3D 10261132b74b063e266af5ad3aaec3f78= a9475cb5f840749c5d7c08bf63948dc +SIZE (hydrogen-0.9.6-beta2.tar.gz) =3D 6246816 Index: files/patch-CMakeLists.txt =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-CMakeLists.txt (revision 0) +++ files/patch-CMakeLists.txt (working copy) @@ -0,0 +1,22 @@ +--- CMakeLists.txt.orig 2012-05-25 14:19:45.000000000 +0200 ++++ CMakeLists.txt 2013-03-01 16:01:40.000000000 +0100 +@@ -81,9 +81,7 @@ + ENDIF() +=20 + #SET(CMAKE_CXX_FLAGS "-fno-implement-inlines -finline-small-functions -fi= ndirect-inlining -fpartial-inlining") +-SET(CMAKE_CXX_FLAGS "-O2 -fno-implement-inlines") +-SET(CMAKE_CXX_FLAGS_RELEASE "") +-SET(CMAKE_CXX_FLAGS_DEBUG "-g ")#-Winline") ++SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fno-implement-inlines") +=20 +=20 + IF(APPLE) +@@ -153,7 +151,7 @@ + FIND_HELPER(LIBSNDFILE sndfile sndfile.h sndfile) + FIND_HELPER(ALSA alsa alsa/asoundlib.h asound ) + FIND_LADSPA(LADSPA ladspa.h noise) +-FIND_HELPER(OSS oss sys/soundcard.h OSSlib ) ++FIND_HELPER(OSS oss sys/soundcard.h c ) + FIND_HELPER(JACK jack jack/jack.h jack) + FIND_HELPER(JACKSESSION jack jack/session.h jack) + IF(APPLE) Property changes on: files/patch-CMakeLists.txt ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: files/patch-Sconstruct =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- files/patch-Sconstruct (revision 311821) +++ files/patch-Sconstruct (working copy) @@ -1,26 +0,0 @@ ---- Sconstruct.orig 2011-03-15 18:22:35.000000000 +0600 -+++ Sconstruct 2011-03-22 16:06:25.000000000 +0600 -@@ -47,7 +47,7 @@ -=20 - env =3D Environment( options =3D opts ) -=20 -- if sys.platform =3D=3D "linux2" or sys.platform =3D=3D "darwin": -+ if sys.platform =3D=3D "linux2" or sys.platform =3D=3D "darwin" or sys.p= latform > "freebsd": - if str(env['debug']) =3D=3D "1": - cppflags +=3D ['-Wall', '-g2', '-ggdb', '-O0']=20 - for flag in env["optflags"].split(" "): -@@ -91,11 +91,12 @@ - includes.append( '/opt/local/include' ) - includes.append( '/usr/local/include/jack' ) -=20 -- elif sys.platform =3D=3D 'linux2': -+ elif str(env['alsa']) =3D=3D "1" and sys.platform > 'freebsd' : - ldflags.append('-lpthread') - ldflags.append('-lasound') - # ldflags.append('-lrubberband') -- -+ elif sys.platform > 'freebsd' : -+ print "Alsa disabled; nothing to do" - elif sys.platform =3D=3D "win32": - includes.append( '3rdparty\libsndfile-1_0_17' ) - includes.append( 'build\pthreads\include' ) Index: pkg-plist =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- pkg-plist (revision 311821) +++ pkg-plist (working copy) @@ -1,4 +1,8 @@ bin/hydrogen +bin/h2cli +bin/h2player +bin/h2synth +lib/libhydrogen-core-%%MAJORVERSION%%.so share/applications/hydrogen.desktop %%DATADIR%%/data/DefaultSong.h2song %%DATADIR%%/data/click.wav @@ -10,6 +14,7 @@ %%DATADIR%%/data/demo_songs/TR808kit-demo.h2song %%DATADIR%%/data/demo_songs/tutorial_georgyporgy.h2song %%DATADIR%%/data/doc/Makefile +%%DATADIR%%/data/doc/MidiInstrumentMapping.ods %%DATADIR%%/data/doc/README.DOCUMENTATION.txt %%DATADIR%%/data/doc/img/AudioEngineInfoDialog.png %%DATADIR%%/data/doc/img/CreateNewPattern.png @@ -19,9 +24,10 @@ %%DATADIR%%/data/doc/img/DrumkitImport.png %%DATADIR%%/data/doc/img/DrumkitLoad.png %%DATADIR%%/data/doc/img/DrumkitSave.png +%%DATADIR%%/data/doc/img/Export_song.png %%DATADIR%%/data/doc/img/FX_send_knobs.png -%%DATADIR%%/data/doc/img/GUI_Sections.svg %%DATADIR%%/data/doc/img/GUI_Sections_0.9.5.png +%%DATADIR%%/data/doc/img/GUI_Sections_0.9.5_v2.png %%DATADIR%%/data/doc/img/HearNewNotes.png %%DATADIR%%/data/doc/img/Hydrogen_0.9.5_gui.png %%DATADIR%%/data/doc/img/InstrumentMapping.png @@ -37,6 +43,7 @@ %%DATADIR%%/data/doc/img/MainStop.png %%DATADIR%%/data/doc/img/MainToolbar.png %%DATADIR%%/data/doc/img/MainToolbar_V2.png +%%DATADIR%%/data/doc/img/MainUI_tabbed.png %%DATADIR%%/data/doc/img/MeasureSettings.png %%DATADIR%%/data/doc/img/MidiIN_CPU.png %%DATADIR%%/data/doc/img/Midi_Actions.png @@ -70,10 +77,12 @@ %%DATADIR%%/data/doc/img/PatternEditor_DrumMode.png %%DATADIR%%/data/doc/img/PatternEditor_PianoMode.png %%DATADIR%%/data/doc/img/PreferencesAppearance.png +%%DATADIR%%/data/doc/img/PreferencesAppearance_V2.png %%DATADIR%%/data/doc/img/PreferencesAudioSystem.png %%DATADIR%%/data/doc/img/PreferencesAudioSystem_V2.png %%DATADIR%%/data/doc/img/PreferencesGeneral.png %%DATADIR%%/data/doc/img/PreferencesGeneral_V2.png +%%DATADIR%%/data/doc/img/PreferencesGeneral_V3.png %%DATADIR%%/data/doc/img/PreferencesMidiSystem.png %%DATADIR%%/data/doc/img/PreferencesMidiSystem_V2.png %%DATADIR%%/data/doc/img/Rec_button.png @@ -92,7 +101,6 @@ %%DATADIR%%/data/doc/img/SongOperations.png %%DATADIR%%/data/doc/img/SoundLibrary.png %%DATADIR%%/data/doc/img/Sound_Library_import.png -%%DATADIR%%/data/doc/img/SoundlibraryHierarchy.svg %%DATADIR%%/data/doc/img/SoundlibraryHierarchy_V3.png %%DATADIR%%/data/doc/img/SoundlibraryHierarchy_V4.png %%DATADIR%%/data/doc/img/Tutorial2.h2song @@ -174,6 +182,7 @@ %%DATADIR%%/data/doc/img/showFX_on.png %%DATADIR%%/data/doc/img/showPeaks_on.png %%DATADIR%%/data/doc/img/songFuncBtn_on.png +%%DATADIR%%/data/doc/img/stacked_mode_V3.png %%DATADIR%%/data/doc/img/tag_bar.png %%DATADIR%%/data/doc/img/tastiera.png %%DATADIR%%/data/doc/img/tempo_bar.png @@ -258,6 +267,8 @@ %%DATADIR%%/data/i18n/hydrogen.cs.ts %%DATADIR%%/data/i18n/hydrogen.de.qm %%DATADIR%%/data/i18n/hydrogen.de.ts +%%DATADIR%%/data/i18n/hydrogen.el.qm +%%DATADIR%%/data/i18n/hydrogen.el.ts %%DATADIR%%/data/i18n/hydrogen.es.qm %%DATADIR%%/data/i18n/hydrogen.es.ts %%DATADIR%%/data/i18n/hydrogen.fr.qm @@ -280,6 +291,8 @@ %%DATADIR%%/data/i18n/hydrogen.ru.ts %%DATADIR%%/data/i18n/hydrogen.sv.qm %%DATADIR%%/data/i18n/hydrogen.sv.ts +%%DATADIR%%/data/i18n/stats.py +%%DATADIR%%/data/i18n/updateTranslations.sh %%DATADIR%%/data/img/gray/about/aboutLogo.png %%DATADIR%%/data/img/gray/audiFileBrowser/go-home.png %%DATADIR%%/data/img/gray/audiFileBrowser/go-up.png @@ -298,6 +311,9 @@ %%DATADIR%%/data/img/gray/drumkitManager/btn_save_off.png %%DATADIR%%/data/img/gray/drumkitManager/btn_save_on.png %%DATADIR%%/data/img/gray/drumkitManager/btn_save_over.png +%%DATADIR%%/data/img/gray/h2-icon.svg +%%DATADIR%%/data/img/gray/icon.icns +%%DATADIR%%/data/img/gray/icon.svg %%DATADIR%%/data/img/gray/icon16.png %%DATADIR%%/data/img/gray/icon24.png %%DATADIR%%/data/img/gray/icon32.png @@ -327,6 +343,7 @@ %%DATADIR%%/data/img/gray/lcd/LCDLargeFontSet.png %%DATADIR%%/data/img/gray/lcd/LCDLargeGrayFontSet.png %%DATADIR%%/data/img/gray/lcd/LCDSmallBlueFontSet.png +%%DATADIR%%/data/img/gray/lcd/LCDSmallFontSetRed.xcf %%DATADIR%%/data/img/gray/lcd/LCDSmallGrayFontSet.png %%DATADIR%%/data/img/gray/lcd/LCDSmallRedFontSet.png %%DATADIR%%/data/img/gray/lcd/LCDSpinBox_down_off.png @@ -400,6 +417,8 @@ %%DATADIR%%/data/img/gray/patternEditor/btn_dropdown_off.png %%DATADIR%%/data/img/gray/patternEditor/btn_dropdown_on.png %%DATADIR%%/data/img/gray/patternEditor/btn_dropdown_over.png +%%DATADIR%%/data/img/gray/patternEditor/btn_drum_piano_off.png +%%DATADIR%%/data/img/gray/patternEditor/btn_drum_piano_on.png %%DATADIR%%/data/img/gray/patternEditor/btn_hear_off.png %%DATADIR%%/data/img/gray/patternEditor/btn_hear_on.png %%DATADIR%%/data/img/gray/patternEditor/btn_mute_off.png @@ -493,9 +512,11 @@ %%DATADIR%%/data/img/gray/playerControlPanel/midiActivity_back.png %%DATADIR%%/data/img/gray/playerControlPanel/midiActivity_on.png %%DATADIR%%/data/img/gray/playerControlPanel/onoff.png +%%DATADIR%%/data/img/gray/playerControlPanel/pattern_mode.png %%DATADIR%%/data/img/gray/playerControlPanel/playlist_background_Control.p= ng %%DATADIR%%/data/img/gray/playerControlPanel/rubber_off.png %%DATADIR%%/data/img/gray/playerControlPanel/rubber_on.png +%%DATADIR%%/data/img/gray/playerControlPanel/song_mode.png %%DATADIR%%/data/img/gray/playerControlPanel/statusLED_off.png %%DATADIR%%/data/img/gray/playerControlPanel/statusLED_on.png %%DATADIR%%/data/img/gray/preferencesDialog/rec.png @@ -544,7 +565,71 @@ %%DATADIR%%/data/img/gray/waveDisplay/detailsamplewavedisplay.png %%DATADIR%%/data/img/gray/waveDisplay/mainsamplewavedisplay.png %%DATADIR%%/data/img/gray/waveDisplay/targetsamplewavedisplay.png -share/pixmaps/h2-icon.svg +%%DATADIR%%/data/new_tutorial/img_tutorial/Bridge1_4th.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Bridge3_3a_hh.png +%%DATADIR%%/data/new_tutorial/img_tutorial/C3_6+7.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Intro4th.png +%%DATADIR%%/data/new_tutorial/img_tutorial/PatternBase1.png +%%DATADIR%%/data/new_tutorial/img_tutorial/PatternBase2.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Riff1b.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Riff1c.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Riff1d.png +%%DATADIR%%/data/new_tutorial/img_tutorial/Verse8th.png +%%DATADIR%%/data/new_tutorial/img_tutorial/VerseAll.png +%%DATADIR%%/data/new_tutorial/img_tutorial/VerseBridge.png +%%DATADIR%%/data/new_tutorial/img_tutorial/VerseBridge_hh.png +%%DATADIR%%/data/new_tutorial/img_tutorial/warn.png +%%DATADIR%%/data/new_tutorial/tutorial_en.html +%%DATADIR%%/data/xsd/drumkit.xsd +%%DATADIR%%/data/xsd/drumkit_pattern.xsd +include/hydrogen/IO/AudioOutput.h +include/hydrogen/IO/CoreMidiDriver.h +include/hydrogen/IO/JackOutput.h +include/hydrogen/IO/MidiCommon.h +include/hydrogen/IO/MidiInput.h +include/hydrogen/IO/MidiOutput.h +include/hydrogen/IO/NullDriver.h +include/hydrogen/IO/TransportInfo.h +include/hydrogen/LashClient.h +include/hydrogen/LocalFileMng.h +include/hydrogen/Preferences.h +include/hydrogen/audio_engine.h +include/hydrogen/basics/adsr.h +include/hydrogen/basics/drumkit.h +include/hydrogen/basics/instrument.h +include/hydrogen/basics/instrument_layer.h +include/hydrogen/basics/instrument_list.h +include/hydrogen/basics/note.h +include/hydrogen/basics/pattern.h +include/hydrogen/basics/pattern_list.h +include/hydrogen/basics/sample.h +include/hydrogen/basics/song.h +include/hydrogen/config.h +include/hydrogen/event_queue.h +include/hydrogen/fx/Effects.h +include/hydrogen/fx/LadspaFX.h +include/hydrogen/fx/ladspa.h +include/hydrogen/globals.h +include/hydrogen/h2_exception.h +include/hydrogen/helpers/filesystem.h +include/hydrogen/helpers/legacy.h +include/hydrogen/helpers/xml.h +include/hydrogen/hydrogen.h +include/hydrogen/logger.h +include/hydrogen/midi_action.h +include/hydrogen/midi_map.h +include/hydrogen/object.h +include/hydrogen/playlist.h +include/hydrogen/rt_clock.h +include/hydrogen/sampler/Sampler.h +include/hydrogen/smf/SMF.h +include/hydrogen/smf/SMFEvent.h +include/hydrogen/synth/Synth.h +include/hydrogen/timehelper.h +include/hydrogen/version.h +@dirrm %%DATADIR%%/data/xsd +@dirrm %%DATADIR%%/data/new_tutorial/img_tutorial +@dirrm %%DATADIR%%/data/new_tutorial @dirrm %%DATADIR%%/data/img/gray/waveDisplay @dirrm %%DATADIR%%/data/img/gray/splash @dirrm %%DATADIR%%/data/img/gray/songEditor @@ -571,4 +656,12 @@ @dirrm %%DATADIR%%/data/demo_songs @dirrm %%DATADIR%%/data @dirrm %%DATADIR%% +@dirrm include/hydrogen/synth +@dirrm include/hydrogen/smf +@dirrm include/hydrogen/sampler +@dirrm include/hydrogen/helpers +@dirrm include/hydrogen/fx +@dirrm include/hydrogen/basics +@dirrm include/hydrogen/IO +@dirrm include/hydrogen @dirrmtry share/applications --WIyZ46R2i8wDzkSu-- --rJwd6BRFiFCcLxzm Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) iEYEARECAAYFAlEwxTEACgkQwMJqmJVx946DfQCgyjEmY94uQiTKZz+bCybQs98f D2cAoL7P/wrGvILpiaMarHcXknMxwrtb =/ncy -----END PGP SIGNATURE----- --rJwd6BRFiFCcLxzm-- From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 16: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]) by hub.freebsd.org (Postfix) with ESMTP id 15E3081E for ; Fri, 1 Mar 2013 16:30:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E4912898 for ; Fri, 1 Mar 2013 16:30:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21GU3NI084248 for ; Fri, 1 Mar 2013 16:30:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21GU3lx084247; Fri, 1 Mar 2013 16:30:03 GMT (envelope-from gnats) Date: Fri, 1 Mar 2013 16:30:03 GMT Message-Id: <201303011630.r21GU3lx084247@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176586: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 16:30:04 -0000 The following reply was made to PR ports/176586; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176586: commit references a PR Date: Fri, 1 Mar 2013 16:26:51 +0000 (UTC) Author: pawel Date: Fri Mar 1 16:26:37 2013 New Revision: 313157 URL: http://svnweb.freebsd.org/changeset/ports/313157 Log: Update to version 5.1.2 PR: ports/176586 Submitted by: Martin Dieringer (maintainer) Modified: head/math/clipper/Makefile (contents, props changed) head/math/clipper/distinfo (contents, props changed) head/math/clipper/pkg-plist (contents, props changed) Modified: head/math/clipper/Makefile ============================================================================== --- head/math/clipper/Makefile Fri Mar 1 15:51:57 2013 (r313156) +++ head/math/clipper/Makefile Fri Mar 1 16:26:37 2013 (r313157) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= clipperlib -PORTVERSION= 5.1.0 +PORTVERSION= 5.1.2 CATEGORIES= math MASTER_SITES= SF MASTER_SITE_SUBDIR= polyclipping Modified: head/math/clipper/distinfo ============================================================================== --- head/math/clipper/distinfo Fri Mar 1 15:51:57 2013 (r313156) +++ head/math/clipper/distinfo Fri Mar 1 16:26:37 2013 (r313157) @@ -1,2 +1,2 @@ -SHA256 (clipper_ver5.1.0.zip) = 28498152df94b5ce578fb0dba203d3105ad3d0f7f3eafc07607a12f35f55bebe -SIZE (clipper_ver5.1.0.zip) = 1714315 +SHA256 (clipper_ver5.1.2.zip) = 315771010b7b111326455c10dd3680c4b1ac349e675784c5282d27e49a470b04 +SIZE (clipper_ver5.1.2.zip) = 1716969 Modified: head/math/clipper/pkg-plist ============================================================================== --- head/math/clipper/pkg-plist Fri Mar 1 15:51:57 2013 (r313156) +++ head/math/clipper/pkg-plist Fri Mar 1 16:26:37 2013 (r313157) @@ -1,5 +1,5 @@ include/polyclipping/clipper.hpp -lib/libpolyclipping.so.7.0.0 -lib/libpolyclipping.so.7 +lib/libpolyclipping.so.8.0.0 +lib/libpolyclipping.so.8 lib/libpolyclipping.so @dirrmtry include/polyclipping _______________________________________________ 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 Mar 1 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]) by hub.freebsd.org (Postfix) with ESMTP id 7A11D802 for ; Fri, 1 Mar 2013 17:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 5BAA1AA3 for ; Fri, 1 Mar 2013 17:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21HK1kw093409 for ; Fri, 1 Mar 2013 17:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21HK1Bv093408; Fri, 1 Mar 2013 17:20:01 GMT (envelope-from gnats) Date: Fri, 1 Mar 2013 17:20:01 GMT Message-Id: <201303011720.r21HK1Bv093408@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174732: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 17:20:01 -0000 The following reply was made to PR ports/174732; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174732: commit references a PR Date: Fri, 1 Mar 2013 17:19:44 +0000 (UTC) Author: pawel Date: Fri Mar 1 17:19:32 2013 New Revision: 313158 URL: http://svnweb.freebsd.org/changeset/ports/313158 Log: - Update to version 2.0.4 [1] - Package links to gpgme, make it LIB_DEPENDS also turn off linking to it when GPGME=off - Add empty line between description and WWW line, remove extraneous whitespace on EOL in pkg-descr PR: ports/174732 [1] Submitted by: Sean Greven (maintainer) Modified: head/security/fwknop/Makefile (contents, props changed) head/security/fwknop/distinfo (contents, props changed) head/security/fwknop/pkg-descr (contents, props changed) head/security/fwknop/pkg-plist (contents, props changed) Modified: head/security/fwknop/Makefile ============================================================================== --- head/security/fwknop/Makefile Fri Mar 1 16:26:37 2013 (r313157) +++ head/security/fwknop/Makefile Fri Mar 1 17:19:32 2013 (r313158) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= fwknop -PORTVERSION= 2.0.3 +PORTVERSION= 2.0.4 CATEGORIES= security MASTER_SITES= http://www.cipherdyne.org/fwknop/download/ @@ -22,7 +22,9 @@ USE_LDCONFIG= yes .include .if ${PORT_OPTIONS:MGPGME} -BUILD_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme +LIB_DEPENDS+= gpgme:${PORTSDIR}/security/gpgme +.else +CONFIGURE_ARGS+=--without-gpgme .endif .include Modified: head/security/fwknop/distinfo ============================================================================== --- head/security/fwknop/distinfo Fri Mar 1 16:26:37 2013 (r313157) +++ head/security/fwknop/distinfo Fri Mar 1 17:19:32 2013 (r313158) @@ -1,2 +1,2 @@ -SHA256 (fwknop-2.0.3.tar.gz) = f7f306a66c641020e7c7a820eaa3743e2700ddee6e26cca37440db95df56b986 -SIZE (fwknop-2.0.3.tar.gz) = 904769 +SHA256 (fwknop-2.0.4.tar.gz) = e6a88e969264ff23bd5837a47e5b60b8c4d36fc8a2326c6b377f8447ecf2adea +SIZE (fwknop-2.0.4.tar.gz) = 1401321 Modified: head/security/fwknop/pkg-descr ============================================================================== --- head/security/fwknop/pkg-descr Fri Mar 1 16:26:37 2013 (r313157) +++ head/security/fwknop/pkg-descr Fri Mar 1 17:19:32 2013 (r313158) @@ -1,2 +1,3 @@ -fwknop,"FireWall KNock OPerator", implements Single Packet Authorization (SPA). +fwknop,"FireWall KNock OPerator", implements Single Packet Authorization (SPA). + WWW: http://www.cipherdyne.org/fwknop/ Modified: head/security/fwknop/pkg-plist ============================================================================== --- head/security/fwknop/pkg-plist Fri Mar 1 16:26:37 2013 (r313157) +++ head/security/fwknop/pkg-plist Fri Mar 1 17:19:32 2013 (r313158) @@ -5,6 +5,6 @@ include/fko.h lib/libfko.a lib/libfko.la lib/libfko.so -lib/libfko.so.0 +lib/libfko.so.1 sbin/fwknopd @dirrm %%ETCDIR%% _______________________________________________ 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 Mar 1 17:21: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]) by hub.freebsd.org (Postfix) with ESMTP id C1DC2871; Fri, 1 Mar 2013 17:21:05 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9E691AB1; Fri, 1 Mar 2013 17:21:05 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21HL5Xb094582; Fri, 1 Mar 2013 17:21:05 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21HL5lp094521; Fri, 1 Mar 2013 17:21:05 GMT (envelope-from pawel) Date: Fri, 1 Mar 2013 17:21:05 GMT Message-Id: <201303011721.r21HL5lp094521@freefall.freebsd.org> To: sean.greven@gmail.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/174732: security/fwknop Port Update X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 17:21:05 -0000 Synopsis: security/fwknop Port Update State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Fri Mar 1 17:21:04 UTC 2013 State-Changed-Why: Commited. Thanks! Please submit as a patch next time, shar is for new ports only. http://www.freebsd.org/cgi/query-pr.cgi?pr=174732 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 17:30:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4F138A02 for ; Fri, 1 Mar 2013 17:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1CEC9B03 for ; Fri, 1 Mar 2013 17:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21HU15n095109 for ; Fri, 1 Mar 2013 17:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21HU1CH095108; Fri, 1 Mar 2013 17:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 1 Mar 2013 17:30:01 GMT Resent-Message-Id: <201303011730.r21HU1CH095108@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Vivek Khera Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BBF69861 for ; Fri, 1 Mar 2013 17:20:10 +0000 (UTC) (envelope-from vivek@kciLink.com) Received: from yertle.kcilink.com (yertle-comcast.kcilink.com [74.92.149.58]) by mx1.freebsd.org (Postfix) with ESMTP id 99350AA6 for ; Fri, 1 Mar 2013 17:20:09 +0000 (UTC) Received: from vk-dev.int.kcilink.com (vk-dev.int.kcilink.com [192.168.7.96]) by yertle.kcilink.com (Postfix) with ESMTP id 8C41B8A011 for ; Fri, 1 Mar 2013 12:12:11 -0500 (EST) Received: by vk-dev.int.kcilink.com (Postfix, from userid 1002) id 7EE026D425; Fri, 1 Mar 2013 12:12:04 -0500 (EST) Message-Id: <20130301171204.7EE026D425@vk-dev.int.kcilink.com> Date: Fri, 1 Mar 2013 12:12:04 -0500 (EST) From: Vivek Khera To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176589: update mail/p5-Mail-OpenDKIM to newest release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Vivek Khera List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 17:30:02 -0000 >Number: 176589 >Category: ports >Synopsis: update mail/p5-Mail-OpenDKIM to newest release >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 Mar 01 17:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Vivek Khera >Release: FreeBSD 9.1-RELEASE amd64 >Organization: >Environment: System: FreeBSD vk-dev.int.kcilink.com 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243864: Tue Dec 4 12:09:48 EST 2012 khera@yertle.int.kcilink.com:/usr/obj/u/yertle1/sources/usr9/src/sys/KCI64 amd64 >Description: update port to latest version. >How-To-Repeat: >Fix: diff -Nru p5-Mail-OpenDKIM/Makefile p5-Mail-OpenDKIM.new/Makefile --- p5-Mail-OpenDKIM/Makefile 2012-11-17 00:59:09.000000000 -0500 +++ p5-Mail-OpenDKIM.new/Makefile 2013-02-28 14:28:45.401999808 -0500 @@ -6,7 +6,7 @@ # PORTNAME= Mail-OpenDKIM -PORTVERSION= 3680 +PORTVERSION= 4003 CATEGORIES= mail perl5 MASTER_SITES= CPAN PKGNAMEPREFIX= p5- diff -Nru p5-Mail-OpenDKIM/distinfo p5-Mail-OpenDKIM.new/distinfo --- p5-Mail-OpenDKIM/distinfo 2012-03-15 05:44:59.000000000 -0400 +++ p5-Mail-OpenDKIM.new/distinfo 2013-03-01 12:10:43.195000527 -0500 @@ -1,2 +1,2 @@ -SHA256 (Mail-OpenDKIM-3680.tar.gz) = 0ae9f530d200fb671e865553541e2c2c1d598d3ef30786803c16a9d75e510734 -SIZE (Mail-OpenDKIM-3680.tar.gz) = 32049 +SHA256 (Mail-OpenDKIM-4003.tar.gz) = f6344eba035e7eafb59298ab8ea8fc1ead952befdaa22ab64ff05126954803de +SIZE (Mail-OpenDKIM-4003.tar.gz) = 34270 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 17:30: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]) by hub.freebsd.org (Postfix) with ESMTP id 002D7A33; Fri, 1 Mar 2013 17:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D0779B06; Fri, 1 Mar 2013 17:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21HU9Zr095193; Fri, 1 Mar 2013 17:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21HU9Cf095189; Fri, 1 Mar 2013 17:30:09 GMT (envelope-from edwin) Date: Fri, 1 Mar 2013 17:30:09 GMT Message-Id: <201303011730.r21HU9Cf095189@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, perl@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176589: update mail/p5-Mail-OpenDKIM to newest release X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 17:30:10 -0000 Synopsis: update mail/p5-Mail-OpenDKIM to newest release Responsible-Changed-From-To: freebsd-ports-bugs->perl Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 1 17:30: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=176589 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 18:11: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]) by hub.freebsd.org (Postfix) with ESMTP id 07021652; Fri, 1 Mar 2013 18:11:24 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D4F35DF1; Fri, 1 Mar 2013 18:11:23 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21IBNOv003866; Fri, 1 Mar 2013 18:11:23 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21IBN03003862; Fri, 1 Mar 2013 18:11:23 GMT (envelope-from pawel) Date: Fri, 1 Mar 2013 18:11:23 GMT Message-Id: <201303011811.r21IBN03003862@freefall.freebsd.org> To: nemysis@gmx.ch, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/176588: [MAINTAINER] games/gottet: update to 1.0.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 18:11:24 -0000 Synopsis: [MAINTAINER] games/gottet: update to 1.0.5 State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Fri Mar 1 18:11:22 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176588 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 18:20:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BF624891 for ; Fri, 1 Mar 2013 18:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A8CA4E52 for ; Fri, 1 Mar 2013 18:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21IK1ln005068 for ; Fri, 1 Mar 2013 18:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21IK1Mm005064; Fri, 1 Mar 2013 18:20:01 GMT (envelope-from gnats) Date: Fri, 1 Mar 2013 18:20:01 GMT Message-Id: <201303011820.r21IK1Mm005064@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176588: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 18:20:01 -0000 The following reply was made to PR ports/176588; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176588: commit references a PR Date: Fri, 1 Mar 2013 18:11:19 +0000 (UTC) Author: pawel Date: Fri Mar 1 18:11:10 2013 New Revision: 313159 URL: http://svnweb.freebsd.org/changeset/ports/313159 Log: - Update to version 1.0.5 [1] - Respect CFLAGS PR: ports/176588 [1] Submitted by: nemysis (maintainer) Modified: head/games/gottet/Makefile head/games/gottet/distinfo head/games/gottet/pkg-plist Modified: head/games/gottet/Makefile ============================================================================== --- head/games/gottet/Makefile Fri Mar 1 17:19:32 2013 (r313158) +++ head/games/gottet/Makefile Fri Mar 1 18:11:10 2013 (r313159) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gottet -PORTVERSION= 1.0.4 -PORTREVISION= 1 +PORTVERSION= 1.0.5 CATEGORIES= games MASTER_SITES= http://gottcode.org/${PORTNAME}/ EXTRACT_SUFX= -src.tar.bz2 @@ -18,7 +17,7 @@ USE_QT4= moc_build qmake_build rcc_build MAKE_JOBS_SAFE= yes INSTALLS_ICONS= yes -PORTDOCS= ChangeLog +PORTDOCS= CREDITS ChangeLog .include @@ -26,14 +25,16 @@ do-configure: @cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ ${QMAKE} ${QMAKEFLAGS} PREFIX=${PREFIX} +post-configure: + @${REINPLACE_CMD} 's|-O2 -Wall|-Wall|g' \ + ${WRKSRC}/Makefile + post-install: -# Pixmaps - ${INSTALL_DATA} ${WRKSRC}/icons/${PORTNAME}.png ${PREFIX}/share/pixmaps/ + ${LN} -sf ${PREFIX}/share/icons/hicolor/48x48/apps/${PORTNAME}.png ${PREFIX}/share/pixmaps/ -# Documentation .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} .endif .include Modified: head/games/gottet/distinfo ============================================================================== --- head/games/gottet/distinfo Fri Mar 1 17:19:32 2013 (r313158) +++ head/games/gottet/distinfo Fri Mar 1 18:11:10 2013 (r313159) @@ -1,2 +1,2 @@ -SHA256 (gottet-1.0.4-src.tar.bz2) = 7144e035b6e575eecea9920ee301487915d3866a2cb0e40622fe9e45d83cb379 -SIZE (gottet-1.0.4-src.tar.bz2) = 29121 +SHA256 (gottet-1.0.5-src.tar.bz2) = e954bbbc24abe171447e76d9d52e1043d16416377c6f639fd454d0ee99db1cdc +SIZE (gottet-1.0.5-src.tar.bz2) = 253744 Modified: head/games/gottet/pkg-plist ============================================================================== --- head/games/gottet/pkg-plist Fri Mar 1 17:19:32 2013 (r313158) +++ head/games/gottet/pkg-plist Fri Mar 1 18:11:10 2013 (r313159) @@ -1,9 +1,40 @@ bin/gottet share/applications/gottet.desktop +%%DATADIR%%/translations/gottet_en.qm +%%DATADIR%%/translations/gottet_fr.qm +%%DATADIR%%/translations/gottet_he.qm +%%DATADIR%%/translations/gottet_ro.qm +share/icons/hicolor/128x128/apps/gottet.png +share/icons/hicolor/16x16/apps/gottet.png +share/icons/hicolor/22x22/apps/gottet.png +share/icons/hicolor/24x24/apps/gottet.png +share/icons/hicolor/256x256/apps/gottet.png +share/icons/hicolor/32x32/apps/gottet.png share/icons/hicolor/48x48/apps/gottet.png +share/icons/hicolor/64x64/apps/gottet.png +share/icons/hicolor/scalable/apps/gottet.svg share/pixmaps/gottet.png +share/pixmaps/gottet.xpm +@dirrmtry share/icons/hicolor/scalable/apps +@dirrmtry share/icons/hicolor/scalable +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 @dirrmtry share/icons/hicolor/48x48/apps @dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/256x256/apps +@dirrmtry share/icons/hicolor/256x256 +@dirrmtry share/icons/hicolor/24x24/apps +@dirrmtry share/icons/hicolor/24x24 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 @dirrmtry share/icons/hicolor @dirrmtry share/icons +@dirrm %%DATADIR%%/translations +@dirrm %%DATADIR%% @dirrmtry share/applications _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 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]) by hub.freebsd.org (Postfix) with ESMTP id 9BA51CCB for ; Fri, 1 Mar 2013 18:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 66F48F26 for ; Fri, 1 Mar 2013 18:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21Ie0fO008545 for ; Fri, 1 Mar 2013 18:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21Ie0lE008544; Fri, 1 Mar 2013 18:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 1 Mar 2013 18:40:00 GMT Resent-Message-Id: <201303011840.r21Ie0lE008544@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Antoine Brodin Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 65FB89D3 for ; Fri, 1 Mar 2013 18:32:13 +0000 (UTC) (envelope-from antoine@newdump.dreadbsd.org) Received: from newdump.dreadbsd.org (unknown [IPv6:2a01:e0b:1:64:240:63ff:fee8:7c0b]) by mx1.freebsd.org (Postfix) with ESMTP id 0FE16EDB for ; Fri, 1 Mar 2013 18:32:12 +0000 (UTC) Received: from newdump.dreadbsd.org (localhost [127.0.0.1]) by newdump.dreadbsd.org (8.14.5/8.14.5) with ESMTP id r21IVmYH087332 for ; Fri, 1 Mar 2013 19:31:48 +0100 (CET) (envelope-from antoine@newdump.dreadbsd.org) Received: (from antoine@localhost) by newdump.dreadbsd.org (8.14.5/8.14.5/Submit) id r21IVhFb087331; Fri, 1 Mar 2013 18:31:43 GMT (envelope-from antoine) Message-Id: <201303011831.r21IVhFb087331@newdump.dreadbsd.org> Date: Fri, 1 Mar 2013 18:31:43 GMT From: Antoine Brodin To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176590: [maintainer] update devel/libevtx to 20130226 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Antoine Brodin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 18:40:00 -0000 >Number: 176590 >Category: ports >Synopsis: [maintainer] update devel/libevtx to 20130226 >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 Mar 01 18:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Antoine Brodin >Release: FreeBSD 9.1-RELEASE i386 >Organization: none >Environment: System: FreeBSD newdump.dreadbsd.org 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: Alpha 20130226 version of libevtx Changes: * improved error tolerance >How-To-Repeat: >Fix: --- libevtx.diff begins here --- Index: libevtx/Makefile =================================================================== --- libevtx/Makefile (revision 313069) +++ libevtx/Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevtx -DISTVERSION= alpha-20130209 +DISTVERSION= alpha-20130226 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE Index: libevtx/distinfo =================================================================== --- libevtx/distinfo (revision 313069) +++ libevtx/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (libevtx-alpha-20130209.tar.gz) = 777eedcee4c5104768feca7c6c2702742dbda9cd4579277d6ad8e920cb3d8329 -SIZE (libevtx-alpha-20130209.tar.gz) = 1640979 +SHA256 (libevtx-alpha-20130226.tar.gz) = 497710250c23f470e6f8a9f7aefcff3cf9621e42d7b0fb14859a4e3f4f4f7b6a +SIZE (libevtx-alpha-20130226.tar.gz) = 1641709 --- libevtx.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 18:40: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]) by hub.freebsd.org (Postfix) with ESMTP id 6D90CF7D; Fri, 1 Mar 2013 18:40:29 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 498FBF32; Fri, 1 Mar 2013 18:40:29 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21IeT3t008693; Fri, 1 Mar 2013 18:40:29 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21IeTl8008689; Fri, 1 Mar 2013 18:40:29 GMT (envelope-from edwin) Date: Fri, 1 Mar 2013 18:40:29 GMT Message-Id: <201303011840.r21IeTl8008689@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, antoine@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176590: [maintainer] update devel/libevtx to 20130226 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 18:40:29 -0000 Synopsis: [maintainer] update devel/libevtx to 20130226 Responsible-Changed-From-To: freebsd-ports-bugs->antoine Responsible-Changed-By: edwin Responsible-Changed-When: Fri Mar 1 18:40:28 UTC 2013 Responsible-Changed-Why: Submitter is maintainer and has GNATS access (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176590 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 18:41: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]) by hub.freebsd.org (Postfix) with ESMTP id 92F569B; Fri, 1 Mar 2013 18:41:37 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 657ABF4A; Fri, 1 Mar 2013 18:41:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21IfbMU010163; Fri, 1 Mar 2013 18:41:37 GMT (envelope-from antoine@freefall.freebsd.org) Received: (from antoine@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21IfbLc010159; Fri, 1 Mar 2013 18:41:37 GMT (envelope-from antoine) Date: Fri, 1 Mar 2013 18:41:37 GMT Message-Id: <201303011841.r21IfbLc010159@freefall.freebsd.org> To: antoine@FreeBSD.org, antoine@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: antoine@FreeBSD.org Subject: Re: ports/176590: [maintainer] update devel/libevtx to 20130226 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 18:41:37 -0000 Synopsis: [maintainer] update devel/libevtx to 20130226 Responsible-Changed-From-To: antoine->freebsd-ports-bugs Responsible-Changed-By: antoine Responsible-Changed-When: Fri Mar 1 18:41:04 UTC 2013 Responsible-Changed-Why: Back to freebsd-ports-bugs. http://www.freebsd.org/cgi/query-pr.cgi?pr=176590 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 22:36: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]) by hub.freebsd.org (Postfix) with ESMTP id 2C1FCA9E; Fri, 1 Mar 2013 22:36:37 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 054D81AE1; Fri, 1 Mar 2013 22:36:37 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21MaajT053258; Fri, 1 Mar 2013 22:36:36 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21Maadp053254; Fri, 1 Mar 2013 22:36:36 GMT (envelope-from pawel) Date: Fri, 1 Mar 2013 22:36:36 GMT Message-Id: <201303012236.r21Maadp053254@freefall.freebsd.org> To: antoine@freebsd.org, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/176590: [maintainer] update devel/libevtx to 20130226 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 22:36:37 -0000 Synopsis: [maintainer] update devel/libevtx to 20130226 State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Fri Mar 1 22:36:36 UTC 2013 State-Changed-Why: Committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176590 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 22: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]) by hub.freebsd.org (Postfix) with ESMTP id B898AC2F for ; Fri, 1 Mar 2013 22:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A88751AF8 for ; Fri, 1 Mar 2013 22:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21Me1o6053433 for ; Fri, 1 Mar 2013 22:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21Me1q4053432; Fri, 1 Mar 2013 22:40:01 GMT (envelope-from gnats) Date: Fri, 1 Mar 2013 22:40:01 GMT Message-Id: <201303012240.r21Me1q4053432@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176590: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 22:40:01 -0000 The following reply was made to PR ports/176590; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176590: commit references a PR Date: Fri, 1 Mar 2013 22:36:28 +0000 (UTC) Author: pawel Date: Fri Mar 1 22:36:14 2013 New Revision: 313170 URL: http://svnweb.freebsd.org/changeset/ports/313170 Log: Update to version 20130226 PR: ports/176590 Submitted by: antoine@ Modified: head/devel/libevtx/Makefile (contents, props changed) head/devel/libevtx/distinfo (contents, props changed) Modified: head/devel/libevtx/Makefile ============================================================================== --- head/devel/libevtx/Makefile Fri Mar 1 22:23:18 2013 (r313169) +++ head/devel/libevtx/Makefile Fri Mar 1 22:36:14 2013 (r313170) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libevtx -DISTVERSION= alpha-20130209 +DISTVERSION= alpha-20130226 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE Modified: head/devel/libevtx/distinfo ============================================================================== --- head/devel/libevtx/distinfo Fri Mar 1 22:23:18 2013 (r313169) +++ head/devel/libevtx/distinfo Fri Mar 1 22:36:14 2013 (r313170) @@ -1,2 +1,2 @@ -SHA256 (libevtx-alpha-20130209.tar.gz) = 777eedcee4c5104768feca7c6c2702742dbda9cd4579277d6ad8e920cb3d8329 -SIZE (libevtx-alpha-20130209.tar.gz) = 1640979 +SHA256 (libevtx-alpha-20130226.tar.gz) = 497710250c23f470e6f8a9f7aefcff3cf9621e42d7b0fb14859a4e3f4f4f7b6a +SIZE (libevtx-alpha-20130226.tar.gz) = 1641709 _______________________________________________ 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 Mar 1 23:17: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]) by hub.freebsd.org (Postfix) with ESMTP id 9874F65A; Fri, 1 Mar 2013 23:17:19 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 59A851C36; Fri, 1 Mar 2013 23:17:19 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21NHJ5V061196; Fri, 1 Mar 2013 23:17:19 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21NHI6P061192; Fri, 1 Mar 2013 23:17:18 GMT (envelope-from pawel) Date: Fri, 1 Mar 2013 23:17:18 GMT Message-Id: <201303012317.r21NHI6P061192@freefall.freebsd.org> To: lars@eggert.org, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/176249: [NEW PORT] benchmarks/spp: Calculates round trip time from pcap files or live capture X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 23:17:19 -0000 Synopsis: [NEW PORT] benchmarks/spp: Calculates round trip time from pcap files or live capture State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Fri Mar 1 23:17:18 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176249 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 23: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]) by hub.freebsd.org (Postfix) with ESMTP id 686E481B for ; Fri, 1 Mar 2013 23:20:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 572181C53 for ; Fri, 1 Mar 2013 23:20:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21NK1ac061304 for ; Fri, 1 Mar 2013 23:20:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21NK1de061303; Fri, 1 Mar 2013 23:20:01 GMT (envelope-from gnats) Date: Fri, 1 Mar 2013 23:20:01 GMT Message-Id: <201303012320.r21NK1de061303@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176249: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 23:20:01 -0000 The following reply was made to PR ports/176249; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176249: commit references a PR Date: Fri, 1 Mar 2013 23:16:38 +0000 (UTC) Author: pawel Date: Fri Mar 1 23:16:24 2013 New Revision: 313173 URL: http://svnweb.freebsd.org/changeset/ports/313173 Log: SPP provides frequently updated RTT estimates using IP traffic already present in the network. SPP estimates the RTT between two measurement points without requiring precise time synchronisation between each point. SPP accurately estimates the RTT experienced by any application's traffic without needing modifications to the application itself or the routers along the path. WWW: http://caia.swin.edu.au/tools/spp/ PR: ports/176249 Submitted by: Lars Eggert Added: head/benchmarks/spp/ head/benchmarks/spp/Makefile (contents, props changed) head/benchmarks/spp/distinfo (contents, props changed) head/benchmarks/spp/pkg-descr (contents, props changed) Modified: head/benchmarks/Makefile Modified: head/benchmarks/Makefile ============================================================================== --- head/benchmarks/Makefile Fri Mar 1 22:52:09 2013 (r313172) +++ head/benchmarks/Makefile Fri Mar 1 23:16:24 2013 (r313173) @@ -62,6 +62,7 @@ SUBDIR += siege SUBDIR += sipp SUBDIR += slowloris + SUBDIR += spp SUBDIR += stream SUBDIR += super-smack SUBDIR += sysbench Added: head/benchmarks/spp/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/spp/Makefile Fri Mar 1 23:16:24 2013 (r313173) @@ -0,0 +1,18 @@ +# Created by: Lars Eggert +# $FreeBSD$ + +PORTNAME= spp +PORTVERSION= 0.3.2 +CATEGORIES= benchmarks +MASTER_SITES= http://caia.swin.edu.au/tools/spp/downloads/ + +MAINTAINER= lars@eggert.org +COMMENT= Calculates round trip time from pcap files or live capture + +PLIST_FILES= bin/spp + +post-patch: + @${REINPLACE_CMD} -E '/(-DDEBUG|-g)/s|^|#|g' \ + ${WRKSRC}/Makefile + +.include Added: head/benchmarks/spp/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/spp/distinfo Fri Mar 1 23:16:24 2013 (r313173) @@ -0,0 +1,2 @@ +SHA256 (spp-0.3.2.tar.gz) = bcb83c05142c243f27a1132f43528d27fe4accb650207040d03770c215e5dd91 +SIZE (spp-0.3.2.tar.gz) = 38462 Added: head/benchmarks/spp/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/benchmarks/spp/pkg-descr Fri Mar 1 23:16:24 2013 (r313173) @@ -0,0 +1,8 @@ +SPP provides frequently updated RTT estimates using IP traffic already +present in the network. SPP estimates the RTT between two measurement +points without requiring precise time synchronisation between each +point. SPP accurately estimates the RTT experienced by any application's +traffic without needing modifications to the application itself +or the routers along the path. + +WWW: http://caia.swin.edu.au/tools/spp/ _______________________________________________ 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 Mar 1 23:27: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]) by hub.freebsd.org (Postfix) with ESMTP id 02819D00; Fri, 1 Mar 2013 23:27:04 +0000 (UTC) (envelope-from linimon@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B93921C93; Fri, 1 Mar 2013 23:27:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21NR3TA062903; Fri, 1 Mar 2013 23:27:03 GMT (envelope-from linimon@freefall.freebsd.org) Received: (from linimon@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21NR3xf062899; Fri, 1 Mar 2013 23:27:03 GMT (envelope-from linimon) Date: Fri, 1 Mar 2013 23:27:03 GMT Message-Id: <201303012327.r21NR3xf062899@freefall.freebsd.org> To: linimon@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: linimon@FreeBSD.org Subject: Re: ports/176592: [patch] audio/cmus fix ffmpeg depend X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 23:27:04 -0000 Synopsis: [patch] audio/cmus fix ffmpeg depend Responsible-Changed-From-To: freebsd-bugs->freebsd-ports-bugs Responsible-Changed-By: linimon Responsible-Changed-When: Fri Mar 1 23:26:41 UTC 2013 Responsible-Changed-Why: ports PR. http://www.freebsd.org/cgi/query-pr.cgi?pr=176592 From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Mar 1 23:29:46 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id ACA29DBE; Fri, 1 Mar 2013 23:29:46 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6DC221CC6; Fri, 1 Mar 2013 23:29:46 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r21NTkf1062957; Fri, 1 Mar 2013 23:29:46 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r21NTk0a062953; Fri, 1 Mar 2013 23:29:46 GMT (envelope-from pawel) Date: Fri, 1 Mar 2013 23:29:46 GMT Message-Id: <201303012329.r21NTk0a062953@freefall.freebsd.org> To: lars@eggert.org, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/176421: [NEW PORT] benchmarks/thrulay-hd: Extended version of thrulay X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Mar 2013 23:29:46 -0000 Synopsis: [NEW PORT] benchmarks/thrulay-hd: Extended version of thrulay State-Changed-From-To: open->feedback State-Changed-By: pawel State-Changed-When: Fri Mar 1 23:25:30 UTC 2013 State-Changed-Why: Thank you for your submission. There are couple things that need to be fixed before this could be commited to ports repo: 1) Port don't record files it installs (pkg-plist is empty) 2) Global CFLAGS is not respected, -g compiler flags is used during compilation while WITH_DEBUG is off 3) Port installs documentation files in ${PREFIX}/doc, while it should be ${DOCSDIR} Build log: http://people.freebsd.org/~pawel/buildlogs/thrulay-hd-0.6.4.log http://www.freebsd.org/cgi/query-pr.cgi?pr=176421 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 00: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]) by hub.freebsd.org (Postfix) with ESMTP id 9E175F1C for ; Sat, 2 Mar 2013 00:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7F3221F24 for ; Sat, 2 Mar 2013 00:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r220o1ZL083941 for ; Sat, 2 Mar 2013 00:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r220o1Gq083931; Sat, 2 Mar 2013 00:50:01 GMT (envelope-from gnats) Date: Sat, 2 Mar 2013 00:50:01 GMT Message-Id: <201303020050.r220o1Gq083931@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/174860: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 00:50:01 -0000 The following reply was made to PR ports/174860; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/174860: commit references a PR Date: Sat, 2 Mar 2013 00:41:08 +0000 (UTC) Author: tota Date: Sat Mar 2 00:40:53 2013 New Revision: 313176 URL: http://svnweb.freebsd.org/changeset/ports/313176 Log: - Switch the VCS tool for the ports tree from CVS to SVN - Pet portlint in porttools * Use PORT_OPTIONS:MDOCS instead of NOPORTDOCS * Replace tab with space WWW: line in pkg-descr PR: ports/174860 Submitted by: tota (myself) Approved by: maintainers (timeout > 2 months) Added: head/ports-mgmt/porttools/files/patch-README (contents, props changed) head/ports-mgmt/porttools/files/patch-cmd_commit.in (contents, props changed) head/ports-mgmt/porttools/files/patch-port.in (contents, props changed) Modified: head/ports-mgmt/portlint/Makefile head/ports-mgmt/portlint/src/portlint.pl head/ports-mgmt/porttools/Makefile head/ports-mgmt/porttools/files/patch-cmd_diff.in (contents, props changed) head/ports-mgmt/porttools/files/patch-cmd_submit.in (contents, props changed) head/ports-mgmt/porttools/files/patch-port.1 (contents, props changed) head/ports-mgmt/porttools/files/patch-porttools.5 (contents, props changed) head/ports-mgmt/porttools/files/patch-util_diff.in (contents, props changed) head/ports-mgmt/porttools/pkg-descr Directory Properties: head/ports-mgmt/porttools/files/patch-Makefile (props changed) head/ports-mgmt/porttools/files/patch-cmd_test.in (props changed) Modified: head/ports-mgmt/portlint/Makefile ============================================================================== --- head/ports-mgmt/portlint/Makefile Fri Mar 1 23:52:16 2013 (r313175) +++ head/ports-mgmt/portlint/Makefile Sat Mar 2 00:40:53 2013 (r313176) @@ -6,6 +6,7 @@ PORTNAME= portlint PORTVERSION= 2.14.1 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none Modified: head/ports-mgmt/portlint/src/portlint.pl ============================================================================== --- head/ports-mgmt/portlint/src/portlint.pl Fri Mar 1 23:52:16 2013 (r313175) +++ head/ports-mgmt/portlint/src/portlint.pl Sat Mar 2 00:40:53 2013 (r313176) @@ -161,7 +161,7 @@ foreach my $i (@osdep) { # The PORTSDIR environment variable overrides our defaults. $portsdir = $ENV{PORTSDIR} if ( defined $ENV{'PORTSDIR'} ); -$ENV{'PL_CVS_IGNORE'} //= ''; +$ENV{'PL_SVN_IGNORE'} //= ''; my $mfile_moved = "${portsdir}/MOVED"; my $mfile_uids = "${portsdir}/UIDs"; my $mfile_gids = "${portsdir}/GIDs"; Modified: head/ports-mgmt/porttools/Makefile ============================================================================== --- head/ports-mgmt/porttools/Makefile Fri Mar 1 23:52:16 2013 (r313175) +++ head/ports-mgmt/porttools/Makefile Sat Mar 2 00:40:53 2013 (r313176) @@ -3,7 +3,7 @@ PORTNAME= porttools PORTVERSION= 0.99 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= ports-mgmt MASTER_SITES= SF @@ -14,11 +14,8 @@ LICENSE= BSD RUN_DEPENDS= portlint:${PORTSDIR}/ports-mgmt/portlint \ cdiff:${PORTSDIR}/textproc/cdiff \ - sudo:${PORTSDIR}/security/sudo - -.if !defined(NOPORTDOCS) -INSTALL_TARGET= install install-docs -.endif + sudo:${PORTSDIR}/security/sudo \ + svn:${PORTSDIR}/devel/subversion MAKE_ENV= DATADIR="${DATADIR}" DOCSDIR="${DOCSDIR}" # Make the version information of porttools itself @@ -45,4 +42,8 @@ NEWFILE_DESC= Enable newfile support RUN_DEPENDS+= newfile:${PORTSDIR}/devel/newfile .endif +.if ${PORT_OPTIONS:MDOCS} +INSTALL_TARGET= install install-docs +.endif + .include Added: head/ports-mgmt/porttools/files/patch-README ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/porttools/files/patch-README Sat Mar 2 00:40:53 2013 (r313176) @@ -0,0 +1,61 @@ +--- README.orig 2009-09-10 04:59:59.000000000 +0900 ++++ README 2012-12-27 19:22:20.000000000 +0900 +@@ -7,7 +7,7 @@ + + FreeBSD Port Tools consist of the several small scripts run from + port(1) front-end: +-- port commit: commit a port into the FreeBSD Ports CVS Repository ++- port commit: commit a port into the FreeBSD Ports SVN Repository + - port create: create a new port from a template + - port diff: generate a diff against a previous version of the port + - port fetch: fetch distfile(s) of a new version of the port +@@ -43,42 +43,35 @@ + Let us assume you are interested in helping out with one of the ports. + The most convenient way of doing that with the Port Tools is the following. + Even though the Port Tools have 3 most of diff generation, the recommended is +-CVS (default). Do not be scared away at this point - it is very simple. ++SVN (default). Do not be scared away at this point - it is very simple. + Let me give a quick overview: + +-1. Set up CVSROOT environment variable +- +- sgk@elf% export CVSROOT=":pserver:anoncvs@anoncvs.FreeBSD.org:/home/ncvs" +- +- NOTE: you may want to check the Handbook for a list of anonymous CVS servers +- (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/anoncvs.html). +- +-2. Check out a working copy of the port. I usually do it in ~/ports directory: ++1. Check out a working copy of the port. I usually do it in ~/ports directory: + (NOTE: my ~/ports directory contains only those ports I am interested in, + i.e. either maitain or send changes/updates to. Thus, it does not have + to contain the whole FreeBSD Ports tree) + + sgk@elf:~% cd ~/ports +- sgk@elf:~/ports% cvs co ipsvd ++ sgk@elf:~/ports% svn co ipsvd + + ipsvd is the sample port name. + +-3. Now, make your changes - e.g. change PORTVERSION from 0.6.0 to 0.6.1. ++2. Now, make your changes - e.g. change PORTVERSION from 0.6.0 to 0.6.1. + + sgk@elf:~/ports/ipsvd% cd ipsvd + sgk@elf:~/ports/ipsvd% vim Makefile + +-4. At this moment we need to fetch the new distfile and run "make makesum" ++3. At this moment we need to fetch the new distfile and run "make makesum" + to update the distinfo file. There is even simpler way to accomplish this + with the Port Tools version 0.50 or later: + + sgk@elf:~/ports/ipsvd% port fetch + +-5. Now we want to make sure that the port compiles, installs and works fine: ++4. Now we want to make sure that the port compiles, installs and works fine: + + sgk@elf:~/ports/ipsvd% port test + +-6. Once I am satisfied with the results, let us submit a PR ++5. Once I am satisfied with the results, let us submit a PR + with the port update: + + sgk@elf:~/ports/ipsvd% port submit Added: head/ports-mgmt/porttools/files/patch-cmd_commit.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/porttools/files/patch-cmd_commit.in Sat Mar 2 00:40:53 2013 (r313176) @@ -0,0 +1,67 @@ +--- cmd_commit.in.orig 2009-09-10 04:59:59.000000000 +0900 ++++ cmd_commit.in 2012-12-31 21:42:13.000000000 +0900 +@@ -1,6 +1,6 @@ + # cmd_commit + # Module for port(1) +-# SUMMARY: commit a port into the FreeBSD Ports CVS Repository ++# SUMMARY: commit a port into the FreeBSD Ports SVN Repository + # + # $Id: cmd_commit.in,v 1.2 2009/09/09 19:58:30 skolobov Exp $ + # +@@ -59,13 +59,14 @@ + + # Determine if this is a new port + MODE="update" +-[ "`grep '\$FreeBSD: ' Makefile`" ] || MODE="new" ++svn status Makefile 2>&1 1>/dev/null | grep -qs 'svn: warning: W155007:' ++[ $? -eq 0 ] || [ "`grep '\$FreeBSD: ' Makefile`" ] || MODE="new" + + # Run portlint(1) to validate port's sanity + echo "===> Pre-commit portlint check" + FLAGS="-C" + [ "${MODE}" = "new" ] && FLAGS="${FLAGS} -N" +-PL_CVS_IGNORE='^\d+$|^pr-patch$|^cvs-msg$' \ ++PL_SVN_IGNORE='^\d+$|^pr-patch$|^svn-msg$' \ + portlint ${FLAGS} + if [ $? -ne 0 ] + then +@@ -79,15 +80,12 @@ + then + ${PORTSDIR}/Tools/scripts/addport -d `pwd` -u ${FREEFALL_USERNAME} + else +- # Initialize CVS environment +- PCVS="cvs -d ${FREEFALL_USERNAME}@pcvs.FreeBSD.org:/home/pcvs" +- + # Make sure we are working with up-to-date version +- echo "===> Pre-commit CVS update" +- ${PCVS} update ++ echo "===> Pre-commit SVN update" ++ svn update + +- # See if CVS message already exists, and use that for commit log +- MSG="cvs-msg" ++ # See if SVN message already exists, and use that for commit log ++ MSG="svn-msg" + FLAGS="" + if [ -e ${MSG} ] + then +@@ -99,16 +97,16 @@ + echo '=============================================' + cat ${MSG} + echo '=============================================' +- read -p "Is the CVS message above correct? (y/n)" ANSWER ++ read -p "Is the SVN message above correct? (y/n)" ANSWER + [ "${ANSWER}" = "y" ] && break + ${VISUAL:-vi} ${MSG} + done + fi + # Commit the port update + echo "===> Committing port update" +- ${PCVS} commit ${FLAGS} ++ svn commit ${FLAGS} + +- # Remove CVS message file only if commit was successful ++ # Remove SVN message file only if commit was successful + [ $? -eq 0 -a -e ${MSG} ] && rm ${MSG} + fi + Modified: head/ports-mgmt/porttools/files/patch-cmd_diff.in ============================================================================== --- head/ports-mgmt/porttools/files/patch-cmd_diff.in Fri Mar 1 23:52:16 2013 (r313175) +++ head/ports-mgmt/porttools/files/patch-cmd_diff.in Sat Mar 2 00:40:53 2013 (r313176) @@ -1,10 +1,11 @@ ---- cmd_diff.in.orig 2009-09-09 21:59:59.000000000 +0200 -+++ cmd_diff.in 2009-10-25 16:28:14.000000000 +0100 -@@ -21,6 +21,7 @@ +--- cmd_diff.in.orig 2009-09-10 04:59:59.000000000 +0900 ++++ cmd_diff.in 2012-12-27 20:13:30.000000000 +0900 +@@ -20,7 +20,7 @@ + Usage: port diff [-h] [-d ] -h - Display this usage summary -d - Select diff generation mode: - CVS - against CVS -+ CVSauto - against CVS, no cvs add/delete required +- CVS - against CVS ++ SVN - against SVN - against Ports tree in - against original port in EOF Modified: head/ports-mgmt/porttools/files/patch-cmd_submit.in ============================================================================== --- head/ports-mgmt/porttools/files/patch-cmd_submit.in Fri Mar 1 23:52:16 2013 (r313175) +++ head/ports-mgmt/porttools/files/patch-cmd_submit.in Sat Mar 2 00:40:53 2013 (r313176) @@ -1,10 +1,11 @@ ---- cmd_submit.in.orig 2009-09-09 20:59:59.000000000 +0100 -+++ cmd_submit.in 2012-03-04 12:02:36.697273154 +0000 -@@ -26,10 +26,12 @@ +--- cmd_submit.in.orig 2009-09-10 04:59:59.000000000 +0900 ++++ cmd_submit.in 2012-12-31 23:10:59.000000000 +0900 +@@ -25,11 +25,12 @@ + change - changing a port update - updating a port to newer version -d - Select diff generation mode: - CVS - against CVS -+ CVSauto - against CVS, no cvs add/delete required +- CVS - against CVS ++ SVN - against SVN - against Ports tree in - against original port in -s - Set PR's severity to @@ -13,7 +14,7 @@ -c - committer mode: more portlint(1) checks -L - Skip running portlint(1) EOF -@@ -41,9 +43,10 @@ +@@ -41,9 +42,10 @@ PRIORITY="low" COMMITTER="no" RUN_PORTLINT="yes" @@ -25,7 +26,7 @@ if [ $? != 0 ] then echo "Error: invalid arguments" -@@ -116,6 +119,10 @@ +@@ -116,6 +118,10 @@ -L) RUN_PORTLINT="no" ;; @@ -36,13 +37,18 @@ esac shift done -@@ -126,6 +133,15 @@ - [ "`grep '\$FreeBSD: ' Makefile`" ] || MODE="new" +@@ -123,9 +129,19 @@ + # Determine if this is a new port + if [ "${MODE}" = "" ] + then +- [ "`grep '\$FreeBSD: ' Makefile`" ] || MODE="new" ++ svn status Makefile 2>&1 1>/dev/null | grep -qs 'svn: warning: W155007:' ++ [ $? -eq 0 ] || [ "`grep '\$FreeBSD: ' Makefile`" ] || MODE="new" fi +# util_diff will set +# - PORTBASENAME if PORTNAME != port's directory name -+# - DIFF_TYPE to CVS, CVSauto, ports, or suffix ++# - DIFF_TYPE to SVN, ports, or suffix +PORTBASENAME="" +DIFF_TYPE="" + @@ -52,7 +58,7 @@ # Run portlint(1) to validate port's sanity if [ "${RUN_PORTLINT}" = "yes" ] then -@@ -133,10 +149,24 @@ +@@ -133,10 +149,13 @@ FLAGS="-${PORTLINT_FLAGS:-abt}" [ "${COMMITTER}" = "yes" ] && FLAGS="${FLAGS} -c" [ "${MODE}" = "new" ] && FLAGS="${FLAGS} -N" @@ -64,22 +70,11 @@ + else + cat ${TEMPROOT}/.portlint.out echo "Error validating port" -+ if [ "$DIFF_MODE" = "CVSauto" ] -+ then -+ grep "^FATAL:" ${TEMPROOT}/.portlint.out > ${TEMPROOT}/.portlint.fatal -+ if ! egrep -qv '^FATAL:[[:space:]]+(file .+ not in CVS|CVS file .+ missing)' ${TEMPROOT}/.portlint.fatal -+ then -+ echo "All fatal portlint errors are CVS errors," -+ echo "consider using portlint without the -c flag or" -+ echo "use 'port submit -L' if all portlint messages are" -+ echo "caused by your intentional addition/deletion of files" -+ fi -+ fi + rm -rf ${TEMPROOT} exit 1 fi else -@@ -146,6 +176,12 @@ +@@ -146,6 +165,12 @@ # Collect information about the port PORTNAME="`make -V PKGNAMEPREFIX``make -V PORTNAME``make -V PKGNAMESUFFIX`" PORTVERSION="`make -V PORTVERSION`" @@ -92,7 +87,7 @@ PKGNAME="`make -V PKGNAME`" CATEGORY="`make -V CATEGORIES | sed -E 's/^([^ ]+).*$/\1/'`" MAINTAINER="`make -V MAINTAINER`" -@@ -155,9 +191,6 @@ +@@ -155,9 +180,6 @@ RELEASE="`uname -srp`" SYSTEM="`uname -a | cut -d ' ' -f 1-12`" @@ -102,7 +97,7 @@ CC="" if [ "${MODE}" = "new" ] then -@@ -194,10 +227,10 @@ +@@ -194,10 +216,10 @@ # Override some parameters if submitting an update to a newer # version of an existing port CLASS="update" @@ -116,7 +111,7 @@ # Check to see if maintainership was requested MAINT_CHANGE="`grep '^[+-]MAINTAINER' ${PATCH} | wc -l`" if [ ${MAINT_CHANGE} -eq 2 ] -@@ -242,7 +275,12 @@ +@@ -242,7 +264,12 @@ fi # Generate Synopsis line @@ -130,7 +125,7 @@ echo "===> Generating PR form" PR_FORM="${TEMPROOT}/PR" -@@ -266,9 +304,10 @@ +@@ -266,9 +293,10 @@ SEND-PR: [ low | medium | high ] >Category: ports SEND-PR: @@ -144,7 +139,7 @@ >Class: ${CLASS} SEND-PR: [ sw-bug | doc-bug | change-request | update | maintainer-update ] >Release: ${RELEASE} -@@ -277,24 +316,33 @@ +@@ -277,25 +305,15 @@ >Description: EOF @@ -156,35 +151,24 @@ else echo -e ${DESCRIPTION} >> ${PR_FORM} -+ MODESTRING="${MODESTRING}, diff: ${DIFF_TYPE}" - # Get list of added/removed files - if [ "${DIFF_MODE}" = "CVS" ] - then - FILES_ADD=`grep --after-context=1 "^--- /dev/null" ${PATCH} | grep "^+++ " | awk '{print $2;}'` - FILES_DEL=`grep --before-context=1 "^+++ /dev/null" ${PATCH} | grep "^--- " | awk '{print $2;}'` -+ elif [ "${DIFF_MODE}" = "CVSauto" ] -+ then -+ FILES_ADD=`sed -n -e '/^diff -uN / { N;N;N;N;s/^diff -uN \(.*\)\.orig \1\n--- \1\.orig [-+:.[:digit:] ]\{19,\}\n+++ \1 [-+:.[:digit:] ]\{19,\}\n@@ [-+,[:digit:] ]\{9,\} @@\n+.*$/\1/p; }' ${PATCH}` -+ FILES_DEL=`sed -n -e '/^diff -uN / { N;N;N;N;s/^diff -uN \(.*\)\.orig \1\n--- \1\.orig [-+:.[:digit:] ]\{19,\}\n+++ \1 [-+:.[:digit:] ]\{19,\}\n@@ [-+,[:digit:] ]\{9,\} @@\n-.*$/\1/p; }' ${PATCH}` - else +- # Get list of added/removed files +- if [ "${DIFF_MODE}" = "CVS" ] +- then +- FILES_ADD=`grep --after-context=1 "^--- /dev/null" ${PATCH} | grep "^+++ " | awk '{print $2;}'` +- FILES_DEL=`grep --before-context=1 "^+++ /dev/null" ${PATCH} | grep "^--- " | awk '{print $2;}'` +- else - TEMP=`mktemp -t porttools` || exit 1 - find -s ${ORIG_DIR} -type f | sed -e "s#${ORIG_DIR}/##" > ${TEMP} - CURR_DIR=`pwd` - FILES_ADD=`find -s ${CURR_DIR} -type f | sed -e "s#${CURR_DIR}/##" | comm -23 - ${TEMP}` - FILES_DEL=`find -s ${CURR_DIR} -type f | sed -e "s#${CURR_DIR}/##" | comm -13 - ${TEMP}` - rm -f ${TEMP} -+ TEMPORIG=`mktemp -t porttools` || exit 1 -+ TEMPNEW=`mktemp -t porttools` || exit 1 -+ CVS_FILTER="egrep -v /CVS/[^/]*$" -+ find -s ${ORIG_DIR} -type f | ${CVS_FILTER} | sed -e "s#^${ORIG_DIR}/##" > ${TEMPORIG} -+ find -s . -type f | ${CVS_FILTER} | sed -e "s#^\./##" > ${TEMPNEW} -+ FILES_ADD=`comm -13 ${TEMPORIG} ${TEMPNEW}` -+ FILES_DEL=`comm -23 ${TEMPORIG} ${TEMPNEW}` -+ rm -f ${TEMPORIG} ${TEMPNEW} - fi +- fi ++ MODESTRING="${MODESTRING}, diff: ${DIFF_TYPE}" if [ -n "${FILES_ADD}" ] -@@ -326,14 +374,14 @@ + then +@@ -326,14 +344,14 @@ cat >> ${PR_FORM} <<- EOF Modified: head/ports-mgmt/porttools/files/patch-port.1 ============================================================================== --- head/ports-mgmt/porttools/files/patch-port.1 Fri Mar 1 23:52:16 2013 (r313175) +++ head/ports-mgmt/porttools/files/patch-port.1 Sat Mar 2 00:40:53 2013 (r313176) @@ -1,16 +1,30 @@ ---- port.1.orig 2009-09-09 20:59:59.000000000 +0100 -+++ port.1 2012-03-04 12:04:12.799204352 +0000 -@@ -125,6 +125,9 @@ +--- port.1.orig 2009-09-10 04:59:59.000000000 +0900 ++++ port.1 2012-12-27 19:26:53.000000000 +0900 +@@ -123,8 +123,8 @@ + .It Fl d Ar mode + select diff generation mode: .Bl -tag -width ".Pa suffix" - .It CVS - diff against CVS repository (default). -+.It CVSauto -+diff against CVS repository, no cvs add/delete required. -+Useful with read-only CVS servers that don't support add/delete. +-.It CVS +-diff against CVS repository (default). ++.It SVN ++diff against SVN repository (default). .It Pa dir diff against original version of the port in the Ports tree with root at .Pa dir -@@ -215,6 +218,8 @@ +@@ -141,10 +141,10 @@ + .Pp + Example: + .Pp +-.Dl % port diff -d CVS ++.Dl % port diff -d SVN + .Pp + This would generate unified diff of modified checked-out working copy +-of the port against local or remote CVS repo. ++of the port against SVN repo. + .It Ar fetch + Fetch one or more distfiles of new or updated port version + and updates checksums. +@@ -215,6 +215,8 @@ .Bl -tag -width ".Fl s Ar severity" .It Fl h display usage summary for this command. @@ -19,7 +33,7 @@ .It Fl m Ar mode Overrides automatic detection of operation mode: .Bl -tag -width update -@@ -245,6 +250,10 @@ +@@ -245,6 +247,10 @@ Skips running .Xr portlint 1 . Using this option will generate a warning and it strongly discouraged. @@ -30,3 +44,12 @@ .El .It Ar test Automates the process of testing a new port (or a port update) +@@ -347,7 +353,7 @@ + for detailed description of the format. + .El + .Sh SEE ALSO +-.Xr cvs 1 , ++.Xr svn 1 , + .Xr cdiff 1 , + .Xr diff 1 , + .Xr more 1 , Added: head/ports-mgmt/porttools/files/patch-port.in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/ports-mgmt/porttools/files/patch-port.in Sat Mar 2 00:40:53 2013 (r313176) @@ -0,0 +1,11 @@ +--- port.in.orig 2009-09-10 04:59:59.000000000 +0900 ++++ port.in 2012-12-27 19:30:02.000000000 +0900 +@@ -19,7 +19,7 @@ + ORGANIZATION="" + BUILDROOT="/tmp" + ARCHIVE_DIR="" +- DIFF_MODE="CVS" ++ DIFF_MODE="SVN" + DIFF_VIEWER="more" + PORTLINT_FLAGS="abct" + EOF Modified: head/ports-mgmt/porttools/files/patch-porttools.5 ============================================================================== --- head/ports-mgmt/porttools/files/patch-porttools.5 Fri Mar 1 23:52:16 2013 (r313175) +++ head/ports-mgmt/porttools/files/patch-porttools.5 Sat Mar 2 00:40:53 2013 (r313176) @@ -1,11 +1,11 @@ ---- porttools.5.orig 2009-09-09 21:59:59.000000000 +0200 -+++ porttools.5 2009-10-25 19:09:02.000000000 +0100 +--- porttools.5.orig 2009-09-10 04:59:59.000000000 +0900 ++++ porttools.5 2012-12-27 19:46:53.000000000 +0900 @@ -51,7 +51,7 @@ Default to .Pa /tmp . .It Ev DIFF_MODE -Selects diff generation mode. Valid values are: CVS, directory -+Selects diff generation mode. Valid values are: CVS, CVSauto, directory ++Selects diff generation mode. Valid values are: SVN, directory .Pq e.g. Pa /usr/ports , or suffix .Pq e.g. Pa .orig . Modified: head/ports-mgmt/porttools/files/patch-util_diff.in ============================================================================== --- head/ports-mgmt/porttools/files/patch-util_diff.in Fri Mar 1 23:52:16 2013 (r313175) +++ head/ports-mgmt/porttools/files/patch-util_diff.in Sat Mar 2 00:40:53 2013 (r313176) @@ -1,6 +1,16 @@ ---- ./util_diff.in.orig 2009-09-09 21:59:59.000000000 +0200 -+++ ./util_diff.in 2011-11-28 21:54:50.000000000 +0100 -@@ -37,49 +37,122 @@ +--- util_diff.in.orig 2009-09-10 04:59:59.000000000 +0900 ++++ util_diff.in 2012-12-31 21:44:44.000000000 +0900 +@@ -14,7 +14,8 @@ + # Determine if this is a new port + if [ "${MODE}" = "" ] + then +- [ "`grep '\$FreeBSD: ' Makefile`" ] || MODE="new" ++ svn status Makefile 2>&1 1>/dev/null | grep -qs 'svn: warning: W155007:' ++ [ $? -eq 0 ] || [ "`grep '\$FreeBSD: ' Makefile`" ] || MODE="new" + fi + + # Create a temporary dir for generated files (patch/shar, PR form) +@@ -37,49 +38,96 @@ fi cd ${SAVE_CWD} else @@ -14,25 +24,20 @@ + if [ "${DIFF_MODE}" = "" ] then - DIFF_MODE="/usr/ports" -+ if [ -d CVS ] ++ if [ -d /usr/ports/.svn ] + then -+ if grep -iq ":pserver:anoncvs@anoncvs.fr.FreeBSD.org:" CVS/Root -+ then -+ DIFF_MODE="CVSauto" -+ else -+ DIFF_MODE="CVS" -+ fi ++ DIFF_MODE="SVN" + else + DIFF_MODE="/usr/ports" + fi + echo "Default diff mode is ${DIFF_MODE}" -+ elif [ "${DIFF_MODE}" = "CVS" -o "${DIFF_MODE}" = "CVSauto" ] ++ elif [ "${DIFF_MODE}" = "SVN" ] + then -+ # If there is no CVS subdirectory then ++ # If there is no .svn directory then + # fallback to diffing against /usr/ports tree -+ if [ ! -d CVS ] ++ if [ ! -d /usr/ports/.svn ] + then -+ echo "Diff mode was set to ${DIFF_MODE}, but there's no CVS subdirectory" ++ echo "Diff mode was set to ${DIFF_MODE}, but there's no .svn directory" + echo -n "Trying /usr/ports ... " + if [ -d /usr/ports ] + then @@ -47,48 +52,33 @@ fi - if [ "${DIFF_MODE}" = "CVS" ] -+ if [ "${DIFF_MODE}" = "CVS" -o "${DIFF_MODE}" = "CVSauto" ] ++ if [ "${DIFF_MODE}" = "SVN" ] then +- # Test for ~/.cvspass and create if necessary +- test -f ${HOME}/.cvspass || touch ${HOME}/.cvspass + DIFF_TYPE=${DIFF_MODE} - # Test for ~/.cvspass and create if necessary - test -f ${HOME}/.cvspass || touch ${HOME}/.cvspass - # Run 'cvs update' first - echo "===> Updating from CVS" +- # Run 'cvs update' first +- echo "===> Updating from CVS" - cvs -R update -Pd - if [ $? -ne 0 ] -+ if [ "${DIFF_MODE}" = "CVSauto" ] -+ then -+ cvs -R update -Pd 2> ${TEMPROOT}/.cvs.err > ${TEMPROOT}/.cvs.out -+ status=$? -+ cat ${TEMPROOT}/.cvs.err ${TEMPROOT}/.cvs.out -+ else -+ cvs -R update -Pd -+ status=$? -+ fi ++ # Run 'svn update' first ++ echo "===> Updating from SVN" ++ svn update ++ status=$? + if [ $status -ne 0 ] then - echo "Error updating CVS" +- echo "Error updating CVS" ++ echo "Error updating SVN" rm -rf ${TEMPROOT} exit 1 fi - - DIFF_CMD="cvs -R diff -uN" -+ PORTBASENAME=`sed -E -e 's%.*/([^/]+)$%\1%' CVS/Repository` -+ if [ "${DIFF_MODE}" = "CVSauto" ] -+ then -+ sort -k 2,666 ${TEMPROOT}/.cvs.out | \ -+ sed -nE -e 's/^[?A] (.*)$/echo "diff -uN \1.orig \1" \&\& diff -uN "\1.orig" "\1" /p' \ -+ -e 's/^U (.*)$/mv "\1" "\1.orig" \&\& echo "diff -uN \1.orig \1" \&\& diff -uN "\1.orig" "\1" ; rm "\1.orig"/p' \ -+ -e 's/^R (.*)$/cvs -R -q update -p "\1" > "\1.orig" \&\& echo "diff -uN \1.orig \1" \&\& diff -uN "\1.orig" "\1" ; rm "\1.orig"/p' \ -+ -e 's/^M (.*)$/cvs -R diff -u "\1"/p' \ -+ > ${TEMPROOT}/.cvs.diff_cmd -+ DIFF_CMD="sh -x ${TEMPROOT}/.cvs.diff_cmd" -+ else -+ DIFF_CMD="cvs -R diff -uN" -+ fi ++ DIFF_CMD="svn diff" else - # Non-CVS modes +- # Non-CVS modes ++ # Non-SVN modes + DIRBASENAME=`basename \`pwd\`` + PORTBASENAME_HEADER=`sed -n -E -e '1,/^($|[^#].*$)|\\$FreeBSD\:/s%^#.*\\$FreeBSD\:[[:space:]]*([^/]+/)*([^/]+)/Makefile.*\\$%\2%p' Makefile` + if [ "${DIRBASENAME}" != "${PORTBASENAME_HEADER}" ] @@ -141,12 +131,12 @@ fi # Check to see if the original version of port exist -@@ -90,7 +163,7 @@ +@@ -90,7 +138,7 @@ exit 1 fi - DIFF_CMD="diff -ruN --exclude=CVS ${ORIG_DIR} `pwd`" -+ DIFF_CMD="diff -ruN --exclude=CVS ${ORIG_DIR} ." ++ DIFF_CMD="diff -ruN ${ORIG_DIR} ." fi # Generate patch Modified: head/ports-mgmt/porttools/pkg-descr ============================================================================== --- head/ports-mgmt/porttools/pkg-descr Fri Mar 1 23:52:16 2013 (r313175) +++ head/ports-mgmt/porttools/pkg-descr Sat Mar 2 00:40:53 2013 (r313176) @@ -6,4 +6,4 @@ FreeBSD Port Tools includes the followin - port submit: submit a PR with new port, or port change/update - port test: automate testing a new port or a port update -WWW: http://sourceforge.net/projects/porttools/ +WWW: http://sourceforge.net/projects/porttools/ _______________________________________________ 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 Mar 2 00:52:54 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 69D03F75; Sat, 2 Mar 2013 00:52:54 +0000 (UTC) (envelope-from tota@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 385471F37; Sat, 2 Mar 2013 00:52:54 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r220qsS4085460; Sat, 2 Mar 2013 00:52:54 GMT (envelope-from tota@freefall.freebsd.org) Received: (from tota@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r220qrHE085456; Sat, 2 Mar 2013 00:52:53 GMT (envelope-from tota) Date: Sat, 2 Mar 2013 00:52:53 GMT Message-Id: <201303020052.r220qrHE085456@freefall.freebsd.org> To: joemann@beefree.free.de, tota@FreeBSD.org, tota@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: tota@FreeBSD.org Subject: Re: ports/174860: [PATCH] ports-mgmt/porttools, ports-mgmt/portlint: Switch CVS to SVN X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 00:52:54 -0000 Synopsis: [PATCH] ports-mgmt/porttools, ports-mgmt/portlint: Switch CVS to SVN State-Changed-From-To: feedback->closed State-Changed-By: tota State-Changed-When: Sat Mar 2 00:52:27 UTC 2013 State-Changed-Why: Committed. http://www.freebsd.org/cgi/query-pr.cgi?pr=174860 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 04:20:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 8F04223A for ; Sat, 2 Mar 2013 04:20:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 740348E6 for ; Sat, 2 Mar 2013 04:20:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r224K0YT096281 for ; Sat, 2 Mar 2013 04:20:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r224K00r096280; Sat, 2 Mar 2013 04:20:00 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 04:20:00 GMT Resent-Message-Id: <201303020420.r224K00r096280@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Danilo Egêa Gondolfo Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3E038206 for ; Sat, 2 Mar 2013 04:15:46 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 2EC0B8C5 for ; Sat, 2 Mar 2013 04:15:46 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r224Fjlc018567 for ; Sat, 2 Mar 2013 04:15:45 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r224FjEs018566; Sat, 2 Mar 2013 04:15:45 GMT (envelope-from nobody) Message-Id: <201303020415.r224FjEs018566@red.freebsd.org> Date: Sat, 2 Mar 2013 04:15:45 GMT From: Danilo Egêa Gondolfo To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176594: devel/arm-elf-binutils update and maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 04:20:00 -0000 >Number: 176594 >Category: ports >Synopsis: devel/arm-elf-binutils update and maintainer change >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 Mar 02 04:20:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Danilo Egêa Gondolfo >Release: FreeBSD 9.1-RELEASE >Organization: Universidade Estadual de Maringá >Environment: FreeBSD test 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: devel/arm-elf-binutils update. Changes: - Update from 2.17 to 2.23.1 - Maintainer change >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 313184) +++ Makefile (working copy) @@ -1,26 +1,21 @@ -# ex:ts=8 -# New ports collection makefile for: binutils-arm -# Date created: 3 November 2000 -# Whom: Espen Skoglund -# +# Created by: Espen Skoglund # $FreeBSD$ -# PORTNAME= binutils -PORTVERSION= 2.17 +PORTVERSION= 2.23.1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEWARE} MASTER_SITE_SUBDIR= binutils/releases PKGNAMEPREFIX= arm-elf- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= GNU binutils for vanilla ARM cross-development USE_BZIP2= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} +CONFIGURE_ARGS= --target=${PKGNAMEPREFIX:S/-$//} CFLAGS="-I/usr/local/include" INFO_PATH= ${PKGNAMEPREFIX:S/-$//}/info MAN1= ${PKGNAMEPREFIX}addr2line.1 ${PKGNAMEPREFIX}as.1 \ ${PKGNAMEPREFIX}ar.1 ${PKGNAMEPREFIX}c++filt.1 \ @@ -29,10 +24,14 @@ ${PKGNAMEPREFIX}objcopy.1 ${PKGNAMEPREFIX}objdump.1 \ ${PKGNAMEPREFIX}ranlib.1 ${PKGNAMEPREFIX}readelf.1 \ ${PKGNAMEPREFIX}size.1 ${PKGNAMEPREFIX}strings.1 \ - ${PKGNAMEPREFIX}strip.1 ${PKGNAMEPREFIX}windres.1 + ${PKGNAMEPREFIX}strip.1 ${PKGNAMEPREFIX}windres.1 \ + ${PKGNAMEPREFIX}elfedit.1 ${PKGNAMEPREFIX}windmc.1 \ + ${PKGNAMEPREFIX}gprof.1 +MAKE_JOBS_SAFE= yes + post-install: -.for F in addr2line c++filt objcopy objdump readelf size strings +.for F in addr2line c++filt elfedit gprof objcopy objdump readelf size strings ${LN} -f ${PREFIX}/bin/${PKGNAMEPREFIX}$F \ ${PREFIX}/${PKGNAMEPREFIX:S/-$//}/bin/$F .endfor Index: distinfo =================================================================== --- distinfo (revision 313184) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (binutils-2.17.tar.bz2) = e2c33ce6f23c9a366f109ced295626cb2f8bd6b2f08ff9df6dafb5448505a25e -SIZE (binutils-2.17.tar.bz2) = 13795751 +SHA256 (binutils-2.23.1.tar.bz2) = 2ab2e5b03e086d12c6295f831adad46b3e1410a3a234933a2e8fac66cb2e7a19 +SIZE (binutils-2.23.1.tar.bz2) = 21455321 Index: pkg-plist =================================================================== --- pkg-plist (revision 313184) +++ pkg-plist (working copy) @@ -1,4 +1,3 @@ -@comment $FreeBSD$ arm-elf/bin/addr2line arm-elf/bin/ar arm-elf/bin/as @@ -12,6 +11,9 @@ arm-elf/bin/size arm-elf/bin/strings arm-elf/bin/strip +arm-elf/bin/ld.bfd +arm-elf/bin/elfedit +arm-elf/bin/gprof arm-elf/lib/ldscripts/armelf.x arm-elf/lib/ldscripts/armelf.xbn arm-elf/lib/ldscripts/armelf.xc @@ -36,54 +38,150 @@ bin/arm-elf-size bin/arm-elf-strings bin/arm-elf-strip +bin/arm-elf-elfedit +bin/arm-elf-gprof +bin/arm-elf-ld.bfd +share/locale/bg/LC_MESSAGES/binutils.mo +share/locale/bg/LC_MESSAGES/gprof.mo +share/locale/bg/LC_MESSAGES/ld.mo share/locale/da/LC_MESSAGES/bfd.mo +share/locale/da/LC_MESSAGES/opcodes.mo share/locale/da/LC_MESSAGES/binutils.mo +share/locale/da/LC_MESSAGES/gprof.mo share/locale/da/LC_MESSAGES/ld.mo -share/locale/da/LC_MESSAGES/opcodes.mo share/locale/de/LC_MESSAGES/opcodes.mo +share/locale/de/LC_MESSAGES/gprof.mo +share/locale/eo/LC_MESSAGES/gprof.mo share/locale/es/LC_MESSAGES/bfd.mo +share/locale/es/LC_MESSAGES/opcodes.mo share/locale/es/LC_MESSAGES/binutils.mo share/locale/es/LC_MESSAGES/gas.mo +share/locale/es/LC_MESSAGES/gprof.mo share/locale/es/LC_MESSAGES/ld.mo -share/locale/es/LC_MESSAGES/opcodes.mo +share/locale/fi/LC_MESSAGES/bfd.mo +share/locale/fi/LC_MESSAGES/opcodes.mo share/locale/fi/LC_MESSAGES/binutils.mo -share/locale/fi/LC_MESSAGES/opcodes.mo +share/locale/fi/LC_MESSAGES/gas.mo +share/locale/fi/LC_MESSAGES/gprof.mo +share/locale/fi/LC_MESSAGES/ld.mo share/locale/fr/LC_MESSAGES/bfd.mo +share/locale/fr/LC_MESSAGES/opcodes.mo share/locale/fr/LC_MESSAGES/binutils.mo share/locale/fr/LC_MESSAGES/gas.mo +share/locale/fr/LC_MESSAGES/gprof.mo share/locale/fr/LC_MESSAGES/ld.mo -share/locale/fr/LC_MESSAGES/opcodes.mo share/locale/ga/LC_MESSAGES/opcodes.mo +share/locale/ga/LC_MESSAGES/gprof.mo +share/locale/ga/LC_MESSAGES/ld.mo +share/locale/id/LC_MESSAGES/bfd.mo share/locale/id/LC_MESSAGES/opcodes.mo +share/locale/id/LC_MESSAGES/binutils.mo +share/locale/id/LC_MESSAGES/gas.mo +share/locale/id/LC_MESSAGES/gprof.mo +share/locale/id/LC_MESSAGES/ld.mo +share/locale/it/LC_MESSAGES/opcodes.mo +share/locale/it/LC_MESSAGES/binutils.mo +share/locale/it/LC_MESSAGES/gprof.mo +share/locale/it/LC_MESSAGES/ld.mo share/locale/ja/LC_MESSAGES/bfd.mo share/locale/ja/LC_MESSAGES/binutils.mo +share/locale/ja/LC_MESSAGES/gas.mo +share/locale/ja/LC_MESSAGES/gprof.mo +share/locale/ja/LC_MESSAGES/ld.mo +share/locale/ms/LC_MESSAGES/gprof.mo share/locale/nl/LC_MESSAGES/opcodes.mo +share/locale/nl/LC_MESSAGES/gprof.mo share/locale/pt_BR/LC_MESSAGES/opcodes.mo +share/locale/pt_BR/LC_MESSAGES/gprof.mo share/locale/ro/LC_MESSAGES/bfd.mo +share/locale/ro/LC_MESSAGES/opcodes.mo share/locale/ro/LC_MESSAGES/binutils.mo -share/locale/ro/LC_MESSAGES/opcodes.mo +share/locale/ro/LC_MESSAGES/gprof.mo +share/locale/ru/LC_MESSAGES/bfd.mo share/locale/ru/LC_MESSAGES/binutils.mo -share/locale/rw/LC_MESSAGES/bfd.mo -share/locale/rw/LC_MESSAGES/binutils.mo -share/locale/rw/LC_MESSAGES/gas.mo +share/locale/ru/LC_MESSAGES/gas.mo +share/locale/ru/LC_MESSAGES/gprof.mo +share/locale/sk/LC_MESSAGES/binutils.mo +share/locale/sr/LC_MESSAGES/gprof.mo share/locale/sv/LC_MESSAGES/bfd.mo +share/locale/sv/LC_MESSAGES/opcodes.mo share/locale/sv/LC_MESSAGES/binutils.mo +share/locale/sv/LC_MESSAGES/gprof.mo share/locale/sv/LC_MESSAGES/ld.mo -share/locale/sv/LC_MESSAGES/opcodes.mo share/locale/tr/LC_MESSAGES/bfd.mo +share/locale/tr/LC_MESSAGES/opcodes.mo share/locale/tr/LC_MESSAGES/binutils.mo share/locale/tr/LC_MESSAGES/gas.mo +share/locale/tr/LC_MESSAGES/gprof.mo share/locale/tr/LC_MESSAGES/ld.mo -share/locale/tr/LC_MESSAGES/opcodes.mo +share/locale/uk/LC_MESSAGES/bfd.mo +share/locale/uk/LC_MESSAGES/opcodes.mo +share/locale/uk/LC_MESSAGES/binutils.mo +share/locale/uk/LC_MESSAGES/gprof.mo +share/locale/uk/LC_MESSAGES/ld.mo share/locale/vi/LC_MESSAGES/bfd.mo +share/locale/vi/LC_MESSAGES/opcodes.mo share/locale/vi/LC_MESSAGES/binutils.mo +share/locale/vi/LC_MESSAGES/gprof.mo share/locale/vi/LC_MESSAGES/ld.mo -share/locale/vi/LC_MESSAGES/opcodes.mo share/locale/zh_CN/LC_MESSAGES/bfd.mo +share/locale/zh_CN/LC_MESSAGES/opcodes.mo share/locale/zh_CN/LC_MESSAGES/binutils.mo share/locale/zh_CN/LC_MESSAGES/ld.mo -share/locale/zh_CN/LC_MESSAGES/opcodes.mo share/locale/zh_TW/LC_MESSAGES/binutils.mo +share/locale/zh_TW/LC_MESSAGES/ld.mo +share/locale/rw/LC_MESSAGES/bfd.mo +share/locale/rw/LC_MESSAGES/binutils.mo +share/locale/rw/LC_MESSAGES/gas.mo +share/locale/rw/LC_MESSAGES/gprof.mo +@dirrmtry share/locale/bg/LC_MESSAGES +@dirrmtry share/locale/bg +@dirrmtry share/locale/da/LC_MESSAGES +@dirrmtry share/locale/da +@dirrmtry share/locale/de/LC_MESSAGES +@dirrmtry share/locale/de +@dirrmtry share/locale/eo/LC_MESSAGES +@dirrmtry share/locale/eo +@dirrmtry share/locale/es/LC_MESSAGES +@dirrmtry share/locale/es +@dirrmtry share/locale/fi/LC_MESSAGES +@dirrmtry share/locale/fi +@dirrmtry share/locale/fr/LC_MESSAGES +@dirrmtry share/locale/fr +@dirrmtry share/locale/ga/LC_MESSAGES +@dirrmtry share/locale/ga +@dirrmtry share/locale/id/LC_MESSAGES +@dirrmtry share/locale/id +@dirrmtry share/locale/it/LC_MESSAGES +@dirrmtry share/locale/it +@dirrmtry share/locale/ja/LC_MESSAGES +@dirrmtry share/locale/ja +@dirrmtry share/locale/ms/LC_MESSAGES +@dirrmtry share/locale/ms +@dirrmtry share/locale/nl/LC_MESSAGES +@dirrmtry share/locale/nl +@dirrmtry share/locale/pt_BR/LC_MESSAGES +@dirrmtry share/locale/pt_BR +@dirrmtry share/locale/ro/LC_MESSAGES +@dirrmtry share/locale/ro +@dirrmtry share/locale/ru/LC_MESSAGES +@dirrmtry share/locale/ru +@dirrmtry share/locale/sk/LC_MESSAGES +@dirrmtry share/locale/sk +@dirrmtry share/locale/sr/LC_MESSAGES +@dirrmtry share/locale/sr +@dirrmtry share/locale/sv/LC_MESSAGES +@dirrmtry share/locale/sv +@dirrmtry share/locale/tr/LC_MESSAGES +@dirrmtry share/locale/tr +@dirrmtry share/locale/uk/LC_MESSAGES +@dirrmtry share/locale/uk +@dirrmtry share/locale/vi/LC_MESSAGES +@dirrmtry share/locale/vi +@dirrmtry share/locale/zh_CN/LC_MESSAGES +@dirrmtry share/locale/zh_CN +@dirrmtry share/locale/zh_TW/LC_MESSAGES +@dirrmtry share/locale/zh_TW @dirrmtry share/locale/rw/LC_MESSAGES @dirrmtry share/locale/rw @dirrm arm-elf/bin >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 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]) by hub.freebsd.org (Postfix) with ESMTP id A7676469 for ; Sat, 2 Mar 2013 04:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8CA15971 for ; Sat, 2 Mar 2013 04:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r224e0TJ020184 for ; Sat, 2 Mar 2013 04:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r224e0Nu020182; Sat, 2 Mar 2013 04:40:00 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 04:40:00 GMT Resent-Message-Id: <201303020440.r224e0Nu020182@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Hon-Yu Lawrence Cheung Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AB81E3FB for ; Sat, 2 Mar 2013 04:31:14 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 6D023937 for ; Sat, 2 Mar 2013 04:31:14 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r224VEsd035344 for ; Sat, 2 Mar 2013 04:31:14 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r224VEth035343; Sat, 2 Mar 2013 04:31:14 GMT (envelope-from nobody) Message-Id: <201303020431.r224VEth035343@red.freebsd.org> Date: Sat, 2 Mar 2013 04:31:14 GMT From: Hon-Yu Lawrence Cheung To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176595: [MAINTAINER] deskutils/rednotebook: update to 1.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 04:40:00 -0000 >Number: 176595 >Category: ports >Synopsis: [MAINTAINER] deskutils/rednotebook: update to 1.7.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Mar 02 04:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Hon-Yu Lawrence Cheung >Release: FreeBSD 9.1-RELEASE-p1 >Organization: >Environment: FreeBSD a5552.honyucheung.net 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r247045: Thu Feb 21 05:44:18 HKT 2013 root@a5552.honyucheung.net:/usr/obj/usr/src/sys/A5552 amd64 >Description: match upstream update to 1.7.1 >How-To-Repeat: >Fix: apply the patch.txt Patch attached with submission follows: --- Makefile.original 2013-03-02 04:31:18.000000000 +0800 +++ Makefile 2013-03-02 12:14:07.000000000 +0800 @@ -1,10 +1,10 @@ # Created by: Hon-Yu Lawrence Cheung (cheunghonyu@gmail.com) # $FreeBSD: head/deskutils/rednotebook/Makefile 309801 2013-01-02 07:17:39Z jgh $ PORTNAME= rednotebook -PORTVERSION= 1.6.6 +PORTVERSION= 1.7.1 CATEGORIES= deskutils python MASTER_SITES= SF MASTER_SITE_SUBDIR= rednotebook PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} --- distinfo.original 2013-03-02 04:31:18.000000000 +0800 +++ distinfo 2013-03-02 12:14:19.000000000 +0800 @@ -1,2 +1,2 @@ -SHA256 (rednotebook-1.6.6.tar.gz) = 948f3285c0702be0d75538b6589ab2ffd1626432fd8b618d74e21868a875c4b6 -SIZE (rednotebook-1.6.6.tar.gz) = 442506 +SHA256 (rednotebook-1.7.1.tar.gz) = 5e34990c9557082822db7675ff6666f0ae05182a05e21402c4d33900d66f01d5 +SIZE (rednotebook-1.7.1.tar.gz) = 460109 --- pkg-plist.original 2013-03-02 04:31:18.000000000 +0800 +++ pkg-plist 2013-03-02 12:14:34.000000000 +0800 @@ -35,10 +35,13 @@ %%PYTHON_SITELIBDIR%%/rednotebook/external/msgfmt.pyc %%PYTHON_SITELIBDIR%%/rednotebook/external/msgfmt.pyo %%PYTHON_SITELIBDIR%%/rednotebook/external/txt2tags.py %%PYTHON_SITELIBDIR%%/rednotebook/external/txt2tags.pyc %%PYTHON_SITELIBDIR%%/rednotebook/external/txt2tags.pyo +%%PYTHON_SITELIBDIR%%/rednotebook/external/argparse.py +%%PYTHON_SITELIBDIR%%/rednotebook/external/argparse.pyc +%%PYTHON_SITELIBDIR%%/rednotebook/external/argparse.pyo %%PYTHON_SITELIBDIR%%/rednotebook/files/default.cfg %%PYTHON_SITELIBDIR%%/rednotebook/files/main_window.glade %%PYTHON_SITELIBDIR%%/rednotebook/gui/__init__.py %%PYTHON_SITELIBDIR%%/rednotebook/gui/__init__.pyc %%PYTHON_SITELIBDIR%%/rednotebook/gui/__init__.pyo >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 05:05: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]) by hub.freebsd.org (Postfix) with ESMTP id 87EC598D; Sat, 2 Mar 2013 05:05:21 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 48BBAA07; Sat, 2 Mar 2013 05:05:21 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2255LQF051513; Sat, 2 Mar 2013 05:05:21 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2255LmQ051508; Sat, 2 Mar 2013 05:05:21 GMT (envelope-from beech) Date: Sat, 2 Mar 2013 05:05:21 GMT Message-Id: <201303020505.r2255LmQ051508@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Subject: Re: ports/176595: [MAINTAINER] deskutils/rednotebook: update to 1.7.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 05:05:21 -0000 Synopsis: [MAINTAINER] deskutils/rednotebook: update to 1.7.1 Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Sat Mar 2 05:04:31 UTC 2013 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=176595 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 05:11: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]) by hub.freebsd.org (Postfix) with ESMTP id 089CAB7D; Sat, 2 Mar 2013 05:11:26 +0000 (UTC) (envelope-from beech@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D5192A33; Sat, 2 Mar 2013 05:11:25 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r225BPIJ059485; Sat, 2 Mar 2013 05:11:25 GMT (envelope-from beech@freefall.freebsd.org) Received: (from beech@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r225BPe2059480; Sat, 2 Mar 2013 05:11:25 GMT (envelope-from beech) Date: Sat, 2 Mar 2013 05:11:25 GMT Message-Id: <201303020511.r225BPe2059480@freefall.freebsd.org> To: beech@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, beech@FreeBSD.org From: beech@FreeBSD.org Subject: Re: ports/176594: devel/arm-elf-binutils update and maintainer change X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 05:11:26 -0000 Synopsis: devel/arm-elf-binutils update and maintainer change Responsible-Changed-From-To: freebsd-ports-bugs->beech Responsible-Changed-By: beech Responsible-Changed-When: Sat Mar 2 05:10:33 UTC 2013 Responsible-Changed-Why: I'll take it http://www.freebsd.org/cgi/query-pr.cgi?pr=176594 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 09:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id EAD7FDE8 for ; Sat, 2 Mar 2013 09:40:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id D9992259 for ; Sat, 2 Mar 2013 09:40:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r229e1nP062901 for ; Sat, 2 Mar 2013 09:40:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r229e1cb062883; Sat, 2 Mar 2013 09:40:01 GMT (envelope-from gnats) Date: Sat, 2 Mar 2013 09:40:01 GMT Message-Id: <201303020940.r229e1cb062883@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Raynaud Alexandre" Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Raynaud Alexandre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 09:40:02 -0000 The following reply was made to PR ports/176439; it has been noted by GNATS. From: "Raynaud Alexandre" To: Cc: Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD Date: Sat, 2 Mar 2013 10:37:30 +0100 This is a multi-part message in MIME format. ------_=_NextPart_001_01CE1729.8F3EE819 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Missed: Unreachable IP address tested has to be in the same subnet as = the FreeBSD host from where fping is executed to reproduce the issue. =20 MAIRIE DE SALLANCHES Direction des Syst=E8mes d'Information Alexandre RAYNAUD email: alexandre.raynaud@sallanches.fr =20 ------_=_NextPart_001_01CE1729.8F3EE819 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

Missed:=A0 Unreachable IP address tested has = to be in the same subnet as the FreeBSD host from where fping is executed to = reproduce the issue.

 

MAIRIE DE = SALLANCHES

Direction des Syst=E8mes = d'Information

Alexandre RAYNAUD

email: alexandre.raynaud@sallanc= hes.fr

 

------_=_NextPart_001_01CE1729.8F3EE819-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 10: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]) by hub.freebsd.org (Postfix) with ESMTP id 18D2D970 for ; Sat, 2 Mar 2013 10:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id ECA92682 for ; Sat, 2 Mar 2013 10:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22Ao0cR086935 for ; Sat, 2 Mar 2013 10:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22Ao0LD086934; Sat, 2 Mar 2013 10:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 10:50:00 GMT Resent-Message-Id: <201303021050.r22Ao0LD086934@freefall.freebsd.org> 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]) by hub.freebsd.org (Postfix) with ESMTP id 3A3E895B for ; Sat, 2 Mar 2013 10:47:19 +0000 (UTC) (envelope-from kaiwang27@gmail.com) Received: from mail-la0-x236.google.com (mail-la0-x236.google.com [IPv6:2a00:1450:4010:c03::236]) by mx1.freebsd.org (Postfix) with ESMTP id 87CA1679 for ; Sat, 2 Mar 2013 10:47:18 +0000 (UTC) Received: by mail-la0-f54.google.com with SMTP id gw10so3623355lab.41 for ; Sat, 02 Mar 2013 02:47:17 -0800 (PST) Received: from localhost (s83-179-26-84.cust.tele2.se. [83.179.26.84]) by mx.google.com with ESMTPS id j2sm5048165lbd.16.2013.03.02.02.47.15 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 02 Mar 2013 02:47:16 -0800 (PST) Received: from localhost ([127.0.0.1] helo=localhost.my.domain) by localhost with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UBjxw-0002kp-I2 for FreeBSD-gnats-submit@freebsd.org; Sat, 02 Mar 2013 11:46:56 +0100 Received: (from kaiw@localhost) by localhost.my.domain (8.14.5/8.14.5/Submit) id r22AkuUi010590; Sat, 2 Mar 2013 11:46:56 +0100 (CET) (envelope-from kaiw) Message-Id: <201303021046.r22AkuUi010590@localhost.my.domain> Date: Sat, 2 Mar 2013 11:46:56 +0100 (CET) From: Kai Wang To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176598: [PATCH] chinese/qterm: update to 0.5.12, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 10:50:01 -0000 >Number: 176598 >Category: ports >Synopsis: [PATCH] chinese/qterm: update to 0.5.12, 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: Sat Mar 02 10:50:00 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: - Update to 0.5.12 - Take maintainership Added file(s): - files/patch-CMakeLists.txt Removed file(s): - files/patch-qterm-main.cpp - files/patch-qterm-qtermwindow.h - pkg-message Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- qterm-0.5.12.patch begins here --- diff -ruN --exclude=CVS /usr/ports/chinese/qterm/Makefile ./Makefile --- /usr/ports/chinese/qterm/Makefile 2012-12-30 19:55:41.000000000 +0100 +++ ./Makefile 2013-03-02 11:44:09.000000000 +0100 @@ -1,47 +1,66 @@ -# New ports collection makefile for: qterm -# Date created: 10 Mar 2001 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD: ports/chinese/qterm/Makefile,v 1.47 2012/12/30 18:55:41 svnexp Exp $ -# PORTNAME= qterm -PORTVERSION= 0.4.1 -PORTREVISION= 8 +PORTVERSION= 0.5.12 CATEGORIES= chinese -MASTER_SITES= SF/qterm/qterm/${PORTVERSION} +MASTER_SITES= SF/qterm/qterm/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kaiwang27@gmail.com COMMENT= QTerm is a BBS client for BSD/Linux -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_XORG= x11 ice xext xt xaw xpm xi xproto xextproto +USE_XORG= x11 ice USE_BZIP2= yes USE_PERL5_BUILD=yes -USE_QT_VER= 3 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX} +USE_KDE4= automoc4 +USE_QT4= codecs-cn codecs-tw gui help-tools linguist moc_build \ + network qmake_build rcc_build uic_build xml +USE_CMAKE= yes +CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX="${PREFIX}" +MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes + +CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.if !defined(WITHOUT_PYTHON) -USE_PYTHON= 2.5+ -CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} +OPTIONS_DEFINE= SSH DBUS PHONON QTSCRIPT + +SSH_DESC= SSH support +DBUS_DESC= DBus support +PHONON_DESC= Phonon support +QTSCRIPT_DESC= QtScript Binding support + +OPTIONS_DEFAULT= SSH DBUS PHONON QTSCRIPT + +.include + +.if ${PORT_OPTIONS:MSSH} +CMAKE_ARGS+= -DQTERM_ENABLE_SSH:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_SSH:BOOL=FALSE +.endif + +.if ${PORT_OPTIONS:MDBUS} +USE_QT4+= dbus +CMAKE_ARGS+= -DQTERM_ENABLE_DBUS:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_DBUS:BOOL=FALSE .endif -pre-everything:: -.if !defined(WITHOUT_PYTHON) - @${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support." +.if ${PORT_OPTIONS:MPHONON} +USE_QT4+= phonon +CMAKE_ARGS+= -DQTERM_ENABLE_PHONON:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_PHONON:BOOL=FALSE .endif -post-patch: - @${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ - ${WRKSRC}/configure - -post-install: - @${CHMOD} +w ${DATADIR}/qterm.cfg - @${CHMOD} +w ${DATADIR}/address.cfg - @${CAT} ${PKGMESSAGE} +.if ${PORT_OPTIONS:MQTSCRIPT} +USE_QT4+= script +RUN_DEPENDS+= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so:${PORTSDIR}/devel/qtscriptgenerator +CMAKE_ARGS+= -DQTERM_ENABLE_SCRIPT:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_SCRIPT:BOOL=FALSE +.endif .include diff -ruN --exclude=CVS /usr/ports/chinese/qterm/distinfo ./distinfo --- /usr/ports/chinese/qterm/distinfo 2011-01-09 12:13:35.000000000 +0100 +++ ./distinfo 2013-03-01 11:49:45.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (qterm-0.4.1.tar.bz2) = 60c19303bc2eba11273607ae8711f0eecbd0d94b7dd2773cde128338aa5149a1 -SIZE (qterm-0.4.1.tar.bz2) = 744822 +SHA256 (qterm-0.5.12.tar.bz2) = bd31051a6c117b05fef3ea163480143837c57632a84eab43e8e142860bcab22a +SIZE (qterm-0.5.12.tar.bz2) = 749254 diff -ruN --exclude=CVS /usr/ports/chinese/qterm/files/patch-CMakeLists.txt ./files/patch-CMakeLists.txt --- /usr/ports/chinese/qterm/files/patch-CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 +++ ./files/patch-CMakeLists.txt 2013-03-01 23:32:49.000000000 +0100 @@ -0,0 +1,18 @@ +--- CMakeLists.txt.orig 2011-03-03 05:25:49.000000000 +0100 ++++ CMakeLists.txt 2013-03-01 23:32:47.000000000 +0100 +@@ -1,13 +1,13 @@ + project(qterm) + include(CTest) + cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR) +-set(QT_MIN_VERSION "4.5.0") + set(QTERM_VERSION_MAJOR 0) + set(QTERM_VERSION_MINOR 5) + set(QTERM_VERSION_RELEASE 12) + set(QTERM_VERSION "${QTERM_VERSION_MAJOR}.${QTERM_VERSION_MINOR}.${QTERM_VERSION_RELEASE}" ) + set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") +-find_package(Qt4 REQUIRED) ++set(CMAKE_C_FLAGS "-O0") ++find_package(Qt4 4.5.0 REQUIRED) + find_package(KDE4) + + IF(WIN32 AND MSVC) diff -ruN --exclude=CVS /usr/ports/chinese/qterm/files/patch-qterm-main.cpp ./files/patch-qterm-main.cpp --- /usr/ports/chinese/qterm/files/patch-qterm-main.cpp 2006-08-01 14:19:05.000000000 +0200 +++ ./files/patch-qterm-main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ ---- qterm/main.cpp.orig Mon Jul 10 15:36:13 2006 -+++ qterm/main.cpp Thu Jul 27 17:55:53 2006 -@@ -16,6 +16,15 @@ - #ifdef HAVE_PYTHON - #include - #endif -+ -+#undef isalnum -+#undef isalpha -+#undef islower -+#undef isspace -+#undef isupper -+#undef tolower -+#undef toupper -+ - #include - #include - #include diff -ruN --exclude=CVS /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h ./files/patch-qterm-qtermwindow.h --- /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h 2006-08-01 14:19:05.000000000 +0200 +++ ./files/patch-qterm-qtermwindow.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- qterm/qtermwindow.h.orig Mon Jul 10 15:36:12 2006 -+++ qterm/qtermwindow.h Thu Jul 27 17:39:46 2006 -@@ -10,6 +10,14 @@ - #include - #endif - -+#undef isalnum -+#undef isalpha -+#undef islower -+#undef isspace -+#undef isupper -+#undef tolower -+#undef toupper -+ - #include - #include - diff -ruN --exclude=CVS /usr/ports/chinese/qterm/pkg-message ./pkg-message --- /usr/ports/chinese/qterm/pkg-message 2006-08-04 11:08:10.000000000 +0200 +++ ./pkg-message 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -************************************************************************* - To display IP location when using QTerm -you must get file "QQWry.dat" and put it into your ~/.qterm directory -************************************************************************* - -************************************************************************* -Unfortunately there is an anonying bug in the release of QTerm 0.4.0. If -your language setting is NOT English, you might experience some hang up -when connecting to a site. - -A simple workaround is to use the English interface. This bug will be fixed -in the next minor release. -************************************************************************* diff -ruN --exclude=CVS /usr/ports/chinese/qterm/pkg-plist ./pkg-plist --- /usr/ports/chinese/qterm/pkg-plist 2006-08-01 14:19:04.000000000 +0200 +++ ./pkg-plist 2013-03-02 11:26:56.000000000 +0100 @@ -1,64 +1,55 @@ bin/qterm share/applications/qterm.desktop -share/icons/qterm.png -%%DATADIR%%/address.cfg +share/icons/hicolor/128x128/apps/qterm.png +share/icons/hicolor/16x16/apps/qterm.png +share/icons/hicolor/22x22/apps/qterm.png +share/icons/hicolor/32x32/apps/qterm.png +share/icons/hicolor/48x48/apps/qterm.png +share/icons/hicolor/64x64/apps/qterm.png +%%DATADIR%%/address.xml %%DATADIR%%/credits -%%DATADIR%%/cursor/end.xpm -%%DATADIR%%/cursor/enter.xpm -%%DATADIR%%/cursor/exit.xpm -%%DATADIR%%/cursor/hand.xpm -%%DATADIR%%/cursor/home.xpm -%%DATADIR%%/cursor/next.xpm -%%DATADIR%%/cursor/pagedown.xpm -%%DATADIR%%/cursor/pageup.xpm -%%DATADIR%%/cursor/prev.xpm -%%DATADIR%%/pic/addr.png -%%DATADIR%%/pic/anti-idle.png -%%DATADIR%%/pic/article.png -%%DATADIR%%/pic/auto-reply.png -%%DATADIR%%/pic/color-copy.png -%%DATADIR%%/pic/color.png -%%DATADIR%%/pic/connect.png -%%DATADIR%%/pic/copy.png -%%DATADIR%%/pic/disconnect.png -%%DATADIR%%/pic/fonts.png -%%DATADIR%%/pic/keys.png -%%DATADIR%%/pic/message.png -%%DATADIR%%/pic/messagebox_critical.png -%%DATADIR%%/pic/messagebox_info.png -%%DATADIR%%/pic/messagebox_warning.png -%%DATADIR%%/pic/mouse.png -%%DATADIR%%/pic/paste.png -%%DATADIR%%/pic/popwidget.png -%%DATADIR%%/pic/pref.png -%%DATADIR%%/pic/qterm_32x32.png -%%DATADIR%%/pic/qterm_48x48.png -%%DATADIR%%/pic/qterm_tray.png -%%DATADIR%%/pic/quick.png -%%DATADIR%%/pic/reconnect.png -%%DATADIR%%/pic/rect.png -%%DATADIR%%/pic/refresh.png -%%DATADIR%%/pic/shadow.png -%%DATADIR%%/pic/sound.png -%%DATADIR%%/pic/tabpad.png +%%DATADIR%%/doc/qterm.qhc +%%DATADIR%%/keyboard_profiles/default.keytab +%%DATADIR%%/keyboard_profiles/linux.keytab +%%DATADIR%%/keyboard_profiles/solaris.keytab +%%DATADIR%%/keyboard_profiles/vt420pc.keytab %%DATADIR%%/po/qterm_chs.qm %%DATADIR%%/po/qterm_cht.qm %%DATADIR%%/qterm.cfg -%%DATADIR%%/schema/Linux.schema -%%DATADIR%%/schema/Softness.schema -%%DATADIR%%/schema/VIM.schema -%%DATADIR%%/schema/XTerm.schema -%%DATADIR%%/schema/default.schema -%%DATADIR%%/script/continuous.py -%%DATADIR%%/script/download.py -%%DATADIR%%/script/sendmsg.py -%%DATADIR%%/script/system.py -%%DATADIR%%/script/tools.py -@dirrm %%DATADIR%%/script -@dirrm %%DATADIR%%/schema +%%DATADIR%%/scheme/Linux.scheme +%%DATADIR%%/scheme/Softness.scheme +%%DATADIR%%/scheme/VIM.scheme +%%DATADIR%%/scheme/XTerm.scheme +%%DATADIR%%/scheme/default.scheme +%%DATADIR%%/scripts/article.js +%%DATADIR%%/scripts/console.js +%%DATADIR%%/scripts/google.js +%%DATADIR%%/scripts/highlight.js +%%DATADIR%%/scripts/ptt.js +%%DATADIR%%/scripts/senddelay.js +%%DATADIR%%/scripts/smth.js +%%DATADIR%%/scripts/ui/senddelay.ui +%%DATADIR%%/scripts/utils.js +%%DATADIR%%/scripts/websnap.js +@dirrm %%DATADIR%%/scripts/ui +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/scheme @dirrm %%DATADIR%%/po -@dirrm %%DATADIR%%/pic -@dirrm %%DATADIR%%/cursor +@dirrm %%DATADIR%%/keyboard_profiles +@dirrm %%DATADIR%%/doc @dirrm %%DATADIR%% +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 +@dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrmtry share/applications --- qterm-0.5.12.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 10:57:45 2013 Return-Path: Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 4858DAAC; Sat, 2 Mar 2013 10:57:45 +0000 (UTC) (envelope-from kaiwang27@gmail.com) Received: from mail-la0-x22e.google.com (mail-la0-x22e.google.com [IPv6:2a00:1450:4010:c03::22e]) by mx1.freebsd.org (Postfix) with ESMTP id 87C5B6A3; Sat, 2 Mar 2013 10:57:44 +0000 (UTC) Received: by mail-la0-f46.google.com with SMTP id fq12so3714215lab.33 for ; Sat, 02 Mar 2013 02:57:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:x-authentication-warning:date:from:to:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=s60lKzcujXmgmx2kps7wFQyigouCYYgDZ9dL5RCJ4z8=; b=bgJqP8B1VTv6h9OR0bCQnAu0ystRGz+wAYkUGYInTFuc9h9l/FxjMXn/xXBfzvPhV4 e//Z7ke1Uwsv0NoWkvZawmMDWNW9ORBFUXTJmhrDyIErWkvMfPTA6B7i+IDdnDoPPsgJ VDnUEWvB5HqsreGhC+4uOBEhAgJFf1q8MpHz5t98Pw2teFNuYo0T3/ZqWnVd4pgsAtUQ rKAwnzLspna8CKGK+qUw1lxJNsOTqX6K+hYRrezVl/egh+zv/RLPvn2/y61P3IVLZNzG kQ7Pt/Y2Lw9OZvurS5ztT5jaUf4LaG6LHmXZHcY4Al04vBHerk5C3L+Yc8pkCT6jUjrd QJPg== X-Received: by 10.152.122.100 with SMTP id lr4mr11902944lab.28.1362221863459; Sat, 02 Mar 2013 02:57:43 -0800 (PST) Received: from localhost (s83-179-26-84.cust.tele2.se. [83.179.26.84]) by mx.google.com with ESMTPS id e11sm5060957lbd.11.2013.03.02.02.57.41 (version=TLSv1 cipher=RC4-SHA bits=128/128); Sat, 02 Mar 2013 02:57:42 -0800 (PST) Received: from localhost ([127.0.0.1] helo=localhost.my.domain) by localhost with esmtp (Exim 4.80.1 (FreeBSD)) (envelope-from ) id 1UBk82-0002m7-I4; Sat, 02 Mar 2013 11:57:22 +0100 Received: (from kaiw@localhost) by localhost.my.domain (8.14.5/8.14.5/Submit) id r22AvMi2010670; Sat, 2 Mar 2013 11:57:22 +0100 (CET) (envelope-from kaiwang27@gmail.com) X-Authentication-Warning: localhost.my.domain: kaiw set sender to kaiwang27@gmail.com using -f Date: Sat, 2 Mar 2013 11:57:22 +0100 From: Kai Wang To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/176598: [PATCH] chinese/qterm: update to 0.5.12, take maintainership Message-ID: <20130302105722.GA10619@soulhacker> References: <201303021046.r22AkuUi010590@localhost.my.domain> <201303021050.r22Ao0Fj086928@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="G4iJoqBmSsgzjUCe" Content-Disposition: inline In-Reply-To: <201303021050.r22Ao0Fj086928@freefall.freebsd.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 10:57:45 -0000 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=utf-8 Content-Disposition: inline The submitted patch included some local changes only for debugging purpose. Please use the attached patch instead. Thanks, Kai --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="qterm.txt" diff -urN /usr/ports/chinese/qterm/Makefile qterm/Makefile --- /usr/ports/chinese/qterm/Makefile 2012-12-30 19:55:41.000000000 +0100 +++ qterm/Makefile 2013-03-02 11:44:09.000000000 +0100 @@ -1,47 +1,66 @@ -# New ports collection makefile for: qterm -# Date created: 10 Mar 2001 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD: ports/chinese/qterm/Makefile,v 1.47 2012/12/30 18:55:41 svnexp Exp $ -# PORTNAME= qterm -PORTVERSION= 0.4.1 -PORTREVISION= 8 +PORTVERSION= 0.5.12 CATEGORIES= chinese -MASTER_SITES= SF/qterm/qterm/${PORTVERSION} +MASTER_SITES= SF/qterm/qterm/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kaiwang27@gmail.com COMMENT= QTerm is a BBS client for BSD/Linux -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_XORG= x11 ice xext xt xaw xpm xi xproto xextproto +USE_XORG= x11 ice USE_BZIP2= yes USE_PERL5_BUILD=yes -USE_QT_VER= 3 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX} +USE_KDE4= automoc4 +USE_QT4= codecs-cn codecs-tw gui help-tools linguist moc_build \ + network qmake_build rcc_build uic_build xml +USE_CMAKE= yes +CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX="${PREFIX}" +MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes + +CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.if !defined(WITHOUT_PYTHON) -USE_PYTHON= 2.5+ -CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} +OPTIONS_DEFINE= SSH DBUS PHONON QTSCRIPT + +SSH_DESC= SSH support +DBUS_DESC= DBus support +PHONON_DESC= Phonon support +QTSCRIPT_DESC= QtScript Binding support + +OPTIONS_DEFAULT= SSH DBUS PHONON QTSCRIPT + +.include + +.if ${PORT_OPTIONS:MSSH} +CMAKE_ARGS+= -DQTERM_ENABLE_SSH:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_SSH:BOOL=FALSE +.endif + +.if ${PORT_OPTIONS:MDBUS} +USE_QT4+= dbus +CMAKE_ARGS+= -DQTERM_ENABLE_DBUS:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_DBUS:BOOL=FALSE .endif -pre-everything:: -.if !defined(WITHOUT_PYTHON) - @${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support." +.if ${PORT_OPTIONS:MPHONON} +USE_QT4+= phonon +CMAKE_ARGS+= -DQTERM_ENABLE_PHONON:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_PHONON:BOOL=FALSE .endif -post-patch: - @${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ - ${WRKSRC}/configure - -post-install: - @${CHMOD} +w ${DATADIR}/qterm.cfg - @${CHMOD} +w ${DATADIR}/address.cfg - @${CAT} ${PKGMESSAGE} +.if ${PORT_OPTIONS:MQTSCRIPT} +USE_QT4+= script +RUN_DEPENDS+= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so:${PORTSDIR}/devel/qtscriptgenerator +CMAKE_ARGS+= -DQTERM_ENABLE_SCRIPT:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_SCRIPT:BOOL=FALSE +.endif .include diff -urN /usr/ports/chinese/qterm/distinfo qterm/distinfo --- /usr/ports/chinese/qterm/distinfo 2011-01-09 12:13:35.000000000 +0100 +++ qterm/distinfo 2013-03-01 11:49:45.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (qterm-0.4.1.tar.bz2) = 60c19303bc2eba11273607ae8711f0eecbd0d94b7dd2773cde128338aa5149a1 -SIZE (qterm-0.4.1.tar.bz2) = 744822 +SHA256 (qterm-0.5.12.tar.bz2) = bd31051a6c117b05fef3ea163480143837c57632a84eab43e8e142860bcab22a +SIZE (qterm-0.5.12.tar.bz2) = 749254 diff -urN /usr/ports/chinese/qterm/files/patch-CMakeLists.txt qterm/files/patch-CMakeLists.txt --- /usr/ports/chinese/qterm/files/patch-CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 +++ qterm/files/patch-CMakeLists.txt 2013-03-02 11:53:22.000000000 +0100 @@ -0,0 +1,17 @@ +--- CMakeLists.txt.orig 2011-03-03 05:25:49.000000000 +0100 ++++ CMakeLists.txt 2013-03-01 23:32:47.000000000 +0100 +@@ -1,13 +1,13 @@ + project(qterm) + include(CTest) + cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR) +-set(QT_MIN_VERSION "4.5.0") + set(QTERM_VERSION_MAJOR 0) + set(QTERM_VERSION_MINOR 5) + set(QTERM_VERSION_RELEASE 12) + set(QTERM_VERSION "${QTERM_VERSION_MAJOR}.${QTERM_VERSION_MINOR}.${QTERM_VERSION_RELEASE}" ) + set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") +-find_package(Qt4 REQUIRED) ++find_package(Qt4 4.5.0 REQUIRED) + find_package(KDE4) + + IF(WIN32 AND MSVC) diff -urN /usr/ports/chinese/qterm/files/patch-qterm-main.cpp qterm/files/patch-qterm-main.cpp --- /usr/ports/chinese/qterm/files/patch-qterm-main.cpp 2006-08-01 14:19:05.000000000 +0200 +++ qterm/files/patch-qterm-main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ ---- qterm/main.cpp.orig Mon Jul 10 15:36:13 2006 -+++ qterm/main.cpp Thu Jul 27 17:55:53 2006 -@@ -16,6 +16,15 @@ - #ifdef HAVE_PYTHON - #include - #endif -+ -+#undef isalnum -+#undef isalpha -+#undef islower -+#undef isspace -+#undef isupper -+#undef tolower -+#undef toupper -+ - #include - #include - #include diff -urN /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h qterm/files/patch-qterm-qtermwindow.h --- /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h 2006-08-01 14:19:05.000000000 +0200 +++ qterm/files/patch-qterm-qtermwindow.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- qterm/qtermwindow.h.orig Mon Jul 10 15:36:12 2006 -+++ qterm/qtermwindow.h Thu Jul 27 17:39:46 2006 -@@ -10,6 +10,14 @@ - #include - #endif - -+#undef isalnum -+#undef isalpha -+#undef islower -+#undef isspace -+#undef isupper -+#undef tolower -+#undef toupper -+ - #include - #include - diff -urN /usr/ports/chinese/qterm/pkg-message qterm/pkg-message --- /usr/ports/chinese/qterm/pkg-message 2006-08-04 11:08:10.000000000 +0200 +++ qterm/pkg-message 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -************************************************************************* - To display IP location when using QTerm -you must get file "QQWry.dat" and put it into your ~/.qterm directory -************************************************************************* - -************************************************************************* -Unfortunately there is an anonying bug in the release of QTerm 0.4.0. If -your language setting is NOT English, you might experience some hang up -when connecting to a site. - -A simple workaround is to use the English interface. This bug will be fixed -in the next minor release. -************************************************************************* diff -urN /usr/ports/chinese/qterm/pkg-plist qterm/pkg-plist --- /usr/ports/chinese/qterm/pkg-plist 2006-08-01 14:19:04.000000000 +0200 +++ qterm/pkg-plist 2013-03-02 11:26:56.000000000 +0100 @@ -1,64 +1,55 @@ bin/qterm share/applications/qterm.desktop -share/icons/qterm.png -%%DATADIR%%/address.cfg +share/icons/hicolor/128x128/apps/qterm.png +share/icons/hicolor/16x16/apps/qterm.png +share/icons/hicolor/22x22/apps/qterm.png +share/icons/hicolor/32x32/apps/qterm.png +share/icons/hicolor/48x48/apps/qterm.png +share/icons/hicolor/64x64/apps/qterm.png +%%DATADIR%%/address.xml %%DATADIR%%/credits -%%DATADIR%%/cursor/end.xpm -%%DATADIR%%/cursor/enter.xpm -%%DATADIR%%/cursor/exit.xpm -%%DATADIR%%/cursor/hand.xpm -%%DATADIR%%/cursor/home.xpm -%%DATADIR%%/cursor/next.xpm -%%DATADIR%%/cursor/pagedown.xpm -%%DATADIR%%/cursor/pageup.xpm -%%DATADIR%%/cursor/prev.xpm -%%DATADIR%%/pic/addr.png -%%DATADIR%%/pic/anti-idle.png -%%DATADIR%%/pic/article.png -%%DATADIR%%/pic/auto-reply.png -%%DATADIR%%/pic/color-copy.png -%%DATADIR%%/pic/color.png -%%DATADIR%%/pic/connect.png -%%DATADIR%%/pic/copy.png -%%DATADIR%%/pic/disconnect.png -%%DATADIR%%/pic/fonts.png -%%DATADIR%%/pic/keys.png -%%DATADIR%%/pic/message.png -%%DATADIR%%/pic/messagebox_critical.png -%%DATADIR%%/pic/messagebox_info.png -%%DATADIR%%/pic/messagebox_warning.png -%%DATADIR%%/pic/mouse.png -%%DATADIR%%/pic/paste.png -%%DATADIR%%/pic/popwidget.png -%%DATADIR%%/pic/pref.png -%%DATADIR%%/pic/qterm_32x32.png -%%DATADIR%%/pic/qterm_48x48.png -%%DATADIR%%/pic/qterm_tray.png -%%DATADIR%%/pic/quick.png -%%DATADIR%%/pic/reconnect.png -%%DATADIR%%/pic/rect.png -%%DATADIR%%/pic/refresh.png -%%DATADIR%%/pic/shadow.png -%%DATADIR%%/pic/sound.png -%%DATADIR%%/pic/tabpad.png +%%DATADIR%%/doc/qterm.qhc +%%DATADIR%%/keyboard_profiles/default.keytab +%%DATADIR%%/keyboard_profiles/linux.keytab +%%DATADIR%%/keyboard_profiles/solaris.keytab +%%DATADIR%%/keyboard_profiles/vt420pc.keytab %%DATADIR%%/po/qterm_chs.qm %%DATADIR%%/po/qterm_cht.qm %%DATADIR%%/qterm.cfg -%%DATADIR%%/schema/Linux.schema -%%DATADIR%%/schema/Softness.schema -%%DATADIR%%/schema/VIM.schema -%%DATADIR%%/schema/XTerm.schema -%%DATADIR%%/schema/default.schema -%%DATADIR%%/script/continuous.py -%%DATADIR%%/script/download.py -%%DATADIR%%/script/sendmsg.py -%%DATADIR%%/script/system.py -%%DATADIR%%/script/tools.py -@dirrm %%DATADIR%%/script -@dirrm %%DATADIR%%/schema +%%DATADIR%%/scheme/Linux.scheme +%%DATADIR%%/scheme/Softness.scheme +%%DATADIR%%/scheme/VIM.scheme +%%DATADIR%%/scheme/XTerm.scheme +%%DATADIR%%/scheme/default.scheme +%%DATADIR%%/scripts/article.js +%%DATADIR%%/scripts/console.js +%%DATADIR%%/scripts/google.js +%%DATADIR%%/scripts/highlight.js +%%DATADIR%%/scripts/ptt.js +%%DATADIR%%/scripts/senddelay.js +%%DATADIR%%/scripts/smth.js +%%DATADIR%%/scripts/ui/senddelay.ui +%%DATADIR%%/scripts/utils.js +%%DATADIR%%/scripts/websnap.js +@dirrm %%DATADIR%%/scripts/ui +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/scheme @dirrm %%DATADIR%%/po -@dirrm %%DATADIR%%/pic -@dirrm %%DATADIR%%/cursor +@dirrm %%DATADIR%%/keyboard_profiles +@dirrm %%DATADIR%%/doc @dirrm %%DATADIR%% +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 +@dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrmtry share/applications --G4iJoqBmSsgzjUCe-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 11:00:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C586AAF1 for ; Sat, 2 Mar 2013 11:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A97A76B1 for ; Sat, 2 Mar 2013 11:00:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22B02sA088772 for ; Sat, 2 Mar 2013 11:00:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22B029D088771; Sat, 2 Mar 2013 11:00:02 GMT (envelope-from gnats) Date: Sat, 2 Mar 2013 11:00:02 GMT Message-Id: <201303021100.r22B029D088771@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Kai Wang Subject: Re: ports/176598: [PATCH] chinese/qterm: update to 0.5.12, take maintainership X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Kai Wang List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 11:00:02 -0000 The following reply was made to PR ports/176598; it has been noted by GNATS. From: Kai Wang To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/176598: [PATCH] chinese/qterm: update to 0.5.12, take maintainership Date: Sat, 2 Mar 2013 11:57:22 +0100 --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=utf-8 Content-Disposition: inline The submitted patch included some local changes only for debugging purpose. Please use the attached patch instead. Thanks, Kai --G4iJoqBmSsgzjUCe Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="qterm.txt" diff -urN /usr/ports/chinese/qterm/Makefile qterm/Makefile --- /usr/ports/chinese/qterm/Makefile 2012-12-30 19:55:41.000000000 +0100 +++ qterm/Makefile 2013-03-02 11:44:09.000000000 +0100 @@ -1,47 +1,66 @@ -# New ports collection makefile for: qterm -# Date created: 10 Mar 2001 -# Whom: Shen Chuan-Hsing -# +# Created by: Shen Chuan-Hsing # $FreeBSD: ports/chinese/qterm/Makefile,v 1.47 2012/12/30 18:55:41 svnexp Exp $ -# PORTNAME= qterm -PORTVERSION= 0.4.1 -PORTREVISION= 8 +PORTVERSION= 0.5.12 CATEGORIES= chinese -MASTER_SITES= SF/qterm/qterm/${PORTVERSION} +MASTER_SITES= SF/qterm/qterm/${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kaiwang27@gmail.com COMMENT= QTerm is a BBS client for BSD/Linux -DEPRECATED= Depends on QT3; unmaintained -EXPIRATION_DATE= 2013-07-01 - -USE_XORG= x11 ice xext xt xaw xpm xi xproto xextproto +USE_XORG= x11 ice USE_BZIP2= yes USE_PERL5_BUILD=yes -USE_QT_VER= 3 -HAS_CONFIGURE= yes -CONFIGURE_ARGS= --enable-mt --prefix=${PREFIX} +USE_KDE4= automoc4 +USE_QT4= codecs-cn codecs-tw gui help-tools linguist moc_build \ + network qmake_build rcc_build uic_build xml +USE_CMAKE= yes +CMAKE_ARGS= -DCMAKE_INSTALL_PREFIX="${PREFIX}" +MAKE_JOBS_SAFE= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes + +CXXFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -.if !defined(WITHOUT_PYTHON) -USE_PYTHON= 2.5+ -CONFIGURE_ARGS+= --with-pythondir=${LOCALBASE} +OPTIONS_DEFINE= SSH DBUS PHONON QTSCRIPT + +SSH_DESC= SSH support +DBUS_DESC= DBus support +PHONON_DESC= Phonon support +QTSCRIPT_DESC= QtScript Binding support + +OPTIONS_DEFAULT= SSH DBUS PHONON QTSCRIPT + +.include + +.if ${PORT_OPTIONS:MSSH} +CMAKE_ARGS+= -DQTERM_ENABLE_SSH:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_SSH:BOOL=FALSE +.endif + +.if ${PORT_OPTIONS:MDBUS} +USE_QT4+= dbus +CMAKE_ARGS+= -DQTERM_ENABLE_DBUS:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_DBUS:BOOL=FALSE .endif -pre-everything:: -.if !defined(WITHOUT_PYTHON) - @${ECHO_MSG} "Define WITHOUT_PYTHON to disable Python scripts support." +.if ${PORT_OPTIONS:MPHONON} +USE_QT4+= phonon +CMAKE_ARGS+= -DQTERM_ENABLE_PHONON:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_PHONON:BOOL=FALSE .endif -post-patch: - @${REINPLACE_CMD} -e 's,-lssl,-lssl -lcrypto,' \ - ${WRKSRC}/configure - -post-install: - @${CHMOD} +w ${DATADIR}/qterm.cfg - @${CHMOD} +w ${DATADIR}/address.cfg - @${CAT} ${PKGMESSAGE} +.if ${PORT_OPTIONS:MQTSCRIPT} +USE_QT4+= script +RUN_DEPENDS+= ${LOCALBASE}/lib/qt4/plugins/script/libqtscript_core.so:${PORTSDIR}/devel/qtscriptgenerator +CMAKE_ARGS+= -DQTERM_ENABLE_SCRIPT:BOOL=TRUE +.else +CMAKE_ARGS+= -DQTERM_ENABLE_SCRIPT:BOOL=FALSE +.endif .include diff -urN /usr/ports/chinese/qterm/distinfo qterm/distinfo --- /usr/ports/chinese/qterm/distinfo 2011-01-09 12:13:35.000000000 +0100 +++ qterm/distinfo 2013-03-01 11:49:45.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (qterm-0.4.1.tar.bz2) = 60c19303bc2eba11273607ae8711f0eecbd0d94b7dd2773cde128338aa5149a1 -SIZE (qterm-0.4.1.tar.bz2) = 744822 +SHA256 (qterm-0.5.12.tar.bz2) = bd31051a6c117b05fef3ea163480143837c57632a84eab43e8e142860bcab22a +SIZE (qterm-0.5.12.tar.bz2) = 749254 diff -urN /usr/ports/chinese/qterm/files/patch-CMakeLists.txt qterm/files/patch-CMakeLists.txt --- /usr/ports/chinese/qterm/files/patch-CMakeLists.txt 1970-01-01 01:00:00.000000000 +0100 +++ qterm/files/patch-CMakeLists.txt 2013-03-02 11:53:22.000000000 +0100 @@ -0,0 +1,17 @@ +--- CMakeLists.txt.orig 2011-03-03 05:25:49.000000000 +0100 ++++ CMakeLists.txt 2013-03-01 23:32:47.000000000 +0100 +@@ -1,13 +1,13 @@ + project(qterm) + include(CTest) + cmake_minimum_required(VERSION 2.6.2 FATAL_ERROR) +-set(QT_MIN_VERSION "4.5.0") + set(QTERM_VERSION_MAJOR 0) + set(QTERM_VERSION_MINOR 5) + set(QTERM_VERSION_RELEASE 12) + set(QTERM_VERSION "${QTERM_VERSION_MAJOR}.${QTERM_VERSION_MINOR}.${QTERM_VERSION_RELEASE}" ) + set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake") +-find_package(Qt4 REQUIRED) ++find_package(Qt4 4.5.0 REQUIRED) + find_package(KDE4) + + IF(WIN32 AND MSVC) diff -urN /usr/ports/chinese/qterm/files/patch-qterm-main.cpp qterm/files/patch-qterm-main.cpp --- /usr/ports/chinese/qterm/files/patch-qterm-main.cpp 2006-08-01 14:19:05.000000000 +0200 +++ qterm/files/patch-qterm-main.cpp 1970-01-01 01:00:00.000000000 +0100 @@ -1,18 +0,0 @@ ---- qterm/main.cpp.orig Mon Jul 10 15:36:13 2006 -+++ qterm/main.cpp Thu Jul 27 17:55:53 2006 -@@ -16,6 +16,15 @@ - #ifdef HAVE_PYTHON - #include - #endif -+ -+#undef isalnum -+#undef isalpha -+#undef islower -+#undef isspace -+#undef isupper -+#undef tolower -+#undef toupper -+ - #include - #include - #include diff -urN /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h qterm/files/patch-qterm-qtermwindow.h --- /usr/ports/chinese/qterm/files/patch-qterm-qtermwindow.h 2006-08-01 14:19:05.000000000 +0200 +++ qterm/files/patch-qterm-qtermwindow.h 1970-01-01 01:00:00.000000000 +0100 @@ -1,17 +0,0 @@ ---- qterm/qtermwindow.h.orig Mon Jul 10 15:36:12 2006 -+++ qterm/qtermwindow.h Thu Jul 27 17:39:46 2006 -@@ -10,6 +10,14 @@ - #include - #endif - -+#undef isalnum -+#undef isalpha -+#undef islower -+#undef isspace -+#undef isupper -+#undef tolower -+#undef toupper -+ - #include - #include - diff -urN /usr/ports/chinese/qterm/pkg-message qterm/pkg-message --- /usr/ports/chinese/qterm/pkg-message 2006-08-04 11:08:10.000000000 +0200 +++ qterm/pkg-message 1970-01-01 01:00:00.000000000 +0100 @@ -1,13 +0,0 @@ -************************************************************************* - To display IP location when using QTerm -you must get file "QQWry.dat" and put it into your ~/.qterm directory -************************************************************************* - -************************************************************************* -Unfortunately there is an anonying bug in the release of QTerm 0.4.0. If -your language setting is NOT English, you might experience some hang up -when connecting to a site. - -A simple workaround is to use the English interface. This bug will be fixed -in the next minor release. -************************************************************************* diff -urN /usr/ports/chinese/qterm/pkg-plist qterm/pkg-plist --- /usr/ports/chinese/qterm/pkg-plist 2006-08-01 14:19:04.000000000 +0200 +++ qterm/pkg-plist 2013-03-02 11:26:56.000000000 +0100 @@ -1,64 +1,55 @@ bin/qterm share/applications/qterm.desktop -share/icons/qterm.png -%%DATADIR%%/address.cfg +share/icons/hicolor/128x128/apps/qterm.png +share/icons/hicolor/16x16/apps/qterm.png +share/icons/hicolor/22x22/apps/qterm.png +share/icons/hicolor/32x32/apps/qterm.png +share/icons/hicolor/48x48/apps/qterm.png +share/icons/hicolor/64x64/apps/qterm.png +%%DATADIR%%/address.xml %%DATADIR%%/credits -%%DATADIR%%/cursor/end.xpm -%%DATADIR%%/cursor/enter.xpm -%%DATADIR%%/cursor/exit.xpm -%%DATADIR%%/cursor/hand.xpm -%%DATADIR%%/cursor/home.xpm -%%DATADIR%%/cursor/next.xpm -%%DATADIR%%/cursor/pagedown.xpm -%%DATADIR%%/cursor/pageup.xpm -%%DATADIR%%/cursor/prev.xpm -%%DATADIR%%/pic/addr.png -%%DATADIR%%/pic/anti-idle.png -%%DATADIR%%/pic/article.png -%%DATADIR%%/pic/auto-reply.png -%%DATADIR%%/pic/color-copy.png -%%DATADIR%%/pic/color.png -%%DATADIR%%/pic/connect.png -%%DATADIR%%/pic/copy.png -%%DATADIR%%/pic/disconnect.png -%%DATADIR%%/pic/fonts.png -%%DATADIR%%/pic/keys.png -%%DATADIR%%/pic/message.png -%%DATADIR%%/pic/messagebox_critical.png -%%DATADIR%%/pic/messagebox_info.png -%%DATADIR%%/pic/messagebox_warning.png -%%DATADIR%%/pic/mouse.png -%%DATADIR%%/pic/paste.png -%%DATADIR%%/pic/popwidget.png -%%DATADIR%%/pic/pref.png -%%DATADIR%%/pic/qterm_32x32.png -%%DATADIR%%/pic/qterm_48x48.png -%%DATADIR%%/pic/qterm_tray.png -%%DATADIR%%/pic/quick.png -%%DATADIR%%/pic/reconnect.png -%%DATADIR%%/pic/rect.png -%%DATADIR%%/pic/refresh.png -%%DATADIR%%/pic/shadow.png -%%DATADIR%%/pic/sound.png -%%DATADIR%%/pic/tabpad.png +%%DATADIR%%/doc/qterm.qhc +%%DATADIR%%/keyboard_profiles/default.keytab +%%DATADIR%%/keyboard_profiles/linux.keytab +%%DATADIR%%/keyboard_profiles/solaris.keytab +%%DATADIR%%/keyboard_profiles/vt420pc.keytab %%DATADIR%%/po/qterm_chs.qm %%DATADIR%%/po/qterm_cht.qm %%DATADIR%%/qterm.cfg -%%DATADIR%%/schema/Linux.schema -%%DATADIR%%/schema/Softness.schema -%%DATADIR%%/schema/VIM.schema -%%DATADIR%%/schema/XTerm.schema -%%DATADIR%%/schema/default.schema -%%DATADIR%%/script/continuous.py -%%DATADIR%%/script/download.py -%%DATADIR%%/script/sendmsg.py -%%DATADIR%%/script/system.py -%%DATADIR%%/script/tools.py -@dirrm %%DATADIR%%/script -@dirrm %%DATADIR%%/schema +%%DATADIR%%/scheme/Linux.scheme +%%DATADIR%%/scheme/Softness.scheme +%%DATADIR%%/scheme/VIM.scheme +%%DATADIR%%/scheme/XTerm.scheme +%%DATADIR%%/scheme/default.scheme +%%DATADIR%%/scripts/article.js +%%DATADIR%%/scripts/console.js +%%DATADIR%%/scripts/google.js +%%DATADIR%%/scripts/highlight.js +%%DATADIR%%/scripts/ptt.js +%%DATADIR%%/scripts/senddelay.js +%%DATADIR%%/scripts/smth.js +%%DATADIR%%/scripts/ui/senddelay.ui +%%DATADIR%%/scripts/utils.js +%%DATADIR%%/scripts/websnap.js +@dirrm %%DATADIR%%/scripts/ui +@dirrm %%DATADIR%%/scripts +@dirrm %%DATADIR%%/scheme @dirrm %%DATADIR%%/po -@dirrm %%DATADIR%%/pic -@dirrm %%DATADIR%%/cursor +@dirrm %%DATADIR%%/keyboard_profiles +@dirrm %%DATADIR%%/doc @dirrm %%DATADIR%% +@dirrmtry share/icons/hicolor/64x64/apps +@dirrmtry share/icons/hicolor/64x64 +@dirrmtry share/icons/hicolor/48x48/apps +@dirrmtry share/icons/hicolor/48x48 +@dirrmtry share/icons/hicolor/32x32/apps +@dirrmtry share/icons/hicolor/32x32 +@dirrmtry share/icons/hicolor/22x22/apps +@dirrmtry share/icons/hicolor/22x22 +@dirrmtry share/icons/hicolor/16x16/apps +@dirrmtry share/icons/hicolor/16x16 +@dirrmtry share/icons/hicolor/128x128/apps +@dirrmtry share/icons/hicolor/128x128 +@dirrmtry share/icons/hicolor @dirrmtry share/icons @dirrmtry share/applications --G4iJoqBmSsgzjUCe-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 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]) by hub.freebsd.org (Postfix) with ESMTP id 5C6CE820 for ; Sat, 2 Mar 2013 12:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6568D5 for ; Sat, 2 Mar 2013 12:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22CU03H005637 for ; Sat, 2 Mar 2013 12:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22CU0VE005627; Sat, 2 Mar 2013 12:30:00 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 12:30:00 GMT Resent-Message-Id: <201303021230.r22CU0VE005627@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cristiano Rolim Pereira Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 81B05806 for ; Sat, 2 Mar 2013 12:24:27 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 686C68C2 for ; Sat, 2 Mar 2013 12:24:27 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r22COQX4023642 for ; Sat, 2 Mar 2013 12:24:26 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r22COQgc023641; Sat, 2 Mar 2013 12:24:26 GMT (envelope-from nobody) Message-Id: <201303021224.r22COQgc023641@red.freebsd.org> Date: Sat, 2 Mar 2013 12:24:26 GMT From: Cristiano Rolim Pereira To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176599: [patch] sysutils/rsyslog6-devel: Mark DEPRECATED X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 12:30:01 -0000 >Number: 176599 >Category: ports >Synopsis: [patch] sysutils/rsyslog6-devel: Mark DEPRECATED >Confidential: no >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 Mar 02 12:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Cristiano Rolim Pereira >Release: 9.1 RELEASE >Organization: >Environment: >Description: Rsyslog v6 and v7 are both in stable releases; >From the Rsyslog web site: "(Rsyslog) v0 to v6 are deprecated and no longer supported." The attached diff marks sysutils/rsyslog6-devel as DEPRECATED: Use sysutils/rsyslog6; And set Expiration date >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ../rsyslog6-devel.orig/Makefile ./Makefile --- ../rsyslog6-devel.orig/Makefile 2013-03-02 10:11:22.000000000 -0300 +++ ./Makefile 2013-03-02 10:15:04.000000000 -0300 @@ -12,6 +12,9 @@ MAINTAINER= brd@FreeBSD.org COMMENT?= Syslogd supporting SQL, TCP, and TLS +DEPRECATED= Use sysutils/rsyslog6 +EXPIRATION_DATE=2013-04-30 + USE_LDCONFIG= yes LIB_DEPENDS+= ee:${PORTSDIR}/devel/libee \ diff -ruN ../rsyslog6-devel.orig/pkg-descr ./pkg-descr --- ../rsyslog6-devel.orig/pkg-descr 2013-03-02 10:11:22.000000000 -0300 +++ ./pkg-descr 2013-03-02 10:18:22.000000000 -0300 @@ -16,4 +16,7 @@ Tracking v6-devel +Rsyslog v6-devel is deprecated and is no longer supported. Consider +using Rsyslog v6 or v7. + WWW: http://www.rsyslog.com/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 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]) by hub.freebsd.org (Postfix) with ESMTP id 979C784D; Sat, 2 Mar 2013 12:30:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 737C08D6; Sat, 2 Mar 2013 12:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22CU9ZC005747; Sat, 2 Mar 2013 12:30:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22CU9ox005743; Sat, 2 Mar 2013 12:30:09 GMT (envelope-from edwin) Date: Sat, 2 Mar 2013 12:30:09 GMT Message-Id: <201303021230.r22CU9ox005743@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brd@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176599: [patch] sysutils/rsyslog6-devel: Mark DEPRECATED X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 12:30:09 -0000 Synopsis: [patch] sysutils/rsyslog6-devel: Mark DEPRECATED Responsible-Changed-From-To: freebsd-ports-bugs->brd Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 2 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=176599 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 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]) by hub.freebsd.org (Postfix) with ESMTP id 8C036CAF for ; Sat, 2 Mar 2013 13:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 72736972 for ; Sat, 2 Mar 2013 13:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22D016u010531 for ; Sat, 2 Mar 2013 13:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22D01Ve010530; Sat, 2 Mar 2013 13:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 13:00:01 GMT Resent-Message-Id: <201303021300.r22D01Ve010530@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Cristiano Rolim Pereira Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 0E987CA7 for ; Sat, 2 Mar 2013 12:59:42 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id C77B496D for ; Sat, 2 Mar 2013 12:59:41 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r22CxfQe073957 for ; Sat, 2 Mar 2013 12:59:41 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r22Cxfi6073956; Sat, 2 Mar 2013 12:59:41 GMT (envelope-from nobody) Message-Id: <201303021259.r22Cxfi6073956@red.freebsd.org> Date: Sat, 2 Mar 2013 12:59:41 GMT From: Cristiano Rolim Pereira To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176601: [patch] - update sysutils/rsyslog7 to version 7.2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 13:00:01 -0000 >Number: 176601 >Category: ports >Synopsis: [patch] - update sysutils/rsyslog7 to version 7.2.5 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Mar 02 13:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Cristiano Rolim Pereira >Release: 9.1 RELEASE >Organization: >Environment: >Description: The attached diff updates sysutils/rsyslog7 to version 7.2.5. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ../rsyslog7.orig/Makefile ./Makefile --- ../rsyslog7.orig/Makefile 2013-03-02 10:25:08.000000000 -0300 +++ ./Makefile 2013-03-02 10:34:32.000000000 -0300 @@ -1,8 +1,7 @@ # $FreeBSD: sysutils/rsyslog7/Makefile 313088 2013-02-28 10:51:58Z gahr $ PORTNAME= rsyslog -PORTVERSION= 7.2.4 -PORTREVISION?= 1 +PORTVERSION= 7.2.5 CATEGORIES= sysutils MASTER_SITES= http://www.rsyslog.com/files/download/rsyslog/ @@ -98,7 +97,6 @@ lib/rsyslog/omsnmp.so .endif - .ifdef WITH_MYSQL_MICROSECONDS EXTRA_PATCHES+= ${FILESDIR}/extra-patch-mysql-microseconds .endif @@ -143,7 +141,7 @@ @${FIND} ${WRKSRC} -name '*.bak' -delete post-install: -.ifndef NOPORTDOCS +.if ${PORT_OPTIONS:MDOCS} @${INSTALL} -d ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/doc/*html ${DOCSDIR}/ @${INSTALL_DATA} ${WRKSRC}/doc/*jpg ${DOCSDIR}/ diff -ruN ../rsyslog7.orig/distinfo ./distinfo --- ../rsyslog7.orig/distinfo 2013-03-02 10:25:08.000000000 -0300 +++ ./distinfo 2013-03-02 10:32:00.000000000 -0300 @@ -1,2 +1,2 @@ -SHA256 (rsyslog-7.2.4.tar.gz) = 90af55f696db3209a9ef28d8e8052c48917479dd994838f5ef678b1f701c4540 -SIZE (rsyslog-7.2.4.tar.gz) = 2702981 +SHA256 (rsyslog-7.2.5.tar.gz) = 8cce8c61610bde4eb09dc379281362650cced4c75097c9756acce8bfaac96bfb +SIZE (rsyslog-7.2.5.tar.gz) = 2704775 diff -ruN ../rsyslog7.orig/pkg-descr ./pkg-descr --- ../rsyslog7.orig/pkg-descr 2013-03-02 10:25:08.000000000 -0300 +++ ./pkg-descr 2013-03-02 10:41:55.000000000 -0300 @@ -14,6 +14,6 @@ chains while at the same time being very easy to setup for the novice user. -Tracking v6-devel +Tracking v7-stable WWW: http://www.rsyslog.com/ >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 13:00: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]) by hub.freebsd.org (Postfix) with ESMTP id 40415D2C; Sat, 2 Mar 2013 13:00:16 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 1C2A597A; Sat, 2 Mar 2013 13:00:16 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22D0FZp010616; Sat, 2 Mar 2013 13:00:15 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22D0FEV010612; Sat, 2 Mar 2013 13:00:15 GMT (envelope-from edwin) Date: Sat, 2 Mar 2013 13:00:15 GMT Message-Id: <201303021300.r22D0FEV010612@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, brd@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176601: [patch] - update sysutils/rsyslog7 to version 7.2.5 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 13:00:16 -0000 Synopsis: [patch] - update sysutils/rsyslog7 to version 7.2.5 Responsible-Changed-From-To: freebsd-ports-bugs->brd Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 2 13:00:15 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176601 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 13: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]) by hub.freebsd.org (Postfix) with ESMTP id 3B40333F; Sat, 2 Mar 2013 13:28:03 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 14C3AA7F; Sat, 2 Mar 2013 13:28:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22DS2Dq016517; Sat, 2 Mar 2013 13:28:02 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22DS2M0016513; Sat, 2 Mar 2013 13:28:02 GMT (envelope-from pawel) Date: Sat, 2 Mar 2013 13:28:02 GMT Message-Id: <201303021328.r22DS2M0016513@freefall.freebsd.org> To: javad.kouhi@gmail.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/176354: [new port]: cad/logisim Design and simulate logic circuits X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 13:28:03 -0000 Synopsis: [new port]: cad/logisim Design and simulate logic circuits State-Changed-From-To: open->closed State-Changed-By: pawel State-Changed-When: Sat Mar 2 13:28:02 UTC 2013 State-Changed-Why: New port added, with minor changes. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=176354 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 13:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E5E1638B for ; Sat, 2 Mar 2013 13:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id C9C48AA0 for ; Sat, 2 Mar 2013 13:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22DU1al016629 for ; Sat, 2 Mar 2013 13:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22DU1Mo016628; Sat, 2 Mar 2013 13:30:01 GMT (envelope-from gnats) Date: Sat, 2 Mar 2013 13:30:01 GMT Message-Id: <201303021330.r22DU1Mo016628@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/176354: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 13:30:02 -0000 The following reply was made to PR ports/176354; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/176354: commit references a PR Date: Sat, 2 Mar 2013 13:26:54 +0000 (UTC) Author: pawel Date: Sat Mar 2 13:26:40 2013 New Revision: 313229 URL: http://svnweb.freebsd.org/changeset/ports/313229 Log: Logisim is an educational tool for designing and simulating digital logic circuits. With its simple toolbar interface and simulation of circuits as you build them, it is simple enough to facilitate learning the most basic concepts related to logic circuits. With the capacity to build larger circuits from smaller subcircuits, and to draw bundles of wires with a single mouse drag, Logisim can be used (and is used) to design and simulate entire CPUs for educational purposes. Logisim is used by students at colleges and universities around the world in many types of classes, ranging from a brief unit on logic in general-education computer science surveys, to computer organization courses, to full-semester courses on computer architecture. WWW: http://ozark.hendrix.edu/~burch/logisim/ PR: ports/176354 Submitted by: Javad Kouhi Added: head/cad/logisim/ head/cad/logisim/Makefile (contents, props changed) head/cad/logisim/distinfo (contents, props changed) head/cad/logisim/pkg-descr (contents, props changed) Modified: head/cad/Makefile Modified: head/cad/Makefile ============================================================================== --- head/cad/Makefile Sat Mar 2 12:49:39 2013 (r313228) +++ head/cad/Makefile Sat Mar 2 13:26:40 2013 (r313229) @@ -56,6 +56,7 @@ SUBDIR += libgeda SUBDIR += librecad SUBDIR += linux-eagle5 + SUBDIR += logisim SUBDIR += magic SUBDIR += mars SUBDIR += meshdev Added: head/cad/logisim/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/logisim/Makefile Sat Mar 2 13:26:40 2013 (r313229) @@ -0,0 +1,37 @@ +# $FreeBSD$ + +PORTNAME= logisim +PORTVERSION= 2.7.1 +CATEGORIES= cad java +MASTER_SITES= SF/circuit/2.7.x/2.7.1/ +DISTNAME= ${PORTNAME}-generic-${PORTVERSION} +EXTRACT_SUFX= .jar +EXTRACT_ONLY= + +MAINTAINER= javad.kouhi@gmail.com +COMMENT= Educational tool for designing and simulating logic circuits + +LICENSE= GPLv2 + +NO_BUILD= yes +USE_JAVA= yes +JAVA_RUN= yes +JAVA_VERSION= 1.6+ + +PLIST_FILES= ${DATADIR_REL}/${PORTNAME}-generic-${PORTVERSION}${EXTRACT_SUFX} \ + bin/${PORTNAME} +PLIST_DIRS= %%DATADIR%% + +DESKTOP_ENTRIES="Logisim" "${COMMENT}" "" "${PORTNAME}" "" false + +do-extract: + ${MKDIR} ${WRKSRC} + ${CP} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} ${WRKSRC} + ${ECHO_CMD} -e "#!/bin/sh\nexec ${JAVA} -jar ${DATADIR}/${DISTNAME}${EXTRACT_SUFX}" > ${WRKSRC}/${PORTNAME} + +do-install: + ${MKDIR} ${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/${DISTNAME}${EXTRACT_SUFX} ${DATADIR} + ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/ + +.include Added: head/cad/logisim/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/logisim/distinfo Sat Mar 2 13:26:40 2013 (r313229) @@ -0,0 +1,2 @@ +SHA256 (logisim-generic-2.7.1.jar) = 362a78c12ad18c203fed868872c4a01cd9c12141379d92e892bbe2c37e627bc2 +SIZE (logisim-generic-2.7.1.jar) = 6933898 Added: head/cad/logisim/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/cad/logisim/pkg-descr Sat Mar 2 13:26:40 2013 (r313229) @@ -0,0 +1,14 @@ +Logisim is an educational tool for designing and simulating digital logic +circuits. With its simple toolbar interface and simulation of circuits as +you build them, it is simple enough to facilitate learning the most basic +concepts related to logic circuits. With the capacity to build larger circuits +from smaller subcircuits, and to draw bundles of wires with a single mouse +drag, Logisim can be used (and is used) to design and simulate entire CPUs for +educational purposes. + +Logisim is used by students at colleges and universities around the world in +many types of classes, ranging from a brief unit on logic in general-education +computer science surveys, to computer organization courses, to full-semester +courses on computer architecture. + +WWW: http://ozark.hendrix.edu/~burch/logisim/ _______________________________________________ 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 Mar 2 14: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]) by hub.freebsd.org (Postfix) with ESMTP id BEAD8796 for ; Sat, 2 Mar 2013 14:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id A565CD4D for ; Sat, 2 Mar 2013 14:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22EA00P023270 for ; Sat, 2 Mar 2013 14:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22EA03t023269; Sat, 2 Mar 2013 14:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 14:10:00 GMT Resent-Message-Id: <201303021410.r22EA03t023269@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Green Dog Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 669A6776 for ; Sat, 2 Mar 2013 14:07:50 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 43EB4D3B for ; Sat, 2 Mar 2013 14:07:50 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r22E7oUp026947 for ; Sat, 2 Mar 2013 14:07:50 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r22E7oSW026946; Sat, 2 Mar 2013 14:07:50 GMT (envelope-from nobody) Message-Id: <201303021407.r22E7oSW026946@red.freebsd.org> Date: Sat, 2 Mar 2013 14:07:50 GMT From: Green Dog To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176602: [games/py-fife] update to 0.3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 14:10:00 -0000 >Number: 176602 >Category: ports >Synopsis: [games/py-fife] update to 0.3.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Mar 02 14:10:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Green Dog >Release: >Organization: >Environment: >Description: games/py-fife update to 0.3.4 >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN py-fife.orig/Makefile py-fife/Makefile --- py-fife.orig/Makefile 2013-01-31 18:01:28.000000000 +0400 +++ py-fife/Makefile 2013-03-02 17:42:57.000000000 +0400 @@ -2,50 +2,52 @@ # $FreeBSD: ports/games/py-fife/Makefile,v 1.5 2013/01/31 14:01:28 svnexp Exp $ PORTNAME= fife -PORTVERSION= 0.3.3r3 -PORTREVISION= 3 +PORTVERSION= 0.3.4 CATEGORIES= games MASTER_SITES= http://sourceforge.net/projects/${PORTNAME}/files/active/src/:source \ - http://sourceforge.net/projects/${PORTNAME}/files/active/demos/:demo + http://sourceforge.net/projects/${PORTNAME}/files/active/demos/:demo \ + http://sourceforge.net/projects/${PORTNAME}/files/active/tools/:tools DISTNAME= ${PORTNAME}_${PORTVERSION} DISTFILES+= ${DISTNAME}.tar.gz:source \ - ${DISTNAME}_demos.tar.gz:demo + ${DISTNAME}_demos.tar.gz:demo \ + ${DISTNAME}_tools.tar.gz:tools MAINTAINER= fiziologus@gmail.com COMMENT= Flexible Isometric Free Engine -FETCH_ARGS= -Fpr - BUILD_DEPENDS= ${LOCALBASE}/bin/swig:${PORTSDIR}/devel/swig13 -LIB_DEPENDS= vorbisfile.6:${PORTSDIR}/audio/libvorbis \ - guichan.2:${PORTSDIR}/devel/guichan \ +LIB_DEPENDS= vorbisfile:${PORTSDIR}/audio/libvorbis \ + guichan:${PORTSDIR}/devel/guichan \ boost_filesystem:${PORTSDIR}/devel/boost-libs \ png15:${PORTSDIR}/graphics/png +FETCH_ARGS= -Fpr + USE_SDL= sdl ttf image USE_OPENAL= al USE_SCONS= yes +SCONS_ARGS= --prefix=${PREFIX} --python-prefix=${PYTHON_SITELIBDIR} SCONS_BUILDENV= SWIG=${LOCALBASE}/bin/swig \ - CXX=${CXX} CPP=${CPP} + CXX=${CXX} SCONS_TARGET= fife-python SCONS_INSTALL_TARGET= install-python -USE_PYTHON= yes +USE_PYTHON= 2.7 USE_XORG= xcursor USE_GL= gl -USE_GNOME= pkgconfig +USE_PKGCONFIG= build post-patch: - ${REINPLACE_CMD} -e 's/X11R6/local/g' ${WRKSRC}/build/openbsd4-config.py && \ + ${REINPLACE_CMD} -e 's/X11R6/local/g; s/libpng/ligpng15/g' ${WRKSRC}/build/openbsd4-config.py && \ ${MV} ${WRKSRC}/build/openbsd4-config.py ${WRKSRC}/build/${PYTHON_PLATFORM}-config.py post-install: ${MKDIR} ${DATADIR} - ${MV} ${WRKSRC}/tools ${DATADIR} + ${MV} ${WRKDIR}/tools ${DATADIR} ${MV} ${WRKDIR}/demos ${DATADIR} ${MKDIR} ${DOCSDIR} .for FILE in README AUTHORS CHANGES COPYING diff -ruN py-fife.orig/distinfo py-fife/distinfo --- py-fife.orig/distinfo 2012-05-25 17:57:29.000000000 +0400 +++ py-fife/distinfo 2013-03-02 13:20:12.000000000 +0400 @@ -1,4 +1,6 @@ -SHA256 (fife_0.3.3r3.tar.gz) = 172bd6ececa37c3e98689f5b4b00cb86bcf611bca714cf88aef91ba6d05ea16e -SIZE (fife_0.3.3r3.tar.gz) = 4930412 -SHA256 (fife_0.3.3r3_demos.tar.gz) = 07b454c3174e686b49080292fa77d18b196941ed65dd7e3bf62b4d9b40347177 -SIZE (fife_0.3.3r3_demos.tar.gz) = 23351591 +SHA256 (fife_0.3.4.tar.gz) = 8a28d570ef8166b0b571047b8bdc482b09c05c4f9bb754f5564964b8c06dd6f7 +SIZE (fife_0.3.4.tar.gz) = 1398594 +SHA256 (fife_0.3.4_demos.tar.gz) = 4f76b921f2a8782ebaf168b24cdc2c94099084e260a61fa30a467b5edf3b5fc6 +SIZE (fife_0.3.4_demos.tar.gz) = 23355196 +SHA256 (fife_0.3.4_tools.tar.gz) = 90a3ea6c1b15ce87a535209f3f726e82fb06b518f3bbcf985b6950782227f98f +SIZE (fife_0.3.4_tools.tar.gz) = 506204 diff -ruN py-fife.orig/files/patch-SConstruct py-fife/files/patch-SConstruct --- py-fife.orig/files/patch-SConstruct 2012-05-25 17:57:29.000000000 +0400 +++ py-fife/files/patch-SConstruct 1970-01-01 03:00:00.000000000 +0300 @@ -1,15 +0,0 @@ ---- SConstruct.orig 2012-05-21 16:35:59.000000000 +0400 -+++ SConstruct 2012-05-21 16:43:47.000000000 +0400 -@@ -308,6 +308,12 @@ - if os.environ.has_key('SWIG'): - env['SWIG'] = os.environ['SWIG'] - -+if os.environ.has_key('CXX'): -+ env['CXX'] = os.environ['CXX'] -+ -+if os.environ.has_key('CPP'): -+ env['CPP'] = os.environ['CPP'] -+ - haveusercxxflags = False - - if os.environ.has_key('CXXFLAGS'): diff -ruN py-fife.orig/pkg-plist py-fife/pkg-plist --- py-fife.orig/pkg-plist 2012-05-25 17:57:29.000000000 +0400 +++ py-fife/pkg-plist 2013-03-02 14:52:04.000000000 +0400 @@ -104,11 +104,13 @@ %%DATADIR%%/demos/rio_de_hola/maps/shrine.xml %%DATADIR%%/demos/rio_de_hola/maps/tourist_beach.xml %%DATADIR%%/demos/rio_de_hola/maps/tourist_beach_test.xml +%%DATADIR%%/demos/rio_de_hola/misc/black_cell.png %%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/LICENSE %%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/non-animated_object_rendersetup.blend %%DATADIR%%/demos/rio_de_hola/misc/current_rendersetup/rendering_setup.blend %%DATADIR%%/demos/rio_de_hola/misc/diamond_160x96_template_v01.blend %%DATADIR%%/demos/rio_de_hola/misc/infotext.txt +%%DATADIR%%/demos/rio_de_hola/misc/mask_cell.png %%DATADIR%%/demos/rio_de_hola/misc/mask_diamond_126_96.png %%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/045r.png %%DATADIR%%/demos/rio_de_hola/misc/rotation+location_test/facing000/135r.png @@ -376,6 +378,7 @@ %%DATADIR%%/tools/atlas/stable.h %%DATADIR%%/tools/editor/fonts/FreeSans.ttf %%DATADIR%%/tools/editor/gui/cameradialog.xml +%%DATADIR%%/tools/editor/gui/cellview.xml %%DATADIR%%/tools/editor/gui/eleveditor.xml %%DATADIR%%/tools/editor/gui/error.xml %%DATADIR%%/tools/editor/gui/filebrowser.xml @@ -421,10 +424,12 @@ %%DATADIR%%/tools/editor/gui/selection.xml %%DATADIR%%/tools/editor/gui/statuspanel.xml %%DATADIR%%/tools/editor/gui/tools.xml +%%DATADIR%%/tools/editor/lang/help_cellview.txt %%DATADIR%%/tools/editor/lang/help_object_edit.txt %%DATADIR%%/tools/editor/lang/infotext.txt %%DATADIR%%/tools/editor/LICENSE %%DATADIR%%/tools/editor/plugins/CameraEdit.py +%%DATADIR%%/tools/editor/plugins/CellView.py %%DATADIR%%/tools/editor/plugins/HistoryManager.py %%DATADIR%%/tools/editor/plugins/InstanceHighlighter.py %%DATADIR%%/tools/editor/plugins/LayerTool.py >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 14: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]) by hub.freebsd.org (Postfix) with ESMTP id 2523F7C3; Sat, 2 Mar 2013 14:10:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 01287D4E; Sat, 2 Mar 2013 14:10:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22EA8El023407; Sat, 2 Mar 2013 14:10:08 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22EA8oi023403; Sat, 2 Mar 2013 14:10:08 GMT (envelope-from edwin) Date: Sat, 2 Mar 2013 14:10:08 GMT Message-Id: <201303021410.r22EA8oi023403@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-python@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176602: [games/py-fife] update to 0.3.4 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 14:10:09 -0000 Synopsis: [games/py-fife] update to 0.3.4 Responsible-Changed-From-To: freebsd-ports-bugs->freebsd-python Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 2 14: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=176602 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 14:29: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]) by hub.freebsd.org (Postfix) with ESMTP id 7C3A5EDB; Sat, 2 Mar 2013 14:29:27 +0000 (UTC) (envelope-from pawel@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4E9C9E07; Sat, 2 Mar 2013 14:29:27 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22ETRdH027800; Sat, 2 Mar 2013 14:29:27 GMT (envelope-from pawel@freefall.freebsd.org) Received: (from pawel@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22ETQd6027796; Sat, 2 Mar 2013 14:29:26 GMT (envelope-from pawel) Date: Sat, 2 Mar 2013 14:29:26 GMT Message-Id: <201303021429.r22ETQd6027796@freefall.freebsd.org> To: martin@arp242.net, kevinz5000@gmail.com, pawel@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: pawel@FreeBSD.org Subject: Re: ports/175976: [patch] Install desktop icon for games/boswars X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 14:29:27 -0000 Synopsis: [patch] Install desktop icon for games/boswars State-Changed-From-To: feedback->closed State-Changed-By: pawel State-Changed-When: Sat Mar 2 14:29:26 UTC 2013 State-Changed-Why: Committed. Thanks! PR status change is manual, someone have to do this and sometimes things slip through :) http://www.freebsd.org/cgi/query-pr.cgi?pr=175976 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 14:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 75218F1A for ; Sat, 2 Mar 2013 14:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 67A35E0F for ; Sat, 2 Mar 2013 14:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22EU1Lk027965 for ; Sat, 2 Mar 2013 14:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22EU1jE027964; Sat, 2 Mar 2013 14:30:01 GMT (envelope-from gnats) Date: Sat, 2 Mar 2013 14:30:01 GMT Message-Id: <201303021430.r22EU1jE027964@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: dfilter@FreeBSD.ORG (dfilter service) Subject: Re: ports/175976: commit references a PR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: dfilter service List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 14:30:01 -0000 The following reply was made to PR ports/175976; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/175976: commit references a PR Date: Sat, 2 Mar 2013 14:26:34 +0000 (UTC) Author: pawel Date: Sat Mar 2 14:26:20 2013 New Revision: 313231 URL: http://svnweb.freebsd.org/changeset/ports/313231 Log: - Add desktop entry file - Remove ABI versions from LIB_DEPENDS - Update pkg-descr - Convert to OptionsNG PR: ports/175976 Submitted by: Kevin Zheng Approved by: Martin Tournoij (maintainer) Modified: head/games/boswars/Makefile (contents, props changed) head/games/boswars/pkg-descr (contents, props changed) Modified: head/games/boswars/Makefile ============================================================================== --- head/games/boswars/Makefile Sat Mar 2 13:48:31 2013 (r313230) +++ head/games/boswars/Makefile Sat Mar 2 14:26:20 2013 (r313231) @@ -1,25 +1,21 @@ -# New ports collection makefile for: bos -# Date created: 14 Oct 2005 -# Whom: Alejandro Pulver -# +# Created by: Alejandro Pulver # $FreeBSD$ -# PORTNAME= boswars PORTVERSION= 2.6.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= http://www.boswars.org/dist/releases/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= martin@arp242.net -COMMENT= A real-time strategy game +COMMENT= Futuristic real-time strategy game LICENSE= GPLv2 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ - theora.0:${PORTSDIR}/multimedia/libtheora \ - vorbis.4:${PORTSDIR}/audio/libvorbis + theora:${PORTSDIR}/multimedia/libtheora \ + vorbis:${PORTSDIR}/audio/libvorbis USE_LUA= 5.1 USE_SDL= sdl @@ -30,6 +26,11 @@ CPPPATH= ${LOCALBASE}/include ${LUA_INCD LIBPATH= ${LOCALBASE}/lib ${LUA_LIBDIR} CFLAGS+= -DSTRATAGUS_LIB_PATH='"\"${DATADIR}\""' +DESKTOP_ENTRIES= "Bos Wars" "${COMMENT}" "" \ + "boswars" "Game;StrategyGame;" false + +.include + post-patch: @${REINPLACE_CMD} -e '\ s|-pthread|${PTHREAD_LIBS}|g; \ @@ -44,7 +45,7 @@ do-install: ${CP} -R ${WRKSRC}/${f} ${DATADIR} .endfor -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/CHANGELOG ${WRKSRC}/README.txt ${DOCSDIR} ${CP} -R ${WRKSRC}/doc/* ${DOCSDIR} Modified: head/games/boswars/pkg-descr ============================================================================== --- head/games/boswars/pkg-descr Sat Mar 2 13:48:31 2013 (r313230) +++ head/games/boswars/pkg-descr Sat Mar 2 14:26:20 2013 (r313231) @@ -1,22 +1,17 @@ -Bos Wars is a real-time strategy game that uses a modified version of the -Stratagus game engine. - Bos Wars is a futuristic real time strategy game (RTS). In a RTS game, the player has to combat his enemies while developing his war economy. Everything -runs in real-time, as opposed to turn-based games where the player always has -to wait for his turn. The trick is to balance the effort put into building his -economy and building an army to defend and attack the enemies. - -Bos Wars has a dynamic rate based economy. Energy is produced by power plants -and magma gets pumped from hot spots. Buildings and mobile units are also -built at a continuous rate. Control of larger parts of the map creates the -potential to increase your economy throughput. Holding key points like roads -and passages allow for different strategies. +runs in real-time, as opposed to turn-based games where the player always +has to wait for his turn. The trick is to balance the effort put into +building his economy and building an army to defend and attack the enemies. -It is possible to play against human opponents over LAN, internet, or against -the computer. Bos Wars successfully runs under Linux, MS Windows, BSD, and Mac -OS X. +Bos Wars has a dynamic rate based economy. Energy is produced by power +plants and magma gets pumped from hot spots. Buildings and mobile units +are also built at a continuous rate. Control of larger parts of the map +creates the potential to increase your economy throughput. Holding key +points like roads and passages allow for different strategies. -Bos Wars aims to create a completely original and fun open source RTS game. +It is possible to play against human opponents over LAN, internet, or +against the computer. Bos Wars successfully runs under Linux, MS Windows, +BSD, and Mac OS X. WWW: http://www.boswars.org/ _______________________________________________ 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 Mar 2 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]) by hub.freebsd.org (Postfix) with ESMTP id AD3FB8AD for ; Sat, 2 Mar 2013 17:00:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 91D1B7F2 for ; Sat, 2 Mar 2013 17:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22H03Gi058336 for ; Sat, 2 Mar 2013 17:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22H03jv058335; Sat, 2 Mar 2013 17:00:03 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 17:00:03 GMT Resent-Message-Id: <201303021700.r22H03jv058335@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Glen Barber Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 7CE255AE for ; Sat, 2 Mar 2013 16:54:54 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 5B8237B7 for ; Sat, 2 Mar 2013 16:54:54 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r22GssTd005680 for ; Sat, 2 Mar 2013 16:54:54 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r22GssMQ005679; Sat, 2 Mar 2013 16:54:54 GMT (envelope-from nobody) Message-Id: <201303021654.r22GssMQ005679@red.freebsd.org> Date: Sat, 2 Mar 2013 16:54:54 GMT From: Glen Barber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176604: [patch] multimedia/mplayer2: DVDREAD option is not optional X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 17:00:03 -0000 >Number: 176604 >Category: ports >Synopsis: [patch] multimedia/mplayer2: DVDREAD option is not optional >Confidential: no >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 Mar 02 17:00:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 10.0-CURRENT r247546 >Organization: >Environment: FreeBSD nucleus 10.0-CURRENT FreeBSD 10.0-CURRENT #87 r247546: Fri Mar 1 13:15:42 EST 2013 root@nucleus:/usr/obj/usr/src/sys/NUCLEUS amd64 >Description: multimedia/mplayer2 OPTIONS lists DVDREAD as optional, however building without DVDREAD option leads to compile failure. >How-To-Repeat: Script started on Sat Mar 2 11:48:32 2013 root@nucleus:/usr/ports/multimedia/mplayer2 # make ===> Building for mplayer2-2.0.20130126 ./version.sh cc -o mplayer command.o m_property.o mixer.o mp_fifo.o mplayer.o parser-mpcmd.o screenshot.o input/input.o libao2/ao_null.o libao2/ao_pcm.o libao2/audio_out.o libvo/aspect.o libvo/csputils.o lib vo/filter_kernels.o libvo/geometry.o libvo/old_vo_wrapper.o libvo/video_out.o libvo/vo_null.o libvo/vo_png.o libvo/vo_jpeg.o libvo/vo_md5sum.o libao2/ao_oss.o libvo/vo_pnm.o libvo/vo_tga.o libvo /vo_yuv4mpeg.o asxparser.o av_log.o av_opts.o bstr.o codec-cfg.o cpudetect.o defaultopts.o fmt-conversion.o m_config.o m_option.o m_struct.o mp_msg.o mpcommon.o parser-cfg.o path.o playtree.o pl aytreeparser.o subopt-helper.o talloc.o libaf/af.o libaf/af_center.o libaf/af_channels.o libaf/af_comp.o libaf/af_delay.o libaf/af_dummy.o libaf/af_equalizer.o libaf/af_extrastereo.o libaf/af_fo rmat.o libaf/af_gate.o libaf/af_hrtf.o libaf/af_karaoke.o libaf/af_lavcac3enc.o libaf/af_lavcresample.o libaf/af_pan.o libaf/af_resample.o libaf/af_scaletempo.o libaf/af_sinesuppress.o libaf/af_ stats.o libaf/af_sub.o libaf/af_surround.o libaf/af_sweep.o libaf/af_tools.o libaf/af_volnorm.o libaf/af_volume.o libaf/filter.o libaf/format.o libaf/reorder_ch.o libaf/window.o libmpcodecs/ad.o libmpcodecs/ad_alaw.o libmpcodecs/ad_dk3adpcm.o libmpcodecs/ad_dvdpcm.o libmpcodecs/ad_ffmpeg.o libmpcodecs/ad_hwac3.o libmpcodecs/ad_hwmpa.o libmpcodecs/ad_imaadpcm.o libmpcodecs/ad_msadpcm.o libmpcodecs/ad_pcm.o libmpcodecs/dec_audio.o libmpcodecs/dec_teletext.o libmpcodecs/dec_video.o libmpcodecs/img_format.o libmpcodecs/mp_image.o libmpcodecs/pullup.o libmpcodecs/vd.o libmpcodecs/ vd_ffmpeg.o libmpcodecs/vd_hmblck.o libmpcodecs/vd_lzo.o libmpcodecs/vd_mpegpes.o libmpcodecs/vd_mtga.o libmpcodecs/vd_null.o libmpcodecs/vd_raw.o libmpcodecs/vd_sgi.o libmpcodecs/vf.o libmpcode cs/vf_1bpp.o libmpcodecs/vf_2xsai.o libmpcodecs/vf_blackframe.o libmpcodecs/vf_boxblur.o libmpcodecs/vf_crop.o libmpcodecs/vf_cropdetect.o libmpcodecs/vf_decimate.o libmpcodecs/vf_delogo.o libmp codecs/vf_denoise3d.o libmpcodecs/vf_detc.o libmpcodecs/vf_dint.o libmpcodecs/vf_divtc.o libmpcodecs/vf_down3dright.o libmpcodecs/vf_dsize.o libmpcodecs/vf_dvbscale.o libmpcodecs/vf_eq.o libmpco decs/vf_eq2.o libmpcodecs/vf_expand.o libmpcodecs/vf_field.o libmpcodecs/vf_fil.o libmpcodecs/vf_filmdint.o libmpcodecs/vf_fixpts.o libmpcodecs/vf_flip.o libmpcodecs/vf_format.o libmpcodecs/vf_f ramestep.o libmpcodecs/vf_fspp.o libmpcodecs/vf_geq.o libmpcodecs/vf_gradfun.o libmpcodecs/vf_halfpack.o libmpcodecs/vf_harddup.o libmpcodecs/vf_hqdn3d.o libmpcodecs/vf_hue.o libmpcodecs/vf_il.o libmpcodecs/vf_ilpack.o libmpcodecs/vf_ivtc.o libmpcodecs/vf_kerndeint.o libmpcodecs/vf_lavc.o libmpcodecs/vf_lavcdeint.o libmpcodecs/vf_mirror.o libmpcodecs/vf_noformat.o libmpcodecs/vf_noise. o libmpcodecs/vf_ow.o libmpcodecs/vf_palette.o libmpcodecs/vf_perspective.o libmpcodecs/vf_phase.o libmpcodecs/vf_pp7.o libmpcodecs/vf_pullup.o libmpcodecs/vf_qp.o libmpcodecs/vf_rectangle.o lib mpcodecs/vf_remove_logo.o libmpcodecs/vf_rgbtest.o libmpcodecs/vf_rotate.o libmpcodecs/vf_sab.o libmpcodecs/vf_scale.o libmpcodecs/vf_screenshot.o libmpcodecs/vf_smartblur.o libmpcodecs/vf_softp ulldown.o libmpcodecs/vf_stereo3d.o libmpcodecs/vf_softskip.o libmpcodecs/vf_swapuv.o libmpcodecs/vf_telecine.o libmpcodecs/vf_test.o libmpcodecs/vf_tfields.o libmpcodecs/vf_tile.o libmpcodecs/v f_tinterlace.o libmpcodecs/vf_unsharp.o libmpcodecs/vf_uspp.o libmpcodecs/vf_vo.o libmpcodecs/vf_yadif.o libmpcodecs/vf_yuvcsp.o libmpcodecs/vf_yvu9.o libmpdemux/aac_hdr.o libmpdemux/asfheader.o libmpdemux/aviheader.o libmpdemux/aviprint.o libmpdemux/demuxer.o libmpdemux/demux_aac.o libmpdemux/demux_asf.o libmpdemux/demux_audio.o libmpdemux/demux_avi.o libmpdemux/demux_demuxers.o libmp demux/demux_edl.o libmpdemux/demux_film.o libmpdemux/demux_fli.o libmpdemux/demux_lavf.o libmpdemux/demux_lmlm4.o libmpdemux/demux_mf.o libmpdemux/demux_mkv.o libmpdemux/demux_mov.o libmpdemux/d emux_mpg.o libmpdemux/demux_nsv.o libmpdemux/demux_pva.o libmpdemux/demux_rawaudio.o libmpdemux/demux_rawvideo.o libmpdemux/demux_realaud.o libmpdemux/demux_real.o libmpdemux/demux_roq.o libmpdemux/demux_smjpeg.o libmpdemux/demux_ts.o libmpdemux/demux_ty.o libmpdemux/demux_viv.o libmpdemux/demux_vqf.o libmpdemux/demux_y4m.o libmpdemux/ebml.o libmpdemux/extension.o libmpdemux/mf.o libmpdemux/mp3_hdr.o libmpdemux/mp_taglists.o libmpdemux/mpeg_hdr.o libmpdemux/mpeg_packetizer.o libmpdemux/parse_es.o libmpdemux/parse_mp4.o libmpdemux/video.o libmpdemux/yuv4mpeg.o libmpdemux/yuv4mpeg_ratio.o libvo/osd.o libvo/bitmap_packer.o osdep/numcores.o osdep/io.o osdep/getch2.o osdep/timer-linux.o stream/stream.o stream/stream_cue.o stream/stream_ffmpeg.o stream/stream_file.o stream/stream_mf.o stream/stream_null.o stream/url.o sub/dec_sub.o sub/find_sub.o sub/find_subfiles.o sub/sd_lavc.o sub/spudec.o sub/sub.o sub/sub_cc.o sub/subassconvert.o sub/subreader.o sub/vobsub.o timeline/tl_edl.o timeline /tl_matroska.o stream/dvb_tune.o stream/stream_dvb.o stream/stream_dvdnav.o libvo/aclib.o stream/stream_ftp.o libmpcodecs/vf_bmovl.o libaf/af_export.o osdep/mmap_anon.o libmpcodecs/vd_ijpg.o osdep/shmem.o stream/asf_mmst_streaming.o stream/asf_streaming.o stream/cookies.o stream/http.o stream/network.o stream/pnm.o stream/rtp.o stream/udp.o stream/tcp.o stream/stream_rtp.o stream/stream_udp.o libmpcodecs/vd_mpng.o stream/cache2.o stream/stream_tv.o stream/tv.o stream/frequencies.o stream/tvi_dummy.o stream/tvi_bsdbt848.o sub/unrar_exec.o stream/stream_vcd.o libmpcodecs/ad_libvorbis.o libmpdemux/demux_ogg.o libmpcodecs/vd_xanim.o sub/osd_dummy.o -Wl,-z,noexecstack -L/usr/local/lib/ffmpeg1 -L/usr/local/lib/portaudio2 -L/usr/local/lib -ffast-math /usr/lib/libncurses.so -lpng -lz -ljpeg -lz -lvorbis -logg -L/usr/local/lib -llcms2 -lavutil1 -lavcodec1 -lavformat1 -L/usr/local/lib/ffmpeg1 -lswscale1 -pthread -rdynamic -L/usr/local/lib -ldvdnavmini -pthread -lm -lXss stream/stream_dvdnav.o: In function `show_audio_subs_languages': stream_dvdnav.c:(.text+0x71c): undefined reference to `dvd_audio_stream_channels' stream_dvdnav.c:(.text+0x72f): undefined reference to `dvd_audio_stream_types' stream/stream_dvdnav.o: In function `open_s': stream_dvdnav.c:(.text+0x950): undefined reference to `dvd_speed' stream_dvdnav.c:(.text+0x958): undefined reference to `dvd_set_speed' stream_dvdnav.c:(.text+0xae1): undefined reference to `dvd_angle' stream/stream_dvdnav.o: In function `stream_dvdnav_close': stream_dvdnav.c:(.text+0xca1): undefined reference to `dvd_set_speed' stream/stream_dvdnav.o: In function `fill_buffer': stream_dvdnav.c:(.text+0x1524): undefined reference to `mp_dvdtimetomsec' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_VTS_ATRT' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDCloseFile' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDOpen' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_VOBU_ADMAP' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_PGCI_UT' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoOpen' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDReadBlocks' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoClose' /usr/local/lib/libdvdnavmini.so: undefined reference to `navRead_DSI' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_FP_PGC' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_TITLE_VOBU_ADMAP' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_PTL_MAIT' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoOpenVMGI' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_VTS_PTT_SRPT' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoOpenVTSI' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_PGCIT' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_TT_SRPT' /usr/local/lib/libdvdnavmini.so: undefined reference to `navRead_PCI' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDClose' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDOpenFile' gmake: *** [mplayer] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/multimedia/mplayer2. *** [build] Error code 1 Stop in /usr/ports/multimedia/mplayer2. root@nucleus:/usr/ports/multimedia/mplayer2 # ^D Script done on Sat Mar 2 11:48:38 2013 >Fix: Attached patch resolves it for me. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 313277) +++ Makefile (working copy) @@ -49,18 +49,17 @@ MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= DEBUG RTC IPV6 SMB JOYSTICK \ - DVDREAD LIBBLURAY V4L DV THEORA \ + LIBBLURAY V4L DV THEORA \ X11 XINERAMA OPENGL SDL VDPAU GIF CACA \ MAD SPEEX LIBCDIO LADSPA REALPLAYER \ JACK PULSE PORTAUDIO ASS LIRC -OPTIONS_DEFAULT=DVDREAD X11 ASS +OPTIONS_DEFAULT=X11 ASS .if !defined(PACKAGE_BUILDING) OPTIONS_DEFINE+= WIN32 OPTIONS_DEFAULT+= WIN32 .endif -DVDREAD_DESC= Enable dvdread support RTC_DESC= Enable kernel realtime clock timing PULSE_DESC= Enable PulseAudio support THEORA_DESC= Enable ogg theora video support @@ -166,13 +165,6 @@ CONFIGURE_ARGS+= --disable-bluray .endif -.if ${PORT_OPTIONS:MDVDREAD} -LIB_DEPENDS+= dvdread:${PORTSDIR}/multimedia/libdvdread -CONFIGURE_ARGS+= --enable-dvdread -.else -CONFIGURE_ARGS+= --disable-dvdread -.endif - .if ${PORT_OPTIONS:MSMB} LIB_DEPENDS+= smbclient:${PORTSDIR}/net/samba-libsmbclient .else @@ -191,6 +183,9 @@ CONFIGURE_ARGS+= --disable-ladspa .endif +LIB_DEPENDS+= dvdread:${PORTSDIR}/multimedia/libdvdread +CONFIGURE_ARGS+= --enable-dvdread + .if ${ARCH} == "i386" || ${ARCH} == "amd64" .if ${PORT_OPTIONS:MWIN32} && !defined(PACKAGE_BUILDING) && ${ARCH} == "i386" CODEC_PORT= ${PORTSDIR}/multimedia/win32-codecs >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 17:00: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]) by hub.freebsd.org (Postfix) with ESMTP id 09D978B0 for ; Sat, 2 Mar 2013 17:00:04 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id E289F7F4 for ; Sat, 2 Mar 2013 17:00:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22H03tU058347 for ; Sat, 2 Mar 2013 17:00:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22H03He058346; Sat, 2 Mar 2013 17:00:03 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 17:00:03 GMT Resent-Message-Id: <201303021700.r22H03He058346@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Glen Barber Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id DD68988A for ; Sat, 2 Mar 2013 16:59:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id BD0AB7E4 for ; Sat, 2 Mar 2013 16:59:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r22GxWXL005869 for ; Sat, 2 Mar 2013 16:59:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r22GxWPM005868; Sat, 2 Mar 2013 16:59:32 GMT (envelope-from nobody) Message-Id: <201303021659.r22GxWPM005868@red.freebsd.org> Date: Sat, 2 Mar 2013 16:59:32 GMT From: Glen Barber To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176605: [patch] multimedia/mplayer2: DVDREAD option is not optional X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 17:00:04 -0000 >Number: 176605 >Category: ports >Synopsis: [patch] multimedia/mplayer2: DVDREAD option is not optional >Confidential: no >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 Mar 02 17:00:03 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Glen Barber >Release: 10.0-CURRENT r247546 >Organization: >Environment: FreeBSD nucleus 10.0-CURRENT FreeBSD 10.0-CURRENT #87 r247546: Fri Mar 1 13:15:42 EST 2013 root@nucleus:/usr/obj/usr/src/sys/NUCLEUS amd64 >Description: multimedia/mplayer2 OPTIONS lists DVDREAD as optional dependency, however building without DVDREAD leads to compile failure. >How-To-Repeat: Script started on Sat Mar 2 11:48:32 2013 root@nucleus:/usr/ports/multimedia/mplayer2 # make ===> Building for mplayer2-2.0.20130126 ./version.sh cc -o mplayer command.o m_property.o mixer.o mp_fifo.o mplayer.o parser-mpcmd.o screenshot.o input/input.o libao2/ao_null.o libao2/ao_pcm.o libao2/audio_out.o libvo/aspect.o libvo/csputils.o libvo/filter_kernels.o libvo/geometry.o libvo/old_vo_wrapper.o libvo/video_out.o libvo/vo_null.o libvo/vo_png.o libvo/vo_jpeg.o libvo/vo_md5sum.o libao2/ao_oss.o libvo/vo_pnm.o libvo/vo_tga.o libvo/vo_yuv4mpeg.o asxparser.o av_log.o av_opts.o bstr.o codec-cfg.o cpudetect.o defaultopts.o fmt-conversion.o m_config.o m_option.o m_struct.o mp_msg.o mpcommon.o parser-cfg.o path.o playtree.o playtreeparser.o subopt-helper.o talloc.o libaf/af.o libaf/af_center.o libaf/af_channels.o libaf/af_comp.o libaf/af_delay.o libaf/af_dummy.o libaf/af_equalizer.o libaf/af_extrastereo.o libaf/af_format.o libaf/af_gate.o libaf/af_hrtf.o libaf/af_karaoke.o libaf/af_lavcac3enc.o libaf/af_lavcresample.o libaf/af_pan.o libaf/af_resample.o libaf/af_scaletempo.o libaf/af_sinesuppress.o libaf/af_stats.o libaf/af_sub.o libaf /af_surround.o libaf/af_sweep.o libaf/af_tools.o libaf/af_volnorm.o libaf/af_volume.o libaf/filter.o libaf/format.o libaf/reorder_ch.o libaf/window.o libmpcodecs/ad.o libmpcodecs/ad_alaw.o libmpcodecs/ad_dk3adpcm.o libmpcodecs/ad_dvdpcm.o libmpcodecs/ad_ffmpeg.o libmpcodecs/ad_hwac3.o libmpcodecs/ad_hwmpa.o libmpcodecs/ad_imaadpcm.o libmpcodecs/ad_msadpcm.o libmpcodecs/ad_pcm.o libmpcodecs/dec_audio.o libmpcodecs/dec_teletext.o libmpcodecs/dec_video.o libmpcodecs/img_format.o libmpcodecs/mp_image.o libmpcodecs/pullup.o libmpcodecs/vd.o libmpcodecs/vd_ffmpeg.o libmpcodecs/vd_hmblck.o libmpcodecs/vd_lzo.o libmpcodecs/vd_mpegpes.o libmpcodecs/vd_mtga.o libmpcodecs/vd_null.o libmpcodecs/vd_raw.o libmpcodecs/vd_sgi.o libmpcodecs/vf.o libmpcodecs/vf_1bpp.o libmpcodecs/vf_2xsai.o libmpcodecs/vf_blackframe.o libmpcodecs/vf_boxblur.o libmpcodecs/vf_crop.o libmpcodecs/vf_cropdetect.o libmpcodecs/vf_decimate.o libmpcodecs/vf_delogo.o libmpcodecs/vf_denoise3d.o libmpcodecs/vf_detc.o libmpcodecs /vf_dint.o libmpcodecs/vf_divtc.o libmpcodec! s/vf_down3dright.o libmpcodecs/vf_dsize.o libmpcodecs/vf_dvbscale.o libmpcodecs/vf_eq.o libmpcodecs/vf_eq2.o libmpcodecs/vf_expand.o libmpcodecs/vf_field.o libmpcodecs/vf_fil.o libmpcodecs/vf_filmdint.o libmpcodecs/vf_fixpts.o libmpcodecs/vf_flip.o libmpcodecs/vf_format.o libmpcodecs/vf_framestep.o libmpcodecs/vf_fspp.o libmpcodecs/vf_geq.o libmpcodecs/vf_gradfun.o libmpcodecs/vf_halfpack.o libmpcodecs/vf_harddup.o libmpcodecs/vf_hqdn3d.o libmpcodecs/vf_hue.o libmpcodecs/vf_il.o libmpcodecs/vf_ilpack.o libmpcodecs/vf_ivtc.o libmpcodecs/vf_kerndeint.o libmpcodecs/vf_lavc.o libmpcodecs/vf_lavcdeint.o libmpcodecs/vf_mirror.o libmpcodecs/vf_noformat.o libmpcodecs/vf_noise.o libmpcodecs/vf_ow.o libmpcodecs/vf_palette.o libmpcodecs/vf_perspective.o libmpcodecs/vf_phase.o libmpcodecs/vf_pp7.o libmpcodecs/vf_pullup.o libmpcodecs/vf_qp.o libmpcodecs/vf_rectangle.o libmpcodecs/vf_remove_logo.o libmpcodecs/vf_rgbtest.o libmpcodecs/vf_rotate.o libmpcodecs/vf_sab.o libmpcodecs/vf_scale.o libmpco decs/vf_screenshot.o libmpcodecs/vf_smartblur.o libmpcodecs/vf_softpulldown.o libmpcodecs/vf_stereo3d.o libmpcodecs/vf_softskip.o libmpcodecs/vf_swapuv.o libmpcodecs/vf_telecine.o libmpcodecs/vf_test.o libmpcodecs/vf_tfields.o libmpcodecs/vf_tile.o libmpcodecs/vf_tinterlace.o libmpcodecs/vf_unsharp.o libmpcodecs/vf_uspp.o libmpcodecs/vf_vo.o libmpcodecs/vf_yadif.o libmpcodecs/vf_yuvcsp.o libmpcodecs/vf_yvu9.o libmpdemux/aac_hdr.o libmpdemux/asfheader.o libmpdemux/aviheader.o libmpdemux/aviprint.o libmpdemux/demuxer.o libmpdemux/demux_aac.o libmpdemux/demux_asf.o libmpdemux/demux_audio.o libmpdemux/demux_avi.o libmpdemux/demux_demuxers.o libmpdemux/demux_edl.o libmpdemux/demux_film.o libmpdemux/demux_fli.o libmpdemux/demux_lavf.o libmpdemux/demux_lmlm4.o libmpdemux/demux_mf.o libmpdemux/demux_mkv.o libmpdemux/demux_mov.o libmpdemux/demux_mpg.o libmpdemux/demux_nsv.o libmpdemux/demux_pva.o libmpdemux/demux_rawaudio.o libmpdemux/demux_rawvideo.o libmpdemux/demux_realaud.o libmpdemux/de mux_real.o libmpdemux/demux_roq.o libmpdemux! /demux_sm! jpeg.o libmpdemux/demux_ts.o libmpdemux/demux_ty.o libmpdemux/demux_viv.o libmpdemux/demux_vqf.o libmpdemux/demux_y4m.o libmpdemux/ebml.o libmpdemux/extension.o libmpdemux/mf.o libmpdemux/mp3_hdr.o libmpdemux/mp_taglists.o libmpdemux/mpeg_hdr.o libmpdemux/mpeg_packetizer.o libmpdemux/parse_es.o libmpdemux/parse_mp4.o libmpdemux/video.o libmpdemux/yuv4mpeg.o libmpdemux/yuv4mpeg_ratio.o libvo/osd.o libvo/bitmap_packer.o osdep/numcores.o osdep/io.o osdep/getch2.o osdep/timer-linux.o stream/stream.o stream/stream_cue.o stream/stream_ffmpeg.o stream/stream_file.o stream/stream_mf.o stream/stream_null.o stream/url.o sub/dec_sub.o sub/find_sub.o sub/find_subfiles.o sub/sd_lavc.o sub/spudec.o sub/sub.o sub/sub_cc.o sub/subassconvert.o sub/subreader.o sub/vobsub.o timeline/tl_edl.o timeline/tl_matroska.o stream/dvb_tune.o stream/stream_dvb.o stream/stream_dvdnav.o libvo/aclib.o stream/stream_ftp.o libmpcodecs/vf_bmovl.o libaf/af_export.o osdep/mmap_anon.o libmpcodecs/vd_ijpg.o osdep/shmem.o stream/asf_mmst_streaming.o stream/asf_streaming.o stream/cookies.o stream/http.o stream/network.o stream/pnm.o stream/rtp.o stream/udp.o stream/tcp.o stream/stream_rtp.o stream/stream_udp.o libmpcodecs/vd_mpng.o stream/cache2.o stream/stream_tv.o stream/tv.o stream/frequencies.o stream/tvi_dummy.o stream/tvi_bsdbt848.o sub/unrar_exec.o stream/stream_vcd.o libmpcodecs/ad_libvorbis.o libmpdemux/demux_ogg.o libmpcodecs/vd_xanim.o sub/osd_dummy.o -Wl,-z,noexecstack -L/usr/local/lib/ffmpeg1 -L/usr/local/lib/portaudio2 -L/usr/local/lib -ffast-math /usr/lib/libncurses.so -lpng -lz -ljpeg -lz -lvorbis -logg -L/usr/local/lib -llcms2 -lavutil1 -lavcodec1 -lavformat1 -L/usr/local/lib/ffmpeg1 -lswscale1 -pthread -rdynamic -L/usr/local/lib -ldvdnavmini -pthread -lm -lXss stream/stream_dvdnav.o: In function `show_audio_subs_languages': stream_dvdnav.c:(.text+0x71c): undefined reference to `dvd_audio_stream_channels' stream_dvdnav.c:(.text+0x72f): undefined reference to `dvd_audio_stream_types' stream/stream_dvdnav.o: In function `open_s': stream_dvdnav.c:(.text+0x950): undefined reference to `dvd_speed' stream_dvdnav.c:(.text+0x958): undefined reference to `dvd_set_speed' stream_dvdnav.c:(.text+0xae1): undefined reference to `dvd_angle' stream/stream_dvdnav.o: In function `stream_dvdnav_close': stream_dvdnav.c:(.text+0xca1): undefined reference to `dvd_set_speed' stream/stream_dvdnav.o: In function `fill_buffer': stream_dvdnav.c:(.text+0x1524): undefined reference to `mp_dvdtimetomsec' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_VTS_ATRT' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDCloseFile' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDOpen' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_VOBU_ADMAP' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_PGCI_UT' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoOpen' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDReadBlocks' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoClose' /usr/local/lib/libdvdnavmini.so: undefined reference to `navRead_DSI' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_FP_PGC' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_TITLE_VOBU_ADMAP' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_PTL_MAIT' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoOpenVMGI' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_VTS_PTT_SRPT' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoOpenVTSI' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_PGCIT' /usr/local/lib/libdvdnavmini.so: undefined reference to `ifoRead_TT_SRPT' /usr/local/lib/libdvdnavmini.so: undefined reference to `navRead_PCI' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDClose' /usr/local/lib/libdvdnavmini.so: undefined reference to `DVDOpenFile' gmake: *** [mplayer] Error 1 *** [do-build] Error code 1 Stop in /usr/ports/multimedia/mplayer2. *** [build] Error code 1 Stop in /usr/ports/multimedia/mplayer2. root@nucleus:/usr/ports/multimedia/mplayer2 # ^D Script done on Sat Mar 2 11:48:38 2013 >Fix: Attached patch resolves the problem for me. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 313277) +++ Makefile (working copy) @@ -49,18 +49,17 @@ MAKE_JOBS_SAFE= yes OPTIONS_DEFINE= DEBUG RTC IPV6 SMB JOYSTICK \ - DVDREAD LIBBLURAY V4L DV THEORA \ + LIBBLURAY V4L DV THEORA \ X11 XINERAMA OPENGL SDL VDPAU GIF CACA \ MAD SPEEX LIBCDIO LADSPA REALPLAYER \ JACK PULSE PORTAUDIO ASS LIRC -OPTIONS_DEFAULT=DVDREAD X11 ASS +OPTIONS_DEFAULT=X11 ASS .if !defined(PACKAGE_BUILDING) OPTIONS_DEFINE+= WIN32 OPTIONS_DEFAULT+= WIN32 .endif -DVDREAD_DESC= Enable dvdread support RTC_DESC= Enable kernel realtime clock timing PULSE_DESC= Enable PulseAudio support THEORA_DESC= Enable ogg theora video support @@ -166,13 +165,6 @@ CONFIGURE_ARGS+= --disable-bluray .endif -.if ${PORT_OPTIONS:MDVDREAD} -LIB_DEPENDS+= dvdread:${PORTSDIR}/multimedia/libdvdread -CONFIGURE_ARGS+= --enable-dvdread -.else -CONFIGURE_ARGS+= --disable-dvdread -.endif - .if ${PORT_OPTIONS:MSMB} LIB_DEPENDS+= smbclient:${PORTSDIR}/net/samba-libsmbclient .else @@ -191,6 +183,9 @@ CONFIGURE_ARGS+= --disable-ladspa .endif +LIB_DEPENDS+= dvdread:${PORTSDIR}/multimedia/libdvdread +CONFIGURE_ARGS+= --enable-dvdread + .if ${ARCH} == "i386" || ${ARCH} == "amd64" .if ${PORT_OPTIONS:MWIN32} && !defined(PACKAGE_BUILDING) && ${ARCH} == "i386" CODEC_PORT= ${PORTSDIR}/multimedia/win32-codecs >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 17:00:12 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 951758DF; Sat, 2 Mar 2013 17:00:12 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 70CF97F7; Sat, 2 Mar 2013 17:00:12 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22H0CnX058842; Sat, 2 Mar 2013 17:00:12 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22H0C3o058830; Sat, 2 Mar 2013 17:00:12 GMT (envelope-from edwin) Date: Sat, 2 Mar 2013 17:00:12 GMT Message-Id: <201303021700.r22H0C3o058830@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gblach@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176604: [patch] multimedia/mplayer2: DVDREAD option is not optional X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 17:00:12 -0000 Synopsis: [patch] multimedia/mplayer2: DVDREAD option is not optional Responsible-Changed-From-To: freebsd-ports-bugs->gblach Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 2 17:00:11 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176604 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 17:00:18 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id A4F4E90E; Sat, 2 Mar 2013 17:00:18 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 80A957F9; Sat, 2 Mar 2013 17:00:18 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22H0IZJ059925; Sat, 2 Mar 2013 17:00:18 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22H0IHD059921; Sat, 2 Mar 2013 17:00:18 GMT (envelope-from edwin) Date: Sat, 2 Mar 2013 17:00:18 GMT Message-Id: <201303021700.r22H0IHD059921@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, gblach@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176605: [patch] multimedia/mplayer2: DVDREAD option is not optional X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 17:00:18 -0000 Synopsis: [patch] multimedia/mplayer2: DVDREAD option is not optional Responsible-Changed-From-To: freebsd-ports-bugs->gblach Responsible-Changed-By: edwin Responsible-Changed-When: Sat Mar 2 17:00:18 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176605 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 19: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]) by hub.freebsd.org (Postfix) with ESMTP id 132F815C for ; Sat, 2 Mar 2013 19:30:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EB32EED4 for ; Sat, 2 Mar 2013 19:30:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22JU110085977 for ; Sat, 2 Mar 2013 19:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22JU1ur085976; Sat, 2 Mar 2013 19:30:01 GMT (envelope-from gnats) Date: Sat, 2 Mar 2013 19:30:01 GMT Message-Id: <201303021930.r22JU1ur085976@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: "Raynaud Alexandre" Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Raynaud Alexandre List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 19:30:03 -0000 The following reply was made to PR ports/176439; it has been noted by GNATS. From: "Raynaud Alexandre" To: Cc: Subject: Re: ports/176439: net/fping: Possible Fping incompatibility with FreeBSD Date: Sat, 2 Mar 2013 20:24:02 +0100 This is a multi-part message in MIME format. ------_=_NextPart_001_01CE177B.7FAE8395 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable This issue has been declared as bug from fping maintainer=20 =20 https://github.com/schweikert/fping/issues/39 =20 =20 MAIRIE DE SALLANCHES Direction des Syst=E8mes d'Information Alexandre RAYNAUD email: alexandre.raynaud@sallanches.fr =20 ------_=_NextPart_001_01CE177B.7FAE8395 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable

This issue has been declared as bug from fping maintainer

 

https://github.com= /schweikert/fping/issues/39

 

 

MAIRIE DE = SALLANCHES

Direction des Syst=E8mes = d'Information

Alexandre RAYNAUD

email: alexandre.raynaud@sallanc= hes.fr

 

------_=_NextPart_001_01CE177B.7FAE8395-- From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 20: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]) by hub.freebsd.org (Postfix) with ESMTP id 2C24BFE9 for ; Sat, 2 Mar 2013 20:30:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id EFB23130 for ; Sat, 2 Mar 2013 20:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22KU1pv097045 for ; Sat, 2 Mar 2013 20:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22KU191097044; Sat, 2 Mar 2013 20:30:01 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 20:30:01 GMT Resent-Message-Id: <201303022030.r22KU191097044@freefall.freebsd.org> 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 Jahnke Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 37861FAD for ; Sat, 2 Mar 2013 20:24:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id 24790110 for ; Sat, 2 Mar 2013 20:24:36 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r22KOZn6051196 for ; Sat, 2 Mar 2013 20:24:35 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r22KOZNW051195; Sat, 2 Mar 2013 20:24:35 GMT (envelope-from nobody) Message-Id: <201303022024.r22KOZNW051195@red.freebsd.org> Date: Sat, 2 Mar 2013 20:24:35 GMT From: Jens Jahnke To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176609: Updated clojure to version 1.5.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 20:30:02 -0000 >Number: 176609 >Category: ports >Synopsis: Updated clojure to version 1.5.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Mar 02 20:30:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Jens Jahnke >Release: 9.1 >Organization: >Environment: FreeBSD magni.rostock.home 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec 4 09:23:10 UTC 2012 root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Hi, I have updated the clojure port to version 1.5.0 of clojure. Regards, Jens >How-To-Repeat: >Fix: I have attached the diff. Patch attached with submission follows: diff -naur clojure.org/Makefile clojure/Makefile --- clojure.org/Makefile 2012-12-10 14:24:59.000000000 +0100 +++ clojure/Makefile 2013-03-02 18:47:55.000000000 +0100 @@ -2,7 +2,7 @@ # $FreeBSD: ports/lang/clojure/Makefile,v 1.16 2012/12/10 13:24:59 svnexp Exp $ PORTNAME= clojure -PORTVERSION= 1.4.0 +PORTVERSION= 1.5.0 PORTEPOCH= 2 CATEGORIES= lang lisp java MASTER_SITES= http://repo1.maven.org/maven2/org/clojure/clojure/${PORTVERSION}/ diff -naur clojure.org/distinfo clojure/distinfo --- clojure.org/distinfo 2012-06-19 07:38:11.000000000 +0200 +++ clojure/distinfo 2013-03-02 18:48:54.000000000 +0100 @@ -1,2 +1,2 @@ -SHA256 (clojure-1.4.0.zip) = 27a5a151d5cc1bc3e52dff47c66111e637fefeb42d9bedfa1284a1a31d080171 -SIZE (clojure-1.4.0.zip) = 4553941 +SHA256 (clojure-1.5.0.zip) = 27227a196de0d36732b746917d49ed6ba76ad966e28bdb493ca55d862866f408 +SIZE (clojure-1.5.0.zip) = 4791197 >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 20:50:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id AA79B3EA for ; Sat, 2 Mar 2013 20:50:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8D8FC1CB for ; Sat, 2 Mar 2013 20:50:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22Ko0Fd000251 for ; Sat, 2 Mar 2013 20:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22Ko0jr000250; Sat, 2 Mar 2013 20:50:00 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 20:50:00 GMT Resent-Message-Id: <201303022050.r22Ko0jr000250@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kevin Zheng Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id D7A8D1CA for ; Sat, 2 Mar 2013 20:44:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id AE9C618A for ; Sat, 2 Mar 2013 20:44:08 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id r22Ki8Am084154 for ; Sat, 2 Mar 2013 20:44:08 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id r22Ki8kK084153; Sat, 2 Mar 2013 20:44:08 GMT (envelope-from nobody) Message-Id: <201303022044.r22Ki8kK084153@red.freebsd.org> Date: Sat, 2 Mar 2013 20:44:08 GMT From: Kevin Zheng To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/176610: [patch] Modernize misc/instant-server X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 20:50:00 -0000 >Number: 176610 >Category: ports >Synopsis: [patch] Modernize misc/instant-server >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Mar 02 20:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Kevin Zheng >Release: 9.1-RELEASE-p1 >Organization: >Environment: FreeBSD omega.local 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243826: Tue Dec 4 06:55:39 UTC 2012 root@obrian.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 >Description: The port misc/instant-server is quite old and isn't particularly useful in new server installations. This patch attempts to address this problem. - Trim Makefile header - Use OptionsNG to let users pick what ports they want (security, flexibility) - Update reference to isc-dhcpd42-server - Update COMMENT and pkg-descr - Add new ports and take out others - Set myself as the new maintainer. If the committer feels that these changes are too drastic, he/she should re-add all of the old ports and set them in OPTIONS_DEFAULT to mimic old behavior. >How-To-Repeat: >Fix: Apply the attached patch, with changes if deemed appropriate. Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 313285) +++ Makefile (working copy) @@ -1,37 +1,57 @@ -# New ports collection makefile for: instant-server -# Date created: 12 February 2001 -# Whom: grog -# +# Created by: grog # $FreeBSD$ -# PORTNAME= instant-server -PORTVERSION= 1.0 -PORTREVISION= 10 +PORTVERSION= 1.1 CATEGORIES= misc MASTER_SITES= # Empty DISTFILES= # None -MAINTAINER= ports@FreeBSD.org -COMMENT= Instant server installs a typical set of ports for a server +MAINTAINER= kevinz5000@gmail.com +COMMENT= Typical set of server packages -RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \ - ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp41-server \ - ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} \ - ${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \ - cnewsdo:${PORTSDIR}/news/cnews \ - ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid +BATCH= yes +NO_BUILD= yes +OPTIONS_DEFINE= DHCPD SAMBA + +OPTIONS_GROUP= HTTP MAIL +OPTIONS_GROUP_HTTP= APACHE SQUID +OPTIONS_GROUP_MAIL= POSTFIX DOVECOT + +DHCPD_DESC= Install the DHCP server from ISC +SQUID_DESC= Install Squid web cache +SQUID_DESC= Install Dovecot IMAP/POP3 server + +OPTIONS_DEFAULT= APACHE POSTFIX + +.include + +.if ${PORT_OPTIONS:MDHCPD} +RUN_DEPENDS+= ${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp42-server +.endif + +.if ${PORT_OPTIONS:MSAMBA} SAMBA_PORT?= net/samba36 +RUN_DEPENDS+= ${LOCALBASE}/sbin/smbd:${PORTSDIR}/${SAMBA_PORT} +.endif -# Don't let stupid programs ask for configuration. - -BATCH= YES +.if ${PORT_OPTIONS:MAPACHE} USE_APACHE_RUN= 22+ -NO_BUILD= yes +.endif -# comms/hylafax irc/ircd-hybrid +.if ${PORT_OPTIONS:MSQUID} +RUN_DEPENDS+= ${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid +.endif +.if ${PORT_OPTIONS:MPOSTFIX} +RUN_DEPENDS+= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix +.endif + +.if ${PORT_OPTIONS:MDOVECOT} +RUN_DEPENDS+= ${LOCALBASE}/sbin/dovecot:${PORTSDIR}/mail/dovecot +.endif + do-install: .include Index: pkg-descr =================================================================== --- pkg-descr (revision 313285) +++ pkg-descr (working copy) @@ -1 +1 @@ -instant server installs a typical set of ports for a server +This is a meta-port for a typical set of packages suitable for a server. Index: pkg-message =================================================================== --- pkg-message (revision 313285) +++ pkg-message (working copy) @@ -1,3 +0,0 @@ -This package does not include online documentation. You will find PDF -documents in English and German in the directory -/usr/local/share/doc/sceptre. >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 23:00:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id E7C506AB for ; Sat, 2 Mar 2013 23:00:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id CE325802 for ; Sat, 2 Mar 2013 23:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22N000q024072 for ; Sat, 2 Mar 2013 23:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22N00kk024071; Sat, 2 Mar 2013 23:00:00 GMT (envelope-from gnats) Resent-Date: Sat, 2 Mar 2013 23:00:00 GMT Resent-Message-Id: <201303022300.r22N00kk024071@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Li-Wen Hsu Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id C2F31438 for ; Sat, 2 Mar 2013 22:50:31 +0000 (UTC) (envelope-from lwhsu@csie.net) Received: from lucky7.csie.net (lucky7.cs.nctu.edu.tw [140.113.17.237]) by mx1.freebsd.org (Postfix) with ESMTP id 91E1B7AE for ; Sat, 2 Mar 2013 22:50:30 +0000 (UTC) Received: from lucky7.csie.net (localhost [127.0.0.1]) by lucky7.csie.net (Postfix) with ESMTP id A8CE8147CA1; Sun, 3 Mar 2013 06:43:02 +0800 (CST) Received: by lucky7.csie.net (Postfix, from userid 1000) id 9C9F2147C6F; Sun, 3 Mar 2013 06:43:02 +0800 (CST) Message-Id: <20130302224302.9C9F2147C6F@lucky7.csie.net> Date: Sun, 3 Mar 2013 06:43:02 +0800 (CST) From: Li-Wen Hsu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/176611: [PATCH] mail/fetchmail: Chase _tkinter.so relocation Cc: chalpin@cs.wisc.edu X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 23:00:01 -0000 >Number: 176611 >Category: ports >Synopsis: [PATCH] mail/fetchmail: Chase _tkinter.so relocation >Confidential: no >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 Mar 02 23:00:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Li-Wen Hsu >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD lucky7 9.0-RELEASE FreeBSD 9.0-RELEASE #0: Tue Jan 3 01:49:22 CST >Description: Update script for chasing _tkinter.so relocation Port maintainer (chalpin@cs.wisc.edu) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- fetchmail-6.3.24_1.patch begins here --- diff -ruN -ruN --exclude=CVS /usr/ports/mail/fetchmail/Makefile ./Makefile --- /usr/ports/mail/fetchmail/Makefile 2013-01-10 09:55:48.000000000 +0800 +++ ./Makefile 2013-03-03 01:38:20.000000000 +0800 @@ -1,5 +1,5 @@ # Created by: Ville Eerola -# $FreeBSD: ports/mail/fetchmail/Makefile,v 1.225 2013/01/10 01:55:48 svnexp Exp $ +# $FreeBSD: head/mail/fetchmail/Makefile 310167 2013-01-10 01:36:21Z mandree $ # # NOTE: The fetchmailconf program (an interactive program for # writing .fetchmailrc files) requires Python, Tk, X11, etc.. @@ -9,6 +9,7 @@ PORTNAME= fetchmail PORTVERSION= 6.3.24 +PORTREVISION= 1 CATEGORIES= mail ipv6 MASTER_SITES= SF/${PORTNAME}/branch_6.3/ \ http://mandree.home.pages.de/${PORTNAME}/ diff -ruN -ruN --exclude=CVS /usr/ports/mail/fetchmail/files/fetchmailconf.in ./files/fetchmailconf.in --- /usr/ports/mail/fetchmail/files/fetchmailconf.in 2013-01-10 10:12:35.000000000 +0800 +++ ./files/fetchmailconf.in 2013-03-02 19:53:57.000000000 +0800 @@ -3,13 +3,13 @@ # Wrapper for the real fetchmailconf. Checks whether Python and Tkinter are # installed, and runs the real fetchmailconf or alerts the user, as appropriate. # -# $FreeBSD: ports/mail/fetchmail/files/fetchmailconf.in,v 1.2 2013/01/10 02:12:35 svnexp Exp $ +# $FreeBSD: head/mail/fetchmail/files/fetchmailconf.in 310168 2013-01-10 01:46:37Z mandree $ LOCALBASE=%%LOCALBASE%% if [ -x $LOCALBASE/bin/python ] ; then PYTHON_VERSION=python$(${LOCALBASE}/bin/python -c 'import sys; print sys.version[:3]' 2>/dev/null) - if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/site-packages/_tkinter.so ]; then + if [ -e ${LOCALBASE}/lib/${PYTHON_VERSION}/lib-dynload/_tkinter.so ]; then exec ${LOCALBASE}/libexec/fetchmailconf.py "$@" fi fi --- fetchmail-6.3.24_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 23: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]) by hub.freebsd.org (Postfix) with ESMTP id AA8476DB; Sat, 2 Mar 2013 23:00:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 8659C804; Sat, 2 Mar 2013 23:00:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22N09pr024204; Sat, 2 Mar 2013 23:00:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22N09Nb024200; Sat, 2 Mar 2013 23:00:09 GMT (envelope-from edwin) Date: Sat, 2 Mar 2013 23:00:09 GMT Message-Id: <201303022300.r22N09Nb024200@freefall.freebsd.org> To: lwhsu@FreeBSD.org, edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176611: [PATCH] mail/fetchmail: Chase _tkinter.so relocation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 23:00:09 -0000 Synopsis: [PATCH] mail/fetchmail: Chase _tkinter.so relocation State-Changed-From-To: open->feedback State-Changed-By: edwin State-Changed-When: Sat Mar 2 23:00:09 UTC 2013 State-Changed-Why: Awaiting maintainers feedback (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=176611 From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 23:10:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 7B15E868 for ; Sat, 2 Mar 2013 23:10:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 6B3E185D for ; Sat, 2 Mar 2013 23:10:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22NA1h4026133 for ; Sat, 2 Mar 2013 23:10:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22NA1AR026129; Sat, 2 Mar 2013 23:10:01 GMT (envelope-from gnats) Date: Sat, 2 Mar 2013 23:10:01 GMT Message-Id: <201303022310.r22NA1AR026129@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org Cc: From: Edwin Groothuis Subject: Re: ports/176611: [PATCH] mail/fetchmail: Chase _tkinter.so relocation X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Edwin Groothuis List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 23:10:01 -0000 The following reply was made to PR ports/176611; it has been noted by GNATS. From: Edwin Groothuis To: chalpin@cs.wisc.edu Cc: bug-followup@FreeBSD.org Subject: Re: ports/176611: [PATCH] mail/fetchmail: Chase _tkinter.so relocation Date: Sat, 2 Mar 2013 23:00:08 UT Maintainer of mail/fetchmail, Please note that PR ports/176611 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/176611 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Mar 2 23:32: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]) by hub.freebsd.org (Postfix) with ESMTP id 6BF16F4F; Sat, 2 Mar 2013 23:32:28 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 44F7994C; Sat, 2 Mar 2013 23:32:28 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r22NWS8H031804; Sat, 2 Mar 2013 23:32:28 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r22NWSRm031800; Sat, 2 Mar 2013 23:32:28 GMT (envelope-from edwin) Date: Sat, 2 Mar 2013 23:32:28 GMT Message-Id: <201303022332.r22NWSRm031800@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/176609: Updated lang/clojure to version 1.5.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Mar 2013 23:32:28 -0000 Synopsis: Updated lang/clojure to version 1.5.0 Class-Changed-From-To: update->maintainer-update Class-Changed-By: edwin Class-Changed-When: Sat Mar 2 23:32:27 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=176609